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

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

/*
! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

:root {
  --gpi-primary-500: 247 141 77;
  --gpi-accent-500: 174 235 96;
  --gpi-brand-500: 78 28 209;
  --gpi-neutral-100: 246 245 244;
}

html {
  scroll-behavior: smooth;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(73 68 63 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 189 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(78 28 209 / var(--tw-text-opacity, 1));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 189 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(78 28 209 / var(--tw-text-opacity, 1));
}

.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: 1700px) {
  .container {
    max-width: 1700px;
  }
}

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

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

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

.-inset-x-1 {
  left: -0.25rem;
  right: -0.25rem;
}

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

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

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

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

.-inset-x-10 {
  left: -2.5rem;
  right: -2.5rem;
}

.-inset-x-11 {
  left: -2.75rem;
  right: -2.75rem;
}

.-inset-x-12 {
  left: -3rem;
  right: -3rem;
}

.-inset-x-14 {
  left: -3.5rem;
  right: -3.5rem;
}

.-inset-x-16 {
  left: -4rem;
  right: -4rem;
}

.-inset-x-2 {
  left: -0.5rem;
  right: -0.5rem;
}

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

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

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

.-inset-x-20 {
  left: -5rem;
  right: -5rem;
}

.-inset-x-24 {
  left: -6rem;
  right: -6rem;
}

.-inset-x-28 {
  left: -7rem;
  right: -7rem;
}

.-inset-x-3 {
  left: -0.75rem;
  right: -0.75rem;
}

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

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

.-inset-x-32 {
  left: -8rem;
  right: -8rem;
}

.-inset-x-36 {
  left: -9rem;
  right: -9rem;
}

.-inset-x-4 {
  left: -1rem;
  right: -1rem;
}

.-inset-x-40 {
  left: -10rem;
  right: -10rem;
}

.-inset-x-44 {
  left: -11rem;
  right: -11rem;
}

.-inset-x-48 {
  left: -12rem;
  right: -12rem;
}

.-inset-x-5 {
  left: -1.25rem;
  right: -1.25rem;
}

.-inset-x-52 {
  left: -13rem;
  right: -13rem;
}

.-inset-x-56 {
  left: -14rem;
  right: -14rem;
}

.-inset-x-6 {
  left: -1.5rem;
  right: -1.5rem;
}

.-inset-x-60 {
  left: -15rem;
  right: -15rem;
}

.-inset-x-64 {
  left: -16rem;
  right: -16rem;
}

.-inset-x-8 {
  left: -2rem;
  right: -2rem;
}

.-inset-x-80 {
  left: -20rem;
  right: -20rem;
}

.-inset-x-full {
  left: -100%;
  right: -100%;
}

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

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

.-inset-y-1 {
  top: -0.25rem;
  bottom: -0.25rem;
}

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

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

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

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

.-inset-y-10 {
  top: -2.5rem;
  bottom: -2.5rem;
}

.-inset-y-11 {
  top: -2.75rem;
  bottom: -2.75rem;
}

.-inset-y-12 {
  top: -3rem;
  bottom: -3rem;
}

.-inset-y-14 {
  top: -3.5rem;
  bottom: -3.5rem;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-y-2 {
  top: -0.5rem;
  bottom: -0.5rem;
}

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

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

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

.-inset-y-20 {
  top: -5rem;
  bottom: -5rem;
}

.-inset-y-24 {
  top: -6rem;
  bottom: -6rem;
}

.-inset-y-28 {
  top: -7rem;
  bottom: -7rem;
}

.-inset-y-3 {
  top: -0.75rem;
  bottom: -0.75rem;
}

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

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

.-inset-y-32 {
  top: -8rem;
  bottom: -8rem;
}

.-inset-y-36 {
  top: -9rem;
  bottom: -9rem;
}

.-inset-y-4 {
  top: -1rem;
  bottom: -1rem;
}

.-inset-y-40 {
  top: -10rem;
  bottom: -10rem;
}

.-inset-y-44 {
  top: -11rem;
  bottom: -11rem;
}

.-inset-y-48 {
  top: -12rem;
  bottom: -12rem;
}

.-inset-y-5 {
  top: -1.25rem;
  bottom: -1.25rem;
}

.-inset-y-52 {
  top: -13rem;
  bottom: -13rem;
}

.-inset-y-56 {
  top: -14rem;
  bottom: -14rem;
}

.-inset-y-6 {
  top: -1.5rem;
  bottom: -1.5rem;
}

.-inset-y-60 {
  top: -15rem;
  bottom: -15rem;
}

.-inset-y-64 {
  top: -16rem;
  bottom: -16rem;
}

.-inset-y-8 {
  top: -2rem;
  bottom: -2rem;
}

.-inset-y-80 {
  top: -20rem;
  bottom: -20rem;
}

.-inset-y-full {
  top: -100%;
  bottom: -100%;
}

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

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

.inset-x-1 {
  left: 0.25rem;
  right: 0.25rem;
}

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

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

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

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

.inset-x-10 {
  left: 2.5rem;
  right: 2.5rem;
}

.inset-x-11 {
  left: 2.75rem;
  right: 2.75rem;
}

.inset-x-12 {
  left: 3rem;
  right: 3rem;
}

.inset-x-14 {
  left: 3.5rem;
  right: 3.5rem;
}

.inset-x-16 {
  left: 4rem;
  right: 4rem;
}

.inset-x-2 {
  left: 0.5rem;
  right: 0.5rem;
}

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

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

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

.inset-x-20 {
  left: 5rem;
  right: 5rem;
}

.inset-x-24 {
  left: 6rem;
  right: 6rem;
}

.inset-x-28 {
  left: 7rem;
  right: 7rem;
}

.inset-x-3 {
  left: 0.75rem;
  right: 0.75rem;
}

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

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

.inset-x-32 {
  left: 8rem;
  right: 8rem;
}

.inset-x-36 {
  left: 9rem;
  right: 9rem;
}

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

.inset-x-40 {
  left: 10rem;
  right: 10rem;
}

.inset-x-44 {
  left: 11rem;
  right: 11rem;
}

.inset-x-48 {
  left: 12rem;
  right: 12rem;
}

.inset-x-5 {
  left: 1.25rem;
  right: 1.25rem;
}

.inset-x-52 {
  left: 13rem;
  right: 13rem;
}

.inset-x-56 {
  left: 14rem;
  right: 14rem;
}

.inset-x-6 {
  left: 1.5rem;
  right: 1.5rem;
}

.inset-x-60 {
  left: 15rem;
  right: 15rem;
}

.inset-x-64 {
  left: 16rem;
  right: 16rem;
}

.inset-x-8 {
  left: 2rem;
  right: 2rem;
}

.inset-x-80 {
  left: 20rem;
  right: 20rem;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

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

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

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

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

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

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

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

.inset-y-10 {
  top: 2.5rem;
  bottom: 2.5rem;
}

.inset-y-11 {
  top: 2.75rem;
  bottom: 2.75rem;
}

.inset-y-12 {
  top: 3rem;
  bottom: 3rem;
}

.inset-y-14 {
  top: 3.5rem;
  bottom: 3.5rem;
}

.inset-y-16 {
  top: 4rem;
  bottom: 4rem;
}

.inset-y-2 {
  top: 0.5rem;
  bottom: 0.5rem;
}

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

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

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

.inset-y-20 {
  top: 5rem;
  bottom: 5rem;
}

.inset-y-24 {
  top: 6rem;
  bottom: 6rem;
}

.inset-y-28 {
  top: 7rem;
  bottom: 7rem;
}

.inset-y-3 {
  top: 0.75rem;
  bottom: 0.75rem;
}

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

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

.inset-y-32 {
  top: 8rem;
  bottom: 8rem;
}

.inset-y-36 {
  top: 9rem;
  bottom: 9rem;
}

.inset-y-4 {
  top: 1rem;
  bottom: 1rem;
}

.inset-y-40 {
  top: 10rem;
  bottom: 10rem;
}

.inset-y-44 {
  top: 11rem;
  bottom: 11rem;
}

.inset-y-48 {
  top: 12rem;
  bottom: 12rem;
}

.inset-y-5 {
  top: 1.25rem;
  bottom: 1.25rem;
}

.inset-y-52 {
  top: 13rem;
  bottom: 13rem;
}

.inset-y-56 {
  top: 14rem;
  bottom: 14rem;
}

.inset-y-6 {
  top: 1.5rem;
  bottom: 1.5rem;
}

.inset-y-60 {
  top: 15rem;
  bottom: 15rem;
}

.inset-y-64 {
  top: 16rem;
  bottom: 16rem;
}

.inset-y-8 {
  top: 2rem;
  bottom: 2rem;
}

.inset-y-80 {
  top: 20rem;
  bottom: 20rem;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

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

.bottom-1 {
  bottom: 0.25rem;
}

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

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

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

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

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-11 {
  bottom: 2.75rem;
}

.bottom-12 {
  bottom: 3rem;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

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

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

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

.bottom-20 {
  bottom: 5rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

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

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

.bottom-32 {
  bottom: 8rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-40 {
  bottom: 10rem;
}

.bottom-44 {
  bottom: 11rem;
}

.bottom-48 {
  bottom: 12rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-52 {
  bottom: 13rem;
}

.bottom-56 {
  bottom: 14rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-60 {
  bottom: 15rem;
}

.bottom-64 {
  bottom: 16rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-80 {
  bottom: 20rem;
}

.bottom-auto {
  bottom: auto;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

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

.left-1 {
  left: 0.25rem;
}

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

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

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

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

.left-10 {
  left: 2.5rem;
}

.left-11 {
  left: 2.75rem;
}

.left-12 {
  left: 3rem;
}

.left-14 {
  left: 3.5rem;
}

.left-16 {
  left: 4rem;
}

.left-2 {
  left: 0.5rem;
}

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

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

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

.left-20 {
  left: 5rem;
}

.left-24 {
  left: 6rem;
}

.left-28 {
  left: 7rem;
}

.left-3 {
  left: 0.75rem;
}

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

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

.left-32 {
  left: 8rem;
}

.left-36 {
  left: 9rem;
}

.left-4 {
  left: 1rem;
}

.left-40 {
  left: 10rem;
}

.left-44 {
  left: 11rem;
}

.left-48 {
  left: 12rem;
}

.left-5 {
  left: 1.25rem;
}

.left-52 {
  left: 13rem;
}

.left-56 {
  left: 14rem;
}

.left-6 {
  left: 1.5rem;
}

.left-60 {
  left: 15rem;
}

.left-64 {
  left: 16rem;
}

.left-8 {
  left: 2rem;
}

.left-80 {
  left: 20rem;
}

.left-auto {
  left: auto;
}

.left-full {
  left: 100%;
}

.right-0 {
  right: 0px;
}

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

.right-1 {
  right: 0.25rem;
}

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

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

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

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

.right-10 {
  right: 2.5rem;
}

.right-11 {
  right: 2.75rem;
}

.right-12 {
  right: 3rem;
}

.right-14 {
  right: 3.5rem;
}

.right-16 {
  right: 4rem;
}

.right-2 {
  right: 0.5rem;
}

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

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

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

.right-20 {
  right: 5rem;
}

.right-24 {
  right: 6rem;
}

.right-28 {
  right: 7rem;
}

.right-3 {
  right: 0.75rem;
}

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

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

.right-32 {
  right: 8rem;
}

.right-36 {
  right: 9rem;
}

.right-4 {
  right: 1rem;
}

.right-40 {
  right: 10rem;
}

.right-44 {
  right: 11rem;
}

.right-48 {
  right: 12rem;
}

.right-5 {
  right: 1.25rem;
}

.right-52 {
  right: 13rem;
}

.right-56 {
  right: 14rem;
}

.right-6 {
  right: 1.5rem;
}

.right-60 {
  right: 15rem;
}

.right-64 {
  right: 16rem;
}

.right-8 {
  right: 2rem;
}

.right-80 {
  right: 20rem;
}

.right-auto {
  right: auto;
}

.right-full {
  right: 100%;
}

.top-0 {
  top: 0px;
}

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

.top-1 {
  top: 0.25rem;
}

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

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

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

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

.top-10 {
  top: 2.5rem;
}

.top-11 {
  top: 2.75rem;
}

.top-12 {
  top: 3rem;
}

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

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

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

.top-32 {
  top: 8rem;
}

.top-36 {
  top: 9rem;
}

.top-4 {
  top: 1rem;
}

.top-40 {
  top: 10rem;
}

.top-44 {
  top: 11rem;
}

.top-48 {
  top: 12rem;
}

.top-5 {
  top: 1.25rem;
}

.top-52 {
  top: 13rem;
}

.top-56 {
  top: 14rem;
}

.top-6 {
  top: 1.5rem;
}

.top-60 {
  top: 15rem;
}

.top-64 {
  top: 16rem;
}

.top-8 {
  top: 2rem;
}

.top-80 {
  top: 20rem;
}

.top-auto {
  top: auto;
}

.top-full {
  top: 100%;
}

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

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

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

.z-\[60\] {
  z-index: 60;
}

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

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

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

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

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

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

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

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

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

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

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

.-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-8 {
  margin: -2rem;
}

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

.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-8 {
  margin: 2rem;
}

.m-80 {
  margin: 20rem;
}

.-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-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

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

.-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-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

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

.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-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-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-8 {
  margin-left: -2rem;
}

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

.-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-8 {
  margin-right: -2rem;
}

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

.-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-8 {
  margin-top: -2rem;
}

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

.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-8 {
  margin-bottom: 2rem;
}

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

.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-8 {
  margin-left: 2rem;
}

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

.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-8 {
  margin-right: 2rem;
}

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

.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-8 {
  margin-top: 2rem;
}

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

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

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

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

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0 {
  height: 0px;
}

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

.h-1 {
  height: 0.25rem;
}

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

.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\.5 {
  height: 0.625rem;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-28 {
  height: 7rem;
}

.h-3 {
  height: 0.75rem;
}

.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-\[1px\] {
  height: 1px;
}

.h-\[26rem\] {
  height: 26rem;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[3px\] {
  height: 3px;
}

.h-\[4px\] {
  height: 4px;
}

.h-\[5px\] {
  height: 5px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.h-\[28rem\] {
  height: 28rem;
}

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

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

.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-20 {
  max-height: 5rem;
}

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

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

.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-72 {
  max-height: 18rem;
}

.max-h-8 {
  max-height: 2rem;
}

.max-h-80 {
  max-height: 20rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[88vh\] {
  max-height: 88vh;
}

.max-h-full {
  max-height: 100%;
}

.max-h-px {
  max-height: 1px;
}

.max-h-screen {
  max-height: 100vh;
}

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

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

.min-h-10 {
  min-height: 2.5rem;
}

.min-h-11 {
  min-height: 2.75rem;
}

.min-h-12 {
  min-height: 3rem;
}

.min-h-14 {
  min-height: 3.5rem;
}

.min-h-16 {
  min-height: 4rem;
}

.min-h-20 {
  min-height: 5rem;
}

.min-h-24 {
  min-height: 6rem;
}

.min-h-28 {
  min-height: 7rem;
}

.min-h-32 {
  min-height: 8rem;
}

.min-h-36 {
  min-height: 9rem;
}

.min-h-4 {
  min-height: 1rem;
}

.min-h-40 {
  min-height: 10rem;
}

.min-h-44 {
  min-height: 11rem;
}

.min-h-48 {
  min-height: 12rem;
}

.min-h-5 {
  min-height: 1.25rem;
}

.min-h-52 {
  min-height: 13rem;
}

.min-h-56 {
  min-height: 14rem;
}

.min-h-6 {
  min-height: 1.5rem;
}

.min-h-60 {
  min-height: 15rem;
}

.min-h-64 {
  min-height: 16rem;
}

.min-h-72 {
  min-height: 18rem;
}

.min-h-8 {
  min-height: 2rem;
}

.min-h-80 {
  min-height: 20rem;
}

.min-h-9 {
  min-height: 2.25rem;
}

.min-h-96 {
  min-height: 24rem;
}

.min-h-\[2\.75rem\] {
  min-height: 2.75rem;
}

.min-h-\[3\.25rem\] {
  min-height: 3.25rem;
}

.min-h-\[calc\(100vh-12rem\)\] {
  min-height: calc(100vh - 12rem);
}

.min-h-full {
  min-height: 100%;
}

.min-h-px {
  min-height: 1px;
}

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

.min-h-\[3\.5rem\] {
  min-height: 3.5rem;
}

.min-h-\[3rem\] {
  min-height: 3rem;
}

.w-0 {
  width: 0px;
}

.w-0\.5 {
  width: 0.125rem;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

.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\.5 {
  width: 0.625rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.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-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

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

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

.w-\[1px\] {
  width: 1px;
}

.w-\[2px\] {
  width: 2px;
}

.w-\[3px\] {
  width: 3px;
}

.w-\[4px\] {
  width: 4px;
}

.w-\[5px\] {
  width: 5px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-px {
  width: 1px;
}

.w-screen {
  width: 100vw;
}

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

.w-7 {
  width: 1.75rem;
}

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

.min-w-0\.5 {
  min-width: 0.125rem;
}

.min-w-10 {
  min-width: 2.5rem;
}

.min-w-11 {
  min-width: 2.75rem;
}

.min-w-12 {
  min-width: 3rem;
}

.min-w-14 {
  min-width: 3.5rem;
}

.min-w-16 {
  min-width: 4rem;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-24 {
  min-width: 6rem;
}

.min-w-28 {
  min-width: 7rem;
}

.min-w-32 {
  min-width: 8rem;
}

.min-w-36 {
  min-width: 9rem;
}

.min-w-4 {
  min-width: 1rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-44 {
  min-width: 11rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-5 {
  min-width: 1.25rem;
}

.min-w-52 {
  min-width: 13rem;
}

.min-w-56 {
  min-width: 14rem;
}

.min-w-6 {
  min-width: 1.5rem;
}

.min-w-60 {
  min-width: 15rem;
}

.min-w-64 {
  min-width: 16rem;
}

.min-w-72 {
  min-width: 18rem;
}

.min-w-8 {
  min-width: 2rem;
}

.min-w-80 {
  min-width: 20rem;
}

.min-w-96 {
  min-width: 24rem;
}

.min-w-full {
  min-width: 100%;
}

.min-w-px {
  min-width: 1px;
}

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

.max-w-0\.5 {
  max-width: 0.125rem;
}

.max-w-10 {
  max-width: 2.5rem;
}

.max-w-11 {
  max-width: 2.75rem;
}

.max-w-12 {
  max-width: 3rem;
}

.max-w-14 {
  max-width: 3.5rem;
}

.max-w-16 {
  max-width: 4rem;
}

.max-w-20 {
  max-width: 5rem;
}

.max-w-24 {
  max-width: 6rem;
}

.max-w-28 {
  max-width: 7rem;
}

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

.max-w-32 {
  max-width: 8rem;
}

.max-w-36 {
  max-width: 9rem;
}

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

.max-w-4 {
  max-width: 1rem;
}

.max-w-40 {
  max-width: 10rem;
}

.max-w-44 {
  max-width: 11rem;
}

.max-w-48 {
  max-width: 12rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5 {
  max-width: 1.25rem;
}

.max-w-52 {
  max-width: 13rem;
}

.max-w-56 {
  max-width: 14rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6 {
  max-width: 1.5rem;
}

.max-w-60 {
  max-width: 15rem;
}

.max-w-64 {
  max-width: 16rem;
}

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

.max-w-72 {
  max-width: 18rem;
}

.max-w-8 {
  max-width: 2rem;
}

.max-w-80 {
  max-width: 20rem;
}

.max-w-96 {
  max-width: 24rem;
}

.max-w-\[64rem\] {
  max-width: 64rem;
}

.max-w-full {
  max-width: 100%;
}

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

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

.max-w-px {
  max-width: 1px;
}

.max-w-screen-2xl {
  max-width: 1536px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-wide {
  max-width: 1700px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.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-initial {
  flex: 0 1 auto;
}

.flex-none {
  flex: none;
}

.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-fixed {
  table-layout: fixed;
}

.-translate-x-0 {
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-0 {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
  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-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-0\.5 {
  --tw-translate-y: 0.125rem;
  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));
}

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

.-scale-100 {
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-scale-110 {
  --tw-scale-x: -1.1;
  --tw-scale-y: -1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-50 {
  --tw-scale-x: -.5;
  --tw-scale-y: -.5;
  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));
}

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

.-scale-90 {
  --tw-scale-x: -.9;
  --tw-scale-y: -.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-scale-95 {
  --tw-scale-x: -.95;
  --tw-scale-y: -.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
}

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

.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-auto {
  touch-action: auto;
}

.-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-8 {
  scroll-margin: -2rem;
}

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

.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-8 {
  scroll-margin: 2rem;
}

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

.-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-8 {
  scroll-margin-left: -2rem;
  scroll-margin-right: -2rem;
}

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

.-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-8 {
  scroll-margin-top: -2rem;
  scroll-margin-bottom: -2rem;
}

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

.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-8 {
  scroll-margin-left: 2rem;
  scroll-margin-right: 2rem;
}

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

.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-8 {
  scroll-margin-top: 2rem;
  scroll-margin-bottom: 2rem;
}

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

.-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-8 {
  scroll-margin-bottom: -2rem;
}

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

.-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-8 {
  scroll-margin-left: -2rem;
}

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

.-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-8 {
  scroll-margin-right: -2rem;
}

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

.-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-8 {
  scroll-margin-top: -2rem;
}

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

.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-8 {
  scroll-margin-bottom: 2rem;
}

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

.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-8 {
  scroll-margin-left: 2rem;
}

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

.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-8 {
  scroll-margin-right: 2rem;
}

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

.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-8 {
  scroll-margin-top: 2rem;
}

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

.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-8 {
  scroll-padding: 2rem;
}

.scroll-p-80 {
  scroll-padding: 20rem;
}

.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-8 {
  scroll-padding-left: 2rem;
  scroll-padding-right: 2rem;
}

.scroll-px-80 {
  scroll-padding-left: 20rem;
  scroll-padding-right: 20rem;
}

.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-8 {
  scroll-padding-top: 2rem;
  scroll-padding-bottom: 2rem;
}

.scroll-py-80 {
  scroll-padding-top: 20rem;
  scroll-padding-bottom: 20rem;
}

.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-8 {
  scroll-padding-bottom: 2rem;
}

.scroll-pb-80 {
  scroll-padding-bottom: 20rem;
}

.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-8 {
  scroll-padding-left: 2rem;
}

.scroll-pl-80 {
  scroll-padding-left: 20rem;
}

.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-8 {
  scroll-padding-right: 2rem;
}

.scroll-pr-80 {
  scroll-padding-right: 20rem;
}

.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-8 {
  scroll-padding-top: 2rem;
}

.scroll-pt-80 {
  scroll-padding-top: 20rem;
}

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

.auto-cols-\[84\%\] {
  grid-auto-columns: 84%;
}

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

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

.grid-flow-dense {
  grid-auto-flow: dense;
}

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

.grid-flow-col-dense {
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

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

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

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

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

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

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

.grid-cols-none {
  grid-template-columns: none;
}

.grid-cols-subgrid {
  grid-template-columns: subgrid;
}

.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.grid-rows-10 {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.grid-rows-11 {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.grid-rows-12 {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.grid-rows-2 {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.grid-rows-4 {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.grid-rows-5 {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.grid-rows-6 {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.grid-rows-7 {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.grid-rows-8 {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.grid-rows-9 {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.grid-rows-none {
  grid-template-rows: none;
}

.grid-rows-subgrid {
  grid-template-rows: subgrid;
}

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

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

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

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

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

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

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

.place-items-start {
  place-items: start;
}

.place-items-end {
  place-items: end;
}

.place-items-center {
  place-items: center;
}

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

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

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

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

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

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

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

.justify-items-start {
  justify-items: start;
}

.justify-items-end {
  justify-items: end;
}

.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-8 {
  gap: 2rem;
}

.gap-80 {
  gap: 20rem;
}

.gap-\[3px\] {
  gap: 3px;
}

.gap-\[4px\] {
  gap: 4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.divide-yellow-100\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0);
}

.divide-yellow-100\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.1);
}

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

.divide-yellow-100\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.15);
}

.divide-yellow-100\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.2);
}

.divide-yellow-100\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.25);
}

.divide-yellow-100\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.3);
}

.divide-yellow-100\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.35);
}

.divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.4);
}

.divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.45);
}

.divide-yellow-100\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.05);
}

.divide-yellow-100\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.5);
}

.divide-yellow-100\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.55);
}

.divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.6);
}

.divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.65);
}

.divide-yellow-100\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.7);
}

.divide-yellow-100\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.75);
}

.divide-yellow-100\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.8);
}

.divide-yellow-100\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.85);
}

.divide-yellow-100\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.9);
}

.divide-yellow-100\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 249 195 / 0.95);
}

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

.divide-yellow-200\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0);
}

.divide-yellow-200\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.1);
}

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

.divide-yellow-200\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.15);
}

.divide-yellow-200\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.2);
}

.divide-yellow-200\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.25);
}

.divide-yellow-200\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.3);
}

.divide-yellow-200\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.35);
}

.divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.4);
}

.divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.45);
}

.divide-yellow-200\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.05);
}

.divide-yellow-200\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.5);
}

.divide-yellow-200\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.55);
}

.divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.6);
}

.divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.65);
}

.divide-yellow-200\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.7);
}

.divide-yellow-200\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.75);
}

.divide-yellow-200\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.8);
}

.divide-yellow-200\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.85);
}

.divide-yellow-200\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.9);
}

.divide-yellow-200\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 240 138 / 0.95);
}

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

.divide-yellow-400\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0);
}

.divide-yellow-400\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.1);
}

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

.divide-yellow-400\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.15);
}

.divide-yellow-400\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.2);
}

.divide-yellow-400\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.25);
}

.divide-yellow-400\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.3);
}

.divide-yellow-400\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.35);
}

.divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.4);
}

.divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.45);
}

.divide-yellow-400\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.05);
}

.divide-yellow-400\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.5);
}

.divide-yellow-400\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.55);
}

.divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.6);
}

.divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.65);
}

.divide-yellow-400\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.7);
}

.divide-yellow-400\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.75);
}

.divide-yellow-400\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.8);
}

.divide-yellow-400\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.85);
}

.divide-yellow-400\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.9);
}

.divide-yellow-400\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(250 204 21 / 0.95);
}

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

.divide-yellow-50\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0);
}

.divide-yellow-50\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.1);
}

.divide-yellow-50\/100 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 1);
}

.divide-yellow-50\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.15);
}

.divide-yellow-50\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.2);
}

.divide-yellow-50\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.25);
}

.divide-yellow-50\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.3);
}

.divide-yellow-50\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.35);
}

.divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.4);
}

.divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.45);
}

.divide-yellow-50\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.05);
}

.divide-yellow-50\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.5);
}

.divide-yellow-50\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.55);
}

.divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.6);
}

.divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.65);
}

.divide-yellow-50\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.7);
}

.divide-yellow-50\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.75);
}

.divide-yellow-50\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.8);
}

.divide-yellow-50\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.85);
}

.divide-yellow-50\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.9);
}

.divide-yellow-50\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(254 252 232 / 0.95);
}

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

.divide-yellow-500\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0);
}

.divide-yellow-500\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.1);
}

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

.divide-yellow-500\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.15);
}

.divide-yellow-500\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.2);
}

.divide-yellow-500\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.25);
}

.divide-yellow-500\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.3);
}

.divide-yellow-500\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.35);
}

.divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.4);
}

.divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.45);
}

.divide-yellow-500\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.05);
}

.divide-yellow-500\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.5);
}

.divide-yellow-500\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.55);
}

.divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.6);
}

.divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.65);
}

.divide-yellow-500\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.7);
}

.divide-yellow-500\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.75);
}

.divide-yellow-500\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.8);
}

.divide-yellow-500\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.85);
}

.divide-yellow-500\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.9);
}

.divide-yellow-500\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(234 179 8 / 0.95);
}

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

.divide-yellow-600\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0);
}

.divide-yellow-600\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.1);
}

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

.divide-yellow-600\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.15);
}

.divide-yellow-600\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.2);
}

.divide-yellow-600\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.25);
}

.divide-yellow-600\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.3);
}

.divide-yellow-600\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.35);
}

.divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.4);
}

.divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.45);
}

.divide-yellow-600\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.05);
}

.divide-yellow-600\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.5);
}

.divide-yellow-600\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.55);
}

.divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.6);
}

.divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.65);
}

.divide-yellow-600\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.7);
}

.divide-yellow-600\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.75);
}

.divide-yellow-600\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.8);
}

.divide-yellow-600\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.85);
}

.divide-yellow-600\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.9);
}

.divide-yellow-600\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(202 138 4 / 0.95);
}

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

.divide-yellow-800\/0 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0);
}

.divide-yellow-800\/10 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.1);
}

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

.divide-yellow-800\/15 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.15);
}

.divide-yellow-800\/20 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.2);
}

.divide-yellow-800\/25 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.25);
}

.divide-yellow-800\/30 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.3);
}

.divide-yellow-800\/35 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.35);
}

.divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.4);
}

.divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.45);
}

.divide-yellow-800\/5 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.05);
}

.divide-yellow-800\/50 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.5);
}

.divide-yellow-800\/55 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.55);
}

.divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.6);
}

.divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.65);
}

.divide-yellow-800\/70 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.7);
}

.divide-yellow-800\/75 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.75);
}

.divide-yellow-800\/80 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.8);
}

.divide-yellow-800\/85 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.85);
}

.divide-yellow-800\/90 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.9);
}

.divide-yellow-800\/95 > :not([hidden]) ~ :not([hidden]) {
  border-color: rgb(133 77 14 / 0.95);
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.overflow-y-hidden {
  overflow-y: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

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

.rounded-\[1\.25rem\] {
  border-radius: 1.25rem;
}

.rounded-\[1\.5rem\] {
  border-radius: 1.5rem;
}

.rounded-\[1\.75rem\] {
  border-radius: 1.75rem;
}

.rounded-\[1\.9rem\] {
  border-radius: 1.9rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

.rounded-\[2\.5rem\] {
  border-radius: 2.5rem;
}

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

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-b-sm {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-b-xl {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-e {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-e-sm {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}

.rounded-e-xl {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-none {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-s {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-s-sm {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}

.rounded-s-xl {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}

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

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-none {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

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

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

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

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

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

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

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

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-ee {
  border-end-end-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-ee-sm {
  border-end-end-radius: 0.125rem;
}

.rounded-ee-xl {
  border-end-end-radius: 0.75rem;
}

.rounded-es {
  border-end-start-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-es-sm {
  border-end-start-radius: 0.125rem;
}

.rounded-es-xl {
  border-end-start-radius: 0.75rem;
}

.rounded-se {
  border-start-end-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-se-sm {
  border-start-end-radius: 0.125rem;
}

.rounded-se-xl {
  border-start-end-radius: 0.75rem;
}

.rounded-ss {
  border-start-start-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-ss-sm {
  border-start-start-radius: 0.125rem;
}

.rounded-ss-xl {
  border-start-start-radius: 0.75rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

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

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

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

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

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

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

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-accent-100 {
  --tw-border-opacity: 1;
  border-color: rgb(235 251 203 / var(--tw-border-opacity, 1));
}

.border-accent-100\/0 {
  border-color: rgb(235 251 203 / 0);
}

.border-accent-100\/10 {
  border-color: rgb(235 251 203 / 0.1);
}

.border-accent-100\/100 {
  border-color: rgb(235 251 203 / 1);
}

.border-accent-100\/15 {
  border-color: rgb(235 251 203 / 0.15);
}

.border-accent-100\/20 {
  border-color: rgb(235 251 203 / 0.2);
}

.border-accent-100\/25 {
  border-color: rgb(235 251 203 / 0.25);
}

.border-accent-100\/30 {
  border-color: rgb(235 251 203 / 0.3);
}

.border-accent-100\/35 {
  border-color: rgb(235 251 203 / 0.35);
}

.border-accent-100\/40 {
  border-color: rgb(235 251 203 / 0.4);
}

.border-accent-100\/45 {
  border-color: rgb(235 251 203 / 0.45);
}

.border-accent-100\/5 {
  border-color: rgb(235 251 203 / 0.05);
}

.border-accent-100\/50 {
  border-color: rgb(235 251 203 / 0.5);
}

.border-accent-100\/55 {
  border-color: rgb(235 251 203 / 0.55);
}

.border-accent-100\/60 {
  border-color: rgb(235 251 203 / 0.6);
}

.border-accent-100\/65 {
  border-color: rgb(235 251 203 / 0.65);
}

.border-accent-100\/70 {
  border-color: rgb(235 251 203 / 0.7);
}

.border-accent-100\/75 {
  border-color: rgb(235 251 203 / 0.75);
}

.border-accent-100\/80 {
  border-color: rgb(235 251 203 / 0.8);
}

.border-accent-100\/85 {
  border-color: rgb(235 251 203 / 0.85);
}

.border-accent-100\/90 {
  border-color: rgb(235 251 203 / 0.9);
}

.border-accent-100\/95 {
  border-color: rgb(235 251 203 / 0.95);
}

.border-accent-200 {
  --tw-border-opacity: 1;
  border-color: rgb(216 246 154 / var(--tw-border-opacity, 1));
}

.border-accent-200\/0 {
  border-color: rgb(216 246 154 / 0);
}

.border-accent-200\/10 {
  border-color: rgb(216 246 154 / 0.1);
}

.border-accent-200\/100 {
  border-color: rgb(216 246 154 / 1);
}

.border-accent-200\/15 {
  border-color: rgb(216 246 154 / 0.15);
}

.border-accent-200\/20 {
  border-color: rgb(216 246 154 / 0.2);
}

.border-accent-200\/25 {
  border-color: rgb(216 246 154 / 0.25);
}

.border-accent-200\/30 {
  border-color: rgb(216 246 154 / 0.3);
}

.border-accent-200\/35 {
  border-color: rgb(216 246 154 / 0.35);
}

.border-accent-200\/40 {
  border-color: rgb(216 246 154 / 0.4);
}

.border-accent-200\/45 {
  border-color: rgb(216 246 154 / 0.45);
}

.border-accent-200\/5 {
  border-color: rgb(216 246 154 / 0.05);
}

.border-accent-200\/50 {
  border-color: rgb(216 246 154 / 0.5);
}

.border-accent-200\/55 {
  border-color: rgb(216 246 154 / 0.55);
}

.border-accent-200\/60 {
  border-color: rgb(216 246 154 / 0.6);
}

.border-accent-200\/65 {
  border-color: rgb(216 246 154 / 0.65);
}

.border-accent-200\/70 {
  border-color: rgb(216 246 154 / 0.7);
}

.border-accent-200\/75 {
  border-color: rgb(216 246 154 / 0.75);
}

.border-accent-200\/80 {
  border-color: rgb(216 246 154 / 0.8);
}

.border-accent-200\/85 {
  border-color: rgb(216 246 154 / 0.85);
}

.border-accent-200\/90 {
  border-color: rgb(216 246 154 / 0.9);
}

.border-accent-200\/95 {
  border-color: rgb(216 246 154 / 0.95);
}

.border-accent-300 {
  --tw-border-opacity: 1;
  border-color: rgb(196 240 120 / var(--tw-border-opacity, 1));
}

.border-accent-300\/0 {
  border-color: rgb(196 240 120 / 0);
}

.border-accent-300\/10 {
  border-color: rgb(196 240 120 / 0.1);
}

.border-accent-300\/100 {
  border-color: rgb(196 240 120 / 1);
}

.border-accent-300\/15 {
  border-color: rgb(196 240 120 / 0.15);
}

.border-accent-300\/20 {
  border-color: rgb(196 240 120 / 0.2);
}

.border-accent-300\/25 {
  border-color: rgb(196 240 120 / 0.25);
}

.border-accent-300\/30 {
  border-color: rgb(196 240 120 / 0.3);
}

.border-accent-300\/35 {
  border-color: rgb(196 240 120 / 0.35);
}

.border-accent-300\/40 {
  border-color: rgb(196 240 120 / 0.4);
}

.border-accent-300\/45 {
  border-color: rgb(196 240 120 / 0.45);
}

.border-accent-300\/5 {
  border-color: rgb(196 240 120 / 0.05);
}

.border-accent-300\/50 {
  border-color: rgb(196 240 120 / 0.5);
}

.border-accent-300\/55 {
  border-color: rgb(196 240 120 / 0.55);
}

.border-accent-300\/60 {
  border-color: rgb(196 240 120 / 0.6);
}

.border-accent-300\/65 {
  border-color: rgb(196 240 120 / 0.65);
}

.border-accent-300\/70 {
  border-color: rgb(196 240 120 / 0.7);
}

.border-accent-300\/75 {
  border-color: rgb(196 240 120 / 0.75);
}

.border-accent-300\/80 {
  border-color: rgb(196 240 120 / 0.8);
}

.border-accent-300\/85 {
  border-color: rgb(196 240 120 / 0.85);
}

.border-accent-300\/90 {
  border-color: rgb(196 240 120 / 0.9);
}

.border-accent-300\/95 {
  border-color: rgb(196 240 120 / 0.95);
}

.border-accent-400 {
  --tw-border-opacity: 1;
  border-color: rgb(183 237 104 / var(--tw-border-opacity, 1));
}

.border-accent-400\/0 {
  border-color: rgb(183 237 104 / 0);
}

.border-accent-400\/10 {
  border-color: rgb(183 237 104 / 0.1);
}

.border-accent-400\/100 {
  border-color: rgb(183 237 104 / 1);
}

.border-accent-400\/15 {
  border-color: rgb(183 237 104 / 0.15);
}

.border-accent-400\/20 {
  border-color: rgb(183 237 104 / 0.2);
}

.border-accent-400\/25 {
  border-color: rgb(183 237 104 / 0.25);
}

.border-accent-400\/30 {
  border-color: rgb(183 237 104 / 0.3);
}

.border-accent-400\/35 {
  border-color: rgb(183 237 104 / 0.35);
}

.border-accent-400\/40 {
  border-color: rgb(183 237 104 / 0.4);
}

.border-accent-400\/45 {
  border-color: rgb(183 237 104 / 0.45);
}

.border-accent-400\/5 {
  border-color: rgb(183 237 104 / 0.05);
}

.border-accent-400\/50 {
  border-color: rgb(183 237 104 / 0.5);
}

.border-accent-400\/55 {
  border-color: rgb(183 237 104 / 0.55);
}

.border-accent-400\/60 {
  border-color: rgb(183 237 104 / 0.6);
}

.border-accent-400\/65 {
  border-color: rgb(183 237 104 / 0.65);
}

.border-accent-400\/70 {
  border-color: rgb(183 237 104 / 0.7);
}

.border-accent-400\/75 {
  border-color: rgb(183 237 104 / 0.75);
}

.border-accent-400\/80 {
  border-color: rgb(183 237 104 / 0.8);
}

.border-accent-400\/85 {
  border-color: rgb(183 237 104 / 0.85);
}

.border-accent-400\/90 {
  border-color: rgb(183 237 104 / 0.9);
}

.border-accent-400\/95 {
  border-color: rgb(183 237 104 / 0.95);
}

.border-accent-50 {
  --tw-border-opacity: 1;
  border-color: rgb(247 253 235 / var(--tw-border-opacity, 1));
}

.border-accent-50\/0 {
  border-color: rgb(247 253 235 / 0);
}

.border-accent-50\/10 {
  border-color: rgb(247 253 235 / 0.1);
}

.border-accent-50\/100 {
  border-color: rgb(247 253 235 / 1);
}

.border-accent-50\/15 {
  border-color: rgb(247 253 235 / 0.15);
}

.border-accent-50\/20 {
  border-color: rgb(247 253 235 / 0.2);
}

.border-accent-50\/25 {
  border-color: rgb(247 253 235 / 0.25);
}

.border-accent-50\/30 {
  border-color: rgb(247 253 235 / 0.3);
}

.border-accent-50\/35 {
  border-color: rgb(247 253 235 / 0.35);
}

.border-accent-50\/40 {
  border-color: rgb(247 253 235 / 0.4);
}

.border-accent-50\/45 {
  border-color: rgb(247 253 235 / 0.45);
}

.border-accent-50\/5 {
  border-color: rgb(247 253 235 / 0.05);
}

.border-accent-50\/50 {
  border-color: rgb(247 253 235 / 0.5);
}

.border-accent-50\/55 {
  border-color: rgb(247 253 235 / 0.55);
}

.border-accent-50\/60 {
  border-color: rgb(247 253 235 / 0.6);
}

.border-accent-50\/65 {
  border-color: rgb(247 253 235 / 0.65);
}

.border-accent-50\/70 {
  border-color: rgb(247 253 235 / 0.7);
}

.border-accent-50\/75 {
  border-color: rgb(247 253 235 / 0.75);
}

.border-accent-50\/80 {
  border-color: rgb(247 253 235 / 0.8);
}

.border-accent-50\/85 {
  border-color: rgb(247 253 235 / 0.85);
}

.border-accent-50\/90 {
  border-color: rgb(247 253 235 / 0.9);
}

.border-accent-50\/95 {
  border-color: rgb(247 253 235 / 0.95);
}

.border-accent-500 {
  --tw-border-opacity: 1;
  border-color: rgb(174 235 96 / var(--tw-border-opacity, 1));
}

.border-accent-500\/0 {
  border-color: rgb(174 235 96 / 0);
}

.border-accent-500\/10 {
  border-color: rgb(174 235 96 / 0.1);
}

.border-accent-500\/100 {
  border-color: rgb(174 235 96 / 1);
}

.border-accent-500\/15 {
  border-color: rgb(174 235 96 / 0.15);
}

.border-accent-500\/20 {
  border-color: rgb(174 235 96 / 0.2);
}

.border-accent-500\/25 {
  border-color: rgb(174 235 96 / 0.25);
}

.border-accent-500\/30 {
  border-color: rgb(174 235 96 / 0.3);
}

.border-accent-500\/35 {
  border-color: rgb(174 235 96 / 0.35);
}

.border-accent-500\/40 {
  border-color: rgb(174 235 96 / 0.4);
}

.border-accent-500\/45 {
  border-color: rgb(174 235 96 / 0.45);
}

.border-accent-500\/5 {
  border-color: rgb(174 235 96 / 0.05);
}

.border-accent-500\/50 {
  border-color: rgb(174 235 96 / 0.5);
}

.border-accent-500\/55 {
  border-color: rgb(174 235 96 / 0.55);
}

.border-accent-500\/60 {
  border-color: rgb(174 235 96 / 0.6);
}

.border-accent-500\/65 {
  border-color: rgb(174 235 96 / 0.65);
}

.border-accent-500\/70 {
  border-color: rgb(174 235 96 / 0.7);
}

.border-accent-500\/75 {
  border-color: rgb(174 235 96 / 0.75);
}

.border-accent-500\/80 {
  border-color: rgb(174 235 96 / 0.8);
}

.border-accent-500\/85 {
  border-color: rgb(174 235 96 / 0.85);
}

.border-accent-500\/90 {
  border-color: rgb(174 235 96 / 0.9);
}

.border-accent-500\/95 {
  border-color: rgb(174 235 96 / 0.95);
}

.border-accent-600 {
  --tw-border-opacity: 1;
  border-color: rgb(130 201 48 / var(--tw-border-opacity, 1));
}

.border-accent-600\/0 {
  border-color: rgb(130 201 48 / 0);
}

.border-accent-600\/10 {
  border-color: rgb(130 201 48 / 0.1);
}

.border-accent-600\/100 {
  border-color: rgb(130 201 48 / 1);
}

.border-accent-600\/15 {
  border-color: rgb(130 201 48 / 0.15);
}

.border-accent-600\/20 {
  border-color: rgb(130 201 48 / 0.2);
}

.border-accent-600\/25 {
  border-color: rgb(130 201 48 / 0.25);
}

.border-accent-600\/30 {
  border-color: rgb(130 201 48 / 0.3);
}

.border-accent-600\/35 {
  border-color: rgb(130 201 48 / 0.35);
}

.border-accent-600\/40 {
  border-color: rgb(130 201 48 / 0.4);
}

.border-accent-600\/45 {
  border-color: rgb(130 201 48 / 0.45);
}

.border-accent-600\/5 {
  border-color: rgb(130 201 48 / 0.05);
}

.border-accent-600\/50 {
  border-color: rgb(130 201 48 / 0.5);
}

.border-accent-600\/55 {
  border-color: rgb(130 201 48 / 0.55);
}

.border-accent-600\/60 {
  border-color: rgb(130 201 48 / 0.6);
}

.border-accent-600\/65 {
  border-color: rgb(130 201 48 / 0.65);
}

.border-accent-600\/70 {
  border-color: rgb(130 201 48 / 0.7);
}

.border-accent-600\/75 {
  border-color: rgb(130 201 48 / 0.75);
}

.border-accent-600\/80 {
  border-color: rgb(130 201 48 / 0.8);
}

.border-accent-600\/85 {
  border-color: rgb(130 201 48 / 0.85);
}

.border-accent-600\/90 {
  border-color: rgb(130 201 48 / 0.9);
}

.border-accent-600\/95 {
  border-color: rgb(130 201 48 / 0.95);
}

.border-accent-700 {
  --tw-border-opacity: 1;
  border-color: rgb(97 161 31 / var(--tw-border-opacity, 1));
}

.border-accent-700\/0 {
  border-color: rgb(97 161 31 / 0);
}

.border-accent-700\/10 {
  border-color: rgb(97 161 31 / 0.1);
}

.border-accent-700\/100 {
  border-color: rgb(97 161 31 / 1);
}

.border-accent-700\/15 {
  border-color: rgb(97 161 31 / 0.15);
}

.border-accent-700\/20 {
  border-color: rgb(97 161 31 / 0.2);
}

.border-accent-700\/25 {
  border-color: rgb(97 161 31 / 0.25);
}

.border-accent-700\/30 {
  border-color: rgb(97 161 31 / 0.3);
}

.border-accent-700\/35 {
  border-color: rgb(97 161 31 / 0.35);
}

.border-accent-700\/40 {
  border-color: rgb(97 161 31 / 0.4);
}

.border-accent-700\/45 {
  border-color: rgb(97 161 31 / 0.45);
}

.border-accent-700\/5 {
  border-color: rgb(97 161 31 / 0.05);
}

.border-accent-700\/50 {
  border-color: rgb(97 161 31 / 0.5);
}

.border-accent-700\/55 {
  border-color: rgb(97 161 31 / 0.55);
}

.border-accent-700\/60 {
  border-color: rgb(97 161 31 / 0.6);
}

.border-accent-700\/65 {
  border-color: rgb(97 161 31 / 0.65);
}

.border-accent-700\/70 {
  border-color: rgb(97 161 31 / 0.7);
}

.border-accent-700\/75 {
  border-color: rgb(97 161 31 / 0.75);
}

.border-accent-700\/80 {
  border-color: rgb(97 161 31 / 0.8);
}

.border-accent-700\/85 {
  border-color: rgb(97 161 31 / 0.85);
}

.border-accent-700\/90 {
  border-color: rgb(97 161 31 / 0.9);
}

.border-accent-700\/95 {
  border-color: rgb(97 161 31 / 0.95);
}

.border-accent-800 {
  --tw-border-opacity: 1;
  border-color: rgb(78 126 32 / var(--tw-border-opacity, 1));
}

.border-accent-800\/0 {
  border-color: rgb(78 126 32 / 0);
}

.border-accent-800\/10 {
  border-color: rgb(78 126 32 / 0.1);
}

.border-accent-800\/100 {
  border-color: rgb(78 126 32 / 1);
}

.border-accent-800\/15 {
  border-color: rgb(78 126 32 / 0.15);
}

.border-accent-800\/20 {
  border-color: rgb(78 126 32 / 0.2);
}

.border-accent-800\/25 {
  border-color: rgb(78 126 32 / 0.25);
}

.border-accent-800\/30 {
  border-color: rgb(78 126 32 / 0.3);
}

.border-accent-800\/35 {
  border-color: rgb(78 126 32 / 0.35);
}

.border-accent-800\/40 {
  border-color: rgb(78 126 32 / 0.4);
}

.border-accent-800\/45 {
  border-color: rgb(78 126 32 / 0.45);
}

.border-accent-800\/5 {
  border-color: rgb(78 126 32 / 0.05);
}

.border-accent-800\/50 {
  border-color: rgb(78 126 32 / 0.5);
}

.border-accent-800\/55 {
  border-color: rgb(78 126 32 / 0.55);
}

.border-accent-800\/60 {
  border-color: rgb(78 126 32 / 0.6);
}

.border-accent-800\/65 {
  border-color: rgb(78 126 32 / 0.65);
}

.border-accent-800\/70 {
  border-color: rgb(78 126 32 / 0.7);
}

.border-accent-800\/75 {
  border-color: rgb(78 126 32 / 0.75);
}

.border-accent-800\/80 {
  border-color: rgb(78 126 32 / 0.8);
}

.border-accent-800\/85 {
  border-color: rgb(78 126 32 / 0.85);
}

.border-accent-800\/90 {
  border-color: rgb(78 126 32 / 0.9);
}

.border-accent-800\/95 {
  border-color: rgb(78 126 32 / 0.95);
}

.border-accent-900 {
  --tw-border-opacity: 1;
  border-color: rgb(66 106 33 / var(--tw-border-opacity, 1));
}

.border-accent-900\/0 {
  border-color: rgb(66 106 33 / 0);
}

.border-accent-900\/10 {
  border-color: rgb(66 106 33 / 0.1);
}

.border-accent-900\/100 {
  border-color: rgb(66 106 33 / 1);
}

.border-accent-900\/15 {
  border-color: rgb(66 106 33 / 0.15);
}

.border-accent-900\/20 {
  border-color: rgb(66 106 33 / 0.2);
}

.border-accent-900\/25 {
  border-color: rgb(66 106 33 / 0.25);
}

.border-accent-900\/30 {
  border-color: rgb(66 106 33 / 0.3);
}

.border-accent-900\/35 {
  border-color: rgb(66 106 33 / 0.35);
}

.border-accent-900\/40 {
  border-color: rgb(66 106 33 / 0.4);
}

.border-accent-900\/45 {
  border-color: rgb(66 106 33 / 0.45);
}

.border-accent-900\/5 {
  border-color: rgb(66 106 33 / 0.05);
}

.border-accent-900\/50 {
  border-color: rgb(66 106 33 / 0.5);
}

.border-accent-900\/55 {
  border-color: rgb(66 106 33 / 0.55);
}

.border-accent-900\/60 {
  border-color: rgb(66 106 33 / 0.6);
}

.border-accent-900\/65 {
  border-color: rgb(66 106 33 / 0.65);
}

.border-accent-900\/70 {
  border-color: rgb(66 106 33 / 0.7);
}

.border-accent-900\/75 {
  border-color: rgb(66 106 33 / 0.75);
}

.border-accent-900\/80 {
  border-color: rgb(66 106 33 / 0.8);
}

.border-accent-900\/85 {
  border-color: rgb(66 106 33 / 0.85);
}

.border-accent-900\/90 {
  border-color: rgb(66 106 33 / 0.9);
}

.border-accent-900\/95 {
  border-color: rgb(66 106 33 / 0.95);
}

.border-accent-950 {
  --tw-border-opacity: 1;
  border-color: rgb(32 58 11 / var(--tw-border-opacity, 1));
}

.border-accent-950\/0 {
  border-color: rgb(32 58 11 / 0);
}

.border-accent-950\/10 {
  border-color: rgb(32 58 11 / 0.1);
}

.border-accent-950\/100 {
  border-color: rgb(32 58 11 / 1);
}

.border-accent-950\/15 {
  border-color: rgb(32 58 11 / 0.15);
}

.border-accent-950\/20 {
  border-color: rgb(32 58 11 / 0.2);
}

.border-accent-950\/25 {
  border-color: rgb(32 58 11 / 0.25);
}

.border-accent-950\/30 {
  border-color: rgb(32 58 11 / 0.3);
}

.border-accent-950\/35 {
  border-color: rgb(32 58 11 / 0.35);
}

.border-accent-950\/40 {
  border-color: rgb(32 58 11 / 0.4);
}

.border-accent-950\/45 {
  border-color: rgb(32 58 11 / 0.45);
}

.border-accent-950\/5 {
  border-color: rgb(32 58 11 / 0.05);
}

.border-accent-950\/50 {
  border-color: rgb(32 58 11 / 0.5);
}

.border-accent-950\/55 {
  border-color: rgb(32 58 11 / 0.55);
}

.border-accent-950\/60 {
  border-color: rgb(32 58 11 / 0.6);
}

.border-accent-950\/65 {
  border-color: rgb(32 58 11 / 0.65);
}

.border-accent-950\/70 {
  border-color: rgb(32 58 11 / 0.7);
}

.border-accent-950\/75 {
  border-color: rgb(32 58 11 / 0.75);
}

.border-accent-950\/80 {
  border-color: rgb(32 58 11 / 0.8);
}

.border-accent-950\/85 {
  border-color: rgb(32 58 11 / 0.85);
}

.border-accent-950\/90 {
  border-color: rgb(32 58 11 / 0.9);
}

.border-accent-950\/95 {
  border-color: rgb(32 58 11 / 0.95);
}

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

.border-black\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-black\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-black\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-black\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.border-black\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-black\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-black\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-black\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.border-black\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-black\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.border-black\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-black\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-black\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.border-black\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-black\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.border-black\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-black\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-black\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-black\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.border-black\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-black\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

.border-brand-100 {
  --tw-border-opacity: 1;
  border-color: rgb(233 227 255 / var(--tw-border-opacity, 1));
}

.border-brand-100\/0 {
  border-color: rgb(233 227 255 / 0);
}

.border-brand-100\/10 {
  border-color: rgb(233 227 255 / 0.1);
}

.border-brand-100\/100 {
  border-color: rgb(233 227 255 / 1);
}

.border-brand-100\/15 {
  border-color: rgb(233 227 255 / 0.15);
}

.border-brand-100\/20 {
  border-color: rgb(233 227 255 / 0.2);
}

.border-brand-100\/25 {
  border-color: rgb(233 227 255 / 0.25);
}

.border-brand-100\/30 {
  border-color: rgb(233 227 255 / 0.3);
}

.border-brand-100\/35 {
  border-color: rgb(233 227 255 / 0.35);
}

.border-brand-100\/40 {
  border-color: rgb(233 227 255 / 0.4);
}

.border-brand-100\/45 {
  border-color: rgb(233 227 255 / 0.45);
}

.border-brand-100\/5 {
  border-color: rgb(233 227 255 / 0.05);
}

.border-brand-100\/50 {
  border-color: rgb(233 227 255 / 0.5);
}

.border-brand-100\/55 {
  border-color: rgb(233 227 255 / 0.55);
}

.border-brand-100\/60 {
  border-color: rgb(233 227 255 / 0.6);
}

.border-brand-100\/65 {
  border-color: rgb(233 227 255 / 0.65);
}

.border-brand-100\/70 {
  border-color: rgb(233 227 255 / 0.7);
}

.border-brand-100\/75 {
  border-color: rgb(233 227 255 / 0.75);
}

.border-brand-100\/80 {
  border-color: rgb(233 227 255 / 0.8);
}

.border-brand-100\/85 {
  border-color: rgb(233 227 255 / 0.85);
}

.border-brand-100\/90 {
  border-color: rgb(233 227 255 / 0.9);
}

.border-brand-100\/95 {
  border-color: rgb(233 227 255 / 0.95);
}

.border-brand-200 {
  --tw-border-opacity: 1;
  border-color: rgb(211 199 255 / var(--tw-border-opacity, 1));
}

.border-brand-200\/0 {
  border-color: rgb(211 199 255 / 0);
}

.border-brand-200\/10 {
  border-color: rgb(211 199 255 / 0.1);
}

.border-brand-200\/100 {
  border-color: rgb(211 199 255 / 1);
}

.border-brand-200\/15 {
  border-color: rgb(211 199 255 / 0.15);
}

.border-brand-200\/20 {
  border-color: rgb(211 199 255 / 0.2);
}

.border-brand-200\/25 {
  border-color: rgb(211 199 255 / 0.25);
}

.border-brand-200\/30 {
  border-color: rgb(211 199 255 / 0.3);
}

.border-brand-200\/35 {
  border-color: rgb(211 199 255 / 0.35);
}

.border-brand-200\/40 {
  border-color: rgb(211 199 255 / 0.4);
}

.border-brand-200\/45 {
  border-color: rgb(211 199 255 / 0.45);
}

.border-brand-200\/5 {
  border-color: rgb(211 199 255 / 0.05);
}

.border-brand-200\/50 {
  border-color: rgb(211 199 255 / 0.5);
}

.border-brand-200\/55 {
  border-color: rgb(211 199 255 / 0.55);
}

.border-brand-200\/60 {
  border-color: rgb(211 199 255 / 0.6);
}

.border-brand-200\/65 {
  border-color: rgb(211 199 255 / 0.65);
}

.border-brand-200\/70 {
  border-color: rgb(211 199 255 / 0.7);
}

.border-brand-200\/75 {
  border-color: rgb(211 199 255 / 0.75);
}

.border-brand-200\/80 {
  border-color: rgb(211 199 255 / 0.8);
}

.border-brand-200\/85 {
  border-color: rgb(211 199 255 / 0.85);
}

.border-brand-200\/90 {
  border-color: rgb(211 199 255 / 0.9);
}

.border-brand-200\/95 {
  border-color: rgb(211 199 255 / 0.95);
}

.border-brand-300 {
  --tw-border-opacity: 1;
  border-color: rgb(183 154 255 / var(--tw-border-opacity, 1));
}

.border-brand-300\/0 {
  border-color: rgb(183 154 255 / 0);
}

.border-brand-300\/10 {
  border-color: rgb(183 154 255 / 0.1);
}

.border-brand-300\/100 {
  border-color: rgb(183 154 255 / 1);
}

.border-brand-300\/15 {
  border-color: rgb(183 154 255 / 0.15);
}

.border-brand-300\/20 {
  border-color: rgb(183 154 255 / 0.2);
}

.border-brand-300\/25 {
  border-color: rgb(183 154 255 / 0.25);
}

.border-brand-300\/30 {
  border-color: rgb(183 154 255 / 0.3);
}

.border-brand-300\/35 {
  border-color: rgb(183 154 255 / 0.35);
}

.border-brand-300\/40 {
  border-color: rgb(183 154 255 / 0.4);
}

.border-brand-300\/45 {
  border-color: rgb(183 154 255 / 0.45);
}

.border-brand-300\/5 {
  border-color: rgb(183 154 255 / 0.05);
}

.border-brand-300\/50 {
  border-color: rgb(183 154 255 / 0.5);
}

.border-brand-300\/55 {
  border-color: rgb(183 154 255 / 0.55);
}

.border-brand-300\/60 {
  border-color: rgb(183 154 255 / 0.6);
}

.border-brand-300\/65 {
  border-color: rgb(183 154 255 / 0.65);
}

.border-brand-300\/70 {
  border-color: rgb(183 154 255 / 0.7);
}

.border-brand-300\/75 {
  border-color: rgb(183 154 255 / 0.75);
}

.border-brand-300\/80 {
  border-color: rgb(183 154 255 / 0.8);
}

.border-brand-300\/85 {
  border-color: rgb(183 154 255 / 0.85);
}

.border-brand-300\/90 {
  border-color: rgb(183 154 255 / 0.9);
}

.border-brand-300\/95 {
  border-color: rgb(183 154 255 / 0.95);
}

.border-brand-400 {
  --tw-border-opacity: 1;
  border-color: rgb(149 98 255 / var(--tw-border-opacity, 1));
}

.border-brand-400\/0 {
  border-color: rgb(149 98 255 / 0);
}

.border-brand-400\/10 {
  border-color: rgb(149 98 255 / 0.1);
}

.border-brand-400\/100 {
  border-color: rgb(149 98 255 / 1);
}

.border-brand-400\/15 {
  border-color: rgb(149 98 255 / 0.15);
}

.border-brand-400\/20 {
  border-color: rgb(149 98 255 / 0.2);
}

.border-brand-400\/25 {
  border-color: rgb(149 98 255 / 0.25);
}

.border-brand-400\/30 {
  border-color: rgb(149 98 255 / 0.3);
}

.border-brand-400\/35 {
  border-color: rgb(149 98 255 / 0.35);
}

.border-brand-400\/40 {
  border-color: rgb(149 98 255 / 0.4);
}

.border-brand-400\/45 {
  border-color: rgb(149 98 255 / 0.45);
}

.border-brand-400\/5 {
  border-color: rgb(149 98 255 / 0.05);
}

.border-brand-400\/50 {
  border-color: rgb(149 98 255 / 0.5);
}

.border-brand-400\/55 {
  border-color: rgb(149 98 255 / 0.55);
}

.border-brand-400\/60 {
  border-color: rgb(149 98 255 / 0.6);
}

.border-brand-400\/65 {
  border-color: rgb(149 98 255 / 0.65);
}

.border-brand-400\/70 {
  border-color: rgb(149 98 255 / 0.7);
}

.border-brand-400\/75 {
  border-color: rgb(149 98 255 / 0.75);
}

.border-brand-400\/80 {
  border-color: rgb(149 98 255 / 0.8);
}

.border-brand-400\/85 {
  border-color: rgb(149 98 255 / 0.85);
}

.border-brand-400\/90 {
  border-color: rgb(149 98 255 / 0.9);
}

.border-brand-400\/95 {
  border-color: rgb(149 98 255 / 0.95);
}

.border-brand-50 {
  --tw-border-opacity: 1;
  border-color: rgb(244 241 255 / var(--tw-border-opacity, 1));
}

.border-brand-50\/0 {
  border-color: rgb(244 241 255 / 0);
}

.border-brand-50\/10 {
  border-color: rgb(244 241 255 / 0.1);
}

.border-brand-50\/100 {
  border-color: rgb(244 241 255 / 1);
}

.border-brand-50\/15 {
  border-color: rgb(244 241 255 / 0.15);
}

.border-brand-50\/20 {
  border-color: rgb(244 241 255 / 0.2);
}

.border-brand-50\/25 {
  border-color: rgb(244 241 255 / 0.25);
}

.border-brand-50\/30 {
  border-color: rgb(244 241 255 / 0.3);
}

.border-brand-50\/35 {
  border-color: rgb(244 241 255 / 0.35);
}

.border-brand-50\/40 {
  border-color: rgb(244 241 255 / 0.4);
}

.border-brand-50\/45 {
  border-color: rgb(244 241 255 / 0.45);
}

.border-brand-50\/5 {
  border-color: rgb(244 241 255 / 0.05);
}

.border-brand-50\/50 {
  border-color: rgb(244 241 255 / 0.5);
}

.border-brand-50\/55 {
  border-color: rgb(244 241 255 / 0.55);
}

.border-brand-50\/60 {
  border-color: rgb(244 241 255 / 0.6);
}

.border-brand-50\/65 {
  border-color: rgb(244 241 255 / 0.65);
}

.border-brand-50\/70 {
  border-color: rgb(244 241 255 / 0.7);
}

.border-brand-50\/75 {
  border-color: rgb(244 241 255 / 0.75);
}

.border-brand-50\/80 {
  border-color: rgb(244 241 255 / 0.8);
}

.border-brand-50\/85 {
  border-color: rgb(244 241 255 / 0.85);
}

.border-brand-50\/90 {
  border-color: rgb(244 241 255 / 0.9);
}

.border-brand-50\/95 {
  border-color: rgb(244 241 255 / 0.95);
}

.border-brand-500 {
  --tw-border-opacity: 1;
  border-color: rgb(78 28 209 / var(--tw-border-opacity, 1));
}

.border-brand-500\/0 {
  border-color: rgb(78 28 209 / 0);
}

.border-brand-500\/10 {
  border-color: rgb(78 28 209 / 0.1);
}

.border-brand-500\/100 {
  border-color: rgb(78 28 209 / 1);
}

.border-brand-500\/15 {
  border-color: rgb(78 28 209 / 0.15);
}

.border-brand-500\/20 {
  border-color: rgb(78 28 209 / 0.2);
}

.border-brand-500\/25 {
  border-color: rgb(78 28 209 / 0.25);
}

.border-brand-500\/30 {
  border-color: rgb(78 28 209 / 0.3);
}

.border-brand-500\/35 {
  border-color: rgb(78 28 209 / 0.35);
}

.border-brand-500\/40 {
  border-color: rgb(78 28 209 / 0.4);
}

.border-brand-500\/45 {
  border-color: rgb(78 28 209 / 0.45);
}

.border-brand-500\/5 {
  border-color: rgb(78 28 209 / 0.05);
}

.border-brand-500\/50 {
  border-color: rgb(78 28 209 / 0.5);
}

.border-brand-500\/55 {
  border-color: rgb(78 28 209 / 0.55);
}

.border-brand-500\/60 {
  border-color: rgb(78 28 209 / 0.6);
}

.border-brand-500\/65 {
  border-color: rgb(78 28 209 / 0.65);
}

.border-brand-500\/70 {
  border-color: rgb(78 28 209 / 0.7);
}

.border-brand-500\/75 {
  border-color: rgb(78 28 209 / 0.75);
}

.border-brand-500\/80 {
  border-color: rgb(78 28 209 / 0.8);
}

.border-brand-500\/85 {
  border-color: rgb(78 28 209 / 0.85);
}

.border-brand-500\/90 {
  border-color: rgb(78 28 209 / 0.9);
}

.border-brand-500\/95 {
  border-color: rgb(78 28 209 / 0.95);
}

.border-brand-600 {
  --tw-border-opacity: 1;
  border-color: rgb(65 21 181 / var(--tw-border-opacity, 1));
}

.border-brand-600\/0 {
  border-color: rgb(65 21 181 / 0);
}

.border-brand-600\/10 {
  border-color: rgb(65 21 181 / 0.1);
}

.border-brand-600\/100 {
  border-color: rgb(65 21 181 / 1);
}

.border-brand-600\/15 {
  border-color: rgb(65 21 181 / 0.15);
}

.border-brand-600\/20 {
  border-color: rgb(65 21 181 / 0.2);
}

.border-brand-600\/25 {
  border-color: rgb(65 21 181 / 0.25);
}

.border-brand-600\/30 {
  border-color: rgb(65 21 181 / 0.3);
}

.border-brand-600\/35 {
  border-color: rgb(65 21 181 / 0.35);
}

.border-brand-600\/40 {
  border-color: rgb(65 21 181 / 0.4);
}

.border-brand-600\/45 {
  border-color: rgb(65 21 181 / 0.45);
}

.border-brand-600\/5 {
  border-color: rgb(65 21 181 / 0.05);
}

.border-brand-600\/50 {
  border-color: rgb(65 21 181 / 0.5);
}

.border-brand-600\/55 {
  border-color: rgb(65 21 181 / 0.55);
}

.border-brand-600\/60 {
  border-color: rgb(65 21 181 / 0.6);
}

.border-brand-600\/65 {
  border-color: rgb(65 21 181 / 0.65);
}

.border-brand-600\/70 {
  border-color: rgb(65 21 181 / 0.7);
}

.border-brand-600\/75 {
  border-color: rgb(65 21 181 / 0.75);
}

.border-brand-600\/80 {
  border-color: rgb(65 21 181 / 0.8);
}

.border-brand-600\/85 {
  border-color: rgb(65 21 181 / 0.85);
}

.border-brand-600\/90 {
  border-color: rgb(65 21 181 / 0.9);
}

.border-brand-600\/95 {
  border-color: rgb(65 21 181 / 0.95);
}

.border-brand-700 {
  --tw-border-opacity: 1;
  border-color: rgb(54 16 150 / var(--tw-border-opacity, 1));
}

.border-brand-700\/0 {
  border-color: rgb(54 16 150 / 0);
}

.border-brand-700\/10 {
  border-color: rgb(54 16 150 / 0.1);
}

.border-brand-700\/100 {
  border-color: rgb(54 16 150 / 1);
}

.border-brand-700\/15 {
  border-color: rgb(54 16 150 / 0.15);
}

.border-brand-700\/20 {
  border-color: rgb(54 16 150 / 0.2);
}

.border-brand-700\/25 {
  border-color: rgb(54 16 150 / 0.25);
}

.border-brand-700\/30 {
  border-color: rgb(54 16 150 / 0.3);
}

.border-brand-700\/35 {
  border-color: rgb(54 16 150 / 0.35);
}

.border-brand-700\/40 {
  border-color: rgb(54 16 150 / 0.4);
}

.border-brand-700\/45 {
  border-color: rgb(54 16 150 / 0.45);
}

.border-brand-700\/5 {
  border-color: rgb(54 16 150 / 0.05);
}

.border-brand-700\/50 {
  border-color: rgb(54 16 150 / 0.5);
}

.border-brand-700\/55 {
  border-color: rgb(54 16 150 / 0.55);
}

.border-brand-700\/60 {
  border-color: rgb(54 16 150 / 0.6);
}

.border-brand-700\/65 {
  border-color: rgb(54 16 150 / 0.65);
}

.border-brand-700\/70 {
  border-color: rgb(54 16 150 / 0.7);
}

.border-brand-700\/75 {
  border-color: rgb(54 16 150 / 0.75);
}

.border-brand-700\/80 {
  border-color: rgb(54 16 150 / 0.8);
}

.border-brand-700\/85 {
  border-color: rgb(54 16 150 / 0.85);
}

.border-brand-700\/90 {
  border-color: rgb(54 16 150 / 0.9);
}

.border-brand-700\/95 {
  border-color: rgb(54 16 150 / 0.95);
}

.border-brand-800 {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 120 / var(--tw-border-opacity, 1));
}

.border-brand-800\/0 {
  border-color: rgb(46 16 120 / 0);
}

.border-brand-800\/10 {
  border-color: rgb(46 16 120 / 0.1);
}

.border-brand-800\/100 {
  border-color: rgb(46 16 120 / 1);
}

.border-brand-800\/15 {
  border-color: rgb(46 16 120 / 0.15);
}

.border-brand-800\/20 {
  border-color: rgb(46 16 120 / 0.2);
}

.border-brand-800\/25 {
  border-color: rgb(46 16 120 / 0.25);
}

.border-brand-800\/30 {
  border-color: rgb(46 16 120 / 0.3);
}

.border-brand-800\/35 {
  border-color: rgb(46 16 120 / 0.35);
}

.border-brand-800\/40 {
  border-color: rgb(46 16 120 / 0.4);
}

.border-brand-800\/45 {
  border-color: rgb(46 16 120 / 0.45);
}

.border-brand-800\/5 {
  border-color: rgb(46 16 120 / 0.05);
}

.border-brand-800\/50 {
  border-color: rgb(46 16 120 / 0.5);
}

.border-brand-800\/55 {
  border-color: rgb(46 16 120 / 0.55);
}

.border-brand-800\/60 {
  border-color: rgb(46 16 120 / 0.6);
}

.border-brand-800\/65 {
  border-color: rgb(46 16 120 / 0.65);
}

.border-brand-800\/70 {
  border-color: rgb(46 16 120 / 0.7);
}

.border-brand-800\/75 {
  border-color: rgb(46 16 120 / 0.75);
}

.border-brand-800\/80 {
  border-color: rgb(46 16 120 / 0.8);
}

.border-brand-800\/85 {
  border-color: rgb(46 16 120 / 0.85);
}

.border-brand-800\/90 {
  border-color: rgb(46 16 120 / 0.9);
}

.border-brand-800\/95 {
  border-color: rgb(46 16 120 / 0.95);
}

.border-brand-900 {
  --tw-border-opacity: 1;
  border-color: rgb(39 15 98 / var(--tw-border-opacity, 1));
}

.border-brand-900\/0 {
  border-color: rgb(39 15 98 / 0);
}

.border-brand-900\/10 {
  border-color: rgb(39 15 98 / 0.1);
}

.border-brand-900\/100 {
  border-color: rgb(39 15 98 / 1);
}

.border-brand-900\/15 {
  border-color: rgb(39 15 98 / 0.15);
}

.border-brand-900\/20 {
  border-color: rgb(39 15 98 / 0.2);
}

.border-brand-900\/25 {
  border-color: rgb(39 15 98 / 0.25);
}

.border-brand-900\/30 {
  border-color: rgb(39 15 98 / 0.3);
}

.border-brand-900\/35 {
  border-color: rgb(39 15 98 / 0.35);
}

.border-brand-900\/40 {
  border-color: rgb(39 15 98 / 0.4);
}

.border-brand-900\/45 {
  border-color: rgb(39 15 98 / 0.45);
}

.border-brand-900\/5 {
  border-color: rgb(39 15 98 / 0.05);
}

.border-brand-900\/50 {
  border-color: rgb(39 15 98 / 0.5);
}

.border-brand-900\/55 {
  border-color: rgb(39 15 98 / 0.55);
}

.border-brand-900\/60 {
  border-color: rgb(39 15 98 / 0.6);
}

.border-brand-900\/65 {
  border-color: rgb(39 15 98 / 0.65);
}

.border-brand-900\/70 {
  border-color: rgb(39 15 98 / 0.7);
}

.border-brand-900\/75 {
  border-color: rgb(39 15 98 / 0.75);
}

.border-brand-900\/80 {
  border-color: rgb(39 15 98 / 0.8);
}

.border-brand-900\/85 {
  border-color: rgb(39 15 98 / 0.85);
}

.border-brand-900\/90 {
  border-color: rgb(39 15 98 / 0.9);
}

.border-brand-900\/95 {
  border-color: rgb(39 15 98 / 0.95);
}

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

.border-brand-950\/0 {
  border-color: rgb(22 5 58 / 0);
}

.border-brand-950\/10 {
  border-color: rgb(22 5 58 / 0.1);
}

.border-brand-950\/100 {
  border-color: rgb(22 5 58 / 1);
}

.border-brand-950\/15 {
  border-color: rgb(22 5 58 / 0.15);
}

.border-brand-950\/20 {
  border-color: rgb(22 5 58 / 0.2);
}

.border-brand-950\/25 {
  border-color: rgb(22 5 58 / 0.25);
}

.border-brand-950\/30 {
  border-color: rgb(22 5 58 / 0.3);
}

.border-brand-950\/35 {
  border-color: rgb(22 5 58 / 0.35);
}

.border-brand-950\/40 {
  border-color: rgb(22 5 58 / 0.4);
}

.border-brand-950\/45 {
  border-color: rgb(22 5 58 / 0.45);
}

.border-brand-950\/5 {
  border-color: rgb(22 5 58 / 0.05);
}

.border-brand-950\/50 {
  border-color: rgb(22 5 58 / 0.5);
}

.border-brand-950\/55 {
  border-color: rgb(22 5 58 / 0.55);
}

.border-brand-950\/60 {
  border-color: rgb(22 5 58 / 0.6);
}

.border-brand-950\/65 {
  border-color: rgb(22 5 58 / 0.65);
}

.border-brand-950\/70 {
  border-color: rgb(22 5 58 / 0.7);
}

.border-brand-950\/75 {
  border-color: rgb(22 5 58 / 0.75);
}

.border-brand-950\/80 {
  border-color: rgb(22 5 58 / 0.8);
}

.border-brand-950\/85 {
  border-color: rgb(22 5 58 / 0.85);
}

.border-brand-950\/90 {
  border-color: rgb(22 5 58 / 0.9);
}

.border-brand-950\/95 {
  border-color: rgb(22 5 58 / 0.95);
}

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

.border-neutral-100\/0 {
  border-color: rgb(246 245 244 / 0);
}

.border-neutral-100\/10 {
  border-color: rgb(246 245 244 / 0.1);
}

.border-neutral-100\/100 {
  border-color: rgb(246 245 244 / 1);
}

.border-neutral-100\/15 {
  border-color: rgb(246 245 244 / 0.15);
}

.border-neutral-100\/20 {
  border-color: rgb(246 245 244 / 0.2);
}

.border-neutral-100\/25 {
  border-color: rgb(246 245 244 / 0.25);
}

.border-neutral-100\/30 {
  border-color: rgb(246 245 244 / 0.3);
}

.border-neutral-100\/35 {
  border-color: rgb(246 245 244 / 0.35);
}

.border-neutral-100\/40 {
  border-color: rgb(246 245 244 / 0.4);
}

.border-neutral-100\/45 {
  border-color: rgb(246 245 244 / 0.45);
}

.border-neutral-100\/5 {
  border-color: rgb(246 245 244 / 0.05);
}

.border-neutral-100\/50 {
  border-color: rgb(246 245 244 / 0.5);
}

.border-neutral-100\/55 {
  border-color: rgb(246 245 244 / 0.55);
}

.border-neutral-100\/60 {
  border-color: rgb(246 245 244 / 0.6);
}

.border-neutral-100\/65 {
  border-color: rgb(246 245 244 / 0.65);
}

.border-neutral-100\/70 {
  border-color: rgb(246 245 244 / 0.7);
}

.border-neutral-100\/75 {
  border-color: rgb(246 245 244 / 0.75);
}

.border-neutral-100\/80 {
  border-color: rgb(246 245 244 / 0.8);
}

.border-neutral-100\/85 {
  border-color: rgb(246 245 244 / 0.85);
}

.border-neutral-100\/90 {
  border-color: rgb(246 245 244 / 0.9);
}

.border-neutral-100\/95 {
  border-color: rgb(246 245 244 / 0.95);
}

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

.border-neutral-200\/0 {
  border-color: rgb(233 230 227 / 0);
}

.border-neutral-200\/10 {
  border-color: rgb(233 230 227 / 0.1);
}

.border-neutral-200\/100 {
  border-color: rgb(233 230 227 / 1);
}

.border-neutral-200\/15 {
  border-color: rgb(233 230 227 / 0.15);
}

.border-neutral-200\/20 {
  border-color: rgb(233 230 227 / 0.2);
}

.border-neutral-200\/25 {
  border-color: rgb(233 230 227 / 0.25);
}

.border-neutral-200\/30 {
  border-color: rgb(233 230 227 / 0.3);
}

.border-neutral-200\/35 {
  border-color: rgb(233 230 227 / 0.35);
}

.border-neutral-200\/40 {
  border-color: rgb(233 230 227 / 0.4);
}

.border-neutral-200\/45 {
  border-color: rgb(233 230 227 / 0.45);
}

.border-neutral-200\/5 {
  border-color: rgb(233 230 227 / 0.05);
}

.border-neutral-200\/50 {
  border-color: rgb(233 230 227 / 0.5);
}

.border-neutral-200\/55 {
  border-color: rgb(233 230 227 / 0.55);
}

.border-neutral-200\/60 {
  border-color: rgb(233 230 227 / 0.6);
}

.border-neutral-200\/65 {
  border-color: rgb(233 230 227 / 0.65);
}

.border-neutral-200\/70 {
  border-color: rgb(233 230 227 / 0.7);
}

.border-neutral-200\/75 {
  border-color: rgb(233 230 227 / 0.75);
}

.border-neutral-200\/80 {
  border-color: rgb(233 230 227 / 0.8);
}

.border-neutral-200\/85 {
  border-color: rgb(233 230 227 / 0.85);
}

.border-neutral-200\/90 {
  border-color: rgb(233 230 227 / 0.9);
}

.border-neutral-200\/95 {
  border-color: rgb(233 230 227 / 0.95);
}

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

.border-neutral-300\/0 {
  border-color: rgb(215 210 205 / 0);
}

.border-neutral-300\/10 {
  border-color: rgb(215 210 205 / 0.1);
}

.border-neutral-300\/100 {
  border-color: rgb(215 210 205 / 1);
}

.border-neutral-300\/15 {
  border-color: rgb(215 210 205 / 0.15);
}

.border-neutral-300\/20 {
  border-color: rgb(215 210 205 / 0.2);
}

.border-neutral-300\/25 {
  border-color: rgb(215 210 205 / 0.25);
}

.border-neutral-300\/30 {
  border-color: rgb(215 210 205 / 0.3);
}

.border-neutral-300\/35 {
  border-color: rgb(215 210 205 / 0.35);
}

.border-neutral-300\/40 {
  border-color: rgb(215 210 205 / 0.4);
}

.border-neutral-300\/45 {
  border-color: rgb(215 210 205 / 0.45);
}

.border-neutral-300\/5 {
  border-color: rgb(215 210 205 / 0.05);
}

.border-neutral-300\/50 {
  border-color: rgb(215 210 205 / 0.5);
}

.border-neutral-300\/55 {
  border-color: rgb(215 210 205 / 0.55);
}

.border-neutral-300\/60 {
  border-color: rgb(215 210 205 / 0.6);
}

.border-neutral-300\/65 {
  border-color: rgb(215 210 205 / 0.65);
}

.border-neutral-300\/70 {
  border-color: rgb(215 210 205 / 0.7);
}

.border-neutral-300\/75 {
  border-color: rgb(215 210 205 / 0.75);
}

.border-neutral-300\/80 {
  border-color: rgb(215 210 205 / 0.8);
}

.border-neutral-300\/85 {
  border-color: rgb(215 210 205 / 0.85);
}

.border-neutral-300\/90 {
  border-color: rgb(215 210 205 / 0.9);
}

.border-neutral-300\/95 {
  border-color: rgb(215 210 205 / 0.95);
}

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

.border-neutral-400\/0 {
  border-color: rgb(175 168 161 / 0);
}

.border-neutral-400\/10 {
  border-color: rgb(175 168 161 / 0.1);
}

.border-neutral-400\/100 {
  border-color: rgb(175 168 161 / 1);
}

.border-neutral-400\/15 {
  border-color: rgb(175 168 161 / 0.15);
}

.border-neutral-400\/20 {
  border-color: rgb(175 168 161 / 0.2);
}

.border-neutral-400\/25 {
  border-color: rgb(175 168 161 / 0.25);
}

.border-neutral-400\/30 {
  border-color: rgb(175 168 161 / 0.3);
}

.border-neutral-400\/35 {
  border-color: rgb(175 168 161 / 0.35);
}

.border-neutral-400\/40 {
  border-color: rgb(175 168 161 / 0.4);
}

.border-neutral-400\/45 {
  border-color: rgb(175 168 161 / 0.45);
}

.border-neutral-400\/5 {
  border-color: rgb(175 168 161 / 0.05);
}

.border-neutral-400\/50 {
  border-color: rgb(175 168 161 / 0.5);
}

.border-neutral-400\/55 {
  border-color: rgb(175 168 161 / 0.55);
}

.border-neutral-400\/60 {
  border-color: rgb(175 168 161 / 0.6);
}

.border-neutral-400\/65 {
  border-color: rgb(175 168 161 / 0.65);
}

.border-neutral-400\/70 {
  border-color: rgb(175 168 161 / 0.7);
}

.border-neutral-400\/75 {
  border-color: rgb(175 168 161 / 0.75);
}

.border-neutral-400\/80 {
  border-color: rgb(175 168 161 / 0.8);
}

.border-neutral-400\/85 {
  border-color: rgb(175 168 161 / 0.85);
}

.border-neutral-400\/90 {
  border-color: rgb(175 168 161 / 0.9);
}

.border-neutral-400\/95 {
  border-color: rgb(175 168 161 / 0.95);
}

.border-neutral-50 {
  --tw-border-opacity: 1;
  border-color: rgb(251 250 249 / var(--tw-border-opacity, 1));
}

.border-neutral-50\/0 {
  border-color: rgb(251 250 249 / 0);
}

.border-neutral-50\/10 {
  border-color: rgb(251 250 249 / 0.1);
}

.border-neutral-50\/100 {
  border-color: rgb(251 250 249 / 1);
}

.border-neutral-50\/15 {
  border-color: rgb(251 250 249 / 0.15);
}

.border-neutral-50\/20 {
  border-color: rgb(251 250 249 / 0.2);
}

.border-neutral-50\/25 {
  border-color: rgb(251 250 249 / 0.25);
}

.border-neutral-50\/30 {
  border-color: rgb(251 250 249 / 0.3);
}

.border-neutral-50\/35 {
  border-color: rgb(251 250 249 / 0.35);
}

.border-neutral-50\/40 {
  border-color: rgb(251 250 249 / 0.4);
}

.border-neutral-50\/45 {
  border-color: rgb(251 250 249 / 0.45);
}

.border-neutral-50\/5 {
  border-color: rgb(251 250 249 / 0.05);
}

.border-neutral-50\/50 {
  border-color: rgb(251 250 249 / 0.5);
}

.border-neutral-50\/55 {
  border-color: rgb(251 250 249 / 0.55);
}

.border-neutral-50\/60 {
  border-color: rgb(251 250 249 / 0.6);
}

.border-neutral-50\/65 {
  border-color: rgb(251 250 249 / 0.65);
}

.border-neutral-50\/70 {
  border-color: rgb(251 250 249 / 0.7);
}

.border-neutral-50\/75 {
  border-color: rgb(251 250 249 / 0.75);
}

.border-neutral-50\/80 {
  border-color: rgb(251 250 249 / 0.8);
}

.border-neutral-50\/85 {
  border-color: rgb(251 250 249 / 0.85);
}

.border-neutral-50\/90 {
  border-color: rgb(251 250 249 / 0.9);
}

.border-neutral-50\/95 {
  border-color: rgb(251 250 249 / 0.95);
}

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

.border-neutral-500\/0 {
  border-color: rgb(129 121 113 / 0);
}

.border-neutral-500\/10 {
  border-color: rgb(129 121 113 / 0.1);
}

.border-neutral-500\/100 {
  border-color: rgb(129 121 113 / 1);
}

.border-neutral-500\/15 {
  border-color: rgb(129 121 113 / 0.15);
}

.border-neutral-500\/20 {
  border-color: rgb(129 121 113 / 0.2);
}

.border-neutral-500\/25 {
  border-color: rgb(129 121 113 / 0.25);
}

.border-neutral-500\/30 {
  border-color: rgb(129 121 113 / 0.3);
}

.border-neutral-500\/35 {
  border-color: rgb(129 121 113 / 0.35);
}

.border-neutral-500\/40 {
  border-color: rgb(129 121 113 / 0.4);
}

.border-neutral-500\/45 {
  border-color: rgb(129 121 113 / 0.45);
}

.border-neutral-500\/5 {
  border-color: rgb(129 121 113 / 0.05);
}

.border-neutral-500\/50 {
  border-color: rgb(129 121 113 / 0.5);
}

.border-neutral-500\/55 {
  border-color: rgb(129 121 113 / 0.55);
}

.border-neutral-500\/60 {
  border-color: rgb(129 121 113 / 0.6);
}

.border-neutral-500\/65 {
  border-color: rgb(129 121 113 / 0.65);
}

.border-neutral-500\/70 {
  border-color: rgb(129 121 113 / 0.7);
}

.border-neutral-500\/75 {
  border-color: rgb(129 121 113 / 0.75);
}

.border-neutral-500\/80 {
  border-color: rgb(129 121 113 / 0.8);
}

.border-neutral-500\/85 {
  border-color: rgb(129 121 113 / 0.85);
}

.border-neutral-500\/90 {
  border-color: rgb(129 121 113 / 0.9);
}

.border-neutral-500\/95 {
  border-color: rgb(129 121 113 / 0.95);
}

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

.border-neutral-600\/0 {
  border-color: rgb(96 89 82 / 0);
}

.border-neutral-600\/10 {
  border-color: rgb(96 89 82 / 0.1);
}

.border-neutral-600\/100 {
  border-color: rgb(96 89 82 / 1);
}

.border-neutral-600\/15 {
  border-color: rgb(96 89 82 / 0.15);
}

.border-neutral-600\/20 {
  border-color: rgb(96 89 82 / 0.2);
}

.border-neutral-600\/25 {
  border-color: rgb(96 89 82 / 0.25);
}

.border-neutral-600\/30 {
  border-color: rgb(96 89 82 / 0.3);
}

.border-neutral-600\/35 {
  border-color: rgb(96 89 82 / 0.35);
}

.border-neutral-600\/40 {
  border-color: rgb(96 89 82 / 0.4);
}

.border-neutral-600\/45 {
  border-color: rgb(96 89 82 / 0.45);
}

.border-neutral-600\/5 {
  border-color: rgb(96 89 82 / 0.05);
}

.border-neutral-600\/50 {
  border-color: rgb(96 89 82 / 0.5);
}

.border-neutral-600\/55 {
  border-color: rgb(96 89 82 / 0.55);
}

.border-neutral-600\/60 {
  border-color: rgb(96 89 82 / 0.6);
}

.border-neutral-600\/65 {
  border-color: rgb(96 89 82 / 0.65);
}

.border-neutral-600\/70 {
  border-color: rgb(96 89 82 / 0.7);
}

.border-neutral-600\/75 {
  border-color: rgb(96 89 82 / 0.75);
}

.border-neutral-600\/80 {
  border-color: rgb(96 89 82 / 0.8);
}

.border-neutral-600\/85 {
  border-color: rgb(96 89 82 / 0.85);
}

.border-neutral-600\/90 {
  border-color: rgb(96 89 82 / 0.9);
}

.border-neutral-600\/95 {
  border-color: rgb(96 89 82 / 0.95);
}

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

.border-neutral-700\/0 {
  border-color: rgb(73 68 63 / 0);
}

.border-neutral-700\/10 {
  border-color: rgb(73 68 63 / 0.1);
}

.border-neutral-700\/100 {
  border-color: rgb(73 68 63 / 1);
}

.border-neutral-700\/15 {
  border-color: rgb(73 68 63 / 0.15);
}

.border-neutral-700\/20 {
  border-color: rgb(73 68 63 / 0.2);
}

.border-neutral-700\/25 {
  border-color: rgb(73 68 63 / 0.25);
}

.border-neutral-700\/30 {
  border-color: rgb(73 68 63 / 0.3);
}

.border-neutral-700\/35 {
  border-color: rgb(73 68 63 / 0.35);
}

.border-neutral-700\/40 {
  border-color: rgb(73 68 63 / 0.4);
}

.border-neutral-700\/45 {
  border-color: rgb(73 68 63 / 0.45);
}

.border-neutral-700\/5 {
  border-color: rgb(73 68 63 / 0.05);
}

.border-neutral-700\/50 {
  border-color: rgb(73 68 63 / 0.5);
}

.border-neutral-700\/55 {
  border-color: rgb(73 68 63 / 0.55);
}

.border-neutral-700\/60 {
  border-color: rgb(73 68 63 / 0.6);
}

.border-neutral-700\/65 {
  border-color: rgb(73 68 63 / 0.65);
}

.border-neutral-700\/70 {
  border-color: rgb(73 68 63 / 0.7);
}

.border-neutral-700\/75 {
  border-color: rgb(73 68 63 / 0.75);
}

.border-neutral-700\/80 {
  border-color: rgb(73 68 63 / 0.8);
}

.border-neutral-700\/85 {
  border-color: rgb(73 68 63 / 0.85);
}

.border-neutral-700\/90 {
  border-color: rgb(73 68 63 / 0.9);
}

.border-neutral-700\/95 {
  border-color: rgb(73 68 63 / 0.95);
}

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

.border-neutral-800\/0 {
  border-color: rgb(48 45 42 / 0);
}

.border-neutral-800\/10 {
  border-color: rgb(48 45 42 / 0.1);
}

.border-neutral-800\/100 {
  border-color: rgb(48 45 42 / 1);
}

.border-neutral-800\/15 {
  border-color: rgb(48 45 42 / 0.15);
}

.border-neutral-800\/20 {
  border-color: rgb(48 45 42 / 0.2);
}

.border-neutral-800\/25 {
  border-color: rgb(48 45 42 / 0.25);
}

.border-neutral-800\/30 {
  border-color: rgb(48 45 42 / 0.3);
}

.border-neutral-800\/35 {
  border-color: rgb(48 45 42 / 0.35);
}

.border-neutral-800\/40 {
  border-color: rgb(48 45 42 / 0.4);
}

.border-neutral-800\/45 {
  border-color: rgb(48 45 42 / 0.45);
}

.border-neutral-800\/5 {
  border-color: rgb(48 45 42 / 0.05);
}

.border-neutral-800\/50 {
  border-color: rgb(48 45 42 / 0.5);
}

.border-neutral-800\/55 {
  border-color: rgb(48 45 42 / 0.55);
}

.border-neutral-800\/60 {
  border-color: rgb(48 45 42 / 0.6);
}

.border-neutral-800\/65 {
  border-color: rgb(48 45 42 / 0.65);
}

.border-neutral-800\/70 {
  border-color: rgb(48 45 42 / 0.7);
}

.border-neutral-800\/75 {
  border-color: rgb(48 45 42 / 0.75);
}

.border-neutral-800\/80 {
  border-color: rgb(48 45 42 / 0.8);
}

.border-neutral-800\/85 {
  border-color: rgb(48 45 42 / 0.85);
}

.border-neutral-800\/90 {
  border-color: rgb(48 45 42 / 0.9);
}

.border-neutral-800\/95 {
  border-color: rgb(48 45 42 / 0.95);
}

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

.border-neutral-900\/0 {
  border-color: rgb(33 31 29 / 0);
}

.border-neutral-900\/10 {
  border-color: rgb(33 31 29 / 0.1);
}

.border-neutral-900\/100 {
  border-color: rgb(33 31 29 / 1);
}

.border-neutral-900\/15 {
  border-color: rgb(33 31 29 / 0.15);
}

.border-neutral-900\/20 {
  border-color: rgb(33 31 29 / 0.2);
}

.border-neutral-900\/25 {
  border-color: rgb(33 31 29 / 0.25);
}

.border-neutral-900\/30 {
  border-color: rgb(33 31 29 / 0.3);
}

.border-neutral-900\/35 {
  border-color: rgb(33 31 29 / 0.35);
}

.border-neutral-900\/40 {
  border-color: rgb(33 31 29 / 0.4);
}

.border-neutral-900\/45 {
  border-color: rgb(33 31 29 / 0.45);
}

.border-neutral-900\/5 {
  border-color: rgb(33 31 29 / 0.05);
}

.border-neutral-900\/50 {
  border-color: rgb(33 31 29 / 0.5);
}

.border-neutral-900\/55 {
  border-color: rgb(33 31 29 / 0.55);
}

.border-neutral-900\/60 {
  border-color: rgb(33 31 29 / 0.6);
}

.border-neutral-900\/65 {
  border-color: rgb(33 31 29 / 0.65);
}

.border-neutral-900\/70 {
  border-color: rgb(33 31 29 / 0.7);
}

.border-neutral-900\/75 {
  border-color: rgb(33 31 29 / 0.75);
}

.border-neutral-900\/80 {
  border-color: rgb(33 31 29 / 0.8);
}

.border-neutral-900\/85 {
  border-color: rgb(33 31 29 / 0.85);
}

.border-neutral-900\/90 {
  border-color: rgb(33 31 29 / 0.9);
}

.border-neutral-900\/95 {
  border-color: rgb(33 31 29 / 0.95);
}

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

.border-neutral-950\/0 {
  border-color: rgb(18 17 16 / 0);
}

.border-neutral-950\/10 {
  border-color: rgb(18 17 16 / 0.1);
}

.border-neutral-950\/100 {
  border-color: rgb(18 17 16 / 1);
}

.border-neutral-950\/15 {
  border-color: rgb(18 17 16 / 0.15);
}

.border-neutral-950\/20 {
  border-color: rgb(18 17 16 / 0.2);
}

.border-neutral-950\/25 {
  border-color: rgb(18 17 16 / 0.25);
}

.border-neutral-950\/30 {
  border-color: rgb(18 17 16 / 0.3);
}

.border-neutral-950\/35 {
  border-color: rgb(18 17 16 / 0.35);
}

.border-neutral-950\/40 {
  border-color: rgb(18 17 16 / 0.4);
}

.border-neutral-950\/45 {
  border-color: rgb(18 17 16 / 0.45);
}

.border-neutral-950\/5 {
  border-color: rgb(18 17 16 / 0.05);
}

.border-neutral-950\/50 {
  border-color: rgb(18 17 16 / 0.5);
}

.border-neutral-950\/55 {
  border-color: rgb(18 17 16 / 0.55);
}

.border-neutral-950\/60 {
  border-color: rgb(18 17 16 / 0.6);
}

.border-neutral-950\/65 {
  border-color: rgb(18 17 16 / 0.65);
}

.border-neutral-950\/70 {
  border-color: rgb(18 17 16 / 0.7);
}

.border-neutral-950\/75 {
  border-color: rgb(18 17 16 / 0.75);
}

.border-neutral-950\/80 {
  border-color: rgb(18 17 16 / 0.8);
}

.border-neutral-950\/85 {
  border-color: rgb(18 17 16 / 0.85);
}

.border-neutral-950\/90 {
  border-color: rgb(18 17 16 / 0.9);
}

.border-neutral-950\/95 {
  border-color: rgb(18 17 16 / 0.95);
}

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

.border-primary-100\/0 {
  border-color: rgb(254 234 222 / 0);
}

.border-primary-100\/10 {
  border-color: rgb(254 234 222 / 0.1);
}

.border-primary-100\/100 {
  border-color: rgb(254 234 222 / 1);
}

.border-primary-100\/15 {
  border-color: rgb(254 234 222 / 0.15);
}

.border-primary-100\/20 {
  border-color: rgb(254 234 222 / 0.2);
}

.border-primary-100\/25 {
  border-color: rgb(254 234 222 / 0.25);
}

.border-primary-100\/30 {
  border-color: rgb(254 234 222 / 0.3);
}

.border-primary-100\/35 {
  border-color: rgb(254 234 222 / 0.35);
}

.border-primary-100\/40 {
  border-color: rgb(254 234 222 / 0.4);
}

.border-primary-100\/45 {
  border-color: rgb(254 234 222 / 0.45);
}

.border-primary-100\/5 {
  border-color: rgb(254 234 222 / 0.05);
}

.border-primary-100\/50 {
  border-color: rgb(254 234 222 / 0.5);
}

.border-primary-100\/55 {
  border-color: rgb(254 234 222 / 0.55);
}

.border-primary-100\/60 {
  border-color: rgb(254 234 222 / 0.6);
}

.border-primary-100\/65 {
  border-color: rgb(254 234 222 / 0.65);
}

.border-primary-100\/70 {
  border-color: rgb(254 234 222 / 0.7);
}

.border-primary-100\/75 {
  border-color: rgb(254 234 222 / 0.75);
}

.border-primary-100\/80 {
  border-color: rgb(254 234 222 / 0.8);
}

.border-primary-100\/85 {
  border-color: rgb(254 234 222 / 0.85);
}

.border-primary-100\/90 {
  border-color: rgb(254 234 222 / 0.9);
}

.border-primary-100\/95 {
  border-color: rgb(254 234 222 / 0.95);
}

.border-primary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 189 / var(--tw-border-opacity, 1));
}

.border-primary-200\/0 {
  border-color: rgb(252 211 189 / 0);
}

.border-primary-200\/10 {
  border-color: rgb(252 211 189 / 0.1);
}

.border-primary-200\/100 {
  border-color: rgb(252 211 189 / 1);
}

.border-primary-200\/15 {
  border-color: rgb(252 211 189 / 0.15);
}

.border-primary-200\/20 {
  border-color: rgb(252 211 189 / 0.2);
}

.border-primary-200\/25 {
  border-color: rgb(252 211 189 / 0.25);
}

.border-primary-200\/30 {
  border-color: rgb(252 211 189 / 0.3);
}

.border-primary-200\/35 {
  border-color: rgb(252 211 189 / 0.35);
}

.border-primary-200\/40 {
  border-color: rgb(252 211 189 / 0.4);
}

.border-primary-200\/45 {
  border-color: rgb(252 211 189 / 0.45);
}

.border-primary-200\/5 {
  border-color: rgb(252 211 189 / 0.05);
}

.border-primary-200\/50 {
  border-color: rgb(252 211 189 / 0.5);
}

.border-primary-200\/55 {
  border-color: rgb(252 211 189 / 0.55);
}

.border-primary-200\/60 {
  border-color: rgb(252 211 189 / 0.6);
}

.border-primary-200\/65 {
  border-color: rgb(252 211 189 / 0.65);
}

.border-primary-200\/70 {
  border-color: rgb(252 211 189 / 0.7);
}

.border-primary-200\/75 {
  border-color: rgb(252 211 189 / 0.75);
}

.border-primary-200\/80 {
  border-color: rgb(252 211 189 / 0.8);
}

.border-primary-200\/85 {
  border-color: rgb(252 211 189 / 0.85);
}

.border-primary-200\/90 {
  border-color: rgb(252 211 189 / 0.9);
}

.border-primary-200\/95 {
  border-color: rgb(252 211 189 / 0.95);
}

.border-primary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(250 179 143 / var(--tw-border-opacity, 1));
}

.border-primary-300\/0 {
  border-color: rgb(250 179 143 / 0);
}

.border-primary-300\/10 {
  border-color: rgb(250 179 143 / 0.1);
}

.border-primary-300\/100 {
  border-color: rgb(250 179 143 / 1);
}

.border-primary-300\/15 {
  border-color: rgb(250 179 143 / 0.15);
}

.border-primary-300\/20 {
  border-color: rgb(250 179 143 / 0.2);
}

.border-primary-300\/25 {
  border-color: rgb(250 179 143 / 0.25);
}

.border-primary-300\/30 {
  border-color: rgb(250 179 143 / 0.3);
}

.border-primary-300\/35 {
  border-color: rgb(250 179 143 / 0.35);
}

.border-primary-300\/40 {
  border-color: rgb(250 179 143 / 0.4);
}

.border-primary-300\/45 {
  border-color: rgb(250 179 143 / 0.45);
}

.border-primary-300\/5 {
  border-color: rgb(250 179 143 / 0.05);
}

.border-primary-300\/50 {
  border-color: rgb(250 179 143 / 0.5);
}

.border-primary-300\/55 {
  border-color: rgb(250 179 143 / 0.55);
}

.border-primary-300\/60 {
  border-color: rgb(250 179 143 / 0.6);
}

.border-primary-300\/65 {
  border-color: rgb(250 179 143 / 0.65);
}

.border-primary-300\/70 {
  border-color: rgb(250 179 143 / 0.7);
}

.border-primary-300\/75 {
  border-color: rgb(250 179 143 / 0.75);
}

.border-primary-300\/80 {
  border-color: rgb(250 179 143 / 0.8);
}

.border-primary-300\/85 {
  border-color: rgb(250 179 143 / 0.85);
}

.border-primary-300\/90 {
  border-color: rgb(250 179 143 / 0.9);
}

.border-primary-300\/95 {
  border-color: rgb(250 179 143 / 0.95);
}

.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(249 151 102 / var(--tw-border-opacity, 1));
}

.border-primary-400\/0 {
  border-color: rgb(249 151 102 / 0);
}

.border-primary-400\/10 {
  border-color: rgb(249 151 102 / 0.1);
}

.border-primary-400\/100 {
  border-color: rgb(249 151 102 / 1);
}

.border-primary-400\/15 {
  border-color: rgb(249 151 102 / 0.15);
}

.border-primary-400\/20 {
  border-color: rgb(249 151 102 / 0.2);
}

.border-primary-400\/25 {
  border-color: rgb(249 151 102 / 0.25);
}

.border-primary-400\/30 {
  border-color: rgb(249 151 102 / 0.3);
}

.border-primary-400\/35 {
  border-color: rgb(249 151 102 / 0.35);
}

.border-primary-400\/40 {
  border-color: rgb(249 151 102 / 0.4);
}

.border-primary-400\/45 {
  border-color: rgb(249 151 102 / 0.45);
}

.border-primary-400\/5 {
  border-color: rgb(249 151 102 / 0.05);
}

.border-primary-400\/50 {
  border-color: rgb(249 151 102 / 0.5);
}

.border-primary-400\/55 {
  border-color: rgb(249 151 102 / 0.55);
}

.border-primary-400\/60 {
  border-color: rgb(249 151 102 / 0.6);
}

.border-primary-400\/65 {
  border-color: rgb(249 151 102 / 0.65);
}

.border-primary-400\/70 {
  border-color: rgb(249 151 102 / 0.7);
}

.border-primary-400\/75 {
  border-color: rgb(249 151 102 / 0.75);
}

.border-primary-400\/80 {
  border-color: rgb(249 151 102 / 0.8);
}

.border-primary-400\/85 {
  border-color: rgb(249 151 102 / 0.85);
}

.border-primary-400\/90 {
  border-color: rgb(249 151 102 / 0.9);
}

.border-primary-400\/95 {
  border-color: rgb(249 151 102 / 0.95);
}

.border-primary-50 {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 242 / var(--tw-border-opacity, 1));
}

.border-primary-50\/0 {
  border-color: rgb(255 247 242 / 0);
}

.border-primary-50\/10 {
  border-color: rgb(255 247 242 / 0.1);
}

.border-primary-50\/100 {
  border-color: rgb(255 247 242 / 1);
}

.border-primary-50\/15 {
  border-color: rgb(255 247 242 / 0.15);
}

.border-primary-50\/20 {
  border-color: rgb(255 247 242 / 0.2);
}

.border-primary-50\/25 {
  border-color: rgb(255 247 242 / 0.25);
}

.border-primary-50\/30 {
  border-color: rgb(255 247 242 / 0.3);
}

.border-primary-50\/35 {
  border-color: rgb(255 247 242 / 0.35);
}

.border-primary-50\/40 {
  border-color: rgb(255 247 242 / 0.4);
}

.border-primary-50\/45 {
  border-color: rgb(255 247 242 / 0.45);
}

.border-primary-50\/5 {
  border-color: rgb(255 247 242 / 0.05);
}

.border-primary-50\/50 {
  border-color: rgb(255 247 242 / 0.5);
}

.border-primary-50\/55 {
  border-color: rgb(255 247 242 / 0.55);
}

.border-primary-50\/60 {
  border-color: rgb(255 247 242 / 0.6);
}

.border-primary-50\/65 {
  border-color: rgb(255 247 242 / 0.65);
}

.border-primary-50\/70 {
  border-color: rgb(255 247 242 / 0.7);
}

.border-primary-50\/75 {
  border-color: rgb(255 247 242 / 0.75);
}

.border-primary-50\/80 {
  border-color: rgb(255 247 242 / 0.8);
}

.border-primary-50\/85 {
  border-color: rgb(255 247 242 / 0.85);
}

.border-primary-50\/90 {
  border-color: rgb(255 247 242 / 0.9);
}

.border-primary-50\/95 {
  border-color: rgb(255 247 242 / 0.95);
}

.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(247 141 77 / var(--tw-border-opacity, 1));
}

.border-primary-500\/0 {
  border-color: rgb(247 141 77 / 0);
}

.border-primary-500\/10 {
  border-color: rgb(247 141 77 / 0.1);
}

.border-primary-500\/100 {
  border-color: rgb(247 141 77 / 1);
}

.border-primary-500\/15 {
  border-color: rgb(247 141 77 / 0.15);
}

.border-primary-500\/20 {
  border-color: rgb(247 141 77 / 0.2);
}

.border-primary-500\/25 {
  border-color: rgb(247 141 77 / 0.25);
}

.border-primary-500\/30 {
  border-color: rgb(247 141 77 / 0.3);
}

.border-primary-500\/35 {
  border-color: rgb(247 141 77 / 0.35);
}

.border-primary-500\/40 {
  border-color: rgb(247 141 77 / 0.4);
}

.border-primary-500\/45 {
  border-color: rgb(247 141 77 / 0.45);
}

.border-primary-500\/5 {
  border-color: rgb(247 141 77 / 0.05);
}

.border-primary-500\/50 {
  border-color: rgb(247 141 77 / 0.5);
}

.border-primary-500\/55 {
  border-color: rgb(247 141 77 / 0.55);
}

.border-primary-500\/60 {
  border-color: rgb(247 141 77 / 0.6);
}

.border-primary-500\/65 {
  border-color: rgb(247 141 77 / 0.65);
}

.border-primary-500\/70 {
  border-color: rgb(247 141 77 / 0.7);
}

.border-primary-500\/75 {
  border-color: rgb(247 141 77 / 0.75);
}

.border-primary-500\/80 {
  border-color: rgb(247 141 77 / 0.8);
}

.border-primary-500\/85 {
  border-color: rgb(247 141 77 / 0.85);
}

.border-primary-500\/90 {
  border-color: rgb(247 141 77 / 0.9);
}

.border-primary-500\/95 {
  border-color: rgb(247 141 77 / 0.95);
}

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

.border-primary-600\/0 {
  border-color: rgb(233 99 37 / 0);
}

.border-primary-600\/10 {
  border-color: rgb(233 99 37 / 0.1);
}

.border-primary-600\/100 {
  border-color: rgb(233 99 37 / 1);
}

.border-primary-600\/15 {
  border-color: rgb(233 99 37 / 0.15);
}

.border-primary-600\/20 {
  border-color: rgb(233 99 37 / 0.2);
}

.border-primary-600\/25 {
  border-color: rgb(233 99 37 / 0.25);
}

.border-primary-600\/30 {
  border-color: rgb(233 99 37 / 0.3);
}

.border-primary-600\/35 {
  border-color: rgb(233 99 37 / 0.35);
}

.border-primary-600\/40 {
  border-color: rgb(233 99 37 / 0.4);
}

.border-primary-600\/45 {
  border-color: rgb(233 99 37 / 0.45);
}

.border-primary-600\/5 {
  border-color: rgb(233 99 37 / 0.05);
}

.border-primary-600\/50 {
  border-color: rgb(233 99 37 / 0.5);
}

.border-primary-600\/55 {
  border-color: rgb(233 99 37 / 0.55);
}

.border-primary-600\/60 {
  border-color: rgb(233 99 37 / 0.6);
}

.border-primary-600\/65 {
  border-color: rgb(233 99 37 / 0.65);
}

.border-primary-600\/70 {
  border-color: rgb(233 99 37 / 0.7);
}

.border-primary-600\/75 {
  border-color: rgb(233 99 37 / 0.75);
}

.border-primary-600\/80 {
  border-color: rgb(233 99 37 / 0.8);
}

.border-primary-600\/85 {
  border-color: rgb(233 99 37 / 0.85);
}

.border-primary-600\/90 {
  border-color: rgb(233 99 37 / 0.9);
}

.border-primary-600\/95 {
  border-color: rgb(233 99 37 / 0.95);
}

.border-primary-700 {
  --tw-border-opacity: 1;
  border-color: rgb(201 74 22 / var(--tw-border-opacity, 1));
}

.border-primary-700\/0 {
  border-color: rgb(201 74 22 / 0);
}

.border-primary-700\/10 {
  border-color: rgb(201 74 22 / 0.1);
}

.border-primary-700\/100 {
  border-color: rgb(201 74 22 / 1);
}

.border-primary-700\/15 {
  border-color: rgb(201 74 22 / 0.15);
}

.border-primary-700\/20 {
  border-color: rgb(201 74 22 / 0.2);
}

.border-primary-700\/25 {
  border-color: rgb(201 74 22 / 0.25);
}

.border-primary-700\/30 {
  border-color: rgb(201 74 22 / 0.3);
}

.border-primary-700\/35 {
  border-color: rgb(201 74 22 / 0.35);
}

.border-primary-700\/40 {
  border-color: rgb(201 74 22 / 0.4);
}

.border-primary-700\/45 {
  border-color: rgb(201 74 22 / 0.45);
}

.border-primary-700\/5 {
  border-color: rgb(201 74 22 / 0.05);
}

.border-primary-700\/50 {
  border-color: rgb(201 74 22 / 0.5);
}

.border-primary-700\/55 {
  border-color: rgb(201 74 22 / 0.55);
}

.border-primary-700\/60 {
  border-color: rgb(201 74 22 / 0.6);
}

.border-primary-700\/65 {
  border-color: rgb(201 74 22 / 0.65);
}

.border-primary-700\/70 {
  border-color: rgb(201 74 22 / 0.7);
}

.border-primary-700\/75 {
  border-color: rgb(201 74 22 / 0.75);
}

.border-primary-700\/80 {
  border-color: rgb(201 74 22 / 0.8);
}

.border-primary-700\/85 {
  border-color: rgb(201 74 22 / 0.85);
}

.border-primary-700\/90 {
  border-color: rgb(201 74 22 / 0.9);
}

.border-primary-700\/95 {
  border-color: rgb(201 74 22 / 0.95);
}

.border-primary-800 {
  --tw-border-opacity: 1;
  border-color: rgb(161 59 24 / var(--tw-border-opacity, 1));
}

.border-primary-800\/0 {
  border-color: rgb(161 59 24 / 0);
}

.border-primary-800\/10 {
  border-color: rgb(161 59 24 / 0.1);
}

.border-primary-800\/100 {
  border-color: rgb(161 59 24 / 1);
}

.border-primary-800\/15 {
  border-color: rgb(161 59 24 / 0.15);
}

.border-primary-800\/20 {
  border-color: rgb(161 59 24 / 0.2);
}

.border-primary-800\/25 {
  border-color: rgb(161 59 24 / 0.25);
}

.border-primary-800\/30 {
  border-color: rgb(161 59 24 / 0.3);
}

.border-primary-800\/35 {
  border-color: rgb(161 59 24 / 0.35);
}

.border-primary-800\/40 {
  border-color: rgb(161 59 24 / 0.4);
}

.border-primary-800\/45 {
  border-color: rgb(161 59 24 / 0.45);
}

.border-primary-800\/5 {
  border-color: rgb(161 59 24 / 0.05);
}

.border-primary-800\/50 {
  border-color: rgb(161 59 24 / 0.5);
}

.border-primary-800\/55 {
  border-color: rgb(161 59 24 / 0.55);
}

.border-primary-800\/60 {
  border-color: rgb(161 59 24 / 0.6);
}

.border-primary-800\/65 {
  border-color: rgb(161 59 24 / 0.65);
}

.border-primary-800\/70 {
  border-color: rgb(161 59 24 / 0.7);
}

.border-primary-800\/75 {
  border-color: rgb(161 59 24 / 0.75);
}

.border-primary-800\/80 {
  border-color: rgb(161 59 24 / 0.8);
}

.border-primary-800\/85 {
  border-color: rgb(161 59 24 / 0.85);
}

.border-primary-800\/90 {
  border-color: rgb(161 59 24 / 0.9);
}

.border-primary-800\/95 {
  border-color: rgb(161 59 24 / 0.95);
}

.border-primary-900 {
  --tw-border-opacity: 1;
  border-color: rgb(130 51 24 / var(--tw-border-opacity, 1));
}

.border-primary-900\/0 {
  border-color: rgb(130 51 24 / 0);
}

.border-primary-900\/10 {
  border-color: rgb(130 51 24 / 0.1);
}

.border-primary-900\/100 {
  border-color: rgb(130 51 24 / 1);
}

.border-primary-900\/15 {
  border-color: rgb(130 51 24 / 0.15);
}

.border-primary-900\/20 {
  border-color: rgb(130 51 24 / 0.2);
}

.border-primary-900\/25 {
  border-color: rgb(130 51 24 / 0.25);
}

.border-primary-900\/30 {
  border-color: rgb(130 51 24 / 0.3);
}

.border-primary-900\/35 {
  border-color: rgb(130 51 24 / 0.35);
}

.border-primary-900\/40 {
  border-color: rgb(130 51 24 / 0.4);
}

.border-primary-900\/45 {
  border-color: rgb(130 51 24 / 0.45);
}

.border-primary-900\/5 {
  border-color: rgb(130 51 24 / 0.05);
}

.border-primary-900\/50 {
  border-color: rgb(130 51 24 / 0.5);
}

.border-primary-900\/55 {
  border-color: rgb(130 51 24 / 0.55);
}

.border-primary-900\/60 {
  border-color: rgb(130 51 24 / 0.6);
}

.border-primary-900\/65 {
  border-color: rgb(130 51 24 / 0.65);
}

.border-primary-900\/70 {
  border-color: rgb(130 51 24 / 0.7);
}

.border-primary-900\/75 {
  border-color: rgb(130 51 24 / 0.75);
}

.border-primary-900\/80 {
  border-color: rgb(130 51 24 / 0.8);
}

.border-primary-900\/85 {
  border-color: rgb(130 51 24 / 0.85);
}

.border-primary-900\/90 {
  border-color: rgb(130 51 24 / 0.9);
}

.border-primary-900\/95 {
  border-color: rgb(130 51 24 / 0.95);
}

.border-primary-950 {
  --tw-border-opacity: 1;
  border-color: rgb(70 23 8 / var(--tw-border-opacity, 1));
}

.border-primary-950\/0 {
  border-color: rgb(70 23 8 / 0);
}

.border-primary-950\/10 {
  border-color: rgb(70 23 8 / 0.1);
}

.border-primary-950\/100 {
  border-color: rgb(70 23 8 / 1);
}

.border-primary-950\/15 {
  border-color: rgb(70 23 8 / 0.15);
}

.border-primary-950\/20 {
  border-color: rgb(70 23 8 / 0.2);
}

.border-primary-950\/25 {
  border-color: rgb(70 23 8 / 0.25);
}

.border-primary-950\/30 {
  border-color: rgb(70 23 8 / 0.3);
}

.border-primary-950\/35 {
  border-color: rgb(70 23 8 / 0.35);
}

.border-primary-950\/40 {
  border-color: rgb(70 23 8 / 0.4);
}

.border-primary-950\/45 {
  border-color: rgb(70 23 8 / 0.45);
}

.border-primary-950\/5 {
  border-color: rgb(70 23 8 / 0.05);
}

.border-primary-950\/50 {
  border-color: rgb(70 23 8 / 0.5);
}

.border-primary-950\/55 {
  border-color: rgb(70 23 8 / 0.55);
}

.border-primary-950\/60 {
  border-color: rgb(70 23 8 / 0.6);
}

.border-primary-950\/65 {
  border-color: rgb(70 23 8 / 0.65);
}

.border-primary-950\/70 {
  border-color: rgb(70 23 8 / 0.7);
}

.border-primary-950\/75 {
  border-color: rgb(70 23 8 / 0.75);
}

.border-primary-950\/80 {
  border-color: rgb(70 23 8 / 0.8);
}

.border-primary-950\/85 {
  border-color: rgb(70 23 8 / 0.85);
}

.border-primary-950\/90 {
  border-color: rgb(70 23 8 / 0.9);
}

.border-primary-950\/95 {
  border-color: rgb(70 23 8 / 0.95);
}

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

.border-transparent\/0 {
  border-color: rgb(0 0 0 / 0);
}

.border-transparent\/10 {
  border-color: rgb(0 0 0 / 0.1);
}

.border-transparent\/100 {
  border-color: rgb(0 0 0 / 1);
}

.border-transparent\/15 {
  border-color: rgb(0 0 0 / 0.15);
}

.border-transparent\/20 {
  border-color: rgb(0 0 0 / 0.2);
}

.border-transparent\/25 {
  border-color: rgb(0 0 0 / 0.25);
}

.border-transparent\/30 {
  border-color: rgb(0 0 0 / 0.3);
}

.border-transparent\/35 {
  border-color: rgb(0 0 0 / 0.35);
}

.border-transparent\/40 {
  border-color: rgb(0 0 0 / 0.4);
}

.border-transparent\/45 {
  border-color: rgb(0 0 0 / 0.45);
}

.border-transparent\/5 {
  border-color: rgb(0 0 0 / 0.05);
}

.border-transparent\/50 {
  border-color: rgb(0 0 0 / 0.5);
}

.border-transparent\/55 {
  border-color: rgb(0 0 0 / 0.55);
}

.border-transparent\/60 {
  border-color: rgb(0 0 0 / 0.6);
}

.border-transparent\/65 {
  border-color: rgb(0 0 0 / 0.65);
}

.border-transparent\/70 {
  border-color: rgb(0 0 0 / 0.7);
}

.border-transparent\/75 {
  border-color: rgb(0 0 0 / 0.75);
}

.border-transparent\/80 {
  border-color: rgb(0 0 0 / 0.8);
}

.border-transparent\/85 {
  border-color: rgb(0 0 0 / 0.85);
}

.border-transparent\/90 {
  border-color: rgb(0 0 0 / 0.9);
}

.border-transparent\/95 {
  border-color: rgb(0 0 0 / 0.95);
}

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

.border-white\/0 {
  border-color: rgb(255 255 255 / 0);
}

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-white\/100 {
  border-color: rgb(255 255 255 / 1);
}

.border-white\/15 {
  border-color: rgb(255 255 255 / 0.15);
}

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

.border-white\/35 {
  border-color: rgb(255 255 255 / 0.35);
}

.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}

.border-white\/45 {
  border-color: rgb(255 255 255 / 0.45);
}

.border-white\/5 {
  border-color: rgb(255 255 255 / 0.05);
}

.border-white\/50 {
  border-color: rgb(255 255 255 / 0.5);
}

.border-white\/55 {
  border-color: rgb(255 255 255 / 0.55);
}

.border-white\/60 {
  border-color: rgb(255 255 255 / 0.6);
}

.border-white\/65 {
  border-color: rgb(255 255 255 / 0.65);
}

.border-white\/70 {
  border-color: rgb(255 255 255 / 0.7);
}

.border-white\/75 {
  border-color: rgb(255 255 255 / 0.75);
}

.border-white\/80 {
  border-color: rgb(255 255 255 / 0.8);
}

.border-white\/85 {
  border-color: rgb(255 255 255 / 0.85);
}

.border-white\/90 {
  border-color: rgb(255 255 255 / 0.9);
}

.border-white\/95 {
  border-color: rgb(255 255 255 / 0.95);
}

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

.border-yellow-100\/0 {
  border-color: rgb(254 249 195 / 0);
}

.border-yellow-100\/10 {
  border-color: rgb(254 249 195 / 0.1);
}

.border-yellow-100\/100 {
  border-color: rgb(254 249 195 / 1);
}

.border-yellow-100\/15 {
  border-color: rgb(254 249 195 / 0.15);
}

.border-yellow-100\/20 {
  border-color: rgb(254 249 195 / 0.2);
}

.border-yellow-100\/25 {
  border-color: rgb(254 249 195 / 0.25);
}

.border-yellow-100\/30 {
  border-color: rgb(254 249 195 / 0.3);
}

.border-yellow-100\/35 {
  border-color: rgb(254 249 195 / 0.35);
}

.border-yellow-100\/40 {
  border-color: rgb(254 249 195 / 0.4);
}

.border-yellow-100\/45 {
  border-color: rgb(254 249 195 / 0.45);
}

.border-yellow-100\/5 {
  border-color: rgb(254 249 195 / 0.05);
}

.border-yellow-100\/50 {
  border-color: rgb(254 249 195 / 0.5);
}

.border-yellow-100\/55 {
  border-color: rgb(254 249 195 / 0.55);
}

.border-yellow-100\/60 {
  border-color: rgb(254 249 195 / 0.6);
}

.border-yellow-100\/65 {
  border-color: rgb(254 249 195 / 0.65);
}

.border-yellow-100\/70 {
  border-color: rgb(254 249 195 / 0.7);
}

.border-yellow-100\/75 {
  border-color: rgb(254 249 195 / 0.75);
}

.border-yellow-100\/80 {
  border-color: rgb(254 249 195 / 0.8);
}

.border-yellow-100\/85 {
  border-color: rgb(254 249 195 / 0.85);
}

.border-yellow-100\/90 {
  border-color: rgb(254 249 195 / 0.9);
}

.border-yellow-100\/95 {
  border-color: rgb(254 249 195 / 0.95);
}

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

.border-yellow-200\/0 {
  border-color: rgb(254 240 138 / 0);
}

.border-yellow-200\/10 {
  border-color: rgb(254 240 138 / 0.1);
}

.border-yellow-200\/100 {
  border-color: rgb(254 240 138 / 1);
}

.border-yellow-200\/15 {
  border-color: rgb(254 240 138 / 0.15);
}

.border-yellow-200\/20 {
  border-color: rgb(254 240 138 / 0.2);
}

.border-yellow-200\/25 {
  border-color: rgb(254 240 138 / 0.25);
}

.border-yellow-200\/30 {
  border-color: rgb(254 240 138 / 0.3);
}

.border-yellow-200\/35 {
  border-color: rgb(254 240 138 / 0.35);
}

.border-yellow-200\/40 {
  border-color: rgb(254 240 138 / 0.4);
}

.border-yellow-200\/45 {
  border-color: rgb(254 240 138 / 0.45);
}

.border-yellow-200\/5 {
  border-color: rgb(254 240 138 / 0.05);
}

.border-yellow-200\/50 {
  border-color: rgb(254 240 138 / 0.5);
}

.border-yellow-200\/55 {
  border-color: rgb(254 240 138 / 0.55);
}

.border-yellow-200\/60 {
  border-color: rgb(254 240 138 / 0.6);
}

.border-yellow-200\/65 {
  border-color: rgb(254 240 138 / 0.65);
}

.border-yellow-200\/70 {
  border-color: rgb(254 240 138 / 0.7);
}

.border-yellow-200\/75 {
  border-color: rgb(254 240 138 / 0.75);
}

.border-yellow-200\/80 {
  border-color: rgb(254 240 138 / 0.8);
}

.border-yellow-200\/85 {
  border-color: rgb(254 240 138 / 0.85);
}

.border-yellow-200\/90 {
  border-color: rgb(254 240 138 / 0.9);
}

.border-yellow-200\/95 {
  border-color: rgb(254 240 138 / 0.95);
}

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

.border-yellow-400\/0 {
  border-color: rgb(250 204 21 / 0);
}

.border-yellow-400\/10 {
  border-color: rgb(250 204 21 / 0.1);
}

.border-yellow-400\/100 {
  border-color: rgb(250 204 21 / 1);
}

.border-yellow-400\/15 {
  border-color: rgb(250 204 21 / 0.15);
}

.border-yellow-400\/20 {
  border-color: rgb(250 204 21 / 0.2);
}

.border-yellow-400\/25 {
  border-color: rgb(250 204 21 / 0.25);
}

.border-yellow-400\/30 {
  border-color: rgb(250 204 21 / 0.3);
}

.border-yellow-400\/35 {
  border-color: rgb(250 204 21 / 0.35);
}

.border-yellow-400\/40 {
  border-color: rgb(250 204 21 / 0.4);
}

.border-yellow-400\/45 {
  border-color: rgb(250 204 21 / 0.45);
}

.border-yellow-400\/5 {
  border-color: rgb(250 204 21 / 0.05);
}

.border-yellow-400\/50 {
  border-color: rgb(250 204 21 / 0.5);
}

.border-yellow-400\/55 {
  border-color: rgb(250 204 21 / 0.55);
}

.border-yellow-400\/60 {
  border-color: rgb(250 204 21 / 0.6);
}

.border-yellow-400\/65 {
  border-color: rgb(250 204 21 / 0.65);
}

.border-yellow-400\/70 {
  border-color: rgb(250 204 21 / 0.7);
}

.border-yellow-400\/75 {
  border-color: rgb(250 204 21 / 0.75);
}

.border-yellow-400\/80 {
  border-color: rgb(250 204 21 / 0.8);
}

.border-yellow-400\/85 {
  border-color: rgb(250 204 21 / 0.85);
}

.border-yellow-400\/90 {
  border-color: rgb(250 204 21 / 0.9);
}

.border-yellow-400\/95 {
  border-color: rgb(250 204 21 / 0.95);
}

.border-yellow-50 {
  --tw-border-opacity: 1;
  border-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-yellow-50\/0 {
  border-color: rgb(254 252 232 / 0);
}

.border-yellow-50\/10 {
  border-color: rgb(254 252 232 / 0.1);
}

.border-yellow-50\/100 {
  border-color: rgb(254 252 232 / 1);
}

.border-yellow-50\/15 {
  border-color: rgb(254 252 232 / 0.15);
}

.border-yellow-50\/20 {
  border-color: rgb(254 252 232 / 0.2);
}

.border-yellow-50\/25 {
  border-color: rgb(254 252 232 / 0.25);
}

.border-yellow-50\/30 {
  border-color: rgb(254 252 232 / 0.3);
}

.border-yellow-50\/35 {
  border-color: rgb(254 252 232 / 0.35);
}

.border-yellow-50\/40 {
  border-color: rgb(254 252 232 / 0.4);
}

.border-yellow-50\/45 {
  border-color: rgb(254 252 232 / 0.45);
}

.border-yellow-50\/5 {
  border-color: rgb(254 252 232 / 0.05);
}

.border-yellow-50\/50 {
  border-color: rgb(254 252 232 / 0.5);
}

.border-yellow-50\/55 {
  border-color: rgb(254 252 232 / 0.55);
}

.border-yellow-50\/60 {
  border-color: rgb(254 252 232 / 0.6);
}

.border-yellow-50\/65 {
  border-color: rgb(254 252 232 / 0.65);
}

.border-yellow-50\/70 {
  border-color: rgb(254 252 232 / 0.7);
}

.border-yellow-50\/75 {
  border-color: rgb(254 252 232 / 0.75);
}

.border-yellow-50\/80 {
  border-color: rgb(254 252 232 / 0.8);
}

.border-yellow-50\/85 {
  border-color: rgb(254 252 232 / 0.85);
}

.border-yellow-50\/90 {
  border-color: rgb(254 252 232 / 0.9);
}

.border-yellow-50\/95 {
  border-color: rgb(254 252 232 / 0.95);
}

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

.border-yellow-500\/0 {
  border-color: rgb(234 179 8 / 0);
}

.border-yellow-500\/10 {
  border-color: rgb(234 179 8 / 0.1);
}

.border-yellow-500\/100 {
  border-color: rgb(234 179 8 / 1);
}

.border-yellow-500\/15 {
  border-color: rgb(234 179 8 / 0.15);
}

.border-yellow-500\/20 {
  border-color: rgb(234 179 8 / 0.2);
}

.border-yellow-500\/25 {
  border-color: rgb(234 179 8 / 0.25);
}

.border-yellow-500\/30 {
  border-color: rgb(234 179 8 / 0.3);
}

.border-yellow-500\/35 {
  border-color: rgb(234 179 8 / 0.35);
}

.border-yellow-500\/40 {
  border-color: rgb(234 179 8 / 0.4);
}

.border-yellow-500\/45 {
  border-color: rgb(234 179 8 / 0.45);
}

.border-yellow-500\/5 {
  border-color: rgb(234 179 8 / 0.05);
}

.border-yellow-500\/50 {
  border-color: rgb(234 179 8 / 0.5);
}

.border-yellow-500\/55 {
  border-color: rgb(234 179 8 / 0.55);
}

.border-yellow-500\/60 {
  border-color: rgb(234 179 8 / 0.6);
}

.border-yellow-500\/65 {
  border-color: rgb(234 179 8 / 0.65);
}

.border-yellow-500\/70 {
  border-color: rgb(234 179 8 / 0.7);
}

.border-yellow-500\/75 {
  border-color: rgb(234 179 8 / 0.75);
}

.border-yellow-500\/80 {
  border-color: rgb(234 179 8 / 0.8);
}

.border-yellow-500\/85 {
  border-color: rgb(234 179 8 / 0.85);
}

.border-yellow-500\/90 {
  border-color: rgb(234 179 8 / 0.9);
}

.border-yellow-500\/95 {
  border-color: rgb(234 179 8 / 0.95);
}

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

.border-yellow-600\/0 {
  border-color: rgb(202 138 4 / 0);
}

.border-yellow-600\/10 {
  border-color: rgb(202 138 4 / 0.1);
}

.border-yellow-600\/100 {
  border-color: rgb(202 138 4 / 1);
}

.border-yellow-600\/15 {
  border-color: rgb(202 138 4 / 0.15);
}

.border-yellow-600\/20 {
  border-color: rgb(202 138 4 / 0.2);
}

.border-yellow-600\/25 {
  border-color: rgb(202 138 4 / 0.25);
}

.border-yellow-600\/30 {
  border-color: rgb(202 138 4 / 0.3);
}

.border-yellow-600\/35 {
  border-color: rgb(202 138 4 / 0.35);
}

.border-yellow-600\/40 {
  border-color: rgb(202 138 4 / 0.4);
}

.border-yellow-600\/45 {
  border-color: rgb(202 138 4 / 0.45);
}

.border-yellow-600\/5 {
  border-color: rgb(202 138 4 / 0.05);
}

.border-yellow-600\/50 {
  border-color: rgb(202 138 4 / 0.5);
}

.border-yellow-600\/55 {
  border-color: rgb(202 138 4 / 0.55);
}

.border-yellow-600\/60 {
  border-color: rgb(202 138 4 / 0.6);
}

.border-yellow-600\/65 {
  border-color: rgb(202 138 4 / 0.65);
}

.border-yellow-600\/70 {
  border-color: rgb(202 138 4 / 0.7);
}

.border-yellow-600\/75 {
  border-color: rgb(202 138 4 / 0.75);
}

.border-yellow-600\/80 {
  border-color: rgb(202 138 4 / 0.8);
}

.border-yellow-600\/85 {
  border-color: rgb(202 138 4 / 0.85);
}

.border-yellow-600\/90 {
  border-color: rgb(202 138 4 / 0.9);
}

.border-yellow-600\/95 {
  border-color: rgb(202 138 4 / 0.95);
}

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

.border-yellow-800\/0 {
  border-color: rgb(133 77 14 / 0);
}

.border-yellow-800\/10 {
  border-color: rgb(133 77 14 / 0.1);
}

.border-yellow-800\/100 {
  border-color: rgb(133 77 14 / 1);
}

.border-yellow-800\/15 {
  border-color: rgb(133 77 14 / 0.15);
}

.border-yellow-800\/20 {
  border-color: rgb(133 77 14 / 0.2);
}

.border-yellow-800\/25 {
  border-color: rgb(133 77 14 / 0.25);
}

.border-yellow-800\/30 {
  border-color: rgb(133 77 14 / 0.3);
}

.border-yellow-800\/35 {
  border-color: rgb(133 77 14 / 0.35);
}

.border-yellow-800\/40 {
  border-color: rgb(133 77 14 / 0.4);
}

.border-yellow-800\/45 {
  border-color: rgb(133 77 14 / 0.45);
}

.border-yellow-800\/5 {
  border-color: rgb(133 77 14 / 0.05);
}

.border-yellow-800\/50 {
  border-color: rgb(133 77 14 / 0.5);
}

.border-yellow-800\/55 {
  border-color: rgb(133 77 14 / 0.55);
}

.border-yellow-800\/60 {
  border-color: rgb(133 77 14 / 0.6);
}

.border-yellow-800\/65 {
  border-color: rgb(133 77 14 / 0.65);
}

.border-yellow-800\/70 {
  border-color: rgb(133 77 14 / 0.7);
}

.border-yellow-800\/75 {
  border-color: rgb(133 77 14 / 0.75);
}

.border-yellow-800\/80 {
  border-color: rgb(133 77 14 / 0.8);
}

.border-yellow-800\/85 {
  border-color: rgb(133 77 14 / 0.85);
}

.border-yellow-800\/90 {
  border-color: rgb(133 77 14 / 0.9);
}

.border-yellow-800\/95 {
  border-color: rgb(133 77 14 / 0.95);
}

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

.border-x-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
  border-right-color: rgb(254 249 195 / 0);
}

.border-x-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-x-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
  border-right-color: rgb(254 249 195 / 1);
}

.border-x-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-x-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-x-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-x-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-x-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-x-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-x-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-x-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-x-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-x-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-x-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-x-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-x-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-x-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-x-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-x-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-x-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-x-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
  border-right-color: rgb(254 249 195 / 0.95);
}

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

.border-x-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
  border-right-color: rgb(254 240 138 / 0);
}

.border-x-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-x-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
  border-right-color: rgb(254 240 138 / 1);
}

.border-x-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-x-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-x-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-x-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-x-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-x-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-x-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-x-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-x-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-x-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-x-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-x-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-x-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-x-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-x-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-x-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-x-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-x-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
  border-right-color: rgb(254 240 138 / 0.95);
}

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

.border-x-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
  border-right-color: rgb(250 204 21 / 0);
}

.border-x-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-x-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
  border-right-color: rgb(250 204 21 / 1);
}

.border-x-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-x-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-x-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-x-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-x-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-x-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-x-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-x-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-x-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-x-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-x-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-x-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-x-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-x-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-x-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-x-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-x-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-x-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-x-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-x-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
  border-right-color: rgb(254 252 232 / 0);
}

.border-x-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-x-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
  border-right-color: rgb(254 252 232 / 1);
}

.border-x-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-x-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-x-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-x-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-x-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-x-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-x-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-x-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-x-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-x-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-x-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-x-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-x-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-x-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-x-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-x-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-x-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-x-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
  border-right-color: rgb(254 252 232 / 0.95);
}

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

.border-x-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
  border-right-color: rgb(234 179 8 / 0);
}

.border-x-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-x-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
  border-right-color: rgb(234 179 8 / 1);
}

.border-x-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-x-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-x-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-x-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-x-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-x-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-x-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-x-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-x-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-x-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-x-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-x-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-x-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-x-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-x-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-x-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-x-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-x-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
  border-right-color: rgb(234 179 8 / 0.95);
}

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

.border-x-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
  border-right-color: rgb(202 138 4 / 0);
}

.border-x-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-x-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
  border-right-color: rgb(202 138 4 / 1);
}

.border-x-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-x-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-x-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-x-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-x-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-x-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-x-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-x-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-x-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-x-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-x-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-x-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-x-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-x-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-x-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-x-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-x-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-x-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
  border-right-color: rgb(202 138 4 / 0.95);
}

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

.border-x-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
  border-right-color: rgb(133 77 14 / 0);
}

.border-x-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-x-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
  border-right-color: rgb(133 77 14 / 1);
}

.border-x-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-x-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-x-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-x-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-x-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-x-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-x-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-x-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-x-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-x-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-x-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-x-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-x-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-x-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-x-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-x-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-x-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-x-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
  border-right-color: rgb(133 77 14 / 0.95);
}

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

.border-y-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-y-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-y-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-y-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-y-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-y-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-y-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-y-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-y-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-y-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-y-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-y-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-y-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-y-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-y-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-y-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-y-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-y-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-y-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-y-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-y-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
  border-bottom-color: rgb(254 249 195 / 0.95);
}

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

.border-y-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-y-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-y-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-y-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-y-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-y-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-y-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-y-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-y-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-y-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-y-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-y-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-y-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-y-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-y-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-y-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-y-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-y-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-y-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-y-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-y-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
  border-bottom-color: rgb(254 240 138 / 0.95);
}

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

.border-y-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-y-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-y-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-y-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-y-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-y-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-y-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-y-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-y-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-y-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-y-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-y-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-y-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-y-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-y-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-y-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-y-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-y-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-y-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-y-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-y-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-y-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-y-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-y-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-y-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-y-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-y-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-y-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-y-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-y-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-y-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-y-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-y-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-y-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-y-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-y-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-y-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-y-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-y-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-y-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-y-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-y-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-y-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
  border-bottom-color: rgb(254 252 232 / 0.95);
}

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

.border-y-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-y-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-y-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-y-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-y-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-y-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-y-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-y-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-y-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-y-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-y-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-y-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-y-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-y-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-y-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-y-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-y-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-y-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-y-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-y-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-y-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
  border-bottom-color: rgb(234 179 8 / 0.95);
}

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

.border-y-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-y-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-y-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-y-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-y-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-y-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-y-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-y-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-y-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-y-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-y-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-y-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-y-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-y-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-y-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-y-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-y-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-y-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-y-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-y-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-y-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
  border-bottom-color: rgb(202 138 4 / 0.95);
}

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

.border-y-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-y-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-y-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-y-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-y-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-y-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-y-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-y-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-y-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-y-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-y-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-y-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-y-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-y-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-y-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-y-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-y-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-y-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-y-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-y-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-y-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
  border-bottom-color: rgb(133 77 14 / 0.95);
}

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

.border-b-yellow-100\/0 {
  border-bottom-color: rgb(254 249 195 / 0);
}

.border-b-yellow-100\/10 {
  border-bottom-color: rgb(254 249 195 / 0.1);
}

.border-b-yellow-100\/100 {
  border-bottom-color: rgb(254 249 195 / 1);
}

.border-b-yellow-100\/15 {
  border-bottom-color: rgb(254 249 195 / 0.15);
}

.border-b-yellow-100\/20 {
  border-bottom-color: rgb(254 249 195 / 0.2);
}

.border-b-yellow-100\/25 {
  border-bottom-color: rgb(254 249 195 / 0.25);
}

.border-b-yellow-100\/30 {
  border-bottom-color: rgb(254 249 195 / 0.3);
}

.border-b-yellow-100\/35 {
  border-bottom-color: rgb(254 249 195 / 0.35);
}

.border-b-yellow-100\/40 {
  border-bottom-color: rgb(254 249 195 / 0.4);
}

.border-b-yellow-100\/45 {
  border-bottom-color: rgb(254 249 195 / 0.45);
}

.border-b-yellow-100\/5 {
  border-bottom-color: rgb(254 249 195 / 0.05);
}

.border-b-yellow-100\/50 {
  border-bottom-color: rgb(254 249 195 / 0.5);
}

.border-b-yellow-100\/55 {
  border-bottom-color: rgb(254 249 195 / 0.55);
}

.border-b-yellow-100\/60 {
  border-bottom-color: rgb(254 249 195 / 0.6);
}

.border-b-yellow-100\/65 {
  border-bottom-color: rgb(254 249 195 / 0.65);
}

.border-b-yellow-100\/70 {
  border-bottom-color: rgb(254 249 195 / 0.7);
}

.border-b-yellow-100\/75 {
  border-bottom-color: rgb(254 249 195 / 0.75);
}

.border-b-yellow-100\/80 {
  border-bottom-color: rgb(254 249 195 / 0.8);
}

.border-b-yellow-100\/85 {
  border-bottom-color: rgb(254 249 195 / 0.85);
}

.border-b-yellow-100\/90 {
  border-bottom-color: rgb(254 249 195 / 0.9);
}

.border-b-yellow-100\/95 {
  border-bottom-color: rgb(254 249 195 / 0.95);
}

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

.border-b-yellow-200\/0 {
  border-bottom-color: rgb(254 240 138 / 0);
}

.border-b-yellow-200\/10 {
  border-bottom-color: rgb(254 240 138 / 0.1);
}

.border-b-yellow-200\/100 {
  border-bottom-color: rgb(254 240 138 / 1);
}

.border-b-yellow-200\/15 {
  border-bottom-color: rgb(254 240 138 / 0.15);
}

.border-b-yellow-200\/20 {
  border-bottom-color: rgb(254 240 138 / 0.2);
}

.border-b-yellow-200\/25 {
  border-bottom-color: rgb(254 240 138 / 0.25);
}

.border-b-yellow-200\/30 {
  border-bottom-color: rgb(254 240 138 / 0.3);
}

.border-b-yellow-200\/35 {
  border-bottom-color: rgb(254 240 138 / 0.35);
}

.border-b-yellow-200\/40 {
  border-bottom-color: rgb(254 240 138 / 0.4);
}

.border-b-yellow-200\/45 {
  border-bottom-color: rgb(254 240 138 / 0.45);
}

.border-b-yellow-200\/5 {
  border-bottom-color: rgb(254 240 138 / 0.05);
}

.border-b-yellow-200\/50 {
  border-bottom-color: rgb(254 240 138 / 0.5);
}

.border-b-yellow-200\/55 {
  border-bottom-color: rgb(254 240 138 / 0.55);
}

.border-b-yellow-200\/60 {
  border-bottom-color: rgb(254 240 138 / 0.6);
}

.border-b-yellow-200\/65 {
  border-bottom-color: rgb(254 240 138 / 0.65);
}

.border-b-yellow-200\/70 {
  border-bottom-color: rgb(254 240 138 / 0.7);
}

.border-b-yellow-200\/75 {
  border-bottom-color: rgb(254 240 138 / 0.75);
}

.border-b-yellow-200\/80 {
  border-bottom-color: rgb(254 240 138 / 0.8);
}

.border-b-yellow-200\/85 {
  border-bottom-color: rgb(254 240 138 / 0.85);
}

.border-b-yellow-200\/90 {
  border-bottom-color: rgb(254 240 138 / 0.9);
}

.border-b-yellow-200\/95 {
  border-bottom-color: rgb(254 240 138 / 0.95);
}

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

.border-b-yellow-400\/0 {
  border-bottom-color: rgb(250 204 21 / 0);
}

.border-b-yellow-400\/10 {
  border-bottom-color: rgb(250 204 21 / 0.1);
}

.border-b-yellow-400\/100 {
  border-bottom-color: rgb(250 204 21 / 1);
}

.border-b-yellow-400\/15 {
  border-bottom-color: rgb(250 204 21 / 0.15);
}

.border-b-yellow-400\/20 {
  border-bottom-color: rgb(250 204 21 / 0.2);
}

.border-b-yellow-400\/25 {
  border-bottom-color: rgb(250 204 21 / 0.25);
}

.border-b-yellow-400\/30 {
  border-bottom-color: rgb(250 204 21 / 0.3);
}

.border-b-yellow-400\/35 {
  border-bottom-color: rgb(250 204 21 / 0.35);
}

.border-b-yellow-400\/40 {
  border-bottom-color: rgb(250 204 21 / 0.4);
}

.border-b-yellow-400\/45 {
  border-bottom-color: rgb(250 204 21 / 0.45);
}

.border-b-yellow-400\/5 {
  border-bottom-color: rgb(250 204 21 / 0.05);
}

.border-b-yellow-400\/50 {
  border-bottom-color: rgb(250 204 21 / 0.5);
}

.border-b-yellow-400\/55 {
  border-bottom-color: rgb(250 204 21 / 0.55);
}

.border-b-yellow-400\/60 {
  border-bottom-color: rgb(250 204 21 / 0.6);
}

.border-b-yellow-400\/65 {
  border-bottom-color: rgb(250 204 21 / 0.65);
}

.border-b-yellow-400\/70 {
  border-bottom-color: rgb(250 204 21 / 0.7);
}

.border-b-yellow-400\/75 {
  border-bottom-color: rgb(250 204 21 / 0.75);
}

.border-b-yellow-400\/80 {
  border-bottom-color: rgb(250 204 21 / 0.8);
}

.border-b-yellow-400\/85 {
  border-bottom-color: rgb(250 204 21 / 0.85);
}

.border-b-yellow-400\/90 {
  border-bottom-color: rgb(250 204 21 / 0.9);
}

.border-b-yellow-400\/95 {
  border-bottom-color: rgb(250 204 21 / 0.95);
}

.border-b-yellow-50 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-b-yellow-50\/0 {
  border-bottom-color: rgb(254 252 232 / 0);
}

.border-b-yellow-50\/10 {
  border-bottom-color: rgb(254 252 232 / 0.1);
}

.border-b-yellow-50\/100 {
  border-bottom-color: rgb(254 252 232 / 1);
}

.border-b-yellow-50\/15 {
  border-bottom-color: rgb(254 252 232 / 0.15);
}

.border-b-yellow-50\/20 {
  border-bottom-color: rgb(254 252 232 / 0.2);
}

.border-b-yellow-50\/25 {
  border-bottom-color: rgb(254 252 232 / 0.25);
}

.border-b-yellow-50\/30 {
  border-bottom-color: rgb(254 252 232 / 0.3);
}

.border-b-yellow-50\/35 {
  border-bottom-color: rgb(254 252 232 / 0.35);
}

.border-b-yellow-50\/40 {
  border-bottom-color: rgb(254 252 232 / 0.4);
}

.border-b-yellow-50\/45 {
  border-bottom-color: rgb(254 252 232 / 0.45);
}

.border-b-yellow-50\/5 {
  border-bottom-color: rgb(254 252 232 / 0.05);
}

.border-b-yellow-50\/50 {
  border-bottom-color: rgb(254 252 232 / 0.5);
}

.border-b-yellow-50\/55 {
  border-bottom-color: rgb(254 252 232 / 0.55);
}

.border-b-yellow-50\/60 {
  border-bottom-color: rgb(254 252 232 / 0.6);
}

.border-b-yellow-50\/65 {
  border-bottom-color: rgb(254 252 232 / 0.65);
}

.border-b-yellow-50\/70 {
  border-bottom-color: rgb(254 252 232 / 0.7);
}

.border-b-yellow-50\/75 {
  border-bottom-color: rgb(254 252 232 / 0.75);
}

.border-b-yellow-50\/80 {
  border-bottom-color: rgb(254 252 232 / 0.8);
}

.border-b-yellow-50\/85 {
  border-bottom-color: rgb(254 252 232 / 0.85);
}

.border-b-yellow-50\/90 {
  border-bottom-color: rgb(254 252 232 / 0.9);
}

.border-b-yellow-50\/95 {
  border-bottom-color: rgb(254 252 232 / 0.95);
}

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

.border-b-yellow-500\/0 {
  border-bottom-color: rgb(234 179 8 / 0);
}

.border-b-yellow-500\/10 {
  border-bottom-color: rgb(234 179 8 / 0.1);
}

.border-b-yellow-500\/100 {
  border-bottom-color: rgb(234 179 8 / 1);
}

.border-b-yellow-500\/15 {
  border-bottom-color: rgb(234 179 8 / 0.15);
}

.border-b-yellow-500\/20 {
  border-bottom-color: rgb(234 179 8 / 0.2);
}

.border-b-yellow-500\/25 {
  border-bottom-color: rgb(234 179 8 / 0.25);
}

.border-b-yellow-500\/30 {
  border-bottom-color: rgb(234 179 8 / 0.3);
}

.border-b-yellow-500\/35 {
  border-bottom-color: rgb(234 179 8 / 0.35);
}

.border-b-yellow-500\/40 {
  border-bottom-color: rgb(234 179 8 / 0.4);
}

.border-b-yellow-500\/45 {
  border-bottom-color: rgb(234 179 8 / 0.45);
}

.border-b-yellow-500\/5 {
  border-bottom-color: rgb(234 179 8 / 0.05);
}

.border-b-yellow-500\/50 {
  border-bottom-color: rgb(234 179 8 / 0.5);
}

.border-b-yellow-500\/55 {
  border-bottom-color: rgb(234 179 8 / 0.55);
}

.border-b-yellow-500\/60 {
  border-bottom-color: rgb(234 179 8 / 0.6);
}

.border-b-yellow-500\/65 {
  border-bottom-color: rgb(234 179 8 / 0.65);
}

.border-b-yellow-500\/70 {
  border-bottom-color: rgb(234 179 8 / 0.7);
}

.border-b-yellow-500\/75 {
  border-bottom-color: rgb(234 179 8 / 0.75);
}

.border-b-yellow-500\/80 {
  border-bottom-color: rgb(234 179 8 / 0.8);
}

.border-b-yellow-500\/85 {
  border-bottom-color: rgb(234 179 8 / 0.85);
}

.border-b-yellow-500\/90 {
  border-bottom-color: rgb(234 179 8 / 0.9);
}

.border-b-yellow-500\/95 {
  border-bottom-color: rgb(234 179 8 / 0.95);
}

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

.border-b-yellow-600\/0 {
  border-bottom-color: rgb(202 138 4 / 0);
}

.border-b-yellow-600\/10 {
  border-bottom-color: rgb(202 138 4 / 0.1);
}

.border-b-yellow-600\/100 {
  border-bottom-color: rgb(202 138 4 / 1);
}

.border-b-yellow-600\/15 {
  border-bottom-color: rgb(202 138 4 / 0.15);
}

.border-b-yellow-600\/20 {
  border-bottom-color: rgb(202 138 4 / 0.2);
}

.border-b-yellow-600\/25 {
  border-bottom-color: rgb(202 138 4 / 0.25);
}

.border-b-yellow-600\/30 {
  border-bottom-color: rgb(202 138 4 / 0.3);
}

.border-b-yellow-600\/35 {
  border-bottom-color: rgb(202 138 4 / 0.35);
}

.border-b-yellow-600\/40 {
  border-bottom-color: rgb(202 138 4 / 0.4);
}

.border-b-yellow-600\/45 {
  border-bottom-color: rgb(202 138 4 / 0.45);
}

.border-b-yellow-600\/5 {
  border-bottom-color: rgb(202 138 4 / 0.05);
}

.border-b-yellow-600\/50 {
  border-bottom-color: rgb(202 138 4 / 0.5);
}

.border-b-yellow-600\/55 {
  border-bottom-color: rgb(202 138 4 / 0.55);
}

.border-b-yellow-600\/60 {
  border-bottom-color: rgb(202 138 4 / 0.6);
}

.border-b-yellow-600\/65 {
  border-bottom-color: rgb(202 138 4 / 0.65);
}

.border-b-yellow-600\/70 {
  border-bottom-color: rgb(202 138 4 / 0.7);
}

.border-b-yellow-600\/75 {
  border-bottom-color: rgb(202 138 4 / 0.75);
}

.border-b-yellow-600\/80 {
  border-bottom-color: rgb(202 138 4 / 0.8);
}

.border-b-yellow-600\/85 {
  border-bottom-color: rgb(202 138 4 / 0.85);
}

.border-b-yellow-600\/90 {
  border-bottom-color: rgb(202 138 4 / 0.9);
}

.border-b-yellow-600\/95 {
  border-bottom-color: rgb(202 138 4 / 0.95);
}

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

.border-b-yellow-800\/0 {
  border-bottom-color: rgb(133 77 14 / 0);
}

.border-b-yellow-800\/10 {
  border-bottom-color: rgb(133 77 14 / 0.1);
}

.border-b-yellow-800\/100 {
  border-bottom-color: rgb(133 77 14 / 1);
}

.border-b-yellow-800\/15 {
  border-bottom-color: rgb(133 77 14 / 0.15);
}

.border-b-yellow-800\/20 {
  border-bottom-color: rgb(133 77 14 / 0.2);
}

.border-b-yellow-800\/25 {
  border-bottom-color: rgb(133 77 14 / 0.25);
}

.border-b-yellow-800\/30 {
  border-bottom-color: rgb(133 77 14 / 0.3);
}

.border-b-yellow-800\/35 {
  border-bottom-color: rgb(133 77 14 / 0.35);
}

.border-b-yellow-800\/40 {
  border-bottom-color: rgb(133 77 14 / 0.4);
}

.border-b-yellow-800\/45 {
  border-bottom-color: rgb(133 77 14 / 0.45);
}

.border-b-yellow-800\/5 {
  border-bottom-color: rgb(133 77 14 / 0.05);
}

.border-b-yellow-800\/50 {
  border-bottom-color: rgb(133 77 14 / 0.5);
}

.border-b-yellow-800\/55 {
  border-bottom-color: rgb(133 77 14 / 0.55);
}

.border-b-yellow-800\/60 {
  border-bottom-color: rgb(133 77 14 / 0.6);
}

.border-b-yellow-800\/65 {
  border-bottom-color: rgb(133 77 14 / 0.65);
}

.border-b-yellow-800\/70 {
  border-bottom-color: rgb(133 77 14 / 0.7);
}

.border-b-yellow-800\/75 {
  border-bottom-color: rgb(133 77 14 / 0.75);
}

.border-b-yellow-800\/80 {
  border-bottom-color: rgb(133 77 14 / 0.8);
}

.border-b-yellow-800\/85 {
  border-bottom-color: rgb(133 77 14 / 0.85);
}

.border-b-yellow-800\/90 {
  border-bottom-color: rgb(133 77 14 / 0.9);
}

.border-b-yellow-800\/95 {
  border-bottom-color: rgb(133 77 14 / 0.95);
}

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

.border-e-yellow-100\/0 {
  border-inline-end-color: rgb(254 249 195 / 0);
}

.border-e-yellow-100\/10 {
  border-inline-end-color: rgb(254 249 195 / 0.1);
}

.border-e-yellow-100\/100 {
  border-inline-end-color: rgb(254 249 195 / 1);
}

.border-e-yellow-100\/15 {
  border-inline-end-color: rgb(254 249 195 / 0.15);
}

.border-e-yellow-100\/20 {
  border-inline-end-color: rgb(254 249 195 / 0.2);
}

.border-e-yellow-100\/25 {
  border-inline-end-color: rgb(254 249 195 / 0.25);
}

.border-e-yellow-100\/30 {
  border-inline-end-color: rgb(254 249 195 / 0.3);
}

.border-e-yellow-100\/35 {
  border-inline-end-color: rgb(254 249 195 / 0.35);
}

.border-e-yellow-100\/40 {
  border-inline-end-color: rgb(254 249 195 / 0.4);
}

.border-e-yellow-100\/45 {
  border-inline-end-color: rgb(254 249 195 / 0.45);
}

.border-e-yellow-100\/5 {
  border-inline-end-color: rgb(254 249 195 / 0.05);
}

.border-e-yellow-100\/50 {
  border-inline-end-color: rgb(254 249 195 / 0.5);
}

.border-e-yellow-100\/55 {
  border-inline-end-color: rgb(254 249 195 / 0.55);
}

.border-e-yellow-100\/60 {
  border-inline-end-color: rgb(254 249 195 / 0.6);
}

.border-e-yellow-100\/65 {
  border-inline-end-color: rgb(254 249 195 / 0.65);
}

.border-e-yellow-100\/70 {
  border-inline-end-color: rgb(254 249 195 / 0.7);
}

.border-e-yellow-100\/75 {
  border-inline-end-color: rgb(254 249 195 / 0.75);
}

.border-e-yellow-100\/80 {
  border-inline-end-color: rgb(254 249 195 / 0.8);
}

.border-e-yellow-100\/85 {
  border-inline-end-color: rgb(254 249 195 / 0.85);
}

.border-e-yellow-100\/90 {
  border-inline-end-color: rgb(254 249 195 / 0.9);
}

.border-e-yellow-100\/95 {
  border-inline-end-color: rgb(254 249 195 / 0.95);
}

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

.border-e-yellow-200\/0 {
  border-inline-end-color: rgb(254 240 138 / 0);
}

.border-e-yellow-200\/10 {
  border-inline-end-color: rgb(254 240 138 / 0.1);
}

.border-e-yellow-200\/100 {
  border-inline-end-color: rgb(254 240 138 / 1);
}

.border-e-yellow-200\/15 {
  border-inline-end-color: rgb(254 240 138 / 0.15);
}

.border-e-yellow-200\/20 {
  border-inline-end-color: rgb(254 240 138 / 0.2);
}

.border-e-yellow-200\/25 {
  border-inline-end-color: rgb(254 240 138 / 0.25);
}

.border-e-yellow-200\/30 {
  border-inline-end-color: rgb(254 240 138 / 0.3);
}

.border-e-yellow-200\/35 {
  border-inline-end-color: rgb(254 240 138 / 0.35);
}

.border-e-yellow-200\/40 {
  border-inline-end-color: rgb(254 240 138 / 0.4);
}

.border-e-yellow-200\/45 {
  border-inline-end-color: rgb(254 240 138 / 0.45);
}

.border-e-yellow-200\/5 {
  border-inline-end-color: rgb(254 240 138 / 0.05);
}

.border-e-yellow-200\/50 {
  border-inline-end-color: rgb(254 240 138 / 0.5);
}

.border-e-yellow-200\/55 {
  border-inline-end-color: rgb(254 240 138 / 0.55);
}

.border-e-yellow-200\/60 {
  border-inline-end-color: rgb(254 240 138 / 0.6);
}

.border-e-yellow-200\/65 {
  border-inline-end-color: rgb(254 240 138 / 0.65);
}

.border-e-yellow-200\/70 {
  border-inline-end-color: rgb(254 240 138 / 0.7);
}

.border-e-yellow-200\/75 {
  border-inline-end-color: rgb(254 240 138 / 0.75);
}

.border-e-yellow-200\/80 {
  border-inline-end-color: rgb(254 240 138 / 0.8);
}

.border-e-yellow-200\/85 {
  border-inline-end-color: rgb(254 240 138 / 0.85);
}

.border-e-yellow-200\/90 {
  border-inline-end-color: rgb(254 240 138 / 0.9);
}

.border-e-yellow-200\/95 {
  border-inline-end-color: rgb(254 240 138 / 0.95);
}

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

.border-e-yellow-400\/0 {
  border-inline-end-color: rgb(250 204 21 / 0);
}

.border-e-yellow-400\/10 {
  border-inline-end-color: rgb(250 204 21 / 0.1);
}

.border-e-yellow-400\/100 {
  border-inline-end-color: rgb(250 204 21 / 1);
}

.border-e-yellow-400\/15 {
  border-inline-end-color: rgb(250 204 21 / 0.15);
}

.border-e-yellow-400\/20 {
  border-inline-end-color: rgb(250 204 21 / 0.2);
}

.border-e-yellow-400\/25 {
  border-inline-end-color: rgb(250 204 21 / 0.25);
}

.border-e-yellow-400\/30 {
  border-inline-end-color: rgb(250 204 21 / 0.3);
}

.border-e-yellow-400\/35 {
  border-inline-end-color: rgb(250 204 21 / 0.35);
}

.border-e-yellow-400\/40 {
  border-inline-end-color: rgb(250 204 21 / 0.4);
}

.border-e-yellow-400\/45 {
  border-inline-end-color: rgb(250 204 21 / 0.45);
}

.border-e-yellow-400\/5 {
  border-inline-end-color: rgb(250 204 21 / 0.05);
}

.border-e-yellow-400\/50 {
  border-inline-end-color: rgb(250 204 21 / 0.5);
}

.border-e-yellow-400\/55 {
  border-inline-end-color: rgb(250 204 21 / 0.55);
}

.border-e-yellow-400\/60 {
  border-inline-end-color: rgb(250 204 21 / 0.6);
}

.border-e-yellow-400\/65 {
  border-inline-end-color: rgb(250 204 21 / 0.65);
}

.border-e-yellow-400\/70 {
  border-inline-end-color: rgb(250 204 21 / 0.7);
}

.border-e-yellow-400\/75 {
  border-inline-end-color: rgb(250 204 21 / 0.75);
}

.border-e-yellow-400\/80 {
  border-inline-end-color: rgb(250 204 21 / 0.8);
}

.border-e-yellow-400\/85 {
  border-inline-end-color: rgb(250 204 21 / 0.85);
}

.border-e-yellow-400\/90 {
  border-inline-end-color: rgb(250 204 21 / 0.9);
}

.border-e-yellow-400\/95 {
  border-inline-end-color: rgb(250 204 21 / 0.95);
}

.border-e-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-end-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-e-yellow-50\/0 {
  border-inline-end-color: rgb(254 252 232 / 0);
}

.border-e-yellow-50\/10 {
  border-inline-end-color: rgb(254 252 232 / 0.1);
}

.border-e-yellow-50\/100 {
  border-inline-end-color: rgb(254 252 232 / 1);
}

.border-e-yellow-50\/15 {
  border-inline-end-color: rgb(254 252 232 / 0.15);
}

.border-e-yellow-50\/20 {
  border-inline-end-color: rgb(254 252 232 / 0.2);
}

.border-e-yellow-50\/25 {
  border-inline-end-color: rgb(254 252 232 / 0.25);
}

.border-e-yellow-50\/30 {
  border-inline-end-color: rgb(254 252 232 / 0.3);
}

.border-e-yellow-50\/35 {
  border-inline-end-color: rgb(254 252 232 / 0.35);
}

.border-e-yellow-50\/40 {
  border-inline-end-color: rgb(254 252 232 / 0.4);
}

.border-e-yellow-50\/45 {
  border-inline-end-color: rgb(254 252 232 / 0.45);
}

.border-e-yellow-50\/5 {
  border-inline-end-color: rgb(254 252 232 / 0.05);
}

.border-e-yellow-50\/50 {
  border-inline-end-color: rgb(254 252 232 / 0.5);
}

.border-e-yellow-50\/55 {
  border-inline-end-color: rgb(254 252 232 / 0.55);
}

.border-e-yellow-50\/60 {
  border-inline-end-color: rgb(254 252 232 / 0.6);
}

.border-e-yellow-50\/65 {
  border-inline-end-color: rgb(254 252 232 / 0.65);
}

.border-e-yellow-50\/70 {
  border-inline-end-color: rgb(254 252 232 / 0.7);
}

.border-e-yellow-50\/75 {
  border-inline-end-color: rgb(254 252 232 / 0.75);
}

.border-e-yellow-50\/80 {
  border-inline-end-color: rgb(254 252 232 / 0.8);
}

.border-e-yellow-50\/85 {
  border-inline-end-color: rgb(254 252 232 / 0.85);
}

.border-e-yellow-50\/90 {
  border-inline-end-color: rgb(254 252 232 / 0.9);
}

.border-e-yellow-50\/95 {
  border-inline-end-color: rgb(254 252 232 / 0.95);
}

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

.border-e-yellow-500\/0 {
  border-inline-end-color: rgb(234 179 8 / 0);
}

.border-e-yellow-500\/10 {
  border-inline-end-color: rgb(234 179 8 / 0.1);
}

.border-e-yellow-500\/100 {
  border-inline-end-color: rgb(234 179 8 / 1);
}

.border-e-yellow-500\/15 {
  border-inline-end-color: rgb(234 179 8 / 0.15);
}

.border-e-yellow-500\/20 {
  border-inline-end-color: rgb(234 179 8 / 0.2);
}

.border-e-yellow-500\/25 {
  border-inline-end-color: rgb(234 179 8 / 0.25);
}

.border-e-yellow-500\/30 {
  border-inline-end-color: rgb(234 179 8 / 0.3);
}

.border-e-yellow-500\/35 {
  border-inline-end-color: rgb(234 179 8 / 0.35);
}

.border-e-yellow-500\/40 {
  border-inline-end-color: rgb(234 179 8 / 0.4);
}

.border-e-yellow-500\/45 {
  border-inline-end-color: rgb(234 179 8 / 0.45);
}

.border-e-yellow-500\/5 {
  border-inline-end-color: rgb(234 179 8 / 0.05);
}

.border-e-yellow-500\/50 {
  border-inline-end-color: rgb(234 179 8 / 0.5);
}

.border-e-yellow-500\/55 {
  border-inline-end-color: rgb(234 179 8 / 0.55);
}

.border-e-yellow-500\/60 {
  border-inline-end-color: rgb(234 179 8 / 0.6);
}

.border-e-yellow-500\/65 {
  border-inline-end-color: rgb(234 179 8 / 0.65);
}

.border-e-yellow-500\/70 {
  border-inline-end-color: rgb(234 179 8 / 0.7);
}

.border-e-yellow-500\/75 {
  border-inline-end-color: rgb(234 179 8 / 0.75);
}

.border-e-yellow-500\/80 {
  border-inline-end-color: rgb(234 179 8 / 0.8);
}

.border-e-yellow-500\/85 {
  border-inline-end-color: rgb(234 179 8 / 0.85);
}

.border-e-yellow-500\/90 {
  border-inline-end-color: rgb(234 179 8 / 0.9);
}

.border-e-yellow-500\/95 {
  border-inline-end-color: rgb(234 179 8 / 0.95);
}

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

.border-e-yellow-600\/0 {
  border-inline-end-color: rgb(202 138 4 / 0);
}

.border-e-yellow-600\/10 {
  border-inline-end-color: rgb(202 138 4 / 0.1);
}

.border-e-yellow-600\/100 {
  border-inline-end-color: rgb(202 138 4 / 1);
}

.border-e-yellow-600\/15 {
  border-inline-end-color: rgb(202 138 4 / 0.15);
}

.border-e-yellow-600\/20 {
  border-inline-end-color: rgb(202 138 4 / 0.2);
}

.border-e-yellow-600\/25 {
  border-inline-end-color: rgb(202 138 4 / 0.25);
}

.border-e-yellow-600\/30 {
  border-inline-end-color: rgb(202 138 4 / 0.3);
}

.border-e-yellow-600\/35 {
  border-inline-end-color: rgb(202 138 4 / 0.35);
}

.border-e-yellow-600\/40 {
  border-inline-end-color: rgb(202 138 4 / 0.4);
}

.border-e-yellow-600\/45 {
  border-inline-end-color: rgb(202 138 4 / 0.45);
}

.border-e-yellow-600\/5 {
  border-inline-end-color: rgb(202 138 4 / 0.05);
}

.border-e-yellow-600\/50 {
  border-inline-end-color: rgb(202 138 4 / 0.5);
}

.border-e-yellow-600\/55 {
  border-inline-end-color: rgb(202 138 4 / 0.55);
}

.border-e-yellow-600\/60 {
  border-inline-end-color: rgb(202 138 4 / 0.6);
}

.border-e-yellow-600\/65 {
  border-inline-end-color: rgb(202 138 4 / 0.65);
}

.border-e-yellow-600\/70 {
  border-inline-end-color: rgb(202 138 4 / 0.7);
}

.border-e-yellow-600\/75 {
  border-inline-end-color: rgb(202 138 4 / 0.75);
}

.border-e-yellow-600\/80 {
  border-inline-end-color: rgb(202 138 4 / 0.8);
}

.border-e-yellow-600\/85 {
  border-inline-end-color: rgb(202 138 4 / 0.85);
}

.border-e-yellow-600\/90 {
  border-inline-end-color: rgb(202 138 4 / 0.9);
}

.border-e-yellow-600\/95 {
  border-inline-end-color: rgb(202 138 4 / 0.95);
}

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

.border-e-yellow-800\/0 {
  border-inline-end-color: rgb(133 77 14 / 0);
}

.border-e-yellow-800\/10 {
  border-inline-end-color: rgb(133 77 14 / 0.1);
}

.border-e-yellow-800\/100 {
  border-inline-end-color: rgb(133 77 14 / 1);
}

.border-e-yellow-800\/15 {
  border-inline-end-color: rgb(133 77 14 / 0.15);
}

.border-e-yellow-800\/20 {
  border-inline-end-color: rgb(133 77 14 / 0.2);
}

.border-e-yellow-800\/25 {
  border-inline-end-color: rgb(133 77 14 / 0.25);
}

.border-e-yellow-800\/30 {
  border-inline-end-color: rgb(133 77 14 / 0.3);
}

.border-e-yellow-800\/35 {
  border-inline-end-color: rgb(133 77 14 / 0.35);
}

.border-e-yellow-800\/40 {
  border-inline-end-color: rgb(133 77 14 / 0.4);
}

.border-e-yellow-800\/45 {
  border-inline-end-color: rgb(133 77 14 / 0.45);
}

.border-e-yellow-800\/5 {
  border-inline-end-color: rgb(133 77 14 / 0.05);
}

.border-e-yellow-800\/50 {
  border-inline-end-color: rgb(133 77 14 / 0.5);
}

.border-e-yellow-800\/55 {
  border-inline-end-color: rgb(133 77 14 / 0.55);
}

.border-e-yellow-800\/60 {
  border-inline-end-color: rgb(133 77 14 / 0.6);
}

.border-e-yellow-800\/65 {
  border-inline-end-color: rgb(133 77 14 / 0.65);
}

.border-e-yellow-800\/70 {
  border-inline-end-color: rgb(133 77 14 / 0.7);
}

.border-e-yellow-800\/75 {
  border-inline-end-color: rgb(133 77 14 / 0.75);
}

.border-e-yellow-800\/80 {
  border-inline-end-color: rgb(133 77 14 / 0.8);
}

.border-e-yellow-800\/85 {
  border-inline-end-color: rgb(133 77 14 / 0.85);
}

.border-e-yellow-800\/90 {
  border-inline-end-color: rgb(133 77 14 / 0.9);
}

.border-e-yellow-800\/95 {
  border-inline-end-color: rgb(133 77 14 / 0.95);
}

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

.border-l-yellow-100\/0 {
  border-left-color: rgb(254 249 195 / 0);
}

.border-l-yellow-100\/10 {
  border-left-color: rgb(254 249 195 / 0.1);
}

.border-l-yellow-100\/100 {
  border-left-color: rgb(254 249 195 / 1);
}

.border-l-yellow-100\/15 {
  border-left-color: rgb(254 249 195 / 0.15);
}

.border-l-yellow-100\/20 {
  border-left-color: rgb(254 249 195 / 0.2);
}

.border-l-yellow-100\/25 {
  border-left-color: rgb(254 249 195 / 0.25);
}

.border-l-yellow-100\/30 {
  border-left-color: rgb(254 249 195 / 0.3);
}

.border-l-yellow-100\/35 {
  border-left-color: rgb(254 249 195 / 0.35);
}

.border-l-yellow-100\/40 {
  border-left-color: rgb(254 249 195 / 0.4);
}

.border-l-yellow-100\/45 {
  border-left-color: rgb(254 249 195 / 0.45);
}

.border-l-yellow-100\/5 {
  border-left-color: rgb(254 249 195 / 0.05);
}

.border-l-yellow-100\/50 {
  border-left-color: rgb(254 249 195 / 0.5);
}

.border-l-yellow-100\/55 {
  border-left-color: rgb(254 249 195 / 0.55);
}

.border-l-yellow-100\/60 {
  border-left-color: rgb(254 249 195 / 0.6);
}

.border-l-yellow-100\/65 {
  border-left-color: rgb(254 249 195 / 0.65);
}

.border-l-yellow-100\/70 {
  border-left-color: rgb(254 249 195 / 0.7);
}

.border-l-yellow-100\/75 {
  border-left-color: rgb(254 249 195 / 0.75);
}

.border-l-yellow-100\/80 {
  border-left-color: rgb(254 249 195 / 0.8);
}

.border-l-yellow-100\/85 {
  border-left-color: rgb(254 249 195 / 0.85);
}

.border-l-yellow-100\/90 {
  border-left-color: rgb(254 249 195 / 0.9);
}

.border-l-yellow-100\/95 {
  border-left-color: rgb(254 249 195 / 0.95);
}

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

.border-l-yellow-200\/0 {
  border-left-color: rgb(254 240 138 / 0);
}

.border-l-yellow-200\/10 {
  border-left-color: rgb(254 240 138 / 0.1);
}

.border-l-yellow-200\/100 {
  border-left-color: rgb(254 240 138 / 1);
}

.border-l-yellow-200\/15 {
  border-left-color: rgb(254 240 138 / 0.15);
}

.border-l-yellow-200\/20 {
  border-left-color: rgb(254 240 138 / 0.2);
}

.border-l-yellow-200\/25 {
  border-left-color: rgb(254 240 138 / 0.25);
}

.border-l-yellow-200\/30 {
  border-left-color: rgb(254 240 138 / 0.3);
}

.border-l-yellow-200\/35 {
  border-left-color: rgb(254 240 138 / 0.35);
}

.border-l-yellow-200\/40 {
  border-left-color: rgb(254 240 138 / 0.4);
}

.border-l-yellow-200\/45 {
  border-left-color: rgb(254 240 138 / 0.45);
}

.border-l-yellow-200\/5 {
  border-left-color: rgb(254 240 138 / 0.05);
}

.border-l-yellow-200\/50 {
  border-left-color: rgb(254 240 138 / 0.5);
}

.border-l-yellow-200\/55 {
  border-left-color: rgb(254 240 138 / 0.55);
}

.border-l-yellow-200\/60 {
  border-left-color: rgb(254 240 138 / 0.6);
}

.border-l-yellow-200\/65 {
  border-left-color: rgb(254 240 138 / 0.65);
}

.border-l-yellow-200\/70 {
  border-left-color: rgb(254 240 138 / 0.7);
}

.border-l-yellow-200\/75 {
  border-left-color: rgb(254 240 138 / 0.75);
}

.border-l-yellow-200\/80 {
  border-left-color: rgb(254 240 138 / 0.8);
}

.border-l-yellow-200\/85 {
  border-left-color: rgb(254 240 138 / 0.85);
}

.border-l-yellow-200\/90 {
  border-left-color: rgb(254 240 138 / 0.9);
}

.border-l-yellow-200\/95 {
  border-left-color: rgb(254 240 138 / 0.95);
}

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

.border-l-yellow-400\/0 {
  border-left-color: rgb(250 204 21 / 0);
}

.border-l-yellow-400\/10 {
  border-left-color: rgb(250 204 21 / 0.1);
}

.border-l-yellow-400\/100 {
  border-left-color: rgb(250 204 21 / 1);
}

.border-l-yellow-400\/15 {
  border-left-color: rgb(250 204 21 / 0.15);
}

.border-l-yellow-400\/20 {
  border-left-color: rgb(250 204 21 / 0.2);
}

.border-l-yellow-400\/25 {
  border-left-color: rgb(250 204 21 / 0.25);
}

.border-l-yellow-400\/30 {
  border-left-color: rgb(250 204 21 / 0.3);
}

.border-l-yellow-400\/35 {
  border-left-color: rgb(250 204 21 / 0.35);
}

.border-l-yellow-400\/40 {
  border-left-color: rgb(250 204 21 / 0.4);
}

.border-l-yellow-400\/45 {
  border-left-color: rgb(250 204 21 / 0.45);
}

.border-l-yellow-400\/5 {
  border-left-color: rgb(250 204 21 / 0.05);
}

.border-l-yellow-400\/50 {
  border-left-color: rgb(250 204 21 / 0.5);
}

.border-l-yellow-400\/55 {
  border-left-color: rgb(250 204 21 / 0.55);
}

.border-l-yellow-400\/60 {
  border-left-color: rgb(250 204 21 / 0.6);
}

.border-l-yellow-400\/65 {
  border-left-color: rgb(250 204 21 / 0.65);
}

.border-l-yellow-400\/70 {
  border-left-color: rgb(250 204 21 / 0.7);
}

.border-l-yellow-400\/75 {
  border-left-color: rgb(250 204 21 / 0.75);
}

.border-l-yellow-400\/80 {
  border-left-color: rgb(250 204 21 / 0.8);
}

.border-l-yellow-400\/85 {
  border-left-color: rgb(250 204 21 / 0.85);
}

.border-l-yellow-400\/90 {
  border-left-color: rgb(250 204 21 / 0.9);
}

.border-l-yellow-400\/95 {
  border-left-color: rgb(250 204 21 / 0.95);
}

.border-l-yellow-50 {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-l-yellow-50\/0 {
  border-left-color: rgb(254 252 232 / 0);
}

.border-l-yellow-50\/10 {
  border-left-color: rgb(254 252 232 / 0.1);
}

.border-l-yellow-50\/100 {
  border-left-color: rgb(254 252 232 / 1);
}

.border-l-yellow-50\/15 {
  border-left-color: rgb(254 252 232 / 0.15);
}

.border-l-yellow-50\/20 {
  border-left-color: rgb(254 252 232 / 0.2);
}

.border-l-yellow-50\/25 {
  border-left-color: rgb(254 252 232 / 0.25);
}

.border-l-yellow-50\/30 {
  border-left-color: rgb(254 252 232 / 0.3);
}

.border-l-yellow-50\/35 {
  border-left-color: rgb(254 252 232 / 0.35);
}

.border-l-yellow-50\/40 {
  border-left-color: rgb(254 252 232 / 0.4);
}

.border-l-yellow-50\/45 {
  border-left-color: rgb(254 252 232 / 0.45);
}

.border-l-yellow-50\/5 {
  border-left-color: rgb(254 252 232 / 0.05);
}

.border-l-yellow-50\/50 {
  border-left-color: rgb(254 252 232 / 0.5);
}

.border-l-yellow-50\/55 {
  border-left-color: rgb(254 252 232 / 0.55);
}

.border-l-yellow-50\/60 {
  border-left-color: rgb(254 252 232 / 0.6);
}

.border-l-yellow-50\/65 {
  border-left-color: rgb(254 252 232 / 0.65);
}

.border-l-yellow-50\/70 {
  border-left-color: rgb(254 252 232 / 0.7);
}

.border-l-yellow-50\/75 {
  border-left-color: rgb(254 252 232 / 0.75);
}

.border-l-yellow-50\/80 {
  border-left-color: rgb(254 252 232 / 0.8);
}

.border-l-yellow-50\/85 {
  border-left-color: rgb(254 252 232 / 0.85);
}

.border-l-yellow-50\/90 {
  border-left-color: rgb(254 252 232 / 0.9);
}

.border-l-yellow-50\/95 {
  border-left-color: rgb(254 252 232 / 0.95);
}

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

.border-l-yellow-500\/0 {
  border-left-color: rgb(234 179 8 / 0);
}

.border-l-yellow-500\/10 {
  border-left-color: rgb(234 179 8 / 0.1);
}

.border-l-yellow-500\/100 {
  border-left-color: rgb(234 179 8 / 1);
}

.border-l-yellow-500\/15 {
  border-left-color: rgb(234 179 8 / 0.15);
}

.border-l-yellow-500\/20 {
  border-left-color: rgb(234 179 8 / 0.2);
}

.border-l-yellow-500\/25 {
  border-left-color: rgb(234 179 8 / 0.25);
}

.border-l-yellow-500\/30 {
  border-left-color: rgb(234 179 8 / 0.3);
}

.border-l-yellow-500\/35 {
  border-left-color: rgb(234 179 8 / 0.35);
}

.border-l-yellow-500\/40 {
  border-left-color: rgb(234 179 8 / 0.4);
}

.border-l-yellow-500\/45 {
  border-left-color: rgb(234 179 8 / 0.45);
}

.border-l-yellow-500\/5 {
  border-left-color: rgb(234 179 8 / 0.05);
}

.border-l-yellow-500\/50 {
  border-left-color: rgb(234 179 8 / 0.5);
}

.border-l-yellow-500\/55 {
  border-left-color: rgb(234 179 8 / 0.55);
}

.border-l-yellow-500\/60 {
  border-left-color: rgb(234 179 8 / 0.6);
}

.border-l-yellow-500\/65 {
  border-left-color: rgb(234 179 8 / 0.65);
}

.border-l-yellow-500\/70 {
  border-left-color: rgb(234 179 8 / 0.7);
}

.border-l-yellow-500\/75 {
  border-left-color: rgb(234 179 8 / 0.75);
}

.border-l-yellow-500\/80 {
  border-left-color: rgb(234 179 8 / 0.8);
}

.border-l-yellow-500\/85 {
  border-left-color: rgb(234 179 8 / 0.85);
}

.border-l-yellow-500\/90 {
  border-left-color: rgb(234 179 8 / 0.9);
}

.border-l-yellow-500\/95 {
  border-left-color: rgb(234 179 8 / 0.95);
}

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

.border-l-yellow-600\/0 {
  border-left-color: rgb(202 138 4 / 0);
}

.border-l-yellow-600\/10 {
  border-left-color: rgb(202 138 4 / 0.1);
}

.border-l-yellow-600\/100 {
  border-left-color: rgb(202 138 4 / 1);
}

.border-l-yellow-600\/15 {
  border-left-color: rgb(202 138 4 / 0.15);
}

.border-l-yellow-600\/20 {
  border-left-color: rgb(202 138 4 / 0.2);
}

.border-l-yellow-600\/25 {
  border-left-color: rgb(202 138 4 / 0.25);
}

.border-l-yellow-600\/30 {
  border-left-color: rgb(202 138 4 / 0.3);
}

.border-l-yellow-600\/35 {
  border-left-color: rgb(202 138 4 / 0.35);
}

.border-l-yellow-600\/40 {
  border-left-color: rgb(202 138 4 / 0.4);
}

.border-l-yellow-600\/45 {
  border-left-color: rgb(202 138 4 / 0.45);
}

.border-l-yellow-600\/5 {
  border-left-color: rgb(202 138 4 / 0.05);
}

.border-l-yellow-600\/50 {
  border-left-color: rgb(202 138 4 / 0.5);
}

.border-l-yellow-600\/55 {
  border-left-color: rgb(202 138 4 / 0.55);
}

.border-l-yellow-600\/60 {
  border-left-color: rgb(202 138 4 / 0.6);
}

.border-l-yellow-600\/65 {
  border-left-color: rgb(202 138 4 / 0.65);
}

.border-l-yellow-600\/70 {
  border-left-color: rgb(202 138 4 / 0.7);
}

.border-l-yellow-600\/75 {
  border-left-color: rgb(202 138 4 / 0.75);
}

.border-l-yellow-600\/80 {
  border-left-color: rgb(202 138 4 / 0.8);
}

.border-l-yellow-600\/85 {
  border-left-color: rgb(202 138 4 / 0.85);
}

.border-l-yellow-600\/90 {
  border-left-color: rgb(202 138 4 / 0.9);
}

.border-l-yellow-600\/95 {
  border-left-color: rgb(202 138 4 / 0.95);
}

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

.border-l-yellow-800\/0 {
  border-left-color: rgb(133 77 14 / 0);
}

.border-l-yellow-800\/10 {
  border-left-color: rgb(133 77 14 / 0.1);
}

.border-l-yellow-800\/100 {
  border-left-color: rgb(133 77 14 / 1);
}

.border-l-yellow-800\/15 {
  border-left-color: rgb(133 77 14 / 0.15);
}

.border-l-yellow-800\/20 {
  border-left-color: rgb(133 77 14 / 0.2);
}

.border-l-yellow-800\/25 {
  border-left-color: rgb(133 77 14 / 0.25);
}

.border-l-yellow-800\/30 {
  border-left-color: rgb(133 77 14 / 0.3);
}

.border-l-yellow-800\/35 {
  border-left-color: rgb(133 77 14 / 0.35);
}

.border-l-yellow-800\/40 {
  border-left-color: rgb(133 77 14 / 0.4);
}

.border-l-yellow-800\/45 {
  border-left-color: rgb(133 77 14 / 0.45);
}

.border-l-yellow-800\/5 {
  border-left-color: rgb(133 77 14 / 0.05);
}

.border-l-yellow-800\/50 {
  border-left-color: rgb(133 77 14 / 0.5);
}

.border-l-yellow-800\/55 {
  border-left-color: rgb(133 77 14 / 0.55);
}

.border-l-yellow-800\/60 {
  border-left-color: rgb(133 77 14 / 0.6);
}

.border-l-yellow-800\/65 {
  border-left-color: rgb(133 77 14 / 0.65);
}

.border-l-yellow-800\/70 {
  border-left-color: rgb(133 77 14 / 0.7);
}

.border-l-yellow-800\/75 {
  border-left-color: rgb(133 77 14 / 0.75);
}

.border-l-yellow-800\/80 {
  border-left-color: rgb(133 77 14 / 0.8);
}

.border-l-yellow-800\/85 {
  border-left-color: rgb(133 77 14 / 0.85);
}

.border-l-yellow-800\/90 {
  border-left-color: rgb(133 77 14 / 0.9);
}

.border-l-yellow-800\/95 {
  border-left-color: rgb(133 77 14 / 0.95);
}

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

.border-r-yellow-100\/0 {
  border-right-color: rgb(254 249 195 / 0);
}

.border-r-yellow-100\/10 {
  border-right-color: rgb(254 249 195 / 0.1);
}

.border-r-yellow-100\/100 {
  border-right-color: rgb(254 249 195 / 1);
}

.border-r-yellow-100\/15 {
  border-right-color: rgb(254 249 195 / 0.15);
}

.border-r-yellow-100\/20 {
  border-right-color: rgb(254 249 195 / 0.2);
}

.border-r-yellow-100\/25 {
  border-right-color: rgb(254 249 195 / 0.25);
}

.border-r-yellow-100\/30 {
  border-right-color: rgb(254 249 195 / 0.3);
}

.border-r-yellow-100\/35 {
  border-right-color: rgb(254 249 195 / 0.35);
}

.border-r-yellow-100\/40 {
  border-right-color: rgb(254 249 195 / 0.4);
}

.border-r-yellow-100\/45 {
  border-right-color: rgb(254 249 195 / 0.45);
}

.border-r-yellow-100\/5 {
  border-right-color: rgb(254 249 195 / 0.05);
}

.border-r-yellow-100\/50 {
  border-right-color: rgb(254 249 195 / 0.5);
}

.border-r-yellow-100\/55 {
  border-right-color: rgb(254 249 195 / 0.55);
}

.border-r-yellow-100\/60 {
  border-right-color: rgb(254 249 195 / 0.6);
}

.border-r-yellow-100\/65 {
  border-right-color: rgb(254 249 195 / 0.65);
}

.border-r-yellow-100\/70 {
  border-right-color: rgb(254 249 195 / 0.7);
}

.border-r-yellow-100\/75 {
  border-right-color: rgb(254 249 195 / 0.75);
}

.border-r-yellow-100\/80 {
  border-right-color: rgb(254 249 195 / 0.8);
}

.border-r-yellow-100\/85 {
  border-right-color: rgb(254 249 195 / 0.85);
}

.border-r-yellow-100\/90 {
  border-right-color: rgb(254 249 195 / 0.9);
}

.border-r-yellow-100\/95 {
  border-right-color: rgb(254 249 195 / 0.95);
}

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

.border-r-yellow-200\/0 {
  border-right-color: rgb(254 240 138 / 0);
}

.border-r-yellow-200\/10 {
  border-right-color: rgb(254 240 138 / 0.1);
}

.border-r-yellow-200\/100 {
  border-right-color: rgb(254 240 138 / 1);
}

.border-r-yellow-200\/15 {
  border-right-color: rgb(254 240 138 / 0.15);
}

.border-r-yellow-200\/20 {
  border-right-color: rgb(254 240 138 / 0.2);
}

.border-r-yellow-200\/25 {
  border-right-color: rgb(254 240 138 / 0.25);
}

.border-r-yellow-200\/30 {
  border-right-color: rgb(254 240 138 / 0.3);
}

.border-r-yellow-200\/35 {
  border-right-color: rgb(254 240 138 / 0.35);
}

.border-r-yellow-200\/40 {
  border-right-color: rgb(254 240 138 / 0.4);
}

.border-r-yellow-200\/45 {
  border-right-color: rgb(254 240 138 / 0.45);
}

.border-r-yellow-200\/5 {
  border-right-color: rgb(254 240 138 / 0.05);
}

.border-r-yellow-200\/50 {
  border-right-color: rgb(254 240 138 / 0.5);
}

.border-r-yellow-200\/55 {
  border-right-color: rgb(254 240 138 / 0.55);
}

.border-r-yellow-200\/60 {
  border-right-color: rgb(254 240 138 / 0.6);
}

.border-r-yellow-200\/65 {
  border-right-color: rgb(254 240 138 / 0.65);
}

.border-r-yellow-200\/70 {
  border-right-color: rgb(254 240 138 / 0.7);
}

.border-r-yellow-200\/75 {
  border-right-color: rgb(254 240 138 / 0.75);
}

.border-r-yellow-200\/80 {
  border-right-color: rgb(254 240 138 / 0.8);
}

.border-r-yellow-200\/85 {
  border-right-color: rgb(254 240 138 / 0.85);
}

.border-r-yellow-200\/90 {
  border-right-color: rgb(254 240 138 / 0.9);
}

.border-r-yellow-200\/95 {
  border-right-color: rgb(254 240 138 / 0.95);
}

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

.border-r-yellow-400\/0 {
  border-right-color: rgb(250 204 21 / 0);
}

.border-r-yellow-400\/10 {
  border-right-color: rgb(250 204 21 / 0.1);
}

.border-r-yellow-400\/100 {
  border-right-color: rgb(250 204 21 / 1);
}

.border-r-yellow-400\/15 {
  border-right-color: rgb(250 204 21 / 0.15);
}

.border-r-yellow-400\/20 {
  border-right-color: rgb(250 204 21 / 0.2);
}

.border-r-yellow-400\/25 {
  border-right-color: rgb(250 204 21 / 0.25);
}

.border-r-yellow-400\/30 {
  border-right-color: rgb(250 204 21 / 0.3);
}

.border-r-yellow-400\/35 {
  border-right-color: rgb(250 204 21 / 0.35);
}

.border-r-yellow-400\/40 {
  border-right-color: rgb(250 204 21 / 0.4);
}

.border-r-yellow-400\/45 {
  border-right-color: rgb(250 204 21 / 0.45);
}

.border-r-yellow-400\/5 {
  border-right-color: rgb(250 204 21 / 0.05);
}

.border-r-yellow-400\/50 {
  border-right-color: rgb(250 204 21 / 0.5);
}

.border-r-yellow-400\/55 {
  border-right-color: rgb(250 204 21 / 0.55);
}

.border-r-yellow-400\/60 {
  border-right-color: rgb(250 204 21 / 0.6);
}

.border-r-yellow-400\/65 {
  border-right-color: rgb(250 204 21 / 0.65);
}

.border-r-yellow-400\/70 {
  border-right-color: rgb(250 204 21 / 0.7);
}

.border-r-yellow-400\/75 {
  border-right-color: rgb(250 204 21 / 0.75);
}

.border-r-yellow-400\/80 {
  border-right-color: rgb(250 204 21 / 0.8);
}

.border-r-yellow-400\/85 {
  border-right-color: rgb(250 204 21 / 0.85);
}

.border-r-yellow-400\/90 {
  border-right-color: rgb(250 204 21 / 0.9);
}

.border-r-yellow-400\/95 {
  border-right-color: rgb(250 204 21 / 0.95);
}

.border-r-yellow-50 {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-r-yellow-50\/0 {
  border-right-color: rgb(254 252 232 / 0);
}

.border-r-yellow-50\/10 {
  border-right-color: rgb(254 252 232 / 0.1);
}

.border-r-yellow-50\/100 {
  border-right-color: rgb(254 252 232 / 1);
}

.border-r-yellow-50\/15 {
  border-right-color: rgb(254 252 232 / 0.15);
}

.border-r-yellow-50\/20 {
  border-right-color: rgb(254 252 232 / 0.2);
}

.border-r-yellow-50\/25 {
  border-right-color: rgb(254 252 232 / 0.25);
}

.border-r-yellow-50\/30 {
  border-right-color: rgb(254 252 232 / 0.3);
}

.border-r-yellow-50\/35 {
  border-right-color: rgb(254 252 232 / 0.35);
}

.border-r-yellow-50\/40 {
  border-right-color: rgb(254 252 232 / 0.4);
}

.border-r-yellow-50\/45 {
  border-right-color: rgb(254 252 232 / 0.45);
}

.border-r-yellow-50\/5 {
  border-right-color: rgb(254 252 232 / 0.05);
}

.border-r-yellow-50\/50 {
  border-right-color: rgb(254 252 232 / 0.5);
}

.border-r-yellow-50\/55 {
  border-right-color: rgb(254 252 232 / 0.55);
}

.border-r-yellow-50\/60 {
  border-right-color: rgb(254 252 232 / 0.6);
}

.border-r-yellow-50\/65 {
  border-right-color: rgb(254 252 232 / 0.65);
}

.border-r-yellow-50\/70 {
  border-right-color: rgb(254 252 232 / 0.7);
}

.border-r-yellow-50\/75 {
  border-right-color: rgb(254 252 232 / 0.75);
}

.border-r-yellow-50\/80 {
  border-right-color: rgb(254 252 232 / 0.8);
}

.border-r-yellow-50\/85 {
  border-right-color: rgb(254 252 232 / 0.85);
}

.border-r-yellow-50\/90 {
  border-right-color: rgb(254 252 232 / 0.9);
}

.border-r-yellow-50\/95 {
  border-right-color: rgb(254 252 232 / 0.95);
}

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

.border-r-yellow-500\/0 {
  border-right-color: rgb(234 179 8 / 0);
}

.border-r-yellow-500\/10 {
  border-right-color: rgb(234 179 8 / 0.1);
}

.border-r-yellow-500\/100 {
  border-right-color: rgb(234 179 8 / 1);
}

.border-r-yellow-500\/15 {
  border-right-color: rgb(234 179 8 / 0.15);
}

.border-r-yellow-500\/20 {
  border-right-color: rgb(234 179 8 / 0.2);
}

.border-r-yellow-500\/25 {
  border-right-color: rgb(234 179 8 / 0.25);
}

.border-r-yellow-500\/30 {
  border-right-color: rgb(234 179 8 / 0.3);
}

.border-r-yellow-500\/35 {
  border-right-color: rgb(234 179 8 / 0.35);
}

.border-r-yellow-500\/40 {
  border-right-color: rgb(234 179 8 / 0.4);
}

.border-r-yellow-500\/45 {
  border-right-color: rgb(234 179 8 / 0.45);
}

.border-r-yellow-500\/5 {
  border-right-color: rgb(234 179 8 / 0.05);
}

.border-r-yellow-500\/50 {
  border-right-color: rgb(234 179 8 / 0.5);
}

.border-r-yellow-500\/55 {
  border-right-color: rgb(234 179 8 / 0.55);
}

.border-r-yellow-500\/60 {
  border-right-color: rgb(234 179 8 / 0.6);
}

.border-r-yellow-500\/65 {
  border-right-color: rgb(234 179 8 / 0.65);
}

.border-r-yellow-500\/70 {
  border-right-color: rgb(234 179 8 / 0.7);
}

.border-r-yellow-500\/75 {
  border-right-color: rgb(234 179 8 / 0.75);
}

.border-r-yellow-500\/80 {
  border-right-color: rgb(234 179 8 / 0.8);
}

.border-r-yellow-500\/85 {
  border-right-color: rgb(234 179 8 / 0.85);
}

.border-r-yellow-500\/90 {
  border-right-color: rgb(234 179 8 / 0.9);
}

.border-r-yellow-500\/95 {
  border-right-color: rgb(234 179 8 / 0.95);
}

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

.border-r-yellow-600\/0 {
  border-right-color: rgb(202 138 4 / 0);
}

.border-r-yellow-600\/10 {
  border-right-color: rgb(202 138 4 / 0.1);
}

.border-r-yellow-600\/100 {
  border-right-color: rgb(202 138 4 / 1);
}

.border-r-yellow-600\/15 {
  border-right-color: rgb(202 138 4 / 0.15);
}

.border-r-yellow-600\/20 {
  border-right-color: rgb(202 138 4 / 0.2);
}

.border-r-yellow-600\/25 {
  border-right-color: rgb(202 138 4 / 0.25);
}

.border-r-yellow-600\/30 {
  border-right-color: rgb(202 138 4 / 0.3);
}

.border-r-yellow-600\/35 {
  border-right-color: rgb(202 138 4 / 0.35);
}

.border-r-yellow-600\/40 {
  border-right-color: rgb(202 138 4 / 0.4);
}

.border-r-yellow-600\/45 {
  border-right-color: rgb(202 138 4 / 0.45);
}

.border-r-yellow-600\/5 {
  border-right-color: rgb(202 138 4 / 0.05);
}

.border-r-yellow-600\/50 {
  border-right-color: rgb(202 138 4 / 0.5);
}

.border-r-yellow-600\/55 {
  border-right-color: rgb(202 138 4 / 0.55);
}

.border-r-yellow-600\/60 {
  border-right-color: rgb(202 138 4 / 0.6);
}

.border-r-yellow-600\/65 {
  border-right-color: rgb(202 138 4 / 0.65);
}

.border-r-yellow-600\/70 {
  border-right-color: rgb(202 138 4 / 0.7);
}

.border-r-yellow-600\/75 {
  border-right-color: rgb(202 138 4 / 0.75);
}

.border-r-yellow-600\/80 {
  border-right-color: rgb(202 138 4 / 0.8);
}

.border-r-yellow-600\/85 {
  border-right-color: rgb(202 138 4 / 0.85);
}

.border-r-yellow-600\/90 {
  border-right-color: rgb(202 138 4 / 0.9);
}

.border-r-yellow-600\/95 {
  border-right-color: rgb(202 138 4 / 0.95);
}

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

.border-r-yellow-800\/0 {
  border-right-color: rgb(133 77 14 / 0);
}

.border-r-yellow-800\/10 {
  border-right-color: rgb(133 77 14 / 0.1);
}

.border-r-yellow-800\/100 {
  border-right-color: rgb(133 77 14 / 1);
}

.border-r-yellow-800\/15 {
  border-right-color: rgb(133 77 14 / 0.15);
}

.border-r-yellow-800\/20 {
  border-right-color: rgb(133 77 14 / 0.2);
}

.border-r-yellow-800\/25 {
  border-right-color: rgb(133 77 14 / 0.25);
}

.border-r-yellow-800\/30 {
  border-right-color: rgb(133 77 14 / 0.3);
}

.border-r-yellow-800\/35 {
  border-right-color: rgb(133 77 14 / 0.35);
}

.border-r-yellow-800\/40 {
  border-right-color: rgb(133 77 14 / 0.4);
}

.border-r-yellow-800\/45 {
  border-right-color: rgb(133 77 14 / 0.45);
}

.border-r-yellow-800\/5 {
  border-right-color: rgb(133 77 14 / 0.05);
}

.border-r-yellow-800\/50 {
  border-right-color: rgb(133 77 14 / 0.5);
}

.border-r-yellow-800\/55 {
  border-right-color: rgb(133 77 14 / 0.55);
}

.border-r-yellow-800\/60 {
  border-right-color: rgb(133 77 14 / 0.6);
}

.border-r-yellow-800\/65 {
  border-right-color: rgb(133 77 14 / 0.65);
}

.border-r-yellow-800\/70 {
  border-right-color: rgb(133 77 14 / 0.7);
}

.border-r-yellow-800\/75 {
  border-right-color: rgb(133 77 14 / 0.75);
}

.border-r-yellow-800\/80 {
  border-right-color: rgb(133 77 14 / 0.8);
}

.border-r-yellow-800\/85 {
  border-right-color: rgb(133 77 14 / 0.85);
}

.border-r-yellow-800\/90 {
  border-right-color: rgb(133 77 14 / 0.9);
}

.border-r-yellow-800\/95 {
  border-right-color: rgb(133 77 14 / 0.95);
}

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

.border-s-yellow-100\/0 {
  border-inline-start-color: rgb(254 249 195 / 0);
}

.border-s-yellow-100\/10 {
  border-inline-start-color: rgb(254 249 195 / 0.1);
}

.border-s-yellow-100\/100 {
  border-inline-start-color: rgb(254 249 195 / 1);
}

.border-s-yellow-100\/15 {
  border-inline-start-color: rgb(254 249 195 / 0.15);
}

.border-s-yellow-100\/20 {
  border-inline-start-color: rgb(254 249 195 / 0.2);
}

.border-s-yellow-100\/25 {
  border-inline-start-color: rgb(254 249 195 / 0.25);
}

.border-s-yellow-100\/30 {
  border-inline-start-color: rgb(254 249 195 / 0.3);
}

.border-s-yellow-100\/35 {
  border-inline-start-color: rgb(254 249 195 / 0.35);
}

.border-s-yellow-100\/40 {
  border-inline-start-color: rgb(254 249 195 / 0.4);
}

.border-s-yellow-100\/45 {
  border-inline-start-color: rgb(254 249 195 / 0.45);
}

.border-s-yellow-100\/5 {
  border-inline-start-color: rgb(254 249 195 / 0.05);
}

.border-s-yellow-100\/50 {
  border-inline-start-color: rgb(254 249 195 / 0.5);
}

.border-s-yellow-100\/55 {
  border-inline-start-color: rgb(254 249 195 / 0.55);
}

.border-s-yellow-100\/60 {
  border-inline-start-color: rgb(254 249 195 / 0.6);
}

.border-s-yellow-100\/65 {
  border-inline-start-color: rgb(254 249 195 / 0.65);
}

.border-s-yellow-100\/70 {
  border-inline-start-color: rgb(254 249 195 / 0.7);
}

.border-s-yellow-100\/75 {
  border-inline-start-color: rgb(254 249 195 / 0.75);
}

.border-s-yellow-100\/80 {
  border-inline-start-color: rgb(254 249 195 / 0.8);
}

.border-s-yellow-100\/85 {
  border-inline-start-color: rgb(254 249 195 / 0.85);
}

.border-s-yellow-100\/90 {
  border-inline-start-color: rgb(254 249 195 / 0.9);
}

.border-s-yellow-100\/95 {
  border-inline-start-color: rgb(254 249 195 / 0.95);
}

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

.border-s-yellow-200\/0 {
  border-inline-start-color: rgb(254 240 138 / 0);
}

.border-s-yellow-200\/10 {
  border-inline-start-color: rgb(254 240 138 / 0.1);
}

.border-s-yellow-200\/100 {
  border-inline-start-color: rgb(254 240 138 / 1);
}

.border-s-yellow-200\/15 {
  border-inline-start-color: rgb(254 240 138 / 0.15);
}

.border-s-yellow-200\/20 {
  border-inline-start-color: rgb(254 240 138 / 0.2);
}

.border-s-yellow-200\/25 {
  border-inline-start-color: rgb(254 240 138 / 0.25);
}

.border-s-yellow-200\/30 {
  border-inline-start-color: rgb(254 240 138 / 0.3);
}

.border-s-yellow-200\/35 {
  border-inline-start-color: rgb(254 240 138 / 0.35);
}

.border-s-yellow-200\/40 {
  border-inline-start-color: rgb(254 240 138 / 0.4);
}

.border-s-yellow-200\/45 {
  border-inline-start-color: rgb(254 240 138 / 0.45);
}

.border-s-yellow-200\/5 {
  border-inline-start-color: rgb(254 240 138 / 0.05);
}

.border-s-yellow-200\/50 {
  border-inline-start-color: rgb(254 240 138 / 0.5);
}

.border-s-yellow-200\/55 {
  border-inline-start-color: rgb(254 240 138 / 0.55);
}

.border-s-yellow-200\/60 {
  border-inline-start-color: rgb(254 240 138 / 0.6);
}

.border-s-yellow-200\/65 {
  border-inline-start-color: rgb(254 240 138 / 0.65);
}

.border-s-yellow-200\/70 {
  border-inline-start-color: rgb(254 240 138 / 0.7);
}

.border-s-yellow-200\/75 {
  border-inline-start-color: rgb(254 240 138 / 0.75);
}

.border-s-yellow-200\/80 {
  border-inline-start-color: rgb(254 240 138 / 0.8);
}

.border-s-yellow-200\/85 {
  border-inline-start-color: rgb(254 240 138 / 0.85);
}

.border-s-yellow-200\/90 {
  border-inline-start-color: rgb(254 240 138 / 0.9);
}

.border-s-yellow-200\/95 {
  border-inline-start-color: rgb(254 240 138 / 0.95);
}

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

.border-s-yellow-400\/0 {
  border-inline-start-color: rgb(250 204 21 / 0);
}

.border-s-yellow-400\/10 {
  border-inline-start-color: rgb(250 204 21 / 0.1);
}

.border-s-yellow-400\/100 {
  border-inline-start-color: rgb(250 204 21 / 1);
}

.border-s-yellow-400\/15 {
  border-inline-start-color: rgb(250 204 21 / 0.15);
}

.border-s-yellow-400\/20 {
  border-inline-start-color: rgb(250 204 21 / 0.2);
}

.border-s-yellow-400\/25 {
  border-inline-start-color: rgb(250 204 21 / 0.25);
}

.border-s-yellow-400\/30 {
  border-inline-start-color: rgb(250 204 21 / 0.3);
}

.border-s-yellow-400\/35 {
  border-inline-start-color: rgb(250 204 21 / 0.35);
}

.border-s-yellow-400\/40 {
  border-inline-start-color: rgb(250 204 21 / 0.4);
}

.border-s-yellow-400\/45 {
  border-inline-start-color: rgb(250 204 21 / 0.45);
}

.border-s-yellow-400\/5 {
  border-inline-start-color: rgb(250 204 21 / 0.05);
}

.border-s-yellow-400\/50 {
  border-inline-start-color: rgb(250 204 21 / 0.5);
}

.border-s-yellow-400\/55 {
  border-inline-start-color: rgb(250 204 21 / 0.55);
}

.border-s-yellow-400\/60 {
  border-inline-start-color: rgb(250 204 21 / 0.6);
}

.border-s-yellow-400\/65 {
  border-inline-start-color: rgb(250 204 21 / 0.65);
}

.border-s-yellow-400\/70 {
  border-inline-start-color: rgb(250 204 21 / 0.7);
}

.border-s-yellow-400\/75 {
  border-inline-start-color: rgb(250 204 21 / 0.75);
}

.border-s-yellow-400\/80 {
  border-inline-start-color: rgb(250 204 21 / 0.8);
}

.border-s-yellow-400\/85 {
  border-inline-start-color: rgb(250 204 21 / 0.85);
}

.border-s-yellow-400\/90 {
  border-inline-start-color: rgb(250 204 21 / 0.9);
}

.border-s-yellow-400\/95 {
  border-inline-start-color: rgb(250 204 21 / 0.95);
}

.border-s-yellow-50 {
  --tw-border-opacity: 1;
  border-inline-start-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-s-yellow-50\/0 {
  border-inline-start-color: rgb(254 252 232 / 0);
}

.border-s-yellow-50\/10 {
  border-inline-start-color: rgb(254 252 232 / 0.1);
}

.border-s-yellow-50\/100 {
  border-inline-start-color: rgb(254 252 232 / 1);
}

.border-s-yellow-50\/15 {
  border-inline-start-color: rgb(254 252 232 / 0.15);
}

.border-s-yellow-50\/20 {
  border-inline-start-color: rgb(254 252 232 / 0.2);
}

.border-s-yellow-50\/25 {
  border-inline-start-color: rgb(254 252 232 / 0.25);
}

.border-s-yellow-50\/30 {
  border-inline-start-color: rgb(254 252 232 / 0.3);
}

.border-s-yellow-50\/35 {
  border-inline-start-color: rgb(254 252 232 / 0.35);
}

.border-s-yellow-50\/40 {
  border-inline-start-color: rgb(254 252 232 / 0.4);
}

.border-s-yellow-50\/45 {
  border-inline-start-color: rgb(254 252 232 / 0.45);
}

.border-s-yellow-50\/5 {
  border-inline-start-color: rgb(254 252 232 / 0.05);
}

.border-s-yellow-50\/50 {
  border-inline-start-color: rgb(254 252 232 / 0.5);
}

.border-s-yellow-50\/55 {
  border-inline-start-color: rgb(254 252 232 / 0.55);
}

.border-s-yellow-50\/60 {
  border-inline-start-color: rgb(254 252 232 / 0.6);
}

.border-s-yellow-50\/65 {
  border-inline-start-color: rgb(254 252 232 / 0.65);
}

.border-s-yellow-50\/70 {
  border-inline-start-color: rgb(254 252 232 / 0.7);
}

.border-s-yellow-50\/75 {
  border-inline-start-color: rgb(254 252 232 / 0.75);
}

.border-s-yellow-50\/80 {
  border-inline-start-color: rgb(254 252 232 / 0.8);
}

.border-s-yellow-50\/85 {
  border-inline-start-color: rgb(254 252 232 / 0.85);
}

.border-s-yellow-50\/90 {
  border-inline-start-color: rgb(254 252 232 / 0.9);
}

.border-s-yellow-50\/95 {
  border-inline-start-color: rgb(254 252 232 / 0.95);
}

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

.border-s-yellow-500\/0 {
  border-inline-start-color: rgb(234 179 8 / 0);
}

.border-s-yellow-500\/10 {
  border-inline-start-color: rgb(234 179 8 / 0.1);
}

.border-s-yellow-500\/100 {
  border-inline-start-color: rgb(234 179 8 / 1);
}

.border-s-yellow-500\/15 {
  border-inline-start-color: rgb(234 179 8 / 0.15);
}

.border-s-yellow-500\/20 {
  border-inline-start-color: rgb(234 179 8 / 0.2);
}

.border-s-yellow-500\/25 {
  border-inline-start-color: rgb(234 179 8 / 0.25);
}

.border-s-yellow-500\/30 {
  border-inline-start-color: rgb(234 179 8 / 0.3);
}

.border-s-yellow-500\/35 {
  border-inline-start-color: rgb(234 179 8 / 0.35);
}

.border-s-yellow-500\/40 {
  border-inline-start-color: rgb(234 179 8 / 0.4);
}

.border-s-yellow-500\/45 {
  border-inline-start-color: rgb(234 179 8 / 0.45);
}

.border-s-yellow-500\/5 {
  border-inline-start-color: rgb(234 179 8 / 0.05);
}

.border-s-yellow-500\/50 {
  border-inline-start-color: rgb(234 179 8 / 0.5);
}

.border-s-yellow-500\/55 {
  border-inline-start-color: rgb(234 179 8 / 0.55);
}

.border-s-yellow-500\/60 {
  border-inline-start-color: rgb(234 179 8 / 0.6);
}

.border-s-yellow-500\/65 {
  border-inline-start-color: rgb(234 179 8 / 0.65);
}

.border-s-yellow-500\/70 {
  border-inline-start-color: rgb(234 179 8 / 0.7);
}

.border-s-yellow-500\/75 {
  border-inline-start-color: rgb(234 179 8 / 0.75);
}

.border-s-yellow-500\/80 {
  border-inline-start-color: rgb(234 179 8 / 0.8);
}

.border-s-yellow-500\/85 {
  border-inline-start-color: rgb(234 179 8 / 0.85);
}

.border-s-yellow-500\/90 {
  border-inline-start-color: rgb(234 179 8 / 0.9);
}

.border-s-yellow-500\/95 {
  border-inline-start-color: rgb(234 179 8 / 0.95);
}

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

.border-s-yellow-600\/0 {
  border-inline-start-color: rgb(202 138 4 / 0);
}

.border-s-yellow-600\/10 {
  border-inline-start-color: rgb(202 138 4 / 0.1);
}

.border-s-yellow-600\/100 {
  border-inline-start-color: rgb(202 138 4 / 1);
}

.border-s-yellow-600\/15 {
  border-inline-start-color: rgb(202 138 4 / 0.15);
}

.border-s-yellow-600\/20 {
  border-inline-start-color: rgb(202 138 4 / 0.2);
}

.border-s-yellow-600\/25 {
  border-inline-start-color: rgb(202 138 4 / 0.25);
}

.border-s-yellow-600\/30 {
  border-inline-start-color: rgb(202 138 4 / 0.3);
}

.border-s-yellow-600\/35 {
  border-inline-start-color: rgb(202 138 4 / 0.35);
}

.border-s-yellow-600\/40 {
  border-inline-start-color: rgb(202 138 4 / 0.4);
}

.border-s-yellow-600\/45 {
  border-inline-start-color: rgb(202 138 4 / 0.45);
}

.border-s-yellow-600\/5 {
  border-inline-start-color: rgb(202 138 4 / 0.05);
}

.border-s-yellow-600\/50 {
  border-inline-start-color: rgb(202 138 4 / 0.5);
}

.border-s-yellow-600\/55 {
  border-inline-start-color: rgb(202 138 4 / 0.55);
}

.border-s-yellow-600\/60 {
  border-inline-start-color: rgb(202 138 4 / 0.6);
}

.border-s-yellow-600\/65 {
  border-inline-start-color: rgb(202 138 4 / 0.65);
}

.border-s-yellow-600\/70 {
  border-inline-start-color: rgb(202 138 4 / 0.7);
}

.border-s-yellow-600\/75 {
  border-inline-start-color: rgb(202 138 4 / 0.75);
}

.border-s-yellow-600\/80 {
  border-inline-start-color: rgb(202 138 4 / 0.8);
}

.border-s-yellow-600\/85 {
  border-inline-start-color: rgb(202 138 4 / 0.85);
}

.border-s-yellow-600\/90 {
  border-inline-start-color: rgb(202 138 4 / 0.9);
}

.border-s-yellow-600\/95 {
  border-inline-start-color: rgb(202 138 4 / 0.95);
}

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

.border-s-yellow-800\/0 {
  border-inline-start-color: rgb(133 77 14 / 0);
}

.border-s-yellow-800\/10 {
  border-inline-start-color: rgb(133 77 14 / 0.1);
}

.border-s-yellow-800\/100 {
  border-inline-start-color: rgb(133 77 14 / 1);
}

.border-s-yellow-800\/15 {
  border-inline-start-color: rgb(133 77 14 / 0.15);
}

.border-s-yellow-800\/20 {
  border-inline-start-color: rgb(133 77 14 / 0.2);
}

.border-s-yellow-800\/25 {
  border-inline-start-color: rgb(133 77 14 / 0.25);
}

.border-s-yellow-800\/30 {
  border-inline-start-color: rgb(133 77 14 / 0.3);
}

.border-s-yellow-800\/35 {
  border-inline-start-color: rgb(133 77 14 / 0.35);
}

.border-s-yellow-800\/40 {
  border-inline-start-color: rgb(133 77 14 / 0.4);
}

.border-s-yellow-800\/45 {
  border-inline-start-color: rgb(133 77 14 / 0.45);
}

.border-s-yellow-800\/5 {
  border-inline-start-color: rgb(133 77 14 / 0.05);
}

.border-s-yellow-800\/50 {
  border-inline-start-color: rgb(133 77 14 / 0.5);
}

.border-s-yellow-800\/55 {
  border-inline-start-color: rgb(133 77 14 / 0.55);
}

.border-s-yellow-800\/60 {
  border-inline-start-color: rgb(133 77 14 / 0.6);
}

.border-s-yellow-800\/65 {
  border-inline-start-color: rgb(133 77 14 / 0.65);
}

.border-s-yellow-800\/70 {
  border-inline-start-color: rgb(133 77 14 / 0.7);
}

.border-s-yellow-800\/75 {
  border-inline-start-color: rgb(133 77 14 / 0.75);
}

.border-s-yellow-800\/80 {
  border-inline-start-color: rgb(133 77 14 / 0.8);
}

.border-s-yellow-800\/85 {
  border-inline-start-color: rgb(133 77 14 / 0.85);
}

.border-s-yellow-800\/90 {
  border-inline-start-color: rgb(133 77 14 / 0.9);
}

.border-s-yellow-800\/95 {
  border-inline-start-color: rgb(133 77 14 / 0.95);
}

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

.border-t-yellow-100\/0 {
  border-top-color: rgb(254 249 195 / 0);
}

.border-t-yellow-100\/10 {
  border-top-color: rgb(254 249 195 / 0.1);
}

.border-t-yellow-100\/100 {
  border-top-color: rgb(254 249 195 / 1);
}

.border-t-yellow-100\/15 {
  border-top-color: rgb(254 249 195 / 0.15);
}

.border-t-yellow-100\/20 {
  border-top-color: rgb(254 249 195 / 0.2);
}

.border-t-yellow-100\/25 {
  border-top-color: rgb(254 249 195 / 0.25);
}

.border-t-yellow-100\/30 {
  border-top-color: rgb(254 249 195 / 0.3);
}

.border-t-yellow-100\/35 {
  border-top-color: rgb(254 249 195 / 0.35);
}

.border-t-yellow-100\/40 {
  border-top-color: rgb(254 249 195 / 0.4);
}

.border-t-yellow-100\/45 {
  border-top-color: rgb(254 249 195 / 0.45);
}

.border-t-yellow-100\/5 {
  border-top-color: rgb(254 249 195 / 0.05);
}

.border-t-yellow-100\/50 {
  border-top-color: rgb(254 249 195 / 0.5);
}

.border-t-yellow-100\/55 {
  border-top-color: rgb(254 249 195 / 0.55);
}

.border-t-yellow-100\/60 {
  border-top-color: rgb(254 249 195 / 0.6);
}

.border-t-yellow-100\/65 {
  border-top-color: rgb(254 249 195 / 0.65);
}

.border-t-yellow-100\/70 {
  border-top-color: rgb(254 249 195 / 0.7);
}

.border-t-yellow-100\/75 {
  border-top-color: rgb(254 249 195 / 0.75);
}

.border-t-yellow-100\/80 {
  border-top-color: rgb(254 249 195 / 0.8);
}

.border-t-yellow-100\/85 {
  border-top-color: rgb(254 249 195 / 0.85);
}

.border-t-yellow-100\/90 {
  border-top-color: rgb(254 249 195 / 0.9);
}

.border-t-yellow-100\/95 {
  border-top-color: rgb(254 249 195 / 0.95);
}

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

.border-t-yellow-200\/0 {
  border-top-color: rgb(254 240 138 / 0);
}

.border-t-yellow-200\/10 {
  border-top-color: rgb(254 240 138 / 0.1);
}

.border-t-yellow-200\/100 {
  border-top-color: rgb(254 240 138 / 1);
}

.border-t-yellow-200\/15 {
  border-top-color: rgb(254 240 138 / 0.15);
}

.border-t-yellow-200\/20 {
  border-top-color: rgb(254 240 138 / 0.2);
}

.border-t-yellow-200\/25 {
  border-top-color: rgb(254 240 138 / 0.25);
}

.border-t-yellow-200\/30 {
  border-top-color: rgb(254 240 138 / 0.3);
}

.border-t-yellow-200\/35 {
  border-top-color: rgb(254 240 138 / 0.35);
}

.border-t-yellow-200\/40 {
  border-top-color: rgb(254 240 138 / 0.4);
}

.border-t-yellow-200\/45 {
  border-top-color: rgb(254 240 138 / 0.45);
}

.border-t-yellow-200\/5 {
  border-top-color: rgb(254 240 138 / 0.05);
}

.border-t-yellow-200\/50 {
  border-top-color: rgb(254 240 138 / 0.5);
}

.border-t-yellow-200\/55 {
  border-top-color: rgb(254 240 138 / 0.55);
}

.border-t-yellow-200\/60 {
  border-top-color: rgb(254 240 138 / 0.6);
}

.border-t-yellow-200\/65 {
  border-top-color: rgb(254 240 138 / 0.65);
}

.border-t-yellow-200\/70 {
  border-top-color: rgb(254 240 138 / 0.7);
}

.border-t-yellow-200\/75 {
  border-top-color: rgb(254 240 138 / 0.75);
}

.border-t-yellow-200\/80 {
  border-top-color: rgb(254 240 138 / 0.8);
}

.border-t-yellow-200\/85 {
  border-top-color: rgb(254 240 138 / 0.85);
}

.border-t-yellow-200\/90 {
  border-top-color: rgb(254 240 138 / 0.9);
}

.border-t-yellow-200\/95 {
  border-top-color: rgb(254 240 138 / 0.95);
}

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

.border-t-yellow-400\/0 {
  border-top-color: rgb(250 204 21 / 0);
}

.border-t-yellow-400\/10 {
  border-top-color: rgb(250 204 21 / 0.1);
}

.border-t-yellow-400\/100 {
  border-top-color: rgb(250 204 21 / 1);
}

.border-t-yellow-400\/15 {
  border-top-color: rgb(250 204 21 / 0.15);
}

.border-t-yellow-400\/20 {
  border-top-color: rgb(250 204 21 / 0.2);
}

.border-t-yellow-400\/25 {
  border-top-color: rgb(250 204 21 / 0.25);
}

.border-t-yellow-400\/30 {
  border-top-color: rgb(250 204 21 / 0.3);
}

.border-t-yellow-400\/35 {
  border-top-color: rgb(250 204 21 / 0.35);
}

.border-t-yellow-400\/40 {
  border-top-color: rgb(250 204 21 / 0.4);
}

.border-t-yellow-400\/45 {
  border-top-color: rgb(250 204 21 / 0.45);
}

.border-t-yellow-400\/5 {
  border-top-color: rgb(250 204 21 / 0.05);
}

.border-t-yellow-400\/50 {
  border-top-color: rgb(250 204 21 / 0.5);
}

.border-t-yellow-400\/55 {
  border-top-color: rgb(250 204 21 / 0.55);
}

.border-t-yellow-400\/60 {
  border-top-color: rgb(250 204 21 / 0.6);
}

.border-t-yellow-400\/65 {
  border-top-color: rgb(250 204 21 / 0.65);
}

.border-t-yellow-400\/70 {
  border-top-color: rgb(250 204 21 / 0.7);
}

.border-t-yellow-400\/75 {
  border-top-color: rgb(250 204 21 / 0.75);
}

.border-t-yellow-400\/80 {
  border-top-color: rgb(250 204 21 / 0.8);
}

.border-t-yellow-400\/85 {
  border-top-color: rgb(250 204 21 / 0.85);
}

.border-t-yellow-400\/90 {
  border-top-color: rgb(250 204 21 / 0.9);
}

.border-t-yellow-400\/95 {
  border-top-color: rgb(250 204 21 / 0.95);
}

.border-t-yellow-50 {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
}

.border-t-yellow-50\/0 {
  border-top-color: rgb(254 252 232 / 0);
}

.border-t-yellow-50\/10 {
  border-top-color: rgb(254 252 232 / 0.1);
}

.border-t-yellow-50\/100 {
  border-top-color: rgb(254 252 232 / 1);
}

.border-t-yellow-50\/15 {
  border-top-color: rgb(254 252 232 / 0.15);
}

.border-t-yellow-50\/20 {
  border-top-color: rgb(254 252 232 / 0.2);
}

.border-t-yellow-50\/25 {
  border-top-color: rgb(254 252 232 / 0.25);
}

.border-t-yellow-50\/30 {
  border-top-color: rgb(254 252 232 / 0.3);
}

.border-t-yellow-50\/35 {
  border-top-color: rgb(254 252 232 / 0.35);
}

.border-t-yellow-50\/40 {
  border-top-color: rgb(254 252 232 / 0.4);
}

.border-t-yellow-50\/45 {
  border-top-color: rgb(254 252 232 / 0.45);
}

.border-t-yellow-50\/5 {
  border-top-color: rgb(254 252 232 / 0.05);
}

.border-t-yellow-50\/50 {
  border-top-color: rgb(254 252 232 / 0.5);
}

.border-t-yellow-50\/55 {
  border-top-color: rgb(254 252 232 / 0.55);
}

.border-t-yellow-50\/60 {
  border-top-color: rgb(254 252 232 / 0.6);
}

.border-t-yellow-50\/65 {
  border-top-color: rgb(254 252 232 / 0.65);
}

.border-t-yellow-50\/70 {
  border-top-color: rgb(254 252 232 / 0.7);
}

.border-t-yellow-50\/75 {
  border-top-color: rgb(254 252 232 / 0.75);
}

.border-t-yellow-50\/80 {
  border-top-color: rgb(254 252 232 / 0.8);
}

.border-t-yellow-50\/85 {
  border-top-color: rgb(254 252 232 / 0.85);
}

.border-t-yellow-50\/90 {
  border-top-color: rgb(254 252 232 / 0.9);
}

.border-t-yellow-50\/95 {
  border-top-color: rgb(254 252 232 / 0.95);
}

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

.border-t-yellow-500\/0 {
  border-top-color: rgb(234 179 8 / 0);
}

.border-t-yellow-500\/10 {
  border-top-color: rgb(234 179 8 / 0.1);
}

.border-t-yellow-500\/100 {
  border-top-color: rgb(234 179 8 / 1);
}

.border-t-yellow-500\/15 {
  border-top-color: rgb(234 179 8 / 0.15);
}

.border-t-yellow-500\/20 {
  border-top-color: rgb(234 179 8 / 0.2);
}

.border-t-yellow-500\/25 {
  border-top-color: rgb(234 179 8 / 0.25);
}

.border-t-yellow-500\/30 {
  border-top-color: rgb(234 179 8 / 0.3);
}

.border-t-yellow-500\/35 {
  border-top-color: rgb(234 179 8 / 0.35);
}

.border-t-yellow-500\/40 {
  border-top-color: rgb(234 179 8 / 0.4);
}

.border-t-yellow-500\/45 {
  border-top-color: rgb(234 179 8 / 0.45);
}

.border-t-yellow-500\/5 {
  border-top-color: rgb(234 179 8 / 0.05);
}

.border-t-yellow-500\/50 {
  border-top-color: rgb(234 179 8 / 0.5);
}

.border-t-yellow-500\/55 {
  border-top-color: rgb(234 179 8 / 0.55);
}

.border-t-yellow-500\/60 {
  border-top-color: rgb(234 179 8 / 0.6);
}

.border-t-yellow-500\/65 {
  border-top-color: rgb(234 179 8 / 0.65);
}

.border-t-yellow-500\/70 {
  border-top-color: rgb(234 179 8 / 0.7);
}

.border-t-yellow-500\/75 {
  border-top-color: rgb(234 179 8 / 0.75);
}

.border-t-yellow-500\/80 {
  border-top-color: rgb(234 179 8 / 0.8);
}

.border-t-yellow-500\/85 {
  border-top-color: rgb(234 179 8 / 0.85);
}

.border-t-yellow-500\/90 {
  border-top-color: rgb(234 179 8 / 0.9);
}

.border-t-yellow-500\/95 {
  border-top-color: rgb(234 179 8 / 0.95);
}

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

.border-t-yellow-600\/0 {
  border-top-color: rgb(202 138 4 / 0);
}

.border-t-yellow-600\/10 {
  border-top-color: rgb(202 138 4 / 0.1);
}

.border-t-yellow-600\/100 {
  border-top-color: rgb(202 138 4 / 1);
}

.border-t-yellow-600\/15 {
  border-top-color: rgb(202 138 4 / 0.15);
}

.border-t-yellow-600\/20 {
  border-top-color: rgb(202 138 4 / 0.2);
}

.border-t-yellow-600\/25 {
  border-top-color: rgb(202 138 4 / 0.25);
}

.border-t-yellow-600\/30 {
  border-top-color: rgb(202 138 4 / 0.3);
}

.border-t-yellow-600\/35 {
  border-top-color: rgb(202 138 4 / 0.35);
}

.border-t-yellow-600\/40 {
  border-top-color: rgb(202 138 4 / 0.4);
}

.border-t-yellow-600\/45 {
  border-top-color: rgb(202 138 4 / 0.45);
}

.border-t-yellow-600\/5 {
  border-top-color: rgb(202 138 4 / 0.05);
}

.border-t-yellow-600\/50 {
  border-top-color: rgb(202 138 4 / 0.5);
}

.border-t-yellow-600\/55 {
  border-top-color: rgb(202 138 4 / 0.55);
}

.border-t-yellow-600\/60 {
  border-top-color: rgb(202 138 4 / 0.6);
}

.border-t-yellow-600\/65 {
  border-top-color: rgb(202 138 4 / 0.65);
}

.border-t-yellow-600\/70 {
  border-top-color: rgb(202 138 4 / 0.7);
}

.border-t-yellow-600\/75 {
  border-top-color: rgb(202 138 4 / 0.75);
}

.border-t-yellow-600\/80 {
  border-top-color: rgb(202 138 4 / 0.8);
}

.border-t-yellow-600\/85 {
  border-top-color: rgb(202 138 4 / 0.85);
}

.border-t-yellow-600\/90 {
  border-top-color: rgb(202 138 4 / 0.9);
}

.border-t-yellow-600\/95 {
  border-top-color: rgb(202 138 4 / 0.95);
}

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

.border-t-yellow-800\/0 {
  border-top-color: rgb(133 77 14 / 0);
}

.border-t-yellow-800\/10 {
  border-top-color: rgb(133 77 14 / 0.1);
}

.border-t-yellow-800\/100 {
  border-top-color: rgb(133 77 14 / 1);
}

.border-t-yellow-800\/15 {
  border-top-color: rgb(133 77 14 / 0.15);
}

.border-t-yellow-800\/20 {
  border-top-color: rgb(133 77 14 / 0.2);
}

.border-t-yellow-800\/25 {
  border-top-color: rgb(133 77 14 / 0.25);
}

.border-t-yellow-800\/30 {
  border-top-color: rgb(133 77 14 / 0.3);
}

.border-t-yellow-800\/35 {
  border-top-color: rgb(133 77 14 / 0.35);
}

.border-t-yellow-800\/40 {
  border-top-color: rgb(133 77 14 / 0.4);
}

.border-t-yellow-800\/45 {
  border-top-color: rgb(133 77 14 / 0.45);
}

.border-t-yellow-800\/5 {
  border-top-color: rgb(133 77 14 / 0.05);
}

.border-t-yellow-800\/50 {
  border-top-color: rgb(133 77 14 / 0.5);
}

.border-t-yellow-800\/55 {
  border-top-color: rgb(133 77 14 / 0.55);
}

.border-t-yellow-800\/60 {
  border-top-color: rgb(133 77 14 / 0.6);
}

.border-t-yellow-800\/65 {
  border-top-color: rgb(133 77 14 / 0.65);
}

.border-t-yellow-800\/70 {
  border-top-color: rgb(133 77 14 / 0.7);
}

.border-t-yellow-800\/75 {
  border-top-color: rgb(133 77 14 / 0.75);
}

.border-t-yellow-800\/80 {
  border-top-color: rgb(133 77 14 / 0.8);
}

.border-t-yellow-800\/85 {
  border-top-color: rgb(133 77 14 / 0.85);
}

.border-t-yellow-800\/90 {
  border-top-color: rgb(133 77 14 / 0.9);
}

.border-t-yellow-800\/95 {
  border-top-color: rgb(133 77 14 / 0.95);
}

.bg-accent-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(235 251 203 / var(--tw-bg-opacity, 1));
}

.bg-accent-100\/0 {
  background-color: rgb(235 251 203 / 0);
}

.bg-accent-100\/10 {
  background-color: rgb(235 251 203 / 0.1);
}

.bg-accent-100\/100 {
  background-color: rgb(235 251 203 / 1);
}

.bg-accent-100\/15 {
  background-color: rgb(235 251 203 / 0.15);
}

.bg-accent-100\/20 {
  background-color: rgb(235 251 203 / 0.2);
}

.bg-accent-100\/25 {
  background-color: rgb(235 251 203 / 0.25);
}

.bg-accent-100\/30 {
  background-color: rgb(235 251 203 / 0.3);
}

.bg-accent-100\/35 {
  background-color: rgb(235 251 203 / 0.35);
}

.bg-accent-100\/40 {
  background-color: rgb(235 251 203 / 0.4);
}

.bg-accent-100\/45 {
  background-color: rgb(235 251 203 / 0.45);
}

.bg-accent-100\/5 {
  background-color: rgb(235 251 203 / 0.05);
}

.bg-accent-100\/50 {
  background-color: rgb(235 251 203 / 0.5);
}

.bg-accent-100\/55 {
  background-color: rgb(235 251 203 / 0.55);
}

.bg-accent-100\/60 {
  background-color: rgb(235 251 203 / 0.6);
}

.bg-accent-100\/65 {
  background-color: rgb(235 251 203 / 0.65);
}

.bg-accent-100\/70 {
  background-color: rgb(235 251 203 / 0.7);
}

.bg-accent-100\/75 {
  background-color: rgb(235 251 203 / 0.75);
}

.bg-accent-100\/80 {
  background-color: rgb(235 251 203 / 0.8);
}

.bg-accent-100\/85 {
  background-color: rgb(235 251 203 / 0.85);
}

.bg-accent-100\/90 {
  background-color: rgb(235 251 203 / 0.9);
}

.bg-accent-100\/95 {
  background-color: rgb(235 251 203 / 0.95);
}

.bg-accent-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(216 246 154 / var(--tw-bg-opacity, 1));
}

.bg-accent-200\/0 {
  background-color: rgb(216 246 154 / 0);
}

.bg-accent-200\/10 {
  background-color: rgb(216 246 154 / 0.1);
}

.bg-accent-200\/100 {
  background-color: rgb(216 246 154 / 1);
}

.bg-accent-200\/15 {
  background-color: rgb(216 246 154 / 0.15);
}

.bg-accent-200\/20 {
  background-color: rgb(216 246 154 / 0.2);
}

.bg-accent-200\/25 {
  background-color: rgb(216 246 154 / 0.25);
}

.bg-accent-200\/30 {
  background-color: rgb(216 246 154 / 0.3);
}

.bg-accent-200\/35 {
  background-color: rgb(216 246 154 / 0.35);
}

.bg-accent-200\/40 {
  background-color: rgb(216 246 154 / 0.4);
}

.bg-accent-200\/45 {
  background-color: rgb(216 246 154 / 0.45);
}

.bg-accent-200\/5 {
  background-color: rgb(216 246 154 / 0.05);
}

.bg-accent-200\/50 {
  background-color: rgb(216 246 154 / 0.5);
}

.bg-accent-200\/55 {
  background-color: rgb(216 246 154 / 0.55);
}

.bg-accent-200\/60 {
  background-color: rgb(216 246 154 / 0.6);
}

.bg-accent-200\/65 {
  background-color: rgb(216 246 154 / 0.65);
}

.bg-accent-200\/70 {
  background-color: rgb(216 246 154 / 0.7);
}

.bg-accent-200\/75 {
  background-color: rgb(216 246 154 / 0.75);
}

.bg-accent-200\/80 {
  background-color: rgb(216 246 154 / 0.8);
}

.bg-accent-200\/85 {
  background-color: rgb(216 246 154 / 0.85);
}

.bg-accent-200\/90 {
  background-color: rgb(216 246 154 / 0.9);
}

.bg-accent-200\/95 {
  background-color: rgb(216 246 154 / 0.95);
}

.bg-accent-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(196 240 120 / var(--tw-bg-opacity, 1));
}

.bg-accent-300\/0 {
  background-color: rgb(196 240 120 / 0);
}

.bg-accent-300\/10 {
  background-color: rgb(196 240 120 / 0.1);
}

.bg-accent-300\/100 {
  background-color: rgb(196 240 120 / 1);
}

.bg-accent-300\/15 {
  background-color: rgb(196 240 120 / 0.15);
}

.bg-accent-300\/20 {
  background-color: rgb(196 240 120 / 0.2);
}

.bg-accent-300\/25 {
  background-color: rgb(196 240 120 / 0.25);
}

.bg-accent-300\/30 {
  background-color: rgb(196 240 120 / 0.3);
}

.bg-accent-300\/35 {
  background-color: rgb(196 240 120 / 0.35);
}

.bg-accent-300\/40 {
  background-color: rgb(196 240 120 / 0.4);
}

.bg-accent-300\/45 {
  background-color: rgb(196 240 120 / 0.45);
}

.bg-accent-300\/5 {
  background-color: rgb(196 240 120 / 0.05);
}

.bg-accent-300\/50 {
  background-color: rgb(196 240 120 / 0.5);
}

.bg-accent-300\/55 {
  background-color: rgb(196 240 120 / 0.55);
}

.bg-accent-300\/60 {
  background-color: rgb(196 240 120 / 0.6);
}

.bg-accent-300\/65 {
  background-color: rgb(196 240 120 / 0.65);
}

.bg-accent-300\/70 {
  background-color: rgb(196 240 120 / 0.7);
}

.bg-accent-300\/75 {
  background-color: rgb(196 240 120 / 0.75);
}

.bg-accent-300\/80 {
  background-color: rgb(196 240 120 / 0.8);
}

.bg-accent-300\/85 {
  background-color: rgb(196 240 120 / 0.85);
}

.bg-accent-300\/90 {
  background-color: rgb(196 240 120 / 0.9);
}

.bg-accent-300\/95 {
  background-color: rgb(196 240 120 / 0.95);
}

.bg-accent-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 237 104 / var(--tw-bg-opacity, 1));
}

.bg-accent-400\/0 {
  background-color: rgb(183 237 104 / 0);
}

.bg-accent-400\/10 {
  background-color: rgb(183 237 104 / 0.1);
}

.bg-accent-400\/100 {
  background-color: rgb(183 237 104 / 1);
}

.bg-accent-400\/15 {
  background-color: rgb(183 237 104 / 0.15);
}

.bg-accent-400\/20 {
  background-color: rgb(183 237 104 / 0.2);
}

.bg-accent-400\/25 {
  background-color: rgb(183 237 104 / 0.25);
}

.bg-accent-400\/30 {
  background-color: rgb(183 237 104 / 0.3);
}

.bg-accent-400\/35 {
  background-color: rgb(183 237 104 / 0.35);
}

.bg-accent-400\/40 {
  background-color: rgb(183 237 104 / 0.4);
}

.bg-accent-400\/45 {
  background-color: rgb(183 237 104 / 0.45);
}

.bg-accent-400\/5 {
  background-color: rgb(183 237 104 / 0.05);
}

.bg-accent-400\/50 {
  background-color: rgb(183 237 104 / 0.5);
}

.bg-accent-400\/55 {
  background-color: rgb(183 237 104 / 0.55);
}

.bg-accent-400\/60 {
  background-color: rgb(183 237 104 / 0.6);
}

.bg-accent-400\/65 {
  background-color: rgb(183 237 104 / 0.65);
}

.bg-accent-400\/70 {
  background-color: rgb(183 237 104 / 0.7);
}

.bg-accent-400\/75 {
  background-color: rgb(183 237 104 / 0.75);
}

.bg-accent-400\/80 {
  background-color: rgb(183 237 104 / 0.8);
}

.bg-accent-400\/85 {
  background-color: rgb(183 237 104 / 0.85);
}

.bg-accent-400\/90 {
  background-color: rgb(183 237 104 / 0.9);
}

.bg-accent-400\/95 {
  background-color: rgb(183 237 104 / 0.95);
}

.bg-accent-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 253 235 / var(--tw-bg-opacity, 1));
}

.bg-accent-50\/0 {
  background-color: rgb(247 253 235 / 0);
}

.bg-accent-50\/10 {
  background-color: rgb(247 253 235 / 0.1);
}

.bg-accent-50\/100 {
  background-color: rgb(247 253 235 / 1);
}

.bg-accent-50\/15 {
  background-color: rgb(247 253 235 / 0.15);
}

.bg-accent-50\/20 {
  background-color: rgb(247 253 235 / 0.2);
}

.bg-accent-50\/25 {
  background-color: rgb(247 253 235 / 0.25);
}

.bg-accent-50\/30 {
  background-color: rgb(247 253 235 / 0.3);
}

.bg-accent-50\/35 {
  background-color: rgb(247 253 235 / 0.35);
}

.bg-accent-50\/40 {
  background-color: rgb(247 253 235 / 0.4);
}

.bg-accent-50\/45 {
  background-color: rgb(247 253 235 / 0.45);
}

.bg-accent-50\/5 {
  background-color: rgb(247 253 235 / 0.05);
}

.bg-accent-50\/50 {
  background-color: rgb(247 253 235 / 0.5);
}

.bg-accent-50\/55 {
  background-color: rgb(247 253 235 / 0.55);
}

.bg-accent-50\/60 {
  background-color: rgb(247 253 235 / 0.6);
}

.bg-accent-50\/65 {
  background-color: rgb(247 253 235 / 0.65);
}

.bg-accent-50\/70 {
  background-color: rgb(247 253 235 / 0.7);
}

.bg-accent-50\/75 {
  background-color: rgb(247 253 235 / 0.75);
}

.bg-accent-50\/80 {
  background-color: rgb(247 253 235 / 0.8);
}

.bg-accent-50\/85 {
  background-color: rgb(247 253 235 / 0.85);
}

.bg-accent-50\/90 {
  background-color: rgb(247 253 235 / 0.9);
}

.bg-accent-50\/95 {
  background-color: rgb(247 253 235 / 0.95);
}

.bg-accent-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(174 235 96 / var(--tw-bg-opacity, 1));
}

.bg-accent-500\/0 {
  background-color: rgb(174 235 96 / 0);
}

.bg-accent-500\/10 {
  background-color: rgb(174 235 96 / 0.1);
}

.bg-accent-500\/100 {
  background-color: rgb(174 235 96 / 1);
}

.bg-accent-500\/15 {
  background-color: rgb(174 235 96 / 0.15);
}

.bg-accent-500\/20 {
  background-color: rgb(174 235 96 / 0.2);
}

.bg-accent-500\/25 {
  background-color: rgb(174 235 96 / 0.25);
}

.bg-accent-500\/30 {
  background-color: rgb(174 235 96 / 0.3);
}

.bg-accent-500\/35 {
  background-color: rgb(174 235 96 / 0.35);
}

.bg-accent-500\/40 {
  background-color: rgb(174 235 96 / 0.4);
}

.bg-accent-500\/45 {
  background-color: rgb(174 235 96 / 0.45);
}

.bg-accent-500\/5 {
  background-color: rgb(174 235 96 / 0.05);
}

.bg-accent-500\/50 {
  background-color: rgb(174 235 96 / 0.5);
}

.bg-accent-500\/55 {
  background-color: rgb(174 235 96 / 0.55);
}

.bg-accent-500\/60 {
  background-color: rgb(174 235 96 / 0.6);
}

.bg-accent-500\/65 {
  background-color: rgb(174 235 96 / 0.65);
}

.bg-accent-500\/70 {
  background-color: rgb(174 235 96 / 0.7);
}

.bg-accent-500\/75 {
  background-color: rgb(174 235 96 / 0.75);
}

.bg-accent-500\/80 {
  background-color: rgb(174 235 96 / 0.8);
}

.bg-accent-500\/85 {
  background-color: rgb(174 235 96 / 0.85);
}

.bg-accent-500\/90 {
  background-color: rgb(174 235 96 / 0.9);
}

.bg-accent-500\/95 {
  background-color: rgb(174 235 96 / 0.95);
}

.bg-accent-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(130 201 48 / var(--tw-bg-opacity, 1));
}

.bg-accent-600\/0 {
  background-color: rgb(130 201 48 / 0);
}

.bg-accent-600\/10 {
  background-color: rgb(130 201 48 / 0.1);
}

.bg-accent-600\/100 {
  background-color: rgb(130 201 48 / 1);
}

.bg-accent-600\/15 {
  background-color: rgb(130 201 48 / 0.15);
}

.bg-accent-600\/20 {
  background-color: rgb(130 201 48 / 0.2);
}

.bg-accent-600\/25 {
  background-color: rgb(130 201 48 / 0.25);
}

.bg-accent-600\/30 {
  background-color: rgb(130 201 48 / 0.3);
}

.bg-accent-600\/35 {
  background-color: rgb(130 201 48 / 0.35);
}

.bg-accent-600\/40 {
  background-color: rgb(130 201 48 / 0.4);
}

.bg-accent-600\/45 {
  background-color: rgb(130 201 48 / 0.45);
}

.bg-accent-600\/5 {
  background-color: rgb(130 201 48 / 0.05);
}

.bg-accent-600\/50 {
  background-color: rgb(130 201 48 / 0.5);
}

.bg-accent-600\/55 {
  background-color: rgb(130 201 48 / 0.55);
}

.bg-accent-600\/60 {
  background-color: rgb(130 201 48 / 0.6);
}

.bg-accent-600\/65 {
  background-color: rgb(130 201 48 / 0.65);
}

.bg-accent-600\/70 {
  background-color: rgb(130 201 48 / 0.7);
}

.bg-accent-600\/75 {
  background-color: rgb(130 201 48 / 0.75);
}

.bg-accent-600\/80 {
  background-color: rgb(130 201 48 / 0.8);
}

.bg-accent-600\/85 {
  background-color: rgb(130 201 48 / 0.85);
}

.bg-accent-600\/90 {
  background-color: rgb(130 201 48 / 0.9);
}

.bg-accent-600\/95 {
  background-color: rgb(130 201 48 / 0.95);
}

.bg-accent-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 161 31 / var(--tw-bg-opacity, 1));
}

.bg-accent-700\/0 {
  background-color: rgb(97 161 31 / 0);
}

.bg-accent-700\/10 {
  background-color: rgb(97 161 31 / 0.1);
}

.bg-accent-700\/100 {
  background-color: rgb(97 161 31 / 1);
}

.bg-accent-700\/15 {
  background-color: rgb(97 161 31 / 0.15);
}

.bg-accent-700\/20 {
  background-color: rgb(97 161 31 / 0.2);
}

.bg-accent-700\/25 {
  background-color: rgb(97 161 31 / 0.25);
}

.bg-accent-700\/30 {
  background-color: rgb(97 161 31 / 0.3);
}

.bg-accent-700\/35 {
  background-color: rgb(97 161 31 / 0.35);
}

.bg-accent-700\/40 {
  background-color: rgb(97 161 31 / 0.4);
}

.bg-accent-700\/45 {
  background-color: rgb(97 161 31 / 0.45);
}

.bg-accent-700\/5 {
  background-color: rgb(97 161 31 / 0.05);
}

.bg-accent-700\/50 {
  background-color: rgb(97 161 31 / 0.5);
}

.bg-accent-700\/55 {
  background-color: rgb(97 161 31 / 0.55);
}

.bg-accent-700\/60 {
  background-color: rgb(97 161 31 / 0.6);
}

.bg-accent-700\/65 {
  background-color: rgb(97 161 31 / 0.65);
}

.bg-accent-700\/70 {
  background-color: rgb(97 161 31 / 0.7);
}

.bg-accent-700\/75 {
  background-color: rgb(97 161 31 / 0.75);
}

.bg-accent-700\/80 {
  background-color: rgb(97 161 31 / 0.8);
}

.bg-accent-700\/85 {
  background-color: rgb(97 161 31 / 0.85);
}

.bg-accent-700\/90 {
  background-color: rgb(97 161 31 / 0.9);
}

.bg-accent-700\/95 {
  background-color: rgb(97 161 31 / 0.95);
}

.bg-accent-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 126 32 / var(--tw-bg-opacity, 1));
}

.bg-accent-800\/0 {
  background-color: rgb(78 126 32 / 0);
}

.bg-accent-800\/10 {
  background-color: rgb(78 126 32 / 0.1);
}

.bg-accent-800\/100 {
  background-color: rgb(78 126 32 / 1);
}

.bg-accent-800\/15 {
  background-color: rgb(78 126 32 / 0.15);
}

.bg-accent-800\/20 {
  background-color: rgb(78 126 32 / 0.2);
}

.bg-accent-800\/25 {
  background-color: rgb(78 126 32 / 0.25);
}

.bg-accent-800\/30 {
  background-color: rgb(78 126 32 / 0.3);
}

.bg-accent-800\/35 {
  background-color: rgb(78 126 32 / 0.35);
}

.bg-accent-800\/40 {
  background-color: rgb(78 126 32 / 0.4);
}

.bg-accent-800\/45 {
  background-color: rgb(78 126 32 / 0.45);
}

.bg-accent-800\/5 {
  background-color: rgb(78 126 32 / 0.05);
}

.bg-accent-800\/50 {
  background-color: rgb(78 126 32 / 0.5);
}

.bg-accent-800\/55 {
  background-color: rgb(78 126 32 / 0.55);
}

.bg-accent-800\/60 {
  background-color: rgb(78 126 32 / 0.6);
}

.bg-accent-800\/65 {
  background-color: rgb(78 126 32 / 0.65);
}

.bg-accent-800\/70 {
  background-color: rgb(78 126 32 / 0.7);
}

.bg-accent-800\/75 {
  background-color: rgb(78 126 32 / 0.75);
}

.bg-accent-800\/80 {
  background-color: rgb(78 126 32 / 0.8);
}

.bg-accent-800\/85 {
  background-color: rgb(78 126 32 / 0.85);
}

.bg-accent-800\/90 {
  background-color: rgb(78 126 32 / 0.9);
}

.bg-accent-800\/95 {
  background-color: rgb(78 126 32 / 0.95);
}

.bg-accent-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 106 33 / var(--tw-bg-opacity, 1));
}

.bg-accent-900\/0 {
  background-color: rgb(66 106 33 / 0);
}

.bg-accent-900\/10 {
  background-color: rgb(66 106 33 / 0.1);
}

.bg-accent-900\/100 {
  background-color: rgb(66 106 33 / 1);
}

.bg-accent-900\/15 {
  background-color: rgb(66 106 33 / 0.15);
}

.bg-accent-900\/20 {
  background-color: rgb(66 106 33 / 0.2);
}

.bg-accent-900\/25 {
  background-color: rgb(66 106 33 / 0.25);
}

.bg-accent-900\/30 {
  background-color: rgb(66 106 33 / 0.3);
}

.bg-accent-900\/35 {
  background-color: rgb(66 106 33 / 0.35);
}

.bg-accent-900\/40 {
  background-color: rgb(66 106 33 / 0.4);
}

.bg-accent-900\/45 {
  background-color: rgb(66 106 33 / 0.45);
}

.bg-accent-900\/5 {
  background-color: rgb(66 106 33 / 0.05);
}

.bg-accent-900\/50 {
  background-color: rgb(66 106 33 / 0.5);
}

.bg-accent-900\/55 {
  background-color: rgb(66 106 33 / 0.55);
}

.bg-accent-900\/60 {
  background-color: rgb(66 106 33 / 0.6);
}

.bg-accent-900\/65 {
  background-color: rgb(66 106 33 / 0.65);
}

.bg-accent-900\/70 {
  background-color: rgb(66 106 33 / 0.7);
}

.bg-accent-900\/75 {
  background-color: rgb(66 106 33 / 0.75);
}

.bg-accent-900\/80 {
  background-color: rgb(66 106 33 / 0.8);
}

.bg-accent-900\/85 {
  background-color: rgb(66 106 33 / 0.85);
}

.bg-accent-900\/90 {
  background-color: rgb(66 106 33 / 0.9);
}

.bg-accent-900\/95 {
  background-color: rgb(66 106 33 / 0.95);
}

.bg-accent-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 58 11 / var(--tw-bg-opacity, 1));
}

.bg-accent-950\/0 {
  background-color: rgb(32 58 11 / 0);
}

.bg-accent-950\/10 {
  background-color: rgb(32 58 11 / 0.1);
}

.bg-accent-950\/100 {
  background-color: rgb(32 58 11 / 1);
}

.bg-accent-950\/15 {
  background-color: rgb(32 58 11 / 0.15);
}

.bg-accent-950\/20 {
  background-color: rgb(32 58 11 / 0.2);
}

.bg-accent-950\/25 {
  background-color: rgb(32 58 11 / 0.25);
}

.bg-accent-950\/30 {
  background-color: rgb(32 58 11 / 0.3);
}

.bg-accent-950\/35 {
  background-color: rgb(32 58 11 / 0.35);
}

.bg-accent-950\/40 {
  background-color: rgb(32 58 11 / 0.4);
}

.bg-accent-950\/45 {
  background-color: rgb(32 58 11 / 0.45);
}

.bg-accent-950\/5 {
  background-color: rgb(32 58 11 / 0.05);
}

.bg-accent-950\/50 {
  background-color: rgb(32 58 11 / 0.5);
}

.bg-accent-950\/55 {
  background-color: rgb(32 58 11 / 0.55);
}

.bg-accent-950\/60 {
  background-color: rgb(32 58 11 / 0.6);
}

.bg-accent-950\/65 {
  background-color: rgb(32 58 11 / 0.65);
}

.bg-accent-950\/70 {
  background-color: rgb(32 58 11 / 0.7);
}

.bg-accent-950\/75 {
  background-color: rgb(32 58 11 / 0.75);
}

.bg-accent-950\/80 {
  background-color: rgb(32 58 11 / 0.8);
}

.bg-accent-950\/85 {
  background-color: rgb(32 58 11 / 0.85);
}

.bg-accent-950\/90 {
  background-color: rgb(32 58 11 / 0.9);
}

.bg-accent-950\/95 {
  background-color: rgb(32 58 11 / 0.95);
}

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

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-black\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-black\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-black\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-black\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-black\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

.bg-brand-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 227 255 / var(--tw-bg-opacity, 1));
}

.bg-brand-100\/0 {
  background-color: rgb(233 227 255 / 0);
}

.bg-brand-100\/10 {
  background-color: rgb(233 227 255 / 0.1);
}

.bg-brand-100\/100 {
  background-color: rgb(233 227 255 / 1);
}

.bg-brand-100\/15 {
  background-color: rgb(233 227 255 / 0.15);
}

.bg-brand-100\/20 {
  background-color: rgb(233 227 255 / 0.2);
}

.bg-brand-100\/25 {
  background-color: rgb(233 227 255 / 0.25);
}

.bg-brand-100\/30 {
  background-color: rgb(233 227 255 / 0.3);
}

.bg-brand-100\/35 {
  background-color: rgb(233 227 255 / 0.35);
}

.bg-brand-100\/40 {
  background-color: rgb(233 227 255 / 0.4);
}

.bg-brand-100\/45 {
  background-color: rgb(233 227 255 / 0.45);
}

.bg-brand-100\/5 {
  background-color: rgb(233 227 255 / 0.05);
}

.bg-brand-100\/50 {
  background-color: rgb(233 227 255 / 0.5);
}

.bg-brand-100\/55 {
  background-color: rgb(233 227 255 / 0.55);
}

.bg-brand-100\/60 {
  background-color: rgb(233 227 255 / 0.6);
}

.bg-brand-100\/65 {
  background-color: rgb(233 227 255 / 0.65);
}

.bg-brand-100\/70 {
  background-color: rgb(233 227 255 / 0.7);
}

.bg-brand-100\/75 {
  background-color: rgb(233 227 255 / 0.75);
}

.bg-brand-100\/80 {
  background-color: rgb(233 227 255 / 0.8);
}

.bg-brand-100\/85 {
  background-color: rgb(233 227 255 / 0.85);
}

.bg-brand-100\/90 {
  background-color: rgb(233 227 255 / 0.9);
}

.bg-brand-100\/95 {
  background-color: rgb(233 227 255 / 0.95);
}

.bg-brand-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(211 199 255 / var(--tw-bg-opacity, 1));
}

.bg-brand-200\/0 {
  background-color: rgb(211 199 255 / 0);
}

.bg-brand-200\/10 {
  background-color: rgb(211 199 255 / 0.1);
}

.bg-brand-200\/100 {
  background-color: rgb(211 199 255 / 1);
}

.bg-brand-200\/15 {
  background-color: rgb(211 199 255 / 0.15);
}

.bg-brand-200\/20 {
  background-color: rgb(211 199 255 / 0.2);
}

.bg-brand-200\/25 {
  background-color: rgb(211 199 255 / 0.25);
}

.bg-brand-200\/30 {
  background-color: rgb(211 199 255 / 0.3);
}

.bg-brand-200\/35 {
  background-color: rgb(211 199 255 / 0.35);
}

.bg-brand-200\/40 {
  background-color: rgb(211 199 255 / 0.4);
}

.bg-brand-200\/45 {
  background-color: rgb(211 199 255 / 0.45);
}

.bg-brand-200\/5 {
  background-color: rgb(211 199 255 / 0.05);
}

.bg-brand-200\/50 {
  background-color: rgb(211 199 255 / 0.5);
}

.bg-brand-200\/55 {
  background-color: rgb(211 199 255 / 0.55);
}

.bg-brand-200\/60 {
  background-color: rgb(211 199 255 / 0.6);
}

.bg-brand-200\/65 {
  background-color: rgb(211 199 255 / 0.65);
}

.bg-brand-200\/70 {
  background-color: rgb(211 199 255 / 0.7);
}

.bg-brand-200\/75 {
  background-color: rgb(211 199 255 / 0.75);
}

.bg-brand-200\/80 {
  background-color: rgb(211 199 255 / 0.8);
}

.bg-brand-200\/85 {
  background-color: rgb(211 199 255 / 0.85);
}

.bg-brand-200\/90 {
  background-color: rgb(211 199 255 / 0.9);
}

.bg-brand-200\/95 {
  background-color: rgb(211 199 255 / 0.95);
}

.bg-brand-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(183 154 255 / var(--tw-bg-opacity, 1));
}

.bg-brand-300\/0 {
  background-color: rgb(183 154 255 / 0);
}

.bg-brand-300\/10 {
  background-color: rgb(183 154 255 / 0.1);
}

.bg-brand-300\/100 {
  background-color: rgb(183 154 255 / 1);
}

.bg-brand-300\/15 {
  background-color: rgb(183 154 255 / 0.15);
}

.bg-brand-300\/20 {
  background-color: rgb(183 154 255 / 0.2);
}

.bg-brand-300\/25 {
  background-color: rgb(183 154 255 / 0.25);
}

.bg-brand-300\/30 {
  background-color: rgb(183 154 255 / 0.3);
}

.bg-brand-300\/35 {
  background-color: rgb(183 154 255 / 0.35);
}

.bg-brand-300\/40 {
  background-color: rgb(183 154 255 / 0.4);
}

.bg-brand-300\/45 {
  background-color: rgb(183 154 255 / 0.45);
}

.bg-brand-300\/5 {
  background-color: rgb(183 154 255 / 0.05);
}

.bg-brand-300\/50 {
  background-color: rgb(183 154 255 / 0.5);
}

.bg-brand-300\/55 {
  background-color: rgb(183 154 255 / 0.55);
}

.bg-brand-300\/60 {
  background-color: rgb(183 154 255 / 0.6);
}

.bg-brand-300\/65 {
  background-color: rgb(183 154 255 / 0.65);
}

.bg-brand-300\/70 {
  background-color: rgb(183 154 255 / 0.7);
}

.bg-brand-300\/75 {
  background-color: rgb(183 154 255 / 0.75);
}

.bg-brand-300\/80 {
  background-color: rgb(183 154 255 / 0.8);
}

.bg-brand-300\/85 {
  background-color: rgb(183 154 255 / 0.85);
}

.bg-brand-300\/90 {
  background-color: rgb(183 154 255 / 0.9);
}

.bg-brand-300\/95 {
  background-color: rgb(183 154 255 / 0.95);
}

.bg-brand-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(149 98 255 / var(--tw-bg-opacity, 1));
}

.bg-brand-400\/0 {
  background-color: rgb(149 98 255 / 0);
}

.bg-brand-400\/10 {
  background-color: rgb(149 98 255 / 0.1);
}

.bg-brand-400\/100 {
  background-color: rgb(149 98 255 / 1);
}

.bg-brand-400\/15 {
  background-color: rgb(149 98 255 / 0.15);
}

.bg-brand-400\/20 {
  background-color: rgb(149 98 255 / 0.2);
}

.bg-brand-400\/25 {
  background-color: rgb(149 98 255 / 0.25);
}

.bg-brand-400\/30 {
  background-color: rgb(149 98 255 / 0.3);
}

.bg-brand-400\/35 {
  background-color: rgb(149 98 255 / 0.35);
}

.bg-brand-400\/40 {
  background-color: rgb(149 98 255 / 0.4);
}

.bg-brand-400\/45 {
  background-color: rgb(149 98 255 / 0.45);
}

.bg-brand-400\/5 {
  background-color: rgb(149 98 255 / 0.05);
}

.bg-brand-400\/50 {
  background-color: rgb(149 98 255 / 0.5);
}

.bg-brand-400\/55 {
  background-color: rgb(149 98 255 / 0.55);
}

.bg-brand-400\/60 {
  background-color: rgb(149 98 255 / 0.6);
}

.bg-brand-400\/65 {
  background-color: rgb(149 98 255 / 0.65);
}

.bg-brand-400\/70 {
  background-color: rgb(149 98 255 / 0.7);
}

.bg-brand-400\/75 {
  background-color: rgb(149 98 255 / 0.75);
}

.bg-brand-400\/80 {
  background-color: rgb(149 98 255 / 0.8);
}

.bg-brand-400\/85 {
  background-color: rgb(149 98 255 / 0.85);
}

.bg-brand-400\/90 {
  background-color: rgb(149 98 255 / 0.9);
}

.bg-brand-400\/95 {
  background-color: rgb(149 98 255 / 0.95);
}

.bg-brand-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 255 / var(--tw-bg-opacity, 1));
}

.bg-brand-50\/0 {
  background-color: rgb(244 241 255 / 0);
}

.bg-brand-50\/10 {
  background-color: rgb(244 241 255 / 0.1);
}

.bg-brand-50\/100 {
  background-color: rgb(244 241 255 / 1);
}

.bg-brand-50\/15 {
  background-color: rgb(244 241 255 / 0.15);
}

.bg-brand-50\/20 {
  background-color: rgb(244 241 255 / 0.2);
}

.bg-brand-50\/25 {
  background-color: rgb(244 241 255 / 0.25);
}

.bg-brand-50\/30 {
  background-color: rgb(244 241 255 / 0.3);
}

.bg-brand-50\/35 {
  background-color: rgb(244 241 255 / 0.35);
}

.bg-brand-50\/40 {
  background-color: rgb(244 241 255 / 0.4);
}

.bg-brand-50\/45 {
  background-color: rgb(244 241 255 / 0.45);
}

.bg-brand-50\/5 {
  background-color: rgb(244 241 255 / 0.05);
}

.bg-brand-50\/50 {
  background-color: rgb(244 241 255 / 0.5);
}

.bg-brand-50\/55 {
  background-color: rgb(244 241 255 / 0.55);
}

.bg-brand-50\/60 {
  background-color: rgb(244 241 255 / 0.6);
}

.bg-brand-50\/65 {
  background-color: rgb(244 241 255 / 0.65);
}

.bg-brand-50\/70 {
  background-color: rgb(244 241 255 / 0.7);
}

.bg-brand-50\/75 {
  background-color: rgb(244 241 255 / 0.75);
}

.bg-brand-50\/80 {
  background-color: rgb(244 241 255 / 0.8);
}

.bg-brand-50\/85 {
  background-color: rgb(244 241 255 / 0.85);
}

.bg-brand-50\/90 {
  background-color: rgb(244 241 255 / 0.9);
}

.bg-brand-50\/95 {
  background-color: rgb(244 241 255 / 0.95);
}

.bg-brand-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(78 28 209 / var(--tw-bg-opacity, 1));
}

.bg-brand-500\/0 {
  background-color: rgb(78 28 209 / 0);
}

.bg-brand-500\/10 {
  background-color: rgb(78 28 209 / 0.1);
}

.bg-brand-500\/100 {
  background-color: rgb(78 28 209 / 1);
}

.bg-brand-500\/15 {
  background-color: rgb(78 28 209 / 0.15);
}

.bg-brand-500\/20 {
  background-color: rgb(78 28 209 / 0.2);
}

.bg-brand-500\/25 {
  background-color: rgb(78 28 209 / 0.25);
}

.bg-brand-500\/30 {
  background-color: rgb(78 28 209 / 0.3);
}

.bg-brand-500\/35 {
  background-color: rgb(78 28 209 / 0.35);
}

.bg-brand-500\/40 {
  background-color: rgb(78 28 209 / 0.4);
}

.bg-brand-500\/45 {
  background-color: rgb(78 28 209 / 0.45);
}

.bg-brand-500\/5 {
  background-color: rgb(78 28 209 / 0.05);
}

.bg-brand-500\/50 {
  background-color: rgb(78 28 209 / 0.5);
}

.bg-brand-500\/55 {
  background-color: rgb(78 28 209 / 0.55);
}

.bg-brand-500\/60 {
  background-color: rgb(78 28 209 / 0.6);
}

.bg-brand-500\/65 {
  background-color: rgb(78 28 209 / 0.65);
}

.bg-brand-500\/70 {
  background-color: rgb(78 28 209 / 0.7);
}

.bg-brand-500\/75 {
  background-color: rgb(78 28 209 / 0.75);
}

.bg-brand-500\/80 {
  background-color: rgb(78 28 209 / 0.8);
}

.bg-brand-500\/85 {
  background-color: rgb(78 28 209 / 0.85);
}

.bg-brand-500\/90 {
  background-color: rgb(78 28 209 / 0.9);
}

.bg-brand-500\/95 {
  background-color: rgb(78 28 209 / 0.95);
}

.bg-brand-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(65 21 181 / var(--tw-bg-opacity, 1));
}

.bg-brand-600\/0 {
  background-color: rgb(65 21 181 / 0);
}

.bg-brand-600\/10 {
  background-color: rgb(65 21 181 / 0.1);
}

.bg-brand-600\/100 {
  background-color: rgb(65 21 181 / 1);
}

.bg-brand-600\/15 {
  background-color: rgb(65 21 181 / 0.15);
}

.bg-brand-600\/20 {
  background-color: rgb(65 21 181 / 0.2);
}

.bg-brand-600\/25 {
  background-color: rgb(65 21 181 / 0.25);
}

.bg-brand-600\/30 {
  background-color: rgb(65 21 181 / 0.3);
}

.bg-brand-600\/35 {
  background-color: rgb(65 21 181 / 0.35);
}

.bg-brand-600\/40 {
  background-color: rgb(65 21 181 / 0.4);
}

.bg-brand-600\/45 {
  background-color: rgb(65 21 181 / 0.45);
}

.bg-brand-600\/5 {
  background-color: rgb(65 21 181 / 0.05);
}

.bg-brand-600\/50 {
  background-color: rgb(65 21 181 / 0.5);
}

.bg-brand-600\/55 {
  background-color: rgb(65 21 181 / 0.55);
}

.bg-brand-600\/60 {
  background-color: rgb(65 21 181 / 0.6);
}

.bg-brand-600\/65 {
  background-color: rgb(65 21 181 / 0.65);
}

.bg-brand-600\/70 {
  background-color: rgb(65 21 181 / 0.7);
}

.bg-brand-600\/75 {
  background-color: rgb(65 21 181 / 0.75);
}

.bg-brand-600\/80 {
  background-color: rgb(65 21 181 / 0.8);
}

.bg-brand-600\/85 {
  background-color: rgb(65 21 181 / 0.85);
}

.bg-brand-600\/90 {
  background-color: rgb(65 21 181 / 0.9);
}

.bg-brand-600\/95 {
  background-color: rgb(65 21 181 / 0.95);
}

.bg-brand-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 16 150 / var(--tw-bg-opacity, 1));
}

.bg-brand-700\/0 {
  background-color: rgb(54 16 150 / 0);
}

.bg-brand-700\/10 {
  background-color: rgb(54 16 150 / 0.1);
}

.bg-brand-700\/100 {
  background-color: rgb(54 16 150 / 1);
}

.bg-brand-700\/15 {
  background-color: rgb(54 16 150 / 0.15);
}

.bg-brand-700\/20 {
  background-color: rgb(54 16 150 / 0.2);
}

.bg-brand-700\/25 {
  background-color: rgb(54 16 150 / 0.25);
}

.bg-brand-700\/30 {
  background-color: rgb(54 16 150 / 0.3);
}

.bg-brand-700\/35 {
  background-color: rgb(54 16 150 / 0.35);
}

.bg-brand-700\/40 {
  background-color: rgb(54 16 150 / 0.4);
}

.bg-brand-700\/45 {
  background-color: rgb(54 16 150 / 0.45);
}

.bg-brand-700\/5 {
  background-color: rgb(54 16 150 / 0.05);
}

.bg-brand-700\/50 {
  background-color: rgb(54 16 150 / 0.5);
}

.bg-brand-700\/55 {
  background-color: rgb(54 16 150 / 0.55);
}

.bg-brand-700\/60 {
  background-color: rgb(54 16 150 / 0.6);
}

.bg-brand-700\/65 {
  background-color: rgb(54 16 150 / 0.65);
}

.bg-brand-700\/70 {
  background-color: rgb(54 16 150 / 0.7);
}

.bg-brand-700\/75 {
  background-color: rgb(54 16 150 / 0.75);
}

.bg-brand-700\/80 {
  background-color: rgb(54 16 150 / 0.8);
}

.bg-brand-700\/85 {
  background-color: rgb(54 16 150 / 0.85);
}

.bg-brand-700\/90 {
  background-color: rgb(54 16 150 / 0.9);
}

.bg-brand-700\/95 {
  background-color: rgb(54 16 150 / 0.95);
}

.bg-brand-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 120 / var(--tw-bg-opacity, 1));
}

.bg-brand-800\/0 {
  background-color: rgb(46 16 120 / 0);
}

.bg-brand-800\/10 {
  background-color: rgb(46 16 120 / 0.1);
}

.bg-brand-800\/100 {
  background-color: rgb(46 16 120 / 1);
}

.bg-brand-800\/15 {
  background-color: rgb(46 16 120 / 0.15);
}

.bg-brand-800\/20 {
  background-color: rgb(46 16 120 / 0.2);
}

.bg-brand-800\/25 {
  background-color: rgb(46 16 120 / 0.25);
}

.bg-brand-800\/30 {
  background-color: rgb(46 16 120 / 0.3);
}

.bg-brand-800\/35 {
  background-color: rgb(46 16 120 / 0.35);
}

.bg-brand-800\/40 {
  background-color: rgb(46 16 120 / 0.4);
}

.bg-brand-800\/45 {
  background-color: rgb(46 16 120 / 0.45);
}

.bg-brand-800\/5 {
  background-color: rgb(46 16 120 / 0.05);
}

.bg-brand-800\/50 {
  background-color: rgb(46 16 120 / 0.5);
}

.bg-brand-800\/55 {
  background-color: rgb(46 16 120 / 0.55);
}

.bg-brand-800\/60 {
  background-color: rgb(46 16 120 / 0.6);
}

.bg-brand-800\/65 {
  background-color: rgb(46 16 120 / 0.65);
}

.bg-brand-800\/70 {
  background-color: rgb(46 16 120 / 0.7);
}

.bg-brand-800\/75 {
  background-color: rgb(46 16 120 / 0.75);
}

.bg-brand-800\/80 {
  background-color: rgb(46 16 120 / 0.8);
}

.bg-brand-800\/85 {
  background-color: rgb(46 16 120 / 0.85);
}

.bg-brand-800\/90 {
  background-color: rgb(46 16 120 / 0.9);
}

.bg-brand-800\/95 {
  background-color: rgb(46 16 120 / 0.95);
}

.bg-brand-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(39 15 98 / var(--tw-bg-opacity, 1));
}

.bg-brand-900\/0 {
  background-color: rgb(39 15 98 / 0);
}

.bg-brand-900\/10 {
  background-color: rgb(39 15 98 / 0.1);
}

.bg-brand-900\/100 {
  background-color: rgb(39 15 98 / 1);
}

.bg-brand-900\/15 {
  background-color: rgb(39 15 98 / 0.15);
}

.bg-brand-900\/20 {
  background-color: rgb(39 15 98 / 0.2);
}

.bg-brand-900\/25 {
  background-color: rgb(39 15 98 / 0.25);
}

.bg-brand-900\/30 {
  background-color: rgb(39 15 98 / 0.3);
}

.bg-brand-900\/35 {
  background-color: rgb(39 15 98 / 0.35);
}

.bg-brand-900\/40 {
  background-color: rgb(39 15 98 / 0.4);
}

.bg-brand-900\/45 {
  background-color: rgb(39 15 98 / 0.45);
}

.bg-brand-900\/5 {
  background-color: rgb(39 15 98 / 0.05);
}

.bg-brand-900\/50 {
  background-color: rgb(39 15 98 / 0.5);
}

.bg-brand-900\/55 {
  background-color: rgb(39 15 98 / 0.55);
}

.bg-brand-900\/60 {
  background-color: rgb(39 15 98 / 0.6);
}

.bg-brand-900\/65 {
  background-color: rgb(39 15 98 / 0.65);
}

.bg-brand-900\/70 {
  background-color: rgb(39 15 98 / 0.7);
}

.bg-brand-900\/75 {
  background-color: rgb(39 15 98 / 0.75);
}

.bg-brand-900\/80 {
  background-color: rgb(39 15 98 / 0.8);
}

.bg-brand-900\/85 {
  background-color: rgb(39 15 98 / 0.85);
}

.bg-brand-900\/90 {
  background-color: rgb(39 15 98 / 0.9);
}

.bg-brand-900\/95 {
  background-color: rgb(39 15 98 / 0.95);
}

.bg-brand-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 5 58 / var(--tw-bg-opacity, 1));
}

.bg-brand-950\/0 {
  background-color: rgb(22 5 58 / 0);
}

.bg-brand-950\/10 {
  background-color: rgb(22 5 58 / 0.1);
}

.bg-brand-950\/100 {
  background-color: rgb(22 5 58 / 1);
}

.bg-brand-950\/15 {
  background-color: rgb(22 5 58 / 0.15);
}

.bg-brand-950\/20 {
  background-color: rgb(22 5 58 / 0.2);
}

.bg-brand-950\/25 {
  background-color: rgb(22 5 58 / 0.25);
}

.bg-brand-950\/30 {
  background-color: rgb(22 5 58 / 0.3);
}

.bg-brand-950\/35 {
  background-color: rgb(22 5 58 / 0.35);
}

.bg-brand-950\/40 {
  background-color: rgb(22 5 58 / 0.4);
}

.bg-brand-950\/45 {
  background-color: rgb(22 5 58 / 0.45);
}

.bg-brand-950\/5 {
  background-color: rgb(22 5 58 / 0.05);
}

.bg-brand-950\/50 {
  background-color: rgb(22 5 58 / 0.5);
}

.bg-brand-950\/55 {
  background-color: rgb(22 5 58 / 0.55);
}

.bg-brand-950\/60 {
  background-color: rgb(22 5 58 / 0.6);
}

.bg-brand-950\/65 {
  background-color: rgb(22 5 58 / 0.65);
}

.bg-brand-950\/70 {
  background-color: rgb(22 5 58 / 0.7);
}

.bg-brand-950\/75 {
  background-color: rgb(22 5 58 / 0.75);
}

.bg-brand-950\/80 {
  background-color: rgb(22 5 58 / 0.8);
}

.bg-brand-950\/85 {
  background-color: rgb(22 5 58 / 0.85);
}

.bg-brand-950\/90 {
  background-color: rgb(22 5 58 / 0.9);
}

.bg-brand-950\/95 {
  background-color: rgb(22 5 58 / 0.95);
}

.bg-neutral-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
}

.bg-neutral-100\/0 {
  background-color: rgb(246 245 244 / 0);
}

.bg-neutral-100\/10 {
  background-color: rgb(246 245 244 / 0.1);
}

.bg-neutral-100\/100 {
  background-color: rgb(246 245 244 / 1);
}

.bg-neutral-100\/15 {
  background-color: rgb(246 245 244 / 0.15);
}

.bg-neutral-100\/20 {
  background-color: rgb(246 245 244 / 0.2);
}

.bg-neutral-100\/25 {
  background-color: rgb(246 245 244 / 0.25);
}

.bg-neutral-100\/30 {
  background-color: rgb(246 245 244 / 0.3);
}

.bg-neutral-100\/35 {
  background-color: rgb(246 245 244 / 0.35);
}

.bg-neutral-100\/40 {
  background-color: rgb(246 245 244 / 0.4);
}

.bg-neutral-100\/45 {
  background-color: rgb(246 245 244 / 0.45);
}

.bg-neutral-100\/5 {
  background-color: rgb(246 245 244 / 0.05);
}

.bg-neutral-100\/50 {
  background-color: rgb(246 245 244 / 0.5);
}

.bg-neutral-100\/55 {
  background-color: rgb(246 245 244 / 0.55);
}

.bg-neutral-100\/60 {
  background-color: rgb(246 245 244 / 0.6);
}

.bg-neutral-100\/65 {
  background-color: rgb(246 245 244 / 0.65);
}

.bg-neutral-100\/70 {
  background-color: rgb(246 245 244 / 0.7);
}

.bg-neutral-100\/75 {
  background-color: rgb(246 245 244 / 0.75);
}

.bg-neutral-100\/80 {
  background-color: rgb(246 245 244 / 0.8);
}

.bg-neutral-100\/85 {
  background-color: rgb(246 245 244 / 0.85);
}

.bg-neutral-100\/90 {
  background-color: rgb(246 245 244 / 0.9);
}

.bg-neutral-100\/95 {
  background-color: rgb(246 245 244 / 0.95);
}

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 227 / var(--tw-bg-opacity, 1));
}

.bg-neutral-200\/0 {
  background-color: rgb(233 230 227 / 0);
}

.bg-neutral-200\/10 {
  background-color: rgb(233 230 227 / 0.1);
}

.bg-neutral-200\/100 {
  background-color: rgb(233 230 227 / 1);
}

.bg-neutral-200\/15 {
  background-color: rgb(233 230 227 / 0.15);
}

.bg-neutral-200\/20 {
  background-color: rgb(233 230 227 / 0.2);
}

.bg-neutral-200\/25 {
  background-color: rgb(233 230 227 / 0.25);
}

.bg-neutral-200\/30 {
  background-color: rgb(233 230 227 / 0.3);
}

.bg-neutral-200\/35 {
  background-color: rgb(233 230 227 / 0.35);
}

.bg-neutral-200\/40 {
  background-color: rgb(233 230 227 / 0.4);
}

.bg-neutral-200\/45 {
  background-color: rgb(233 230 227 / 0.45);
}

.bg-neutral-200\/5 {
  background-color: rgb(233 230 227 / 0.05);
}

.bg-neutral-200\/50 {
  background-color: rgb(233 230 227 / 0.5);
}

.bg-neutral-200\/55 {
  background-color: rgb(233 230 227 / 0.55);
}

.bg-neutral-200\/60 {
  background-color: rgb(233 230 227 / 0.6);
}

.bg-neutral-200\/65 {
  background-color: rgb(233 230 227 / 0.65);
}

.bg-neutral-200\/70 {
  background-color: rgb(233 230 227 / 0.7);
}

.bg-neutral-200\/75 {
  background-color: rgb(233 230 227 / 0.75);
}

.bg-neutral-200\/80 {
  background-color: rgb(233 230 227 / 0.8);
}

.bg-neutral-200\/85 {
  background-color: rgb(233 230 227 / 0.85);
}

.bg-neutral-200\/90 {
  background-color: rgb(233 230 227 / 0.9);
}

.bg-neutral-200\/95 {
  background-color: rgb(233 230 227 / 0.95);
}

.bg-neutral-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(215 210 205 / var(--tw-bg-opacity, 1));
}

.bg-neutral-300\/0 {
  background-color: rgb(215 210 205 / 0);
}

.bg-neutral-300\/10 {
  background-color: rgb(215 210 205 / 0.1);
}

.bg-neutral-300\/100 {
  background-color: rgb(215 210 205 / 1);
}

.bg-neutral-300\/15 {
  background-color: rgb(215 210 205 / 0.15);
}

.bg-neutral-300\/20 {
  background-color: rgb(215 210 205 / 0.2);
}

.bg-neutral-300\/25 {
  background-color: rgb(215 210 205 / 0.25);
}

.bg-neutral-300\/30 {
  background-color: rgb(215 210 205 / 0.3);
}

.bg-neutral-300\/35 {
  background-color: rgb(215 210 205 / 0.35);
}

.bg-neutral-300\/40 {
  background-color: rgb(215 210 205 / 0.4);
}

.bg-neutral-300\/45 {
  background-color: rgb(215 210 205 / 0.45);
}

.bg-neutral-300\/5 {
  background-color: rgb(215 210 205 / 0.05);
}

.bg-neutral-300\/50 {
  background-color: rgb(215 210 205 / 0.5);
}

.bg-neutral-300\/55 {
  background-color: rgb(215 210 205 / 0.55);
}

.bg-neutral-300\/60 {
  background-color: rgb(215 210 205 / 0.6);
}

.bg-neutral-300\/65 {
  background-color: rgb(215 210 205 / 0.65);
}

.bg-neutral-300\/70 {
  background-color: rgb(215 210 205 / 0.7);
}

.bg-neutral-300\/75 {
  background-color: rgb(215 210 205 / 0.75);
}

.bg-neutral-300\/80 {
  background-color: rgb(215 210 205 / 0.8);
}

.bg-neutral-300\/85 {
  background-color: rgb(215 210 205 / 0.85);
}

.bg-neutral-300\/90 {
  background-color: rgb(215 210 205 / 0.9);
}

.bg-neutral-300\/95 {
  background-color: rgb(215 210 205 / 0.95);
}

.bg-neutral-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(175 168 161 / var(--tw-bg-opacity, 1));
}

.bg-neutral-400\/0 {
  background-color: rgb(175 168 161 / 0);
}

.bg-neutral-400\/10 {
  background-color: rgb(175 168 161 / 0.1);
}

.bg-neutral-400\/100 {
  background-color: rgb(175 168 161 / 1);
}

.bg-neutral-400\/15 {
  background-color: rgb(175 168 161 / 0.15);
}

.bg-neutral-400\/20 {
  background-color: rgb(175 168 161 / 0.2);
}

.bg-neutral-400\/25 {
  background-color: rgb(175 168 161 / 0.25);
}

.bg-neutral-400\/30 {
  background-color: rgb(175 168 161 / 0.3);
}

.bg-neutral-400\/35 {
  background-color: rgb(175 168 161 / 0.35);
}

.bg-neutral-400\/40 {
  background-color: rgb(175 168 161 / 0.4);
}

.bg-neutral-400\/45 {
  background-color: rgb(175 168 161 / 0.45);
}

.bg-neutral-400\/5 {
  background-color: rgb(175 168 161 / 0.05);
}

.bg-neutral-400\/50 {
  background-color: rgb(175 168 161 / 0.5);
}

.bg-neutral-400\/55 {
  background-color: rgb(175 168 161 / 0.55);
}

.bg-neutral-400\/60 {
  background-color: rgb(175 168 161 / 0.6);
}

.bg-neutral-400\/65 {
  background-color: rgb(175 168 161 / 0.65);
}

.bg-neutral-400\/70 {
  background-color: rgb(175 168 161 / 0.7);
}

.bg-neutral-400\/75 {
  background-color: rgb(175 168 161 / 0.75);
}

.bg-neutral-400\/80 {
  background-color: rgb(175 168 161 / 0.8);
}

.bg-neutral-400\/85 {
  background-color: rgb(175 168 161 / 0.85);
}

.bg-neutral-400\/90 {
  background-color: rgb(175 168 161 / 0.9);
}

.bg-neutral-400\/95 {
  background-color: rgb(175 168 161 / 0.95);
}

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

.bg-neutral-50\/0 {
  background-color: rgb(251 250 249 / 0);
}

.bg-neutral-50\/10 {
  background-color: rgb(251 250 249 / 0.1);
}

.bg-neutral-50\/100 {
  background-color: rgb(251 250 249 / 1);
}

.bg-neutral-50\/15 {
  background-color: rgb(251 250 249 / 0.15);
}

.bg-neutral-50\/20 {
  background-color: rgb(251 250 249 / 0.2);
}

.bg-neutral-50\/25 {
  background-color: rgb(251 250 249 / 0.25);
}

.bg-neutral-50\/30 {
  background-color: rgb(251 250 249 / 0.3);
}

.bg-neutral-50\/35 {
  background-color: rgb(251 250 249 / 0.35);
}

.bg-neutral-50\/40 {
  background-color: rgb(251 250 249 / 0.4);
}

.bg-neutral-50\/45 {
  background-color: rgb(251 250 249 / 0.45);
}

.bg-neutral-50\/5 {
  background-color: rgb(251 250 249 / 0.05);
}

.bg-neutral-50\/50 {
  background-color: rgb(251 250 249 / 0.5);
}

.bg-neutral-50\/55 {
  background-color: rgb(251 250 249 / 0.55);
}

.bg-neutral-50\/60 {
  background-color: rgb(251 250 249 / 0.6);
}

.bg-neutral-50\/65 {
  background-color: rgb(251 250 249 / 0.65);
}

.bg-neutral-50\/70 {
  background-color: rgb(251 250 249 / 0.7);
}

.bg-neutral-50\/75 {
  background-color: rgb(251 250 249 / 0.75);
}

.bg-neutral-50\/80 {
  background-color: rgb(251 250 249 / 0.8);
}

.bg-neutral-50\/85 {
  background-color: rgb(251 250 249 / 0.85);
}

.bg-neutral-50\/90 {
  background-color: rgb(251 250 249 / 0.9);
}

.bg-neutral-50\/95 {
  background-color: rgb(251 250 249 / 0.95);
}

.bg-neutral-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(129 121 113 / var(--tw-bg-opacity, 1));
}

.bg-neutral-500\/0 {
  background-color: rgb(129 121 113 / 0);
}

.bg-neutral-500\/10 {
  background-color: rgb(129 121 113 / 0.1);
}

.bg-neutral-500\/100 {
  background-color: rgb(129 121 113 / 1);
}

.bg-neutral-500\/15 {
  background-color: rgb(129 121 113 / 0.15);
}

.bg-neutral-500\/20 {
  background-color: rgb(129 121 113 / 0.2);
}

.bg-neutral-500\/25 {
  background-color: rgb(129 121 113 / 0.25);
}

.bg-neutral-500\/30 {
  background-color: rgb(129 121 113 / 0.3);
}

.bg-neutral-500\/35 {
  background-color: rgb(129 121 113 / 0.35);
}

.bg-neutral-500\/40 {
  background-color: rgb(129 121 113 / 0.4);
}

.bg-neutral-500\/45 {
  background-color: rgb(129 121 113 / 0.45);
}

.bg-neutral-500\/5 {
  background-color: rgb(129 121 113 / 0.05);
}

.bg-neutral-500\/50 {
  background-color: rgb(129 121 113 / 0.5);
}

.bg-neutral-500\/55 {
  background-color: rgb(129 121 113 / 0.55);
}

.bg-neutral-500\/60 {
  background-color: rgb(129 121 113 / 0.6);
}

.bg-neutral-500\/65 {
  background-color: rgb(129 121 113 / 0.65);
}

.bg-neutral-500\/70 {
  background-color: rgb(129 121 113 / 0.7);
}

.bg-neutral-500\/75 {
  background-color: rgb(129 121 113 / 0.75);
}

.bg-neutral-500\/80 {
  background-color: rgb(129 121 113 / 0.8);
}

.bg-neutral-500\/85 {
  background-color: rgb(129 121 113 / 0.85);
}

.bg-neutral-500\/90 {
  background-color: rgb(129 121 113 / 0.9);
}

.bg-neutral-500\/95 {
  background-color: rgb(129 121 113 / 0.95);
}

.bg-neutral-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(96 89 82 / var(--tw-bg-opacity, 1));
}

.bg-neutral-600\/0 {
  background-color: rgb(96 89 82 / 0);
}

.bg-neutral-600\/10 {
  background-color: rgb(96 89 82 / 0.1);
}

.bg-neutral-600\/100 {
  background-color: rgb(96 89 82 / 1);
}

.bg-neutral-600\/15 {
  background-color: rgb(96 89 82 / 0.15);
}

.bg-neutral-600\/20 {
  background-color: rgb(96 89 82 / 0.2);
}

.bg-neutral-600\/25 {
  background-color: rgb(96 89 82 / 0.25);
}

.bg-neutral-600\/30 {
  background-color: rgb(96 89 82 / 0.3);
}

.bg-neutral-600\/35 {
  background-color: rgb(96 89 82 / 0.35);
}

.bg-neutral-600\/40 {
  background-color: rgb(96 89 82 / 0.4);
}

.bg-neutral-600\/45 {
  background-color: rgb(96 89 82 / 0.45);
}

.bg-neutral-600\/5 {
  background-color: rgb(96 89 82 / 0.05);
}

.bg-neutral-600\/50 {
  background-color: rgb(96 89 82 / 0.5);
}

.bg-neutral-600\/55 {
  background-color: rgb(96 89 82 / 0.55);
}

.bg-neutral-600\/60 {
  background-color: rgb(96 89 82 / 0.6);
}

.bg-neutral-600\/65 {
  background-color: rgb(96 89 82 / 0.65);
}

.bg-neutral-600\/70 {
  background-color: rgb(96 89 82 / 0.7);
}

.bg-neutral-600\/75 {
  background-color: rgb(96 89 82 / 0.75);
}

.bg-neutral-600\/80 {
  background-color: rgb(96 89 82 / 0.8);
}

.bg-neutral-600\/85 {
  background-color: rgb(96 89 82 / 0.85);
}

.bg-neutral-600\/90 {
  background-color: rgb(96 89 82 / 0.9);
}

.bg-neutral-600\/95 {
  background-color: rgb(96 89 82 / 0.95);
}

.bg-neutral-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(73 68 63 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700\/0 {
  background-color: rgb(73 68 63 / 0);
}

.bg-neutral-700\/10 {
  background-color: rgb(73 68 63 / 0.1);
}

.bg-neutral-700\/100 {
  background-color: rgb(73 68 63 / 1);
}

.bg-neutral-700\/15 {
  background-color: rgb(73 68 63 / 0.15);
}

.bg-neutral-700\/20 {
  background-color: rgb(73 68 63 / 0.2);
}

.bg-neutral-700\/25 {
  background-color: rgb(73 68 63 / 0.25);
}

.bg-neutral-700\/30 {
  background-color: rgb(73 68 63 / 0.3);
}

.bg-neutral-700\/35 {
  background-color: rgb(73 68 63 / 0.35);
}

.bg-neutral-700\/40 {
  background-color: rgb(73 68 63 / 0.4);
}

.bg-neutral-700\/45 {
  background-color: rgb(73 68 63 / 0.45);
}

.bg-neutral-700\/5 {
  background-color: rgb(73 68 63 / 0.05);
}

.bg-neutral-700\/50 {
  background-color: rgb(73 68 63 / 0.5);
}

.bg-neutral-700\/55 {
  background-color: rgb(73 68 63 / 0.55);
}

.bg-neutral-700\/60 {
  background-color: rgb(73 68 63 / 0.6);
}

.bg-neutral-700\/65 {
  background-color: rgb(73 68 63 / 0.65);
}

.bg-neutral-700\/70 {
  background-color: rgb(73 68 63 / 0.7);
}

.bg-neutral-700\/75 {
  background-color: rgb(73 68 63 / 0.75);
}

.bg-neutral-700\/80 {
  background-color: rgb(73 68 63 / 0.8);
}

.bg-neutral-700\/85 {
  background-color: rgb(73 68 63 / 0.85);
}

.bg-neutral-700\/90 {
  background-color: rgb(73 68 63 / 0.9);
}

.bg-neutral-700\/95 {
  background-color: rgb(73 68 63 / 0.95);
}

.bg-neutral-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(48 45 42 / var(--tw-bg-opacity, 1));
}

.bg-neutral-800\/0 {
  background-color: rgb(48 45 42 / 0);
}

.bg-neutral-800\/10 {
  background-color: rgb(48 45 42 / 0.1);
}

.bg-neutral-800\/100 {
  background-color: rgb(48 45 42 / 1);
}

.bg-neutral-800\/15 {
  background-color: rgb(48 45 42 / 0.15);
}

.bg-neutral-800\/20 {
  background-color: rgb(48 45 42 / 0.2);
}

.bg-neutral-800\/25 {
  background-color: rgb(48 45 42 / 0.25);
}

.bg-neutral-800\/30 {
  background-color: rgb(48 45 42 / 0.3);
}

.bg-neutral-800\/35 {
  background-color: rgb(48 45 42 / 0.35);
}

.bg-neutral-800\/40 {
  background-color: rgb(48 45 42 / 0.4);
}

.bg-neutral-800\/45 {
  background-color: rgb(48 45 42 / 0.45);
}

.bg-neutral-800\/5 {
  background-color: rgb(48 45 42 / 0.05);
}

.bg-neutral-800\/50 {
  background-color: rgb(48 45 42 / 0.5);
}

.bg-neutral-800\/55 {
  background-color: rgb(48 45 42 / 0.55);
}

.bg-neutral-800\/60 {
  background-color: rgb(48 45 42 / 0.6);
}

.bg-neutral-800\/65 {
  background-color: rgb(48 45 42 / 0.65);
}

.bg-neutral-800\/70 {
  background-color: rgb(48 45 42 / 0.7);
}

.bg-neutral-800\/75 {
  background-color: rgb(48 45 42 / 0.75);
}

.bg-neutral-800\/80 {
  background-color: rgb(48 45 42 / 0.8);
}

.bg-neutral-800\/85 {
  background-color: rgb(48 45 42 / 0.85);
}

.bg-neutral-800\/90 {
  background-color: rgb(48 45 42 / 0.9);
}

.bg-neutral-800\/95 {
  background-color: rgb(48 45 42 / 0.95);
}

.bg-neutral-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(33 31 29 / var(--tw-bg-opacity, 1));
}

.bg-neutral-900\/0 {
  background-color: rgb(33 31 29 / 0);
}

.bg-neutral-900\/10 {
  background-color: rgb(33 31 29 / 0.1);
}

.bg-neutral-900\/100 {
  background-color: rgb(33 31 29 / 1);
}

.bg-neutral-900\/15 {
  background-color: rgb(33 31 29 / 0.15);
}

.bg-neutral-900\/20 {
  background-color: rgb(33 31 29 / 0.2);
}

.bg-neutral-900\/25 {
  background-color: rgb(33 31 29 / 0.25);
}

.bg-neutral-900\/30 {
  background-color: rgb(33 31 29 / 0.3);
}

.bg-neutral-900\/35 {
  background-color: rgb(33 31 29 / 0.35);
}

.bg-neutral-900\/40 {
  background-color: rgb(33 31 29 / 0.4);
}

.bg-neutral-900\/45 {
  background-color: rgb(33 31 29 / 0.45);
}

.bg-neutral-900\/5 {
  background-color: rgb(33 31 29 / 0.05);
}

.bg-neutral-900\/50 {
  background-color: rgb(33 31 29 / 0.5);
}

.bg-neutral-900\/55 {
  background-color: rgb(33 31 29 / 0.55);
}

.bg-neutral-900\/60 {
  background-color: rgb(33 31 29 / 0.6);
}

.bg-neutral-900\/65 {
  background-color: rgb(33 31 29 / 0.65);
}

.bg-neutral-900\/70 {
  background-color: rgb(33 31 29 / 0.7);
}

.bg-neutral-900\/75 {
  background-color: rgb(33 31 29 / 0.75);
}

.bg-neutral-900\/80 {
  background-color: rgb(33 31 29 / 0.8);
}

.bg-neutral-900\/85 {
  background-color: rgb(33 31 29 / 0.85);
}

.bg-neutral-900\/90 {
  background-color: rgb(33 31 29 / 0.9);
}

.bg-neutral-900\/95 {
  background-color: rgb(33 31 29 / 0.95);
}

.bg-neutral-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(18 17 16 / var(--tw-bg-opacity, 1));
}

.bg-neutral-950\/0 {
  background-color: rgb(18 17 16 / 0);
}

.bg-neutral-950\/10 {
  background-color: rgb(18 17 16 / 0.1);
}

.bg-neutral-950\/100 {
  background-color: rgb(18 17 16 / 1);
}

.bg-neutral-950\/15 {
  background-color: rgb(18 17 16 / 0.15);
}

.bg-neutral-950\/20 {
  background-color: rgb(18 17 16 / 0.2);
}

.bg-neutral-950\/25 {
  background-color: rgb(18 17 16 / 0.25);
}

.bg-neutral-950\/30 {
  background-color: rgb(18 17 16 / 0.3);
}

.bg-neutral-950\/35 {
  background-color: rgb(18 17 16 / 0.35);
}

.bg-neutral-950\/40 {
  background-color: rgb(18 17 16 / 0.4);
}

.bg-neutral-950\/45 {
  background-color: rgb(18 17 16 / 0.45);
}

.bg-neutral-950\/5 {
  background-color: rgb(18 17 16 / 0.05);
}

.bg-neutral-950\/50 {
  background-color: rgb(18 17 16 / 0.5);
}

.bg-neutral-950\/55 {
  background-color: rgb(18 17 16 / 0.55);
}

.bg-neutral-950\/60 {
  background-color: rgb(18 17 16 / 0.6);
}

.bg-neutral-950\/65 {
  background-color: rgb(18 17 16 / 0.65);
}

.bg-neutral-950\/70 {
  background-color: rgb(18 17 16 / 0.7);
}

.bg-neutral-950\/75 {
  background-color: rgb(18 17 16 / 0.75);
}

.bg-neutral-950\/80 {
  background-color: rgb(18 17 16 / 0.8);
}

.bg-neutral-950\/85 {
  background-color: rgb(18 17 16 / 0.85);
}

.bg-neutral-950\/90 {
  background-color: rgb(18 17 16 / 0.9);
}

.bg-neutral-950\/95 {
  background-color: rgb(18 17 16 / 0.95);
}

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

.bg-primary-100\/0 {
  background-color: rgb(254 234 222 / 0);
}

.bg-primary-100\/10 {
  background-color: rgb(254 234 222 / 0.1);
}

.bg-primary-100\/100 {
  background-color: rgb(254 234 222 / 1);
}

.bg-primary-100\/15 {
  background-color: rgb(254 234 222 / 0.15);
}

.bg-primary-100\/20 {
  background-color: rgb(254 234 222 / 0.2);
}

.bg-primary-100\/25 {
  background-color: rgb(254 234 222 / 0.25);
}

.bg-primary-100\/30 {
  background-color: rgb(254 234 222 / 0.3);
}

.bg-primary-100\/35 {
  background-color: rgb(254 234 222 / 0.35);
}

.bg-primary-100\/40 {
  background-color: rgb(254 234 222 / 0.4);
}

.bg-primary-100\/45 {
  background-color: rgb(254 234 222 / 0.45);
}

.bg-primary-100\/5 {
  background-color: rgb(254 234 222 / 0.05);
}

.bg-primary-100\/50 {
  background-color: rgb(254 234 222 / 0.5);
}

.bg-primary-100\/55 {
  background-color: rgb(254 234 222 / 0.55);
}

.bg-primary-100\/60 {
  background-color: rgb(254 234 222 / 0.6);
}

.bg-primary-100\/65 {
  background-color: rgb(254 234 222 / 0.65);
}

.bg-primary-100\/70 {
  background-color: rgb(254 234 222 / 0.7);
}

.bg-primary-100\/75 {
  background-color: rgb(254 234 222 / 0.75);
}

.bg-primary-100\/80 {
  background-color: rgb(254 234 222 / 0.8);
}

.bg-primary-100\/85 {
  background-color: rgb(254 234 222 / 0.85);
}

.bg-primary-100\/90 {
  background-color: rgb(254 234 222 / 0.9);
}

.bg-primary-100\/95 {
  background-color: rgb(254 234 222 / 0.95);
}

.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 189 / var(--tw-bg-opacity, 1));
}

.bg-primary-200\/0 {
  background-color: rgb(252 211 189 / 0);
}

.bg-primary-200\/10 {
  background-color: rgb(252 211 189 / 0.1);
}

.bg-primary-200\/100 {
  background-color: rgb(252 211 189 / 1);
}

.bg-primary-200\/15 {
  background-color: rgb(252 211 189 / 0.15);
}

.bg-primary-200\/20 {
  background-color: rgb(252 211 189 / 0.2);
}

.bg-primary-200\/25 {
  background-color: rgb(252 211 189 / 0.25);
}

.bg-primary-200\/30 {
  background-color: rgb(252 211 189 / 0.3);
}

.bg-primary-200\/35 {
  background-color: rgb(252 211 189 / 0.35);
}

.bg-primary-200\/40 {
  background-color: rgb(252 211 189 / 0.4);
}

.bg-primary-200\/45 {
  background-color: rgb(252 211 189 / 0.45);
}

.bg-primary-200\/5 {
  background-color: rgb(252 211 189 / 0.05);
}

.bg-primary-200\/50 {
  background-color: rgb(252 211 189 / 0.5);
}

.bg-primary-200\/55 {
  background-color: rgb(252 211 189 / 0.55);
}

.bg-primary-200\/60 {
  background-color: rgb(252 211 189 / 0.6);
}

.bg-primary-200\/65 {
  background-color: rgb(252 211 189 / 0.65);
}

.bg-primary-200\/70 {
  background-color: rgb(252 211 189 / 0.7);
}

.bg-primary-200\/75 {
  background-color: rgb(252 211 189 / 0.75);
}

.bg-primary-200\/80 {
  background-color: rgb(252 211 189 / 0.8);
}

.bg-primary-200\/85 {
  background-color: rgb(252 211 189 / 0.85);
}

.bg-primary-200\/90 {
  background-color: rgb(252 211 189 / 0.9);
}

.bg-primary-200\/95 {
  background-color: rgb(252 211 189 / 0.95);
}

.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 179 143 / var(--tw-bg-opacity, 1));
}

.bg-primary-300\/0 {
  background-color: rgb(250 179 143 / 0);
}

.bg-primary-300\/10 {
  background-color: rgb(250 179 143 / 0.1);
}

.bg-primary-300\/100 {
  background-color: rgb(250 179 143 / 1);
}

.bg-primary-300\/15 {
  background-color: rgb(250 179 143 / 0.15);
}

.bg-primary-300\/20 {
  background-color: rgb(250 179 143 / 0.2);
}

.bg-primary-300\/25 {
  background-color: rgb(250 179 143 / 0.25);
}

.bg-primary-300\/30 {
  background-color: rgb(250 179 143 / 0.3);
}

.bg-primary-300\/35 {
  background-color: rgb(250 179 143 / 0.35);
}

.bg-primary-300\/40 {
  background-color: rgb(250 179 143 / 0.4);
}

.bg-primary-300\/45 {
  background-color: rgb(250 179 143 / 0.45);
}

.bg-primary-300\/5 {
  background-color: rgb(250 179 143 / 0.05);
}

.bg-primary-300\/50 {
  background-color: rgb(250 179 143 / 0.5);
}

.bg-primary-300\/55 {
  background-color: rgb(250 179 143 / 0.55);
}

.bg-primary-300\/60 {
  background-color: rgb(250 179 143 / 0.6);
}

.bg-primary-300\/65 {
  background-color: rgb(250 179 143 / 0.65);
}

.bg-primary-300\/70 {
  background-color: rgb(250 179 143 / 0.7);
}

.bg-primary-300\/75 {
  background-color: rgb(250 179 143 / 0.75);
}

.bg-primary-300\/80 {
  background-color: rgb(250 179 143 / 0.8);
}

.bg-primary-300\/85 {
  background-color: rgb(250 179 143 / 0.85);
}

.bg-primary-300\/90 {
  background-color: rgb(250 179 143 / 0.9);
}

.bg-primary-300\/95 {
  background-color: rgb(250 179 143 / 0.95);
}

.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 151 102 / var(--tw-bg-opacity, 1));
}

.bg-primary-400\/0 {
  background-color: rgb(249 151 102 / 0);
}

.bg-primary-400\/10 {
  background-color: rgb(249 151 102 / 0.1);
}

.bg-primary-400\/100 {
  background-color: rgb(249 151 102 / 1);
}

.bg-primary-400\/15 {
  background-color: rgb(249 151 102 / 0.15);
}

.bg-primary-400\/20 {
  background-color: rgb(249 151 102 / 0.2);
}

.bg-primary-400\/25 {
  background-color: rgb(249 151 102 / 0.25);
}

.bg-primary-400\/30 {
  background-color: rgb(249 151 102 / 0.3);
}

.bg-primary-400\/35 {
  background-color: rgb(249 151 102 / 0.35);
}

.bg-primary-400\/40 {
  background-color: rgb(249 151 102 / 0.4);
}

.bg-primary-400\/45 {
  background-color: rgb(249 151 102 / 0.45);
}

.bg-primary-400\/5 {
  background-color: rgb(249 151 102 / 0.05);
}

.bg-primary-400\/50 {
  background-color: rgb(249 151 102 / 0.5);
}

.bg-primary-400\/55 {
  background-color: rgb(249 151 102 / 0.55);
}

.bg-primary-400\/60 {
  background-color: rgb(249 151 102 / 0.6);
}

.bg-primary-400\/65 {
  background-color: rgb(249 151 102 / 0.65);
}

.bg-primary-400\/70 {
  background-color: rgb(249 151 102 / 0.7);
}

.bg-primary-400\/75 {
  background-color: rgb(249 151 102 / 0.75);
}

.bg-primary-400\/80 {
  background-color: rgb(249 151 102 / 0.8);
}

.bg-primary-400\/85 {
  background-color: rgb(249 151 102 / 0.85);
}

.bg-primary-400\/90 {
  background-color: rgb(249 151 102 / 0.9);
}

.bg-primary-400\/95 {
  background-color: rgb(249 151 102 / 0.95);
}

.bg-primary-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 242 / var(--tw-bg-opacity, 1));
}

.bg-primary-50\/0 {
  background-color: rgb(255 247 242 / 0);
}

.bg-primary-50\/10 {
  background-color: rgb(255 247 242 / 0.1);
}

.bg-primary-50\/100 {
  background-color: rgb(255 247 242 / 1);
}

.bg-primary-50\/15 {
  background-color: rgb(255 247 242 / 0.15);
}

.bg-primary-50\/20 {
  background-color: rgb(255 247 242 / 0.2);
}

.bg-primary-50\/25 {
  background-color: rgb(255 247 242 / 0.25);
}

.bg-primary-50\/30 {
  background-color: rgb(255 247 242 / 0.3);
}

.bg-primary-50\/35 {
  background-color: rgb(255 247 242 / 0.35);
}

.bg-primary-50\/40 {
  background-color: rgb(255 247 242 / 0.4);
}

.bg-primary-50\/45 {
  background-color: rgb(255 247 242 / 0.45);
}

.bg-primary-50\/5 {
  background-color: rgb(255 247 242 / 0.05);
}

.bg-primary-50\/50 {
  background-color: rgb(255 247 242 / 0.5);
}

.bg-primary-50\/55 {
  background-color: rgb(255 247 242 / 0.55);
}

.bg-primary-50\/60 {
  background-color: rgb(255 247 242 / 0.6);
}

.bg-primary-50\/65 {
  background-color: rgb(255 247 242 / 0.65);
}

.bg-primary-50\/70 {
  background-color: rgb(255 247 242 / 0.7);
}

.bg-primary-50\/75 {
  background-color: rgb(255 247 242 / 0.75);
}

.bg-primary-50\/80 {
  background-color: rgb(255 247 242 / 0.8);
}

.bg-primary-50\/85 {
  background-color: rgb(255 247 242 / 0.85);
}

.bg-primary-50\/90 {
  background-color: rgb(255 247 242 / 0.9);
}

.bg-primary-50\/95 {
  background-color: rgb(255 247 242 / 0.95);
}

.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 141 77 / var(--tw-bg-opacity, 1));
}

.bg-primary-500\/0 {
  background-color: rgb(247 141 77 / 0);
}

.bg-primary-500\/10 {
  background-color: rgb(247 141 77 / 0.1);
}

.bg-primary-500\/100 {
  background-color: rgb(247 141 77 / 1);
}

.bg-primary-500\/15 {
  background-color: rgb(247 141 77 / 0.15);
}

.bg-primary-500\/20 {
  background-color: rgb(247 141 77 / 0.2);
}

.bg-primary-500\/25 {
  background-color: rgb(247 141 77 / 0.25);
}

.bg-primary-500\/30 {
  background-color: rgb(247 141 77 / 0.3);
}

.bg-primary-500\/35 {
  background-color: rgb(247 141 77 / 0.35);
}

.bg-primary-500\/40 {
  background-color: rgb(247 141 77 / 0.4);
}

.bg-primary-500\/45 {
  background-color: rgb(247 141 77 / 0.45);
}

.bg-primary-500\/5 {
  background-color: rgb(247 141 77 / 0.05);
}

.bg-primary-500\/50 {
  background-color: rgb(247 141 77 / 0.5);
}

.bg-primary-500\/55 {
  background-color: rgb(247 141 77 / 0.55);
}

.bg-primary-500\/60 {
  background-color: rgb(247 141 77 / 0.6);
}

.bg-primary-500\/65 {
  background-color: rgb(247 141 77 / 0.65);
}

.bg-primary-500\/70 {
  background-color: rgb(247 141 77 / 0.7);
}

.bg-primary-500\/75 {
  background-color: rgb(247 141 77 / 0.75);
}

.bg-primary-500\/80 {
  background-color: rgb(247 141 77 / 0.8);
}

.bg-primary-500\/85 {
  background-color: rgb(247 141 77 / 0.85);
}

.bg-primary-500\/90 {
  background-color: rgb(247 141 77 / 0.9);
}

.bg-primary-500\/95 {
  background-color: rgb(247 141 77 / 0.95);
}

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

.bg-primary-600\/0 {
  background-color: rgb(233 99 37 / 0);
}

.bg-primary-600\/10 {
  background-color: rgb(233 99 37 / 0.1);
}

.bg-primary-600\/100 {
  background-color: rgb(233 99 37 / 1);
}

.bg-primary-600\/15 {
  background-color: rgb(233 99 37 / 0.15);
}

.bg-primary-600\/20 {
  background-color: rgb(233 99 37 / 0.2);
}

.bg-primary-600\/25 {
  background-color: rgb(233 99 37 / 0.25);
}

.bg-primary-600\/30 {
  background-color: rgb(233 99 37 / 0.3);
}

.bg-primary-600\/35 {
  background-color: rgb(233 99 37 / 0.35);
}

.bg-primary-600\/40 {
  background-color: rgb(233 99 37 / 0.4);
}

.bg-primary-600\/45 {
  background-color: rgb(233 99 37 / 0.45);
}

.bg-primary-600\/5 {
  background-color: rgb(233 99 37 / 0.05);
}

.bg-primary-600\/50 {
  background-color: rgb(233 99 37 / 0.5);
}

.bg-primary-600\/55 {
  background-color: rgb(233 99 37 / 0.55);
}

.bg-primary-600\/60 {
  background-color: rgb(233 99 37 / 0.6);
}

.bg-primary-600\/65 {
  background-color: rgb(233 99 37 / 0.65);
}

.bg-primary-600\/70 {
  background-color: rgb(233 99 37 / 0.7);
}

.bg-primary-600\/75 {
  background-color: rgb(233 99 37 / 0.75);
}

.bg-primary-600\/80 {
  background-color: rgb(233 99 37 / 0.8);
}

.bg-primary-600\/85 {
  background-color: rgb(233 99 37 / 0.85);
}

.bg-primary-600\/90 {
  background-color: rgb(233 99 37 / 0.9);
}

.bg-primary-600\/95 {
  background-color: rgb(233 99 37 / 0.95);
}

.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 74 22 / var(--tw-bg-opacity, 1));
}

.bg-primary-700\/0 {
  background-color: rgb(201 74 22 / 0);
}

.bg-primary-700\/10 {
  background-color: rgb(201 74 22 / 0.1);
}

.bg-primary-700\/100 {
  background-color: rgb(201 74 22 / 1);
}

.bg-primary-700\/15 {
  background-color: rgb(201 74 22 / 0.15);
}

.bg-primary-700\/20 {
  background-color: rgb(201 74 22 / 0.2);
}

.bg-primary-700\/25 {
  background-color: rgb(201 74 22 / 0.25);
}

.bg-primary-700\/30 {
  background-color: rgb(201 74 22 / 0.3);
}

.bg-primary-700\/35 {
  background-color: rgb(201 74 22 / 0.35);
}

.bg-primary-700\/40 {
  background-color: rgb(201 74 22 / 0.4);
}

.bg-primary-700\/45 {
  background-color: rgb(201 74 22 / 0.45);
}

.bg-primary-700\/5 {
  background-color: rgb(201 74 22 / 0.05);
}

.bg-primary-700\/50 {
  background-color: rgb(201 74 22 / 0.5);
}

.bg-primary-700\/55 {
  background-color: rgb(201 74 22 / 0.55);
}

.bg-primary-700\/60 {
  background-color: rgb(201 74 22 / 0.6);
}

.bg-primary-700\/65 {
  background-color: rgb(201 74 22 / 0.65);
}

.bg-primary-700\/70 {
  background-color: rgb(201 74 22 / 0.7);
}

.bg-primary-700\/75 {
  background-color: rgb(201 74 22 / 0.75);
}

.bg-primary-700\/80 {
  background-color: rgb(201 74 22 / 0.8);
}

.bg-primary-700\/85 {
  background-color: rgb(201 74 22 / 0.85);
}

.bg-primary-700\/90 {
  background-color: rgb(201 74 22 / 0.9);
}

.bg-primary-700\/95 {
  background-color: rgb(201 74 22 / 0.95);
}

.bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(161 59 24 / var(--tw-bg-opacity, 1));
}

.bg-primary-800\/0 {
  background-color: rgb(161 59 24 / 0);
}

.bg-primary-800\/10 {
  background-color: rgb(161 59 24 / 0.1);
}

.bg-primary-800\/100 {
  background-color: rgb(161 59 24 / 1);
}

.bg-primary-800\/15 {
  background-color: rgb(161 59 24 / 0.15);
}

.bg-primary-800\/20 {
  background-color: rgb(161 59 24 / 0.2);
}

.bg-primary-800\/25 {
  background-color: rgb(161 59 24 / 0.25);
}

.bg-primary-800\/30 {
  background-color: rgb(161 59 24 / 0.3);
}

.bg-primary-800\/35 {
  background-color: rgb(161 59 24 / 0.35);
}

.bg-primary-800\/40 {
  background-color: rgb(161 59 24 / 0.4);
}

.bg-primary-800\/45 {
  background-color: rgb(161 59 24 / 0.45);
}

.bg-primary-800\/5 {
  background-color: rgb(161 59 24 / 0.05);
}

.bg-primary-800\/50 {
  background-color: rgb(161 59 24 / 0.5);
}

.bg-primary-800\/55 {
  background-color: rgb(161 59 24 / 0.55);
}

.bg-primary-800\/60 {
  background-color: rgb(161 59 24 / 0.6);
}

.bg-primary-800\/65 {
  background-color: rgb(161 59 24 / 0.65);
}

.bg-primary-800\/70 {
  background-color: rgb(161 59 24 / 0.7);
}

.bg-primary-800\/75 {
  background-color: rgb(161 59 24 / 0.75);
}

.bg-primary-800\/80 {
  background-color: rgb(161 59 24 / 0.8);
}

.bg-primary-800\/85 {
  background-color: rgb(161 59 24 / 0.85);
}

.bg-primary-800\/90 {
  background-color: rgb(161 59 24 / 0.9);
}

.bg-primary-800\/95 {
  background-color: rgb(161 59 24 / 0.95);
}

.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(130 51 24 / var(--tw-bg-opacity, 1));
}

.bg-primary-900\/0 {
  background-color: rgb(130 51 24 / 0);
}

.bg-primary-900\/10 {
  background-color: rgb(130 51 24 / 0.1);
}

.bg-primary-900\/100 {
  background-color: rgb(130 51 24 / 1);
}

.bg-primary-900\/15 {
  background-color: rgb(130 51 24 / 0.15);
}

.bg-primary-900\/20 {
  background-color: rgb(130 51 24 / 0.2);
}

.bg-primary-900\/25 {
  background-color: rgb(130 51 24 / 0.25);
}

.bg-primary-900\/30 {
  background-color: rgb(130 51 24 / 0.3);
}

.bg-primary-900\/35 {
  background-color: rgb(130 51 24 / 0.35);
}

.bg-primary-900\/40 {
  background-color: rgb(130 51 24 / 0.4);
}

.bg-primary-900\/45 {
  background-color: rgb(130 51 24 / 0.45);
}

.bg-primary-900\/5 {
  background-color: rgb(130 51 24 / 0.05);
}

.bg-primary-900\/50 {
  background-color: rgb(130 51 24 / 0.5);
}

.bg-primary-900\/55 {
  background-color: rgb(130 51 24 / 0.55);
}

.bg-primary-900\/60 {
  background-color: rgb(130 51 24 / 0.6);
}

.bg-primary-900\/65 {
  background-color: rgb(130 51 24 / 0.65);
}

.bg-primary-900\/70 {
  background-color: rgb(130 51 24 / 0.7);
}

.bg-primary-900\/75 {
  background-color: rgb(130 51 24 / 0.75);
}

.bg-primary-900\/80 {
  background-color: rgb(130 51 24 / 0.8);
}

.bg-primary-900\/85 {
  background-color: rgb(130 51 24 / 0.85);
}

.bg-primary-900\/90 {
  background-color: rgb(130 51 24 / 0.9);
}

.bg-primary-900\/95 {
  background-color: rgb(130 51 24 / 0.95);
}

.bg-primary-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(70 23 8 / var(--tw-bg-opacity, 1));
}

.bg-primary-950\/0 {
  background-color: rgb(70 23 8 / 0);
}

.bg-primary-950\/10 {
  background-color: rgb(70 23 8 / 0.1);
}

.bg-primary-950\/100 {
  background-color: rgb(70 23 8 / 1);
}

.bg-primary-950\/15 {
  background-color: rgb(70 23 8 / 0.15);
}

.bg-primary-950\/20 {
  background-color: rgb(70 23 8 / 0.2);
}

.bg-primary-950\/25 {
  background-color: rgb(70 23 8 / 0.25);
}

.bg-primary-950\/30 {
  background-color: rgb(70 23 8 / 0.3);
}

.bg-primary-950\/35 {
  background-color: rgb(70 23 8 / 0.35);
}

.bg-primary-950\/40 {
  background-color: rgb(70 23 8 / 0.4);
}

.bg-primary-950\/45 {
  background-color: rgb(70 23 8 / 0.45);
}

.bg-primary-950\/5 {
  background-color: rgb(70 23 8 / 0.05);
}

.bg-primary-950\/50 {
  background-color: rgb(70 23 8 / 0.5);
}

.bg-primary-950\/55 {
  background-color: rgb(70 23 8 / 0.55);
}

.bg-primary-950\/60 {
  background-color: rgb(70 23 8 / 0.6);
}

.bg-primary-950\/65 {
  background-color: rgb(70 23 8 / 0.65);
}

.bg-primary-950\/70 {
  background-color: rgb(70 23 8 / 0.7);
}

.bg-primary-950\/75 {
  background-color: rgb(70 23 8 / 0.75);
}

.bg-primary-950\/80 {
  background-color: rgb(70 23 8 / 0.8);
}

.bg-primary-950\/85 {
  background-color: rgb(70 23 8 / 0.85);
}

.bg-primary-950\/90 {
  background-color: rgb(70 23 8 / 0.9);
}

.bg-primary-950\/95 {
  background-color: rgb(70 23 8 / 0.95);
}

.bg-transparent {
  background-color: transparent;
}

.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}

.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}

.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}

.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}

.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}

.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}

.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}

.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}

.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}

.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}

.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}

.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}

.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}

.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}

.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}

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

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

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

.bg-yellow-100\/0 {
  background-color: rgb(254 249 195 / 0);
}

.bg-yellow-100\/10 {
  background-color: rgb(254 249 195 / 0.1);
}

.bg-yellow-100\/100 {
  background-color: rgb(254 249 195 / 1);
}

.bg-yellow-100\/15 {
  background-color: rgb(254 249 195 / 0.15);
}

.bg-yellow-100\/20 {
  background-color: rgb(254 249 195 / 0.2);
}

.bg-yellow-100\/25 {
  background-color: rgb(254 249 195 / 0.25);
}

.bg-yellow-100\/30 {
  background-color: rgb(254 249 195 / 0.3);
}

.bg-yellow-100\/35 {
  background-color: rgb(254 249 195 / 0.35);
}

.bg-yellow-100\/40 {
  background-color: rgb(254 249 195 / 0.4);
}

.bg-yellow-100\/45 {
  background-color: rgb(254 249 195 / 0.45);
}

.bg-yellow-100\/5 {
  background-color: rgb(254 249 195 / 0.05);
}

.bg-yellow-100\/50 {
  background-color: rgb(254 249 195 / 0.5);
}

.bg-yellow-100\/55 {
  background-color: rgb(254 249 195 / 0.55);
}

.bg-yellow-100\/60 {
  background-color: rgb(254 249 195 / 0.6);
}

.bg-yellow-100\/65 {
  background-color: rgb(254 249 195 / 0.65);
}

.bg-yellow-100\/70 {
  background-color: rgb(254 249 195 / 0.7);
}

.bg-yellow-100\/75 {
  background-color: rgb(254 249 195 / 0.75);
}

.bg-yellow-100\/80 {
  background-color: rgb(254 249 195 / 0.8);
}

.bg-yellow-100\/85 {
  background-color: rgb(254 249 195 / 0.85);
}

.bg-yellow-100\/90 {
  background-color: rgb(254 249 195 / 0.9);
}

.bg-yellow-100\/95 {
  background-color: rgb(254 249 195 / 0.95);
}

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

.bg-yellow-200\/0 {
  background-color: rgb(254 240 138 / 0);
}

.bg-yellow-200\/10 {
  background-color: rgb(254 240 138 / 0.1);
}

.bg-yellow-200\/100 {
  background-color: rgb(254 240 138 / 1);
}

.bg-yellow-200\/15 {
  background-color: rgb(254 240 138 / 0.15);
}

.bg-yellow-200\/20 {
  background-color: rgb(254 240 138 / 0.2);
}

.bg-yellow-200\/25 {
  background-color: rgb(254 240 138 / 0.25);
}

.bg-yellow-200\/30 {
  background-color: rgb(254 240 138 / 0.3);
}

.bg-yellow-200\/35 {
  background-color: rgb(254 240 138 / 0.35);
}

.bg-yellow-200\/40 {
  background-color: rgb(254 240 138 / 0.4);
}

.bg-yellow-200\/45 {
  background-color: rgb(254 240 138 / 0.45);
}

.bg-yellow-200\/5 {
  background-color: rgb(254 240 138 / 0.05);
}

.bg-yellow-200\/50 {
  background-color: rgb(254 240 138 / 0.5);
}

.bg-yellow-200\/55 {
  background-color: rgb(254 240 138 / 0.55);
}

.bg-yellow-200\/60 {
  background-color: rgb(254 240 138 / 0.6);
}

.bg-yellow-200\/65 {
  background-color: rgb(254 240 138 / 0.65);
}

.bg-yellow-200\/70 {
  background-color: rgb(254 240 138 / 0.7);
}

.bg-yellow-200\/75 {
  background-color: rgb(254 240 138 / 0.75);
}

.bg-yellow-200\/80 {
  background-color: rgb(254 240 138 / 0.8);
}

.bg-yellow-200\/85 {
  background-color: rgb(254 240 138 / 0.85);
}

.bg-yellow-200\/90 {
  background-color: rgb(254 240 138 / 0.9);
}

.bg-yellow-200\/95 {
  background-color: rgb(254 240 138 / 0.95);
}

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

.bg-yellow-400\/0 {
  background-color: rgb(250 204 21 / 0);
}

.bg-yellow-400\/10 {
  background-color: rgb(250 204 21 / 0.1);
}

.bg-yellow-400\/100 {
  background-color: rgb(250 204 21 / 1);
}

.bg-yellow-400\/15 {
  background-color: rgb(250 204 21 / 0.15);
}

.bg-yellow-400\/20 {
  background-color: rgb(250 204 21 / 0.2);
}

.bg-yellow-400\/25 {
  background-color: rgb(250 204 21 / 0.25);
}

.bg-yellow-400\/30 {
  background-color: rgb(250 204 21 / 0.3);
}

.bg-yellow-400\/35 {
  background-color: rgb(250 204 21 / 0.35);
}

.bg-yellow-400\/40 {
  background-color: rgb(250 204 21 / 0.4);
}

.bg-yellow-400\/45 {
  background-color: rgb(250 204 21 / 0.45);
}

.bg-yellow-400\/5 {
  background-color: rgb(250 204 21 / 0.05);
}

.bg-yellow-400\/50 {
  background-color: rgb(250 204 21 / 0.5);
}

.bg-yellow-400\/55 {
  background-color: rgb(250 204 21 / 0.55);
}

.bg-yellow-400\/60 {
  background-color: rgb(250 204 21 / 0.6);
}

.bg-yellow-400\/65 {
  background-color: rgb(250 204 21 / 0.65);
}

.bg-yellow-400\/70 {
  background-color: rgb(250 204 21 / 0.7);
}

.bg-yellow-400\/75 {
  background-color: rgb(250 204 21 / 0.75);
}

.bg-yellow-400\/80 {
  background-color: rgb(250 204 21 / 0.8);
}

.bg-yellow-400\/85 {
  background-color: rgb(250 204 21 / 0.85);
}

.bg-yellow-400\/90 {
  background-color: rgb(250 204 21 / 0.9);
}

.bg-yellow-400\/95 {
  background-color: rgb(250 204 21 / 0.95);
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity, 1));
}

.bg-yellow-50\/0 {
  background-color: rgb(254 252 232 / 0);
}

.bg-yellow-50\/10 {
  background-color: rgb(254 252 232 / 0.1);
}

.bg-yellow-50\/100 {
  background-color: rgb(254 252 232 / 1);
}

.bg-yellow-50\/15 {
  background-color: rgb(254 252 232 / 0.15);
}

.bg-yellow-50\/20 {
  background-color: rgb(254 252 232 / 0.2);
}

.bg-yellow-50\/25 {
  background-color: rgb(254 252 232 / 0.25);
}

.bg-yellow-50\/30 {
  background-color: rgb(254 252 232 / 0.3);
}

.bg-yellow-50\/35 {
  background-color: rgb(254 252 232 / 0.35);
}

.bg-yellow-50\/40 {
  background-color: rgb(254 252 232 / 0.4);
}

.bg-yellow-50\/45 {
  background-color: rgb(254 252 232 / 0.45);
}

.bg-yellow-50\/5 {
  background-color: rgb(254 252 232 / 0.05);
}

.bg-yellow-50\/50 {
  background-color: rgb(254 252 232 / 0.5);
}

.bg-yellow-50\/55 {
  background-color: rgb(254 252 232 / 0.55);
}

.bg-yellow-50\/60 {
  background-color: rgb(254 252 232 / 0.6);
}

.bg-yellow-50\/65 {
  background-color: rgb(254 252 232 / 0.65);
}

.bg-yellow-50\/70 {
  background-color: rgb(254 252 232 / 0.7);
}

.bg-yellow-50\/75 {
  background-color: rgb(254 252 232 / 0.75);
}

.bg-yellow-50\/80 {
  background-color: rgb(254 252 232 / 0.8);
}

.bg-yellow-50\/85 {
  background-color: rgb(254 252 232 / 0.85);
}

.bg-yellow-50\/90 {
  background-color: rgb(254 252 232 / 0.9);
}

.bg-yellow-50\/95 {
  background-color: rgb(254 252 232 / 0.95);
}

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

.bg-yellow-500\/0 {
  background-color: rgb(234 179 8 / 0);
}

.bg-yellow-500\/10 {
  background-color: rgb(234 179 8 / 0.1);
}

.bg-yellow-500\/100 {
  background-color: rgb(234 179 8 / 1);
}

.bg-yellow-500\/15 {
  background-color: rgb(234 179 8 / 0.15);
}

.bg-yellow-500\/20 {
  background-color: rgb(234 179 8 / 0.2);
}

.bg-yellow-500\/25 {
  background-color: rgb(234 179 8 / 0.25);
}

.bg-yellow-500\/30 {
  background-color: rgb(234 179 8 / 0.3);
}

.bg-yellow-500\/35 {
  background-color: rgb(234 179 8 / 0.35);
}

.bg-yellow-500\/40 {
  background-color: rgb(234 179 8 / 0.4);
}

.bg-yellow-500\/45 {
  background-color: rgb(234 179 8 / 0.45);
}

.bg-yellow-500\/5 {
  background-color: rgb(234 179 8 / 0.05);
}

.bg-yellow-500\/50 {
  background-color: rgb(234 179 8 / 0.5);
}

.bg-yellow-500\/55 {
  background-color: rgb(234 179 8 / 0.55);
}

.bg-yellow-500\/60 {
  background-color: rgb(234 179 8 / 0.6);
}

.bg-yellow-500\/65 {
  background-color: rgb(234 179 8 / 0.65);
}

.bg-yellow-500\/70 {
  background-color: rgb(234 179 8 / 0.7);
}

.bg-yellow-500\/75 {
  background-color: rgb(234 179 8 / 0.75);
}

.bg-yellow-500\/80 {
  background-color: rgb(234 179 8 / 0.8);
}

.bg-yellow-500\/85 {
  background-color: rgb(234 179 8 / 0.85);
}

.bg-yellow-500\/90 {
  background-color: rgb(234 179 8 / 0.9);
}

.bg-yellow-500\/95 {
  background-color: rgb(234 179 8 / 0.95);
}

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

.bg-yellow-600\/0 {
  background-color: rgb(202 138 4 / 0);
}

.bg-yellow-600\/10 {
  background-color: rgb(202 138 4 / 0.1);
}

.bg-yellow-600\/100 {
  background-color: rgb(202 138 4 / 1);
}

.bg-yellow-600\/15 {
  background-color: rgb(202 138 4 / 0.15);
}

.bg-yellow-600\/20 {
  background-color: rgb(202 138 4 / 0.2);
}

.bg-yellow-600\/25 {
  background-color: rgb(202 138 4 / 0.25);
}

.bg-yellow-600\/30 {
  background-color: rgb(202 138 4 / 0.3);
}

.bg-yellow-600\/35 {
  background-color: rgb(202 138 4 / 0.35);
}

.bg-yellow-600\/40 {
  background-color: rgb(202 138 4 / 0.4);
}

.bg-yellow-600\/45 {
  background-color: rgb(202 138 4 / 0.45);
}

.bg-yellow-600\/5 {
  background-color: rgb(202 138 4 / 0.05);
}

.bg-yellow-600\/50 {
  background-color: rgb(202 138 4 / 0.5);
}

.bg-yellow-600\/55 {
  background-color: rgb(202 138 4 / 0.55);
}

.bg-yellow-600\/60 {
  background-color: rgb(202 138 4 / 0.6);
}

.bg-yellow-600\/65 {
  background-color: rgb(202 138 4 / 0.65);
}

.bg-yellow-600\/70 {
  background-color: rgb(202 138 4 / 0.7);
}

.bg-yellow-600\/75 {
  background-color: rgb(202 138 4 / 0.75);
}

.bg-yellow-600\/80 {
  background-color: rgb(202 138 4 / 0.8);
}

.bg-yellow-600\/85 {
  background-color: rgb(202 138 4 / 0.85);
}

.bg-yellow-600\/90 {
  background-color: rgb(202 138 4 / 0.9);
}

.bg-yellow-600\/95 {
  background-color: rgb(202 138 4 / 0.95);
}

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

.bg-yellow-800\/0 {
  background-color: rgb(133 77 14 / 0);
}

.bg-yellow-800\/10 {
  background-color: rgb(133 77 14 / 0.1);
}

.bg-yellow-800\/100 {
  background-color: rgb(133 77 14 / 1);
}

.bg-yellow-800\/15 {
  background-color: rgb(133 77 14 / 0.15);
}

.bg-yellow-800\/20 {
  background-color: rgb(133 77 14 / 0.2);
}

.bg-yellow-800\/25 {
  background-color: rgb(133 77 14 / 0.25);
}

.bg-yellow-800\/30 {
  background-color: rgb(133 77 14 / 0.3);
}

.bg-yellow-800\/35 {
  background-color: rgb(133 77 14 / 0.35);
}

.bg-yellow-800\/40 {
  background-color: rgb(133 77 14 / 0.4);
}

.bg-yellow-800\/45 {
  background-color: rgb(133 77 14 / 0.45);
}

.bg-yellow-800\/5 {
  background-color: rgb(133 77 14 / 0.05);
}

.bg-yellow-800\/50 {
  background-color: rgb(133 77 14 / 0.5);
}

.bg-yellow-800\/55 {
  background-color: rgb(133 77 14 / 0.55);
}

.bg-yellow-800\/60 {
  background-color: rgb(133 77 14 / 0.6);
}

.bg-yellow-800\/65 {
  background-color: rgb(133 77 14 / 0.65);
}

.bg-yellow-800\/70 {
  background-color: rgb(133 77 14 / 0.7);
}

.bg-yellow-800\/75 {
  background-color: rgb(133 77 14 / 0.75);
}

.bg-yellow-800\/80 {
  background-color: rgb(133 77 14 / 0.8);
}

.bg-yellow-800\/85 {
  background-color: rgb(133 77 14 / 0.85);
}

.bg-yellow-800\/90 {
  background-color: rgb(133 77 14 / 0.9);
}

.bg-yellow-800\/95 {
  background-color: rgb(133 77 14 / 0.95);
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-accent-100 {
  --tw-gradient-from: #ebfbcb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/0 {
  --tw-gradient-from: rgb(235 251 203 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/10 {
  --tw-gradient-from: rgb(235 251 203 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/100 {
  --tw-gradient-from: rgb(235 251 203 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/15 {
  --tw-gradient-from: rgb(235 251 203 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/20 {
  --tw-gradient-from: rgb(235 251 203 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/25 {
  --tw-gradient-from: rgb(235 251 203 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/30 {
  --tw-gradient-from: rgb(235 251 203 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/35 {
  --tw-gradient-from: rgb(235 251 203 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/40 {
  --tw-gradient-from: rgb(235 251 203 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/45 {
  --tw-gradient-from: rgb(235 251 203 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/5 {
  --tw-gradient-from: rgb(235 251 203 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/50 {
  --tw-gradient-from: rgb(235 251 203 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/55 {
  --tw-gradient-from: rgb(235 251 203 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/60 {
  --tw-gradient-from: rgb(235 251 203 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/65 {
  --tw-gradient-from: rgb(235 251 203 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/70 {
  --tw-gradient-from: rgb(235 251 203 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/75 {
  --tw-gradient-from: rgb(235 251 203 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/80 {
  --tw-gradient-from: rgb(235 251 203 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/85 {
  --tw-gradient-from: rgb(235 251 203 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/90 {
  --tw-gradient-from: rgb(235 251 203 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-100\/95 {
  --tw-gradient-from: rgb(235 251 203 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200 {
  --tw-gradient-from: #d8f69a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/0 {
  --tw-gradient-from: rgb(216 246 154 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/10 {
  --tw-gradient-from: rgb(216 246 154 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/100 {
  --tw-gradient-from: rgb(216 246 154 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/15 {
  --tw-gradient-from: rgb(216 246 154 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/20 {
  --tw-gradient-from: rgb(216 246 154 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/25 {
  --tw-gradient-from: rgb(216 246 154 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/30 {
  --tw-gradient-from: rgb(216 246 154 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/35 {
  --tw-gradient-from: rgb(216 246 154 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/40 {
  --tw-gradient-from: rgb(216 246 154 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/45 {
  --tw-gradient-from: rgb(216 246 154 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/5 {
  --tw-gradient-from: rgb(216 246 154 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/50 {
  --tw-gradient-from: rgb(216 246 154 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/55 {
  --tw-gradient-from: rgb(216 246 154 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/60 {
  --tw-gradient-from: rgb(216 246 154 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/65 {
  --tw-gradient-from: rgb(216 246 154 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/70 {
  --tw-gradient-from: rgb(216 246 154 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/75 {
  --tw-gradient-from: rgb(216 246 154 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/80 {
  --tw-gradient-from: rgb(216 246 154 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/85 {
  --tw-gradient-from: rgb(216 246 154 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/90 {
  --tw-gradient-from: rgb(216 246 154 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-200\/95 {
  --tw-gradient-from: rgb(216 246 154 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300 {
  --tw-gradient-from: #c4f078 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/0 {
  --tw-gradient-from: rgb(196 240 120 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/10 {
  --tw-gradient-from: rgb(196 240 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/100 {
  --tw-gradient-from: rgb(196 240 120 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/15 {
  --tw-gradient-from: rgb(196 240 120 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/20 {
  --tw-gradient-from: rgb(196 240 120 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/25 {
  --tw-gradient-from: rgb(196 240 120 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/30 {
  --tw-gradient-from: rgb(196 240 120 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/35 {
  --tw-gradient-from: rgb(196 240 120 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/40 {
  --tw-gradient-from: rgb(196 240 120 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/45 {
  --tw-gradient-from: rgb(196 240 120 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/5 {
  --tw-gradient-from: rgb(196 240 120 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/50 {
  --tw-gradient-from: rgb(196 240 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/55 {
  --tw-gradient-from: rgb(196 240 120 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/60 {
  --tw-gradient-from: rgb(196 240 120 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/65 {
  --tw-gradient-from: rgb(196 240 120 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/70 {
  --tw-gradient-from: rgb(196 240 120 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/75 {
  --tw-gradient-from: rgb(196 240 120 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/80 {
  --tw-gradient-from: rgb(196 240 120 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/85 {
  --tw-gradient-from: rgb(196 240 120 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/90 {
  --tw-gradient-from: rgb(196 240 120 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-300\/95 {
  --tw-gradient-from: rgb(196 240 120 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400 {
  --tw-gradient-from: #b7ed68 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/0 {
  --tw-gradient-from: rgb(183 237 104 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/10 {
  --tw-gradient-from: rgb(183 237 104 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/100 {
  --tw-gradient-from: rgb(183 237 104 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/15 {
  --tw-gradient-from: rgb(183 237 104 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/20 {
  --tw-gradient-from: rgb(183 237 104 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/25 {
  --tw-gradient-from: rgb(183 237 104 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/30 {
  --tw-gradient-from: rgb(183 237 104 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/35 {
  --tw-gradient-from: rgb(183 237 104 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/40 {
  --tw-gradient-from: rgb(183 237 104 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/45 {
  --tw-gradient-from: rgb(183 237 104 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/5 {
  --tw-gradient-from: rgb(183 237 104 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/50 {
  --tw-gradient-from: rgb(183 237 104 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/55 {
  --tw-gradient-from: rgb(183 237 104 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/60 {
  --tw-gradient-from: rgb(183 237 104 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/65 {
  --tw-gradient-from: rgb(183 237 104 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/70 {
  --tw-gradient-from: rgb(183 237 104 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/75 {
  --tw-gradient-from: rgb(183 237 104 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/80 {
  --tw-gradient-from: rgb(183 237 104 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/85 {
  --tw-gradient-from: rgb(183 237 104 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/90 {
  --tw-gradient-from: rgb(183 237 104 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-400\/95 {
  --tw-gradient-from: rgb(183 237 104 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50 {
  --tw-gradient-from: #f7fdeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/0 {
  --tw-gradient-from: rgb(247 253 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/10 {
  --tw-gradient-from: rgb(247 253 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/100 {
  --tw-gradient-from: rgb(247 253 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/15 {
  --tw-gradient-from: rgb(247 253 235 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/20 {
  --tw-gradient-from: rgb(247 253 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/25 {
  --tw-gradient-from: rgb(247 253 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/30 {
  --tw-gradient-from: rgb(247 253 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/35 {
  --tw-gradient-from: rgb(247 253 235 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/40 {
  --tw-gradient-from: rgb(247 253 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/45 {
  --tw-gradient-from: rgb(247 253 235 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/5 {
  --tw-gradient-from: rgb(247 253 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/50 {
  --tw-gradient-from: rgb(247 253 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/55 {
  --tw-gradient-from: rgb(247 253 235 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/60 {
  --tw-gradient-from: rgb(247 253 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/65 {
  --tw-gradient-from: rgb(247 253 235 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/70 {
  --tw-gradient-from: rgb(247 253 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/75 {
  --tw-gradient-from: rgb(247 253 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/80 {
  --tw-gradient-from: rgb(247 253 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/85 {
  --tw-gradient-from: rgb(247 253 235 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/90 {
  --tw-gradient-from: rgb(247 253 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-50\/95 {
  --tw-gradient-from: rgb(247 253 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500 {
  --tw-gradient-from: #aeeb60 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/0 {
  --tw-gradient-from: rgb(174 235 96 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/10 {
  --tw-gradient-from: rgb(174 235 96 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/100 {
  --tw-gradient-from: rgb(174 235 96 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/15 {
  --tw-gradient-from: rgb(174 235 96 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/20 {
  --tw-gradient-from: rgb(174 235 96 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/25 {
  --tw-gradient-from: rgb(174 235 96 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/30 {
  --tw-gradient-from: rgb(174 235 96 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/35 {
  --tw-gradient-from: rgb(174 235 96 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/40 {
  --tw-gradient-from: rgb(174 235 96 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/45 {
  --tw-gradient-from: rgb(174 235 96 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/5 {
  --tw-gradient-from: rgb(174 235 96 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/50 {
  --tw-gradient-from: rgb(174 235 96 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/55 {
  --tw-gradient-from: rgb(174 235 96 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/60 {
  --tw-gradient-from: rgb(174 235 96 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/65 {
  --tw-gradient-from: rgb(174 235 96 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/70 {
  --tw-gradient-from: rgb(174 235 96 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/75 {
  --tw-gradient-from: rgb(174 235 96 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/80 {
  --tw-gradient-from: rgb(174 235 96 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/85 {
  --tw-gradient-from: rgb(174 235 96 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/90 {
  --tw-gradient-from: rgb(174 235 96 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-500\/95 {
  --tw-gradient-from: rgb(174 235 96 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600 {
  --tw-gradient-from: #82c930 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/0 {
  --tw-gradient-from: rgb(130 201 48 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/10 {
  --tw-gradient-from: rgb(130 201 48 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/100 {
  --tw-gradient-from: rgb(130 201 48 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/15 {
  --tw-gradient-from: rgb(130 201 48 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/20 {
  --tw-gradient-from: rgb(130 201 48 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/25 {
  --tw-gradient-from: rgb(130 201 48 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/30 {
  --tw-gradient-from: rgb(130 201 48 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/35 {
  --tw-gradient-from: rgb(130 201 48 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/40 {
  --tw-gradient-from: rgb(130 201 48 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/45 {
  --tw-gradient-from: rgb(130 201 48 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/5 {
  --tw-gradient-from: rgb(130 201 48 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/50 {
  --tw-gradient-from: rgb(130 201 48 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/55 {
  --tw-gradient-from: rgb(130 201 48 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/60 {
  --tw-gradient-from: rgb(130 201 48 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/65 {
  --tw-gradient-from: rgb(130 201 48 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/70 {
  --tw-gradient-from: rgb(130 201 48 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/75 {
  --tw-gradient-from: rgb(130 201 48 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/80 {
  --tw-gradient-from: rgb(130 201 48 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/85 {
  --tw-gradient-from: rgb(130 201 48 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/90 {
  --tw-gradient-from: rgb(130 201 48 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-600\/95 {
  --tw-gradient-from: rgb(130 201 48 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700 {
  --tw-gradient-from: #61a11f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/0 {
  --tw-gradient-from: rgb(97 161 31 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/10 {
  --tw-gradient-from: rgb(97 161 31 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/100 {
  --tw-gradient-from: rgb(97 161 31 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/15 {
  --tw-gradient-from: rgb(97 161 31 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/20 {
  --tw-gradient-from: rgb(97 161 31 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/25 {
  --tw-gradient-from: rgb(97 161 31 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/30 {
  --tw-gradient-from: rgb(97 161 31 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/35 {
  --tw-gradient-from: rgb(97 161 31 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/40 {
  --tw-gradient-from: rgb(97 161 31 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/45 {
  --tw-gradient-from: rgb(97 161 31 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/5 {
  --tw-gradient-from: rgb(97 161 31 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/50 {
  --tw-gradient-from: rgb(97 161 31 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/55 {
  --tw-gradient-from: rgb(97 161 31 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/60 {
  --tw-gradient-from: rgb(97 161 31 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/65 {
  --tw-gradient-from: rgb(97 161 31 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/70 {
  --tw-gradient-from: rgb(97 161 31 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/75 {
  --tw-gradient-from: rgb(97 161 31 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/80 {
  --tw-gradient-from: rgb(97 161 31 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/85 {
  --tw-gradient-from: rgb(97 161 31 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/90 {
  --tw-gradient-from: rgb(97 161 31 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-700\/95 {
  --tw-gradient-from: rgb(97 161 31 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800 {
  --tw-gradient-from: #4e7e20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/0 {
  --tw-gradient-from: rgb(78 126 32 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/10 {
  --tw-gradient-from: rgb(78 126 32 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/100 {
  --tw-gradient-from: rgb(78 126 32 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/15 {
  --tw-gradient-from: rgb(78 126 32 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/20 {
  --tw-gradient-from: rgb(78 126 32 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/25 {
  --tw-gradient-from: rgb(78 126 32 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/30 {
  --tw-gradient-from: rgb(78 126 32 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/35 {
  --tw-gradient-from: rgb(78 126 32 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/40 {
  --tw-gradient-from: rgb(78 126 32 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/45 {
  --tw-gradient-from: rgb(78 126 32 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/5 {
  --tw-gradient-from: rgb(78 126 32 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/50 {
  --tw-gradient-from: rgb(78 126 32 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/55 {
  --tw-gradient-from: rgb(78 126 32 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/60 {
  --tw-gradient-from: rgb(78 126 32 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/65 {
  --tw-gradient-from: rgb(78 126 32 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/70 {
  --tw-gradient-from: rgb(78 126 32 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/75 {
  --tw-gradient-from: rgb(78 126 32 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/80 {
  --tw-gradient-from: rgb(78 126 32 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/85 {
  --tw-gradient-from: rgb(78 126 32 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/90 {
  --tw-gradient-from: rgb(78 126 32 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-800\/95 {
  --tw-gradient-from: rgb(78 126 32 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900 {
  --tw-gradient-from: #426a21 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/0 {
  --tw-gradient-from: rgb(66 106 33 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/10 {
  --tw-gradient-from: rgb(66 106 33 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/100 {
  --tw-gradient-from: rgb(66 106 33 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/15 {
  --tw-gradient-from: rgb(66 106 33 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/20 {
  --tw-gradient-from: rgb(66 106 33 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/25 {
  --tw-gradient-from: rgb(66 106 33 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/30 {
  --tw-gradient-from: rgb(66 106 33 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/35 {
  --tw-gradient-from: rgb(66 106 33 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/40 {
  --tw-gradient-from: rgb(66 106 33 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/45 {
  --tw-gradient-from: rgb(66 106 33 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/5 {
  --tw-gradient-from: rgb(66 106 33 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/50 {
  --tw-gradient-from: rgb(66 106 33 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/55 {
  --tw-gradient-from: rgb(66 106 33 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/60 {
  --tw-gradient-from: rgb(66 106 33 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/65 {
  --tw-gradient-from: rgb(66 106 33 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/70 {
  --tw-gradient-from: rgb(66 106 33 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/75 {
  --tw-gradient-from: rgb(66 106 33 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/80 {
  --tw-gradient-from: rgb(66 106 33 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/85 {
  --tw-gradient-from: rgb(66 106 33 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/90 {
  --tw-gradient-from: rgb(66 106 33 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-900\/95 {
  --tw-gradient-from: rgb(66 106 33 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950 {
  --tw-gradient-from: #203a0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/0 {
  --tw-gradient-from: rgb(32 58 11 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/10 {
  --tw-gradient-from: rgb(32 58 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/100 {
  --tw-gradient-from: rgb(32 58 11 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/15 {
  --tw-gradient-from: rgb(32 58 11 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/20 {
  --tw-gradient-from: rgb(32 58 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/25 {
  --tw-gradient-from: rgb(32 58 11 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/30 {
  --tw-gradient-from: rgb(32 58 11 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/35 {
  --tw-gradient-from: rgb(32 58 11 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/40 {
  --tw-gradient-from: rgb(32 58 11 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/45 {
  --tw-gradient-from: rgb(32 58 11 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/5 {
  --tw-gradient-from: rgb(32 58 11 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/50 {
  --tw-gradient-from: rgb(32 58 11 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/55 {
  --tw-gradient-from: rgb(32 58 11 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/60 {
  --tw-gradient-from: rgb(32 58 11 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/65 {
  --tw-gradient-from: rgb(32 58 11 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/70 {
  --tw-gradient-from: rgb(32 58 11 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/75 {
  --tw-gradient-from: rgb(32 58 11 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/80 {
  --tw-gradient-from: rgb(32 58 11 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/85 {
  --tw-gradient-from: rgb(32 58 11 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/90 {
  --tw-gradient-from: rgb(32 58 11 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-accent-950\/95 {
  --tw-gradient-from: rgb(32 58 11 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100 {
  --tw-gradient-from: #e9e3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/0 {
  --tw-gradient-from: rgb(233 227 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/10 {
  --tw-gradient-from: rgb(233 227 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/100 {
  --tw-gradient-from: rgb(233 227 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/15 {
  --tw-gradient-from: rgb(233 227 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/20 {
  --tw-gradient-from: rgb(233 227 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/25 {
  --tw-gradient-from: rgb(233 227 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/30 {
  --tw-gradient-from: rgb(233 227 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/35 {
  --tw-gradient-from: rgb(233 227 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/40 {
  --tw-gradient-from: rgb(233 227 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/45 {
  --tw-gradient-from: rgb(233 227 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/5 {
  --tw-gradient-from: rgb(233 227 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/50 {
  --tw-gradient-from: rgb(233 227 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/55 {
  --tw-gradient-from: rgb(233 227 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/60 {
  --tw-gradient-from: rgb(233 227 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/65 {
  --tw-gradient-from: rgb(233 227 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/70 {
  --tw-gradient-from: rgb(233 227 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/75 {
  --tw-gradient-from: rgb(233 227 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/80 {
  --tw-gradient-from: rgb(233 227 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/85 {
  --tw-gradient-from: rgb(233 227 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/90 {
  --tw-gradient-from: rgb(233 227 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-100\/95 {
  --tw-gradient-from: rgb(233 227 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200 {
  --tw-gradient-from: #d3c7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/0 {
  --tw-gradient-from: rgb(211 199 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/10 {
  --tw-gradient-from: rgb(211 199 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/100 {
  --tw-gradient-from: rgb(211 199 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/15 {
  --tw-gradient-from: rgb(211 199 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/20 {
  --tw-gradient-from: rgb(211 199 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/25 {
  --tw-gradient-from: rgb(211 199 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/30 {
  --tw-gradient-from: rgb(211 199 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/35 {
  --tw-gradient-from: rgb(211 199 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/40 {
  --tw-gradient-from: rgb(211 199 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/45 {
  --tw-gradient-from: rgb(211 199 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/5 {
  --tw-gradient-from: rgb(211 199 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/50 {
  --tw-gradient-from: rgb(211 199 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/55 {
  --tw-gradient-from: rgb(211 199 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/60 {
  --tw-gradient-from: rgb(211 199 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/65 {
  --tw-gradient-from: rgb(211 199 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/70 {
  --tw-gradient-from: rgb(211 199 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/75 {
  --tw-gradient-from: rgb(211 199 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/80 {
  --tw-gradient-from: rgb(211 199 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/85 {
  --tw-gradient-from: rgb(211 199 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/90 {
  --tw-gradient-from: rgb(211 199 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-200\/95 {
  --tw-gradient-from: rgb(211 199 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300 {
  --tw-gradient-from: #b79aff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/0 {
  --tw-gradient-from: rgb(183 154 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/10 {
  --tw-gradient-from: rgb(183 154 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/100 {
  --tw-gradient-from: rgb(183 154 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/15 {
  --tw-gradient-from: rgb(183 154 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/20 {
  --tw-gradient-from: rgb(183 154 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/25 {
  --tw-gradient-from: rgb(183 154 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/30 {
  --tw-gradient-from: rgb(183 154 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/35 {
  --tw-gradient-from: rgb(183 154 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/40 {
  --tw-gradient-from: rgb(183 154 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/45 {
  --tw-gradient-from: rgb(183 154 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/5 {
  --tw-gradient-from: rgb(183 154 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/50 {
  --tw-gradient-from: rgb(183 154 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/55 {
  --tw-gradient-from: rgb(183 154 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/60 {
  --tw-gradient-from: rgb(183 154 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/65 {
  --tw-gradient-from: rgb(183 154 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/70 {
  --tw-gradient-from: rgb(183 154 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/75 {
  --tw-gradient-from: rgb(183 154 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/80 {
  --tw-gradient-from: rgb(183 154 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/85 {
  --tw-gradient-from: rgb(183 154 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/90 {
  --tw-gradient-from: rgb(183 154 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-300\/95 {
  --tw-gradient-from: rgb(183 154 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400 {
  --tw-gradient-from: #9562ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/0 {
  --tw-gradient-from: rgb(149 98 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/10 {
  --tw-gradient-from: rgb(149 98 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/100 {
  --tw-gradient-from: rgb(149 98 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/15 {
  --tw-gradient-from: rgb(149 98 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/20 {
  --tw-gradient-from: rgb(149 98 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/25 {
  --tw-gradient-from: rgb(149 98 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/30 {
  --tw-gradient-from: rgb(149 98 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/35 {
  --tw-gradient-from: rgb(149 98 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/40 {
  --tw-gradient-from: rgb(149 98 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/45 {
  --tw-gradient-from: rgb(149 98 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/5 {
  --tw-gradient-from: rgb(149 98 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/50 {
  --tw-gradient-from: rgb(149 98 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/55 {
  --tw-gradient-from: rgb(149 98 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/60 {
  --tw-gradient-from: rgb(149 98 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/65 {
  --tw-gradient-from: rgb(149 98 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/70 {
  --tw-gradient-from: rgb(149 98 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/75 {
  --tw-gradient-from: rgb(149 98 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/80 {
  --tw-gradient-from: rgb(149 98 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/85 {
  --tw-gradient-from: rgb(149 98 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/90 {
  --tw-gradient-from: rgb(149 98 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-400\/95 {
  --tw-gradient-from: rgb(149 98 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50 {
  --tw-gradient-from: #f4f1ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/0 {
  --tw-gradient-from: rgb(244 241 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/10 {
  --tw-gradient-from: rgb(244 241 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/100 {
  --tw-gradient-from: rgb(244 241 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/15 {
  --tw-gradient-from: rgb(244 241 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/20 {
  --tw-gradient-from: rgb(244 241 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/25 {
  --tw-gradient-from: rgb(244 241 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/30 {
  --tw-gradient-from: rgb(244 241 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/35 {
  --tw-gradient-from: rgb(244 241 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/40 {
  --tw-gradient-from: rgb(244 241 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/45 {
  --tw-gradient-from: rgb(244 241 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/5 {
  --tw-gradient-from: rgb(244 241 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/50 {
  --tw-gradient-from: rgb(244 241 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/55 {
  --tw-gradient-from: rgb(244 241 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/60 {
  --tw-gradient-from: rgb(244 241 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/65 {
  --tw-gradient-from: rgb(244 241 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/70 {
  --tw-gradient-from: rgb(244 241 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/75 {
  --tw-gradient-from: rgb(244 241 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/80 {
  --tw-gradient-from: rgb(244 241 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/85 {
  --tw-gradient-from: rgb(244 241 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/90 {
  --tw-gradient-from: rgb(244 241 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-50\/95 {
  --tw-gradient-from: rgb(244 241 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500 {
  --tw-gradient-from: #4e1cd1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/0 {
  --tw-gradient-from: rgb(78 28 209 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/10 {
  --tw-gradient-from: rgb(78 28 209 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/100 {
  --tw-gradient-from: rgb(78 28 209 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/15 {
  --tw-gradient-from: rgb(78 28 209 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/20 {
  --tw-gradient-from: rgb(78 28 209 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/25 {
  --tw-gradient-from: rgb(78 28 209 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/30 {
  --tw-gradient-from: rgb(78 28 209 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/35 {
  --tw-gradient-from: rgb(78 28 209 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/40 {
  --tw-gradient-from: rgb(78 28 209 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/45 {
  --tw-gradient-from: rgb(78 28 209 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/5 {
  --tw-gradient-from: rgb(78 28 209 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/50 {
  --tw-gradient-from: rgb(78 28 209 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/55 {
  --tw-gradient-from: rgb(78 28 209 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/60 {
  --tw-gradient-from: rgb(78 28 209 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/65 {
  --tw-gradient-from: rgb(78 28 209 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/70 {
  --tw-gradient-from: rgb(78 28 209 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/75 {
  --tw-gradient-from: rgb(78 28 209 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/80 {
  --tw-gradient-from: rgb(78 28 209 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/85 {
  --tw-gradient-from: rgb(78 28 209 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/90 {
  --tw-gradient-from: rgb(78 28 209 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-500\/95 {
  --tw-gradient-from: rgb(78 28 209 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600 {
  --tw-gradient-from: #4115b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/0 {
  --tw-gradient-from: rgb(65 21 181 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/10 {
  --tw-gradient-from: rgb(65 21 181 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/100 {
  --tw-gradient-from: rgb(65 21 181 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/15 {
  --tw-gradient-from: rgb(65 21 181 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/20 {
  --tw-gradient-from: rgb(65 21 181 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/25 {
  --tw-gradient-from: rgb(65 21 181 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/30 {
  --tw-gradient-from: rgb(65 21 181 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/35 {
  --tw-gradient-from: rgb(65 21 181 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/40 {
  --tw-gradient-from: rgb(65 21 181 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/45 {
  --tw-gradient-from: rgb(65 21 181 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/5 {
  --tw-gradient-from: rgb(65 21 181 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/50 {
  --tw-gradient-from: rgb(65 21 181 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/55 {
  --tw-gradient-from: rgb(65 21 181 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/60 {
  --tw-gradient-from: rgb(65 21 181 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/65 {
  --tw-gradient-from: rgb(65 21 181 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/70 {
  --tw-gradient-from: rgb(65 21 181 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/75 {
  --tw-gradient-from: rgb(65 21 181 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/80 {
  --tw-gradient-from: rgb(65 21 181 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/85 {
  --tw-gradient-from: rgb(65 21 181 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/90 {
  --tw-gradient-from: rgb(65 21 181 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-600\/95 {
  --tw-gradient-from: rgb(65 21 181 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700 {
  --tw-gradient-from: #361096 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/0 {
  --tw-gradient-from: rgb(54 16 150 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/10 {
  --tw-gradient-from: rgb(54 16 150 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/100 {
  --tw-gradient-from: rgb(54 16 150 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/15 {
  --tw-gradient-from: rgb(54 16 150 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/20 {
  --tw-gradient-from: rgb(54 16 150 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/25 {
  --tw-gradient-from: rgb(54 16 150 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/30 {
  --tw-gradient-from: rgb(54 16 150 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/35 {
  --tw-gradient-from: rgb(54 16 150 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/40 {
  --tw-gradient-from: rgb(54 16 150 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/45 {
  --tw-gradient-from: rgb(54 16 150 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/5 {
  --tw-gradient-from: rgb(54 16 150 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/50 {
  --tw-gradient-from: rgb(54 16 150 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/55 {
  --tw-gradient-from: rgb(54 16 150 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/60 {
  --tw-gradient-from: rgb(54 16 150 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/65 {
  --tw-gradient-from: rgb(54 16 150 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/70 {
  --tw-gradient-from: rgb(54 16 150 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/75 {
  --tw-gradient-from: rgb(54 16 150 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/80 {
  --tw-gradient-from: rgb(54 16 150 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/85 {
  --tw-gradient-from: rgb(54 16 150 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/90 {
  --tw-gradient-from: rgb(54 16 150 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-700\/95 {
  --tw-gradient-from: rgb(54 16 150 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800 {
  --tw-gradient-from: #2e1078 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/0 {
  --tw-gradient-from: rgb(46 16 120 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/10 {
  --tw-gradient-from: rgb(46 16 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/100 {
  --tw-gradient-from: rgb(46 16 120 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/15 {
  --tw-gradient-from: rgb(46 16 120 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/20 {
  --tw-gradient-from: rgb(46 16 120 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/25 {
  --tw-gradient-from: rgb(46 16 120 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/30 {
  --tw-gradient-from: rgb(46 16 120 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/35 {
  --tw-gradient-from: rgb(46 16 120 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/40 {
  --tw-gradient-from: rgb(46 16 120 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/45 {
  --tw-gradient-from: rgb(46 16 120 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/5 {
  --tw-gradient-from: rgb(46 16 120 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/50 {
  --tw-gradient-from: rgb(46 16 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/55 {
  --tw-gradient-from: rgb(46 16 120 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/60 {
  --tw-gradient-from: rgb(46 16 120 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/65 {
  --tw-gradient-from: rgb(46 16 120 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/70 {
  --tw-gradient-from: rgb(46 16 120 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/75 {
  --tw-gradient-from: rgb(46 16 120 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/80 {
  --tw-gradient-from: rgb(46 16 120 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/85 {
  --tw-gradient-from: rgb(46 16 120 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/90 {
  --tw-gradient-from: rgb(46 16 120 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-800\/95 {
  --tw-gradient-from: rgb(46 16 120 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900 {
  --tw-gradient-from: #270f62 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/0 {
  --tw-gradient-from: rgb(39 15 98 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/10 {
  --tw-gradient-from: rgb(39 15 98 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/100 {
  --tw-gradient-from: rgb(39 15 98 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/15 {
  --tw-gradient-from: rgb(39 15 98 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/20 {
  --tw-gradient-from: rgb(39 15 98 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/25 {
  --tw-gradient-from: rgb(39 15 98 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/30 {
  --tw-gradient-from: rgb(39 15 98 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/35 {
  --tw-gradient-from: rgb(39 15 98 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/40 {
  --tw-gradient-from: rgb(39 15 98 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/45 {
  --tw-gradient-from: rgb(39 15 98 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/5 {
  --tw-gradient-from: rgb(39 15 98 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/50 {
  --tw-gradient-from: rgb(39 15 98 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/55 {
  --tw-gradient-from: rgb(39 15 98 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/60 {
  --tw-gradient-from: rgb(39 15 98 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/65 {
  --tw-gradient-from: rgb(39 15 98 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/70 {
  --tw-gradient-from: rgb(39 15 98 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/75 {
  --tw-gradient-from: rgb(39 15 98 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/80 {
  --tw-gradient-from: rgb(39 15 98 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/85 {
  --tw-gradient-from: rgb(39 15 98 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/90 {
  --tw-gradient-from: rgb(39 15 98 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-900\/95 {
  --tw-gradient-from: rgb(39 15 98 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950 {
  --tw-gradient-from: #16053a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/0 {
  --tw-gradient-from: rgb(22 5 58 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/10 {
  --tw-gradient-from: rgb(22 5 58 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/100 {
  --tw-gradient-from: rgb(22 5 58 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/15 {
  --tw-gradient-from: rgb(22 5 58 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/20 {
  --tw-gradient-from: rgb(22 5 58 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/25 {
  --tw-gradient-from: rgb(22 5 58 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/30 {
  --tw-gradient-from: rgb(22 5 58 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/35 {
  --tw-gradient-from: rgb(22 5 58 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/40 {
  --tw-gradient-from: rgb(22 5 58 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/45 {
  --tw-gradient-from: rgb(22 5 58 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/5 {
  --tw-gradient-from: rgb(22 5 58 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/50 {
  --tw-gradient-from: rgb(22 5 58 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/55 {
  --tw-gradient-from: rgb(22 5 58 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/60 {
  --tw-gradient-from: rgb(22 5 58 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/65 {
  --tw-gradient-from: rgb(22 5 58 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/70 {
  --tw-gradient-from: rgb(22 5 58 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/75 {
  --tw-gradient-from: rgb(22 5 58 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/80 {
  --tw-gradient-from: rgb(22 5 58 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/85 {
  --tw-gradient-from: rgb(22 5 58 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/90 {
  --tw-gradient-from: rgb(22 5 58 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-950\/95 {
  --tw-gradient-from: rgb(22 5 58 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100 {
  --tw-gradient-from: #f6f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/0 {
  --tw-gradient-from: rgb(246 245 244 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/10 {
  --tw-gradient-from: rgb(246 245 244 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/100 {
  --tw-gradient-from: rgb(246 245 244 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/15 {
  --tw-gradient-from: rgb(246 245 244 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/20 {
  --tw-gradient-from: rgb(246 245 244 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/25 {
  --tw-gradient-from: rgb(246 245 244 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/30 {
  --tw-gradient-from: rgb(246 245 244 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/35 {
  --tw-gradient-from: rgb(246 245 244 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/40 {
  --tw-gradient-from: rgb(246 245 244 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/45 {
  --tw-gradient-from: rgb(246 245 244 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/5 {
  --tw-gradient-from: rgb(246 245 244 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/50 {
  --tw-gradient-from: rgb(246 245 244 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/55 {
  --tw-gradient-from: rgb(246 245 244 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/60 {
  --tw-gradient-from: rgb(246 245 244 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/65 {
  --tw-gradient-from: rgb(246 245 244 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/70 {
  --tw-gradient-from: rgb(246 245 244 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/75 {
  --tw-gradient-from: rgb(246 245 244 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/80 {
  --tw-gradient-from: rgb(246 245 244 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/85 {
  --tw-gradient-from: rgb(246 245 244 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/90 {
  --tw-gradient-from: rgb(246 245 244 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-100\/95 {
  --tw-gradient-from: rgb(246 245 244 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200 {
  --tw-gradient-from: #e9e6e3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/0 {
  --tw-gradient-from: rgb(233 230 227 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/10 {
  --tw-gradient-from: rgb(233 230 227 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/100 {
  --tw-gradient-from: rgb(233 230 227 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/15 {
  --tw-gradient-from: rgb(233 230 227 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/20 {
  --tw-gradient-from: rgb(233 230 227 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/25 {
  --tw-gradient-from: rgb(233 230 227 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/30 {
  --tw-gradient-from: rgb(233 230 227 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/35 {
  --tw-gradient-from: rgb(233 230 227 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/40 {
  --tw-gradient-from: rgb(233 230 227 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/45 {
  --tw-gradient-from: rgb(233 230 227 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/5 {
  --tw-gradient-from: rgb(233 230 227 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/50 {
  --tw-gradient-from: rgb(233 230 227 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/55 {
  --tw-gradient-from: rgb(233 230 227 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/60 {
  --tw-gradient-from: rgb(233 230 227 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/65 {
  --tw-gradient-from: rgb(233 230 227 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/70 {
  --tw-gradient-from: rgb(233 230 227 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/75 {
  --tw-gradient-from: rgb(233 230 227 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/80 {
  --tw-gradient-from: rgb(233 230 227 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/85 {
  --tw-gradient-from: rgb(233 230 227 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/90 {
  --tw-gradient-from: rgb(233 230 227 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-200\/95 {
  --tw-gradient-from: rgb(233 230 227 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300 {
  --tw-gradient-from: #d7d2cd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/0 {
  --tw-gradient-from: rgb(215 210 205 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/10 {
  --tw-gradient-from: rgb(215 210 205 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/100 {
  --tw-gradient-from: rgb(215 210 205 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/15 {
  --tw-gradient-from: rgb(215 210 205 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/20 {
  --tw-gradient-from: rgb(215 210 205 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/25 {
  --tw-gradient-from: rgb(215 210 205 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/30 {
  --tw-gradient-from: rgb(215 210 205 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/35 {
  --tw-gradient-from: rgb(215 210 205 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/40 {
  --tw-gradient-from: rgb(215 210 205 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/45 {
  --tw-gradient-from: rgb(215 210 205 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/5 {
  --tw-gradient-from: rgb(215 210 205 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/50 {
  --tw-gradient-from: rgb(215 210 205 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/55 {
  --tw-gradient-from: rgb(215 210 205 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/60 {
  --tw-gradient-from: rgb(215 210 205 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/65 {
  --tw-gradient-from: rgb(215 210 205 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/70 {
  --tw-gradient-from: rgb(215 210 205 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/75 {
  --tw-gradient-from: rgb(215 210 205 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/80 {
  --tw-gradient-from: rgb(215 210 205 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/85 {
  --tw-gradient-from: rgb(215 210 205 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/90 {
  --tw-gradient-from: rgb(215 210 205 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-300\/95 {
  --tw-gradient-from: rgb(215 210 205 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400 {
  --tw-gradient-from: #afa8a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/0 {
  --tw-gradient-from: rgb(175 168 161 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/10 {
  --tw-gradient-from: rgb(175 168 161 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/100 {
  --tw-gradient-from: rgb(175 168 161 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/15 {
  --tw-gradient-from: rgb(175 168 161 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/20 {
  --tw-gradient-from: rgb(175 168 161 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/25 {
  --tw-gradient-from: rgb(175 168 161 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/30 {
  --tw-gradient-from: rgb(175 168 161 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/35 {
  --tw-gradient-from: rgb(175 168 161 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/40 {
  --tw-gradient-from: rgb(175 168 161 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/45 {
  --tw-gradient-from: rgb(175 168 161 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/5 {
  --tw-gradient-from: rgb(175 168 161 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/50 {
  --tw-gradient-from: rgb(175 168 161 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/55 {
  --tw-gradient-from: rgb(175 168 161 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/60 {
  --tw-gradient-from: rgb(175 168 161 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/65 {
  --tw-gradient-from: rgb(175 168 161 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/70 {
  --tw-gradient-from: rgb(175 168 161 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/75 {
  --tw-gradient-from: rgb(175 168 161 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/80 {
  --tw-gradient-from: rgb(175 168 161 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/85 {
  --tw-gradient-from: rgb(175 168 161 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/90 {
  --tw-gradient-from: rgb(175 168 161 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-400\/95 {
  --tw-gradient-from: rgb(175 168 161 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50 {
  --tw-gradient-from: #fbfaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/0 {
  --tw-gradient-from: rgb(251 250 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/10 {
  --tw-gradient-from: rgb(251 250 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/100 {
  --tw-gradient-from: rgb(251 250 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/15 {
  --tw-gradient-from: rgb(251 250 249 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/20 {
  --tw-gradient-from: rgb(251 250 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/25 {
  --tw-gradient-from: rgb(251 250 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/30 {
  --tw-gradient-from: rgb(251 250 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/35 {
  --tw-gradient-from: rgb(251 250 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/40 {
  --tw-gradient-from: rgb(251 250 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/45 {
  --tw-gradient-from: rgb(251 250 249 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/5 {
  --tw-gradient-from: rgb(251 250 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/50 {
  --tw-gradient-from: rgb(251 250 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/55 {
  --tw-gradient-from: rgb(251 250 249 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/60 {
  --tw-gradient-from: rgb(251 250 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/65 {
  --tw-gradient-from: rgb(251 250 249 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/70 {
  --tw-gradient-from: rgb(251 250 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/75 {
  --tw-gradient-from: rgb(251 250 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/80 {
  --tw-gradient-from: rgb(251 250 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/85 {
  --tw-gradient-from: rgb(251 250 249 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/90 {
  --tw-gradient-from: rgb(251 250 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-50\/95 {
  --tw-gradient-from: rgb(251 250 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500 {
  --tw-gradient-from: #817971 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/0 {
  --tw-gradient-from: rgb(129 121 113 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/10 {
  --tw-gradient-from: rgb(129 121 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/100 {
  --tw-gradient-from: rgb(129 121 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/15 {
  --tw-gradient-from: rgb(129 121 113 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/20 {
  --tw-gradient-from: rgb(129 121 113 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/25 {
  --tw-gradient-from: rgb(129 121 113 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/30 {
  --tw-gradient-from: rgb(129 121 113 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/35 {
  --tw-gradient-from: rgb(129 121 113 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/40 {
  --tw-gradient-from: rgb(129 121 113 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/45 {
  --tw-gradient-from: rgb(129 121 113 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/5 {
  --tw-gradient-from: rgb(129 121 113 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/50 {
  --tw-gradient-from: rgb(129 121 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/55 {
  --tw-gradient-from: rgb(129 121 113 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/60 {
  --tw-gradient-from: rgb(129 121 113 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/65 {
  --tw-gradient-from: rgb(129 121 113 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/70 {
  --tw-gradient-from: rgb(129 121 113 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/75 {
  --tw-gradient-from: rgb(129 121 113 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/80 {
  --tw-gradient-from: rgb(129 121 113 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/85 {
  --tw-gradient-from: rgb(129 121 113 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/90 {
  --tw-gradient-from: rgb(129 121 113 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-500\/95 {
  --tw-gradient-from: rgb(129 121 113 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600 {
  --tw-gradient-from: #605952 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/0 {
  --tw-gradient-from: rgb(96 89 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/10 {
  --tw-gradient-from: rgb(96 89 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/100 {
  --tw-gradient-from: rgb(96 89 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/15 {
  --tw-gradient-from: rgb(96 89 82 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/20 {
  --tw-gradient-from: rgb(96 89 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/25 {
  --tw-gradient-from: rgb(96 89 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/30 {
  --tw-gradient-from: rgb(96 89 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/35 {
  --tw-gradient-from: rgb(96 89 82 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/40 {
  --tw-gradient-from: rgb(96 89 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/45 {
  --tw-gradient-from: rgb(96 89 82 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/5 {
  --tw-gradient-from: rgb(96 89 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/50 {
  --tw-gradient-from: rgb(96 89 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/55 {
  --tw-gradient-from: rgb(96 89 82 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/60 {
  --tw-gradient-from: rgb(96 89 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/65 {
  --tw-gradient-from: rgb(96 89 82 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/70 {
  --tw-gradient-from: rgb(96 89 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/75 {
  --tw-gradient-from: rgb(96 89 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/80 {
  --tw-gradient-from: rgb(96 89 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/85 {
  --tw-gradient-from: rgb(96 89 82 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/90 {
  --tw-gradient-from: rgb(96 89 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-600\/95 {
  --tw-gradient-from: rgb(96 89 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700 {
  --tw-gradient-from: #49443f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/0 {
  --tw-gradient-from: rgb(73 68 63 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/10 {
  --tw-gradient-from: rgb(73 68 63 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/100 {
  --tw-gradient-from: rgb(73 68 63 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/15 {
  --tw-gradient-from: rgb(73 68 63 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/20 {
  --tw-gradient-from: rgb(73 68 63 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/25 {
  --tw-gradient-from: rgb(73 68 63 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/30 {
  --tw-gradient-from: rgb(73 68 63 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/35 {
  --tw-gradient-from: rgb(73 68 63 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/40 {
  --tw-gradient-from: rgb(73 68 63 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/45 {
  --tw-gradient-from: rgb(73 68 63 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/5 {
  --tw-gradient-from: rgb(73 68 63 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/50 {
  --tw-gradient-from: rgb(73 68 63 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/55 {
  --tw-gradient-from: rgb(73 68 63 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/60 {
  --tw-gradient-from: rgb(73 68 63 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/65 {
  --tw-gradient-from: rgb(73 68 63 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/70 {
  --tw-gradient-from: rgb(73 68 63 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/75 {
  --tw-gradient-from: rgb(73 68 63 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/80 {
  --tw-gradient-from: rgb(73 68 63 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/85 {
  --tw-gradient-from: rgb(73 68 63 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/90 {
  --tw-gradient-from: rgb(73 68 63 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-700\/95 {
  --tw-gradient-from: rgb(73 68 63 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800 {
  --tw-gradient-from: #302d2a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/0 {
  --tw-gradient-from: rgb(48 45 42 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/10 {
  --tw-gradient-from: rgb(48 45 42 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/100 {
  --tw-gradient-from: rgb(48 45 42 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/15 {
  --tw-gradient-from: rgb(48 45 42 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/20 {
  --tw-gradient-from: rgb(48 45 42 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/25 {
  --tw-gradient-from: rgb(48 45 42 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/30 {
  --tw-gradient-from: rgb(48 45 42 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/35 {
  --tw-gradient-from: rgb(48 45 42 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/40 {
  --tw-gradient-from: rgb(48 45 42 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/45 {
  --tw-gradient-from: rgb(48 45 42 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/5 {
  --tw-gradient-from: rgb(48 45 42 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/50 {
  --tw-gradient-from: rgb(48 45 42 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/55 {
  --tw-gradient-from: rgb(48 45 42 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/60 {
  --tw-gradient-from: rgb(48 45 42 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/65 {
  --tw-gradient-from: rgb(48 45 42 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/70 {
  --tw-gradient-from: rgb(48 45 42 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/75 {
  --tw-gradient-from: rgb(48 45 42 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/80 {
  --tw-gradient-from: rgb(48 45 42 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/85 {
  --tw-gradient-from: rgb(48 45 42 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/90 {
  --tw-gradient-from: rgb(48 45 42 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-800\/95 {
  --tw-gradient-from: rgb(48 45 42 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900 {
  --tw-gradient-from: #211f1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/0 {
  --tw-gradient-from: rgb(33 31 29 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/10 {
  --tw-gradient-from: rgb(33 31 29 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/100 {
  --tw-gradient-from: rgb(33 31 29 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/15 {
  --tw-gradient-from: rgb(33 31 29 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/20 {
  --tw-gradient-from: rgb(33 31 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/25 {
  --tw-gradient-from: rgb(33 31 29 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/30 {
  --tw-gradient-from: rgb(33 31 29 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/35 {
  --tw-gradient-from: rgb(33 31 29 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/40 {
  --tw-gradient-from: rgb(33 31 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/45 {
  --tw-gradient-from: rgb(33 31 29 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/5 {
  --tw-gradient-from: rgb(33 31 29 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/50 {
  --tw-gradient-from: rgb(33 31 29 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/55 {
  --tw-gradient-from: rgb(33 31 29 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/60 {
  --tw-gradient-from: rgb(33 31 29 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/65 {
  --tw-gradient-from: rgb(33 31 29 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/70 {
  --tw-gradient-from: rgb(33 31 29 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/75 {
  --tw-gradient-from: rgb(33 31 29 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/80 {
  --tw-gradient-from: rgb(33 31 29 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/85 {
  --tw-gradient-from: rgb(33 31 29 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/90 {
  --tw-gradient-from: rgb(33 31 29 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-900\/95 {
  --tw-gradient-from: rgb(33 31 29 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950 {
  --tw-gradient-from: #121110 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/0 {
  --tw-gradient-from: rgb(18 17 16 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/10 {
  --tw-gradient-from: rgb(18 17 16 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/100 {
  --tw-gradient-from: rgb(18 17 16 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/15 {
  --tw-gradient-from: rgb(18 17 16 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/20 {
  --tw-gradient-from: rgb(18 17 16 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/25 {
  --tw-gradient-from: rgb(18 17 16 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/30 {
  --tw-gradient-from: rgb(18 17 16 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/35 {
  --tw-gradient-from: rgb(18 17 16 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/40 {
  --tw-gradient-from: rgb(18 17 16 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/45 {
  --tw-gradient-from: rgb(18 17 16 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/5 {
  --tw-gradient-from: rgb(18 17 16 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/50 {
  --tw-gradient-from: rgb(18 17 16 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/55 {
  --tw-gradient-from: rgb(18 17 16 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/60 {
  --tw-gradient-from: rgb(18 17 16 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/65 {
  --tw-gradient-from: rgb(18 17 16 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/70 {
  --tw-gradient-from: rgb(18 17 16 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/75 {
  --tw-gradient-from: rgb(18 17 16 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/80 {
  --tw-gradient-from: rgb(18 17 16 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/85 {
  --tw-gradient-from: rgb(18 17 16 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/90 {
  --tw-gradient-from: rgb(18 17 16 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-neutral-950\/95 {
  --tw-gradient-from: rgb(18 17 16 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100 {
  --tw-gradient-from: #feeade var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/0 {
  --tw-gradient-from: rgb(254 234 222 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/10 {
  --tw-gradient-from: rgb(254 234 222 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/100 {
  --tw-gradient-from: rgb(254 234 222 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/15 {
  --tw-gradient-from: rgb(254 234 222 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/20 {
  --tw-gradient-from: rgb(254 234 222 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/25 {
  --tw-gradient-from: rgb(254 234 222 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/30 {
  --tw-gradient-from: rgb(254 234 222 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/35 {
  --tw-gradient-from: rgb(254 234 222 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/40 {
  --tw-gradient-from: rgb(254 234 222 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/45 {
  --tw-gradient-from: rgb(254 234 222 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/5 {
  --tw-gradient-from: rgb(254 234 222 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/50 {
  --tw-gradient-from: rgb(254 234 222 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/55 {
  --tw-gradient-from: rgb(254 234 222 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/60 {
  --tw-gradient-from: rgb(254 234 222 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/65 {
  --tw-gradient-from: rgb(254 234 222 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/70 {
  --tw-gradient-from: rgb(254 234 222 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/75 {
  --tw-gradient-from: rgb(254 234 222 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/80 {
  --tw-gradient-from: rgb(254 234 222 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/85 {
  --tw-gradient-from: rgb(254 234 222 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/90 {
  --tw-gradient-from: rgb(254 234 222 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-100\/95 {
  --tw-gradient-from: rgb(254 234 222 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200 {
  --tw-gradient-from: #fcd3bd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/0 {
  --tw-gradient-from: rgb(252 211 189 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/10 {
  --tw-gradient-from: rgb(252 211 189 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/100 {
  --tw-gradient-from: rgb(252 211 189 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/15 {
  --tw-gradient-from: rgb(252 211 189 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/20 {
  --tw-gradient-from: rgb(252 211 189 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/25 {
  --tw-gradient-from: rgb(252 211 189 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/30 {
  --tw-gradient-from: rgb(252 211 189 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/35 {
  --tw-gradient-from: rgb(252 211 189 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/40 {
  --tw-gradient-from: rgb(252 211 189 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/45 {
  --tw-gradient-from: rgb(252 211 189 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/5 {
  --tw-gradient-from: rgb(252 211 189 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/50 {
  --tw-gradient-from: rgb(252 211 189 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/55 {
  --tw-gradient-from: rgb(252 211 189 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/60 {
  --tw-gradient-from: rgb(252 211 189 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/65 {
  --tw-gradient-from: rgb(252 211 189 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/70 {
  --tw-gradient-from: rgb(252 211 189 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/75 {
  --tw-gradient-from: rgb(252 211 189 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/80 {
  --tw-gradient-from: rgb(252 211 189 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/85 {
  --tw-gradient-from: rgb(252 211 189 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/90 {
  --tw-gradient-from: rgb(252 211 189 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-200\/95 {
  --tw-gradient-from: rgb(252 211 189 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300 {
  --tw-gradient-from: #fab38f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/0 {
  --tw-gradient-from: rgb(250 179 143 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/10 {
  --tw-gradient-from: rgb(250 179 143 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/100 {
  --tw-gradient-from: rgb(250 179 143 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/15 {
  --tw-gradient-from: rgb(250 179 143 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/20 {
  --tw-gradient-from: rgb(250 179 143 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/25 {
  --tw-gradient-from: rgb(250 179 143 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/30 {
  --tw-gradient-from: rgb(250 179 143 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/35 {
  --tw-gradient-from: rgb(250 179 143 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/40 {
  --tw-gradient-from: rgb(250 179 143 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/45 {
  --tw-gradient-from: rgb(250 179 143 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/5 {
  --tw-gradient-from: rgb(250 179 143 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/50 {
  --tw-gradient-from: rgb(250 179 143 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/55 {
  --tw-gradient-from: rgb(250 179 143 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/60 {
  --tw-gradient-from: rgb(250 179 143 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/65 {
  --tw-gradient-from: rgb(250 179 143 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/70 {
  --tw-gradient-from: rgb(250 179 143 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/75 {
  --tw-gradient-from: rgb(250 179 143 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/80 {
  --tw-gradient-from: rgb(250 179 143 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/85 {
  --tw-gradient-from: rgb(250 179 143 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/90 {
  --tw-gradient-from: rgb(250 179 143 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-300\/95 {
  --tw-gradient-from: rgb(250 179 143 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400 {
  --tw-gradient-from: #f99766 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/0 {
  --tw-gradient-from: rgb(249 151 102 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/10 {
  --tw-gradient-from: rgb(249 151 102 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/100 {
  --tw-gradient-from: rgb(249 151 102 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/15 {
  --tw-gradient-from: rgb(249 151 102 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/20 {
  --tw-gradient-from: rgb(249 151 102 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/25 {
  --tw-gradient-from: rgb(249 151 102 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/30 {
  --tw-gradient-from: rgb(249 151 102 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/35 {
  --tw-gradient-from: rgb(249 151 102 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/40 {
  --tw-gradient-from: rgb(249 151 102 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/45 {
  --tw-gradient-from: rgb(249 151 102 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/5 {
  --tw-gradient-from: rgb(249 151 102 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/50 {
  --tw-gradient-from: rgb(249 151 102 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/55 {
  --tw-gradient-from: rgb(249 151 102 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/60 {
  --tw-gradient-from: rgb(249 151 102 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/65 {
  --tw-gradient-from: rgb(249 151 102 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/70 {
  --tw-gradient-from: rgb(249 151 102 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/75 {
  --tw-gradient-from: rgb(249 151 102 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/80 {
  --tw-gradient-from: rgb(249 151 102 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/85 {
  --tw-gradient-from: rgb(249 151 102 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/90 {
  --tw-gradient-from: rgb(249 151 102 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-400\/95 {
  --tw-gradient-from: rgb(249 151 102 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50 {
  --tw-gradient-from: #fff7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/0 {
  --tw-gradient-from: rgb(255 247 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/10 {
  --tw-gradient-from: rgb(255 247 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/100 {
  --tw-gradient-from: rgb(255 247 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/15 {
  --tw-gradient-from: rgb(255 247 242 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/20 {
  --tw-gradient-from: rgb(255 247 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/25 {
  --tw-gradient-from: rgb(255 247 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/30 {
  --tw-gradient-from: rgb(255 247 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/35 {
  --tw-gradient-from: rgb(255 247 242 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/40 {
  --tw-gradient-from: rgb(255 247 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/45 {
  --tw-gradient-from: rgb(255 247 242 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/5 {
  --tw-gradient-from: rgb(255 247 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/50 {
  --tw-gradient-from: rgb(255 247 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/55 {
  --tw-gradient-from: rgb(255 247 242 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/60 {
  --tw-gradient-from: rgb(255 247 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/65 {
  --tw-gradient-from: rgb(255 247 242 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/70 {
  --tw-gradient-from: rgb(255 247 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/75 {
  --tw-gradient-from: rgb(255 247 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/80 {
  --tw-gradient-from: rgb(255 247 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/85 {
  --tw-gradient-from: rgb(255 247 242 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/90 {
  --tw-gradient-from: rgb(255 247 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-50\/95 {
  --tw-gradient-from: rgb(255 247 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500 {
  --tw-gradient-from: #f78d4d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/0 {
  --tw-gradient-from: rgb(247 141 77 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/10 {
  --tw-gradient-from: rgb(247 141 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/100 {
  --tw-gradient-from: rgb(247 141 77 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/15 {
  --tw-gradient-from: rgb(247 141 77 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/20 {
  --tw-gradient-from: rgb(247 141 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/25 {
  --tw-gradient-from: rgb(247 141 77 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/30 {
  --tw-gradient-from: rgb(247 141 77 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/35 {
  --tw-gradient-from: rgb(247 141 77 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/40 {
  --tw-gradient-from: rgb(247 141 77 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/45 {
  --tw-gradient-from: rgb(247 141 77 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/5 {
  --tw-gradient-from: rgb(247 141 77 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/50 {
  --tw-gradient-from: rgb(247 141 77 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/55 {
  --tw-gradient-from: rgb(247 141 77 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/60 {
  --tw-gradient-from: rgb(247 141 77 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/65 {
  --tw-gradient-from: rgb(247 141 77 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/70 {
  --tw-gradient-from: rgb(247 141 77 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/75 {
  --tw-gradient-from: rgb(247 141 77 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/80 {
  --tw-gradient-from: rgb(247 141 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/85 {
  --tw-gradient-from: rgb(247 141 77 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/90 {
  --tw-gradient-from: rgb(247 141 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-500\/95 {
  --tw-gradient-from: rgb(247 141 77 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600 {
  --tw-gradient-from: #e96325 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/0 {
  --tw-gradient-from: rgb(233 99 37 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/10 {
  --tw-gradient-from: rgb(233 99 37 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/100 {
  --tw-gradient-from: rgb(233 99 37 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/15 {
  --tw-gradient-from: rgb(233 99 37 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/20 {
  --tw-gradient-from: rgb(233 99 37 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/25 {
  --tw-gradient-from: rgb(233 99 37 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/30 {
  --tw-gradient-from: rgb(233 99 37 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/35 {
  --tw-gradient-from: rgb(233 99 37 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/40 {
  --tw-gradient-from: rgb(233 99 37 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/45 {
  --tw-gradient-from: rgb(233 99 37 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/5 {
  --tw-gradient-from: rgb(233 99 37 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/50 {
  --tw-gradient-from: rgb(233 99 37 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/55 {
  --tw-gradient-from: rgb(233 99 37 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/60 {
  --tw-gradient-from: rgb(233 99 37 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/65 {
  --tw-gradient-from: rgb(233 99 37 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/70 {
  --tw-gradient-from: rgb(233 99 37 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/75 {
  --tw-gradient-from: rgb(233 99 37 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/80 {
  --tw-gradient-from: rgb(233 99 37 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/85 {
  --tw-gradient-from: rgb(233 99 37 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/90 {
  --tw-gradient-from: rgb(233 99 37 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-600\/95 {
  --tw-gradient-from: rgb(233 99 37 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700 {
  --tw-gradient-from: #c94a16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/0 {
  --tw-gradient-from: rgb(201 74 22 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/10 {
  --tw-gradient-from: rgb(201 74 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/100 {
  --tw-gradient-from: rgb(201 74 22 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/15 {
  --tw-gradient-from: rgb(201 74 22 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/20 {
  --tw-gradient-from: rgb(201 74 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/25 {
  --tw-gradient-from: rgb(201 74 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/30 {
  --tw-gradient-from: rgb(201 74 22 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/35 {
  --tw-gradient-from: rgb(201 74 22 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/40 {
  --tw-gradient-from: rgb(201 74 22 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/45 {
  --tw-gradient-from: rgb(201 74 22 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/5 {
  --tw-gradient-from: rgb(201 74 22 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/50 {
  --tw-gradient-from: rgb(201 74 22 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/55 {
  --tw-gradient-from: rgb(201 74 22 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/60 {
  --tw-gradient-from: rgb(201 74 22 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/65 {
  --tw-gradient-from: rgb(201 74 22 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/70 {
  --tw-gradient-from: rgb(201 74 22 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/75 {
  --tw-gradient-from: rgb(201 74 22 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/80 {
  --tw-gradient-from: rgb(201 74 22 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/85 {
  --tw-gradient-from: rgb(201 74 22 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/90 {
  --tw-gradient-from: rgb(201 74 22 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-700\/95 {
  --tw-gradient-from: rgb(201 74 22 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800 {
  --tw-gradient-from: #a13b18 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/0 {
  --tw-gradient-from: rgb(161 59 24 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/10 {
  --tw-gradient-from: rgb(161 59 24 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/100 {
  --tw-gradient-from: rgb(161 59 24 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/15 {
  --tw-gradient-from: rgb(161 59 24 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/20 {
  --tw-gradient-from: rgb(161 59 24 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/25 {
  --tw-gradient-from: rgb(161 59 24 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/30 {
  --tw-gradient-from: rgb(161 59 24 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/35 {
  --tw-gradient-from: rgb(161 59 24 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/40 {
  --tw-gradient-from: rgb(161 59 24 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/45 {
  --tw-gradient-from: rgb(161 59 24 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/5 {
  --tw-gradient-from: rgb(161 59 24 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/50 {
  --tw-gradient-from: rgb(161 59 24 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/55 {
  --tw-gradient-from: rgb(161 59 24 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/60 {
  --tw-gradient-from: rgb(161 59 24 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/65 {
  --tw-gradient-from: rgb(161 59 24 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/70 {
  --tw-gradient-from: rgb(161 59 24 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/75 {
  --tw-gradient-from: rgb(161 59 24 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/80 {
  --tw-gradient-from: rgb(161 59 24 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/85 {
  --tw-gradient-from: rgb(161 59 24 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/90 {
  --tw-gradient-from: rgb(161 59 24 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-800\/95 {
  --tw-gradient-from: rgb(161 59 24 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900 {
  --tw-gradient-from: #823318 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/0 {
  --tw-gradient-from: rgb(130 51 24 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/10 {
  --tw-gradient-from: rgb(130 51 24 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/100 {
  --tw-gradient-from: rgb(130 51 24 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/15 {
  --tw-gradient-from: rgb(130 51 24 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/20 {
  --tw-gradient-from: rgb(130 51 24 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/25 {
  --tw-gradient-from: rgb(130 51 24 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/30 {
  --tw-gradient-from: rgb(130 51 24 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/35 {
  --tw-gradient-from: rgb(130 51 24 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/40 {
  --tw-gradient-from: rgb(130 51 24 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/45 {
  --tw-gradient-from: rgb(130 51 24 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/5 {
  --tw-gradient-from: rgb(130 51 24 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/50 {
  --tw-gradient-from: rgb(130 51 24 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/55 {
  --tw-gradient-from: rgb(130 51 24 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/60 {
  --tw-gradient-from: rgb(130 51 24 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/65 {
  --tw-gradient-from: rgb(130 51 24 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/70 {
  --tw-gradient-from: rgb(130 51 24 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/75 {
  --tw-gradient-from: rgb(130 51 24 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/80 {
  --tw-gradient-from: rgb(130 51 24 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/85 {
  --tw-gradient-from: rgb(130 51 24 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/90 {
  --tw-gradient-from: rgb(130 51 24 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-900\/95 {
  --tw-gradient-from: rgb(130 51 24 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950 {
  --tw-gradient-from: #461708 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/0 {
  --tw-gradient-from: rgb(70 23 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/10 {
  --tw-gradient-from: rgb(70 23 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/100 {
  --tw-gradient-from: rgb(70 23 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/15 {
  --tw-gradient-from: rgb(70 23 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/20 {
  --tw-gradient-from: rgb(70 23 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/25 {
  --tw-gradient-from: rgb(70 23 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/30 {
  --tw-gradient-from: rgb(70 23 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/35 {
  --tw-gradient-from: rgb(70 23 8 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/40 {
  --tw-gradient-from: rgb(70 23 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/45 {
  --tw-gradient-from: rgb(70 23 8 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/5 {
  --tw-gradient-from: rgb(70 23 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/50 {
  --tw-gradient-from: rgb(70 23 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/55 {
  --tw-gradient-from: rgb(70 23 8 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/60 {
  --tw-gradient-from: rgb(70 23 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/65 {
  --tw-gradient-from: rgb(70 23 8 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/70 {
  --tw-gradient-from: rgb(70 23 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/75 {
  --tw-gradient-from: rgb(70 23 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/80 {
  --tw-gradient-from: rgb(70 23 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/85 {
  --tw-gradient-from: rgb(70 23 8 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/90 {
  --tw-gradient-from: rgb(70 23 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-950\/95 {
  --tw-gradient-from: rgb(70 23 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 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\/15 {
  --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/20 {
  --tw-gradient-from: rgb(254 249 195 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/25 {
  --tw-gradient-from: rgb(254 249 195 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/30 {
  --tw-gradient-from: rgb(254 249 195 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/35 {
  --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/40 {
  --tw-gradient-from: rgb(254 249 195 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/45 {
  --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/5 {
  --tw-gradient-from: rgb(254 249 195 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/50 {
  --tw-gradient-from: rgb(254 249 195 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/55 {
  --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/60 {
  --tw-gradient-from: rgb(254 249 195 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/65 {
  --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/70 {
  --tw-gradient-from: rgb(254 249 195 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/75 {
  --tw-gradient-from: rgb(254 249 195 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/80 {
  --tw-gradient-from: rgb(254 249 195 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/85 {
  --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/90 {
  --tw-gradient-from: rgb(254 249 195 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-100\/95 {
  --tw-gradient-from: rgb(254 249 195 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200 {
  --tw-gradient-from: #fef08a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/0 {
  --tw-gradient-from: rgb(254 240 138 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/10 {
  --tw-gradient-from: rgb(254 240 138 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/100 {
  --tw-gradient-from: rgb(254 240 138 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/15 {
  --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/20 {
  --tw-gradient-from: rgb(254 240 138 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/25 {
  --tw-gradient-from: rgb(254 240 138 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/30 {
  --tw-gradient-from: rgb(254 240 138 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/35 {
  --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/40 {
  --tw-gradient-from: rgb(254 240 138 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/45 {
  --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/5 {
  --tw-gradient-from: rgb(254 240 138 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/50 {
  --tw-gradient-from: rgb(254 240 138 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/55 {
  --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/60 {
  --tw-gradient-from: rgb(254 240 138 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/65 {
  --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/70 {
  --tw-gradient-from: rgb(254 240 138 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/75 {
  --tw-gradient-from: rgb(254 240 138 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/80 {
  --tw-gradient-from: rgb(254 240 138 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/85 {
  --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/90 {
  --tw-gradient-from: rgb(254 240 138 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-200\/95 {
  --tw-gradient-from: rgb(254 240 138 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400 {
  --tw-gradient-from: #facc15 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/0 {
  --tw-gradient-from: rgb(250 204 21 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/10 {
  --tw-gradient-from: rgb(250 204 21 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/100 {
  --tw-gradient-from: rgb(250 204 21 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/15 {
  --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/20 {
  --tw-gradient-from: rgb(250 204 21 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/25 {
  --tw-gradient-from: rgb(250 204 21 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/30 {
  --tw-gradient-from: rgb(250 204 21 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/35 {
  --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/40 {
  --tw-gradient-from: rgb(250 204 21 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/45 {
  --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/5 {
  --tw-gradient-from: rgb(250 204 21 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/50 {
  --tw-gradient-from: rgb(250 204 21 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/55 {
  --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/60 {
  --tw-gradient-from: rgb(250 204 21 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/65 {
  --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/70 {
  --tw-gradient-from: rgb(250 204 21 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/75 {
  --tw-gradient-from: rgb(250 204 21 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/80 {
  --tw-gradient-from: rgb(250 204 21 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/85 {
  --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/90 {
  --tw-gradient-from: rgb(250 204 21 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-400\/95 {
  --tw-gradient-from: rgb(250 204 21 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50 {
  --tw-gradient-from: #fefce8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/0 {
  --tw-gradient-from: rgb(254 252 232 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/10 {
  --tw-gradient-from: rgb(254 252 232 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/100 {
  --tw-gradient-from: rgb(254 252 232 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/15 {
  --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/20 {
  --tw-gradient-from: rgb(254 252 232 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/25 {
  --tw-gradient-from: rgb(254 252 232 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/30 {
  --tw-gradient-from: rgb(254 252 232 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/35 {
  --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/40 {
  --tw-gradient-from: rgb(254 252 232 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/45 {
  --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/5 {
  --tw-gradient-from: rgb(254 252 232 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/50 {
  --tw-gradient-from: rgb(254 252 232 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/55 {
  --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/60 {
  --tw-gradient-from: rgb(254 252 232 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/65 {
  --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/70 {
  --tw-gradient-from: rgb(254 252 232 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/75 {
  --tw-gradient-from: rgb(254 252 232 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/80 {
  --tw-gradient-from: rgb(254 252 232 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/85 {
  --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/90 {
  --tw-gradient-from: rgb(254 252 232 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-50\/95 {
  --tw-gradient-from: rgb(254 252 232 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500 {
  --tw-gradient-from: #eab308 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/0 {
  --tw-gradient-from: rgb(234 179 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/10 {
  --tw-gradient-from: rgb(234 179 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/100 {
  --tw-gradient-from: rgb(234 179 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/15 {
  --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/20 {
  --tw-gradient-from: rgb(234 179 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/25 {
  --tw-gradient-from: rgb(234 179 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/30 {
  --tw-gradient-from: rgb(234 179 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/35 {
  --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/40 {
  --tw-gradient-from: rgb(234 179 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/45 {
  --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/5 {
  --tw-gradient-from: rgb(234 179 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/50 {
  --tw-gradient-from: rgb(234 179 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/55 {
  --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/60 {
  --tw-gradient-from: rgb(234 179 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/65 {
  --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/70 {
  --tw-gradient-from: rgb(234 179 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/75 {
  --tw-gradient-from: rgb(234 179 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/80 {
  --tw-gradient-from: rgb(234 179 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/85 {
  --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/90 {
  --tw-gradient-from: rgb(234 179 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-500\/95 {
  --tw-gradient-from: rgb(234 179 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600 {
  --tw-gradient-from: #ca8a04 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/0 {
  --tw-gradient-from: rgb(202 138 4 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/10 {
  --tw-gradient-from: rgb(202 138 4 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/100 {
  --tw-gradient-from: rgb(202 138 4 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/15 {
  --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/20 {
  --tw-gradient-from: rgb(202 138 4 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/25 {
  --tw-gradient-from: rgb(202 138 4 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/30 {
  --tw-gradient-from: rgb(202 138 4 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/35 {
  --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/40 {
  --tw-gradient-from: rgb(202 138 4 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/45 {
  --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/5 {
  --tw-gradient-from: rgb(202 138 4 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/50 {
  --tw-gradient-from: rgb(202 138 4 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/55 {
  --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/60 {
  --tw-gradient-from: rgb(202 138 4 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/65 {
  --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/70 {
  --tw-gradient-from: rgb(202 138 4 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/75 {
  --tw-gradient-from: rgb(202 138 4 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/80 {
  --tw-gradient-from: rgb(202 138 4 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/85 {
  --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/90 {
  --tw-gradient-from: rgb(202 138 4 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-600\/95 {
  --tw-gradient-from: rgb(202 138 4 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800 {
  --tw-gradient-from: #854d0e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/0 {
  --tw-gradient-from: rgb(133 77 14 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/10 {
  --tw-gradient-from: rgb(133 77 14 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/100 {
  --tw-gradient-from: rgb(133 77 14 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/15 {
  --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/20 {
  --tw-gradient-from: rgb(133 77 14 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/25 {
  --tw-gradient-from: rgb(133 77 14 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/30 {
  --tw-gradient-from: rgb(133 77 14 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/35 {
  --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/40 {
  --tw-gradient-from: rgb(133 77 14 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/45 {
  --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/5 {
  --tw-gradient-from: rgb(133 77 14 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/50 {
  --tw-gradient-from: rgb(133 77 14 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/55 {
  --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/60 {
  --tw-gradient-from: rgb(133 77 14 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/65 {
  --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/70 {
  --tw-gradient-from: rgb(133 77 14 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/75 {
  --tw-gradient-from: rgb(133 77 14 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/80 {
  --tw-gradient-from: rgb(133 77 14 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/85 {
  --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/90 {
  --tw-gradient-from: rgb(133 77 14 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-yellow-800\/95 {
  --tw-gradient-from: rgb(133 77 14 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-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-80\% {
  --tw-gradient-from-position: 80%;
}

.from-85\% {
  --tw-gradient-from-position: 85%;
}

.via-accent-100 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ebfbcb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/0 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/10 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/100 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/15 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/20 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/25 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/30 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/35 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/40 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/45 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/5 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/50 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/55 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/60 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/65 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/70 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/75 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/80 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/85 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/90 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-100\/95 {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8f69a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/0 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/10 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/100 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/15 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/20 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/25 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/30 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/35 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/40 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/45 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/5 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/50 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/55 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/60 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/65 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/70 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/75 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/80 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/85 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/90 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-200\/95 {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4f078 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/0 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/10 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/100 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/15 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/20 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/25 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/30 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/35 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/40 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/45 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/5 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/50 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/55 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/60 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/65 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/70 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/75 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/80 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/85 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/90 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-300\/95 {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b7ed68 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/0 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/10 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/100 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/15 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/20 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/25 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/30 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/35 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/40 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/45 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/5 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/50 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/55 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/60 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/65 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/70 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/75 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/80 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/85 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/90 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-400\/95 {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fdeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/0 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/10 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/100 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/15 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/20 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/25 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/30 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/35 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/40 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/45 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/5 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/50 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/55 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/60 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/65 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/70 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/75 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/80 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/85 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/90 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-50\/95 {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #aeeb60 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/0 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/10 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/100 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/15 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/20 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/25 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/30 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/35 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/40 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/45 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/5 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/50 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/55 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/60 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/65 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/70 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/75 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/80 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/85 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/90 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-500\/95 {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #82c930 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/0 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/10 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/100 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/15 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/20 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/25 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/30 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/35 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/40 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/45 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/5 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/50 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/55 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/60 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/65 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/70 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/75 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/80 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/85 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/90 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-600\/95 {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #61a11f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/0 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/10 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/100 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/15 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/20 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/25 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/30 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/35 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/40 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/45 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/5 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/50 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/55 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/60 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/65 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/70 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/75 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/80 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/85 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/90 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-700\/95 {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4e7e20 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/0 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/10 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/100 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/15 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/20 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/25 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/30 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/35 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/40 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/45 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/5 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/50 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/55 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/60 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/65 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/70 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/75 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/80 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/85 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/90 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-800\/95 {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #426a21 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/0 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/10 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/100 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/15 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/20 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/25 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/30 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/35 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/40 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/45 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/5 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/50 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/55 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/60 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/65 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/70 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/75 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/80 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/85 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/90 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-900\/95 {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #203a0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/0 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/10 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/100 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/15 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/20 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/25 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/30 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/35 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/40 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/45 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/5 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/50 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/55 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/60 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/65 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/70 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/75 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/80 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/85 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/90 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-accent-950\/95 {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9e3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/0 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/10 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/100 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/15 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/20 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/25 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/30 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/35 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/40 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/45 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/5 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/50 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/55 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/60 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/65 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/70 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/75 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/80 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/85 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/90 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-100\/95 {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d3c7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/0 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/10 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/100 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/15 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/20 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/25 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/30 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/35 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/40 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/45 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/5 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/50 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/55 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/60 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/65 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/70 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/75 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/80 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/85 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/90 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-200\/95 {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b79aff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/0 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/10 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/100 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/15 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/20 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/25 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/30 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/35 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/40 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/45 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/5 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/50 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/55 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/60 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/65 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/70 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/75 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/80 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/85 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/90 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-300\/95 {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9562ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/0 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/10 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/100 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/15 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/20 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/25 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/30 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/35 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/40 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/45 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/5 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/50 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/55 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/60 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/65 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/70 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/75 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/80 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/85 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/90 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-400\/95 {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f1ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/0 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/10 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/100 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/15 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/20 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/25 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/30 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/35 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/40 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/45 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/5 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/50 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/55 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/60 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/65 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/70 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/75 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/80 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/85 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/90 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-50\/95 {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4e1cd1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/0 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/10 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/100 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/15 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/20 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/25 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/30 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/35 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/40 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/45 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/5 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/50 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/55 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/60 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/65 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/70 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/75 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/80 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/85 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/90 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-500\/95 {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4115b5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/0 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/10 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/100 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/15 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/20 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/25 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/30 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/35 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/40 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/45 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/5 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/50 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/55 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/60 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/65 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/70 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/75 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/80 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/85 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/90 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-600\/95 {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #361096 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/0 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/10 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/100 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/15 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/20 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/25 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/30 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/35 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/40 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/45 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/5 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/50 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/55 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/60 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/65 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/70 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/75 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/80 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/85 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/90 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-700\/95 {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1078 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/0 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/10 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/100 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/15 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/20 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/25 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/30 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/35 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/40 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/45 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/5 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/50 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/55 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/60 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/65 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/70 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/75 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/80 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/85 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/90 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-800\/95 {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #270f62 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/0 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/10 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/100 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/15 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/20 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/25 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/30 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/35 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/40 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/45 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/5 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/50 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/55 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/60 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/65 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/70 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/75 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/80 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/85 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/90 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-900\/95 {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16053a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/0 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/10 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/100 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/15 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/20 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/25 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/30 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/35 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/40 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/45 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/5 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/50 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/55 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/60 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/65 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/70 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/75 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/80 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/85 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/90 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-brand-950\/95 {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f6f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/0 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/10 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/100 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/15 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/20 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/25 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/30 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/35 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/40 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/45 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/5 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/50 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/55 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/60 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/65 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/70 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/75 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/80 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/85 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/90 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-100\/95 {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9e6e3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/0 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/10 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/100 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/15 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/20 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/25 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/30 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/35 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/40 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/45 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/5 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/50 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/55 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/60 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/65 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/70 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/75 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/80 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/85 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/90 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-200\/95 {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d7d2cd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/0 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/10 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/100 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/15 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/20 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/25 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/30 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/35 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/40 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/45 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/5 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/50 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/55 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/60 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/65 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/70 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/75 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/80 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/85 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/90 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-300\/95 {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #afa8a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/0 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/10 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/100 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/15 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/20 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/25 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/30 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/35 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/40 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/45 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/5 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/50 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/55 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/60 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/65 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/70 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/75 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/80 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/85 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/90 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-400\/95 {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbfaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/0 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/10 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/100 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/15 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/20 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/25 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/30 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/35 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/40 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/45 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/5 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/50 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/55 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/60 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/65 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/70 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/75 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/80 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/85 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/90 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-50\/95 {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #817971 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/0 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/10 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/100 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/15 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/20 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/25 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/30 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/35 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/40 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/45 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/5 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/50 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/55 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/60 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/65 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/70 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/75 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/80 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/85 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/90 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-500\/95 {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #605952 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/0 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/10 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/100 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/15 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/20 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/25 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/30 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/35 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/40 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/45 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/5 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/50 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/55 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/60 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/65 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/70 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/75 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/80 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/85 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/90 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-600\/95 {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #49443f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/0 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/10 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/100 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/15 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/20 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/25 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/30 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/35 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/40 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/45 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/5 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/50 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/55 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/60 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/65 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/70 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/75 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/80 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/85 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/90 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-700\/95 {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #302d2a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/0 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/10 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/100 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/15 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/20 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/25 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/30 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/35 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/40 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/45 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/5 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/50 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/55 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/60 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/65 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/70 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/75 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/80 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/85 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/90 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-800\/95 {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #211f1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/0 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/10 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/100 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/15 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/20 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/25 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/30 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/35 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/40 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/45 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/5 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/50 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/55 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/60 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/65 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/70 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/75 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/80 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/85 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/90 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-900\/95 {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #121110 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/0 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/10 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/100 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/15 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/20 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/25 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/30 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/35 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/40 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/45 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/5 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/50 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/55 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/60 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/65 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/70 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/75 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/80 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/85 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/90 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-neutral-950\/95 {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #feeade var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/0 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/10 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/100 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/15 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/20 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/25 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/30 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/35 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/40 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/45 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/5 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/50 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/55 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/60 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/65 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/70 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/75 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/80 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/85 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/90 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-100\/95 {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd3bd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/0 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/10 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/100 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/15 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/20 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/25 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/30 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/35 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/40 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/45 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/5 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/50 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/55 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/60 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/65 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/70 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/75 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/80 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/85 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/90 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-200\/95 {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fab38f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/0 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/10 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/100 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/15 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/20 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/25 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/30 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/35 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/40 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/45 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/5 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/50 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/55 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/60 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/65 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/70 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/75 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/80 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/85 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/90 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-300\/95 {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f99766 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/0 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/10 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/100 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/15 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/20 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/25 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/30 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/35 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/40 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/45 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/5 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/50 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/55 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/60 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/65 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/70 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/75 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/80 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/85 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/90 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-400\/95 {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/0 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/10 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/100 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/15 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/20 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/25 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/30 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/35 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/40 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/45 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/5 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/50 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/55 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/60 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/65 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/70 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/75 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/80 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/85 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/90 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-50\/95 {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f78d4d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/0 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/10 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/100 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/15 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/20 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/25 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/30 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/35 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/40 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/45 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/5 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/50 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/55 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/60 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/65 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/70 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/75 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/80 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/85 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/90 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-500\/95 {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e96325 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/0 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/10 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/100 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/15 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/20 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/25 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/30 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/35 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/40 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/45 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/5 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/50 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/55 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/60 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/65 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/70 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/75 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/80 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/85 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/90 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-600\/95 {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c94a16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/0 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/10 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/100 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/15 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/20 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/25 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/30 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/35 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/40 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/45 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/5 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/50 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/55 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/60 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/65 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/70 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/75 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/80 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/85 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/90 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-700\/95 {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a13b18 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/0 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/10 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/100 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/15 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/20 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/25 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/30 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/35 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/40 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/45 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/5 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/50 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/55 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/60 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/65 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/70 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/75 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/80 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/85 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/90 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-800\/95 {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #823318 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/0 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/10 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/100 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/15 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/20 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/25 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/30 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/35 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/40 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/45 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/5 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/50 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/55 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/60 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/65 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/70 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/75 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/80 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/85 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/90 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-900\/95 {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #461708 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/0 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/10 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/100 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/15 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/20 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/25 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/30 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/35 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/40 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/45 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/5 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/50 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/55 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/60 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/65 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/70 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/75 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/80 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/85 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/90 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-primary-950\/95 {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.95) 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\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fef08a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #facc15 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fefce8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #eab308 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ca8a04 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #854d0e var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-accent-100 {
  --tw-gradient-to: #ebfbcb var(--tw-gradient-to-position);
}

.to-accent-100\/0 {
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
}

.to-accent-100\/10 {
  --tw-gradient-to: rgb(235 251 203 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-100\/100 {
  --tw-gradient-to: rgb(235 251 203 / 1) var(--tw-gradient-to-position);
}

.to-accent-100\/15 {
  --tw-gradient-to: rgb(235 251 203 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-100\/20 {
  --tw-gradient-to: rgb(235 251 203 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-100\/25 {
  --tw-gradient-to: rgb(235 251 203 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-100\/30 {
  --tw-gradient-to: rgb(235 251 203 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-100\/35 {
  --tw-gradient-to: rgb(235 251 203 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-100\/40 {
  --tw-gradient-to: rgb(235 251 203 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-100\/45 {
  --tw-gradient-to: rgb(235 251 203 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-100\/5 {
  --tw-gradient-to: rgb(235 251 203 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-100\/50 {
  --tw-gradient-to: rgb(235 251 203 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-100\/55 {
  --tw-gradient-to: rgb(235 251 203 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-100\/60 {
  --tw-gradient-to: rgb(235 251 203 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-100\/65 {
  --tw-gradient-to: rgb(235 251 203 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-100\/70 {
  --tw-gradient-to: rgb(235 251 203 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-100\/75 {
  --tw-gradient-to: rgb(235 251 203 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-100\/80 {
  --tw-gradient-to: rgb(235 251 203 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-100\/85 {
  --tw-gradient-to: rgb(235 251 203 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-100\/90 {
  --tw-gradient-to: rgb(235 251 203 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-100\/95 {
  --tw-gradient-to: rgb(235 251 203 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-200 {
  --tw-gradient-to: #d8f69a var(--tw-gradient-to-position);
}

.to-accent-200\/0 {
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
}

.to-accent-200\/10 {
  --tw-gradient-to: rgb(216 246 154 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-200\/100 {
  --tw-gradient-to: rgb(216 246 154 / 1) var(--tw-gradient-to-position);
}

.to-accent-200\/15 {
  --tw-gradient-to: rgb(216 246 154 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-200\/20 {
  --tw-gradient-to: rgb(216 246 154 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-200\/25 {
  --tw-gradient-to: rgb(216 246 154 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-200\/30 {
  --tw-gradient-to: rgb(216 246 154 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-200\/35 {
  --tw-gradient-to: rgb(216 246 154 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-200\/40 {
  --tw-gradient-to: rgb(216 246 154 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-200\/45 {
  --tw-gradient-to: rgb(216 246 154 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-200\/5 {
  --tw-gradient-to: rgb(216 246 154 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-200\/50 {
  --tw-gradient-to: rgb(216 246 154 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-200\/55 {
  --tw-gradient-to: rgb(216 246 154 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-200\/60 {
  --tw-gradient-to: rgb(216 246 154 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-200\/65 {
  --tw-gradient-to: rgb(216 246 154 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-200\/70 {
  --tw-gradient-to: rgb(216 246 154 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-200\/75 {
  --tw-gradient-to: rgb(216 246 154 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-200\/80 {
  --tw-gradient-to: rgb(216 246 154 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-200\/85 {
  --tw-gradient-to: rgb(216 246 154 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-200\/90 {
  --tw-gradient-to: rgb(216 246 154 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-200\/95 {
  --tw-gradient-to: rgb(216 246 154 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-300 {
  --tw-gradient-to: #c4f078 var(--tw-gradient-to-position);
}

.to-accent-300\/0 {
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
}

.to-accent-300\/10 {
  --tw-gradient-to: rgb(196 240 120 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-300\/100 {
  --tw-gradient-to: rgb(196 240 120 / 1) var(--tw-gradient-to-position);
}

.to-accent-300\/15 {
  --tw-gradient-to: rgb(196 240 120 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-300\/20 {
  --tw-gradient-to: rgb(196 240 120 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-300\/25 {
  --tw-gradient-to: rgb(196 240 120 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-300\/30 {
  --tw-gradient-to: rgb(196 240 120 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-300\/35 {
  --tw-gradient-to: rgb(196 240 120 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-300\/40 {
  --tw-gradient-to: rgb(196 240 120 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-300\/45 {
  --tw-gradient-to: rgb(196 240 120 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-300\/5 {
  --tw-gradient-to: rgb(196 240 120 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-300\/50 {
  --tw-gradient-to: rgb(196 240 120 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-300\/55 {
  --tw-gradient-to: rgb(196 240 120 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-300\/60 {
  --tw-gradient-to: rgb(196 240 120 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-300\/65 {
  --tw-gradient-to: rgb(196 240 120 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-300\/70 {
  --tw-gradient-to: rgb(196 240 120 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-300\/75 {
  --tw-gradient-to: rgb(196 240 120 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-300\/80 {
  --tw-gradient-to: rgb(196 240 120 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-300\/85 {
  --tw-gradient-to: rgb(196 240 120 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-300\/90 {
  --tw-gradient-to: rgb(196 240 120 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-300\/95 {
  --tw-gradient-to: rgb(196 240 120 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-400 {
  --tw-gradient-to: #b7ed68 var(--tw-gradient-to-position);
}

.to-accent-400\/0 {
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
}

.to-accent-400\/10 {
  --tw-gradient-to: rgb(183 237 104 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-400\/100 {
  --tw-gradient-to: rgb(183 237 104 / 1) var(--tw-gradient-to-position);
}

.to-accent-400\/15 {
  --tw-gradient-to: rgb(183 237 104 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-400\/20 {
  --tw-gradient-to: rgb(183 237 104 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-400\/25 {
  --tw-gradient-to: rgb(183 237 104 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-400\/30 {
  --tw-gradient-to: rgb(183 237 104 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-400\/35 {
  --tw-gradient-to: rgb(183 237 104 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-400\/40 {
  --tw-gradient-to: rgb(183 237 104 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-400\/45 {
  --tw-gradient-to: rgb(183 237 104 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-400\/5 {
  --tw-gradient-to: rgb(183 237 104 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-400\/50 {
  --tw-gradient-to: rgb(183 237 104 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-400\/55 {
  --tw-gradient-to: rgb(183 237 104 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-400\/60 {
  --tw-gradient-to: rgb(183 237 104 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-400\/65 {
  --tw-gradient-to: rgb(183 237 104 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-400\/70 {
  --tw-gradient-to: rgb(183 237 104 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-400\/75 {
  --tw-gradient-to: rgb(183 237 104 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-400\/80 {
  --tw-gradient-to: rgb(183 237 104 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-400\/85 {
  --tw-gradient-to: rgb(183 237 104 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-400\/90 {
  --tw-gradient-to: rgb(183 237 104 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-400\/95 {
  --tw-gradient-to: rgb(183 237 104 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-50 {
  --tw-gradient-to: #f7fdeb var(--tw-gradient-to-position);
}

.to-accent-50\/0 {
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
}

.to-accent-50\/10 {
  --tw-gradient-to: rgb(247 253 235 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-50\/100 {
  --tw-gradient-to: rgb(247 253 235 / 1) var(--tw-gradient-to-position);
}

.to-accent-50\/15 {
  --tw-gradient-to: rgb(247 253 235 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-50\/20 {
  --tw-gradient-to: rgb(247 253 235 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-50\/25 {
  --tw-gradient-to: rgb(247 253 235 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-50\/30 {
  --tw-gradient-to: rgb(247 253 235 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-50\/35 {
  --tw-gradient-to: rgb(247 253 235 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-50\/40 {
  --tw-gradient-to: rgb(247 253 235 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-50\/45 {
  --tw-gradient-to: rgb(247 253 235 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-50\/5 {
  --tw-gradient-to: rgb(247 253 235 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-50\/50 {
  --tw-gradient-to: rgb(247 253 235 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-50\/55 {
  --tw-gradient-to: rgb(247 253 235 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-50\/60 {
  --tw-gradient-to: rgb(247 253 235 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-50\/65 {
  --tw-gradient-to: rgb(247 253 235 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-50\/70 {
  --tw-gradient-to: rgb(247 253 235 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-50\/75 {
  --tw-gradient-to: rgb(247 253 235 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-50\/80 {
  --tw-gradient-to: rgb(247 253 235 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-50\/85 {
  --tw-gradient-to: rgb(247 253 235 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-50\/90 {
  --tw-gradient-to: rgb(247 253 235 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-50\/95 {
  --tw-gradient-to: rgb(247 253 235 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-500 {
  --tw-gradient-to: #aeeb60 var(--tw-gradient-to-position);
}

.to-accent-500\/0 {
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
}

.to-accent-500\/10 {
  --tw-gradient-to: rgb(174 235 96 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-500\/100 {
  --tw-gradient-to: rgb(174 235 96 / 1) var(--tw-gradient-to-position);
}

.to-accent-500\/15 {
  --tw-gradient-to: rgb(174 235 96 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-500\/20 {
  --tw-gradient-to: rgb(174 235 96 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-500\/25 {
  --tw-gradient-to: rgb(174 235 96 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-500\/30 {
  --tw-gradient-to: rgb(174 235 96 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-500\/35 {
  --tw-gradient-to: rgb(174 235 96 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-500\/40 {
  --tw-gradient-to: rgb(174 235 96 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-500\/45 {
  --tw-gradient-to: rgb(174 235 96 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-500\/5 {
  --tw-gradient-to: rgb(174 235 96 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-500\/50 {
  --tw-gradient-to: rgb(174 235 96 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-500\/55 {
  --tw-gradient-to: rgb(174 235 96 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-500\/60 {
  --tw-gradient-to: rgb(174 235 96 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-500\/65 {
  --tw-gradient-to: rgb(174 235 96 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-500\/70 {
  --tw-gradient-to: rgb(174 235 96 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-500\/75 {
  --tw-gradient-to: rgb(174 235 96 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-500\/80 {
  --tw-gradient-to: rgb(174 235 96 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-500\/85 {
  --tw-gradient-to: rgb(174 235 96 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-500\/90 {
  --tw-gradient-to: rgb(174 235 96 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-500\/95 {
  --tw-gradient-to: rgb(174 235 96 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-600 {
  --tw-gradient-to: #82c930 var(--tw-gradient-to-position);
}

.to-accent-600\/0 {
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
}

.to-accent-600\/10 {
  --tw-gradient-to: rgb(130 201 48 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-600\/100 {
  --tw-gradient-to: rgb(130 201 48 / 1) var(--tw-gradient-to-position);
}

.to-accent-600\/15 {
  --tw-gradient-to: rgb(130 201 48 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-600\/20 {
  --tw-gradient-to: rgb(130 201 48 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-600\/25 {
  --tw-gradient-to: rgb(130 201 48 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-600\/30 {
  --tw-gradient-to: rgb(130 201 48 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-600\/35 {
  --tw-gradient-to: rgb(130 201 48 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-600\/40 {
  --tw-gradient-to: rgb(130 201 48 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-600\/45 {
  --tw-gradient-to: rgb(130 201 48 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-600\/5 {
  --tw-gradient-to: rgb(130 201 48 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-600\/50 {
  --tw-gradient-to: rgb(130 201 48 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-600\/55 {
  --tw-gradient-to: rgb(130 201 48 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-600\/60 {
  --tw-gradient-to: rgb(130 201 48 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-600\/65 {
  --tw-gradient-to: rgb(130 201 48 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-600\/70 {
  --tw-gradient-to: rgb(130 201 48 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-600\/75 {
  --tw-gradient-to: rgb(130 201 48 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-600\/80 {
  --tw-gradient-to: rgb(130 201 48 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-600\/85 {
  --tw-gradient-to: rgb(130 201 48 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-600\/90 {
  --tw-gradient-to: rgb(130 201 48 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-600\/95 {
  --tw-gradient-to: rgb(130 201 48 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-700 {
  --tw-gradient-to: #61a11f var(--tw-gradient-to-position);
}

.to-accent-700\/0 {
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
}

.to-accent-700\/10 {
  --tw-gradient-to: rgb(97 161 31 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-700\/100 {
  --tw-gradient-to: rgb(97 161 31 / 1) var(--tw-gradient-to-position);
}

.to-accent-700\/15 {
  --tw-gradient-to: rgb(97 161 31 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-700\/20 {
  --tw-gradient-to: rgb(97 161 31 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-700\/25 {
  --tw-gradient-to: rgb(97 161 31 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-700\/30 {
  --tw-gradient-to: rgb(97 161 31 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-700\/35 {
  --tw-gradient-to: rgb(97 161 31 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-700\/40 {
  --tw-gradient-to: rgb(97 161 31 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-700\/45 {
  --tw-gradient-to: rgb(97 161 31 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-700\/5 {
  --tw-gradient-to: rgb(97 161 31 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-700\/50 {
  --tw-gradient-to: rgb(97 161 31 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-700\/55 {
  --tw-gradient-to: rgb(97 161 31 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-700\/60 {
  --tw-gradient-to: rgb(97 161 31 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-700\/65 {
  --tw-gradient-to: rgb(97 161 31 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-700\/70 {
  --tw-gradient-to: rgb(97 161 31 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-700\/75 {
  --tw-gradient-to: rgb(97 161 31 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-700\/80 {
  --tw-gradient-to: rgb(97 161 31 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-700\/85 {
  --tw-gradient-to: rgb(97 161 31 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-700\/90 {
  --tw-gradient-to: rgb(97 161 31 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-700\/95 {
  --tw-gradient-to: rgb(97 161 31 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-800 {
  --tw-gradient-to: #4e7e20 var(--tw-gradient-to-position);
}

.to-accent-800\/0 {
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
}

.to-accent-800\/10 {
  --tw-gradient-to: rgb(78 126 32 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-800\/100 {
  --tw-gradient-to: rgb(78 126 32 / 1) var(--tw-gradient-to-position);
}

.to-accent-800\/15 {
  --tw-gradient-to: rgb(78 126 32 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-800\/20 {
  --tw-gradient-to: rgb(78 126 32 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-800\/25 {
  --tw-gradient-to: rgb(78 126 32 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-800\/30 {
  --tw-gradient-to: rgb(78 126 32 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-800\/35 {
  --tw-gradient-to: rgb(78 126 32 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-800\/40 {
  --tw-gradient-to: rgb(78 126 32 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-800\/45 {
  --tw-gradient-to: rgb(78 126 32 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-800\/5 {
  --tw-gradient-to: rgb(78 126 32 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-800\/50 {
  --tw-gradient-to: rgb(78 126 32 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-800\/55 {
  --tw-gradient-to: rgb(78 126 32 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-800\/60 {
  --tw-gradient-to: rgb(78 126 32 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-800\/65 {
  --tw-gradient-to: rgb(78 126 32 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-800\/70 {
  --tw-gradient-to: rgb(78 126 32 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-800\/75 {
  --tw-gradient-to: rgb(78 126 32 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-800\/80 {
  --tw-gradient-to: rgb(78 126 32 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-800\/85 {
  --tw-gradient-to: rgb(78 126 32 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-800\/90 {
  --tw-gradient-to: rgb(78 126 32 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-800\/95 {
  --tw-gradient-to: rgb(78 126 32 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-900 {
  --tw-gradient-to: #426a21 var(--tw-gradient-to-position);
}

.to-accent-900\/0 {
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
}

.to-accent-900\/10 {
  --tw-gradient-to: rgb(66 106 33 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-900\/100 {
  --tw-gradient-to: rgb(66 106 33 / 1) var(--tw-gradient-to-position);
}

.to-accent-900\/15 {
  --tw-gradient-to: rgb(66 106 33 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-900\/20 {
  --tw-gradient-to: rgb(66 106 33 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-900\/25 {
  --tw-gradient-to: rgb(66 106 33 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-900\/30 {
  --tw-gradient-to: rgb(66 106 33 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-900\/35 {
  --tw-gradient-to: rgb(66 106 33 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-900\/40 {
  --tw-gradient-to: rgb(66 106 33 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-900\/45 {
  --tw-gradient-to: rgb(66 106 33 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-900\/5 {
  --tw-gradient-to: rgb(66 106 33 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-900\/50 {
  --tw-gradient-to: rgb(66 106 33 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-900\/55 {
  --tw-gradient-to: rgb(66 106 33 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-900\/60 {
  --tw-gradient-to: rgb(66 106 33 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-900\/65 {
  --tw-gradient-to: rgb(66 106 33 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-900\/70 {
  --tw-gradient-to: rgb(66 106 33 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-900\/75 {
  --tw-gradient-to: rgb(66 106 33 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-900\/80 {
  --tw-gradient-to: rgb(66 106 33 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-900\/85 {
  --tw-gradient-to: rgb(66 106 33 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-900\/90 {
  --tw-gradient-to: rgb(66 106 33 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-900\/95 {
  --tw-gradient-to: rgb(66 106 33 / 0.95) var(--tw-gradient-to-position);
}

.to-accent-950 {
  --tw-gradient-to: #203a0b var(--tw-gradient-to-position);
}

.to-accent-950\/0 {
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
}

.to-accent-950\/10 {
  --tw-gradient-to: rgb(32 58 11 / 0.1) var(--tw-gradient-to-position);
}

.to-accent-950\/100 {
  --tw-gradient-to: rgb(32 58 11 / 1) var(--tw-gradient-to-position);
}

.to-accent-950\/15 {
  --tw-gradient-to: rgb(32 58 11 / 0.15) var(--tw-gradient-to-position);
}

.to-accent-950\/20 {
  --tw-gradient-to: rgb(32 58 11 / 0.2) var(--tw-gradient-to-position);
}

.to-accent-950\/25 {
  --tw-gradient-to: rgb(32 58 11 / 0.25) var(--tw-gradient-to-position);
}

.to-accent-950\/30 {
  --tw-gradient-to: rgb(32 58 11 / 0.3) var(--tw-gradient-to-position);
}

.to-accent-950\/35 {
  --tw-gradient-to: rgb(32 58 11 / 0.35) var(--tw-gradient-to-position);
}

.to-accent-950\/40 {
  --tw-gradient-to: rgb(32 58 11 / 0.4) var(--tw-gradient-to-position);
}

.to-accent-950\/45 {
  --tw-gradient-to: rgb(32 58 11 / 0.45) var(--tw-gradient-to-position);
}

.to-accent-950\/5 {
  --tw-gradient-to: rgb(32 58 11 / 0.05) var(--tw-gradient-to-position);
}

.to-accent-950\/50 {
  --tw-gradient-to: rgb(32 58 11 / 0.5) var(--tw-gradient-to-position);
}

.to-accent-950\/55 {
  --tw-gradient-to: rgb(32 58 11 / 0.55) var(--tw-gradient-to-position);
}

.to-accent-950\/60 {
  --tw-gradient-to: rgb(32 58 11 / 0.6) var(--tw-gradient-to-position);
}

.to-accent-950\/65 {
  --tw-gradient-to: rgb(32 58 11 / 0.65) var(--tw-gradient-to-position);
}

.to-accent-950\/70 {
  --tw-gradient-to: rgb(32 58 11 / 0.7) var(--tw-gradient-to-position);
}

.to-accent-950\/75 {
  --tw-gradient-to: rgb(32 58 11 / 0.75) var(--tw-gradient-to-position);
}

.to-accent-950\/80 {
  --tw-gradient-to: rgb(32 58 11 / 0.8) var(--tw-gradient-to-position);
}

.to-accent-950\/85 {
  --tw-gradient-to: rgb(32 58 11 / 0.85) var(--tw-gradient-to-position);
}

.to-accent-950\/90 {
  --tw-gradient-to: rgb(32 58 11 / 0.9) var(--tw-gradient-to-position);
}

.to-accent-950\/95 {
  --tw-gradient-to: rgb(32 58 11 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-100 {
  --tw-gradient-to: #e9e3ff var(--tw-gradient-to-position);
}

.to-brand-100\/0 {
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
}

.to-brand-100\/10 {
  --tw-gradient-to: rgb(233 227 255 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-100\/100 {
  --tw-gradient-to: rgb(233 227 255 / 1) var(--tw-gradient-to-position);
}

.to-brand-100\/15 {
  --tw-gradient-to: rgb(233 227 255 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-100\/20 {
  --tw-gradient-to: rgb(233 227 255 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-100\/25 {
  --tw-gradient-to: rgb(233 227 255 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-100\/30 {
  --tw-gradient-to: rgb(233 227 255 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-100\/35 {
  --tw-gradient-to: rgb(233 227 255 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-100\/40 {
  --tw-gradient-to: rgb(233 227 255 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-100\/45 {
  --tw-gradient-to: rgb(233 227 255 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-100\/5 {
  --tw-gradient-to: rgb(233 227 255 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-100\/50 {
  --tw-gradient-to: rgb(233 227 255 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-100\/55 {
  --tw-gradient-to: rgb(233 227 255 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-100\/60 {
  --tw-gradient-to: rgb(233 227 255 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-100\/65 {
  --tw-gradient-to: rgb(233 227 255 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-100\/70 {
  --tw-gradient-to: rgb(233 227 255 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-100\/75 {
  --tw-gradient-to: rgb(233 227 255 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-100\/80 {
  --tw-gradient-to: rgb(233 227 255 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-100\/85 {
  --tw-gradient-to: rgb(233 227 255 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-100\/90 {
  --tw-gradient-to: rgb(233 227 255 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-100\/95 {
  --tw-gradient-to: rgb(233 227 255 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-200 {
  --tw-gradient-to: #d3c7ff var(--tw-gradient-to-position);
}

.to-brand-200\/0 {
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
}

.to-brand-200\/10 {
  --tw-gradient-to: rgb(211 199 255 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-200\/100 {
  --tw-gradient-to: rgb(211 199 255 / 1) var(--tw-gradient-to-position);
}

.to-brand-200\/15 {
  --tw-gradient-to: rgb(211 199 255 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-200\/20 {
  --tw-gradient-to: rgb(211 199 255 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-200\/25 {
  --tw-gradient-to: rgb(211 199 255 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-200\/30 {
  --tw-gradient-to: rgb(211 199 255 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-200\/35 {
  --tw-gradient-to: rgb(211 199 255 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-200\/40 {
  --tw-gradient-to: rgb(211 199 255 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-200\/45 {
  --tw-gradient-to: rgb(211 199 255 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-200\/5 {
  --tw-gradient-to: rgb(211 199 255 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-200\/50 {
  --tw-gradient-to: rgb(211 199 255 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-200\/55 {
  --tw-gradient-to: rgb(211 199 255 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-200\/60 {
  --tw-gradient-to: rgb(211 199 255 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-200\/65 {
  --tw-gradient-to: rgb(211 199 255 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-200\/70 {
  --tw-gradient-to: rgb(211 199 255 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-200\/75 {
  --tw-gradient-to: rgb(211 199 255 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-200\/80 {
  --tw-gradient-to: rgb(211 199 255 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-200\/85 {
  --tw-gradient-to: rgb(211 199 255 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-200\/90 {
  --tw-gradient-to: rgb(211 199 255 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-200\/95 {
  --tw-gradient-to: rgb(211 199 255 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-300 {
  --tw-gradient-to: #b79aff var(--tw-gradient-to-position);
}

.to-brand-300\/0 {
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
}

.to-brand-300\/10 {
  --tw-gradient-to: rgb(183 154 255 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-300\/100 {
  --tw-gradient-to: rgb(183 154 255 / 1) var(--tw-gradient-to-position);
}

.to-brand-300\/15 {
  --tw-gradient-to: rgb(183 154 255 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-300\/20 {
  --tw-gradient-to: rgb(183 154 255 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-300\/25 {
  --tw-gradient-to: rgb(183 154 255 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-300\/30 {
  --tw-gradient-to: rgb(183 154 255 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-300\/35 {
  --tw-gradient-to: rgb(183 154 255 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-300\/40 {
  --tw-gradient-to: rgb(183 154 255 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-300\/45 {
  --tw-gradient-to: rgb(183 154 255 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-300\/5 {
  --tw-gradient-to: rgb(183 154 255 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-300\/50 {
  --tw-gradient-to: rgb(183 154 255 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-300\/55 {
  --tw-gradient-to: rgb(183 154 255 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-300\/60 {
  --tw-gradient-to: rgb(183 154 255 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-300\/65 {
  --tw-gradient-to: rgb(183 154 255 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-300\/70 {
  --tw-gradient-to: rgb(183 154 255 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-300\/75 {
  --tw-gradient-to: rgb(183 154 255 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-300\/80 {
  --tw-gradient-to: rgb(183 154 255 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-300\/85 {
  --tw-gradient-to: rgb(183 154 255 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-300\/90 {
  --tw-gradient-to: rgb(183 154 255 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-300\/95 {
  --tw-gradient-to: rgb(183 154 255 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-400 {
  --tw-gradient-to: #9562ff var(--tw-gradient-to-position);
}

.to-brand-400\/0 {
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
}

.to-brand-400\/10 {
  --tw-gradient-to: rgb(149 98 255 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-400\/100 {
  --tw-gradient-to: rgb(149 98 255 / 1) var(--tw-gradient-to-position);
}

.to-brand-400\/15 {
  --tw-gradient-to: rgb(149 98 255 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-400\/20 {
  --tw-gradient-to: rgb(149 98 255 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-400\/25 {
  --tw-gradient-to: rgb(149 98 255 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-400\/30 {
  --tw-gradient-to: rgb(149 98 255 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-400\/35 {
  --tw-gradient-to: rgb(149 98 255 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-400\/40 {
  --tw-gradient-to: rgb(149 98 255 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-400\/45 {
  --tw-gradient-to: rgb(149 98 255 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-400\/5 {
  --tw-gradient-to: rgb(149 98 255 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-400\/50 {
  --tw-gradient-to: rgb(149 98 255 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-400\/55 {
  --tw-gradient-to: rgb(149 98 255 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-400\/60 {
  --tw-gradient-to: rgb(149 98 255 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-400\/65 {
  --tw-gradient-to: rgb(149 98 255 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-400\/70 {
  --tw-gradient-to: rgb(149 98 255 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-400\/75 {
  --tw-gradient-to: rgb(149 98 255 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-400\/80 {
  --tw-gradient-to: rgb(149 98 255 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-400\/85 {
  --tw-gradient-to: rgb(149 98 255 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-400\/90 {
  --tw-gradient-to: rgb(149 98 255 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-400\/95 {
  --tw-gradient-to: rgb(149 98 255 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-50 {
  --tw-gradient-to: #f4f1ff var(--tw-gradient-to-position);
}

.to-brand-50\/0 {
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
}

.to-brand-50\/10 {
  --tw-gradient-to: rgb(244 241 255 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-50\/100 {
  --tw-gradient-to: rgb(244 241 255 / 1) var(--tw-gradient-to-position);
}

.to-brand-50\/15 {
  --tw-gradient-to: rgb(244 241 255 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-50\/20 {
  --tw-gradient-to: rgb(244 241 255 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-50\/25 {
  --tw-gradient-to: rgb(244 241 255 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-50\/30 {
  --tw-gradient-to: rgb(244 241 255 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-50\/35 {
  --tw-gradient-to: rgb(244 241 255 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-50\/40 {
  --tw-gradient-to: rgb(244 241 255 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-50\/45 {
  --tw-gradient-to: rgb(244 241 255 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-50\/5 {
  --tw-gradient-to: rgb(244 241 255 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-50\/50 {
  --tw-gradient-to: rgb(244 241 255 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-50\/55 {
  --tw-gradient-to: rgb(244 241 255 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-50\/60 {
  --tw-gradient-to: rgb(244 241 255 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-50\/65 {
  --tw-gradient-to: rgb(244 241 255 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-50\/70 {
  --tw-gradient-to: rgb(244 241 255 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-50\/75 {
  --tw-gradient-to: rgb(244 241 255 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-50\/80 {
  --tw-gradient-to: rgb(244 241 255 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-50\/85 {
  --tw-gradient-to: rgb(244 241 255 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-50\/90 {
  --tw-gradient-to: rgb(244 241 255 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-50\/95 {
  --tw-gradient-to: rgb(244 241 255 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-500 {
  --tw-gradient-to: #4e1cd1 var(--tw-gradient-to-position);
}

.to-brand-500\/0 {
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
}

.to-brand-500\/10 {
  --tw-gradient-to: rgb(78 28 209 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-500\/100 {
  --tw-gradient-to: rgb(78 28 209 / 1) var(--tw-gradient-to-position);
}

.to-brand-500\/15 {
  --tw-gradient-to: rgb(78 28 209 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-500\/20 {
  --tw-gradient-to: rgb(78 28 209 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-500\/25 {
  --tw-gradient-to: rgb(78 28 209 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-500\/30 {
  --tw-gradient-to: rgb(78 28 209 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-500\/35 {
  --tw-gradient-to: rgb(78 28 209 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-500\/40 {
  --tw-gradient-to: rgb(78 28 209 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-500\/45 {
  --tw-gradient-to: rgb(78 28 209 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-500\/5 {
  --tw-gradient-to: rgb(78 28 209 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-500\/50 {
  --tw-gradient-to: rgb(78 28 209 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-500\/55 {
  --tw-gradient-to: rgb(78 28 209 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-500\/60 {
  --tw-gradient-to: rgb(78 28 209 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-500\/65 {
  --tw-gradient-to: rgb(78 28 209 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-500\/70 {
  --tw-gradient-to: rgb(78 28 209 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-500\/75 {
  --tw-gradient-to: rgb(78 28 209 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-500\/80 {
  --tw-gradient-to: rgb(78 28 209 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-500\/85 {
  --tw-gradient-to: rgb(78 28 209 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-500\/90 {
  --tw-gradient-to: rgb(78 28 209 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-500\/95 {
  --tw-gradient-to: rgb(78 28 209 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-600 {
  --tw-gradient-to: #4115b5 var(--tw-gradient-to-position);
}

.to-brand-600\/0 {
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
}

.to-brand-600\/10 {
  --tw-gradient-to: rgb(65 21 181 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-600\/100 {
  --tw-gradient-to: rgb(65 21 181 / 1) var(--tw-gradient-to-position);
}

.to-brand-600\/15 {
  --tw-gradient-to: rgb(65 21 181 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-600\/20 {
  --tw-gradient-to: rgb(65 21 181 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-600\/25 {
  --tw-gradient-to: rgb(65 21 181 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-600\/30 {
  --tw-gradient-to: rgb(65 21 181 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-600\/35 {
  --tw-gradient-to: rgb(65 21 181 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-600\/40 {
  --tw-gradient-to: rgb(65 21 181 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-600\/45 {
  --tw-gradient-to: rgb(65 21 181 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-600\/5 {
  --tw-gradient-to: rgb(65 21 181 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-600\/50 {
  --tw-gradient-to: rgb(65 21 181 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-600\/55 {
  --tw-gradient-to: rgb(65 21 181 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-600\/60 {
  --tw-gradient-to: rgb(65 21 181 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-600\/65 {
  --tw-gradient-to: rgb(65 21 181 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-600\/70 {
  --tw-gradient-to: rgb(65 21 181 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-600\/75 {
  --tw-gradient-to: rgb(65 21 181 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-600\/80 {
  --tw-gradient-to: rgb(65 21 181 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-600\/85 {
  --tw-gradient-to: rgb(65 21 181 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-600\/90 {
  --tw-gradient-to: rgb(65 21 181 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-600\/95 {
  --tw-gradient-to: rgb(65 21 181 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-700 {
  --tw-gradient-to: #361096 var(--tw-gradient-to-position);
}

.to-brand-700\/0 {
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
}

.to-brand-700\/10 {
  --tw-gradient-to: rgb(54 16 150 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-700\/100 {
  --tw-gradient-to: rgb(54 16 150 / 1) var(--tw-gradient-to-position);
}

.to-brand-700\/15 {
  --tw-gradient-to: rgb(54 16 150 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-700\/20 {
  --tw-gradient-to: rgb(54 16 150 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-700\/25 {
  --tw-gradient-to: rgb(54 16 150 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-700\/30 {
  --tw-gradient-to: rgb(54 16 150 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-700\/35 {
  --tw-gradient-to: rgb(54 16 150 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-700\/40 {
  --tw-gradient-to: rgb(54 16 150 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-700\/45 {
  --tw-gradient-to: rgb(54 16 150 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-700\/5 {
  --tw-gradient-to: rgb(54 16 150 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-700\/50 {
  --tw-gradient-to: rgb(54 16 150 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-700\/55 {
  --tw-gradient-to: rgb(54 16 150 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-700\/60 {
  --tw-gradient-to: rgb(54 16 150 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-700\/65 {
  --tw-gradient-to: rgb(54 16 150 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-700\/70 {
  --tw-gradient-to: rgb(54 16 150 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-700\/75 {
  --tw-gradient-to: rgb(54 16 150 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-700\/80 {
  --tw-gradient-to: rgb(54 16 150 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-700\/85 {
  --tw-gradient-to: rgb(54 16 150 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-700\/90 {
  --tw-gradient-to: rgb(54 16 150 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-700\/95 {
  --tw-gradient-to: rgb(54 16 150 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-800 {
  --tw-gradient-to: #2e1078 var(--tw-gradient-to-position);
}

.to-brand-800\/0 {
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
}

.to-brand-800\/10 {
  --tw-gradient-to: rgb(46 16 120 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-800\/100 {
  --tw-gradient-to: rgb(46 16 120 / 1) var(--tw-gradient-to-position);
}

.to-brand-800\/15 {
  --tw-gradient-to: rgb(46 16 120 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-800\/20 {
  --tw-gradient-to: rgb(46 16 120 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-800\/25 {
  --tw-gradient-to: rgb(46 16 120 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-800\/30 {
  --tw-gradient-to: rgb(46 16 120 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-800\/35 {
  --tw-gradient-to: rgb(46 16 120 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-800\/40 {
  --tw-gradient-to: rgb(46 16 120 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-800\/45 {
  --tw-gradient-to: rgb(46 16 120 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-800\/5 {
  --tw-gradient-to: rgb(46 16 120 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-800\/50 {
  --tw-gradient-to: rgb(46 16 120 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-800\/55 {
  --tw-gradient-to: rgb(46 16 120 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-800\/60 {
  --tw-gradient-to: rgb(46 16 120 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-800\/65 {
  --tw-gradient-to: rgb(46 16 120 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-800\/70 {
  --tw-gradient-to: rgb(46 16 120 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-800\/75 {
  --tw-gradient-to: rgb(46 16 120 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-800\/80 {
  --tw-gradient-to: rgb(46 16 120 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-800\/85 {
  --tw-gradient-to: rgb(46 16 120 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-800\/90 {
  --tw-gradient-to: rgb(46 16 120 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-800\/95 {
  --tw-gradient-to: rgb(46 16 120 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-900 {
  --tw-gradient-to: #270f62 var(--tw-gradient-to-position);
}

.to-brand-900\/0 {
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
}

.to-brand-900\/10 {
  --tw-gradient-to: rgb(39 15 98 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-900\/100 {
  --tw-gradient-to: rgb(39 15 98 / 1) var(--tw-gradient-to-position);
}

.to-brand-900\/15 {
  --tw-gradient-to: rgb(39 15 98 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-900\/20 {
  --tw-gradient-to: rgb(39 15 98 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-900\/25 {
  --tw-gradient-to: rgb(39 15 98 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-900\/30 {
  --tw-gradient-to: rgb(39 15 98 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-900\/35 {
  --tw-gradient-to: rgb(39 15 98 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-900\/40 {
  --tw-gradient-to: rgb(39 15 98 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-900\/45 {
  --tw-gradient-to: rgb(39 15 98 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-900\/5 {
  --tw-gradient-to: rgb(39 15 98 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-900\/50 {
  --tw-gradient-to: rgb(39 15 98 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-900\/55 {
  --tw-gradient-to: rgb(39 15 98 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-900\/60 {
  --tw-gradient-to: rgb(39 15 98 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-900\/65 {
  --tw-gradient-to: rgb(39 15 98 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-900\/70 {
  --tw-gradient-to: rgb(39 15 98 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-900\/75 {
  --tw-gradient-to: rgb(39 15 98 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-900\/80 {
  --tw-gradient-to: rgb(39 15 98 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-900\/85 {
  --tw-gradient-to: rgb(39 15 98 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-900\/90 {
  --tw-gradient-to: rgb(39 15 98 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-900\/95 {
  --tw-gradient-to: rgb(39 15 98 / 0.95) var(--tw-gradient-to-position);
}

.to-brand-950 {
  --tw-gradient-to: #16053a var(--tw-gradient-to-position);
}

.to-brand-950\/0 {
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
}

.to-brand-950\/10 {
  --tw-gradient-to: rgb(22 5 58 / 0.1) var(--tw-gradient-to-position);
}

.to-brand-950\/100 {
  --tw-gradient-to: rgb(22 5 58 / 1) var(--tw-gradient-to-position);
}

.to-brand-950\/15 {
  --tw-gradient-to: rgb(22 5 58 / 0.15) var(--tw-gradient-to-position);
}

.to-brand-950\/20 {
  --tw-gradient-to: rgb(22 5 58 / 0.2) var(--tw-gradient-to-position);
}

.to-brand-950\/25 {
  --tw-gradient-to: rgb(22 5 58 / 0.25) var(--tw-gradient-to-position);
}

.to-brand-950\/30 {
  --tw-gradient-to: rgb(22 5 58 / 0.3) var(--tw-gradient-to-position);
}

.to-brand-950\/35 {
  --tw-gradient-to: rgb(22 5 58 / 0.35) var(--tw-gradient-to-position);
}

.to-brand-950\/40 {
  --tw-gradient-to: rgb(22 5 58 / 0.4) var(--tw-gradient-to-position);
}

.to-brand-950\/45 {
  --tw-gradient-to: rgb(22 5 58 / 0.45) var(--tw-gradient-to-position);
}

.to-brand-950\/5 {
  --tw-gradient-to: rgb(22 5 58 / 0.05) var(--tw-gradient-to-position);
}

.to-brand-950\/50 {
  --tw-gradient-to: rgb(22 5 58 / 0.5) var(--tw-gradient-to-position);
}

.to-brand-950\/55 {
  --tw-gradient-to: rgb(22 5 58 / 0.55) var(--tw-gradient-to-position);
}

.to-brand-950\/60 {
  --tw-gradient-to: rgb(22 5 58 / 0.6) var(--tw-gradient-to-position);
}

.to-brand-950\/65 {
  --tw-gradient-to: rgb(22 5 58 / 0.65) var(--tw-gradient-to-position);
}

.to-brand-950\/70 {
  --tw-gradient-to: rgb(22 5 58 / 0.7) var(--tw-gradient-to-position);
}

.to-brand-950\/75 {
  --tw-gradient-to: rgb(22 5 58 / 0.75) var(--tw-gradient-to-position);
}

.to-brand-950\/80 {
  --tw-gradient-to: rgb(22 5 58 / 0.8) var(--tw-gradient-to-position);
}

.to-brand-950\/85 {
  --tw-gradient-to: rgb(22 5 58 / 0.85) var(--tw-gradient-to-position);
}

.to-brand-950\/90 {
  --tw-gradient-to: rgb(22 5 58 / 0.9) var(--tw-gradient-to-position);
}

.to-brand-950\/95 {
  --tw-gradient-to: rgb(22 5 58 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-100 {
  --tw-gradient-to: #f6f5f4 var(--tw-gradient-to-position);
}

.to-neutral-100\/0 {
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
}

.to-neutral-100\/10 {
  --tw-gradient-to: rgb(246 245 244 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-100\/100 {
  --tw-gradient-to: rgb(246 245 244 / 1) var(--tw-gradient-to-position);
}

.to-neutral-100\/15 {
  --tw-gradient-to: rgb(246 245 244 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-100\/20 {
  --tw-gradient-to: rgb(246 245 244 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-100\/25 {
  --tw-gradient-to: rgb(246 245 244 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-100\/30 {
  --tw-gradient-to: rgb(246 245 244 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-100\/35 {
  --tw-gradient-to: rgb(246 245 244 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-100\/40 {
  --tw-gradient-to: rgb(246 245 244 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-100\/45 {
  --tw-gradient-to: rgb(246 245 244 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-100\/5 {
  --tw-gradient-to: rgb(246 245 244 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-100\/50 {
  --tw-gradient-to: rgb(246 245 244 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-100\/55 {
  --tw-gradient-to: rgb(246 245 244 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-100\/60 {
  --tw-gradient-to: rgb(246 245 244 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-100\/65 {
  --tw-gradient-to: rgb(246 245 244 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-100\/70 {
  --tw-gradient-to: rgb(246 245 244 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-100\/75 {
  --tw-gradient-to: rgb(246 245 244 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-100\/80 {
  --tw-gradient-to: rgb(246 245 244 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-100\/85 {
  --tw-gradient-to: rgb(246 245 244 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-100\/90 {
  --tw-gradient-to: rgb(246 245 244 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-100\/95 {
  --tw-gradient-to: rgb(246 245 244 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-200 {
  --tw-gradient-to: #e9e6e3 var(--tw-gradient-to-position);
}

.to-neutral-200\/0 {
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
}

.to-neutral-200\/10 {
  --tw-gradient-to: rgb(233 230 227 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-200\/100 {
  --tw-gradient-to: rgb(233 230 227 / 1) var(--tw-gradient-to-position);
}

.to-neutral-200\/15 {
  --tw-gradient-to: rgb(233 230 227 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-200\/20 {
  --tw-gradient-to: rgb(233 230 227 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-200\/25 {
  --tw-gradient-to: rgb(233 230 227 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-200\/30 {
  --tw-gradient-to: rgb(233 230 227 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-200\/35 {
  --tw-gradient-to: rgb(233 230 227 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-200\/40 {
  --tw-gradient-to: rgb(233 230 227 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-200\/45 {
  --tw-gradient-to: rgb(233 230 227 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-200\/5 {
  --tw-gradient-to: rgb(233 230 227 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-200\/50 {
  --tw-gradient-to: rgb(233 230 227 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-200\/55 {
  --tw-gradient-to: rgb(233 230 227 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-200\/60 {
  --tw-gradient-to: rgb(233 230 227 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-200\/65 {
  --tw-gradient-to: rgb(233 230 227 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-200\/70 {
  --tw-gradient-to: rgb(233 230 227 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-200\/75 {
  --tw-gradient-to: rgb(233 230 227 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-200\/80 {
  --tw-gradient-to: rgb(233 230 227 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-200\/85 {
  --tw-gradient-to: rgb(233 230 227 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-200\/90 {
  --tw-gradient-to: rgb(233 230 227 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-200\/95 {
  --tw-gradient-to: rgb(233 230 227 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-300 {
  --tw-gradient-to: #d7d2cd var(--tw-gradient-to-position);
}

.to-neutral-300\/0 {
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
}

.to-neutral-300\/10 {
  --tw-gradient-to: rgb(215 210 205 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-300\/100 {
  --tw-gradient-to: rgb(215 210 205 / 1) var(--tw-gradient-to-position);
}

.to-neutral-300\/15 {
  --tw-gradient-to: rgb(215 210 205 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-300\/20 {
  --tw-gradient-to: rgb(215 210 205 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-300\/25 {
  --tw-gradient-to: rgb(215 210 205 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-300\/30 {
  --tw-gradient-to: rgb(215 210 205 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-300\/35 {
  --tw-gradient-to: rgb(215 210 205 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-300\/40 {
  --tw-gradient-to: rgb(215 210 205 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-300\/45 {
  --tw-gradient-to: rgb(215 210 205 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-300\/5 {
  --tw-gradient-to: rgb(215 210 205 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-300\/50 {
  --tw-gradient-to: rgb(215 210 205 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-300\/55 {
  --tw-gradient-to: rgb(215 210 205 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-300\/60 {
  --tw-gradient-to: rgb(215 210 205 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-300\/65 {
  --tw-gradient-to: rgb(215 210 205 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-300\/70 {
  --tw-gradient-to: rgb(215 210 205 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-300\/75 {
  --tw-gradient-to: rgb(215 210 205 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-300\/80 {
  --tw-gradient-to: rgb(215 210 205 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-300\/85 {
  --tw-gradient-to: rgb(215 210 205 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-300\/90 {
  --tw-gradient-to: rgb(215 210 205 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-300\/95 {
  --tw-gradient-to: rgb(215 210 205 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-400 {
  --tw-gradient-to: #afa8a1 var(--tw-gradient-to-position);
}

.to-neutral-400\/0 {
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
}

.to-neutral-400\/10 {
  --tw-gradient-to: rgb(175 168 161 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-400\/100 {
  --tw-gradient-to: rgb(175 168 161 / 1) var(--tw-gradient-to-position);
}

.to-neutral-400\/15 {
  --tw-gradient-to: rgb(175 168 161 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-400\/20 {
  --tw-gradient-to: rgb(175 168 161 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-400\/25 {
  --tw-gradient-to: rgb(175 168 161 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-400\/30 {
  --tw-gradient-to: rgb(175 168 161 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-400\/35 {
  --tw-gradient-to: rgb(175 168 161 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-400\/40 {
  --tw-gradient-to: rgb(175 168 161 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-400\/45 {
  --tw-gradient-to: rgb(175 168 161 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-400\/5 {
  --tw-gradient-to: rgb(175 168 161 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-400\/50 {
  --tw-gradient-to: rgb(175 168 161 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-400\/55 {
  --tw-gradient-to: rgb(175 168 161 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-400\/60 {
  --tw-gradient-to: rgb(175 168 161 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-400\/65 {
  --tw-gradient-to: rgb(175 168 161 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-400\/70 {
  --tw-gradient-to: rgb(175 168 161 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-400\/75 {
  --tw-gradient-to: rgb(175 168 161 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-400\/80 {
  --tw-gradient-to: rgb(175 168 161 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-400\/85 {
  --tw-gradient-to: rgb(175 168 161 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-400\/90 {
  --tw-gradient-to: rgb(175 168 161 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-400\/95 {
  --tw-gradient-to: rgb(175 168 161 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-50 {
  --tw-gradient-to: #fbfaf9 var(--tw-gradient-to-position);
}

.to-neutral-50\/0 {
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
}

.to-neutral-50\/10 {
  --tw-gradient-to: rgb(251 250 249 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-50\/100 {
  --tw-gradient-to: rgb(251 250 249 / 1) var(--tw-gradient-to-position);
}

.to-neutral-50\/15 {
  --tw-gradient-to: rgb(251 250 249 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-50\/20 {
  --tw-gradient-to: rgb(251 250 249 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-50\/25 {
  --tw-gradient-to: rgb(251 250 249 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-50\/30 {
  --tw-gradient-to: rgb(251 250 249 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-50\/35 {
  --tw-gradient-to: rgb(251 250 249 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-50\/40 {
  --tw-gradient-to: rgb(251 250 249 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-50\/45 {
  --tw-gradient-to: rgb(251 250 249 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-50\/5 {
  --tw-gradient-to: rgb(251 250 249 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-50\/50 {
  --tw-gradient-to: rgb(251 250 249 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-50\/55 {
  --tw-gradient-to: rgb(251 250 249 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-50\/60 {
  --tw-gradient-to: rgb(251 250 249 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-50\/65 {
  --tw-gradient-to: rgb(251 250 249 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-50\/70 {
  --tw-gradient-to: rgb(251 250 249 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-50\/75 {
  --tw-gradient-to: rgb(251 250 249 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-50\/80 {
  --tw-gradient-to: rgb(251 250 249 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-50\/85 {
  --tw-gradient-to: rgb(251 250 249 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-50\/90 {
  --tw-gradient-to: rgb(251 250 249 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-50\/95 {
  --tw-gradient-to: rgb(251 250 249 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-500 {
  --tw-gradient-to: #817971 var(--tw-gradient-to-position);
}

.to-neutral-500\/0 {
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
}

.to-neutral-500\/10 {
  --tw-gradient-to: rgb(129 121 113 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-500\/100 {
  --tw-gradient-to: rgb(129 121 113 / 1) var(--tw-gradient-to-position);
}

.to-neutral-500\/15 {
  --tw-gradient-to: rgb(129 121 113 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-500\/20 {
  --tw-gradient-to: rgb(129 121 113 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-500\/25 {
  --tw-gradient-to: rgb(129 121 113 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-500\/30 {
  --tw-gradient-to: rgb(129 121 113 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-500\/35 {
  --tw-gradient-to: rgb(129 121 113 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-500\/40 {
  --tw-gradient-to: rgb(129 121 113 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-500\/45 {
  --tw-gradient-to: rgb(129 121 113 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-500\/5 {
  --tw-gradient-to: rgb(129 121 113 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-500\/50 {
  --tw-gradient-to: rgb(129 121 113 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-500\/55 {
  --tw-gradient-to: rgb(129 121 113 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-500\/60 {
  --tw-gradient-to: rgb(129 121 113 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-500\/65 {
  --tw-gradient-to: rgb(129 121 113 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-500\/70 {
  --tw-gradient-to: rgb(129 121 113 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-500\/75 {
  --tw-gradient-to: rgb(129 121 113 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-500\/80 {
  --tw-gradient-to: rgb(129 121 113 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-500\/85 {
  --tw-gradient-to: rgb(129 121 113 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-500\/90 {
  --tw-gradient-to: rgb(129 121 113 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-500\/95 {
  --tw-gradient-to: rgb(129 121 113 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-600 {
  --tw-gradient-to: #605952 var(--tw-gradient-to-position);
}

.to-neutral-600\/0 {
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
}

.to-neutral-600\/10 {
  --tw-gradient-to: rgb(96 89 82 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-600\/100 {
  --tw-gradient-to: rgb(96 89 82 / 1) var(--tw-gradient-to-position);
}

.to-neutral-600\/15 {
  --tw-gradient-to: rgb(96 89 82 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-600\/20 {
  --tw-gradient-to: rgb(96 89 82 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-600\/25 {
  --tw-gradient-to: rgb(96 89 82 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-600\/30 {
  --tw-gradient-to: rgb(96 89 82 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-600\/35 {
  --tw-gradient-to: rgb(96 89 82 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-600\/40 {
  --tw-gradient-to: rgb(96 89 82 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-600\/45 {
  --tw-gradient-to: rgb(96 89 82 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-600\/5 {
  --tw-gradient-to: rgb(96 89 82 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-600\/50 {
  --tw-gradient-to: rgb(96 89 82 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-600\/55 {
  --tw-gradient-to: rgb(96 89 82 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-600\/60 {
  --tw-gradient-to: rgb(96 89 82 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-600\/65 {
  --tw-gradient-to: rgb(96 89 82 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-600\/70 {
  --tw-gradient-to: rgb(96 89 82 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-600\/75 {
  --tw-gradient-to: rgb(96 89 82 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-600\/80 {
  --tw-gradient-to: rgb(96 89 82 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-600\/85 {
  --tw-gradient-to: rgb(96 89 82 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-600\/90 {
  --tw-gradient-to: rgb(96 89 82 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-600\/95 {
  --tw-gradient-to: rgb(96 89 82 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-700 {
  --tw-gradient-to: #49443f var(--tw-gradient-to-position);
}

.to-neutral-700\/0 {
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
}

.to-neutral-700\/10 {
  --tw-gradient-to: rgb(73 68 63 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-700\/100 {
  --tw-gradient-to: rgb(73 68 63 / 1) var(--tw-gradient-to-position);
}

.to-neutral-700\/15 {
  --tw-gradient-to: rgb(73 68 63 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-700\/20 {
  --tw-gradient-to: rgb(73 68 63 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-700\/25 {
  --tw-gradient-to: rgb(73 68 63 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-700\/30 {
  --tw-gradient-to: rgb(73 68 63 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-700\/35 {
  --tw-gradient-to: rgb(73 68 63 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-700\/40 {
  --tw-gradient-to: rgb(73 68 63 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-700\/45 {
  --tw-gradient-to: rgb(73 68 63 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-700\/5 {
  --tw-gradient-to: rgb(73 68 63 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-700\/50 {
  --tw-gradient-to: rgb(73 68 63 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-700\/55 {
  --tw-gradient-to: rgb(73 68 63 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-700\/60 {
  --tw-gradient-to: rgb(73 68 63 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-700\/65 {
  --tw-gradient-to: rgb(73 68 63 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-700\/70 {
  --tw-gradient-to: rgb(73 68 63 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-700\/75 {
  --tw-gradient-to: rgb(73 68 63 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-700\/80 {
  --tw-gradient-to: rgb(73 68 63 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-700\/85 {
  --tw-gradient-to: rgb(73 68 63 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-700\/90 {
  --tw-gradient-to: rgb(73 68 63 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-700\/95 {
  --tw-gradient-to: rgb(73 68 63 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-800 {
  --tw-gradient-to: #302d2a var(--tw-gradient-to-position);
}

.to-neutral-800\/0 {
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
}

.to-neutral-800\/10 {
  --tw-gradient-to: rgb(48 45 42 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-800\/100 {
  --tw-gradient-to: rgb(48 45 42 / 1) var(--tw-gradient-to-position);
}

.to-neutral-800\/15 {
  --tw-gradient-to: rgb(48 45 42 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-800\/20 {
  --tw-gradient-to: rgb(48 45 42 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-800\/25 {
  --tw-gradient-to: rgb(48 45 42 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-800\/30 {
  --tw-gradient-to: rgb(48 45 42 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-800\/35 {
  --tw-gradient-to: rgb(48 45 42 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-800\/40 {
  --tw-gradient-to: rgb(48 45 42 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-800\/45 {
  --tw-gradient-to: rgb(48 45 42 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-800\/5 {
  --tw-gradient-to: rgb(48 45 42 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-800\/50 {
  --tw-gradient-to: rgb(48 45 42 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-800\/55 {
  --tw-gradient-to: rgb(48 45 42 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-800\/60 {
  --tw-gradient-to: rgb(48 45 42 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-800\/65 {
  --tw-gradient-to: rgb(48 45 42 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-800\/70 {
  --tw-gradient-to: rgb(48 45 42 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-800\/75 {
  --tw-gradient-to: rgb(48 45 42 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-800\/80 {
  --tw-gradient-to: rgb(48 45 42 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-800\/85 {
  --tw-gradient-to: rgb(48 45 42 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-800\/90 {
  --tw-gradient-to: rgb(48 45 42 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-800\/95 {
  --tw-gradient-to: rgb(48 45 42 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-900 {
  --tw-gradient-to: #211f1d var(--tw-gradient-to-position);
}

.to-neutral-900\/0 {
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
}

.to-neutral-900\/10 {
  --tw-gradient-to: rgb(33 31 29 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-900\/100 {
  --tw-gradient-to: rgb(33 31 29 / 1) var(--tw-gradient-to-position);
}

.to-neutral-900\/15 {
  --tw-gradient-to: rgb(33 31 29 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-900\/20 {
  --tw-gradient-to: rgb(33 31 29 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-900\/25 {
  --tw-gradient-to: rgb(33 31 29 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-900\/30 {
  --tw-gradient-to: rgb(33 31 29 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-900\/35 {
  --tw-gradient-to: rgb(33 31 29 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-900\/40 {
  --tw-gradient-to: rgb(33 31 29 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-900\/45 {
  --tw-gradient-to: rgb(33 31 29 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-900\/5 {
  --tw-gradient-to: rgb(33 31 29 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-900\/50 {
  --tw-gradient-to: rgb(33 31 29 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-900\/55 {
  --tw-gradient-to: rgb(33 31 29 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-900\/60 {
  --tw-gradient-to: rgb(33 31 29 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-900\/65 {
  --tw-gradient-to: rgb(33 31 29 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-900\/70 {
  --tw-gradient-to: rgb(33 31 29 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-900\/75 {
  --tw-gradient-to: rgb(33 31 29 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-900\/80 {
  --tw-gradient-to: rgb(33 31 29 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-900\/85 {
  --tw-gradient-to: rgb(33 31 29 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-900\/90 {
  --tw-gradient-to: rgb(33 31 29 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-900\/95 {
  --tw-gradient-to: rgb(33 31 29 / 0.95) var(--tw-gradient-to-position);
}

.to-neutral-950 {
  --tw-gradient-to: #121110 var(--tw-gradient-to-position);
}

.to-neutral-950\/0 {
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
}

.to-neutral-950\/10 {
  --tw-gradient-to: rgb(18 17 16 / 0.1) var(--tw-gradient-to-position);
}

.to-neutral-950\/100 {
  --tw-gradient-to: rgb(18 17 16 / 1) var(--tw-gradient-to-position);
}

.to-neutral-950\/15 {
  --tw-gradient-to: rgb(18 17 16 / 0.15) var(--tw-gradient-to-position);
}

.to-neutral-950\/20 {
  --tw-gradient-to: rgb(18 17 16 / 0.2) var(--tw-gradient-to-position);
}

.to-neutral-950\/25 {
  --tw-gradient-to: rgb(18 17 16 / 0.25) var(--tw-gradient-to-position);
}

.to-neutral-950\/30 {
  --tw-gradient-to: rgb(18 17 16 / 0.3) var(--tw-gradient-to-position);
}

.to-neutral-950\/35 {
  --tw-gradient-to: rgb(18 17 16 / 0.35) var(--tw-gradient-to-position);
}

.to-neutral-950\/40 {
  --tw-gradient-to: rgb(18 17 16 / 0.4) var(--tw-gradient-to-position);
}

.to-neutral-950\/45 {
  --tw-gradient-to: rgb(18 17 16 / 0.45) var(--tw-gradient-to-position);
}

.to-neutral-950\/5 {
  --tw-gradient-to: rgb(18 17 16 / 0.05) var(--tw-gradient-to-position);
}

.to-neutral-950\/50 {
  --tw-gradient-to: rgb(18 17 16 / 0.5) var(--tw-gradient-to-position);
}

.to-neutral-950\/55 {
  --tw-gradient-to: rgb(18 17 16 / 0.55) var(--tw-gradient-to-position);
}

.to-neutral-950\/60 {
  --tw-gradient-to: rgb(18 17 16 / 0.6) var(--tw-gradient-to-position);
}

.to-neutral-950\/65 {
  --tw-gradient-to: rgb(18 17 16 / 0.65) var(--tw-gradient-to-position);
}

.to-neutral-950\/70 {
  --tw-gradient-to: rgb(18 17 16 / 0.7) var(--tw-gradient-to-position);
}

.to-neutral-950\/75 {
  --tw-gradient-to: rgb(18 17 16 / 0.75) var(--tw-gradient-to-position);
}

.to-neutral-950\/80 {
  --tw-gradient-to: rgb(18 17 16 / 0.8) var(--tw-gradient-to-position);
}

.to-neutral-950\/85 {
  --tw-gradient-to: rgb(18 17 16 / 0.85) var(--tw-gradient-to-position);
}

.to-neutral-950\/90 {
  --tw-gradient-to: rgb(18 17 16 / 0.9) var(--tw-gradient-to-position);
}

.to-neutral-950\/95 {
  --tw-gradient-to: rgb(18 17 16 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-100 {
  --tw-gradient-to: #feeade var(--tw-gradient-to-position);
}

.to-primary-100\/0 {
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
}

.to-primary-100\/10 {
  --tw-gradient-to: rgb(254 234 222 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-100\/100 {
  --tw-gradient-to: rgb(254 234 222 / 1) var(--tw-gradient-to-position);
}

.to-primary-100\/15 {
  --tw-gradient-to: rgb(254 234 222 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-100\/20 {
  --tw-gradient-to: rgb(254 234 222 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-100\/25 {
  --tw-gradient-to: rgb(254 234 222 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-100\/30 {
  --tw-gradient-to: rgb(254 234 222 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-100\/35 {
  --tw-gradient-to: rgb(254 234 222 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-100\/40 {
  --tw-gradient-to: rgb(254 234 222 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-100\/45 {
  --tw-gradient-to: rgb(254 234 222 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-100\/5 {
  --tw-gradient-to: rgb(254 234 222 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-100\/50 {
  --tw-gradient-to: rgb(254 234 222 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-100\/55 {
  --tw-gradient-to: rgb(254 234 222 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-100\/60 {
  --tw-gradient-to: rgb(254 234 222 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-100\/65 {
  --tw-gradient-to: rgb(254 234 222 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-100\/70 {
  --tw-gradient-to: rgb(254 234 222 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-100\/75 {
  --tw-gradient-to: rgb(254 234 222 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-100\/80 {
  --tw-gradient-to: rgb(254 234 222 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-100\/85 {
  --tw-gradient-to: rgb(254 234 222 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-100\/90 {
  --tw-gradient-to: rgb(254 234 222 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-100\/95 {
  --tw-gradient-to: rgb(254 234 222 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-200 {
  --tw-gradient-to: #fcd3bd var(--tw-gradient-to-position);
}

.to-primary-200\/0 {
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
}

.to-primary-200\/10 {
  --tw-gradient-to: rgb(252 211 189 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-200\/100 {
  --tw-gradient-to: rgb(252 211 189 / 1) var(--tw-gradient-to-position);
}

.to-primary-200\/15 {
  --tw-gradient-to: rgb(252 211 189 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-200\/20 {
  --tw-gradient-to: rgb(252 211 189 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-200\/25 {
  --tw-gradient-to: rgb(252 211 189 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-200\/30 {
  --tw-gradient-to: rgb(252 211 189 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-200\/35 {
  --tw-gradient-to: rgb(252 211 189 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-200\/40 {
  --tw-gradient-to: rgb(252 211 189 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-200\/45 {
  --tw-gradient-to: rgb(252 211 189 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-200\/5 {
  --tw-gradient-to: rgb(252 211 189 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-200\/50 {
  --tw-gradient-to: rgb(252 211 189 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-200\/55 {
  --tw-gradient-to: rgb(252 211 189 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-200\/60 {
  --tw-gradient-to: rgb(252 211 189 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-200\/65 {
  --tw-gradient-to: rgb(252 211 189 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-200\/70 {
  --tw-gradient-to: rgb(252 211 189 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-200\/75 {
  --tw-gradient-to: rgb(252 211 189 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-200\/80 {
  --tw-gradient-to: rgb(252 211 189 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-200\/85 {
  --tw-gradient-to: rgb(252 211 189 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-200\/90 {
  --tw-gradient-to: rgb(252 211 189 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-200\/95 {
  --tw-gradient-to: rgb(252 211 189 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-300 {
  --tw-gradient-to: #fab38f var(--tw-gradient-to-position);
}

.to-primary-300\/0 {
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
}

.to-primary-300\/10 {
  --tw-gradient-to: rgb(250 179 143 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-300\/100 {
  --tw-gradient-to: rgb(250 179 143 / 1) var(--tw-gradient-to-position);
}

.to-primary-300\/15 {
  --tw-gradient-to: rgb(250 179 143 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-300\/20 {
  --tw-gradient-to: rgb(250 179 143 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-300\/25 {
  --tw-gradient-to: rgb(250 179 143 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-300\/30 {
  --tw-gradient-to: rgb(250 179 143 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-300\/35 {
  --tw-gradient-to: rgb(250 179 143 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-300\/40 {
  --tw-gradient-to: rgb(250 179 143 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-300\/45 {
  --tw-gradient-to: rgb(250 179 143 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-300\/5 {
  --tw-gradient-to: rgb(250 179 143 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-300\/50 {
  --tw-gradient-to: rgb(250 179 143 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-300\/55 {
  --tw-gradient-to: rgb(250 179 143 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-300\/60 {
  --tw-gradient-to: rgb(250 179 143 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-300\/65 {
  --tw-gradient-to: rgb(250 179 143 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-300\/70 {
  --tw-gradient-to: rgb(250 179 143 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-300\/75 {
  --tw-gradient-to: rgb(250 179 143 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-300\/80 {
  --tw-gradient-to: rgb(250 179 143 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-300\/85 {
  --tw-gradient-to: rgb(250 179 143 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-300\/90 {
  --tw-gradient-to: rgb(250 179 143 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-300\/95 {
  --tw-gradient-to: rgb(250 179 143 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-400 {
  --tw-gradient-to: #f99766 var(--tw-gradient-to-position);
}

.to-primary-400\/0 {
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
}

.to-primary-400\/10 {
  --tw-gradient-to: rgb(249 151 102 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-400\/100 {
  --tw-gradient-to: rgb(249 151 102 / 1) var(--tw-gradient-to-position);
}

.to-primary-400\/15 {
  --tw-gradient-to: rgb(249 151 102 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-400\/20 {
  --tw-gradient-to: rgb(249 151 102 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-400\/25 {
  --tw-gradient-to: rgb(249 151 102 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-400\/30 {
  --tw-gradient-to: rgb(249 151 102 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-400\/35 {
  --tw-gradient-to: rgb(249 151 102 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-400\/40 {
  --tw-gradient-to: rgb(249 151 102 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-400\/45 {
  --tw-gradient-to: rgb(249 151 102 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-400\/5 {
  --tw-gradient-to: rgb(249 151 102 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-400\/50 {
  --tw-gradient-to: rgb(249 151 102 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-400\/55 {
  --tw-gradient-to: rgb(249 151 102 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-400\/60 {
  --tw-gradient-to: rgb(249 151 102 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-400\/65 {
  --tw-gradient-to: rgb(249 151 102 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-400\/70 {
  --tw-gradient-to: rgb(249 151 102 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-400\/75 {
  --tw-gradient-to: rgb(249 151 102 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-400\/80 {
  --tw-gradient-to: rgb(249 151 102 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-400\/85 {
  --tw-gradient-to: rgb(249 151 102 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-400\/90 {
  --tw-gradient-to: rgb(249 151 102 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-400\/95 {
  --tw-gradient-to: rgb(249 151 102 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-50 {
  --tw-gradient-to: #fff7f2 var(--tw-gradient-to-position);
}

.to-primary-50\/0 {
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
}

.to-primary-50\/10 {
  --tw-gradient-to: rgb(255 247 242 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-50\/100 {
  --tw-gradient-to: rgb(255 247 242 / 1) var(--tw-gradient-to-position);
}

.to-primary-50\/15 {
  --tw-gradient-to: rgb(255 247 242 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-50\/20 {
  --tw-gradient-to: rgb(255 247 242 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-50\/25 {
  --tw-gradient-to: rgb(255 247 242 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-50\/30 {
  --tw-gradient-to: rgb(255 247 242 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-50\/35 {
  --tw-gradient-to: rgb(255 247 242 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-50\/40 {
  --tw-gradient-to: rgb(255 247 242 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-50\/45 {
  --tw-gradient-to: rgb(255 247 242 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-50\/5 {
  --tw-gradient-to: rgb(255 247 242 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-50\/50 {
  --tw-gradient-to: rgb(255 247 242 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-50\/55 {
  --tw-gradient-to: rgb(255 247 242 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-50\/60 {
  --tw-gradient-to: rgb(255 247 242 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-50\/65 {
  --tw-gradient-to: rgb(255 247 242 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-50\/70 {
  --tw-gradient-to: rgb(255 247 242 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-50\/75 {
  --tw-gradient-to: rgb(255 247 242 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-50\/80 {
  --tw-gradient-to: rgb(255 247 242 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-50\/85 {
  --tw-gradient-to: rgb(255 247 242 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-50\/90 {
  --tw-gradient-to: rgb(255 247 242 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-50\/95 {
  --tw-gradient-to: rgb(255 247 242 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-500 {
  --tw-gradient-to: #f78d4d var(--tw-gradient-to-position);
}

.to-primary-500\/0 {
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
}

.to-primary-500\/10 {
  --tw-gradient-to: rgb(247 141 77 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-500\/100 {
  --tw-gradient-to: rgb(247 141 77 / 1) var(--tw-gradient-to-position);
}

.to-primary-500\/15 {
  --tw-gradient-to: rgb(247 141 77 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-500\/20 {
  --tw-gradient-to: rgb(247 141 77 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-500\/25 {
  --tw-gradient-to: rgb(247 141 77 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-500\/30 {
  --tw-gradient-to: rgb(247 141 77 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-500\/35 {
  --tw-gradient-to: rgb(247 141 77 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-500\/40 {
  --tw-gradient-to: rgb(247 141 77 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-500\/45 {
  --tw-gradient-to: rgb(247 141 77 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-500\/5 {
  --tw-gradient-to: rgb(247 141 77 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-500\/50 {
  --tw-gradient-to: rgb(247 141 77 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-500\/55 {
  --tw-gradient-to: rgb(247 141 77 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-500\/60 {
  --tw-gradient-to: rgb(247 141 77 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-500\/65 {
  --tw-gradient-to: rgb(247 141 77 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-500\/70 {
  --tw-gradient-to: rgb(247 141 77 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-500\/75 {
  --tw-gradient-to: rgb(247 141 77 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-500\/80 {
  --tw-gradient-to: rgb(247 141 77 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-500\/85 {
  --tw-gradient-to: rgb(247 141 77 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-500\/90 {
  --tw-gradient-to: rgb(247 141 77 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-500\/95 {
  --tw-gradient-to: rgb(247 141 77 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-600 {
  --tw-gradient-to: #e96325 var(--tw-gradient-to-position);
}

.to-primary-600\/0 {
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
}

.to-primary-600\/10 {
  --tw-gradient-to: rgb(233 99 37 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-600\/100 {
  --tw-gradient-to: rgb(233 99 37 / 1) var(--tw-gradient-to-position);
}

.to-primary-600\/15 {
  --tw-gradient-to: rgb(233 99 37 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-600\/20 {
  --tw-gradient-to: rgb(233 99 37 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-600\/25 {
  --tw-gradient-to: rgb(233 99 37 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-600\/30 {
  --tw-gradient-to: rgb(233 99 37 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-600\/35 {
  --tw-gradient-to: rgb(233 99 37 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-600\/40 {
  --tw-gradient-to: rgb(233 99 37 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-600\/45 {
  --tw-gradient-to: rgb(233 99 37 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-600\/5 {
  --tw-gradient-to: rgb(233 99 37 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-600\/50 {
  --tw-gradient-to: rgb(233 99 37 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-600\/55 {
  --tw-gradient-to: rgb(233 99 37 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-600\/60 {
  --tw-gradient-to: rgb(233 99 37 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-600\/65 {
  --tw-gradient-to: rgb(233 99 37 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-600\/70 {
  --tw-gradient-to: rgb(233 99 37 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-600\/75 {
  --tw-gradient-to: rgb(233 99 37 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-600\/80 {
  --tw-gradient-to: rgb(233 99 37 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-600\/85 {
  --tw-gradient-to: rgb(233 99 37 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-600\/90 {
  --tw-gradient-to: rgb(233 99 37 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-600\/95 {
  --tw-gradient-to: rgb(233 99 37 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-700 {
  --tw-gradient-to: #c94a16 var(--tw-gradient-to-position);
}

.to-primary-700\/0 {
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
}

.to-primary-700\/10 {
  --tw-gradient-to: rgb(201 74 22 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-700\/100 {
  --tw-gradient-to: rgb(201 74 22 / 1) var(--tw-gradient-to-position);
}

.to-primary-700\/15 {
  --tw-gradient-to: rgb(201 74 22 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-700\/20 {
  --tw-gradient-to: rgb(201 74 22 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-700\/25 {
  --tw-gradient-to: rgb(201 74 22 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-700\/30 {
  --tw-gradient-to: rgb(201 74 22 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-700\/35 {
  --tw-gradient-to: rgb(201 74 22 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-700\/40 {
  --tw-gradient-to: rgb(201 74 22 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-700\/45 {
  --tw-gradient-to: rgb(201 74 22 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-700\/5 {
  --tw-gradient-to: rgb(201 74 22 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-700\/50 {
  --tw-gradient-to: rgb(201 74 22 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-700\/55 {
  --tw-gradient-to: rgb(201 74 22 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-700\/60 {
  --tw-gradient-to: rgb(201 74 22 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-700\/65 {
  --tw-gradient-to: rgb(201 74 22 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-700\/70 {
  --tw-gradient-to: rgb(201 74 22 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-700\/75 {
  --tw-gradient-to: rgb(201 74 22 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-700\/80 {
  --tw-gradient-to: rgb(201 74 22 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-700\/85 {
  --tw-gradient-to: rgb(201 74 22 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-700\/90 {
  --tw-gradient-to: rgb(201 74 22 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-700\/95 {
  --tw-gradient-to: rgb(201 74 22 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-800 {
  --tw-gradient-to: #a13b18 var(--tw-gradient-to-position);
}

.to-primary-800\/0 {
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
}

.to-primary-800\/10 {
  --tw-gradient-to: rgb(161 59 24 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-800\/100 {
  --tw-gradient-to: rgb(161 59 24 / 1) var(--tw-gradient-to-position);
}

.to-primary-800\/15 {
  --tw-gradient-to: rgb(161 59 24 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-800\/20 {
  --tw-gradient-to: rgb(161 59 24 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-800\/25 {
  --tw-gradient-to: rgb(161 59 24 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-800\/30 {
  --tw-gradient-to: rgb(161 59 24 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-800\/35 {
  --tw-gradient-to: rgb(161 59 24 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-800\/40 {
  --tw-gradient-to: rgb(161 59 24 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-800\/45 {
  --tw-gradient-to: rgb(161 59 24 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-800\/5 {
  --tw-gradient-to: rgb(161 59 24 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-800\/50 {
  --tw-gradient-to: rgb(161 59 24 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-800\/55 {
  --tw-gradient-to: rgb(161 59 24 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-800\/60 {
  --tw-gradient-to: rgb(161 59 24 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-800\/65 {
  --tw-gradient-to: rgb(161 59 24 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-800\/70 {
  --tw-gradient-to: rgb(161 59 24 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-800\/75 {
  --tw-gradient-to: rgb(161 59 24 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-800\/80 {
  --tw-gradient-to: rgb(161 59 24 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-800\/85 {
  --tw-gradient-to: rgb(161 59 24 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-800\/90 {
  --tw-gradient-to: rgb(161 59 24 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-800\/95 {
  --tw-gradient-to: rgb(161 59 24 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-900 {
  --tw-gradient-to: #823318 var(--tw-gradient-to-position);
}

.to-primary-900\/0 {
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
}

.to-primary-900\/10 {
  --tw-gradient-to: rgb(130 51 24 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-900\/100 {
  --tw-gradient-to: rgb(130 51 24 / 1) var(--tw-gradient-to-position);
}

.to-primary-900\/15 {
  --tw-gradient-to: rgb(130 51 24 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-900\/20 {
  --tw-gradient-to: rgb(130 51 24 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-900\/25 {
  --tw-gradient-to: rgb(130 51 24 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-900\/30 {
  --tw-gradient-to: rgb(130 51 24 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-900\/35 {
  --tw-gradient-to: rgb(130 51 24 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-900\/40 {
  --tw-gradient-to: rgb(130 51 24 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-900\/45 {
  --tw-gradient-to: rgb(130 51 24 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-900\/5 {
  --tw-gradient-to: rgb(130 51 24 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-900\/50 {
  --tw-gradient-to: rgb(130 51 24 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-900\/55 {
  --tw-gradient-to: rgb(130 51 24 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-900\/60 {
  --tw-gradient-to: rgb(130 51 24 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-900\/65 {
  --tw-gradient-to: rgb(130 51 24 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-900\/70 {
  --tw-gradient-to: rgb(130 51 24 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-900\/75 {
  --tw-gradient-to: rgb(130 51 24 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-900\/80 {
  --tw-gradient-to: rgb(130 51 24 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-900\/85 {
  --tw-gradient-to: rgb(130 51 24 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-900\/90 {
  --tw-gradient-to: rgb(130 51 24 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-900\/95 {
  --tw-gradient-to: rgb(130 51 24 / 0.95) var(--tw-gradient-to-position);
}

.to-primary-950 {
  --tw-gradient-to: #461708 var(--tw-gradient-to-position);
}

.to-primary-950\/0 {
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
}

.to-primary-950\/10 {
  --tw-gradient-to: rgb(70 23 8 / 0.1) var(--tw-gradient-to-position);
}

.to-primary-950\/100 {
  --tw-gradient-to: rgb(70 23 8 / 1) var(--tw-gradient-to-position);
}

.to-primary-950\/15 {
  --tw-gradient-to: rgb(70 23 8 / 0.15) var(--tw-gradient-to-position);
}

.to-primary-950\/20 {
  --tw-gradient-to: rgb(70 23 8 / 0.2) var(--tw-gradient-to-position);
}

.to-primary-950\/25 {
  --tw-gradient-to: rgb(70 23 8 / 0.25) var(--tw-gradient-to-position);
}

.to-primary-950\/30 {
  --tw-gradient-to: rgb(70 23 8 / 0.3) var(--tw-gradient-to-position);
}

.to-primary-950\/35 {
  --tw-gradient-to: rgb(70 23 8 / 0.35) var(--tw-gradient-to-position);
}

.to-primary-950\/40 {
  --tw-gradient-to: rgb(70 23 8 / 0.4) var(--tw-gradient-to-position);
}

.to-primary-950\/45 {
  --tw-gradient-to: rgb(70 23 8 / 0.45) var(--tw-gradient-to-position);
}

.to-primary-950\/5 {
  --tw-gradient-to: rgb(70 23 8 / 0.05) var(--tw-gradient-to-position);
}

.to-primary-950\/50 {
  --tw-gradient-to: rgb(70 23 8 / 0.5) var(--tw-gradient-to-position);
}

.to-primary-950\/55 {
  --tw-gradient-to: rgb(70 23 8 / 0.55) var(--tw-gradient-to-position);
}

.to-primary-950\/60 {
  --tw-gradient-to: rgb(70 23 8 / 0.6) var(--tw-gradient-to-position);
}

.to-primary-950\/65 {
  --tw-gradient-to: rgb(70 23 8 / 0.65) var(--tw-gradient-to-position);
}

.to-primary-950\/70 {
  --tw-gradient-to: rgb(70 23 8 / 0.7) var(--tw-gradient-to-position);
}

.to-primary-950\/75 {
  --tw-gradient-to: rgb(70 23 8 / 0.75) var(--tw-gradient-to-position);
}

.to-primary-950\/80 {
  --tw-gradient-to: rgb(70 23 8 / 0.8) var(--tw-gradient-to-position);
}

.to-primary-950\/85 {
  --tw-gradient-to: rgb(70 23 8 / 0.85) var(--tw-gradient-to-position);
}

.to-primary-950\/90 {
  --tw-gradient-to: rgb(70 23 8 / 0.9) var(--tw-gradient-to-position);
}

.to-primary-950\/95 {
  --tw-gradient-to: rgb(70 23 8 / 0.95) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent 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\/15 {
  --tw-gradient-to: rgb(254 249 195 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-100\/20 {
  --tw-gradient-to: rgb(254 249 195 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-100\/25 {
  --tw-gradient-to: rgb(254 249 195 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-100\/30 {
  --tw-gradient-to: rgb(254 249 195 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-100\/35 {
  --tw-gradient-to: rgb(254 249 195 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-100\/40 {
  --tw-gradient-to: rgb(254 249 195 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-100\/45 {
  --tw-gradient-to: rgb(254 249 195 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-100\/5 {
  --tw-gradient-to: rgb(254 249 195 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-100\/50 {
  --tw-gradient-to: rgb(254 249 195 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-100\/55 {
  --tw-gradient-to: rgb(254 249 195 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-100\/60 {
  --tw-gradient-to: rgb(254 249 195 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-100\/65 {
  --tw-gradient-to: rgb(254 249 195 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-100\/70 {
  --tw-gradient-to: rgb(254 249 195 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-100\/75 {
  --tw-gradient-to: rgb(254 249 195 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-100\/80 {
  --tw-gradient-to: rgb(254 249 195 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-100\/85 {
  --tw-gradient-to: rgb(254 249 195 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-100\/90 {
  --tw-gradient-to: rgb(254 249 195 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-100\/95 {
  --tw-gradient-to: rgb(254 249 195 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-200 {
  --tw-gradient-to: #fef08a var(--tw-gradient-to-position);
}

.to-yellow-200\/0 {
  --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
}

.to-yellow-200\/10 {
  --tw-gradient-to: rgb(254 240 138 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-200\/100 {
  --tw-gradient-to: rgb(254 240 138 / 1) var(--tw-gradient-to-position);
}

.to-yellow-200\/15 {
  --tw-gradient-to: rgb(254 240 138 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-200\/20 {
  --tw-gradient-to: rgb(254 240 138 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-200\/25 {
  --tw-gradient-to: rgb(254 240 138 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-200\/30 {
  --tw-gradient-to: rgb(254 240 138 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-200\/35 {
  --tw-gradient-to: rgb(254 240 138 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-200\/40 {
  --tw-gradient-to: rgb(254 240 138 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-200\/45 {
  --tw-gradient-to: rgb(254 240 138 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-200\/5 {
  --tw-gradient-to: rgb(254 240 138 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-200\/50 {
  --tw-gradient-to: rgb(254 240 138 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-200\/55 {
  --tw-gradient-to: rgb(254 240 138 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-200\/60 {
  --tw-gradient-to: rgb(254 240 138 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-200\/65 {
  --tw-gradient-to: rgb(254 240 138 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-200\/70 {
  --tw-gradient-to: rgb(254 240 138 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-200\/75 {
  --tw-gradient-to: rgb(254 240 138 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-200\/80 {
  --tw-gradient-to: rgb(254 240 138 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-200\/85 {
  --tw-gradient-to: rgb(254 240 138 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-200\/90 {
  --tw-gradient-to: rgb(254 240 138 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-200\/95 {
  --tw-gradient-to: rgb(254 240 138 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-400 {
  --tw-gradient-to: #facc15 var(--tw-gradient-to-position);
}

.to-yellow-400\/0 {
  --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
}

.to-yellow-400\/10 {
  --tw-gradient-to: rgb(250 204 21 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-400\/100 {
  --tw-gradient-to: rgb(250 204 21 / 1) var(--tw-gradient-to-position);
}

.to-yellow-400\/15 {
  --tw-gradient-to: rgb(250 204 21 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-400\/20 {
  --tw-gradient-to: rgb(250 204 21 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-400\/25 {
  --tw-gradient-to: rgb(250 204 21 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-400\/30 {
  --tw-gradient-to: rgb(250 204 21 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-400\/35 {
  --tw-gradient-to: rgb(250 204 21 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-400\/40 {
  --tw-gradient-to: rgb(250 204 21 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-400\/45 {
  --tw-gradient-to: rgb(250 204 21 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-400\/5 {
  --tw-gradient-to: rgb(250 204 21 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-400\/50 {
  --tw-gradient-to: rgb(250 204 21 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-400\/55 {
  --tw-gradient-to: rgb(250 204 21 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-400\/60 {
  --tw-gradient-to: rgb(250 204 21 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-400\/65 {
  --tw-gradient-to: rgb(250 204 21 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-400\/70 {
  --tw-gradient-to: rgb(250 204 21 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-400\/75 {
  --tw-gradient-to: rgb(250 204 21 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-400\/80 {
  --tw-gradient-to: rgb(250 204 21 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-400\/85 {
  --tw-gradient-to: rgb(250 204 21 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-400\/90 {
  --tw-gradient-to: rgb(250 204 21 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-400\/95 {
  --tw-gradient-to: rgb(250 204 21 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-50 {
  --tw-gradient-to: #fefce8 var(--tw-gradient-to-position);
}

.to-yellow-50\/0 {
  --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
}

.to-yellow-50\/10 {
  --tw-gradient-to: rgb(254 252 232 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-50\/100 {
  --tw-gradient-to: rgb(254 252 232 / 1) var(--tw-gradient-to-position);
}

.to-yellow-50\/15 {
  --tw-gradient-to: rgb(254 252 232 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-50\/20 {
  --tw-gradient-to: rgb(254 252 232 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-50\/25 {
  --tw-gradient-to: rgb(254 252 232 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-50\/30 {
  --tw-gradient-to: rgb(254 252 232 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-50\/35 {
  --tw-gradient-to: rgb(254 252 232 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-50\/40 {
  --tw-gradient-to: rgb(254 252 232 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-50\/45 {
  --tw-gradient-to: rgb(254 252 232 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-50\/5 {
  --tw-gradient-to: rgb(254 252 232 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-50\/50 {
  --tw-gradient-to: rgb(254 252 232 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-50\/55 {
  --tw-gradient-to: rgb(254 252 232 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-50\/60 {
  --tw-gradient-to: rgb(254 252 232 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-50\/65 {
  --tw-gradient-to: rgb(254 252 232 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-50\/70 {
  --tw-gradient-to: rgb(254 252 232 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-50\/75 {
  --tw-gradient-to: rgb(254 252 232 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-50\/80 {
  --tw-gradient-to: rgb(254 252 232 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-50\/85 {
  --tw-gradient-to: rgb(254 252 232 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-50\/90 {
  --tw-gradient-to: rgb(254 252 232 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-50\/95 {
  --tw-gradient-to: rgb(254 252 232 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-500 {
  --tw-gradient-to: #eab308 var(--tw-gradient-to-position);
}

.to-yellow-500\/0 {
  --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
}

.to-yellow-500\/10 {
  --tw-gradient-to: rgb(234 179 8 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-500\/100 {
  --tw-gradient-to: rgb(234 179 8 / 1) var(--tw-gradient-to-position);
}

.to-yellow-500\/15 {
  --tw-gradient-to: rgb(234 179 8 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-500\/20 {
  --tw-gradient-to: rgb(234 179 8 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-500\/25 {
  --tw-gradient-to: rgb(234 179 8 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-500\/30 {
  --tw-gradient-to: rgb(234 179 8 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-500\/35 {
  --tw-gradient-to: rgb(234 179 8 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-500\/40 {
  --tw-gradient-to: rgb(234 179 8 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-500\/45 {
  --tw-gradient-to: rgb(234 179 8 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-500\/5 {
  --tw-gradient-to: rgb(234 179 8 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-500\/50 {
  --tw-gradient-to: rgb(234 179 8 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-500\/55 {
  --tw-gradient-to: rgb(234 179 8 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-500\/60 {
  --tw-gradient-to: rgb(234 179 8 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-500\/65 {
  --tw-gradient-to: rgb(234 179 8 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-500\/70 {
  --tw-gradient-to: rgb(234 179 8 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-500\/75 {
  --tw-gradient-to: rgb(234 179 8 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-500\/80 {
  --tw-gradient-to: rgb(234 179 8 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-500\/85 {
  --tw-gradient-to: rgb(234 179 8 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-500\/90 {
  --tw-gradient-to: rgb(234 179 8 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-500\/95 {
  --tw-gradient-to: rgb(234 179 8 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-600 {
  --tw-gradient-to: #ca8a04 var(--tw-gradient-to-position);
}

.to-yellow-600\/0 {
  --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
}

.to-yellow-600\/10 {
  --tw-gradient-to: rgb(202 138 4 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-600\/100 {
  --tw-gradient-to: rgb(202 138 4 / 1) var(--tw-gradient-to-position);
}

.to-yellow-600\/15 {
  --tw-gradient-to: rgb(202 138 4 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-600\/20 {
  --tw-gradient-to: rgb(202 138 4 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-600\/25 {
  --tw-gradient-to: rgb(202 138 4 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-600\/30 {
  --tw-gradient-to: rgb(202 138 4 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-600\/35 {
  --tw-gradient-to: rgb(202 138 4 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-600\/40 {
  --tw-gradient-to: rgb(202 138 4 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-600\/45 {
  --tw-gradient-to: rgb(202 138 4 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-600\/5 {
  --tw-gradient-to: rgb(202 138 4 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-600\/50 {
  --tw-gradient-to: rgb(202 138 4 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-600\/55 {
  --tw-gradient-to: rgb(202 138 4 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-600\/60 {
  --tw-gradient-to: rgb(202 138 4 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-600\/65 {
  --tw-gradient-to: rgb(202 138 4 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-600\/70 {
  --tw-gradient-to: rgb(202 138 4 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-600\/75 {
  --tw-gradient-to: rgb(202 138 4 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-600\/80 {
  --tw-gradient-to: rgb(202 138 4 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-600\/85 {
  --tw-gradient-to: rgb(202 138 4 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-600\/90 {
  --tw-gradient-to: rgb(202 138 4 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-600\/95 {
  --tw-gradient-to: rgb(202 138 4 / 0.95) var(--tw-gradient-to-position);
}

.to-yellow-800 {
  --tw-gradient-to: #854d0e var(--tw-gradient-to-position);
}

.to-yellow-800\/0 {
  --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
}

.to-yellow-800\/10 {
  --tw-gradient-to: rgb(133 77 14 / 0.1) var(--tw-gradient-to-position);
}

.to-yellow-800\/100 {
  --tw-gradient-to: rgb(133 77 14 / 1) var(--tw-gradient-to-position);
}

.to-yellow-800\/15 {
  --tw-gradient-to: rgb(133 77 14 / 0.15) var(--tw-gradient-to-position);
}

.to-yellow-800\/20 {
  --tw-gradient-to: rgb(133 77 14 / 0.2) var(--tw-gradient-to-position);
}

.to-yellow-800\/25 {
  --tw-gradient-to: rgb(133 77 14 / 0.25) var(--tw-gradient-to-position);
}

.to-yellow-800\/30 {
  --tw-gradient-to: rgb(133 77 14 / 0.3) var(--tw-gradient-to-position);
}

.to-yellow-800\/35 {
  --tw-gradient-to: rgb(133 77 14 / 0.35) var(--tw-gradient-to-position);
}

.to-yellow-800\/40 {
  --tw-gradient-to: rgb(133 77 14 / 0.4) var(--tw-gradient-to-position);
}

.to-yellow-800\/45 {
  --tw-gradient-to: rgb(133 77 14 / 0.45) var(--tw-gradient-to-position);
}

.to-yellow-800\/5 {
  --tw-gradient-to: rgb(133 77 14 / 0.05) var(--tw-gradient-to-position);
}

.to-yellow-800\/50 {
  --tw-gradient-to: rgb(133 77 14 / 0.5) var(--tw-gradient-to-position);
}

.to-yellow-800\/55 {
  --tw-gradient-to: rgb(133 77 14 / 0.55) var(--tw-gradient-to-position);
}

.to-yellow-800\/60 {
  --tw-gradient-to: rgb(133 77 14 / 0.6) var(--tw-gradient-to-position);
}

.to-yellow-800\/65 {
  --tw-gradient-to: rgb(133 77 14 / 0.65) var(--tw-gradient-to-position);
}

.to-yellow-800\/70 {
  --tw-gradient-to: rgb(133 77 14 / 0.7) var(--tw-gradient-to-position);
}

.to-yellow-800\/75 {
  --tw-gradient-to: rgb(133 77 14 / 0.75) var(--tw-gradient-to-position);
}

.to-yellow-800\/80 {
  --tw-gradient-to: rgb(133 77 14 / 0.8) var(--tw-gradient-to-position);
}

.to-yellow-800\/85 {
  --tw-gradient-to: rgb(133 77 14 / 0.85) var(--tw-gradient-to-position);
}

.to-yellow-800\/90 {
  --tw-gradient-to: rgb(133 77 14 / 0.9) var(--tw-gradient-to-position);
}

.to-yellow-800\/95 {
  --tw-gradient-to: rgb(133 77 14 / 0.95) var(--tw-gradient-to-position);
}

.bg-fixed {
  background-attachment: fixed;
}

.fill-yellow-100 {
  fill: #fef9c3;
}

.fill-yellow-100\/0 {
  fill: rgb(254 249 195 / 0);
}

.fill-yellow-100\/10 {
  fill: rgb(254 249 195 / 0.1);
}

.fill-yellow-100\/100 {
  fill: rgb(254 249 195 / 1);
}

.fill-yellow-100\/15 {
  fill: rgb(254 249 195 / 0.15);
}

.fill-yellow-100\/20 {
  fill: rgb(254 249 195 / 0.2);
}

.fill-yellow-100\/25 {
  fill: rgb(254 249 195 / 0.25);
}

.fill-yellow-100\/30 {
  fill: rgb(254 249 195 / 0.3);
}

.fill-yellow-100\/35 {
  fill: rgb(254 249 195 / 0.35);
}

.fill-yellow-100\/40 {
  fill: rgb(254 249 195 / 0.4);
}

.fill-yellow-100\/45 {
  fill: rgb(254 249 195 / 0.45);
}

.fill-yellow-100\/5 {
  fill: rgb(254 249 195 / 0.05);
}

.fill-yellow-100\/50 {
  fill: rgb(254 249 195 / 0.5);
}

.fill-yellow-100\/55 {
  fill: rgb(254 249 195 / 0.55);
}

.fill-yellow-100\/60 {
  fill: rgb(254 249 195 / 0.6);
}

.fill-yellow-100\/65 {
  fill: rgb(254 249 195 / 0.65);
}

.fill-yellow-100\/70 {
  fill: rgb(254 249 195 / 0.7);
}

.fill-yellow-100\/75 {
  fill: rgb(254 249 195 / 0.75);
}

.fill-yellow-100\/80 {
  fill: rgb(254 249 195 / 0.8);
}

.fill-yellow-100\/85 {
  fill: rgb(254 249 195 / 0.85);
}

.fill-yellow-100\/90 {
  fill: rgb(254 249 195 / 0.9);
}

.fill-yellow-100\/95 {
  fill: rgb(254 249 195 / 0.95);
}

.fill-yellow-200 {
  fill: #fef08a;
}

.fill-yellow-200\/0 {
  fill: rgb(254 240 138 / 0);
}

.fill-yellow-200\/10 {
  fill: rgb(254 240 138 / 0.1);
}

.fill-yellow-200\/100 {
  fill: rgb(254 240 138 / 1);
}

.fill-yellow-200\/15 {
  fill: rgb(254 240 138 / 0.15);
}

.fill-yellow-200\/20 {
  fill: rgb(254 240 138 / 0.2);
}

.fill-yellow-200\/25 {
  fill: rgb(254 240 138 / 0.25);
}

.fill-yellow-200\/30 {
  fill: rgb(254 240 138 / 0.3);
}

.fill-yellow-200\/35 {
  fill: rgb(254 240 138 / 0.35);
}

.fill-yellow-200\/40 {
  fill: rgb(254 240 138 / 0.4);
}

.fill-yellow-200\/45 {
  fill: rgb(254 240 138 / 0.45);
}

.fill-yellow-200\/5 {
  fill: rgb(254 240 138 / 0.05);
}

.fill-yellow-200\/50 {
  fill: rgb(254 240 138 / 0.5);
}

.fill-yellow-200\/55 {
  fill: rgb(254 240 138 / 0.55);
}

.fill-yellow-200\/60 {
  fill: rgb(254 240 138 / 0.6);
}

.fill-yellow-200\/65 {
  fill: rgb(254 240 138 / 0.65);
}

.fill-yellow-200\/70 {
  fill: rgb(254 240 138 / 0.7);
}

.fill-yellow-200\/75 {
  fill: rgb(254 240 138 / 0.75);
}

.fill-yellow-200\/80 {
  fill: rgb(254 240 138 / 0.8);
}

.fill-yellow-200\/85 {
  fill: rgb(254 240 138 / 0.85);
}

.fill-yellow-200\/90 {
  fill: rgb(254 240 138 / 0.9);
}

.fill-yellow-200\/95 {
  fill: rgb(254 240 138 / 0.95);
}

.fill-yellow-400 {
  fill: #facc15;
}

.fill-yellow-400\/0 {
  fill: rgb(250 204 21 / 0);
}

.fill-yellow-400\/10 {
  fill: rgb(250 204 21 / 0.1);
}

.fill-yellow-400\/100 {
  fill: rgb(250 204 21 / 1);
}

.fill-yellow-400\/15 {
  fill: rgb(250 204 21 / 0.15);
}

.fill-yellow-400\/20 {
  fill: rgb(250 204 21 / 0.2);
}

.fill-yellow-400\/25 {
  fill: rgb(250 204 21 / 0.25);
}

.fill-yellow-400\/30 {
  fill: rgb(250 204 21 / 0.3);
}

.fill-yellow-400\/35 {
  fill: rgb(250 204 21 / 0.35);
}

.fill-yellow-400\/40 {
  fill: rgb(250 204 21 / 0.4);
}

.fill-yellow-400\/45 {
  fill: rgb(250 204 21 / 0.45);
}

.fill-yellow-400\/5 {
  fill: rgb(250 204 21 / 0.05);
}

.fill-yellow-400\/50 {
  fill: rgb(250 204 21 / 0.5);
}

.fill-yellow-400\/55 {
  fill: rgb(250 204 21 / 0.55);
}

.fill-yellow-400\/60 {
  fill: rgb(250 204 21 / 0.6);
}

.fill-yellow-400\/65 {
  fill: rgb(250 204 21 / 0.65);
}

.fill-yellow-400\/70 {
  fill: rgb(250 204 21 / 0.7);
}

.fill-yellow-400\/75 {
  fill: rgb(250 204 21 / 0.75);
}

.fill-yellow-400\/80 {
  fill: rgb(250 204 21 / 0.8);
}

.fill-yellow-400\/85 {
  fill: rgb(250 204 21 / 0.85);
}

.fill-yellow-400\/90 {
  fill: rgb(250 204 21 / 0.9);
}

.fill-yellow-400\/95 {
  fill: rgb(250 204 21 / 0.95);
}

.fill-yellow-50 {
  fill: #fefce8;
}

.fill-yellow-50\/0 {
  fill: rgb(254 252 232 / 0);
}

.fill-yellow-50\/10 {
  fill: rgb(254 252 232 / 0.1);
}

.fill-yellow-50\/100 {
  fill: rgb(254 252 232 / 1);
}

.fill-yellow-50\/15 {
  fill: rgb(254 252 232 / 0.15);
}

.fill-yellow-50\/20 {
  fill: rgb(254 252 232 / 0.2);
}

.fill-yellow-50\/25 {
  fill: rgb(254 252 232 / 0.25);
}

.fill-yellow-50\/30 {
  fill: rgb(254 252 232 / 0.3);
}

.fill-yellow-50\/35 {
  fill: rgb(254 252 232 / 0.35);
}

.fill-yellow-50\/40 {
  fill: rgb(254 252 232 / 0.4);
}

.fill-yellow-50\/45 {
  fill: rgb(254 252 232 / 0.45);
}

.fill-yellow-50\/5 {
  fill: rgb(254 252 232 / 0.05);
}

.fill-yellow-50\/50 {
  fill: rgb(254 252 232 / 0.5);
}

.fill-yellow-50\/55 {
  fill: rgb(254 252 232 / 0.55);
}

.fill-yellow-50\/60 {
  fill: rgb(254 252 232 / 0.6);
}

.fill-yellow-50\/65 {
  fill: rgb(254 252 232 / 0.65);
}

.fill-yellow-50\/70 {
  fill: rgb(254 252 232 / 0.7);
}

.fill-yellow-50\/75 {
  fill: rgb(254 252 232 / 0.75);
}

.fill-yellow-50\/80 {
  fill: rgb(254 252 232 / 0.8);
}

.fill-yellow-50\/85 {
  fill: rgb(254 252 232 / 0.85);
}

.fill-yellow-50\/90 {
  fill: rgb(254 252 232 / 0.9);
}

.fill-yellow-50\/95 {
  fill: rgb(254 252 232 / 0.95);
}

.fill-yellow-500 {
  fill: #eab308;
}

.fill-yellow-500\/0 {
  fill: rgb(234 179 8 / 0);
}

.fill-yellow-500\/10 {
  fill: rgb(234 179 8 / 0.1);
}

.fill-yellow-500\/100 {
  fill: rgb(234 179 8 / 1);
}

.fill-yellow-500\/15 {
  fill: rgb(234 179 8 / 0.15);
}

.fill-yellow-500\/20 {
  fill: rgb(234 179 8 / 0.2);
}

.fill-yellow-500\/25 {
  fill: rgb(234 179 8 / 0.25);
}

.fill-yellow-500\/30 {
  fill: rgb(234 179 8 / 0.3);
}

.fill-yellow-500\/35 {
  fill: rgb(234 179 8 / 0.35);
}

.fill-yellow-500\/40 {
  fill: rgb(234 179 8 / 0.4);
}

.fill-yellow-500\/45 {
  fill: rgb(234 179 8 / 0.45);
}

.fill-yellow-500\/5 {
  fill: rgb(234 179 8 / 0.05);
}

.fill-yellow-500\/50 {
  fill: rgb(234 179 8 / 0.5);
}

.fill-yellow-500\/55 {
  fill: rgb(234 179 8 / 0.55);
}

.fill-yellow-500\/60 {
  fill: rgb(234 179 8 / 0.6);
}

.fill-yellow-500\/65 {
  fill: rgb(234 179 8 / 0.65);
}

.fill-yellow-500\/70 {
  fill: rgb(234 179 8 / 0.7);
}

.fill-yellow-500\/75 {
  fill: rgb(234 179 8 / 0.75);
}

.fill-yellow-500\/80 {
  fill: rgb(234 179 8 / 0.8);
}

.fill-yellow-500\/85 {
  fill: rgb(234 179 8 / 0.85);
}

.fill-yellow-500\/90 {
  fill: rgb(234 179 8 / 0.9);
}

.fill-yellow-500\/95 {
  fill: rgb(234 179 8 / 0.95);
}

.fill-yellow-600 {
  fill: #ca8a04;
}

.fill-yellow-600\/0 {
  fill: rgb(202 138 4 / 0);
}

.fill-yellow-600\/10 {
  fill: rgb(202 138 4 / 0.1);
}

.fill-yellow-600\/100 {
  fill: rgb(202 138 4 / 1);
}

.fill-yellow-600\/15 {
  fill: rgb(202 138 4 / 0.15);
}

.fill-yellow-600\/20 {
  fill: rgb(202 138 4 / 0.2);
}

.fill-yellow-600\/25 {
  fill: rgb(202 138 4 / 0.25);
}

.fill-yellow-600\/30 {
  fill: rgb(202 138 4 / 0.3);
}

.fill-yellow-600\/35 {
  fill: rgb(202 138 4 / 0.35);
}

.fill-yellow-600\/40 {
  fill: rgb(202 138 4 / 0.4);
}

.fill-yellow-600\/45 {
  fill: rgb(202 138 4 / 0.45);
}

.fill-yellow-600\/5 {
  fill: rgb(202 138 4 / 0.05);
}

.fill-yellow-600\/50 {
  fill: rgb(202 138 4 / 0.5);
}

.fill-yellow-600\/55 {
  fill: rgb(202 138 4 / 0.55);
}

.fill-yellow-600\/60 {
  fill: rgb(202 138 4 / 0.6);
}

.fill-yellow-600\/65 {
  fill: rgb(202 138 4 / 0.65);
}

.fill-yellow-600\/70 {
  fill: rgb(202 138 4 / 0.7);
}

.fill-yellow-600\/75 {
  fill: rgb(202 138 4 / 0.75);
}

.fill-yellow-600\/80 {
  fill: rgb(202 138 4 / 0.8);
}

.fill-yellow-600\/85 {
  fill: rgb(202 138 4 / 0.85);
}

.fill-yellow-600\/90 {
  fill: rgb(202 138 4 / 0.9);
}

.fill-yellow-600\/95 {
  fill: rgb(202 138 4 / 0.95);
}

.fill-yellow-800 {
  fill: #854d0e;
}

.fill-yellow-800\/0 {
  fill: rgb(133 77 14 / 0);
}

.fill-yellow-800\/10 {
  fill: rgb(133 77 14 / 0.1);
}

.fill-yellow-800\/100 {
  fill: rgb(133 77 14 / 1);
}

.fill-yellow-800\/15 {
  fill: rgb(133 77 14 / 0.15);
}

.fill-yellow-800\/20 {
  fill: rgb(133 77 14 / 0.2);
}

.fill-yellow-800\/25 {
  fill: rgb(133 77 14 / 0.25);
}

.fill-yellow-800\/30 {
  fill: rgb(133 77 14 / 0.3);
}

.fill-yellow-800\/35 {
  fill: rgb(133 77 14 / 0.35);
}

.fill-yellow-800\/40 {
  fill: rgb(133 77 14 / 0.4);
}

.fill-yellow-800\/45 {
  fill: rgb(133 77 14 / 0.45);
}

.fill-yellow-800\/5 {
  fill: rgb(133 77 14 / 0.05);
}

.fill-yellow-800\/50 {
  fill: rgb(133 77 14 / 0.5);
}

.fill-yellow-800\/55 {
  fill: rgb(133 77 14 / 0.55);
}

.fill-yellow-800\/60 {
  fill: rgb(133 77 14 / 0.6);
}

.fill-yellow-800\/65 {
  fill: rgb(133 77 14 / 0.65);
}

.fill-yellow-800\/70 {
  fill: rgb(133 77 14 / 0.7);
}

.fill-yellow-800\/75 {
  fill: rgb(133 77 14 / 0.75);
}

.fill-yellow-800\/80 {
  fill: rgb(133 77 14 / 0.8);
}

.fill-yellow-800\/85 {
  fill: rgb(133 77 14 / 0.85);
}

.fill-yellow-800\/90 {
  fill: rgb(133 77 14 / 0.9);
}

.fill-yellow-800\/95 {
  fill: rgb(133 77 14 / 0.95);
}

.stroke-yellow-100 {
  stroke: #fef9c3;
}

.stroke-yellow-100\/0 {
  stroke: rgb(254 249 195 / 0);
}

.stroke-yellow-100\/10 {
  stroke: rgb(254 249 195 / 0.1);
}

.stroke-yellow-100\/100 {
  stroke: rgb(254 249 195 / 1);
}

.stroke-yellow-100\/15 {
  stroke: rgb(254 249 195 / 0.15);
}

.stroke-yellow-100\/20 {
  stroke: rgb(254 249 195 / 0.2);
}

.stroke-yellow-100\/25 {
  stroke: rgb(254 249 195 / 0.25);
}

.stroke-yellow-100\/30 {
  stroke: rgb(254 249 195 / 0.3);
}

.stroke-yellow-100\/35 {
  stroke: rgb(254 249 195 / 0.35);
}

.stroke-yellow-100\/40 {
  stroke: rgb(254 249 195 / 0.4);
}

.stroke-yellow-100\/45 {
  stroke: rgb(254 249 195 / 0.45);
}

.stroke-yellow-100\/5 {
  stroke: rgb(254 249 195 / 0.05);
}

.stroke-yellow-100\/50 {
  stroke: rgb(254 249 195 / 0.5);
}

.stroke-yellow-100\/55 {
  stroke: rgb(254 249 195 / 0.55);
}

.stroke-yellow-100\/60 {
  stroke: rgb(254 249 195 / 0.6);
}

.stroke-yellow-100\/65 {
  stroke: rgb(254 249 195 / 0.65);
}

.stroke-yellow-100\/70 {
  stroke: rgb(254 249 195 / 0.7);
}

.stroke-yellow-100\/75 {
  stroke: rgb(254 249 195 / 0.75);
}

.stroke-yellow-100\/80 {
  stroke: rgb(254 249 195 / 0.8);
}

.stroke-yellow-100\/85 {
  stroke: rgb(254 249 195 / 0.85);
}

.stroke-yellow-100\/90 {
  stroke: rgb(254 249 195 / 0.9);
}

.stroke-yellow-100\/95 {
  stroke: rgb(254 249 195 / 0.95);
}

.stroke-yellow-200 {
  stroke: #fef08a;
}

.stroke-yellow-200\/0 {
  stroke: rgb(254 240 138 / 0);
}

.stroke-yellow-200\/10 {
  stroke: rgb(254 240 138 / 0.1);
}

.stroke-yellow-200\/100 {
  stroke: rgb(254 240 138 / 1);
}

.stroke-yellow-200\/15 {
  stroke: rgb(254 240 138 / 0.15);
}

.stroke-yellow-200\/20 {
  stroke: rgb(254 240 138 / 0.2);
}

.stroke-yellow-200\/25 {
  stroke: rgb(254 240 138 / 0.25);
}

.stroke-yellow-200\/30 {
  stroke: rgb(254 240 138 / 0.3);
}

.stroke-yellow-200\/35 {
  stroke: rgb(254 240 138 / 0.35);
}

.stroke-yellow-200\/40 {
  stroke: rgb(254 240 138 / 0.4);
}

.stroke-yellow-200\/45 {
  stroke: rgb(254 240 138 / 0.45);
}

.stroke-yellow-200\/5 {
  stroke: rgb(254 240 138 / 0.05);
}

.stroke-yellow-200\/50 {
  stroke: rgb(254 240 138 / 0.5);
}

.stroke-yellow-200\/55 {
  stroke: rgb(254 240 138 / 0.55);
}

.stroke-yellow-200\/60 {
  stroke: rgb(254 240 138 / 0.6);
}

.stroke-yellow-200\/65 {
  stroke: rgb(254 240 138 / 0.65);
}

.stroke-yellow-200\/70 {
  stroke: rgb(254 240 138 / 0.7);
}

.stroke-yellow-200\/75 {
  stroke: rgb(254 240 138 / 0.75);
}

.stroke-yellow-200\/80 {
  stroke: rgb(254 240 138 / 0.8);
}

.stroke-yellow-200\/85 {
  stroke: rgb(254 240 138 / 0.85);
}

.stroke-yellow-200\/90 {
  stroke: rgb(254 240 138 / 0.9);
}

.stroke-yellow-200\/95 {
  stroke: rgb(254 240 138 / 0.95);
}

.stroke-yellow-400 {
  stroke: #facc15;
}

.stroke-yellow-400\/0 {
  stroke: rgb(250 204 21 / 0);
}

.stroke-yellow-400\/10 {
  stroke: rgb(250 204 21 / 0.1);
}

.stroke-yellow-400\/100 {
  stroke: rgb(250 204 21 / 1);
}

.stroke-yellow-400\/15 {
  stroke: rgb(250 204 21 / 0.15);
}

.stroke-yellow-400\/20 {
  stroke: rgb(250 204 21 / 0.2);
}

.stroke-yellow-400\/25 {
  stroke: rgb(250 204 21 / 0.25);
}

.stroke-yellow-400\/30 {
  stroke: rgb(250 204 21 / 0.3);
}

.stroke-yellow-400\/35 {
  stroke: rgb(250 204 21 / 0.35);
}

.stroke-yellow-400\/40 {
  stroke: rgb(250 204 21 / 0.4);
}

.stroke-yellow-400\/45 {
  stroke: rgb(250 204 21 / 0.45);
}

.stroke-yellow-400\/5 {
  stroke: rgb(250 204 21 / 0.05);
}

.stroke-yellow-400\/50 {
  stroke: rgb(250 204 21 / 0.5);
}

.stroke-yellow-400\/55 {
  stroke: rgb(250 204 21 / 0.55);
}

.stroke-yellow-400\/60 {
  stroke: rgb(250 204 21 / 0.6);
}

.stroke-yellow-400\/65 {
  stroke: rgb(250 204 21 / 0.65);
}

.stroke-yellow-400\/70 {
  stroke: rgb(250 204 21 / 0.7);
}

.stroke-yellow-400\/75 {
  stroke: rgb(250 204 21 / 0.75);
}

.stroke-yellow-400\/80 {
  stroke: rgb(250 204 21 / 0.8);
}

.stroke-yellow-400\/85 {
  stroke: rgb(250 204 21 / 0.85);
}

.stroke-yellow-400\/90 {
  stroke: rgb(250 204 21 / 0.9);
}

.stroke-yellow-400\/95 {
  stroke: rgb(250 204 21 / 0.95);
}

.stroke-yellow-50 {
  stroke: #fefce8;
}

.stroke-yellow-50\/0 {
  stroke: rgb(254 252 232 / 0);
}

.stroke-yellow-50\/10 {
  stroke: rgb(254 252 232 / 0.1);
}

.stroke-yellow-50\/100 {
  stroke: rgb(254 252 232 / 1);
}

.stroke-yellow-50\/15 {
  stroke: rgb(254 252 232 / 0.15);
}

.stroke-yellow-50\/20 {
  stroke: rgb(254 252 232 / 0.2);
}

.stroke-yellow-50\/25 {
  stroke: rgb(254 252 232 / 0.25);
}

.stroke-yellow-50\/30 {
  stroke: rgb(254 252 232 / 0.3);
}

.stroke-yellow-50\/35 {
  stroke: rgb(254 252 232 / 0.35);
}

.stroke-yellow-50\/40 {
  stroke: rgb(254 252 232 / 0.4);
}

.stroke-yellow-50\/45 {
  stroke: rgb(254 252 232 / 0.45);
}

.stroke-yellow-50\/5 {
  stroke: rgb(254 252 232 / 0.05);
}

.stroke-yellow-50\/50 {
  stroke: rgb(254 252 232 / 0.5);
}

.stroke-yellow-50\/55 {
  stroke: rgb(254 252 232 / 0.55);
}

.stroke-yellow-50\/60 {
  stroke: rgb(254 252 232 / 0.6);
}

.stroke-yellow-50\/65 {
  stroke: rgb(254 252 232 / 0.65);
}

.stroke-yellow-50\/70 {
  stroke: rgb(254 252 232 / 0.7);
}

.stroke-yellow-50\/75 {
  stroke: rgb(254 252 232 / 0.75);
}

.stroke-yellow-50\/80 {
  stroke: rgb(254 252 232 / 0.8);
}

.stroke-yellow-50\/85 {
  stroke: rgb(254 252 232 / 0.85);
}

.stroke-yellow-50\/90 {
  stroke: rgb(254 252 232 / 0.9);
}

.stroke-yellow-50\/95 {
  stroke: rgb(254 252 232 / 0.95);
}

.stroke-yellow-500 {
  stroke: #eab308;
}

.stroke-yellow-500\/0 {
  stroke: rgb(234 179 8 / 0);
}

.stroke-yellow-500\/10 {
  stroke: rgb(234 179 8 / 0.1);
}

.stroke-yellow-500\/100 {
  stroke: rgb(234 179 8 / 1);
}

.stroke-yellow-500\/15 {
  stroke: rgb(234 179 8 / 0.15);
}

.stroke-yellow-500\/20 {
  stroke: rgb(234 179 8 / 0.2);
}

.stroke-yellow-500\/25 {
  stroke: rgb(234 179 8 / 0.25);
}

.stroke-yellow-500\/30 {
  stroke: rgb(234 179 8 / 0.3);
}

.stroke-yellow-500\/35 {
  stroke: rgb(234 179 8 / 0.35);
}

.stroke-yellow-500\/40 {
  stroke: rgb(234 179 8 / 0.4);
}

.stroke-yellow-500\/45 {
  stroke: rgb(234 179 8 / 0.45);
}

.stroke-yellow-500\/5 {
  stroke: rgb(234 179 8 / 0.05);
}

.stroke-yellow-500\/50 {
  stroke: rgb(234 179 8 / 0.5);
}

.stroke-yellow-500\/55 {
  stroke: rgb(234 179 8 / 0.55);
}

.stroke-yellow-500\/60 {
  stroke: rgb(234 179 8 / 0.6);
}

.stroke-yellow-500\/65 {
  stroke: rgb(234 179 8 / 0.65);
}

.stroke-yellow-500\/70 {
  stroke: rgb(234 179 8 / 0.7);
}

.stroke-yellow-500\/75 {
  stroke: rgb(234 179 8 / 0.75);
}

.stroke-yellow-500\/80 {
  stroke: rgb(234 179 8 / 0.8);
}

.stroke-yellow-500\/85 {
  stroke: rgb(234 179 8 / 0.85);
}

.stroke-yellow-500\/90 {
  stroke: rgb(234 179 8 / 0.9);
}

.stroke-yellow-500\/95 {
  stroke: rgb(234 179 8 / 0.95);
}

.stroke-yellow-600 {
  stroke: #ca8a04;
}

.stroke-yellow-600\/0 {
  stroke: rgb(202 138 4 / 0);
}

.stroke-yellow-600\/10 {
  stroke: rgb(202 138 4 / 0.1);
}

.stroke-yellow-600\/100 {
  stroke: rgb(202 138 4 / 1);
}

.stroke-yellow-600\/15 {
  stroke: rgb(202 138 4 / 0.15);
}

.stroke-yellow-600\/20 {
  stroke: rgb(202 138 4 / 0.2);
}

.stroke-yellow-600\/25 {
  stroke: rgb(202 138 4 / 0.25);
}

.stroke-yellow-600\/30 {
  stroke: rgb(202 138 4 / 0.3);
}

.stroke-yellow-600\/35 {
  stroke: rgb(202 138 4 / 0.35);
}

.stroke-yellow-600\/40 {
  stroke: rgb(202 138 4 / 0.4);
}

.stroke-yellow-600\/45 {
  stroke: rgb(202 138 4 / 0.45);
}

.stroke-yellow-600\/5 {
  stroke: rgb(202 138 4 / 0.05);
}

.stroke-yellow-600\/50 {
  stroke: rgb(202 138 4 / 0.5);
}

.stroke-yellow-600\/55 {
  stroke: rgb(202 138 4 / 0.55);
}

.stroke-yellow-600\/60 {
  stroke: rgb(202 138 4 / 0.6);
}

.stroke-yellow-600\/65 {
  stroke: rgb(202 138 4 / 0.65);
}

.stroke-yellow-600\/70 {
  stroke: rgb(202 138 4 / 0.7);
}

.stroke-yellow-600\/75 {
  stroke: rgb(202 138 4 / 0.75);
}

.stroke-yellow-600\/80 {
  stroke: rgb(202 138 4 / 0.8);
}

.stroke-yellow-600\/85 {
  stroke: rgb(202 138 4 / 0.85);
}

.stroke-yellow-600\/90 {
  stroke: rgb(202 138 4 / 0.9);
}

.stroke-yellow-600\/95 {
  stroke: rgb(202 138 4 / 0.95);
}

.stroke-yellow-800 {
  stroke: #854d0e;
}

.stroke-yellow-800\/0 {
  stroke: rgb(133 77 14 / 0);
}

.stroke-yellow-800\/10 {
  stroke: rgb(133 77 14 / 0.1);
}

.stroke-yellow-800\/100 {
  stroke: rgb(133 77 14 / 1);
}

.stroke-yellow-800\/15 {
  stroke: rgb(133 77 14 / 0.15);
}

.stroke-yellow-800\/20 {
  stroke: rgb(133 77 14 / 0.2);
}

.stroke-yellow-800\/25 {
  stroke: rgb(133 77 14 / 0.25);
}

.stroke-yellow-800\/30 {
  stroke: rgb(133 77 14 / 0.3);
}

.stroke-yellow-800\/35 {
  stroke: rgb(133 77 14 / 0.35);
}

.stroke-yellow-800\/40 {
  stroke: rgb(133 77 14 / 0.4);
}

.stroke-yellow-800\/45 {
  stroke: rgb(133 77 14 / 0.45);
}

.stroke-yellow-800\/5 {
  stroke: rgb(133 77 14 / 0.05);
}

.stroke-yellow-800\/50 {
  stroke: rgb(133 77 14 / 0.5);
}

.stroke-yellow-800\/55 {
  stroke: rgb(133 77 14 / 0.55);
}

.stroke-yellow-800\/60 {
  stroke: rgb(133 77 14 / 0.6);
}

.stroke-yellow-800\/65 {
  stroke: rgb(133 77 14 / 0.65);
}

.stroke-yellow-800\/70 {
  stroke: rgb(133 77 14 / 0.7);
}

.stroke-yellow-800\/75 {
  stroke: rgb(133 77 14 / 0.75);
}

.stroke-yellow-800\/80 {
  stroke: rgb(133 77 14 / 0.8);
}

.stroke-yellow-800\/85 {
  stroke: rgb(133 77 14 / 0.85);
}

.stroke-yellow-800\/90 {
  stroke: rgb(133 77 14 / 0.9);
}

.stroke-yellow-800\/95 {
  stroke: rgb(133 77 14 / 0.95);
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.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-8 {
  padding: 2rem;
}

.p-80 {
  padding: 20rem;
}

.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-80 {
  padding-left: 20rem;
  padding-right: 20rem;
}

.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-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-80 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}

.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-8 {
  padding-bottom: 2rem;
}

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

.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-8 {
  padding-left: 2rem;
}

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

.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-8 {
  padding-right: 2rem;
}

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

.ps-3 {
  padding-inline-start: 0.75rem;
}

.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-8 {
  padding-top: 2rem;
}

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

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.font-\[\'Playfair_Display\'\] {
  font-family: 'Playfair Display';
}

.font-sans {
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

.text-\[10px\] {
  font-size: 10px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-\[140px\] {
  font-size: 140px;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[160px\] {
  font-size: 160px;
}

.text-\[16px\] {
  font-size: 16px;
}

.text-\[180px\] {
  font-size: 180px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[200px\] {
  font-size: 200px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[240px\] {
  font-size: 240px;
}

.text-\[24px\] {
  font-size: 24px;
}

.text-\[28px\] {
  font-size: 28px;
}

.text-\[32px\] {
  font-size: 32px;
}

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

.text-\[300px\] {
  font-size: 300px;
}

.font-bold {
  font-weight: 700;
}

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

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.-tracking-tight {
  letter-spacing: 0.025em;
}

.-tracking-tighter {
  letter-spacing: 0.05em;
}

.-tracking-wide {
  letter-spacing: -0.025em;
}

.-tracking-wider {
  letter-spacing: -0.05em;
}

.-tracking-widest {
  letter-spacing: -0.1em;
}

.tracking-\[0\.12em\] {
  letter-spacing: 0.12em;
}

.tracking-\[0\.14em\] {
  letter-spacing: 0.14em;
}

.tracking-\[0\.15em\] {
  letter-spacing: 0.15em;
}

.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}

.tracking-\[0\.18em\] {
  letter-spacing: 0.18em;
}

.tracking-\[0\.22em\] {
  letter-spacing: 0.22em;
}

.tracking-\[0\.2em\] {
  letter-spacing: 0.2em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-accent-100 {
  --tw-text-opacity: 1;
  color: rgb(235 251 203 / var(--tw-text-opacity, 1));
}

.text-accent-100\/0 {
  color: rgb(235 251 203 / 0);
}

.text-accent-100\/10 {
  color: rgb(235 251 203 / 0.1);
}

.text-accent-100\/100 {
  color: rgb(235 251 203 / 1);
}

.text-accent-100\/15 {
  color: rgb(235 251 203 / 0.15);
}

.text-accent-100\/20 {
  color: rgb(235 251 203 / 0.2);
}

.text-accent-100\/25 {
  color: rgb(235 251 203 / 0.25);
}

.text-accent-100\/30 {
  color: rgb(235 251 203 / 0.3);
}

.text-accent-100\/35 {
  color: rgb(235 251 203 / 0.35);
}

.text-accent-100\/40 {
  color: rgb(235 251 203 / 0.4);
}

.text-accent-100\/45 {
  color: rgb(235 251 203 / 0.45);
}

.text-accent-100\/5 {
  color: rgb(235 251 203 / 0.05);
}

.text-accent-100\/50 {
  color: rgb(235 251 203 / 0.5);
}

.text-accent-100\/55 {
  color: rgb(235 251 203 / 0.55);
}

.text-accent-100\/60 {
  color: rgb(235 251 203 / 0.6);
}

.text-accent-100\/65 {
  color: rgb(235 251 203 / 0.65);
}

.text-accent-100\/70 {
  color: rgb(235 251 203 / 0.7);
}

.text-accent-100\/75 {
  color: rgb(235 251 203 / 0.75);
}

.text-accent-100\/80 {
  color: rgb(235 251 203 / 0.8);
}

.text-accent-100\/85 {
  color: rgb(235 251 203 / 0.85);
}

.text-accent-100\/90 {
  color: rgb(235 251 203 / 0.9);
}

.text-accent-100\/95 {
  color: rgb(235 251 203 / 0.95);
}

.text-accent-200 {
  --tw-text-opacity: 1;
  color: rgb(216 246 154 / var(--tw-text-opacity, 1));
}

.text-accent-200\/0 {
  color: rgb(216 246 154 / 0);
}

.text-accent-200\/10 {
  color: rgb(216 246 154 / 0.1);
}

.text-accent-200\/100 {
  color: rgb(216 246 154 / 1);
}

.text-accent-200\/15 {
  color: rgb(216 246 154 / 0.15);
}

.text-accent-200\/20 {
  color: rgb(216 246 154 / 0.2);
}

.text-accent-200\/25 {
  color: rgb(216 246 154 / 0.25);
}

.text-accent-200\/30 {
  color: rgb(216 246 154 / 0.3);
}

.text-accent-200\/35 {
  color: rgb(216 246 154 / 0.35);
}

.text-accent-200\/40 {
  color: rgb(216 246 154 / 0.4);
}

.text-accent-200\/45 {
  color: rgb(216 246 154 / 0.45);
}

.text-accent-200\/5 {
  color: rgb(216 246 154 / 0.05);
}

.text-accent-200\/50 {
  color: rgb(216 246 154 / 0.5);
}

.text-accent-200\/55 {
  color: rgb(216 246 154 / 0.55);
}

.text-accent-200\/60 {
  color: rgb(216 246 154 / 0.6);
}

.text-accent-200\/65 {
  color: rgb(216 246 154 / 0.65);
}

.text-accent-200\/70 {
  color: rgb(216 246 154 / 0.7);
}

.text-accent-200\/75 {
  color: rgb(216 246 154 / 0.75);
}

.text-accent-200\/80 {
  color: rgb(216 246 154 / 0.8);
}

.text-accent-200\/85 {
  color: rgb(216 246 154 / 0.85);
}

.text-accent-200\/90 {
  color: rgb(216 246 154 / 0.9);
}

.text-accent-200\/95 {
  color: rgb(216 246 154 / 0.95);
}

.text-accent-300 {
  --tw-text-opacity: 1;
  color: rgb(196 240 120 / var(--tw-text-opacity, 1));
}

.text-accent-300\/0 {
  color: rgb(196 240 120 / 0);
}

.text-accent-300\/10 {
  color: rgb(196 240 120 / 0.1);
}

.text-accent-300\/100 {
  color: rgb(196 240 120 / 1);
}

.text-accent-300\/15 {
  color: rgb(196 240 120 / 0.15);
}

.text-accent-300\/20 {
  color: rgb(196 240 120 / 0.2);
}

.text-accent-300\/25 {
  color: rgb(196 240 120 / 0.25);
}

.text-accent-300\/30 {
  color: rgb(196 240 120 / 0.3);
}

.text-accent-300\/35 {
  color: rgb(196 240 120 / 0.35);
}

.text-accent-300\/40 {
  color: rgb(196 240 120 / 0.4);
}

.text-accent-300\/45 {
  color: rgb(196 240 120 / 0.45);
}

.text-accent-300\/5 {
  color: rgb(196 240 120 / 0.05);
}

.text-accent-300\/50 {
  color: rgb(196 240 120 / 0.5);
}

.text-accent-300\/55 {
  color: rgb(196 240 120 / 0.55);
}

.text-accent-300\/60 {
  color: rgb(196 240 120 / 0.6);
}

.text-accent-300\/65 {
  color: rgb(196 240 120 / 0.65);
}

.text-accent-300\/70 {
  color: rgb(196 240 120 / 0.7);
}

.text-accent-300\/75 {
  color: rgb(196 240 120 / 0.75);
}

.text-accent-300\/80 {
  color: rgb(196 240 120 / 0.8);
}

.text-accent-300\/85 {
  color: rgb(196 240 120 / 0.85);
}

.text-accent-300\/90 {
  color: rgb(196 240 120 / 0.9);
}

.text-accent-300\/95 {
  color: rgb(196 240 120 / 0.95);
}

.text-accent-400 {
  --tw-text-opacity: 1;
  color: rgb(183 237 104 / var(--tw-text-opacity, 1));
}

.text-accent-400\/0 {
  color: rgb(183 237 104 / 0);
}

.text-accent-400\/10 {
  color: rgb(183 237 104 / 0.1);
}

.text-accent-400\/100 {
  color: rgb(183 237 104 / 1);
}

.text-accent-400\/15 {
  color: rgb(183 237 104 / 0.15);
}

.text-accent-400\/20 {
  color: rgb(183 237 104 / 0.2);
}

.text-accent-400\/25 {
  color: rgb(183 237 104 / 0.25);
}

.text-accent-400\/30 {
  color: rgb(183 237 104 / 0.3);
}

.text-accent-400\/35 {
  color: rgb(183 237 104 / 0.35);
}

.text-accent-400\/40 {
  color: rgb(183 237 104 / 0.4);
}

.text-accent-400\/45 {
  color: rgb(183 237 104 / 0.45);
}

.text-accent-400\/5 {
  color: rgb(183 237 104 / 0.05);
}

.text-accent-400\/50 {
  color: rgb(183 237 104 / 0.5);
}

.text-accent-400\/55 {
  color: rgb(183 237 104 / 0.55);
}

.text-accent-400\/60 {
  color: rgb(183 237 104 / 0.6);
}

.text-accent-400\/65 {
  color: rgb(183 237 104 / 0.65);
}

.text-accent-400\/70 {
  color: rgb(183 237 104 / 0.7);
}

.text-accent-400\/75 {
  color: rgb(183 237 104 / 0.75);
}

.text-accent-400\/80 {
  color: rgb(183 237 104 / 0.8);
}

.text-accent-400\/85 {
  color: rgb(183 237 104 / 0.85);
}

.text-accent-400\/90 {
  color: rgb(183 237 104 / 0.9);
}

.text-accent-400\/95 {
  color: rgb(183 237 104 / 0.95);
}

.text-accent-50 {
  --tw-text-opacity: 1;
  color: rgb(247 253 235 / var(--tw-text-opacity, 1));
}

.text-accent-50\/0 {
  color: rgb(247 253 235 / 0);
}

.text-accent-50\/10 {
  color: rgb(247 253 235 / 0.1);
}

.text-accent-50\/100 {
  color: rgb(247 253 235 / 1);
}

.text-accent-50\/15 {
  color: rgb(247 253 235 / 0.15);
}

.text-accent-50\/20 {
  color: rgb(247 253 235 / 0.2);
}

.text-accent-50\/25 {
  color: rgb(247 253 235 / 0.25);
}

.text-accent-50\/30 {
  color: rgb(247 253 235 / 0.3);
}

.text-accent-50\/35 {
  color: rgb(247 253 235 / 0.35);
}

.text-accent-50\/40 {
  color: rgb(247 253 235 / 0.4);
}

.text-accent-50\/45 {
  color: rgb(247 253 235 / 0.45);
}

.text-accent-50\/5 {
  color: rgb(247 253 235 / 0.05);
}

.text-accent-50\/50 {
  color: rgb(247 253 235 / 0.5);
}

.text-accent-50\/55 {
  color: rgb(247 253 235 / 0.55);
}

.text-accent-50\/60 {
  color: rgb(247 253 235 / 0.6);
}

.text-accent-50\/65 {
  color: rgb(247 253 235 / 0.65);
}

.text-accent-50\/70 {
  color: rgb(247 253 235 / 0.7);
}

.text-accent-50\/75 {
  color: rgb(247 253 235 / 0.75);
}

.text-accent-50\/80 {
  color: rgb(247 253 235 / 0.8);
}

.text-accent-50\/85 {
  color: rgb(247 253 235 / 0.85);
}

.text-accent-50\/90 {
  color: rgb(247 253 235 / 0.9);
}

.text-accent-50\/95 {
  color: rgb(247 253 235 / 0.95);
}

.text-accent-500 {
  --tw-text-opacity: 1;
  color: rgb(174 235 96 / var(--tw-text-opacity, 1));
}

.text-accent-500\/0 {
  color: rgb(174 235 96 / 0);
}

.text-accent-500\/10 {
  color: rgb(174 235 96 / 0.1);
}

.text-accent-500\/100 {
  color: rgb(174 235 96 / 1);
}

.text-accent-500\/15 {
  color: rgb(174 235 96 / 0.15);
}

.text-accent-500\/20 {
  color: rgb(174 235 96 / 0.2);
}

.text-accent-500\/25 {
  color: rgb(174 235 96 / 0.25);
}

.text-accent-500\/30 {
  color: rgb(174 235 96 / 0.3);
}

.text-accent-500\/35 {
  color: rgb(174 235 96 / 0.35);
}

.text-accent-500\/40 {
  color: rgb(174 235 96 / 0.4);
}

.text-accent-500\/45 {
  color: rgb(174 235 96 / 0.45);
}

.text-accent-500\/5 {
  color: rgb(174 235 96 / 0.05);
}

.text-accent-500\/50 {
  color: rgb(174 235 96 / 0.5);
}

.text-accent-500\/55 {
  color: rgb(174 235 96 / 0.55);
}

.text-accent-500\/60 {
  color: rgb(174 235 96 / 0.6);
}

.text-accent-500\/65 {
  color: rgb(174 235 96 / 0.65);
}

.text-accent-500\/70 {
  color: rgb(174 235 96 / 0.7);
}

.text-accent-500\/75 {
  color: rgb(174 235 96 / 0.75);
}

.text-accent-500\/80 {
  color: rgb(174 235 96 / 0.8);
}

.text-accent-500\/85 {
  color: rgb(174 235 96 / 0.85);
}

.text-accent-500\/90 {
  color: rgb(174 235 96 / 0.9);
}

.text-accent-500\/95 {
  color: rgb(174 235 96 / 0.95);
}

.text-accent-600 {
  --tw-text-opacity: 1;
  color: rgb(130 201 48 / var(--tw-text-opacity, 1));
}

.text-accent-600\/0 {
  color: rgb(130 201 48 / 0);
}

.text-accent-600\/10 {
  color: rgb(130 201 48 / 0.1);
}

.text-accent-600\/100 {
  color: rgb(130 201 48 / 1);
}

.text-accent-600\/15 {
  color: rgb(130 201 48 / 0.15);
}

.text-accent-600\/20 {
  color: rgb(130 201 48 / 0.2);
}

.text-accent-600\/25 {
  color: rgb(130 201 48 / 0.25);
}

.text-accent-600\/30 {
  color: rgb(130 201 48 / 0.3);
}

.text-accent-600\/35 {
  color: rgb(130 201 48 / 0.35);
}

.text-accent-600\/40 {
  color: rgb(130 201 48 / 0.4);
}

.text-accent-600\/45 {
  color: rgb(130 201 48 / 0.45);
}

.text-accent-600\/5 {
  color: rgb(130 201 48 / 0.05);
}

.text-accent-600\/50 {
  color: rgb(130 201 48 / 0.5);
}

.text-accent-600\/55 {
  color: rgb(130 201 48 / 0.55);
}

.text-accent-600\/60 {
  color: rgb(130 201 48 / 0.6);
}

.text-accent-600\/65 {
  color: rgb(130 201 48 / 0.65);
}

.text-accent-600\/70 {
  color: rgb(130 201 48 / 0.7);
}

.text-accent-600\/75 {
  color: rgb(130 201 48 / 0.75);
}

.text-accent-600\/80 {
  color: rgb(130 201 48 / 0.8);
}

.text-accent-600\/85 {
  color: rgb(130 201 48 / 0.85);
}

.text-accent-600\/90 {
  color: rgb(130 201 48 / 0.9);
}

.text-accent-600\/95 {
  color: rgb(130 201 48 / 0.95);
}

.text-accent-700 {
  --tw-text-opacity: 1;
  color: rgb(97 161 31 / var(--tw-text-opacity, 1));
}

.text-accent-700\/0 {
  color: rgb(97 161 31 / 0);
}

.text-accent-700\/10 {
  color: rgb(97 161 31 / 0.1);
}

.text-accent-700\/100 {
  color: rgb(97 161 31 / 1);
}

.text-accent-700\/15 {
  color: rgb(97 161 31 / 0.15);
}

.text-accent-700\/20 {
  color: rgb(97 161 31 / 0.2);
}

.text-accent-700\/25 {
  color: rgb(97 161 31 / 0.25);
}

.text-accent-700\/30 {
  color: rgb(97 161 31 / 0.3);
}

.text-accent-700\/35 {
  color: rgb(97 161 31 / 0.35);
}

.text-accent-700\/40 {
  color: rgb(97 161 31 / 0.4);
}

.text-accent-700\/45 {
  color: rgb(97 161 31 / 0.45);
}

.text-accent-700\/5 {
  color: rgb(97 161 31 / 0.05);
}

.text-accent-700\/50 {
  color: rgb(97 161 31 / 0.5);
}

.text-accent-700\/55 {
  color: rgb(97 161 31 / 0.55);
}

.text-accent-700\/60 {
  color: rgb(97 161 31 / 0.6);
}

.text-accent-700\/65 {
  color: rgb(97 161 31 / 0.65);
}

.text-accent-700\/70 {
  color: rgb(97 161 31 / 0.7);
}

.text-accent-700\/75 {
  color: rgb(97 161 31 / 0.75);
}

.text-accent-700\/80 {
  color: rgb(97 161 31 / 0.8);
}

.text-accent-700\/85 {
  color: rgb(97 161 31 / 0.85);
}

.text-accent-700\/90 {
  color: rgb(97 161 31 / 0.9);
}

.text-accent-700\/95 {
  color: rgb(97 161 31 / 0.95);
}

.text-accent-800 {
  --tw-text-opacity: 1;
  color: rgb(78 126 32 / var(--tw-text-opacity, 1));
}

.text-accent-800\/0 {
  color: rgb(78 126 32 / 0);
}

.text-accent-800\/10 {
  color: rgb(78 126 32 / 0.1);
}

.text-accent-800\/100 {
  color: rgb(78 126 32 / 1);
}

.text-accent-800\/15 {
  color: rgb(78 126 32 / 0.15);
}

.text-accent-800\/20 {
  color: rgb(78 126 32 / 0.2);
}

.text-accent-800\/25 {
  color: rgb(78 126 32 / 0.25);
}

.text-accent-800\/30 {
  color: rgb(78 126 32 / 0.3);
}

.text-accent-800\/35 {
  color: rgb(78 126 32 / 0.35);
}

.text-accent-800\/40 {
  color: rgb(78 126 32 / 0.4);
}

.text-accent-800\/45 {
  color: rgb(78 126 32 / 0.45);
}

.text-accent-800\/5 {
  color: rgb(78 126 32 / 0.05);
}

.text-accent-800\/50 {
  color: rgb(78 126 32 / 0.5);
}

.text-accent-800\/55 {
  color: rgb(78 126 32 / 0.55);
}

.text-accent-800\/60 {
  color: rgb(78 126 32 / 0.6);
}

.text-accent-800\/65 {
  color: rgb(78 126 32 / 0.65);
}

.text-accent-800\/70 {
  color: rgb(78 126 32 / 0.7);
}

.text-accent-800\/75 {
  color: rgb(78 126 32 / 0.75);
}

.text-accent-800\/80 {
  color: rgb(78 126 32 / 0.8);
}

.text-accent-800\/85 {
  color: rgb(78 126 32 / 0.85);
}

.text-accent-800\/90 {
  color: rgb(78 126 32 / 0.9);
}

.text-accent-800\/95 {
  color: rgb(78 126 32 / 0.95);
}

.text-accent-900 {
  --tw-text-opacity: 1;
  color: rgb(66 106 33 / var(--tw-text-opacity, 1));
}

.text-accent-900\/0 {
  color: rgb(66 106 33 / 0);
}

.text-accent-900\/10 {
  color: rgb(66 106 33 / 0.1);
}

.text-accent-900\/100 {
  color: rgb(66 106 33 / 1);
}

.text-accent-900\/15 {
  color: rgb(66 106 33 / 0.15);
}

.text-accent-900\/20 {
  color: rgb(66 106 33 / 0.2);
}

.text-accent-900\/25 {
  color: rgb(66 106 33 / 0.25);
}

.text-accent-900\/30 {
  color: rgb(66 106 33 / 0.3);
}

.text-accent-900\/35 {
  color: rgb(66 106 33 / 0.35);
}

.text-accent-900\/40 {
  color: rgb(66 106 33 / 0.4);
}

.text-accent-900\/45 {
  color: rgb(66 106 33 / 0.45);
}

.text-accent-900\/5 {
  color: rgb(66 106 33 / 0.05);
}

.text-accent-900\/50 {
  color: rgb(66 106 33 / 0.5);
}

.text-accent-900\/55 {
  color: rgb(66 106 33 / 0.55);
}

.text-accent-900\/60 {
  color: rgb(66 106 33 / 0.6);
}

.text-accent-900\/65 {
  color: rgb(66 106 33 / 0.65);
}

.text-accent-900\/70 {
  color: rgb(66 106 33 / 0.7);
}

.text-accent-900\/75 {
  color: rgb(66 106 33 / 0.75);
}

.text-accent-900\/80 {
  color: rgb(66 106 33 / 0.8);
}

.text-accent-900\/85 {
  color: rgb(66 106 33 / 0.85);
}

.text-accent-900\/90 {
  color: rgb(66 106 33 / 0.9);
}

.text-accent-900\/95 {
  color: rgb(66 106 33 / 0.95);
}

.text-accent-950 {
  --tw-text-opacity: 1;
  color: rgb(32 58 11 / var(--tw-text-opacity, 1));
}

.text-accent-950\/0 {
  color: rgb(32 58 11 / 0);
}

.text-accent-950\/10 {
  color: rgb(32 58 11 / 0.1);
}

.text-accent-950\/100 {
  color: rgb(32 58 11 / 1);
}

.text-accent-950\/15 {
  color: rgb(32 58 11 / 0.15);
}

.text-accent-950\/20 {
  color: rgb(32 58 11 / 0.2);
}

.text-accent-950\/25 {
  color: rgb(32 58 11 / 0.25);
}

.text-accent-950\/30 {
  color: rgb(32 58 11 / 0.3);
}

.text-accent-950\/35 {
  color: rgb(32 58 11 / 0.35);
}

.text-accent-950\/40 {
  color: rgb(32 58 11 / 0.4);
}

.text-accent-950\/45 {
  color: rgb(32 58 11 / 0.45);
}

.text-accent-950\/5 {
  color: rgb(32 58 11 / 0.05);
}

.text-accent-950\/50 {
  color: rgb(32 58 11 / 0.5);
}

.text-accent-950\/55 {
  color: rgb(32 58 11 / 0.55);
}

.text-accent-950\/60 {
  color: rgb(32 58 11 / 0.6);
}

.text-accent-950\/65 {
  color: rgb(32 58 11 / 0.65);
}

.text-accent-950\/70 {
  color: rgb(32 58 11 / 0.7);
}

.text-accent-950\/75 {
  color: rgb(32 58 11 / 0.75);
}

.text-accent-950\/80 {
  color: rgb(32 58 11 / 0.8);
}

.text-accent-950\/85 {
  color: rgb(32 58 11 / 0.85);
}

.text-accent-950\/90 {
  color: rgb(32 58 11 / 0.9);
}

.text-accent-950\/95 {
  color: rgb(32 58 11 / 0.95);
}

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

.text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-black\/100 {
  color: rgb(0 0 0 / 1);
}

.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-black\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-black\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

.text-brand-100 {
  --tw-text-opacity: 1;
  color: rgb(233 227 255 / var(--tw-text-opacity, 1));
}

.text-brand-100\/0 {
  color: rgb(233 227 255 / 0);
}

.text-brand-100\/10 {
  color: rgb(233 227 255 / 0.1);
}

.text-brand-100\/100 {
  color: rgb(233 227 255 / 1);
}

.text-brand-100\/15 {
  color: rgb(233 227 255 / 0.15);
}

.text-brand-100\/20 {
  color: rgb(233 227 255 / 0.2);
}

.text-brand-100\/25 {
  color: rgb(233 227 255 / 0.25);
}

.text-brand-100\/30 {
  color: rgb(233 227 255 / 0.3);
}

.text-brand-100\/35 {
  color: rgb(233 227 255 / 0.35);
}

.text-brand-100\/40 {
  color: rgb(233 227 255 / 0.4);
}

.text-brand-100\/45 {
  color: rgb(233 227 255 / 0.45);
}

.text-brand-100\/5 {
  color: rgb(233 227 255 / 0.05);
}

.text-brand-100\/50 {
  color: rgb(233 227 255 / 0.5);
}

.text-brand-100\/55 {
  color: rgb(233 227 255 / 0.55);
}

.text-brand-100\/60 {
  color: rgb(233 227 255 / 0.6);
}

.text-brand-100\/65 {
  color: rgb(233 227 255 / 0.65);
}

.text-brand-100\/70 {
  color: rgb(233 227 255 / 0.7);
}

.text-brand-100\/75 {
  color: rgb(233 227 255 / 0.75);
}

.text-brand-100\/80 {
  color: rgb(233 227 255 / 0.8);
}

.text-brand-100\/85 {
  color: rgb(233 227 255 / 0.85);
}

.text-brand-100\/90 {
  color: rgb(233 227 255 / 0.9);
}

.text-brand-100\/95 {
  color: rgb(233 227 255 / 0.95);
}

.text-brand-200 {
  --tw-text-opacity: 1;
  color: rgb(211 199 255 / var(--tw-text-opacity, 1));
}

.text-brand-200\/0 {
  color: rgb(211 199 255 / 0);
}

.text-brand-200\/10 {
  color: rgb(211 199 255 / 0.1);
}

.text-brand-200\/100 {
  color: rgb(211 199 255 / 1);
}

.text-brand-200\/15 {
  color: rgb(211 199 255 / 0.15);
}

.text-brand-200\/20 {
  color: rgb(211 199 255 / 0.2);
}

.text-brand-200\/25 {
  color: rgb(211 199 255 / 0.25);
}

.text-brand-200\/30 {
  color: rgb(211 199 255 / 0.3);
}

.text-brand-200\/35 {
  color: rgb(211 199 255 / 0.35);
}

.text-brand-200\/40 {
  color: rgb(211 199 255 / 0.4);
}

.text-brand-200\/45 {
  color: rgb(211 199 255 / 0.45);
}

.text-brand-200\/5 {
  color: rgb(211 199 255 / 0.05);
}

.text-brand-200\/50 {
  color: rgb(211 199 255 / 0.5);
}

.text-brand-200\/55 {
  color: rgb(211 199 255 / 0.55);
}

.text-brand-200\/60 {
  color: rgb(211 199 255 / 0.6);
}

.text-brand-200\/65 {
  color: rgb(211 199 255 / 0.65);
}

.text-brand-200\/70 {
  color: rgb(211 199 255 / 0.7);
}

.text-brand-200\/75 {
  color: rgb(211 199 255 / 0.75);
}

.text-brand-200\/80 {
  color: rgb(211 199 255 / 0.8);
}

.text-brand-200\/85 {
  color: rgb(211 199 255 / 0.85);
}

.text-brand-200\/90 {
  color: rgb(211 199 255 / 0.9);
}

.text-brand-200\/95 {
  color: rgb(211 199 255 / 0.95);
}

.text-brand-300 {
  --tw-text-opacity: 1;
  color: rgb(183 154 255 / var(--tw-text-opacity, 1));
}

.text-brand-300\/0 {
  color: rgb(183 154 255 / 0);
}

.text-brand-300\/10 {
  color: rgb(183 154 255 / 0.1);
}

.text-brand-300\/100 {
  color: rgb(183 154 255 / 1);
}

.text-brand-300\/15 {
  color: rgb(183 154 255 / 0.15);
}

.text-brand-300\/20 {
  color: rgb(183 154 255 / 0.2);
}

.text-brand-300\/25 {
  color: rgb(183 154 255 / 0.25);
}

.text-brand-300\/30 {
  color: rgb(183 154 255 / 0.3);
}

.text-brand-300\/35 {
  color: rgb(183 154 255 / 0.35);
}

.text-brand-300\/40 {
  color: rgb(183 154 255 / 0.4);
}

.text-brand-300\/45 {
  color: rgb(183 154 255 / 0.45);
}

.text-brand-300\/5 {
  color: rgb(183 154 255 / 0.05);
}

.text-brand-300\/50 {
  color: rgb(183 154 255 / 0.5);
}

.text-brand-300\/55 {
  color: rgb(183 154 255 / 0.55);
}

.text-brand-300\/60 {
  color: rgb(183 154 255 / 0.6);
}

.text-brand-300\/65 {
  color: rgb(183 154 255 / 0.65);
}

.text-brand-300\/70 {
  color: rgb(183 154 255 / 0.7);
}

.text-brand-300\/75 {
  color: rgb(183 154 255 / 0.75);
}

.text-brand-300\/80 {
  color: rgb(183 154 255 / 0.8);
}

.text-brand-300\/85 {
  color: rgb(183 154 255 / 0.85);
}

.text-brand-300\/90 {
  color: rgb(183 154 255 / 0.9);
}

.text-brand-300\/95 {
  color: rgb(183 154 255 / 0.95);
}

.text-brand-400 {
  --tw-text-opacity: 1;
  color: rgb(149 98 255 / var(--tw-text-opacity, 1));
}

.text-brand-400\/0 {
  color: rgb(149 98 255 / 0);
}

.text-brand-400\/10 {
  color: rgb(149 98 255 / 0.1);
}

.text-brand-400\/100 {
  color: rgb(149 98 255 / 1);
}

.text-brand-400\/15 {
  color: rgb(149 98 255 / 0.15);
}

.text-brand-400\/20 {
  color: rgb(149 98 255 / 0.2);
}

.text-brand-400\/25 {
  color: rgb(149 98 255 / 0.25);
}

.text-brand-400\/30 {
  color: rgb(149 98 255 / 0.3);
}

.text-brand-400\/35 {
  color: rgb(149 98 255 / 0.35);
}

.text-brand-400\/40 {
  color: rgb(149 98 255 / 0.4);
}

.text-brand-400\/45 {
  color: rgb(149 98 255 / 0.45);
}

.text-brand-400\/5 {
  color: rgb(149 98 255 / 0.05);
}

.text-brand-400\/50 {
  color: rgb(149 98 255 / 0.5);
}

.text-brand-400\/55 {
  color: rgb(149 98 255 / 0.55);
}

.text-brand-400\/60 {
  color: rgb(149 98 255 / 0.6);
}

.text-brand-400\/65 {
  color: rgb(149 98 255 / 0.65);
}

.text-brand-400\/70 {
  color: rgb(149 98 255 / 0.7);
}

.text-brand-400\/75 {
  color: rgb(149 98 255 / 0.75);
}

.text-brand-400\/80 {
  color: rgb(149 98 255 / 0.8);
}

.text-brand-400\/85 {
  color: rgb(149 98 255 / 0.85);
}

.text-brand-400\/90 {
  color: rgb(149 98 255 / 0.9);
}

.text-brand-400\/95 {
  color: rgb(149 98 255 / 0.95);
}

.text-brand-50 {
  --tw-text-opacity: 1;
  color: rgb(244 241 255 / var(--tw-text-opacity, 1));
}

.text-brand-50\/0 {
  color: rgb(244 241 255 / 0);
}

.text-brand-50\/10 {
  color: rgb(244 241 255 / 0.1);
}

.text-brand-50\/100 {
  color: rgb(244 241 255 / 1);
}

.text-brand-50\/15 {
  color: rgb(244 241 255 / 0.15);
}

.text-brand-50\/20 {
  color: rgb(244 241 255 / 0.2);
}

.text-brand-50\/25 {
  color: rgb(244 241 255 / 0.25);
}

.text-brand-50\/30 {
  color: rgb(244 241 255 / 0.3);
}

.text-brand-50\/35 {
  color: rgb(244 241 255 / 0.35);
}

.text-brand-50\/40 {
  color: rgb(244 241 255 / 0.4);
}

.text-brand-50\/45 {
  color: rgb(244 241 255 / 0.45);
}

.text-brand-50\/5 {
  color: rgb(244 241 255 / 0.05);
}

.text-brand-50\/50 {
  color: rgb(244 241 255 / 0.5);
}

.text-brand-50\/55 {
  color: rgb(244 241 255 / 0.55);
}

.text-brand-50\/60 {
  color: rgb(244 241 255 / 0.6);
}

.text-brand-50\/65 {
  color: rgb(244 241 255 / 0.65);
}

.text-brand-50\/70 {
  color: rgb(244 241 255 / 0.7);
}

.text-brand-50\/75 {
  color: rgb(244 241 255 / 0.75);
}

.text-brand-50\/80 {
  color: rgb(244 241 255 / 0.8);
}

.text-brand-50\/85 {
  color: rgb(244 241 255 / 0.85);
}

.text-brand-50\/90 {
  color: rgb(244 241 255 / 0.9);
}

.text-brand-50\/95 {
  color: rgb(244 241 255 / 0.95);
}

.text-brand-500 {
  --tw-text-opacity: 1;
  color: rgb(78 28 209 / var(--tw-text-opacity, 1));
}

.text-brand-500\/0 {
  color: rgb(78 28 209 / 0);
}

.text-brand-500\/10 {
  color: rgb(78 28 209 / 0.1);
}

.text-brand-500\/100 {
  color: rgb(78 28 209 / 1);
}

.text-brand-500\/15 {
  color: rgb(78 28 209 / 0.15);
}

.text-brand-500\/20 {
  color: rgb(78 28 209 / 0.2);
}

.text-brand-500\/25 {
  color: rgb(78 28 209 / 0.25);
}

.text-brand-500\/30 {
  color: rgb(78 28 209 / 0.3);
}

.text-brand-500\/35 {
  color: rgb(78 28 209 / 0.35);
}

.text-brand-500\/40 {
  color: rgb(78 28 209 / 0.4);
}

.text-brand-500\/45 {
  color: rgb(78 28 209 / 0.45);
}

.text-brand-500\/5 {
  color: rgb(78 28 209 / 0.05);
}

.text-brand-500\/50 {
  color: rgb(78 28 209 / 0.5);
}

.text-brand-500\/55 {
  color: rgb(78 28 209 / 0.55);
}

.text-brand-500\/60 {
  color: rgb(78 28 209 / 0.6);
}

.text-brand-500\/65 {
  color: rgb(78 28 209 / 0.65);
}

.text-brand-500\/70 {
  color: rgb(78 28 209 / 0.7);
}

.text-brand-500\/75 {
  color: rgb(78 28 209 / 0.75);
}

.text-brand-500\/80 {
  color: rgb(78 28 209 / 0.8);
}

.text-brand-500\/85 {
  color: rgb(78 28 209 / 0.85);
}

.text-brand-500\/90 {
  color: rgb(78 28 209 / 0.9);
}

.text-brand-500\/95 {
  color: rgb(78 28 209 / 0.95);
}

.text-brand-600 {
  --tw-text-opacity: 1;
  color: rgb(65 21 181 / var(--tw-text-opacity, 1));
}

.text-brand-600\/0 {
  color: rgb(65 21 181 / 0);
}

.text-brand-600\/10 {
  color: rgb(65 21 181 / 0.1);
}

.text-brand-600\/100 {
  color: rgb(65 21 181 / 1);
}

.text-brand-600\/15 {
  color: rgb(65 21 181 / 0.15);
}

.text-brand-600\/20 {
  color: rgb(65 21 181 / 0.2);
}

.text-brand-600\/25 {
  color: rgb(65 21 181 / 0.25);
}

.text-brand-600\/30 {
  color: rgb(65 21 181 / 0.3);
}

.text-brand-600\/35 {
  color: rgb(65 21 181 / 0.35);
}

.text-brand-600\/40 {
  color: rgb(65 21 181 / 0.4);
}

.text-brand-600\/45 {
  color: rgb(65 21 181 / 0.45);
}

.text-brand-600\/5 {
  color: rgb(65 21 181 / 0.05);
}

.text-brand-600\/50 {
  color: rgb(65 21 181 / 0.5);
}

.text-brand-600\/55 {
  color: rgb(65 21 181 / 0.55);
}

.text-brand-600\/60 {
  color: rgb(65 21 181 / 0.6);
}

.text-brand-600\/65 {
  color: rgb(65 21 181 / 0.65);
}

.text-brand-600\/70 {
  color: rgb(65 21 181 / 0.7);
}

.text-brand-600\/75 {
  color: rgb(65 21 181 / 0.75);
}

.text-brand-600\/80 {
  color: rgb(65 21 181 / 0.8);
}

.text-brand-600\/85 {
  color: rgb(65 21 181 / 0.85);
}

.text-brand-600\/90 {
  color: rgb(65 21 181 / 0.9);
}

.text-brand-600\/95 {
  color: rgb(65 21 181 / 0.95);
}

.text-brand-700 {
  --tw-text-opacity: 1;
  color: rgb(54 16 150 / var(--tw-text-opacity, 1));
}

.text-brand-700\/0 {
  color: rgb(54 16 150 / 0);
}

.text-brand-700\/10 {
  color: rgb(54 16 150 / 0.1);
}

.text-brand-700\/100 {
  color: rgb(54 16 150 / 1);
}

.text-brand-700\/15 {
  color: rgb(54 16 150 / 0.15);
}

.text-brand-700\/20 {
  color: rgb(54 16 150 / 0.2);
}

.text-brand-700\/25 {
  color: rgb(54 16 150 / 0.25);
}

.text-brand-700\/30 {
  color: rgb(54 16 150 / 0.3);
}

.text-brand-700\/35 {
  color: rgb(54 16 150 / 0.35);
}

.text-brand-700\/40 {
  color: rgb(54 16 150 / 0.4);
}

.text-brand-700\/45 {
  color: rgb(54 16 150 / 0.45);
}

.text-brand-700\/5 {
  color: rgb(54 16 150 / 0.05);
}

.text-brand-700\/50 {
  color: rgb(54 16 150 / 0.5);
}

.text-brand-700\/55 {
  color: rgb(54 16 150 / 0.55);
}

.text-brand-700\/60 {
  color: rgb(54 16 150 / 0.6);
}

.text-brand-700\/65 {
  color: rgb(54 16 150 / 0.65);
}

.text-brand-700\/70 {
  color: rgb(54 16 150 / 0.7);
}

.text-brand-700\/75 {
  color: rgb(54 16 150 / 0.75);
}

.text-brand-700\/80 {
  color: rgb(54 16 150 / 0.8);
}

.text-brand-700\/85 {
  color: rgb(54 16 150 / 0.85);
}

.text-brand-700\/90 {
  color: rgb(54 16 150 / 0.9);
}

.text-brand-700\/95 {
  color: rgb(54 16 150 / 0.95);
}

.text-brand-800 {
  --tw-text-opacity: 1;
  color: rgb(46 16 120 / var(--tw-text-opacity, 1));
}

.text-brand-800\/0 {
  color: rgb(46 16 120 / 0);
}

.text-brand-800\/10 {
  color: rgb(46 16 120 / 0.1);
}

.text-brand-800\/100 {
  color: rgb(46 16 120 / 1);
}

.text-brand-800\/15 {
  color: rgb(46 16 120 / 0.15);
}

.text-brand-800\/20 {
  color: rgb(46 16 120 / 0.2);
}

.text-brand-800\/25 {
  color: rgb(46 16 120 / 0.25);
}

.text-brand-800\/30 {
  color: rgb(46 16 120 / 0.3);
}

.text-brand-800\/35 {
  color: rgb(46 16 120 / 0.35);
}

.text-brand-800\/40 {
  color: rgb(46 16 120 / 0.4);
}

.text-brand-800\/45 {
  color: rgb(46 16 120 / 0.45);
}

.text-brand-800\/5 {
  color: rgb(46 16 120 / 0.05);
}

.text-brand-800\/50 {
  color: rgb(46 16 120 / 0.5);
}

.text-brand-800\/55 {
  color: rgb(46 16 120 / 0.55);
}

.text-brand-800\/60 {
  color: rgb(46 16 120 / 0.6);
}

.text-brand-800\/65 {
  color: rgb(46 16 120 / 0.65);
}

.text-brand-800\/70 {
  color: rgb(46 16 120 / 0.7);
}

.text-brand-800\/75 {
  color: rgb(46 16 120 / 0.75);
}

.text-brand-800\/80 {
  color: rgb(46 16 120 / 0.8);
}

.text-brand-800\/85 {
  color: rgb(46 16 120 / 0.85);
}

.text-brand-800\/90 {
  color: rgb(46 16 120 / 0.9);
}

.text-brand-800\/95 {
  color: rgb(46 16 120 / 0.95);
}

.text-brand-900 {
  --tw-text-opacity: 1;
  color: rgb(39 15 98 / var(--tw-text-opacity, 1));
}

.text-brand-900\/0 {
  color: rgb(39 15 98 / 0);
}

.text-brand-900\/10 {
  color: rgb(39 15 98 / 0.1);
}

.text-brand-900\/100 {
  color: rgb(39 15 98 / 1);
}

.text-brand-900\/15 {
  color: rgb(39 15 98 / 0.15);
}

.text-brand-900\/20 {
  color: rgb(39 15 98 / 0.2);
}

.text-brand-900\/25 {
  color: rgb(39 15 98 / 0.25);
}

.text-brand-900\/30 {
  color: rgb(39 15 98 / 0.3);
}

.text-brand-900\/35 {
  color: rgb(39 15 98 / 0.35);
}

.text-brand-900\/40 {
  color: rgb(39 15 98 / 0.4);
}

.text-brand-900\/45 {
  color: rgb(39 15 98 / 0.45);
}

.text-brand-900\/5 {
  color: rgb(39 15 98 / 0.05);
}

.text-brand-900\/50 {
  color: rgb(39 15 98 / 0.5);
}

.text-brand-900\/55 {
  color: rgb(39 15 98 / 0.55);
}

.text-brand-900\/60 {
  color: rgb(39 15 98 / 0.6);
}

.text-brand-900\/65 {
  color: rgb(39 15 98 / 0.65);
}

.text-brand-900\/70 {
  color: rgb(39 15 98 / 0.7);
}

.text-brand-900\/75 {
  color: rgb(39 15 98 / 0.75);
}

.text-brand-900\/80 {
  color: rgb(39 15 98 / 0.8);
}

.text-brand-900\/85 {
  color: rgb(39 15 98 / 0.85);
}

.text-brand-900\/90 {
  color: rgb(39 15 98 / 0.9);
}

.text-brand-900\/95 {
  color: rgb(39 15 98 / 0.95);
}

.text-brand-950 {
  --tw-text-opacity: 1;
  color: rgb(22 5 58 / var(--tw-text-opacity, 1));
}

.text-brand-950\/0 {
  color: rgb(22 5 58 / 0);
}

.text-brand-950\/10 {
  color: rgb(22 5 58 / 0.1);
}

.text-brand-950\/100 {
  color: rgb(22 5 58 / 1);
}

.text-brand-950\/15 {
  color: rgb(22 5 58 / 0.15);
}

.text-brand-950\/20 {
  color: rgb(22 5 58 / 0.2);
}

.text-brand-950\/25 {
  color: rgb(22 5 58 / 0.25);
}

.text-brand-950\/30 {
  color: rgb(22 5 58 / 0.3);
}

.text-brand-950\/35 {
  color: rgb(22 5 58 / 0.35);
}

.text-brand-950\/40 {
  color: rgb(22 5 58 / 0.4);
}

.text-brand-950\/45 {
  color: rgb(22 5 58 / 0.45);
}

.text-brand-950\/5 {
  color: rgb(22 5 58 / 0.05);
}

.text-brand-950\/50 {
  color: rgb(22 5 58 / 0.5);
}

.text-brand-950\/55 {
  color: rgb(22 5 58 / 0.55);
}

.text-brand-950\/60 {
  color: rgb(22 5 58 / 0.6);
}

.text-brand-950\/65 {
  color: rgb(22 5 58 / 0.65);
}

.text-brand-950\/70 {
  color: rgb(22 5 58 / 0.7);
}

.text-brand-950\/75 {
  color: rgb(22 5 58 / 0.75);
}

.text-brand-950\/80 {
  color: rgb(22 5 58 / 0.8);
}

.text-brand-950\/85 {
  color: rgb(22 5 58 / 0.85);
}

.text-brand-950\/90 {
  color: rgb(22 5 58 / 0.9);
}

.text-brand-950\/95 {
  color: rgb(22 5 58 / 0.95);
}

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

.text-neutral-100\/0 {
  color: rgb(246 245 244 / 0);
}

.text-neutral-100\/10 {
  color: rgb(246 245 244 / 0.1);
}

.text-neutral-100\/100 {
  color: rgb(246 245 244 / 1);
}

.text-neutral-100\/15 {
  color: rgb(246 245 244 / 0.15);
}

.text-neutral-100\/20 {
  color: rgb(246 245 244 / 0.2);
}

.text-neutral-100\/25 {
  color: rgb(246 245 244 / 0.25);
}

.text-neutral-100\/30 {
  color: rgb(246 245 244 / 0.3);
}

.text-neutral-100\/35 {
  color: rgb(246 245 244 / 0.35);
}

.text-neutral-100\/40 {
  color: rgb(246 245 244 / 0.4);
}

.text-neutral-100\/45 {
  color: rgb(246 245 244 / 0.45);
}

.text-neutral-100\/5 {
  color: rgb(246 245 244 / 0.05);
}

.text-neutral-100\/50 {
  color: rgb(246 245 244 / 0.5);
}

.text-neutral-100\/55 {
  color: rgb(246 245 244 / 0.55);
}

.text-neutral-100\/60 {
  color: rgb(246 245 244 / 0.6);
}

.text-neutral-100\/65 {
  color: rgb(246 245 244 / 0.65);
}

.text-neutral-100\/70 {
  color: rgb(246 245 244 / 0.7);
}

.text-neutral-100\/75 {
  color: rgb(246 245 244 / 0.75);
}

.text-neutral-100\/80 {
  color: rgb(246 245 244 / 0.8);
}

.text-neutral-100\/85 {
  color: rgb(246 245 244 / 0.85);
}

.text-neutral-100\/90 {
  color: rgb(246 245 244 / 0.9);
}

.text-neutral-100\/95 {
  color: rgb(246 245 244 / 0.95);
}

.text-neutral-200 {
  --tw-text-opacity: 1;
  color: rgb(233 230 227 / var(--tw-text-opacity, 1));
}

.text-neutral-200\/0 {
  color: rgb(233 230 227 / 0);
}

.text-neutral-200\/10 {
  color: rgb(233 230 227 / 0.1);
}

.text-neutral-200\/100 {
  color: rgb(233 230 227 / 1);
}

.text-neutral-200\/15 {
  color: rgb(233 230 227 / 0.15);
}

.text-neutral-200\/20 {
  color: rgb(233 230 227 / 0.2);
}

.text-neutral-200\/25 {
  color: rgb(233 230 227 / 0.25);
}

.text-neutral-200\/30 {
  color: rgb(233 230 227 / 0.3);
}

.text-neutral-200\/35 {
  color: rgb(233 230 227 / 0.35);
}

.text-neutral-200\/40 {
  color: rgb(233 230 227 / 0.4);
}

.text-neutral-200\/45 {
  color: rgb(233 230 227 / 0.45);
}

.text-neutral-200\/5 {
  color: rgb(233 230 227 / 0.05);
}

.text-neutral-200\/50 {
  color: rgb(233 230 227 / 0.5);
}

.text-neutral-200\/55 {
  color: rgb(233 230 227 / 0.55);
}

.text-neutral-200\/60 {
  color: rgb(233 230 227 / 0.6);
}

.text-neutral-200\/65 {
  color: rgb(233 230 227 / 0.65);
}

.text-neutral-200\/70 {
  color: rgb(233 230 227 / 0.7);
}

.text-neutral-200\/75 {
  color: rgb(233 230 227 / 0.75);
}

.text-neutral-200\/80 {
  color: rgb(233 230 227 / 0.8);
}

.text-neutral-200\/85 {
  color: rgb(233 230 227 / 0.85);
}

.text-neutral-200\/90 {
  color: rgb(233 230 227 / 0.9);
}

.text-neutral-200\/95 {
  color: rgb(233 230 227 / 0.95);
}

.text-neutral-300 {
  --tw-text-opacity: 1;
  color: rgb(215 210 205 / var(--tw-text-opacity, 1));
}

.text-neutral-300\/0 {
  color: rgb(215 210 205 / 0);
}

.text-neutral-300\/10 {
  color: rgb(215 210 205 / 0.1);
}

.text-neutral-300\/100 {
  color: rgb(215 210 205 / 1);
}

.text-neutral-300\/15 {
  color: rgb(215 210 205 / 0.15);
}

.text-neutral-300\/20 {
  color: rgb(215 210 205 / 0.2);
}

.text-neutral-300\/25 {
  color: rgb(215 210 205 / 0.25);
}

.text-neutral-300\/30 {
  color: rgb(215 210 205 / 0.3);
}

.text-neutral-300\/35 {
  color: rgb(215 210 205 / 0.35);
}

.text-neutral-300\/40 {
  color: rgb(215 210 205 / 0.4);
}

.text-neutral-300\/45 {
  color: rgb(215 210 205 / 0.45);
}

.text-neutral-300\/5 {
  color: rgb(215 210 205 / 0.05);
}

.text-neutral-300\/50 {
  color: rgb(215 210 205 / 0.5);
}

.text-neutral-300\/55 {
  color: rgb(215 210 205 / 0.55);
}

.text-neutral-300\/60 {
  color: rgb(215 210 205 / 0.6);
}

.text-neutral-300\/65 {
  color: rgb(215 210 205 / 0.65);
}

.text-neutral-300\/70 {
  color: rgb(215 210 205 / 0.7);
}

.text-neutral-300\/75 {
  color: rgb(215 210 205 / 0.75);
}

.text-neutral-300\/80 {
  color: rgb(215 210 205 / 0.8);
}

.text-neutral-300\/85 {
  color: rgb(215 210 205 / 0.85);
}

.text-neutral-300\/90 {
  color: rgb(215 210 205 / 0.9);
}

.text-neutral-300\/95 {
  color: rgb(215 210 205 / 0.95);
}

.text-neutral-400 {
  --tw-text-opacity: 1;
  color: rgb(175 168 161 / var(--tw-text-opacity, 1));
}

.text-neutral-400\/0 {
  color: rgb(175 168 161 / 0);
}

.text-neutral-400\/10 {
  color: rgb(175 168 161 / 0.1);
}

.text-neutral-400\/100 {
  color: rgb(175 168 161 / 1);
}

.text-neutral-400\/15 {
  color: rgb(175 168 161 / 0.15);
}

.text-neutral-400\/20 {
  color: rgb(175 168 161 / 0.2);
}

.text-neutral-400\/25 {
  color: rgb(175 168 161 / 0.25);
}

.text-neutral-400\/30 {
  color: rgb(175 168 161 / 0.3);
}

.text-neutral-400\/35 {
  color: rgb(175 168 161 / 0.35);
}

.text-neutral-400\/40 {
  color: rgb(175 168 161 / 0.4);
}

.text-neutral-400\/45 {
  color: rgb(175 168 161 / 0.45);
}

.text-neutral-400\/5 {
  color: rgb(175 168 161 / 0.05);
}

.text-neutral-400\/50 {
  color: rgb(175 168 161 / 0.5);
}

.text-neutral-400\/55 {
  color: rgb(175 168 161 / 0.55);
}

.text-neutral-400\/60 {
  color: rgb(175 168 161 / 0.6);
}

.text-neutral-400\/65 {
  color: rgb(175 168 161 / 0.65);
}

.text-neutral-400\/70 {
  color: rgb(175 168 161 / 0.7);
}

.text-neutral-400\/75 {
  color: rgb(175 168 161 / 0.75);
}

.text-neutral-400\/80 {
  color: rgb(175 168 161 / 0.8);
}

.text-neutral-400\/85 {
  color: rgb(175 168 161 / 0.85);
}

.text-neutral-400\/90 {
  color: rgb(175 168 161 / 0.9);
}

.text-neutral-400\/95 {
  color: rgb(175 168 161 / 0.95);
}

.text-neutral-50 {
  --tw-text-opacity: 1;
  color: rgb(251 250 249 / var(--tw-text-opacity, 1));
}

.text-neutral-50\/0 {
  color: rgb(251 250 249 / 0);
}

.text-neutral-50\/10 {
  color: rgb(251 250 249 / 0.1);
}

.text-neutral-50\/100 {
  color: rgb(251 250 249 / 1);
}

.text-neutral-50\/15 {
  color: rgb(251 250 249 / 0.15);
}

.text-neutral-50\/20 {
  color: rgb(251 250 249 / 0.2);
}

.text-neutral-50\/25 {
  color: rgb(251 250 249 / 0.25);
}

.text-neutral-50\/30 {
  color: rgb(251 250 249 / 0.3);
}

.text-neutral-50\/35 {
  color: rgb(251 250 249 / 0.35);
}

.text-neutral-50\/40 {
  color: rgb(251 250 249 / 0.4);
}

.text-neutral-50\/45 {
  color: rgb(251 250 249 / 0.45);
}

.text-neutral-50\/5 {
  color: rgb(251 250 249 / 0.05);
}

.text-neutral-50\/50 {
  color: rgb(251 250 249 / 0.5);
}

.text-neutral-50\/55 {
  color: rgb(251 250 249 / 0.55);
}

.text-neutral-50\/60 {
  color: rgb(251 250 249 / 0.6);
}

.text-neutral-50\/65 {
  color: rgb(251 250 249 / 0.65);
}

.text-neutral-50\/70 {
  color: rgb(251 250 249 / 0.7);
}

.text-neutral-50\/75 {
  color: rgb(251 250 249 / 0.75);
}

.text-neutral-50\/80 {
  color: rgb(251 250 249 / 0.8);
}

.text-neutral-50\/85 {
  color: rgb(251 250 249 / 0.85);
}

.text-neutral-50\/90 {
  color: rgb(251 250 249 / 0.9);
}

.text-neutral-50\/95 {
  color: rgb(251 250 249 / 0.95);
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(129 121 113 / var(--tw-text-opacity, 1));
}

.text-neutral-500\/0 {
  color: rgb(129 121 113 / 0);
}

.text-neutral-500\/10 {
  color: rgb(129 121 113 / 0.1);
}

.text-neutral-500\/100 {
  color: rgb(129 121 113 / 1);
}

.text-neutral-500\/15 {
  color: rgb(129 121 113 / 0.15);
}

.text-neutral-500\/20 {
  color: rgb(129 121 113 / 0.2);
}

.text-neutral-500\/25 {
  color: rgb(129 121 113 / 0.25);
}

.text-neutral-500\/30 {
  color: rgb(129 121 113 / 0.3);
}

.text-neutral-500\/35 {
  color: rgb(129 121 113 / 0.35);
}

.text-neutral-500\/40 {
  color: rgb(129 121 113 / 0.4);
}

.text-neutral-500\/45 {
  color: rgb(129 121 113 / 0.45);
}

.text-neutral-500\/5 {
  color: rgb(129 121 113 / 0.05);
}

.text-neutral-500\/50 {
  color: rgb(129 121 113 / 0.5);
}

.text-neutral-500\/55 {
  color: rgb(129 121 113 / 0.55);
}

.text-neutral-500\/60 {
  color: rgb(129 121 113 / 0.6);
}

.text-neutral-500\/65 {
  color: rgb(129 121 113 / 0.65);
}

.text-neutral-500\/70 {
  color: rgb(129 121 113 / 0.7);
}

.text-neutral-500\/75 {
  color: rgb(129 121 113 / 0.75);
}

.text-neutral-500\/80 {
  color: rgb(129 121 113 / 0.8);
}

.text-neutral-500\/85 {
  color: rgb(129 121 113 / 0.85);
}

.text-neutral-500\/90 {
  color: rgb(129 121 113 / 0.9);
}

.text-neutral-500\/95 {
  color: rgb(129 121 113 / 0.95);
}

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

.text-neutral-600\/0 {
  color: rgb(96 89 82 / 0);
}

.text-neutral-600\/10 {
  color: rgb(96 89 82 / 0.1);
}

.text-neutral-600\/100 {
  color: rgb(96 89 82 / 1);
}

.text-neutral-600\/15 {
  color: rgb(96 89 82 / 0.15);
}

.text-neutral-600\/20 {
  color: rgb(96 89 82 / 0.2);
}

.text-neutral-600\/25 {
  color: rgb(96 89 82 / 0.25);
}

.text-neutral-600\/30 {
  color: rgb(96 89 82 / 0.3);
}

.text-neutral-600\/35 {
  color: rgb(96 89 82 / 0.35);
}

.text-neutral-600\/40 {
  color: rgb(96 89 82 / 0.4);
}

.text-neutral-600\/45 {
  color: rgb(96 89 82 / 0.45);
}

.text-neutral-600\/5 {
  color: rgb(96 89 82 / 0.05);
}

.text-neutral-600\/50 {
  color: rgb(96 89 82 / 0.5);
}

.text-neutral-600\/55 {
  color: rgb(96 89 82 / 0.55);
}

.text-neutral-600\/60 {
  color: rgb(96 89 82 / 0.6);
}

.text-neutral-600\/65 {
  color: rgb(96 89 82 / 0.65);
}

.text-neutral-600\/70 {
  color: rgb(96 89 82 / 0.7);
}

.text-neutral-600\/75 {
  color: rgb(96 89 82 / 0.75);
}

.text-neutral-600\/80 {
  color: rgb(96 89 82 / 0.8);
}

.text-neutral-600\/85 {
  color: rgb(96 89 82 / 0.85);
}

.text-neutral-600\/90 {
  color: rgb(96 89 82 / 0.9);
}

.text-neutral-600\/95 {
  color: rgb(96 89 82 / 0.95);
}

.text-neutral-700 {
  --tw-text-opacity: 1;
  color: rgb(73 68 63 / var(--tw-text-opacity, 1));
}

.text-neutral-700\/0 {
  color: rgb(73 68 63 / 0);
}

.text-neutral-700\/10 {
  color: rgb(73 68 63 / 0.1);
}

.text-neutral-700\/100 {
  color: rgb(73 68 63 / 1);
}

.text-neutral-700\/15 {
  color: rgb(73 68 63 / 0.15);
}

.text-neutral-700\/20 {
  color: rgb(73 68 63 / 0.2);
}

.text-neutral-700\/25 {
  color: rgb(73 68 63 / 0.25);
}

.text-neutral-700\/30 {
  color: rgb(73 68 63 / 0.3);
}

.text-neutral-700\/35 {
  color: rgb(73 68 63 / 0.35);
}

.text-neutral-700\/40 {
  color: rgb(73 68 63 / 0.4);
}

.text-neutral-700\/45 {
  color: rgb(73 68 63 / 0.45);
}

.text-neutral-700\/5 {
  color: rgb(73 68 63 / 0.05);
}

.text-neutral-700\/50 {
  color: rgb(73 68 63 / 0.5);
}

.text-neutral-700\/55 {
  color: rgb(73 68 63 / 0.55);
}

.text-neutral-700\/60 {
  color: rgb(73 68 63 / 0.6);
}

.text-neutral-700\/65 {
  color: rgb(73 68 63 / 0.65);
}

.text-neutral-700\/70 {
  color: rgb(73 68 63 / 0.7);
}

.text-neutral-700\/75 {
  color: rgb(73 68 63 / 0.75);
}

.text-neutral-700\/80 {
  color: rgb(73 68 63 / 0.8);
}

.text-neutral-700\/85 {
  color: rgb(73 68 63 / 0.85);
}

.text-neutral-700\/90 {
  color: rgb(73 68 63 / 0.9);
}

.text-neutral-700\/95 {
  color: rgb(73 68 63 / 0.95);
}

.text-neutral-800 {
  --tw-text-opacity: 1;
  color: rgb(48 45 42 / var(--tw-text-opacity, 1));
}

.text-neutral-800\/0 {
  color: rgb(48 45 42 / 0);
}

.text-neutral-800\/10 {
  color: rgb(48 45 42 / 0.1);
}

.text-neutral-800\/100 {
  color: rgb(48 45 42 / 1);
}

.text-neutral-800\/15 {
  color: rgb(48 45 42 / 0.15);
}

.text-neutral-800\/20 {
  color: rgb(48 45 42 / 0.2);
}

.text-neutral-800\/25 {
  color: rgb(48 45 42 / 0.25);
}

.text-neutral-800\/30 {
  color: rgb(48 45 42 / 0.3);
}

.text-neutral-800\/35 {
  color: rgb(48 45 42 / 0.35);
}

.text-neutral-800\/40 {
  color: rgb(48 45 42 / 0.4);
}

.text-neutral-800\/45 {
  color: rgb(48 45 42 / 0.45);
}

.text-neutral-800\/5 {
  color: rgb(48 45 42 / 0.05);
}

.text-neutral-800\/50 {
  color: rgb(48 45 42 / 0.5);
}

.text-neutral-800\/55 {
  color: rgb(48 45 42 / 0.55);
}

.text-neutral-800\/60 {
  color: rgb(48 45 42 / 0.6);
}

.text-neutral-800\/65 {
  color: rgb(48 45 42 / 0.65);
}

.text-neutral-800\/70 {
  color: rgb(48 45 42 / 0.7);
}

.text-neutral-800\/75 {
  color: rgb(48 45 42 / 0.75);
}

.text-neutral-800\/80 {
  color: rgb(48 45 42 / 0.8);
}

.text-neutral-800\/85 {
  color: rgb(48 45 42 / 0.85);
}

.text-neutral-800\/90 {
  color: rgb(48 45 42 / 0.9);
}

.text-neutral-800\/95 {
  color: rgb(48 45 42 / 0.95);
}

.text-neutral-900 {
  --tw-text-opacity: 1;
  color: rgb(33 31 29 / var(--tw-text-opacity, 1));
}

.text-neutral-900\/0 {
  color: rgb(33 31 29 / 0);
}

.text-neutral-900\/10 {
  color: rgb(33 31 29 / 0.1);
}

.text-neutral-900\/100 {
  color: rgb(33 31 29 / 1);
}

.text-neutral-900\/15 {
  color: rgb(33 31 29 / 0.15);
}

.text-neutral-900\/20 {
  color: rgb(33 31 29 / 0.2);
}

.text-neutral-900\/25 {
  color: rgb(33 31 29 / 0.25);
}

.text-neutral-900\/30 {
  color: rgb(33 31 29 / 0.3);
}

.text-neutral-900\/35 {
  color: rgb(33 31 29 / 0.35);
}

.text-neutral-900\/40 {
  color: rgb(33 31 29 / 0.4);
}

.text-neutral-900\/45 {
  color: rgb(33 31 29 / 0.45);
}

.text-neutral-900\/5 {
  color: rgb(33 31 29 / 0.05);
}

.text-neutral-900\/50 {
  color: rgb(33 31 29 / 0.5);
}

.text-neutral-900\/55 {
  color: rgb(33 31 29 / 0.55);
}

.text-neutral-900\/60 {
  color: rgb(33 31 29 / 0.6);
}

.text-neutral-900\/65 {
  color: rgb(33 31 29 / 0.65);
}

.text-neutral-900\/70 {
  color: rgb(33 31 29 / 0.7);
}

.text-neutral-900\/75 {
  color: rgb(33 31 29 / 0.75);
}

.text-neutral-900\/80 {
  color: rgb(33 31 29 / 0.8);
}

.text-neutral-900\/85 {
  color: rgb(33 31 29 / 0.85);
}

.text-neutral-900\/90 {
  color: rgb(33 31 29 / 0.9);
}

.text-neutral-900\/95 {
  color: rgb(33 31 29 / 0.95);
}

.text-neutral-950 {
  --tw-text-opacity: 1;
  color: rgb(18 17 16 / var(--tw-text-opacity, 1));
}

.text-neutral-950\/0 {
  color: rgb(18 17 16 / 0);
}

.text-neutral-950\/10 {
  color: rgb(18 17 16 / 0.1);
}

.text-neutral-950\/100 {
  color: rgb(18 17 16 / 1);
}

.text-neutral-950\/15 {
  color: rgb(18 17 16 / 0.15);
}

.text-neutral-950\/20 {
  color: rgb(18 17 16 / 0.2);
}

.text-neutral-950\/25 {
  color: rgb(18 17 16 / 0.25);
}

.text-neutral-950\/30 {
  color: rgb(18 17 16 / 0.3);
}

.text-neutral-950\/35 {
  color: rgb(18 17 16 / 0.35);
}

.text-neutral-950\/40 {
  color: rgb(18 17 16 / 0.4);
}

.text-neutral-950\/45 {
  color: rgb(18 17 16 / 0.45);
}

.text-neutral-950\/5 {
  color: rgb(18 17 16 / 0.05);
}

.text-neutral-950\/50 {
  color: rgb(18 17 16 / 0.5);
}

.text-neutral-950\/55 {
  color: rgb(18 17 16 / 0.55);
}

.text-neutral-950\/60 {
  color: rgb(18 17 16 / 0.6);
}

.text-neutral-950\/65 {
  color: rgb(18 17 16 / 0.65);
}

.text-neutral-950\/70 {
  color: rgb(18 17 16 / 0.7);
}

.text-neutral-950\/75 {
  color: rgb(18 17 16 / 0.75);
}

.text-neutral-950\/80 {
  color: rgb(18 17 16 / 0.8);
}

.text-neutral-950\/85 {
  color: rgb(18 17 16 / 0.85);
}

.text-neutral-950\/90 {
  color: rgb(18 17 16 / 0.9);
}

.text-neutral-950\/95 {
  color: rgb(18 17 16 / 0.95);
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(254 234 222 / var(--tw-text-opacity, 1));
}

.text-primary-100\/0 {
  color: rgb(254 234 222 / 0);
}

.text-primary-100\/10 {
  color: rgb(254 234 222 / 0.1);
}

.text-primary-100\/100 {
  color: rgb(254 234 222 / 1);
}

.text-primary-100\/15 {
  color: rgb(254 234 222 / 0.15);
}

.text-primary-100\/20 {
  color: rgb(254 234 222 / 0.2);
}

.text-primary-100\/25 {
  color: rgb(254 234 222 / 0.25);
}

.text-primary-100\/30 {
  color: rgb(254 234 222 / 0.3);
}

.text-primary-100\/35 {
  color: rgb(254 234 222 / 0.35);
}

.text-primary-100\/40 {
  color: rgb(254 234 222 / 0.4);
}

.text-primary-100\/45 {
  color: rgb(254 234 222 / 0.45);
}

.text-primary-100\/5 {
  color: rgb(254 234 222 / 0.05);
}

.text-primary-100\/50 {
  color: rgb(254 234 222 / 0.5);
}

.text-primary-100\/55 {
  color: rgb(254 234 222 / 0.55);
}

.text-primary-100\/60 {
  color: rgb(254 234 222 / 0.6);
}

.text-primary-100\/65 {
  color: rgb(254 234 222 / 0.65);
}

.text-primary-100\/70 {
  color: rgb(254 234 222 / 0.7);
}

.text-primary-100\/75 {
  color: rgb(254 234 222 / 0.75);
}

.text-primary-100\/80 {
  color: rgb(254 234 222 / 0.8);
}

.text-primary-100\/85 {
  color: rgb(254 234 222 / 0.85);
}

.text-primary-100\/90 {
  color: rgb(254 234 222 / 0.9);
}

.text-primary-100\/95 {
  color: rgb(254 234 222 / 0.95);
}

.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgb(252 211 189 / var(--tw-text-opacity, 1));
}

.text-primary-200\/0 {
  color: rgb(252 211 189 / 0);
}

.text-primary-200\/10 {
  color: rgb(252 211 189 / 0.1);
}

.text-primary-200\/100 {
  color: rgb(252 211 189 / 1);
}

.text-primary-200\/15 {
  color: rgb(252 211 189 / 0.15);
}

.text-primary-200\/20 {
  color: rgb(252 211 189 / 0.2);
}

.text-primary-200\/25 {
  color: rgb(252 211 189 / 0.25);
}

.text-primary-200\/30 {
  color: rgb(252 211 189 / 0.3);
}

.text-primary-200\/35 {
  color: rgb(252 211 189 / 0.35);
}

.text-primary-200\/40 {
  color: rgb(252 211 189 / 0.4);
}

.text-primary-200\/45 {
  color: rgb(252 211 189 / 0.45);
}

.text-primary-200\/5 {
  color: rgb(252 211 189 / 0.05);
}

.text-primary-200\/50 {
  color: rgb(252 211 189 / 0.5);
}

.text-primary-200\/55 {
  color: rgb(252 211 189 / 0.55);
}

.text-primary-200\/60 {
  color: rgb(252 211 189 / 0.6);
}

.text-primary-200\/65 {
  color: rgb(252 211 189 / 0.65);
}

.text-primary-200\/70 {
  color: rgb(252 211 189 / 0.7);
}

.text-primary-200\/75 {
  color: rgb(252 211 189 / 0.75);
}

.text-primary-200\/80 {
  color: rgb(252 211 189 / 0.8);
}

.text-primary-200\/85 {
  color: rgb(252 211 189 / 0.85);
}

.text-primary-200\/90 {
  color: rgb(252 211 189 / 0.9);
}

.text-primary-200\/95 {
  color: rgb(252 211 189 / 0.95);
}

.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgb(250 179 143 / var(--tw-text-opacity, 1));
}

.text-primary-300\/0 {
  color: rgb(250 179 143 / 0);
}

.text-primary-300\/10 {
  color: rgb(250 179 143 / 0.1);
}

.text-primary-300\/100 {
  color: rgb(250 179 143 / 1);
}

.text-primary-300\/15 {
  color: rgb(250 179 143 / 0.15);
}

.text-primary-300\/20 {
  color: rgb(250 179 143 / 0.2);
}

.text-primary-300\/25 {
  color: rgb(250 179 143 / 0.25);
}

.text-primary-300\/30 {
  color: rgb(250 179 143 / 0.3);
}

.text-primary-300\/35 {
  color: rgb(250 179 143 / 0.35);
}

.text-primary-300\/40 {
  color: rgb(250 179 143 / 0.4);
}

.text-primary-300\/45 {
  color: rgb(250 179 143 / 0.45);
}

.text-primary-300\/5 {
  color: rgb(250 179 143 / 0.05);
}

.text-primary-300\/50 {
  color: rgb(250 179 143 / 0.5);
}

.text-primary-300\/55 {
  color: rgb(250 179 143 / 0.55);
}

.text-primary-300\/60 {
  color: rgb(250 179 143 / 0.6);
}

.text-primary-300\/65 {
  color: rgb(250 179 143 / 0.65);
}

.text-primary-300\/70 {
  color: rgb(250 179 143 / 0.7);
}

.text-primary-300\/75 {
  color: rgb(250 179 143 / 0.75);
}

.text-primary-300\/80 {
  color: rgb(250 179 143 / 0.8);
}

.text-primary-300\/85 {
  color: rgb(250 179 143 / 0.85);
}

.text-primary-300\/90 {
  color: rgb(250 179 143 / 0.9);
}

.text-primary-300\/95 {
  color: rgb(250 179 143 / 0.95);
}

.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgb(249 151 102 / var(--tw-text-opacity, 1));
}

.text-primary-400\/0 {
  color: rgb(249 151 102 / 0);
}

.text-primary-400\/10 {
  color: rgb(249 151 102 / 0.1);
}

.text-primary-400\/100 {
  color: rgb(249 151 102 / 1);
}

.text-primary-400\/15 {
  color: rgb(249 151 102 / 0.15);
}

.text-primary-400\/20 {
  color: rgb(249 151 102 / 0.2);
}

.text-primary-400\/25 {
  color: rgb(249 151 102 / 0.25);
}

.text-primary-400\/30 {
  color: rgb(249 151 102 / 0.3);
}

.text-primary-400\/35 {
  color: rgb(249 151 102 / 0.35);
}

.text-primary-400\/40 {
  color: rgb(249 151 102 / 0.4);
}

.text-primary-400\/45 {
  color: rgb(249 151 102 / 0.45);
}

.text-primary-400\/5 {
  color: rgb(249 151 102 / 0.05);
}

.text-primary-400\/50 {
  color: rgb(249 151 102 / 0.5);
}

.text-primary-400\/55 {
  color: rgb(249 151 102 / 0.55);
}

.text-primary-400\/60 {
  color: rgb(249 151 102 / 0.6);
}

.text-primary-400\/65 {
  color: rgb(249 151 102 / 0.65);
}

.text-primary-400\/70 {
  color: rgb(249 151 102 / 0.7);
}

.text-primary-400\/75 {
  color: rgb(249 151 102 / 0.75);
}

.text-primary-400\/80 {
  color: rgb(249 151 102 / 0.8);
}

.text-primary-400\/85 {
  color: rgb(249 151 102 / 0.85);
}

.text-primary-400\/90 {
  color: rgb(249 151 102 / 0.9);
}

.text-primary-400\/95 {
  color: rgb(249 151 102 / 0.95);
}

.text-primary-50 {
  --tw-text-opacity: 1;
  color: rgb(255 247 242 / var(--tw-text-opacity, 1));
}

.text-primary-50\/0 {
  color: rgb(255 247 242 / 0);
}

.text-primary-50\/10 {
  color: rgb(255 247 242 / 0.1);
}

.text-primary-50\/100 {
  color: rgb(255 247 242 / 1);
}

.text-primary-50\/15 {
  color: rgb(255 247 242 / 0.15);
}

.text-primary-50\/20 {
  color: rgb(255 247 242 / 0.2);
}

.text-primary-50\/25 {
  color: rgb(255 247 242 / 0.25);
}

.text-primary-50\/30 {
  color: rgb(255 247 242 / 0.3);
}

.text-primary-50\/35 {
  color: rgb(255 247 242 / 0.35);
}

.text-primary-50\/40 {
  color: rgb(255 247 242 / 0.4);
}

.text-primary-50\/45 {
  color: rgb(255 247 242 / 0.45);
}

.text-primary-50\/5 {
  color: rgb(255 247 242 / 0.05);
}

.text-primary-50\/50 {
  color: rgb(255 247 242 / 0.5);
}

.text-primary-50\/55 {
  color: rgb(255 247 242 / 0.55);
}

.text-primary-50\/60 {
  color: rgb(255 247 242 / 0.6);
}

.text-primary-50\/65 {
  color: rgb(255 247 242 / 0.65);
}

.text-primary-50\/70 {
  color: rgb(255 247 242 / 0.7);
}

.text-primary-50\/75 {
  color: rgb(255 247 242 / 0.75);
}

.text-primary-50\/80 {
  color: rgb(255 247 242 / 0.8);
}

.text-primary-50\/85 {
  color: rgb(255 247 242 / 0.85);
}

.text-primary-50\/90 {
  color: rgb(255 247 242 / 0.9);
}

.text-primary-50\/95 {
  color: rgb(255 247 242 / 0.95);
}

.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(247 141 77 / var(--tw-text-opacity, 1));
}

.text-primary-500\/0 {
  color: rgb(247 141 77 / 0);
}

.text-primary-500\/10 {
  color: rgb(247 141 77 / 0.1);
}

.text-primary-500\/100 {
  color: rgb(247 141 77 / 1);
}

.text-primary-500\/15 {
  color: rgb(247 141 77 / 0.15);
}

.text-primary-500\/20 {
  color: rgb(247 141 77 / 0.2);
}

.text-primary-500\/25 {
  color: rgb(247 141 77 / 0.25);
}

.text-primary-500\/30 {
  color: rgb(247 141 77 / 0.3);
}

.text-primary-500\/35 {
  color: rgb(247 141 77 / 0.35);
}

.text-primary-500\/40 {
  color: rgb(247 141 77 / 0.4);
}

.text-primary-500\/45 {
  color: rgb(247 141 77 / 0.45);
}

.text-primary-500\/5 {
  color: rgb(247 141 77 / 0.05);
}

.text-primary-500\/50 {
  color: rgb(247 141 77 / 0.5);
}

.text-primary-500\/55 {
  color: rgb(247 141 77 / 0.55);
}

.text-primary-500\/60 {
  color: rgb(247 141 77 / 0.6);
}

.text-primary-500\/65 {
  color: rgb(247 141 77 / 0.65);
}

.text-primary-500\/70 {
  color: rgb(247 141 77 / 0.7);
}

.text-primary-500\/75 {
  color: rgb(247 141 77 / 0.75);
}

.text-primary-500\/80 {
  color: rgb(247 141 77 / 0.8);
}

.text-primary-500\/85 {
  color: rgb(247 141 77 / 0.85);
}

.text-primary-500\/90 {
  color: rgb(247 141 77 / 0.9);
}

.text-primary-500\/95 {
  color: rgb(247 141 77 / 0.95);
}

.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(233 99 37 / var(--tw-text-opacity, 1));
}

.text-primary-600\/0 {
  color: rgb(233 99 37 / 0);
}

.text-primary-600\/10 {
  color: rgb(233 99 37 / 0.1);
}

.text-primary-600\/100 {
  color: rgb(233 99 37 / 1);
}

.text-primary-600\/15 {
  color: rgb(233 99 37 / 0.15);
}

.text-primary-600\/20 {
  color: rgb(233 99 37 / 0.2);
}

.text-primary-600\/25 {
  color: rgb(233 99 37 / 0.25);
}

.text-primary-600\/30 {
  color: rgb(233 99 37 / 0.3);
}

.text-primary-600\/35 {
  color: rgb(233 99 37 / 0.35);
}

.text-primary-600\/40 {
  color: rgb(233 99 37 / 0.4);
}

.text-primary-600\/45 {
  color: rgb(233 99 37 / 0.45);
}

.text-primary-600\/5 {
  color: rgb(233 99 37 / 0.05);
}

.text-primary-600\/50 {
  color: rgb(233 99 37 / 0.5);
}

.text-primary-600\/55 {
  color: rgb(233 99 37 / 0.55);
}

.text-primary-600\/60 {
  color: rgb(233 99 37 / 0.6);
}

.text-primary-600\/65 {
  color: rgb(233 99 37 / 0.65);
}

.text-primary-600\/70 {
  color: rgb(233 99 37 / 0.7);
}

.text-primary-600\/75 {
  color: rgb(233 99 37 / 0.75);
}

.text-primary-600\/80 {
  color: rgb(233 99 37 / 0.8);
}

.text-primary-600\/85 {
  color: rgb(233 99 37 / 0.85);
}

.text-primary-600\/90 {
  color: rgb(233 99 37 / 0.9);
}

.text-primary-600\/95 {
  color: rgb(233 99 37 / 0.95);
}

.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(201 74 22 / var(--tw-text-opacity, 1));
}

.text-primary-700\/0 {
  color: rgb(201 74 22 / 0);
}

.text-primary-700\/10 {
  color: rgb(201 74 22 / 0.1);
}

.text-primary-700\/100 {
  color: rgb(201 74 22 / 1);
}

.text-primary-700\/15 {
  color: rgb(201 74 22 / 0.15);
}

.text-primary-700\/20 {
  color: rgb(201 74 22 / 0.2);
}

.text-primary-700\/25 {
  color: rgb(201 74 22 / 0.25);
}

.text-primary-700\/30 {
  color: rgb(201 74 22 / 0.3);
}

.text-primary-700\/35 {
  color: rgb(201 74 22 / 0.35);
}

.text-primary-700\/40 {
  color: rgb(201 74 22 / 0.4);
}

.text-primary-700\/45 {
  color: rgb(201 74 22 / 0.45);
}

.text-primary-700\/5 {
  color: rgb(201 74 22 / 0.05);
}

.text-primary-700\/50 {
  color: rgb(201 74 22 / 0.5);
}

.text-primary-700\/55 {
  color: rgb(201 74 22 / 0.55);
}

.text-primary-700\/60 {
  color: rgb(201 74 22 / 0.6);
}

.text-primary-700\/65 {
  color: rgb(201 74 22 / 0.65);
}

.text-primary-700\/70 {
  color: rgb(201 74 22 / 0.7);
}

.text-primary-700\/75 {
  color: rgb(201 74 22 / 0.75);
}

.text-primary-700\/80 {
  color: rgb(201 74 22 / 0.8);
}

.text-primary-700\/85 {
  color: rgb(201 74 22 / 0.85);
}

.text-primary-700\/90 {
  color: rgb(201 74 22 / 0.9);
}

.text-primary-700\/95 {
  color: rgb(201 74 22 / 0.95);
}

.text-primary-800 {
  --tw-text-opacity: 1;
  color: rgb(161 59 24 / var(--tw-text-opacity, 1));
}

.text-primary-800\/0 {
  color: rgb(161 59 24 / 0);
}

.text-primary-800\/10 {
  color: rgb(161 59 24 / 0.1);
}

.text-primary-800\/100 {
  color: rgb(161 59 24 / 1);
}

.text-primary-800\/15 {
  color: rgb(161 59 24 / 0.15);
}

.text-primary-800\/20 {
  color: rgb(161 59 24 / 0.2);
}

.text-primary-800\/25 {
  color: rgb(161 59 24 / 0.25);
}

.text-primary-800\/30 {
  color: rgb(161 59 24 / 0.3);
}

.text-primary-800\/35 {
  color: rgb(161 59 24 / 0.35);
}

.text-primary-800\/40 {
  color: rgb(161 59 24 / 0.4);
}

.text-primary-800\/45 {
  color: rgb(161 59 24 / 0.45);
}

.text-primary-800\/5 {
  color: rgb(161 59 24 / 0.05);
}

.text-primary-800\/50 {
  color: rgb(161 59 24 / 0.5);
}

.text-primary-800\/55 {
  color: rgb(161 59 24 / 0.55);
}

.text-primary-800\/60 {
  color: rgb(161 59 24 / 0.6);
}

.text-primary-800\/65 {
  color: rgb(161 59 24 / 0.65);
}

.text-primary-800\/70 {
  color: rgb(161 59 24 / 0.7);
}

.text-primary-800\/75 {
  color: rgb(161 59 24 / 0.75);
}

.text-primary-800\/80 {
  color: rgb(161 59 24 / 0.8);
}

.text-primary-800\/85 {
  color: rgb(161 59 24 / 0.85);
}

.text-primary-800\/90 {
  color: rgb(161 59 24 / 0.9);
}

.text-primary-800\/95 {
  color: rgb(161 59 24 / 0.95);
}

.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(130 51 24 / var(--tw-text-opacity, 1));
}

.text-primary-900\/0 {
  color: rgb(130 51 24 / 0);
}

.text-primary-900\/10 {
  color: rgb(130 51 24 / 0.1);
}

.text-primary-900\/100 {
  color: rgb(130 51 24 / 1);
}

.text-primary-900\/15 {
  color: rgb(130 51 24 / 0.15);
}

.text-primary-900\/20 {
  color: rgb(130 51 24 / 0.2);
}

.text-primary-900\/25 {
  color: rgb(130 51 24 / 0.25);
}

.text-primary-900\/30 {
  color: rgb(130 51 24 / 0.3);
}

.text-primary-900\/35 {
  color: rgb(130 51 24 / 0.35);
}

.text-primary-900\/40 {
  color: rgb(130 51 24 / 0.4);
}

.text-primary-900\/45 {
  color: rgb(130 51 24 / 0.45);
}

.text-primary-900\/5 {
  color: rgb(130 51 24 / 0.05);
}

.text-primary-900\/50 {
  color: rgb(130 51 24 / 0.5);
}

.text-primary-900\/55 {
  color: rgb(130 51 24 / 0.55);
}

.text-primary-900\/60 {
  color: rgb(130 51 24 / 0.6);
}

.text-primary-900\/65 {
  color: rgb(130 51 24 / 0.65);
}

.text-primary-900\/70 {
  color: rgb(130 51 24 / 0.7);
}

.text-primary-900\/75 {
  color: rgb(130 51 24 / 0.75);
}

.text-primary-900\/80 {
  color: rgb(130 51 24 / 0.8);
}

.text-primary-900\/85 {
  color: rgb(130 51 24 / 0.85);
}

.text-primary-900\/90 {
  color: rgb(130 51 24 / 0.9);
}

.text-primary-900\/95 {
  color: rgb(130 51 24 / 0.95);
}

.text-primary-950 {
  --tw-text-opacity: 1;
  color: rgb(70 23 8 / var(--tw-text-opacity, 1));
}

.text-primary-950\/0 {
  color: rgb(70 23 8 / 0);
}

.text-primary-950\/10 {
  color: rgb(70 23 8 / 0.1);
}

.text-primary-950\/100 {
  color: rgb(70 23 8 / 1);
}

.text-primary-950\/15 {
  color: rgb(70 23 8 / 0.15);
}

.text-primary-950\/20 {
  color: rgb(70 23 8 / 0.2);
}

.text-primary-950\/25 {
  color: rgb(70 23 8 / 0.25);
}

.text-primary-950\/30 {
  color: rgb(70 23 8 / 0.3);
}

.text-primary-950\/35 {
  color: rgb(70 23 8 / 0.35);
}

.text-primary-950\/40 {
  color: rgb(70 23 8 / 0.4);
}

.text-primary-950\/45 {
  color: rgb(70 23 8 / 0.45);
}

.text-primary-950\/5 {
  color: rgb(70 23 8 / 0.05);
}

.text-primary-950\/50 {
  color: rgb(70 23 8 / 0.5);
}

.text-primary-950\/55 {
  color: rgb(70 23 8 / 0.55);
}

.text-primary-950\/60 {
  color: rgb(70 23 8 / 0.6);
}

.text-primary-950\/65 {
  color: rgb(70 23 8 / 0.65);
}

.text-primary-950\/70 {
  color: rgb(70 23 8 / 0.7);
}

.text-primary-950\/75 {
  color: rgb(70 23 8 / 0.75);
}

.text-primary-950\/80 {
  color: rgb(70 23 8 / 0.8);
}

.text-primary-950\/85 {
  color: rgb(70 23 8 / 0.85);
}

.text-primary-950\/90 {
  color: rgb(70 23 8 / 0.9);
}

.text-primary-950\/95 {
  color: rgb(70 23 8 / 0.95);
}

.text-transparent {
  color: transparent;
}

.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}

.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}

.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}

.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}

.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}

.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}

.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}

.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}

.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}

.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}

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

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

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

.text-yellow-100\/0 {
  color: rgb(254 249 195 / 0);
}

.text-yellow-100\/10 {
  color: rgb(254 249 195 / 0.1);
}

.text-yellow-100\/100 {
  color: rgb(254 249 195 / 1);
}

.text-yellow-100\/15 {
  color: rgb(254 249 195 / 0.15);
}

.text-yellow-100\/20 {
  color: rgb(254 249 195 / 0.2);
}

.text-yellow-100\/25 {
  color: rgb(254 249 195 / 0.25);
}

.text-yellow-100\/30 {
  color: rgb(254 249 195 / 0.3);
}

.text-yellow-100\/35 {
  color: rgb(254 249 195 / 0.35);
}

.text-yellow-100\/40 {
  color: rgb(254 249 195 / 0.4);
}

.text-yellow-100\/45 {
  color: rgb(254 249 195 / 0.45);
}

.text-yellow-100\/5 {
  color: rgb(254 249 195 / 0.05);
}

.text-yellow-100\/50 {
  color: rgb(254 249 195 / 0.5);
}

.text-yellow-100\/55 {
  color: rgb(254 249 195 / 0.55);
}

.text-yellow-100\/60 {
  color: rgb(254 249 195 / 0.6);
}

.text-yellow-100\/65 {
  color: rgb(254 249 195 / 0.65);
}

.text-yellow-100\/70 {
  color: rgb(254 249 195 / 0.7);
}

.text-yellow-100\/75 {
  color: rgb(254 249 195 / 0.75);
}

.text-yellow-100\/80 {
  color: rgb(254 249 195 / 0.8);
}

.text-yellow-100\/85 {
  color: rgb(254 249 195 / 0.85);
}

.text-yellow-100\/90 {
  color: rgb(254 249 195 / 0.9);
}

.text-yellow-100\/95 {
  color: rgb(254 249 195 / 0.95);
}

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

.text-yellow-200\/0 {
  color: rgb(254 240 138 / 0);
}

.text-yellow-200\/10 {
  color: rgb(254 240 138 / 0.1);
}

.text-yellow-200\/100 {
  color: rgb(254 240 138 / 1);
}

.text-yellow-200\/15 {
  color: rgb(254 240 138 / 0.15);
}

.text-yellow-200\/20 {
  color: rgb(254 240 138 / 0.2);
}

.text-yellow-200\/25 {
  color: rgb(254 240 138 / 0.25);
}

.text-yellow-200\/30 {
  color: rgb(254 240 138 / 0.3);
}

.text-yellow-200\/35 {
  color: rgb(254 240 138 / 0.35);
}

.text-yellow-200\/40 {
  color: rgb(254 240 138 / 0.4);
}

.text-yellow-200\/45 {
  color: rgb(254 240 138 / 0.45);
}

.text-yellow-200\/5 {
  color: rgb(254 240 138 / 0.05);
}

.text-yellow-200\/50 {
  color: rgb(254 240 138 / 0.5);
}

.text-yellow-200\/55 {
  color: rgb(254 240 138 / 0.55);
}

.text-yellow-200\/60 {
  color: rgb(254 240 138 / 0.6);
}

.text-yellow-200\/65 {
  color: rgb(254 240 138 / 0.65);
}

.text-yellow-200\/70 {
  color: rgb(254 240 138 / 0.7);
}

.text-yellow-200\/75 {
  color: rgb(254 240 138 / 0.75);
}

.text-yellow-200\/80 {
  color: rgb(254 240 138 / 0.8);
}

.text-yellow-200\/85 {
  color: rgb(254 240 138 / 0.85);
}

.text-yellow-200\/90 {
  color: rgb(254 240 138 / 0.9);
}

.text-yellow-200\/95 {
  color: rgb(254 240 138 / 0.95);
}

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

.text-yellow-400\/0 {
  color: rgb(250 204 21 / 0);
}

.text-yellow-400\/10 {
  color: rgb(250 204 21 / 0.1);
}

.text-yellow-400\/100 {
  color: rgb(250 204 21 / 1);
}

.text-yellow-400\/15 {
  color: rgb(250 204 21 / 0.15);
}

.text-yellow-400\/20 {
  color: rgb(250 204 21 / 0.2);
}

.text-yellow-400\/25 {
  color: rgb(250 204 21 / 0.25);
}

.text-yellow-400\/30 {
  color: rgb(250 204 21 / 0.3);
}

.text-yellow-400\/35 {
  color: rgb(250 204 21 / 0.35);
}

.text-yellow-400\/40 {
  color: rgb(250 204 21 / 0.4);
}

.text-yellow-400\/45 {
  color: rgb(250 204 21 / 0.45);
}

.text-yellow-400\/5 {
  color: rgb(250 204 21 / 0.05);
}

.text-yellow-400\/50 {
  color: rgb(250 204 21 / 0.5);
}

.text-yellow-400\/55 {
  color: rgb(250 204 21 / 0.55);
}

.text-yellow-400\/60 {
  color: rgb(250 204 21 / 0.6);
}

.text-yellow-400\/65 {
  color: rgb(250 204 21 / 0.65);
}

.text-yellow-400\/70 {
  color: rgb(250 204 21 / 0.7);
}

.text-yellow-400\/75 {
  color: rgb(250 204 21 / 0.75);
}

.text-yellow-400\/80 {
  color: rgb(250 204 21 / 0.8);
}

.text-yellow-400\/85 {
  color: rgb(250 204 21 / 0.85);
}

.text-yellow-400\/90 {
  color: rgb(250 204 21 / 0.9);
}

.text-yellow-400\/95 {
  color: rgb(250 204 21 / 0.95);
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

.text-yellow-50\/0 {
  color: rgb(254 252 232 / 0);
}

.text-yellow-50\/10 {
  color: rgb(254 252 232 / 0.1);
}

.text-yellow-50\/100 {
  color: rgb(254 252 232 / 1);
}

.text-yellow-50\/15 {
  color: rgb(254 252 232 / 0.15);
}

.text-yellow-50\/20 {
  color: rgb(254 252 232 / 0.2);
}

.text-yellow-50\/25 {
  color: rgb(254 252 232 / 0.25);
}

.text-yellow-50\/30 {
  color: rgb(254 252 232 / 0.3);
}

.text-yellow-50\/35 {
  color: rgb(254 252 232 / 0.35);
}

.text-yellow-50\/40 {
  color: rgb(254 252 232 / 0.4);
}

.text-yellow-50\/45 {
  color: rgb(254 252 232 / 0.45);
}

.text-yellow-50\/5 {
  color: rgb(254 252 232 / 0.05);
}

.text-yellow-50\/50 {
  color: rgb(254 252 232 / 0.5);
}

.text-yellow-50\/55 {
  color: rgb(254 252 232 / 0.55);
}

.text-yellow-50\/60 {
  color: rgb(254 252 232 / 0.6);
}

.text-yellow-50\/65 {
  color: rgb(254 252 232 / 0.65);
}

.text-yellow-50\/70 {
  color: rgb(254 252 232 / 0.7);
}

.text-yellow-50\/75 {
  color: rgb(254 252 232 / 0.75);
}

.text-yellow-50\/80 {
  color: rgb(254 252 232 / 0.8);
}

.text-yellow-50\/85 {
  color: rgb(254 252 232 / 0.85);
}

.text-yellow-50\/90 {
  color: rgb(254 252 232 / 0.9);
}

.text-yellow-50\/95 {
  color: rgb(254 252 232 / 0.95);
}

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

.text-yellow-500\/0 {
  color: rgb(234 179 8 / 0);
}

.text-yellow-500\/10 {
  color: rgb(234 179 8 / 0.1);
}

.text-yellow-500\/100 {
  color: rgb(234 179 8 / 1);
}

.text-yellow-500\/15 {
  color: rgb(234 179 8 / 0.15);
}

.text-yellow-500\/20 {
  color: rgb(234 179 8 / 0.2);
}

.text-yellow-500\/25 {
  color: rgb(234 179 8 / 0.25);
}

.text-yellow-500\/30 {
  color: rgb(234 179 8 / 0.3);
}

.text-yellow-500\/35 {
  color: rgb(234 179 8 / 0.35);
}

.text-yellow-500\/40 {
  color: rgb(234 179 8 / 0.4);
}

.text-yellow-500\/45 {
  color: rgb(234 179 8 / 0.45);
}

.text-yellow-500\/5 {
  color: rgb(234 179 8 / 0.05);
}

.text-yellow-500\/50 {
  color: rgb(234 179 8 / 0.5);
}

.text-yellow-500\/55 {
  color: rgb(234 179 8 / 0.55);
}

.text-yellow-500\/60 {
  color: rgb(234 179 8 / 0.6);
}

.text-yellow-500\/65 {
  color: rgb(234 179 8 / 0.65);
}

.text-yellow-500\/70 {
  color: rgb(234 179 8 / 0.7);
}

.text-yellow-500\/75 {
  color: rgb(234 179 8 / 0.75);
}

.text-yellow-500\/80 {
  color: rgb(234 179 8 / 0.8);
}

.text-yellow-500\/85 {
  color: rgb(234 179 8 / 0.85);
}

.text-yellow-500\/90 {
  color: rgb(234 179 8 / 0.9);
}

.text-yellow-500\/95 {
  color: rgb(234 179 8 / 0.95);
}

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

.text-yellow-600\/0 {
  color: rgb(202 138 4 / 0);
}

.text-yellow-600\/10 {
  color: rgb(202 138 4 / 0.1);
}

.text-yellow-600\/100 {
  color: rgb(202 138 4 / 1);
}

.text-yellow-600\/15 {
  color: rgb(202 138 4 / 0.15);
}

.text-yellow-600\/20 {
  color: rgb(202 138 4 / 0.2);
}

.text-yellow-600\/25 {
  color: rgb(202 138 4 / 0.25);
}

.text-yellow-600\/30 {
  color: rgb(202 138 4 / 0.3);
}

.text-yellow-600\/35 {
  color: rgb(202 138 4 / 0.35);
}

.text-yellow-600\/40 {
  color: rgb(202 138 4 / 0.4);
}

.text-yellow-600\/45 {
  color: rgb(202 138 4 / 0.45);
}

.text-yellow-600\/5 {
  color: rgb(202 138 4 / 0.05);
}

.text-yellow-600\/50 {
  color: rgb(202 138 4 / 0.5);
}

.text-yellow-600\/55 {
  color: rgb(202 138 4 / 0.55);
}

.text-yellow-600\/60 {
  color: rgb(202 138 4 / 0.6);
}

.text-yellow-600\/65 {
  color: rgb(202 138 4 / 0.65);
}

.text-yellow-600\/70 {
  color: rgb(202 138 4 / 0.7);
}

.text-yellow-600\/75 {
  color: rgb(202 138 4 / 0.75);
}

.text-yellow-600\/80 {
  color: rgb(202 138 4 / 0.8);
}

.text-yellow-600\/85 {
  color: rgb(202 138 4 / 0.85);
}

.text-yellow-600\/90 {
  color: rgb(202 138 4 / 0.9);
}

.text-yellow-600\/95 {
  color: rgb(202 138 4 / 0.95);
}

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

.text-yellow-800\/0 {
  color: rgb(133 77 14 / 0);
}

.text-yellow-800\/10 {
  color: rgb(133 77 14 / 0.1);
}

.text-yellow-800\/100 {
  color: rgb(133 77 14 / 1);
}

.text-yellow-800\/15 {
  color: rgb(133 77 14 / 0.15);
}

.text-yellow-800\/20 {
  color: rgb(133 77 14 / 0.2);
}

.text-yellow-800\/25 {
  color: rgb(133 77 14 / 0.25);
}

.text-yellow-800\/30 {
  color: rgb(133 77 14 / 0.3);
}

.text-yellow-800\/35 {
  color: rgb(133 77 14 / 0.35);
}

.text-yellow-800\/40 {
  color: rgb(133 77 14 / 0.4);
}

.text-yellow-800\/45 {
  color: rgb(133 77 14 / 0.45);
}

.text-yellow-800\/5 {
  color: rgb(133 77 14 / 0.05);
}

.text-yellow-800\/50 {
  color: rgb(133 77 14 / 0.5);
}

.text-yellow-800\/55 {
  color: rgb(133 77 14 / 0.55);
}

.text-yellow-800\/60 {
  color: rgb(133 77 14 / 0.6);
}

.text-yellow-800\/65 {
  color: rgb(133 77 14 / 0.65);
}

.text-yellow-800\/70 {
  color: rgb(133 77 14 / 0.7);
}

.text-yellow-800\/75 {
  color: rgb(133 77 14 / 0.75);
}

.text-yellow-800\/80 {
  color: rgb(133 77 14 / 0.8);
}

.text-yellow-800\/85 {
  color: rgb(133 77 14 / 0.85);
}

.text-yellow-800\/90 {
  color: rgb(133 77 14 / 0.9);
}

.text-yellow-800\/95 {
  color: rgb(133 77 14 / 0.95);
}

.decoration-yellow-100 {
  text-decoration-color: #fef9c3;
}

.decoration-yellow-100\/0 {
  text-decoration-color: rgb(254 249 195 / 0);
}

.decoration-yellow-100\/10 {
  text-decoration-color: rgb(254 249 195 / 0.1);
}

.decoration-yellow-100\/100 {
  text-decoration-color: rgb(254 249 195 / 1);
}

.decoration-yellow-100\/15 {
  text-decoration-color: rgb(254 249 195 / 0.15);
}

.decoration-yellow-100\/20 {
  text-decoration-color: rgb(254 249 195 / 0.2);
}

.decoration-yellow-100\/25 {
  text-decoration-color: rgb(254 249 195 / 0.25);
}

.decoration-yellow-100\/30 {
  text-decoration-color: rgb(254 249 195 / 0.3);
}

.decoration-yellow-100\/35 {
  text-decoration-color: rgb(254 249 195 / 0.35);
}

.decoration-yellow-100\/40 {
  text-decoration-color: rgb(254 249 195 / 0.4);
}

.decoration-yellow-100\/45 {
  text-decoration-color: rgb(254 249 195 / 0.45);
}

.decoration-yellow-100\/5 {
  text-decoration-color: rgb(254 249 195 / 0.05);
}

.decoration-yellow-100\/50 {
  text-decoration-color: rgb(254 249 195 / 0.5);
}

.decoration-yellow-100\/55 {
  text-decoration-color: rgb(254 249 195 / 0.55);
}

.decoration-yellow-100\/60 {
  text-decoration-color: rgb(254 249 195 / 0.6);
}

.decoration-yellow-100\/65 {
  text-decoration-color: rgb(254 249 195 / 0.65);
}

.decoration-yellow-100\/70 {
  text-decoration-color: rgb(254 249 195 / 0.7);
}

.decoration-yellow-100\/75 {
  text-decoration-color: rgb(254 249 195 / 0.75);
}

.decoration-yellow-100\/80 {
  text-decoration-color: rgb(254 249 195 / 0.8);
}

.decoration-yellow-100\/85 {
  text-decoration-color: rgb(254 249 195 / 0.85);
}

.decoration-yellow-100\/90 {
  text-decoration-color: rgb(254 249 195 / 0.9);
}

.decoration-yellow-100\/95 {
  text-decoration-color: rgb(254 249 195 / 0.95);
}

.decoration-yellow-200 {
  text-decoration-color: #fef08a;
}

.decoration-yellow-200\/0 {
  text-decoration-color: rgb(254 240 138 / 0);
}

.decoration-yellow-200\/10 {
  text-decoration-color: rgb(254 240 138 / 0.1);
}

.decoration-yellow-200\/100 {
  text-decoration-color: rgb(254 240 138 / 1);
}

.decoration-yellow-200\/15 {
  text-decoration-color: rgb(254 240 138 / 0.15);
}

.decoration-yellow-200\/20 {
  text-decoration-color: rgb(254 240 138 / 0.2);
}

.decoration-yellow-200\/25 {
  text-decoration-color: rgb(254 240 138 / 0.25);
}

.decoration-yellow-200\/30 {
  text-decoration-color: rgb(254 240 138 / 0.3);
}

.decoration-yellow-200\/35 {
  text-decoration-color: rgb(254 240 138 / 0.35);
}

.decoration-yellow-200\/40 {
  text-decoration-color: rgb(254 240 138 / 0.4);
}

.decoration-yellow-200\/45 {
  text-decoration-color: rgb(254 240 138 / 0.45);
}

.decoration-yellow-200\/5 {
  text-decoration-color: rgb(254 240 138 / 0.05);
}

.decoration-yellow-200\/50 {
  text-decoration-color: rgb(254 240 138 / 0.5);
}

.decoration-yellow-200\/55 {
  text-decoration-color: rgb(254 240 138 / 0.55);
}

.decoration-yellow-200\/60 {
  text-decoration-color: rgb(254 240 138 / 0.6);
}

.decoration-yellow-200\/65 {
  text-decoration-color: rgb(254 240 138 / 0.65);
}

.decoration-yellow-200\/70 {
  text-decoration-color: rgb(254 240 138 / 0.7);
}

.decoration-yellow-200\/75 {
  text-decoration-color: rgb(254 240 138 / 0.75);
}

.decoration-yellow-200\/80 {
  text-decoration-color: rgb(254 240 138 / 0.8);
}

.decoration-yellow-200\/85 {
  text-decoration-color: rgb(254 240 138 / 0.85);
}

.decoration-yellow-200\/90 {
  text-decoration-color: rgb(254 240 138 / 0.9);
}

.decoration-yellow-200\/95 {
  text-decoration-color: rgb(254 240 138 / 0.95);
}

.decoration-yellow-400 {
  text-decoration-color: #facc15;
}

.decoration-yellow-400\/0 {
  text-decoration-color: rgb(250 204 21 / 0);
}

.decoration-yellow-400\/10 {
  text-decoration-color: rgb(250 204 21 / 0.1);
}

.decoration-yellow-400\/100 {
  text-decoration-color: rgb(250 204 21 / 1);
}

.decoration-yellow-400\/15 {
  text-decoration-color: rgb(250 204 21 / 0.15);
}

.decoration-yellow-400\/20 {
  text-decoration-color: rgb(250 204 21 / 0.2);
}

.decoration-yellow-400\/25 {
  text-decoration-color: rgb(250 204 21 / 0.25);
}

.decoration-yellow-400\/30 {
  text-decoration-color: rgb(250 204 21 / 0.3);
}

.decoration-yellow-400\/35 {
  text-decoration-color: rgb(250 204 21 / 0.35);
}

.decoration-yellow-400\/40 {
  text-decoration-color: rgb(250 204 21 / 0.4);
}

.decoration-yellow-400\/45 {
  text-decoration-color: rgb(250 204 21 / 0.45);
}

.decoration-yellow-400\/5 {
  text-decoration-color: rgb(250 204 21 / 0.05);
}

.decoration-yellow-400\/50 {
  text-decoration-color: rgb(250 204 21 / 0.5);
}

.decoration-yellow-400\/55 {
  text-decoration-color: rgb(250 204 21 / 0.55);
}

.decoration-yellow-400\/60 {
  text-decoration-color: rgb(250 204 21 / 0.6);
}

.decoration-yellow-400\/65 {
  text-decoration-color: rgb(250 204 21 / 0.65);
}

.decoration-yellow-400\/70 {
  text-decoration-color: rgb(250 204 21 / 0.7);
}

.decoration-yellow-400\/75 {
  text-decoration-color: rgb(250 204 21 / 0.75);
}

.decoration-yellow-400\/80 {
  text-decoration-color: rgb(250 204 21 / 0.8);
}

.decoration-yellow-400\/85 {
  text-decoration-color: rgb(250 204 21 / 0.85);
}

.decoration-yellow-400\/90 {
  text-decoration-color: rgb(250 204 21 / 0.9);
}

.decoration-yellow-400\/95 {
  text-decoration-color: rgb(250 204 21 / 0.95);
}

.decoration-yellow-50 {
  text-decoration-color: #fefce8;
}

.decoration-yellow-50\/0 {
  text-decoration-color: rgb(254 252 232 / 0);
}

.decoration-yellow-50\/10 {
  text-decoration-color: rgb(254 252 232 / 0.1);
}

.decoration-yellow-50\/100 {
  text-decoration-color: rgb(254 252 232 / 1);
}

.decoration-yellow-50\/15 {
  text-decoration-color: rgb(254 252 232 / 0.15);
}

.decoration-yellow-50\/20 {
  text-decoration-color: rgb(254 252 232 / 0.2);
}

.decoration-yellow-50\/25 {
  text-decoration-color: rgb(254 252 232 / 0.25);
}

.decoration-yellow-50\/30 {
  text-decoration-color: rgb(254 252 232 / 0.3);
}

.decoration-yellow-50\/35 {
  text-decoration-color: rgb(254 252 232 / 0.35);
}

.decoration-yellow-50\/40 {
  text-decoration-color: rgb(254 252 232 / 0.4);
}

.decoration-yellow-50\/45 {
  text-decoration-color: rgb(254 252 232 / 0.45);
}

.decoration-yellow-50\/5 {
  text-decoration-color: rgb(254 252 232 / 0.05);
}

.decoration-yellow-50\/50 {
  text-decoration-color: rgb(254 252 232 / 0.5);
}

.decoration-yellow-50\/55 {
  text-decoration-color: rgb(254 252 232 / 0.55);
}

.decoration-yellow-50\/60 {
  text-decoration-color: rgb(254 252 232 / 0.6);
}

.decoration-yellow-50\/65 {
  text-decoration-color: rgb(254 252 232 / 0.65);
}

.decoration-yellow-50\/70 {
  text-decoration-color: rgb(254 252 232 / 0.7);
}

.decoration-yellow-50\/75 {
  text-decoration-color: rgb(254 252 232 / 0.75);
}

.decoration-yellow-50\/80 {
  text-decoration-color: rgb(254 252 232 / 0.8);
}

.decoration-yellow-50\/85 {
  text-decoration-color: rgb(254 252 232 / 0.85);
}

.decoration-yellow-50\/90 {
  text-decoration-color: rgb(254 252 232 / 0.9);
}

.decoration-yellow-50\/95 {
  text-decoration-color: rgb(254 252 232 / 0.95);
}

.decoration-yellow-500 {
  text-decoration-color: #eab308;
}

.decoration-yellow-500\/0 {
  text-decoration-color: rgb(234 179 8 / 0);
}

.decoration-yellow-500\/10 {
  text-decoration-color: rgb(234 179 8 / 0.1);
}

.decoration-yellow-500\/100 {
  text-decoration-color: rgb(234 179 8 / 1);
}

.decoration-yellow-500\/15 {
  text-decoration-color: rgb(234 179 8 / 0.15);
}

.decoration-yellow-500\/20 {
  text-decoration-color: rgb(234 179 8 / 0.2);
}

.decoration-yellow-500\/25 {
  text-decoration-color: rgb(234 179 8 / 0.25);
}

.decoration-yellow-500\/30 {
  text-decoration-color: rgb(234 179 8 / 0.3);
}

.decoration-yellow-500\/35 {
  text-decoration-color: rgb(234 179 8 / 0.35);
}

.decoration-yellow-500\/40 {
  text-decoration-color: rgb(234 179 8 / 0.4);
}

.decoration-yellow-500\/45 {
  text-decoration-color: rgb(234 179 8 / 0.45);
}

.decoration-yellow-500\/5 {
  text-decoration-color: rgb(234 179 8 / 0.05);
}

.decoration-yellow-500\/50 {
  text-decoration-color: rgb(234 179 8 / 0.5);
}

.decoration-yellow-500\/55 {
  text-decoration-color: rgb(234 179 8 / 0.55);
}

.decoration-yellow-500\/60 {
  text-decoration-color: rgb(234 179 8 / 0.6);
}

.decoration-yellow-500\/65 {
  text-decoration-color: rgb(234 179 8 / 0.65);
}

.decoration-yellow-500\/70 {
  text-decoration-color: rgb(234 179 8 / 0.7);
}

.decoration-yellow-500\/75 {
  text-decoration-color: rgb(234 179 8 / 0.75);
}

.decoration-yellow-500\/80 {
  text-decoration-color: rgb(234 179 8 / 0.8);
}

.decoration-yellow-500\/85 {
  text-decoration-color: rgb(234 179 8 / 0.85);
}

.decoration-yellow-500\/90 {
  text-decoration-color: rgb(234 179 8 / 0.9);
}

.decoration-yellow-500\/95 {
  text-decoration-color: rgb(234 179 8 / 0.95);
}

.decoration-yellow-600 {
  text-decoration-color: #ca8a04;
}

.decoration-yellow-600\/0 {
  text-decoration-color: rgb(202 138 4 / 0);
}

.decoration-yellow-600\/10 {
  text-decoration-color: rgb(202 138 4 / 0.1);
}

.decoration-yellow-600\/100 {
  text-decoration-color: rgb(202 138 4 / 1);
}

.decoration-yellow-600\/15 {
  text-decoration-color: rgb(202 138 4 / 0.15);
}

.decoration-yellow-600\/20 {
  text-decoration-color: rgb(202 138 4 / 0.2);
}

.decoration-yellow-600\/25 {
  text-decoration-color: rgb(202 138 4 / 0.25);
}

.decoration-yellow-600\/30 {
  text-decoration-color: rgb(202 138 4 / 0.3);
}

.decoration-yellow-600\/35 {
  text-decoration-color: rgb(202 138 4 / 0.35);
}

.decoration-yellow-600\/40 {
  text-decoration-color: rgb(202 138 4 / 0.4);
}

.decoration-yellow-600\/45 {
  text-decoration-color: rgb(202 138 4 / 0.45);
}

.decoration-yellow-600\/5 {
  text-decoration-color: rgb(202 138 4 / 0.05);
}

.decoration-yellow-600\/50 {
  text-decoration-color: rgb(202 138 4 / 0.5);
}

.decoration-yellow-600\/55 {
  text-decoration-color: rgb(202 138 4 / 0.55);
}

.decoration-yellow-600\/60 {
  text-decoration-color: rgb(202 138 4 / 0.6);
}

.decoration-yellow-600\/65 {
  text-decoration-color: rgb(202 138 4 / 0.65);
}

.decoration-yellow-600\/70 {
  text-decoration-color: rgb(202 138 4 / 0.7);
}

.decoration-yellow-600\/75 {
  text-decoration-color: rgb(202 138 4 / 0.75);
}

.decoration-yellow-600\/80 {
  text-decoration-color: rgb(202 138 4 / 0.8);
}

.decoration-yellow-600\/85 {
  text-decoration-color: rgb(202 138 4 / 0.85);
}

.decoration-yellow-600\/90 {
  text-decoration-color: rgb(202 138 4 / 0.9);
}

.decoration-yellow-600\/95 {
  text-decoration-color: rgb(202 138 4 / 0.95);
}

.decoration-yellow-800 {
  text-decoration-color: #854d0e;
}

.decoration-yellow-800\/0 {
  text-decoration-color: rgb(133 77 14 / 0);
}

.decoration-yellow-800\/10 {
  text-decoration-color: rgb(133 77 14 / 0.1);
}

.decoration-yellow-800\/100 {
  text-decoration-color: rgb(133 77 14 / 1);
}

.decoration-yellow-800\/15 {
  text-decoration-color: rgb(133 77 14 / 0.15);
}

.decoration-yellow-800\/20 {
  text-decoration-color: rgb(133 77 14 / 0.2);
}

.decoration-yellow-800\/25 {
  text-decoration-color: rgb(133 77 14 / 0.25);
}

.decoration-yellow-800\/30 {
  text-decoration-color: rgb(133 77 14 / 0.3);
}

.decoration-yellow-800\/35 {
  text-decoration-color: rgb(133 77 14 / 0.35);
}

.decoration-yellow-800\/40 {
  text-decoration-color: rgb(133 77 14 / 0.4);
}

.decoration-yellow-800\/45 {
  text-decoration-color: rgb(133 77 14 / 0.45);
}

.decoration-yellow-800\/5 {
  text-decoration-color: rgb(133 77 14 / 0.05);
}

.decoration-yellow-800\/50 {
  text-decoration-color: rgb(133 77 14 / 0.5);
}

.decoration-yellow-800\/55 {
  text-decoration-color: rgb(133 77 14 / 0.55);
}

.decoration-yellow-800\/60 {
  text-decoration-color: rgb(133 77 14 / 0.6);
}

.decoration-yellow-800\/65 {
  text-decoration-color: rgb(133 77 14 / 0.65);
}

.decoration-yellow-800\/70 {
  text-decoration-color: rgb(133 77 14 / 0.7);
}

.decoration-yellow-800\/75 {
  text-decoration-color: rgb(133 77 14 / 0.75);
}

.decoration-yellow-800\/80 {
  text-decoration-color: rgb(133 77 14 / 0.8);
}

.decoration-yellow-800\/85 {
  text-decoration-color: rgb(133 77 14 / 0.85);
}

.decoration-yellow-800\/90 {
  text-decoration-color: rgb(133 77 14 / 0.9);
}

.decoration-yellow-800\/95 {
  text-decoration-color: rgb(133 77 14 / 0.95);
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.subpixel-antialiased {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

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

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

.placeholder-yellow-100\/0::-moz-placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/0::placeholder {
  color: rgb(254 249 195 / 0);
}

.placeholder-yellow-100\/10::-moz-placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/10::placeholder {
  color: rgb(254 249 195 / 0.1);
}

.placeholder-yellow-100\/100::-moz-placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/100::placeholder {
  color: rgb(254 249 195 / 1);
}

.placeholder-yellow-100\/15::-moz-placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/15::placeholder {
  color: rgb(254 249 195 / 0.15);
}

.placeholder-yellow-100\/20::-moz-placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/20::placeholder {
  color: rgb(254 249 195 / 0.2);
}

.placeholder-yellow-100\/25::-moz-placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/25::placeholder {
  color: rgb(254 249 195 / 0.25);
}

.placeholder-yellow-100\/30::-moz-placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/30::placeholder {
  color: rgb(254 249 195 / 0.3);
}

.placeholder-yellow-100\/35::-moz-placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/35::placeholder {
  color: rgb(254 249 195 / 0.35);
}

.placeholder-yellow-100\/40::-moz-placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/40::placeholder {
  color: rgb(254 249 195 / 0.4);
}

.placeholder-yellow-100\/45::-moz-placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/45::placeholder {
  color: rgb(254 249 195 / 0.45);
}

.placeholder-yellow-100\/5::-moz-placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/5::placeholder {
  color: rgb(254 249 195 / 0.05);
}

.placeholder-yellow-100\/50::-moz-placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/50::placeholder {
  color: rgb(254 249 195 / 0.5);
}

.placeholder-yellow-100\/55::-moz-placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/55::placeholder {
  color: rgb(254 249 195 / 0.55);
}

.placeholder-yellow-100\/60::-moz-placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/60::placeholder {
  color: rgb(254 249 195 / 0.6);
}

.placeholder-yellow-100\/65::-moz-placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/65::placeholder {
  color: rgb(254 249 195 / 0.65);
}

.placeholder-yellow-100\/70::-moz-placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/70::placeholder {
  color: rgb(254 249 195 / 0.7);
}

.placeholder-yellow-100\/75::-moz-placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/75::placeholder {
  color: rgb(254 249 195 / 0.75);
}

.placeholder-yellow-100\/80::-moz-placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/80::placeholder {
  color: rgb(254 249 195 / 0.8);
}

.placeholder-yellow-100\/85::-moz-placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/85::placeholder {
  color: rgb(254 249 195 / 0.85);
}

.placeholder-yellow-100\/90::-moz-placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/90::placeholder {
  color: rgb(254 249 195 / 0.9);
}

.placeholder-yellow-100\/95::-moz-placeholder {
  color: rgb(254 249 195 / 0.95);
}

.placeholder-yellow-100\/95::placeholder {
  color: rgb(254 249 195 / 0.95);
}

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

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

.placeholder-yellow-200\/0::-moz-placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/0::placeholder {
  color: rgb(254 240 138 / 0);
}

.placeholder-yellow-200\/10::-moz-placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/10::placeholder {
  color: rgb(254 240 138 / 0.1);
}

.placeholder-yellow-200\/100::-moz-placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/100::placeholder {
  color: rgb(254 240 138 / 1);
}

.placeholder-yellow-200\/15::-moz-placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/15::placeholder {
  color: rgb(254 240 138 / 0.15);
}

.placeholder-yellow-200\/20::-moz-placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/20::placeholder {
  color: rgb(254 240 138 / 0.2);
}

.placeholder-yellow-200\/25::-moz-placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/25::placeholder {
  color: rgb(254 240 138 / 0.25);
}

.placeholder-yellow-200\/30::-moz-placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/30::placeholder {
  color: rgb(254 240 138 / 0.3);
}

.placeholder-yellow-200\/35::-moz-placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/35::placeholder {
  color: rgb(254 240 138 / 0.35);
}

.placeholder-yellow-200\/40::-moz-placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/40::placeholder {
  color: rgb(254 240 138 / 0.4);
}

.placeholder-yellow-200\/45::-moz-placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/45::placeholder {
  color: rgb(254 240 138 / 0.45);
}

.placeholder-yellow-200\/5::-moz-placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/5::placeholder {
  color: rgb(254 240 138 / 0.05);
}

.placeholder-yellow-200\/50::-moz-placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/50::placeholder {
  color: rgb(254 240 138 / 0.5);
}

.placeholder-yellow-200\/55::-moz-placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/55::placeholder {
  color: rgb(254 240 138 / 0.55);
}

.placeholder-yellow-200\/60::-moz-placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/60::placeholder {
  color: rgb(254 240 138 / 0.6);
}

.placeholder-yellow-200\/65::-moz-placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/65::placeholder {
  color: rgb(254 240 138 / 0.65);
}

.placeholder-yellow-200\/70::-moz-placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/70::placeholder {
  color: rgb(254 240 138 / 0.7);
}

.placeholder-yellow-200\/75::-moz-placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/75::placeholder {
  color: rgb(254 240 138 / 0.75);
}

.placeholder-yellow-200\/80::-moz-placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/80::placeholder {
  color: rgb(254 240 138 / 0.8);
}

.placeholder-yellow-200\/85::-moz-placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/85::placeholder {
  color: rgb(254 240 138 / 0.85);
}

.placeholder-yellow-200\/90::-moz-placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/90::placeholder {
  color: rgb(254 240 138 / 0.9);
}

.placeholder-yellow-200\/95::-moz-placeholder {
  color: rgb(254 240 138 / 0.95);
}

.placeholder-yellow-200\/95::placeholder {
  color: rgb(254 240 138 / 0.95);
}

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

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

.placeholder-yellow-400\/0::-moz-placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/0::placeholder {
  color: rgb(250 204 21 / 0);
}

.placeholder-yellow-400\/10::-moz-placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/10::placeholder {
  color: rgb(250 204 21 / 0.1);
}

.placeholder-yellow-400\/100::-moz-placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/100::placeholder {
  color: rgb(250 204 21 / 1);
}

.placeholder-yellow-400\/15::-moz-placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/15::placeholder {
  color: rgb(250 204 21 / 0.15);
}

.placeholder-yellow-400\/20::-moz-placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/20::placeholder {
  color: rgb(250 204 21 / 0.2);
}

.placeholder-yellow-400\/25::-moz-placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/25::placeholder {
  color: rgb(250 204 21 / 0.25);
}

.placeholder-yellow-400\/30::-moz-placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/30::placeholder {
  color: rgb(250 204 21 / 0.3);
}

.placeholder-yellow-400\/35::-moz-placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/35::placeholder {
  color: rgb(250 204 21 / 0.35);
}

.placeholder-yellow-400\/40::-moz-placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/40::placeholder {
  color: rgb(250 204 21 / 0.4);
}

.placeholder-yellow-400\/45::-moz-placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/45::placeholder {
  color: rgb(250 204 21 / 0.45);
}

.placeholder-yellow-400\/5::-moz-placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/5::placeholder {
  color: rgb(250 204 21 / 0.05);
}

.placeholder-yellow-400\/50::-moz-placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/50::placeholder {
  color: rgb(250 204 21 / 0.5);
}

.placeholder-yellow-400\/55::-moz-placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/55::placeholder {
  color: rgb(250 204 21 / 0.55);
}

.placeholder-yellow-400\/60::-moz-placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/60::placeholder {
  color: rgb(250 204 21 / 0.6);
}

.placeholder-yellow-400\/65::-moz-placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/65::placeholder {
  color: rgb(250 204 21 / 0.65);
}

.placeholder-yellow-400\/70::-moz-placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/70::placeholder {
  color: rgb(250 204 21 / 0.7);
}

.placeholder-yellow-400\/75::-moz-placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/75::placeholder {
  color: rgb(250 204 21 / 0.75);
}

.placeholder-yellow-400\/80::-moz-placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/80::placeholder {
  color: rgb(250 204 21 / 0.8);
}

.placeholder-yellow-400\/85::-moz-placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/85::placeholder {
  color: rgb(250 204 21 / 0.85);
}

.placeholder-yellow-400\/90::-moz-placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/90::placeholder {
  color: rgb(250 204 21 / 0.9);
}

.placeholder-yellow-400\/95::-moz-placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-400\/95::placeholder {
  color: rgb(250 204 21 / 0.95);
}

.placeholder-yellow-50::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
}

.placeholder-yellow-50\/0::-moz-placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/0::placeholder {
  color: rgb(254 252 232 / 0);
}

.placeholder-yellow-50\/10::-moz-placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/10::placeholder {
  color: rgb(254 252 232 / 0.1);
}

.placeholder-yellow-50\/100::-moz-placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/100::placeholder {
  color: rgb(254 252 232 / 1);
}

.placeholder-yellow-50\/15::-moz-placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/15::placeholder {
  color: rgb(254 252 232 / 0.15);
}

.placeholder-yellow-50\/20::-moz-placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/20::placeholder {
  color: rgb(254 252 232 / 0.2);
}

.placeholder-yellow-50\/25::-moz-placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/25::placeholder {
  color: rgb(254 252 232 / 0.25);
}

.placeholder-yellow-50\/30::-moz-placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/30::placeholder {
  color: rgb(254 252 232 / 0.3);
}

.placeholder-yellow-50\/35::-moz-placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/35::placeholder {
  color: rgb(254 252 232 / 0.35);
}

.placeholder-yellow-50\/40::-moz-placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/40::placeholder {
  color: rgb(254 252 232 / 0.4);
}

.placeholder-yellow-50\/45::-moz-placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/45::placeholder {
  color: rgb(254 252 232 / 0.45);
}

.placeholder-yellow-50\/5::-moz-placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/5::placeholder {
  color: rgb(254 252 232 / 0.05);
}

.placeholder-yellow-50\/50::-moz-placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/50::placeholder {
  color: rgb(254 252 232 / 0.5);
}

.placeholder-yellow-50\/55::-moz-placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/55::placeholder {
  color: rgb(254 252 232 / 0.55);
}

.placeholder-yellow-50\/60::-moz-placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/60::placeholder {
  color: rgb(254 252 232 / 0.6);
}

.placeholder-yellow-50\/65::-moz-placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/65::placeholder {
  color: rgb(254 252 232 / 0.65);
}

.placeholder-yellow-50\/70::-moz-placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/70::placeholder {
  color: rgb(254 252 232 / 0.7);
}

.placeholder-yellow-50\/75::-moz-placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/75::placeholder {
  color: rgb(254 252 232 / 0.75);
}

.placeholder-yellow-50\/80::-moz-placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/80::placeholder {
  color: rgb(254 252 232 / 0.8);
}

.placeholder-yellow-50\/85::-moz-placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/85::placeholder {
  color: rgb(254 252 232 / 0.85);
}

.placeholder-yellow-50\/90::-moz-placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/90::placeholder {
  color: rgb(254 252 232 / 0.9);
}

.placeholder-yellow-50\/95::-moz-placeholder {
  color: rgb(254 252 232 / 0.95);
}

.placeholder-yellow-50\/95::placeholder {
  color: rgb(254 252 232 / 0.95);
}

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

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

.placeholder-yellow-500\/0::-moz-placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/0::placeholder {
  color: rgb(234 179 8 / 0);
}

.placeholder-yellow-500\/10::-moz-placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/10::placeholder {
  color: rgb(234 179 8 / 0.1);
}

.placeholder-yellow-500\/100::-moz-placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/100::placeholder {
  color: rgb(234 179 8 / 1);
}

.placeholder-yellow-500\/15::-moz-placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/15::placeholder {
  color: rgb(234 179 8 / 0.15);
}

.placeholder-yellow-500\/20::-moz-placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/20::placeholder {
  color: rgb(234 179 8 / 0.2);
}

.placeholder-yellow-500\/25::-moz-placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/25::placeholder {
  color: rgb(234 179 8 / 0.25);
}

.placeholder-yellow-500\/30::-moz-placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/30::placeholder {
  color: rgb(234 179 8 / 0.3);
}

.placeholder-yellow-500\/35::-moz-placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/35::placeholder {
  color: rgb(234 179 8 / 0.35);
}

.placeholder-yellow-500\/40::-moz-placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/40::placeholder {
  color: rgb(234 179 8 / 0.4);
}

.placeholder-yellow-500\/45::-moz-placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/45::placeholder {
  color: rgb(234 179 8 / 0.45);
}

.placeholder-yellow-500\/5::-moz-placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/5::placeholder {
  color: rgb(234 179 8 / 0.05);
}

.placeholder-yellow-500\/50::-moz-placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/50::placeholder {
  color: rgb(234 179 8 / 0.5);
}

.placeholder-yellow-500\/55::-moz-placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/55::placeholder {
  color: rgb(234 179 8 / 0.55);
}

.placeholder-yellow-500\/60::-moz-placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/60::placeholder {
  color: rgb(234 179 8 / 0.6);
}

.placeholder-yellow-500\/65::-moz-placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/65::placeholder {
  color: rgb(234 179 8 / 0.65);
}

.placeholder-yellow-500\/70::-moz-placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/70::placeholder {
  color: rgb(234 179 8 / 0.7);
}

.placeholder-yellow-500\/75::-moz-placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/75::placeholder {
  color: rgb(234 179 8 / 0.75);
}

.placeholder-yellow-500\/80::-moz-placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/80::placeholder {
  color: rgb(234 179 8 / 0.8);
}

.placeholder-yellow-500\/85::-moz-placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/85::placeholder {
  color: rgb(234 179 8 / 0.85);
}

.placeholder-yellow-500\/90::-moz-placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/90::placeholder {
  color: rgb(234 179 8 / 0.9);
}

.placeholder-yellow-500\/95::-moz-placeholder {
  color: rgb(234 179 8 / 0.95);
}

.placeholder-yellow-500\/95::placeholder {
  color: rgb(234 179 8 / 0.95);
}

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

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

.placeholder-yellow-600\/0::-moz-placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/0::placeholder {
  color: rgb(202 138 4 / 0);
}

.placeholder-yellow-600\/10::-moz-placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/10::placeholder {
  color: rgb(202 138 4 / 0.1);
}

.placeholder-yellow-600\/100::-moz-placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/100::placeholder {
  color: rgb(202 138 4 / 1);
}

.placeholder-yellow-600\/15::-moz-placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/15::placeholder {
  color: rgb(202 138 4 / 0.15);
}

.placeholder-yellow-600\/20::-moz-placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/20::placeholder {
  color: rgb(202 138 4 / 0.2);
}

.placeholder-yellow-600\/25::-moz-placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/25::placeholder {
  color: rgb(202 138 4 / 0.25);
}

.placeholder-yellow-600\/30::-moz-placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/30::placeholder {
  color: rgb(202 138 4 / 0.3);
}

.placeholder-yellow-600\/35::-moz-placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/35::placeholder {
  color: rgb(202 138 4 / 0.35);
}

.placeholder-yellow-600\/40::-moz-placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/40::placeholder {
  color: rgb(202 138 4 / 0.4);
}

.placeholder-yellow-600\/45::-moz-placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/45::placeholder {
  color: rgb(202 138 4 / 0.45);
}

.placeholder-yellow-600\/5::-moz-placeholder {
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/5::placeholder {
  color: rgb(202 138 4 / 0.05);
}

.placeholder-yellow-600\/50::-moz-placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/50::placeholder {
  color: rgb(202 138 4 / 0.5);
}

.placeholder-yellow-600\/55::-moz-placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/55::placeholder {
  color: rgb(202 138 4 / 0.55);
}

.placeholder-yellow-600\/60::-moz-placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/60::placeholder {
  color: rgb(202 138 4 / 0.6);
}

.placeholder-yellow-600\/65::-moz-placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/65::placeholder {
  color: rgb(202 138 4 / 0.65);
}

.placeholder-yellow-600\/70::-moz-placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/70::placeholder {
  color: rgb(202 138 4 / 0.7);
}

.placeholder-yellow-600\/75::-moz-placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/75::placeholder {
  color: rgb(202 138 4 / 0.75);
}

.placeholder-yellow-600\/80::-moz-placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/80::placeholder {
  color: rgb(202 138 4 / 0.8);
}

.placeholder-yellow-600\/85::-moz-placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/85::placeholder {
  color: rgb(202 138 4 / 0.85);
}

.placeholder-yellow-600\/90::-moz-placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/90::placeholder {
  color: rgb(202 138 4 / 0.9);
}

.placeholder-yellow-600\/95::-moz-placeholder {
  color: rgb(202 138 4 / 0.95);
}

.placeholder-yellow-600\/95::placeholder {
  color: rgb(202 138 4 / 0.95);
}

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

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

.placeholder-yellow-800\/0::-moz-placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/0::placeholder {
  color: rgb(133 77 14 / 0);
}

.placeholder-yellow-800\/10::-moz-placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/10::placeholder {
  color: rgb(133 77 14 / 0.1);
}

.placeholder-yellow-800\/100::-moz-placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/100::placeholder {
  color: rgb(133 77 14 / 1);
}

.placeholder-yellow-800\/15::-moz-placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/15::placeholder {
  color: rgb(133 77 14 / 0.15);
}

.placeholder-yellow-800\/20::-moz-placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/20::placeholder {
  color: rgb(133 77 14 / 0.2);
}

.placeholder-yellow-800\/25::-moz-placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/25::placeholder {
  color: rgb(133 77 14 / 0.25);
}

.placeholder-yellow-800\/30::-moz-placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/30::placeholder {
  color: rgb(133 77 14 / 0.3);
}

.placeholder-yellow-800\/35::-moz-placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/35::placeholder {
  color: rgb(133 77 14 / 0.35);
}

.placeholder-yellow-800\/40::-moz-placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/40::placeholder {
  color: rgb(133 77 14 / 0.4);
}

.placeholder-yellow-800\/45::-moz-placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/45::placeholder {
  color: rgb(133 77 14 / 0.45);
}

.placeholder-yellow-800\/5::-moz-placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/5::placeholder {
  color: rgb(133 77 14 / 0.05);
}

.placeholder-yellow-800\/50::-moz-placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/50::placeholder {
  color: rgb(133 77 14 / 0.5);
}

.placeholder-yellow-800\/55::-moz-placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/55::placeholder {
  color: rgb(133 77 14 / 0.55);
}

.placeholder-yellow-800\/60::-moz-placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/60::placeholder {
  color: rgb(133 77 14 / 0.6);
}

.placeholder-yellow-800\/65::-moz-placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/65::placeholder {
  color: rgb(133 77 14 / 0.65);
}

.placeholder-yellow-800\/70::-moz-placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/70::placeholder {
  color: rgb(133 77 14 / 0.7);
}

.placeholder-yellow-800\/75::-moz-placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/75::placeholder {
  color: rgb(133 77 14 / 0.75);
}

.placeholder-yellow-800\/80::-moz-placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/80::placeholder {
  color: rgb(133 77 14 / 0.8);
}

.placeholder-yellow-800\/85::-moz-placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/85::placeholder {
  color: rgb(133 77 14 / 0.85);
}

.placeholder-yellow-800\/90::-moz-placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/90::placeholder {
  color: rgb(133 77 14 / 0.9);
}

.placeholder-yellow-800\/95::-moz-placeholder {
  color: rgb(133 77 14 / 0.95);
}

.placeholder-yellow-800\/95::placeholder {
  color: rgb(133 77 14 / 0.95);
}

.caret-yellow-100 {
  caret-color: #fef9c3;
}

.caret-yellow-100\/0 {
  caret-color: rgb(254 249 195 / 0);
}

.caret-yellow-100\/10 {
  caret-color: rgb(254 249 195 / 0.1);
}

.caret-yellow-100\/100 {
  caret-color: rgb(254 249 195 / 1);
}

.caret-yellow-100\/15 {
  caret-color: rgb(254 249 195 / 0.15);
}

.caret-yellow-100\/20 {
  caret-color: rgb(254 249 195 / 0.2);
}

.caret-yellow-100\/25 {
  caret-color: rgb(254 249 195 / 0.25);
}

.caret-yellow-100\/30 {
  caret-color: rgb(254 249 195 / 0.3);
}

.caret-yellow-100\/35 {
  caret-color: rgb(254 249 195 / 0.35);
}

.caret-yellow-100\/40 {
  caret-color: rgb(254 249 195 / 0.4);
}

.caret-yellow-100\/45 {
  caret-color: rgb(254 249 195 / 0.45);
}

.caret-yellow-100\/5 {
  caret-color: rgb(254 249 195 / 0.05);
}

.caret-yellow-100\/50 {
  caret-color: rgb(254 249 195 / 0.5);
}

.caret-yellow-100\/55 {
  caret-color: rgb(254 249 195 / 0.55);
}

.caret-yellow-100\/60 {
  caret-color: rgb(254 249 195 / 0.6);
}

.caret-yellow-100\/65 {
  caret-color: rgb(254 249 195 / 0.65);
}

.caret-yellow-100\/70 {
  caret-color: rgb(254 249 195 / 0.7);
}

.caret-yellow-100\/75 {
  caret-color: rgb(254 249 195 / 0.75);
}

.caret-yellow-100\/80 {
  caret-color: rgb(254 249 195 / 0.8);
}

.caret-yellow-100\/85 {
  caret-color: rgb(254 249 195 / 0.85);
}

.caret-yellow-100\/90 {
  caret-color: rgb(254 249 195 / 0.9);
}

.caret-yellow-100\/95 {
  caret-color: rgb(254 249 195 / 0.95);
}

.caret-yellow-200 {
  caret-color: #fef08a;
}

.caret-yellow-200\/0 {
  caret-color: rgb(254 240 138 / 0);
}

.caret-yellow-200\/10 {
  caret-color: rgb(254 240 138 / 0.1);
}

.caret-yellow-200\/100 {
  caret-color: rgb(254 240 138 / 1);
}

.caret-yellow-200\/15 {
  caret-color: rgb(254 240 138 / 0.15);
}

.caret-yellow-200\/20 {
  caret-color: rgb(254 240 138 / 0.2);
}

.caret-yellow-200\/25 {
  caret-color: rgb(254 240 138 / 0.25);
}

.caret-yellow-200\/30 {
  caret-color: rgb(254 240 138 / 0.3);
}

.caret-yellow-200\/35 {
  caret-color: rgb(254 240 138 / 0.35);
}

.caret-yellow-200\/40 {
  caret-color: rgb(254 240 138 / 0.4);
}

.caret-yellow-200\/45 {
  caret-color: rgb(254 240 138 / 0.45);
}

.caret-yellow-200\/5 {
  caret-color: rgb(254 240 138 / 0.05);
}

.caret-yellow-200\/50 {
  caret-color: rgb(254 240 138 / 0.5);
}

.caret-yellow-200\/55 {
  caret-color: rgb(254 240 138 / 0.55);
}

.caret-yellow-200\/60 {
  caret-color: rgb(254 240 138 / 0.6);
}

.caret-yellow-200\/65 {
  caret-color: rgb(254 240 138 / 0.65);
}

.caret-yellow-200\/70 {
  caret-color: rgb(254 240 138 / 0.7);
}

.caret-yellow-200\/75 {
  caret-color: rgb(254 240 138 / 0.75);
}

.caret-yellow-200\/80 {
  caret-color: rgb(254 240 138 / 0.8);
}

.caret-yellow-200\/85 {
  caret-color: rgb(254 240 138 / 0.85);
}

.caret-yellow-200\/90 {
  caret-color: rgb(254 240 138 / 0.9);
}

.caret-yellow-200\/95 {
  caret-color: rgb(254 240 138 / 0.95);
}

.caret-yellow-400 {
  caret-color: #facc15;
}

.caret-yellow-400\/0 {
  caret-color: rgb(250 204 21 / 0);
}

.caret-yellow-400\/10 {
  caret-color: rgb(250 204 21 / 0.1);
}

.caret-yellow-400\/100 {
  caret-color: rgb(250 204 21 / 1);
}

.caret-yellow-400\/15 {
  caret-color: rgb(250 204 21 / 0.15);
}

.caret-yellow-400\/20 {
  caret-color: rgb(250 204 21 / 0.2);
}

.caret-yellow-400\/25 {
  caret-color: rgb(250 204 21 / 0.25);
}

.caret-yellow-400\/30 {
  caret-color: rgb(250 204 21 / 0.3);
}

.caret-yellow-400\/35 {
  caret-color: rgb(250 204 21 / 0.35);
}

.caret-yellow-400\/40 {
  caret-color: rgb(250 204 21 / 0.4);
}

.caret-yellow-400\/45 {
  caret-color: rgb(250 204 21 / 0.45);
}

.caret-yellow-400\/5 {
  caret-color: rgb(250 204 21 / 0.05);
}

.caret-yellow-400\/50 {
  caret-color: rgb(250 204 21 / 0.5);
}

.caret-yellow-400\/55 {
  caret-color: rgb(250 204 21 / 0.55);
}

.caret-yellow-400\/60 {
  caret-color: rgb(250 204 21 / 0.6);
}

.caret-yellow-400\/65 {
  caret-color: rgb(250 204 21 / 0.65);
}

.caret-yellow-400\/70 {
  caret-color: rgb(250 204 21 / 0.7);
}

.caret-yellow-400\/75 {
  caret-color: rgb(250 204 21 / 0.75);
}

.caret-yellow-400\/80 {
  caret-color: rgb(250 204 21 / 0.8);
}

.caret-yellow-400\/85 {
  caret-color: rgb(250 204 21 / 0.85);
}

.caret-yellow-400\/90 {
  caret-color: rgb(250 204 21 / 0.9);
}

.caret-yellow-400\/95 {
  caret-color: rgb(250 204 21 / 0.95);
}

.caret-yellow-50 {
  caret-color: #fefce8;
}

.caret-yellow-50\/0 {
  caret-color: rgb(254 252 232 / 0);
}

.caret-yellow-50\/10 {
  caret-color: rgb(254 252 232 / 0.1);
}

.caret-yellow-50\/100 {
  caret-color: rgb(254 252 232 / 1);
}

.caret-yellow-50\/15 {
  caret-color: rgb(254 252 232 / 0.15);
}

.caret-yellow-50\/20 {
  caret-color: rgb(254 252 232 / 0.2);
}

.caret-yellow-50\/25 {
  caret-color: rgb(254 252 232 / 0.25);
}

.caret-yellow-50\/30 {
  caret-color: rgb(254 252 232 / 0.3);
}

.caret-yellow-50\/35 {
  caret-color: rgb(254 252 232 / 0.35);
}

.caret-yellow-50\/40 {
  caret-color: rgb(254 252 232 / 0.4);
}

.caret-yellow-50\/45 {
  caret-color: rgb(254 252 232 / 0.45);
}

.caret-yellow-50\/5 {
  caret-color: rgb(254 252 232 / 0.05);
}

.caret-yellow-50\/50 {
  caret-color: rgb(254 252 232 / 0.5);
}

.caret-yellow-50\/55 {
  caret-color: rgb(254 252 232 / 0.55);
}

.caret-yellow-50\/60 {
  caret-color: rgb(254 252 232 / 0.6);
}

.caret-yellow-50\/65 {
  caret-color: rgb(254 252 232 / 0.65);
}

.caret-yellow-50\/70 {
  caret-color: rgb(254 252 232 / 0.7);
}

.caret-yellow-50\/75 {
  caret-color: rgb(254 252 232 / 0.75);
}

.caret-yellow-50\/80 {
  caret-color: rgb(254 252 232 / 0.8);
}

.caret-yellow-50\/85 {
  caret-color: rgb(254 252 232 / 0.85);
}

.caret-yellow-50\/90 {
  caret-color: rgb(254 252 232 / 0.9);
}

.caret-yellow-50\/95 {
  caret-color: rgb(254 252 232 / 0.95);
}

.caret-yellow-500 {
  caret-color: #eab308;
}

.caret-yellow-500\/0 {
  caret-color: rgb(234 179 8 / 0);
}

.caret-yellow-500\/10 {
  caret-color: rgb(234 179 8 / 0.1);
}

.caret-yellow-500\/100 {
  caret-color: rgb(234 179 8 / 1);
}

.caret-yellow-500\/15 {
  caret-color: rgb(234 179 8 / 0.15);
}

.caret-yellow-500\/20 {
  caret-color: rgb(234 179 8 / 0.2);
}

.caret-yellow-500\/25 {
  caret-color: rgb(234 179 8 / 0.25);
}

.caret-yellow-500\/30 {
  caret-color: rgb(234 179 8 / 0.3);
}

.caret-yellow-500\/35 {
  caret-color: rgb(234 179 8 / 0.35);
}

.caret-yellow-500\/40 {
  caret-color: rgb(234 179 8 / 0.4);
}

.caret-yellow-500\/45 {
  caret-color: rgb(234 179 8 / 0.45);
}

.caret-yellow-500\/5 {
  caret-color: rgb(234 179 8 / 0.05);
}

.caret-yellow-500\/50 {
  caret-color: rgb(234 179 8 / 0.5);
}

.caret-yellow-500\/55 {
  caret-color: rgb(234 179 8 / 0.55);
}

.caret-yellow-500\/60 {
  caret-color: rgb(234 179 8 / 0.6);
}

.caret-yellow-500\/65 {
  caret-color: rgb(234 179 8 / 0.65);
}

.caret-yellow-500\/70 {
  caret-color: rgb(234 179 8 / 0.7);
}

.caret-yellow-500\/75 {
  caret-color: rgb(234 179 8 / 0.75);
}

.caret-yellow-500\/80 {
  caret-color: rgb(234 179 8 / 0.8);
}

.caret-yellow-500\/85 {
  caret-color: rgb(234 179 8 / 0.85);
}

.caret-yellow-500\/90 {
  caret-color: rgb(234 179 8 / 0.9);
}

.caret-yellow-500\/95 {
  caret-color: rgb(234 179 8 / 0.95);
}

.caret-yellow-600 {
  caret-color: #ca8a04;
}

.caret-yellow-600\/0 {
  caret-color: rgb(202 138 4 / 0);
}

.caret-yellow-600\/10 {
  caret-color: rgb(202 138 4 / 0.1);
}

.caret-yellow-600\/100 {
  caret-color: rgb(202 138 4 / 1);
}

.caret-yellow-600\/15 {
  caret-color: rgb(202 138 4 / 0.15);
}

.caret-yellow-600\/20 {
  caret-color: rgb(202 138 4 / 0.2);
}

.caret-yellow-600\/25 {
  caret-color: rgb(202 138 4 / 0.25);
}

.caret-yellow-600\/30 {
  caret-color: rgb(202 138 4 / 0.3);
}

.caret-yellow-600\/35 {
  caret-color: rgb(202 138 4 / 0.35);
}

.caret-yellow-600\/40 {
  caret-color: rgb(202 138 4 / 0.4);
}

.caret-yellow-600\/45 {
  caret-color: rgb(202 138 4 / 0.45);
}

.caret-yellow-600\/5 {
  caret-color: rgb(202 138 4 / 0.05);
}

.caret-yellow-600\/50 {
  caret-color: rgb(202 138 4 / 0.5);
}

.caret-yellow-600\/55 {
  caret-color: rgb(202 138 4 / 0.55);
}

.caret-yellow-600\/60 {
  caret-color: rgb(202 138 4 / 0.6);
}

.caret-yellow-600\/65 {
  caret-color: rgb(202 138 4 / 0.65);
}

.caret-yellow-600\/70 {
  caret-color: rgb(202 138 4 / 0.7);
}

.caret-yellow-600\/75 {
  caret-color: rgb(202 138 4 / 0.75);
}

.caret-yellow-600\/80 {
  caret-color: rgb(202 138 4 / 0.8);
}

.caret-yellow-600\/85 {
  caret-color: rgb(202 138 4 / 0.85);
}

.caret-yellow-600\/90 {
  caret-color: rgb(202 138 4 / 0.9);
}

.caret-yellow-600\/95 {
  caret-color: rgb(202 138 4 / 0.95);
}

.caret-yellow-800 {
  caret-color: #854d0e;
}

.caret-yellow-800\/0 {
  caret-color: rgb(133 77 14 / 0);
}

.caret-yellow-800\/10 {
  caret-color: rgb(133 77 14 / 0.1);
}

.caret-yellow-800\/100 {
  caret-color: rgb(133 77 14 / 1);
}

.caret-yellow-800\/15 {
  caret-color: rgb(133 77 14 / 0.15);
}

.caret-yellow-800\/20 {
  caret-color: rgb(133 77 14 / 0.2);
}

.caret-yellow-800\/25 {
  caret-color: rgb(133 77 14 / 0.25);
}

.caret-yellow-800\/30 {
  caret-color: rgb(133 77 14 / 0.3);
}

.caret-yellow-800\/35 {
  caret-color: rgb(133 77 14 / 0.35);
}

.caret-yellow-800\/40 {
  caret-color: rgb(133 77 14 / 0.4);
}

.caret-yellow-800\/45 {
  caret-color: rgb(133 77 14 / 0.45);
}

.caret-yellow-800\/5 {
  caret-color: rgb(133 77 14 / 0.05);
}

.caret-yellow-800\/50 {
  caret-color: rgb(133 77 14 / 0.5);
}

.caret-yellow-800\/55 {
  caret-color: rgb(133 77 14 / 0.55);
}

.caret-yellow-800\/60 {
  caret-color: rgb(133 77 14 / 0.6);
}

.caret-yellow-800\/65 {
  caret-color: rgb(133 77 14 / 0.65);
}

.caret-yellow-800\/70 {
  caret-color: rgb(133 77 14 / 0.7);
}

.caret-yellow-800\/75 {
  caret-color: rgb(133 77 14 / 0.75);
}

.caret-yellow-800\/80 {
  caret-color: rgb(133 77 14 / 0.8);
}

.caret-yellow-800\/85 {
  caret-color: rgb(133 77 14 / 0.85);
}

.caret-yellow-800\/90 {
  caret-color: rgb(133 77 14 / 0.9);
}

.caret-yellow-800\/95 {
  caret-color: rgb(133 77 14 / 0.95);
}

.accent-yellow-100 {
  accent-color: #fef9c3;
}

.accent-yellow-100\/0 {
  accent-color: rgb(254 249 195 / 0);
}

.accent-yellow-100\/10 {
  accent-color: rgb(254 249 195 / 0.1);
}

.accent-yellow-100\/100 {
  accent-color: rgb(254 249 195 / 1);
}

.accent-yellow-100\/15 {
  accent-color: rgb(254 249 195 / 0.15);
}

.accent-yellow-100\/20 {
  accent-color: rgb(254 249 195 / 0.2);
}

.accent-yellow-100\/25 {
  accent-color: rgb(254 249 195 / 0.25);
}

.accent-yellow-100\/30 {
  accent-color: rgb(254 249 195 / 0.3);
}

.accent-yellow-100\/35 {
  accent-color: rgb(254 249 195 / 0.35);
}

.accent-yellow-100\/40 {
  accent-color: rgb(254 249 195 / 0.4);
}

.accent-yellow-100\/45 {
  accent-color: rgb(254 249 195 / 0.45);
}

.accent-yellow-100\/5 {
  accent-color: rgb(254 249 195 / 0.05);
}

.accent-yellow-100\/50 {
  accent-color: rgb(254 249 195 / 0.5);
}

.accent-yellow-100\/55 {
  accent-color: rgb(254 249 195 / 0.55);
}

.accent-yellow-100\/60 {
  accent-color: rgb(254 249 195 / 0.6);
}

.accent-yellow-100\/65 {
  accent-color: rgb(254 249 195 / 0.65);
}

.accent-yellow-100\/70 {
  accent-color: rgb(254 249 195 / 0.7);
}

.accent-yellow-100\/75 {
  accent-color: rgb(254 249 195 / 0.75);
}

.accent-yellow-100\/80 {
  accent-color: rgb(254 249 195 / 0.8);
}

.accent-yellow-100\/85 {
  accent-color: rgb(254 249 195 / 0.85);
}

.accent-yellow-100\/90 {
  accent-color: rgb(254 249 195 / 0.9);
}

.accent-yellow-100\/95 {
  accent-color: rgb(254 249 195 / 0.95);
}

.accent-yellow-200 {
  accent-color: #fef08a;
}

.accent-yellow-200\/0 {
  accent-color: rgb(254 240 138 / 0);
}

.accent-yellow-200\/10 {
  accent-color: rgb(254 240 138 / 0.1);
}

.accent-yellow-200\/100 {
  accent-color: rgb(254 240 138 / 1);
}

.accent-yellow-200\/15 {
  accent-color: rgb(254 240 138 / 0.15);
}

.accent-yellow-200\/20 {
  accent-color: rgb(254 240 138 / 0.2);
}

.accent-yellow-200\/25 {
  accent-color: rgb(254 240 138 / 0.25);
}

.accent-yellow-200\/30 {
  accent-color: rgb(254 240 138 / 0.3);
}

.accent-yellow-200\/35 {
  accent-color: rgb(254 240 138 / 0.35);
}

.accent-yellow-200\/40 {
  accent-color: rgb(254 240 138 / 0.4);
}

.accent-yellow-200\/45 {
  accent-color: rgb(254 240 138 / 0.45);
}

.accent-yellow-200\/5 {
  accent-color: rgb(254 240 138 / 0.05);
}

.accent-yellow-200\/50 {
  accent-color: rgb(254 240 138 / 0.5);
}

.accent-yellow-200\/55 {
  accent-color: rgb(254 240 138 / 0.55);
}

.accent-yellow-200\/60 {
  accent-color: rgb(254 240 138 / 0.6);
}

.accent-yellow-200\/65 {
  accent-color: rgb(254 240 138 / 0.65);
}

.accent-yellow-200\/70 {
  accent-color: rgb(254 240 138 / 0.7);
}

.accent-yellow-200\/75 {
  accent-color: rgb(254 240 138 / 0.75);
}

.accent-yellow-200\/80 {
  accent-color: rgb(254 240 138 / 0.8);
}

.accent-yellow-200\/85 {
  accent-color: rgb(254 240 138 / 0.85);
}

.accent-yellow-200\/90 {
  accent-color: rgb(254 240 138 / 0.9);
}

.accent-yellow-200\/95 {
  accent-color: rgb(254 240 138 / 0.95);
}

.accent-yellow-400 {
  accent-color: #facc15;
}

.accent-yellow-400\/0 {
  accent-color: rgb(250 204 21 / 0);
}

.accent-yellow-400\/10 {
  accent-color: rgb(250 204 21 / 0.1);
}

.accent-yellow-400\/100 {
  accent-color: rgb(250 204 21 / 1);
}

.accent-yellow-400\/15 {
  accent-color: rgb(250 204 21 / 0.15);
}

.accent-yellow-400\/20 {
  accent-color: rgb(250 204 21 / 0.2);
}

.accent-yellow-400\/25 {
  accent-color: rgb(250 204 21 / 0.25);
}

.accent-yellow-400\/30 {
  accent-color: rgb(250 204 21 / 0.3);
}

.accent-yellow-400\/35 {
  accent-color: rgb(250 204 21 / 0.35);
}

.accent-yellow-400\/40 {
  accent-color: rgb(250 204 21 / 0.4);
}

.accent-yellow-400\/45 {
  accent-color: rgb(250 204 21 / 0.45);
}

.accent-yellow-400\/5 {
  accent-color: rgb(250 204 21 / 0.05);
}

.accent-yellow-400\/50 {
  accent-color: rgb(250 204 21 / 0.5);
}

.accent-yellow-400\/55 {
  accent-color: rgb(250 204 21 / 0.55);
}

.accent-yellow-400\/60 {
  accent-color: rgb(250 204 21 / 0.6);
}

.accent-yellow-400\/65 {
  accent-color: rgb(250 204 21 / 0.65);
}

.accent-yellow-400\/70 {
  accent-color: rgb(250 204 21 / 0.7);
}

.accent-yellow-400\/75 {
  accent-color: rgb(250 204 21 / 0.75);
}

.accent-yellow-400\/80 {
  accent-color: rgb(250 204 21 / 0.8);
}

.accent-yellow-400\/85 {
  accent-color: rgb(250 204 21 / 0.85);
}

.accent-yellow-400\/90 {
  accent-color: rgb(250 204 21 / 0.9);
}

.accent-yellow-400\/95 {
  accent-color: rgb(250 204 21 / 0.95);
}

.accent-yellow-50 {
  accent-color: #fefce8;
}

.accent-yellow-50\/0 {
  accent-color: rgb(254 252 232 / 0);
}

.accent-yellow-50\/10 {
  accent-color: rgb(254 252 232 / 0.1);
}

.accent-yellow-50\/100 {
  accent-color: rgb(254 252 232 / 1);
}

.accent-yellow-50\/15 {
  accent-color: rgb(254 252 232 / 0.15);
}

.accent-yellow-50\/20 {
  accent-color: rgb(254 252 232 / 0.2);
}

.accent-yellow-50\/25 {
  accent-color: rgb(254 252 232 / 0.25);
}

.accent-yellow-50\/30 {
  accent-color: rgb(254 252 232 / 0.3);
}

.accent-yellow-50\/35 {
  accent-color: rgb(254 252 232 / 0.35);
}

.accent-yellow-50\/40 {
  accent-color: rgb(254 252 232 / 0.4);
}

.accent-yellow-50\/45 {
  accent-color: rgb(254 252 232 / 0.45);
}

.accent-yellow-50\/5 {
  accent-color: rgb(254 252 232 / 0.05);
}

.accent-yellow-50\/50 {
  accent-color: rgb(254 252 232 / 0.5);
}

.accent-yellow-50\/55 {
  accent-color: rgb(254 252 232 / 0.55);
}

.accent-yellow-50\/60 {
  accent-color: rgb(254 252 232 / 0.6);
}

.accent-yellow-50\/65 {
  accent-color: rgb(254 252 232 / 0.65);
}

.accent-yellow-50\/70 {
  accent-color: rgb(254 252 232 / 0.7);
}

.accent-yellow-50\/75 {
  accent-color: rgb(254 252 232 / 0.75);
}

.accent-yellow-50\/80 {
  accent-color: rgb(254 252 232 / 0.8);
}

.accent-yellow-50\/85 {
  accent-color: rgb(254 252 232 / 0.85);
}

.accent-yellow-50\/90 {
  accent-color: rgb(254 252 232 / 0.9);
}

.accent-yellow-50\/95 {
  accent-color: rgb(254 252 232 / 0.95);
}

.accent-yellow-500 {
  accent-color: #eab308;
}

.accent-yellow-500\/0 {
  accent-color: rgb(234 179 8 / 0);
}

.accent-yellow-500\/10 {
  accent-color: rgb(234 179 8 / 0.1);
}

.accent-yellow-500\/100 {
  accent-color: rgb(234 179 8 / 1);
}

.accent-yellow-500\/15 {
  accent-color: rgb(234 179 8 / 0.15);
}

.accent-yellow-500\/20 {
  accent-color: rgb(234 179 8 / 0.2);
}

.accent-yellow-500\/25 {
  accent-color: rgb(234 179 8 / 0.25);
}

.accent-yellow-500\/30 {
  accent-color: rgb(234 179 8 / 0.3);
}

.accent-yellow-500\/35 {
  accent-color: rgb(234 179 8 / 0.35);
}

.accent-yellow-500\/40 {
  accent-color: rgb(234 179 8 / 0.4);
}

.accent-yellow-500\/45 {
  accent-color: rgb(234 179 8 / 0.45);
}

.accent-yellow-500\/5 {
  accent-color: rgb(234 179 8 / 0.05);
}

.accent-yellow-500\/50 {
  accent-color: rgb(234 179 8 / 0.5);
}

.accent-yellow-500\/55 {
  accent-color: rgb(234 179 8 / 0.55);
}

.accent-yellow-500\/60 {
  accent-color: rgb(234 179 8 / 0.6);
}

.accent-yellow-500\/65 {
  accent-color: rgb(234 179 8 / 0.65);
}

.accent-yellow-500\/70 {
  accent-color: rgb(234 179 8 / 0.7);
}

.accent-yellow-500\/75 {
  accent-color: rgb(234 179 8 / 0.75);
}

.accent-yellow-500\/80 {
  accent-color: rgb(234 179 8 / 0.8);
}

.accent-yellow-500\/85 {
  accent-color: rgb(234 179 8 / 0.85);
}

.accent-yellow-500\/90 {
  accent-color: rgb(234 179 8 / 0.9);
}

.accent-yellow-500\/95 {
  accent-color: rgb(234 179 8 / 0.95);
}

.accent-yellow-600 {
  accent-color: #ca8a04;
}

.accent-yellow-600\/0 {
  accent-color: rgb(202 138 4 / 0);
}

.accent-yellow-600\/10 {
  accent-color: rgb(202 138 4 / 0.1);
}

.accent-yellow-600\/100 {
  accent-color: rgb(202 138 4 / 1);
}

.accent-yellow-600\/15 {
  accent-color: rgb(202 138 4 / 0.15);
}

.accent-yellow-600\/20 {
  accent-color: rgb(202 138 4 / 0.2);
}

.accent-yellow-600\/25 {
  accent-color: rgb(202 138 4 / 0.25);
}

.accent-yellow-600\/30 {
  accent-color: rgb(202 138 4 / 0.3);
}

.accent-yellow-600\/35 {
  accent-color: rgb(202 138 4 / 0.35);
}

.accent-yellow-600\/40 {
  accent-color: rgb(202 138 4 / 0.4);
}

.accent-yellow-600\/45 {
  accent-color: rgb(202 138 4 / 0.45);
}

.accent-yellow-600\/5 {
  accent-color: rgb(202 138 4 / 0.05);
}

.accent-yellow-600\/50 {
  accent-color: rgb(202 138 4 / 0.5);
}

.accent-yellow-600\/55 {
  accent-color: rgb(202 138 4 / 0.55);
}

.accent-yellow-600\/60 {
  accent-color: rgb(202 138 4 / 0.6);
}

.accent-yellow-600\/65 {
  accent-color: rgb(202 138 4 / 0.65);
}

.accent-yellow-600\/70 {
  accent-color: rgb(202 138 4 / 0.7);
}

.accent-yellow-600\/75 {
  accent-color: rgb(202 138 4 / 0.75);
}

.accent-yellow-600\/80 {
  accent-color: rgb(202 138 4 / 0.8);
}

.accent-yellow-600\/85 {
  accent-color: rgb(202 138 4 / 0.85);
}

.accent-yellow-600\/90 {
  accent-color: rgb(202 138 4 / 0.9);
}

.accent-yellow-600\/95 {
  accent-color: rgb(202 138 4 / 0.95);
}

.accent-yellow-800 {
  accent-color: #854d0e;
}

.accent-yellow-800\/0 {
  accent-color: rgb(133 77 14 / 0);
}

.accent-yellow-800\/10 {
  accent-color: rgb(133 77 14 / 0.1);
}

.accent-yellow-800\/100 {
  accent-color: rgb(133 77 14 / 1);
}

.accent-yellow-800\/15 {
  accent-color: rgb(133 77 14 / 0.15);
}

.accent-yellow-800\/20 {
  accent-color: rgb(133 77 14 / 0.2);
}

.accent-yellow-800\/25 {
  accent-color: rgb(133 77 14 / 0.25);
}

.accent-yellow-800\/30 {
  accent-color: rgb(133 77 14 / 0.3);
}

.accent-yellow-800\/35 {
  accent-color: rgb(133 77 14 / 0.35);
}

.accent-yellow-800\/40 {
  accent-color: rgb(133 77 14 / 0.4);
}

.accent-yellow-800\/45 {
  accent-color: rgb(133 77 14 / 0.45);
}

.accent-yellow-800\/5 {
  accent-color: rgb(133 77 14 / 0.05);
}

.accent-yellow-800\/50 {
  accent-color: rgb(133 77 14 / 0.5);
}

.accent-yellow-800\/55 {
  accent-color: rgb(133 77 14 / 0.55);
}

.accent-yellow-800\/60 {
  accent-color: rgb(133 77 14 / 0.6);
}

.accent-yellow-800\/65 {
  accent-color: rgb(133 77 14 / 0.65);
}

.accent-yellow-800\/70 {
  accent-color: rgb(133 77 14 / 0.7);
}

.accent-yellow-800\/75 {
  accent-color: rgb(133 77 14 / 0.75);
}

.accent-yellow-800\/80 {
  accent-color: rgb(133 77 14 / 0.8);
}

.accent-yellow-800\/85 {
  accent-color: rgb(133 77 14 / 0.85);
}

.accent-yellow-800\/90 {
  accent-color: rgb(133 77 14 / 0.9);
}

.accent-yellow-800\/95 {
  accent-color: rgb(133 77 14 / 0.95);
}

.opacity-10 {
  opacity: 0.1;
}

.opacity-5 {
  opacity: 0.05;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-\[0\.03\] {
  opacity: 0.03;
}

.opacity-\[0\.07\] {
  opacity: 0.07;
}

.opacity-\[0\.25\] {
  opacity: 0.25;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-accent-100 {
  --tw-shadow-color: #ebfbcb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/0 {
  --tw-shadow-color: rgb(235 251 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/10 {
  --tw-shadow-color: rgb(235 251 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/100 {
  --tw-shadow-color: rgb(235 251 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/15 {
  --tw-shadow-color: rgb(235 251 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/20 {
  --tw-shadow-color: rgb(235 251 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/25 {
  --tw-shadow-color: rgb(235 251 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/30 {
  --tw-shadow-color: rgb(235 251 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/35 {
  --tw-shadow-color: rgb(235 251 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/40 {
  --tw-shadow-color: rgb(235 251 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/45 {
  --tw-shadow-color: rgb(235 251 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/5 {
  --tw-shadow-color: rgb(235 251 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/50 {
  --tw-shadow-color: rgb(235 251 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/55 {
  --tw-shadow-color: rgb(235 251 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/60 {
  --tw-shadow-color: rgb(235 251 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/65 {
  --tw-shadow-color: rgb(235 251 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/70 {
  --tw-shadow-color: rgb(235 251 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/75 {
  --tw-shadow-color: rgb(235 251 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/80 {
  --tw-shadow-color: rgb(235 251 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/85 {
  --tw-shadow-color: rgb(235 251 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/90 {
  --tw-shadow-color: rgb(235 251 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-100\/95 {
  --tw-shadow-color: rgb(235 251 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200 {
  --tw-shadow-color: #d8f69a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/0 {
  --tw-shadow-color: rgb(216 246 154 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/10 {
  --tw-shadow-color: rgb(216 246 154 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/100 {
  --tw-shadow-color: rgb(216 246 154 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/15 {
  --tw-shadow-color: rgb(216 246 154 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/20 {
  --tw-shadow-color: rgb(216 246 154 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/25 {
  --tw-shadow-color: rgb(216 246 154 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/30 {
  --tw-shadow-color: rgb(216 246 154 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/35 {
  --tw-shadow-color: rgb(216 246 154 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/40 {
  --tw-shadow-color: rgb(216 246 154 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/45 {
  --tw-shadow-color: rgb(216 246 154 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/5 {
  --tw-shadow-color: rgb(216 246 154 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/50 {
  --tw-shadow-color: rgb(216 246 154 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/55 {
  --tw-shadow-color: rgb(216 246 154 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/60 {
  --tw-shadow-color: rgb(216 246 154 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/65 {
  --tw-shadow-color: rgb(216 246 154 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/70 {
  --tw-shadow-color: rgb(216 246 154 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/75 {
  --tw-shadow-color: rgb(216 246 154 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/80 {
  --tw-shadow-color: rgb(216 246 154 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/85 {
  --tw-shadow-color: rgb(216 246 154 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/90 {
  --tw-shadow-color: rgb(216 246 154 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-200\/95 {
  --tw-shadow-color: rgb(216 246 154 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300 {
  --tw-shadow-color: #c4f078;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/0 {
  --tw-shadow-color: rgb(196 240 120 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/10 {
  --tw-shadow-color: rgb(196 240 120 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/100 {
  --tw-shadow-color: rgb(196 240 120 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/15 {
  --tw-shadow-color: rgb(196 240 120 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/20 {
  --tw-shadow-color: rgb(196 240 120 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/25 {
  --tw-shadow-color: rgb(196 240 120 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/30 {
  --tw-shadow-color: rgb(196 240 120 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/35 {
  --tw-shadow-color: rgb(196 240 120 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/40 {
  --tw-shadow-color: rgb(196 240 120 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/45 {
  --tw-shadow-color: rgb(196 240 120 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/5 {
  --tw-shadow-color: rgb(196 240 120 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/50 {
  --tw-shadow-color: rgb(196 240 120 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/55 {
  --tw-shadow-color: rgb(196 240 120 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/60 {
  --tw-shadow-color: rgb(196 240 120 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/65 {
  --tw-shadow-color: rgb(196 240 120 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/70 {
  --tw-shadow-color: rgb(196 240 120 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/75 {
  --tw-shadow-color: rgb(196 240 120 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/80 {
  --tw-shadow-color: rgb(196 240 120 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/85 {
  --tw-shadow-color: rgb(196 240 120 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/90 {
  --tw-shadow-color: rgb(196 240 120 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-300\/95 {
  --tw-shadow-color: rgb(196 240 120 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400 {
  --tw-shadow-color: #b7ed68;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/0 {
  --tw-shadow-color: rgb(183 237 104 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/10 {
  --tw-shadow-color: rgb(183 237 104 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/100 {
  --tw-shadow-color: rgb(183 237 104 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/15 {
  --tw-shadow-color: rgb(183 237 104 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/20 {
  --tw-shadow-color: rgb(183 237 104 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/25 {
  --tw-shadow-color: rgb(183 237 104 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/30 {
  --tw-shadow-color: rgb(183 237 104 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/35 {
  --tw-shadow-color: rgb(183 237 104 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/40 {
  --tw-shadow-color: rgb(183 237 104 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/45 {
  --tw-shadow-color: rgb(183 237 104 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/5 {
  --tw-shadow-color: rgb(183 237 104 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/50 {
  --tw-shadow-color: rgb(183 237 104 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/55 {
  --tw-shadow-color: rgb(183 237 104 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/60 {
  --tw-shadow-color: rgb(183 237 104 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/65 {
  --tw-shadow-color: rgb(183 237 104 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/70 {
  --tw-shadow-color: rgb(183 237 104 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/75 {
  --tw-shadow-color: rgb(183 237 104 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/80 {
  --tw-shadow-color: rgb(183 237 104 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/85 {
  --tw-shadow-color: rgb(183 237 104 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/90 {
  --tw-shadow-color: rgb(183 237 104 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-400\/95 {
  --tw-shadow-color: rgb(183 237 104 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50 {
  --tw-shadow-color: #f7fdeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/0 {
  --tw-shadow-color: rgb(247 253 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/10 {
  --tw-shadow-color: rgb(247 253 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/100 {
  --tw-shadow-color: rgb(247 253 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/15 {
  --tw-shadow-color: rgb(247 253 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/20 {
  --tw-shadow-color: rgb(247 253 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/25 {
  --tw-shadow-color: rgb(247 253 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/30 {
  --tw-shadow-color: rgb(247 253 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/35 {
  --tw-shadow-color: rgb(247 253 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/40 {
  --tw-shadow-color: rgb(247 253 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/45 {
  --tw-shadow-color: rgb(247 253 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/5 {
  --tw-shadow-color: rgb(247 253 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/50 {
  --tw-shadow-color: rgb(247 253 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/55 {
  --tw-shadow-color: rgb(247 253 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/60 {
  --tw-shadow-color: rgb(247 253 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/65 {
  --tw-shadow-color: rgb(247 253 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/70 {
  --tw-shadow-color: rgb(247 253 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/75 {
  --tw-shadow-color: rgb(247 253 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/80 {
  --tw-shadow-color: rgb(247 253 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/85 {
  --tw-shadow-color: rgb(247 253 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/90 {
  --tw-shadow-color: rgb(247 253 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-50\/95 {
  --tw-shadow-color: rgb(247 253 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500 {
  --tw-shadow-color: #aeeb60;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/0 {
  --tw-shadow-color: rgb(174 235 96 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/10 {
  --tw-shadow-color: rgb(174 235 96 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/100 {
  --tw-shadow-color: rgb(174 235 96 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/15 {
  --tw-shadow-color: rgb(174 235 96 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/20 {
  --tw-shadow-color: rgb(174 235 96 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/25 {
  --tw-shadow-color: rgb(174 235 96 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/30 {
  --tw-shadow-color: rgb(174 235 96 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/35 {
  --tw-shadow-color: rgb(174 235 96 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/40 {
  --tw-shadow-color: rgb(174 235 96 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/45 {
  --tw-shadow-color: rgb(174 235 96 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/5 {
  --tw-shadow-color: rgb(174 235 96 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/50 {
  --tw-shadow-color: rgb(174 235 96 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/55 {
  --tw-shadow-color: rgb(174 235 96 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/60 {
  --tw-shadow-color: rgb(174 235 96 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/65 {
  --tw-shadow-color: rgb(174 235 96 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/70 {
  --tw-shadow-color: rgb(174 235 96 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/75 {
  --tw-shadow-color: rgb(174 235 96 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/80 {
  --tw-shadow-color: rgb(174 235 96 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/85 {
  --tw-shadow-color: rgb(174 235 96 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/90 {
  --tw-shadow-color: rgb(174 235 96 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-500\/95 {
  --tw-shadow-color: rgb(174 235 96 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600 {
  --tw-shadow-color: #82c930;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/0 {
  --tw-shadow-color: rgb(130 201 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/10 {
  --tw-shadow-color: rgb(130 201 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/100 {
  --tw-shadow-color: rgb(130 201 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/15 {
  --tw-shadow-color: rgb(130 201 48 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/20 {
  --tw-shadow-color: rgb(130 201 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/25 {
  --tw-shadow-color: rgb(130 201 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/30 {
  --tw-shadow-color: rgb(130 201 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/35 {
  --tw-shadow-color: rgb(130 201 48 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/40 {
  --tw-shadow-color: rgb(130 201 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/45 {
  --tw-shadow-color: rgb(130 201 48 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/5 {
  --tw-shadow-color: rgb(130 201 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/50 {
  --tw-shadow-color: rgb(130 201 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/55 {
  --tw-shadow-color: rgb(130 201 48 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/60 {
  --tw-shadow-color: rgb(130 201 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/65 {
  --tw-shadow-color: rgb(130 201 48 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/70 {
  --tw-shadow-color: rgb(130 201 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/75 {
  --tw-shadow-color: rgb(130 201 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/80 {
  --tw-shadow-color: rgb(130 201 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/85 {
  --tw-shadow-color: rgb(130 201 48 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/90 {
  --tw-shadow-color: rgb(130 201 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-600\/95 {
  --tw-shadow-color: rgb(130 201 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700 {
  --tw-shadow-color: #61a11f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/0 {
  --tw-shadow-color: rgb(97 161 31 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/10 {
  --tw-shadow-color: rgb(97 161 31 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/100 {
  --tw-shadow-color: rgb(97 161 31 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/15 {
  --tw-shadow-color: rgb(97 161 31 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/20 {
  --tw-shadow-color: rgb(97 161 31 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/25 {
  --tw-shadow-color: rgb(97 161 31 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/30 {
  --tw-shadow-color: rgb(97 161 31 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/35 {
  --tw-shadow-color: rgb(97 161 31 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/40 {
  --tw-shadow-color: rgb(97 161 31 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/45 {
  --tw-shadow-color: rgb(97 161 31 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/5 {
  --tw-shadow-color: rgb(97 161 31 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/50 {
  --tw-shadow-color: rgb(97 161 31 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/55 {
  --tw-shadow-color: rgb(97 161 31 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/60 {
  --tw-shadow-color: rgb(97 161 31 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/65 {
  --tw-shadow-color: rgb(97 161 31 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/70 {
  --tw-shadow-color: rgb(97 161 31 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/75 {
  --tw-shadow-color: rgb(97 161 31 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/80 {
  --tw-shadow-color: rgb(97 161 31 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/85 {
  --tw-shadow-color: rgb(97 161 31 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/90 {
  --tw-shadow-color: rgb(97 161 31 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-700\/95 {
  --tw-shadow-color: rgb(97 161 31 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800 {
  --tw-shadow-color: #4e7e20;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/0 {
  --tw-shadow-color: rgb(78 126 32 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/10 {
  --tw-shadow-color: rgb(78 126 32 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/100 {
  --tw-shadow-color: rgb(78 126 32 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/15 {
  --tw-shadow-color: rgb(78 126 32 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/20 {
  --tw-shadow-color: rgb(78 126 32 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/25 {
  --tw-shadow-color: rgb(78 126 32 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/30 {
  --tw-shadow-color: rgb(78 126 32 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/35 {
  --tw-shadow-color: rgb(78 126 32 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/40 {
  --tw-shadow-color: rgb(78 126 32 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/45 {
  --tw-shadow-color: rgb(78 126 32 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/5 {
  --tw-shadow-color: rgb(78 126 32 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/50 {
  --tw-shadow-color: rgb(78 126 32 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/55 {
  --tw-shadow-color: rgb(78 126 32 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/60 {
  --tw-shadow-color: rgb(78 126 32 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/65 {
  --tw-shadow-color: rgb(78 126 32 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/70 {
  --tw-shadow-color: rgb(78 126 32 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/75 {
  --tw-shadow-color: rgb(78 126 32 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/80 {
  --tw-shadow-color: rgb(78 126 32 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/85 {
  --tw-shadow-color: rgb(78 126 32 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/90 {
  --tw-shadow-color: rgb(78 126 32 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-800\/95 {
  --tw-shadow-color: rgb(78 126 32 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900 {
  --tw-shadow-color: #426a21;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/0 {
  --tw-shadow-color: rgb(66 106 33 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/10 {
  --tw-shadow-color: rgb(66 106 33 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/100 {
  --tw-shadow-color: rgb(66 106 33 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/15 {
  --tw-shadow-color: rgb(66 106 33 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/20 {
  --tw-shadow-color: rgb(66 106 33 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/25 {
  --tw-shadow-color: rgb(66 106 33 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/30 {
  --tw-shadow-color: rgb(66 106 33 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/35 {
  --tw-shadow-color: rgb(66 106 33 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/40 {
  --tw-shadow-color: rgb(66 106 33 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/45 {
  --tw-shadow-color: rgb(66 106 33 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/5 {
  --tw-shadow-color: rgb(66 106 33 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/50 {
  --tw-shadow-color: rgb(66 106 33 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/55 {
  --tw-shadow-color: rgb(66 106 33 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/60 {
  --tw-shadow-color: rgb(66 106 33 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/65 {
  --tw-shadow-color: rgb(66 106 33 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/70 {
  --tw-shadow-color: rgb(66 106 33 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/75 {
  --tw-shadow-color: rgb(66 106 33 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/80 {
  --tw-shadow-color: rgb(66 106 33 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/85 {
  --tw-shadow-color: rgb(66 106 33 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/90 {
  --tw-shadow-color: rgb(66 106 33 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-900\/95 {
  --tw-shadow-color: rgb(66 106 33 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950 {
  --tw-shadow-color: #203a0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/0 {
  --tw-shadow-color: rgb(32 58 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/10 {
  --tw-shadow-color: rgb(32 58 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/100 {
  --tw-shadow-color: rgb(32 58 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/15 {
  --tw-shadow-color: rgb(32 58 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/20 {
  --tw-shadow-color: rgb(32 58 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/25 {
  --tw-shadow-color: rgb(32 58 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/30 {
  --tw-shadow-color: rgb(32 58 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/35 {
  --tw-shadow-color: rgb(32 58 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/40 {
  --tw-shadow-color: rgb(32 58 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/45 {
  --tw-shadow-color: rgb(32 58 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/5 {
  --tw-shadow-color: rgb(32 58 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/50 {
  --tw-shadow-color: rgb(32 58 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/55 {
  --tw-shadow-color: rgb(32 58 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/60 {
  --tw-shadow-color: rgb(32 58 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/65 {
  --tw-shadow-color: rgb(32 58 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/70 {
  --tw-shadow-color: rgb(32 58 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/75 {
  --tw-shadow-color: rgb(32 58 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/80 {
  --tw-shadow-color: rgb(32 58 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/85 {
  --tw-shadow-color: rgb(32 58 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/90 {
  --tw-shadow-color: rgb(32 58 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-accent-950\/95 {
  --tw-shadow-color: rgb(32 58 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100 {
  --tw-shadow-color: #fef3c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/0 {
  --tw-shadow-color: rgb(254 243 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/10 {
  --tw-shadow-color: rgb(254 243 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/100 {
  --tw-shadow-color: rgb(254 243 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/15 {
  --tw-shadow-color: rgb(254 243 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/20 {
  --tw-shadow-color: rgb(254 243 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/25 {
  --tw-shadow-color: rgb(254 243 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/30 {
  --tw-shadow-color: rgb(254 243 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/35 {
  --tw-shadow-color: rgb(254 243 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/40 {
  --tw-shadow-color: rgb(254 243 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/45 {
  --tw-shadow-color: rgb(254 243 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/5 {
  --tw-shadow-color: rgb(254 243 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/50 {
  --tw-shadow-color: rgb(254 243 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/55 {
  --tw-shadow-color: rgb(254 243 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/60 {
  --tw-shadow-color: rgb(254 243 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/65 {
  --tw-shadow-color: rgb(254 243 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/70 {
  --tw-shadow-color: rgb(254 243 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/75 {
  --tw-shadow-color: rgb(254 243 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/80 {
  --tw-shadow-color: rgb(254 243 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/85 {
  --tw-shadow-color: rgb(254 243 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/90 {
  --tw-shadow-color: rgb(254 243 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-100\/95 {
  --tw-shadow-color: rgb(254 243 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200 {
  --tw-shadow-color: #fde68a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/0 {
  --tw-shadow-color: rgb(253 230 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/10 {
  --tw-shadow-color: rgb(253 230 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/100 {
  --tw-shadow-color: rgb(253 230 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/15 {
  --tw-shadow-color: rgb(253 230 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/20 {
  --tw-shadow-color: rgb(253 230 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/25 {
  --tw-shadow-color: rgb(253 230 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/30 {
  --tw-shadow-color: rgb(253 230 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/35 {
  --tw-shadow-color: rgb(253 230 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/40 {
  --tw-shadow-color: rgb(253 230 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/45 {
  --tw-shadow-color: rgb(253 230 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/5 {
  --tw-shadow-color: rgb(253 230 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/50 {
  --tw-shadow-color: rgb(253 230 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/55 {
  --tw-shadow-color: rgb(253 230 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/60 {
  --tw-shadow-color: rgb(253 230 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/65 {
  --tw-shadow-color: rgb(253 230 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/70 {
  --tw-shadow-color: rgb(253 230 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/75 {
  --tw-shadow-color: rgb(253 230 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/80 {
  --tw-shadow-color: rgb(253 230 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/85 {
  --tw-shadow-color: rgb(253 230 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/90 {
  --tw-shadow-color: rgb(253 230 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-200\/95 {
  --tw-shadow-color: rgb(253 230 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300 {
  --tw-shadow-color: #fcd34d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/0 {
  --tw-shadow-color: rgb(252 211 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/10 {
  --tw-shadow-color: rgb(252 211 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/100 {
  --tw-shadow-color: rgb(252 211 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/15 {
  --tw-shadow-color: rgb(252 211 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/20 {
  --tw-shadow-color: rgb(252 211 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/25 {
  --tw-shadow-color: rgb(252 211 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/30 {
  --tw-shadow-color: rgb(252 211 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/35 {
  --tw-shadow-color: rgb(252 211 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/40 {
  --tw-shadow-color: rgb(252 211 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/45 {
  --tw-shadow-color: rgb(252 211 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/5 {
  --tw-shadow-color: rgb(252 211 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/50 {
  --tw-shadow-color: rgb(252 211 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/55 {
  --tw-shadow-color: rgb(252 211 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/60 {
  --tw-shadow-color: rgb(252 211 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/65 {
  --tw-shadow-color: rgb(252 211 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/70 {
  --tw-shadow-color: rgb(252 211 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/75 {
  --tw-shadow-color: rgb(252 211 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/80 {
  --tw-shadow-color: rgb(252 211 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/85 {
  --tw-shadow-color: rgb(252 211 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/90 {
  --tw-shadow-color: rgb(252 211 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-300\/95 {
  --tw-shadow-color: rgb(252 211 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400 {
  --tw-shadow-color: #fbbf24;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/0 {
  --tw-shadow-color: rgb(251 191 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/10 {
  --tw-shadow-color: rgb(251 191 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/100 {
  --tw-shadow-color: rgb(251 191 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/15 {
  --tw-shadow-color: rgb(251 191 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/20 {
  --tw-shadow-color: rgb(251 191 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/25 {
  --tw-shadow-color: rgb(251 191 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/30 {
  --tw-shadow-color: rgb(251 191 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/35 {
  --tw-shadow-color: rgb(251 191 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/40 {
  --tw-shadow-color: rgb(251 191 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/45 {
  --tw-shadow-color: rgb(251 191 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/5 {
  --tw-shadow-color: rgb(251 191 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/50 {
  --tw-shadow-color: rgb(251 191 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/55 {
  --tw-shadow-color: rgb(251 191 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/60 {
  --tw-shadow-color: rgb(251 191 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/65 {
  --tw-shadow-color: rgb(251 191 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/70 {
  --tw-shadow-color: rgb(251 191 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/75 {
  --tw-shadow-color: rgb(251 191 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/80 {
  --tw-shadow-color: rgb(251 191 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/85 {
  --tw-shadow-color: rgb(251 191 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/90 {
  --tw-shadow-color: rgb(251 191 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-400\/95 {
  --tw-shadow-color: rgb(251 191 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50 {
  --tw-shadow-color: #fffbeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/0 {
  --tw-shadow-color: rgb(255 251 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/10 {
  --tw-shadow-color: rgb(255 251 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/100 {
  --tw-shadow-color: rgb(255 251 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/15 {
  --tw-shadow-color: rgb(255 251 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/20 {
  --tw-shadow-color: rgb(255 251 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/25 {
  --tw-shadow-color: rgb(255 251 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/30 {
  --tw-shadow-color: rgb(255 251 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/35 {
  --tw-shadow-color: rgb(255 251 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/40 {
  --tw-shadow-color: rgb(255 251 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/45 {
  --tw-shadow-color: rgb(255 251 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/5 {
  --tw-shadow-color: rgb(255 251 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/50 {
  --tw-shadow-color: rgb(255 251 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/55 {
  --tw-shadow-color: rgb(255 251 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/60 {
  --tw-shadow-color: rgb(255 251 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/65 {
  --tw-shadow-color: rgb(255 251 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/70 {
  --tw-shadow-color: rgb(255 251 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/75 {
  --tw-shadow-color: rgb(255 251 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/80 {
  --tw-shadow-color: rgb(255 251 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/85 {
  --tw-shadow-color: rgb(255 251 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/90 {
  --tw-shadow-color: rgb(255 251 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-50\/95 {
  --tw-shadow-color: rgb(255 251 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500 {
  --tw-shadow-color: #f59e0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/0 {
  --tw-shadow-color: rgb(245 158 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/10 {
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/100 {
  --tw-shadow-color: rgb(245 158 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/15 {
  --tw-shadow-color: rgb(245 158 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/20 {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/25 {
  --tw-shadow-color: rgb(245 158 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/30 {
  --tw-shadow-color: rgb(245 158 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/35 {
  --tw-shadow-color: rgb(245 158 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/40 {
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/45 {
  --tw-shadow-color: rgb(245 158 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/5 {
  --tw-shadow-color: rgb(245 158 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/50 {
  --tw-shadow-color: rgb(245 158 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/55 {
  --tw-shadow-color: rgb(245 158 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/60 {
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/65 {
  --tw-shadow-color: rgb(245 158 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/70 {
  --tw-shadow-color: rgb(245 158 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/75 {
  --tw-shadow-color: rgb(245 158 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/80 {
  --tw-shadow-color: rgb(245 158 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/85 {
  --tw-shadow-color: rgb(245 158 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/90 {
  --tw-shadow-color: rgb(245 158 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-500\/95 {
  --tw-shadow-color: rgb(245 158 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600 {
  --tw-shadow-color: #d97706;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/0 {
  --tw-shadow-color: rgb(217 119 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/10 {
  --tw-shadow-color: rgb(217 119 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/100 {
  --tw-shadow-color: rgb(217 119 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/15 {
  --tw-shadow-color: rgb(217 119 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/20 {
  --tw-shadow-color: rgb(217 119 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/25 {
  --tw-shadow-color: rgb(217 119 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/30 {
  --tw-shadow-color: rgb(217 119 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/35 {
  --tw-shadow-color: rgb(217 119 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/40 {
  --tw-shadow-color: rgb(217 119 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/45 {
  --tw-shadow-color: rgb(217 119 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/5 {
  --tw-shadow-color: rgb(217 119 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/50 {
  --tw-shadow-color: rgb(217 119 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/55 {
  --tw-shadow-color: rgb(217 119 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/60 {
  --tw-shadow-color: rgb(217 119 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/65 {
  --tw-shadow-color: rgb(217 119 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/70 {
  --tw-shadow-color: rgb(217 119 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/75 {
  --tw-shadow-color: rgb(217 119 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/80 {
  --tw-shadow-color: rgb(217 119 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/85 {
  --tw-shadow-color: rgb(217 119 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/90 {
  --tw-shadow-color: rgb(217 119 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-600\/95 {
  --tw-shadow-color: rgb(217 119 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700 {
  --tw-shadow-color: #b45309;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/0 {
  --tw-shadow-color: rgb(180 83 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/10 {
  --tw-shadow-color: rgb(180 83 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/100 {
  --tw-shadow-color: rgb(180 83 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/15 {
  --tw-shadow-color: rgb(180 83 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/20 {
  --tw-shadow-color: rgb(180 83 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/25 {
  --tw-shadow-color: rgb(180 83 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/30 {
  --tw-shadow-color: rgb(180 83 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/35 {
  --tw-shadow-color: rgb(180 83 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/40 {
  --tw-shadow-color: rgb(180 83 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/45 {
  --tw-shadow-color: rgb(180 83 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/5 {
  --tw-shadow-color: rgb(180 83 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/50 {
  --tw-shadow-color: rgb(180 83 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/55 {
  --tw-shadow-color: rgb(180 83 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/60 {
  --tw-shadow-color: rgb(180 83 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/65 {
  --tw-shadow-color: rgb(180 83 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/70 {
  --tw-shadow-color: rgb(180 83 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/75 {
  --tw-shadow-color: rgb(180 83 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/80 {
  --tw-shadow-color: rgb(180 83 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/85 {
  --tw-shadow-color: rgb(180 83 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/90 {
  --tw-shadow-color: rgb(180 83 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-700\/95 {
  --tw-shadow-color: rgb(180 83 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800 {
  --tw-shadow-color: #92400e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/0 {
  --tw-shadow-color: rgb(146 64 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/10 {
  --tw-shadow-color: rgb(146 64 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/100 {
  --tw-shadow-color: rgb(146 64 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/15 {
  --tw-shadow-color: rgb(146 64 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/20 {
  --tw-shadow-color: rgb(146 64 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/25 {
  --tw-shadow-color: rgb(146 64 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/30 {
  --tw-shadow-color: rgb(146 64 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/35 {
  --tw-shadow-color: rgb(146 64 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/40 {
  --tw-shadow-color: rgb(146 64 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/45 {
  --tw-shadow-color: rgb(146 64 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/5 {
  --tw-shadow-color: rgb(146 64 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/50 {
  --tw-shadow-color: rgb(146 64 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/55 {
  --tw-shadow-color: rgb(146 64 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/60 {
  --tw-shadow-color: rgb(146 64 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/65 {
  --tw-shadow-color: rgb(146 64 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/70 {
  --tw-shadow-color: rgb(146 64 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/75 {
  --tw-shadow-color: rgb(146 64 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/80 {
  --tw-shadow-color: rgb(146 64 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/85 {
  --tw-shadow-color: rgb(146 64 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/90 {
  --tw-shadow-color: rgb(146 64 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-800\/95 {
  --tw-shadow-color: rgb(146 64 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900 {
  --tw-shadow-color: #78350f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/0 {
  --tw-shadow-color: rgb(120 53 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/10 {
  --tw-shadow-color: rgb(120 53 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/100 {
  --tw-shadow-color: rgb(120 53 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/15 {
  --tw-shadow-color: rgb(120 53 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/20 {
  --tw-shadow-color: rgb(120 53 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/25 {
  --tw-shadow-color: rgb(120 53 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/30 {
  --tw-shadow-color: rgb(120 53 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/35 {
  --tw-shadow-color: rgb(120 53 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/40 {
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/45 {
  --tw-shadow-color: rgb(120 53 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/5 {
  --tw-shadow-color: rgb(120 53 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/50 {
  --tw-shadow-color: rgb(120 53 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/55 {
  --tw-shadow-color: rgb(120 53 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/60 {
  --tw-shadow-color: rgb(120 53 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/65 {
  --tw-shadow-color: rgb(120 53 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/70 {
  --tw-shadow-color: rgb(120 53 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/75 {
  --tw-shadow-color: rgb(120 53 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/80 {
  --tw-shadow-color: rgb(120 53 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/85 {
  --tw-shadow-color: rgb(120 53 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/90 {
  --tw-shadow-color: rgb(120 53 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-900\/95 {
  --tw-shadow-color: rgb(120 53 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950 {
  --tw-shadow-color: #451a03;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/0 {
  --tw-shadow-color: rgb(69 26 3 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/10 {
  --tw-shadow-color: rgb(69 26 3 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/100 {
  --tw-shadow-color: rgb(69 26 3 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/15 {
  --tw-shadow-color: rgb(69 26 3 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/20 {
  --tw-shadow-color: rgb(69 26 3 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/25 {
  --tw-shadow-color: rgb(69 26 3 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/30 {
  --tw-shadow-color: rgb(69 26 3 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/35 {
  --tw-shadow-color: rgb(69 26 3 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/40 {
  --tw-shadow-color: rgb(69 26 3 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/45 {
  --tw-shadow-color: rgb(69 26 3 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/5 {
  --tw-shadow-color: rgb(69 26 3 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/50 {
  --tw-shadow-color: rgb(69 26 3 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/55 {
  --tw-shadow-color: rgb(69 26 3 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/60 {
  --tw-shadow-color: rgb(69 26 3 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/65 {
  --tw-shadow-color: rgb(69 26 3 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/70 {
  --tw-shadow-color: rgb(69 26 3 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/75 {
  --tw-shadow-color: rgb(69 26 3 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/80 {
  --tw-shadow-color: rgb(69 26 3 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/85 {
  --tw-shadow-color: rgb(69 26 3 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/90 {
  --tw-shadow-color: rgb(69 26 3 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-amber-950\/95 {
  --tw-shadow-color: rgb(69 26 3 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-black\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100 {
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/0 {
  --tw-shadow-color: rgb(219 234 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/10 {
  --tw-shadow-color: rgb(219 234 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/100 {
  --tw-shadow-color: rgb(219 234 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/15 {
  --tw-shadow-color: rgb(219 234 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/20 {
  --tw-shadow-color: rgb(219 234 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/25 {
  --tw-shadow-color: rgb(219 234 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/30 {
  --tw-shadow-color: rgb(219 234 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/35 {
  --tw-shadow-color: rgb(219 234 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/40 {
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/45 {
  --tw-shadow-color: rgb(219 234 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/5 {
  --tw-shadow-color: rgb(219 234 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/50 {
  --tw-shadow-color: rgb(219 234 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/55 {
  --tw-shadow-color: rgb(219 234 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/60 {
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/65 {
  --tw-shadow-color: rgb(219 234 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/70 {
  --tw-shadow-color: rgb(219 234 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/75 {
  --tw-shadow-color: rgb(219 234 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/80 {
  --tw-shadow-color: rgb(219 234 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/85 {
  --tw-shadow-color: rgb(219 234 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/90 {
  --tw-shadow-color: rgb(219 234 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-100\/95 {
  --tw-shadow-color: rgb(219 234 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200 {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/0 {
  --tw-shadow-color: rgb(191 219 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/10 {
  --tw-shadow-color: rgb(191 219 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/100 {
  --tw-shadow-color: rgb(191 219 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/15 {
  --tw-shadow-color: rgb(191 219 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/20 {
  --tw-shadow-color: rgb(191 219 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/25 {
  --tw-shadow-color: rgb(191 219 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/30 {
  --tw-shadow-color: rgb(191 219 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/35 {
  --tw-shadow-color: rgb(191 219 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/40 {
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/45 {
  --tw-shadow-color: rgb(191 219 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/5 {
  --tw-shadow-color: rgb(191 219 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/50 {
  --tw-shadow-color: rgb(191 219 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/55 {
  --tw-shadow-color: rgb(191 219 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/60 {
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/65 {
  --tw-shadow-color: rgb(191 219 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/70 {
  --tw-shadow-color: rgb(191 219 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/75 {
  --tw-shadow-color: rgb(191 219 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/80 {
  --tw-shadow-color: rgb(191 219 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/85 {
  --tw-shadow-color: rgb(191 219 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/90 {
  --tw-shadow-color: rgb(191 219 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-200\/95 {
  --tw-shadow-color: rgb(191 219 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300 {
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/0 {
  --tw-shadow-color: rgb(147 197 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/10 {
  --tw-shadow-color: rgb(147 197 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/100 {
  --tw-shadow-color: rgb(147 197 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/15 {
  --tw-shadow-color: rgb(147 197 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/20 {
  --tw-shadow-color: rgb(147 197 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/25 {
  --tw-shadow-color: rgb(147 197 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/30 {
  --tw-shadow-color: rgb(147 197 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/35 {
  --tw-shadow-color: rgb(147 197 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/40 {
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/45 {
  --tw-shadow-color: rgb(147 197 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/5 {
  --tw-shadow-color: rgb(147 197 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/50 {
  --tw-shadow-color: rgb(147 197 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/55 {
  --tw-shadow-color: rgb(147 197 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/60 {
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/65 {
  --tw-shadow-color: rgb(147 197 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/70 {
  --tw-shadow-color: rgb(147 197 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/75 {
  --tw-shadow-color: rgb(147 197 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/80 {
  --tw-shadow-color: rgb(147 197 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/85 {
  --tw-shadow-color: rgb(147 197 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/90 {
  --tw-shadow-color: rgb(147 197 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-300\/95 {
  --tw-shadow-color: rgb(147 197 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400 {
  --tw-shadow-color: #60a5fa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/0 {
  --tw-shadow-color: rgb(96 165 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/10 {
  --tw-shadow-color: rgb(96 165 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/100 {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/15 {
  --tw-shadow-color: rgb(96 165 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/20 {
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/25 {
  --tw-shadow-color: rgb(96 165 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/30 {
  --tw-shadow-color: rgb(96 165 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/35 {
  --tw-shadow-color: rgb(96 165 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/40 {
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/45 {
  --tw-shadow-color: rgb(96 165 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/5 {
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/50 {
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/55 {
  --tw-shadow-color: rgb(96 165 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/60 {
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/65 {
  --tw-shadow-color: rgb(96 165 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/70 {
  --tw-shadow-color: rgb(96 165 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/75 {
  --tw-shadow-color: rgb(96 165 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/80 {
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/85 {
  --tw-shadow-color: rgb(96 165 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/90 {
  --tw-shadow-color: rgb(96 165 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-400\/95 {
  --tw-shadow-color: rgb(96 165 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50 {
  --tw-shadow-color: #eff6ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/0 {
  --tw-shadow-color: rgb(239 246 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/10 {
  --tw-shadow-color: rgb(239 246 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/100 {
  --tw-shadow-color: rgb(239 246 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/15 {
  --tw-shadow-color: rgb(239 246 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/20 {
  --tw-shadow-color: rgb(239 246 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/25 {
  --tw-shadow-color: rgb(239 246 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/30 {
  --tw-shadow-color: rgb(239 246 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/35 {
  --tw-shadow-color: rgb(239 246 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/40 {
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/45 {
  --tw-shadow-color: rgb(239 246 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/5 {
  --tw-shadow-color: rgb(239 246 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/50 {
  --tw-shadow-color: rgb(239 246 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/55 {
  --tw-shadow-color: rgb(239 246 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/60 {
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/65 {
  --tw-shadow-color: rgb(239 246 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/70 {
  --tw-shadow-color: rgb(239 246 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/75 {
  --tw-shadow-color: rgb(239 246 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/80 {
  --tw-shadow-color: rgb(239 246 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/85 {
  --tw-shadow-color: rgb(239 246 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/90 {
  --tw-shadow-color: rgb(239 246 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-50\/95 {
  --tw-shadow-color: rgb(239 246 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500 {
  --tw-shadow-color: #3b82f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/0 {
  --tw-shadow-color: rgb(59 130 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/10 {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/100 {
  --tw-shadow-color: rgb(59 130 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/15 {
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/20 {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/25 {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/30 {
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/35 {
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/40 {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/45 {
  --tw-shadow-color: rgb(59 130 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/5 {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/50 {
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/55 {
  --tw-shadow-color: rgb(59 130 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/60 {
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/65 {
  --tw-shadow-color: rgb(59 130 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/70 {
  --tw-shadow-color: rgb(59 130 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/75 {
  --tw-shadow-color: rgb(59 130 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/80 {
  --tw-shadow-color: rgb(59 130 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/85 {
  --tw-shadow-color: rgb(59 130 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/90 {
  --tw-shadow-color: rgb(59 130 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-500\/95 {
  --tw-shadow-color: rgb(59 130 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600 {
  --tw-shadow-color: #2563eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/0 {
  --tw-shadow-color: rgb(37 99 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/10 {
  --tw-shadow-color: rgb(37 99 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/100 {
  --tw-shadow-color: rgb(37 99 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/15 {
  --tw-shadow-color: rgb(37 99 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/20 {
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/25 {
  --tw-shadow-color: rgb(37 99 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/30 {
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/35 {
  --tw-shadow-color: rgb(37 99 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/40 {
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/45 {
  --tw-shadow-color: rgb(37 99 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/5 {
  --tw-shadow-color: rgb(37 99 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/50 {
  --tw-shadow-color: rgb(37 99 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/55 {
  --tw-shadow-color: rgb(37 99 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/60 {
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/65 {
  --tw-shadow-color: rgb(37 99 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/70 {
  --tw-shadow-color: rgb(37 99 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/75 {
  --tw-shadow-color: rgb(37 99 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/80 {
  --tw-shadow-color: rgb(37 99 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/85 {
  --tw-shadow-color: rgb(37 99 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/90 {
  --tw-shadow-color: rgb(37 99 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-600\/95 {
  --tw-shadow-color: rgb(37 99 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700 {
  --tw-shadow-color: #1d4ed8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/0 {
  --tw-shadow-color: rgb(29 78 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/10 {
  --tw-shadow-color: rgb(29 78 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/100 {
  --tw-shadow-color: rgb(29 78 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/15 {
  --tw-shadow-color: rgb(29 78 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/20 {
  --tw-shadow-color: rgb(29 78 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/25 {
  --tw-shadow-color: rgb(29 78 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/30 {
  --tw-shadow-color: rgb(29 78 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/35 {
  --tw-shadow-color: rgb(29 78 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/40 {
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/45 {
  --tw-shadow-color: rgb(29 78 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/5 {
  --tw-shadow-color: rgb(29 78 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/50 {
  --tw-shadow-color: rgb(29 78 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/55 {
  --tw-shadow-color: rgb(29 78 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/60 {
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/65 {
  --tw-shadow-color: rgb(29 78 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/70 {
  --tw-shadow-color: rgb(29 78 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/75 {
  --tw-shadow-color: rgb(29 78 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/80 {
  --tw-shadow-color: rgb(29 78 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/85 {
  --tw-shadow-color: rgb(29 78 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/90 {
  --tw-shadow-color: rgb(29 78 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-700\/95 {
  --tw-shadow-color: rgb(29 78 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800 {
  --tw-shadow-color: #1e40af;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/0 {
  --tw-shadow-color: rgb(30 64 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/10 {
  --tw-shadow-color: rgb(30 64 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/100 {
  --tw-shadow-color: rgb(30 64 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/15 {
  --tw-shadow-color: rgb(30 64 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/20 {
  --tw-shadow-color: rgb(30 64 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/25 {
  --tw-shadow-color: rgb(30 64 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/30 {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/35 {
  --tw-shadow-color: rgb(30 64 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/40 {
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/45 {
  --tw-shadow-color: rgb(30 64 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/5 {
  --tw-shadow-color: rgb(30 64 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/50 {
  --tw-shadow-color: rgb(30 64 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/55 {
  --tw-shadow-color: rgb(30 64 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/60 {
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/65 {
  --tw-shadow-color: rgb(30 64 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/70 {
  --tw-shadow-color: rgb(30 64 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/75 {
  --tw-shadow-color: rgb(30 64 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/80 {
  --tw-shadow-color: rgb(30 64 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/85 {
  --tw-shadow-color: rgb(30 64 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/90 {
  --tw-shadow-color: rgb(30 64 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-800\/95 {
  --tw-shadow-color: rgb(30 64 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900 {
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/0 {
  --tw-shadow-color: rgb(30 58 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/10 {
  --tw-shadow-color: rgb(30 58 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/100 {
  --tw-shadow-color: rgb(30 58 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/15 {
  --tw-shadow-color: rgb(30 58 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/20 {
  --tw-shadow-color: rgb(30 58 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/25 {
  --tw-shadow-color: rgb(30 58 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/30 {
  --tw-shadow-color: rgb(30 58 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/35 {
  --tw-shadow-color: rgb(30 58 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/40 {
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/45 {
  --tw-shadow-color: rgb(30 58 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/5 {
  --tw-shadow-color: rgb(30 58 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/50 {
  --tw-shadow-color: rgb(30 58 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/55 {
  --tw-shadow-color: rgb(30 58 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/60 {
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/65 {
  --tw-shadow-color: rgb(30 58 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/70 {
  --tw-shadow-color: rgb(30 58 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/75 {
  --tw-shadow-color: rgb(30 58 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/80 {
  --tw-shadow-color: rgb(30 58 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/85 {
  --tw-shadow-color: rgb(30 58 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/90 {
  --tw-shadow-color: rgb(30 58 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-900\/95 {
  --tw-shadow-color: rgb(30 58 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950 {
  --tw-shadow-color: #172554;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/0 {
  --tw-shadow-color: rgb(23 37 84 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/10 {
  --tw-shadow-color: rgb(23 37 84 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/100 {
  --tw-shadow-color: rgb(23 37 84 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/15 {
  --tw-shadow-color: rgb(23 37 84 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/20 {
  --tw-shadow-color: rgb(23 37 84 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/25 {
  --tw-shadow-color: rgb(23 37 84 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/30 {
  --tw-shadow-color: rgb(23 37 84 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/35 {
  --tw-shadow-color: rgb(23 37 84 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/40 {
  --tw-shadow-color: rgb(23 37 84 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/45 {
  --tw-shadow-color: rgb(23 37 84 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/5 {
  --tw-shadow-color: rgb(23 37 84 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/50 {
  --tw-shadow-color: rgb(23 37 84 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/55 {
  --tw-shadow-color: rgb(23 37 84 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/60 {
  --tw-shadow-color: rgb(23 37 84 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/65 {
  --tw-shadow-color: rgb(23 37 84 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/70 {
  --tw-shadow-color: rgb(23 37 84 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/75 {
  --tw-shadow-color: rgb(23 37 84 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/80 {
  --tw-shadow-color: rgb(23 37 84 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/85 {
  --tw-shadow-color: rgb(23 37 84 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/90 {
  --tw-shadow-color: rgb(23 37 84 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-blue-950\/95 {
  --tw-shadow-color: rgb(23 37 84 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100 {
  --tw-shadow-color: #e9e3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/0 {
  --tw-shadow-color: rgb(233 227 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/10 {
  --tw-shadow-color: rgb(233 227 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/100 {
  --tw-shadow-color: rgb(233 227 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/15 {
  --tw-shadow-color: rgb(233 227 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/20 {
  --tw-shadow-color: rgb(233 227 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/25 {
  --tw-shadow-color: rgb(233 227 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/30 {
  --tw-shadow-color: rgb(233 227 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/35 {
  --tw-shadow-color: rgb(233 227 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/40 {
  --tw-shadow-color: rgb(233 227 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/45 {
  --tw-shadow-color: rgb(233 227 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/5 {
  --tw-shadow-color: rgb(233 227 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/50 {
  --tw-shadow-color: rgb(233 227 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/55 {
  --tw-shadow-color: rgb(233 227 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/60 {
  --tw-shadow-color: rgb(233 227 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/65 {
  --tw-shadow-color: rgb(233 227 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/70 {
  --tw-shadow-color: rgb(233 227 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/75 {
  --tw-shadow-color: rgb(233 227 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/80 {
  --tw-shadow-color: rgb(233 227 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/85 {
  --tw-shadow-color: rgb(233 227 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/90 {
  --tw-shadow-color: rgb(233 227 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-100\/95 {
  --tw-shadow-color: rgb(233 227 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200 {
  --tw-shadow-color: #d3c7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/0 {
  --tw-shadow-color: rgb(211 199 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/10 {
  --tw-shadow-color: rgb(211 199 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/100 {
  --tw-shadow-color: rgb(211 199 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/15 {
  --tw-shadow-color: rgb(211 199 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/20 {
  --tw-shadow-color: rgb(211 199 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/25 {
  --tw-shadow-color: rgb(211 199 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/30 {
  --tw-shadow-color: rgb(211 199 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/35 {
  --tw-shadow-color: rgb(211 199 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/40 {
  --tw-shadow-color: rgb(211 199 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/45 {
  --tw-shadow-color: rgb(211 199 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/5 {
  --tw-shadow-color: rgb(211 199 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/50 {
  --tw-shadow-color: rgb(211 199 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/55 {
  --tw-shadow-color: rgb(211 199 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/60 {
  --tw-shadow-color: rgb(211 199 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/65 {
  --tw-shadow-color: rgb(211 199 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/70 {
  --tw-shadow-color: rgb(211 199 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/75 {
  --tw-shadow-color: rgb(211 199 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/80 {
  --tw-shadow-color: rgb(211 199 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/85 {
  --tw-shadow-color: rgb(211 199 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/90 {
  --tw-shadow-color: rgb(211 199 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-200\/95 {
  --tw-shadow-color: rgb(211 199 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300 {
  --tw-shadow-color: #b79aff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/0 {
  --tw-shadow-color: rgb(183 154 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/10 {
  --tw-shadow-color: rgb(183 154 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/100 {
  --tw-shadow-color: rgb(183 154 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/15 {
  --tw-shadow-color: rgb(183 154 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/20 {
  --tw-shadow-color: rgb(183 154 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/25 {
  --tw-shadow-color: rgb(183 154 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/30 {
  --tw-shadow-color: rgb(183 154 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/35 {
  --tw-shadow-color: rgb(183 154 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/40 {
  --tw-shadow-color: rgb(183 154 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/45 {
  --tw-shadow-color: rgb(183 154 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/5 {
  --tw-shadow-color: rgb(183 154 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/50 {
  --tw-shadow-color: rgb(183 154 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/55 {
  --tw-shadow-color: rgb(183 154 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/60 {
  --tw-shadow-color: rgb(183 154 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/65 {
  --tw-shadow-color: rgb(183 154 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/70 {
  --tw-shadow-color: rgb(183 154 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/75 {
  --tw-shadow-color: rgb(183 154 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/80 {
  --tw-shadow-color: rgb(183 154 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/85 {
  --tw-shadow-color: rgb(183 154 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/90 {
  --tw-shadow-color: rgb(183 154 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-300\/95 {
  --tw-shadow-color: rgb(183 154 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400 {
  --tw-shadow-color: #9562ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/0 {
  --tw-shadow-color: rgb(149 98 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/10 {
  --tw-shadow-color: rgb(149 98 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/100 {
  --tw-shadow-color: rgb(149 98 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/15 {
  --tw-shadow-color: rgb(149 98 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/20 {
  --tw-shadow-color: rgb(149 98 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/25 {
  --tw-shadow-color: rgb(149 98 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/30 {
  --tw-shadow-color: rgb(149 98 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/35 {
  --tw-shadow-color: rgb(149 98 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/40 {
  --tw-shadow-color: rgb(149 98 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/45 {
  --tw-shadow-color: rgb(149 98 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/5 {
  --tw-shadow-color: rgb(149 98 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/50 {
  --tw-shadow-color: rgb(149 98 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/55 {
  --tw-shadow-color: rgb(149 98 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/60 {
  --tw-shadow-color: rgb(149 98 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/65 {
  --tw-shadow-color: rgb(149 98 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/70 {
  --tw-shadow-color: rgb(149 98 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/75 {
  --tw-shadow-color: rgb(149 98 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/80 {
  --tw-shadow-color: rgb(149 98 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/85 {
  --tw-shadow-color: rgb(149 98 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/90 {
  --tw-shadow-color: rgb(149 98 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-400\/95 {
  --tw-shadow-color: rgb(149 98 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50 {
  --tw-shadow-color: #f4f1ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/0 {
  --tw-shadow-color: rgb(244 241 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/10 {
  --tw-shadow-color: rgb(244 241 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/100 {
  --tw-shadow-color: rgb(244 241 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/15 {
  --tw-shadow-color: rgb(244 241 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/20 {
  --tw-shadow-color: rgb(244 241 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/25 {
  --tw-shadow-color: rgb(244 241 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/30 {
  --tw-shadow-color: rgb(244 241 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/35 {
  --tw-shadow-color: rgb(244 241 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/40 {
  --tw-shadow-color: rgb(244 241 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/45 {
  --tw-shadow-color: rgb(244 241 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/5 {
  --tw-shadow-color: rgb(244 241 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/50 {
  --tw-shadow-color: rgb(244 241 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/55 {
  --tw-shadow-color: rgb(244 241 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/60 {
  --tw-shadow-color: rgb(244 241 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/65 {
  --tw-shadow-color: rgb(244 241 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/70 {
  --tw-shadow-color: rgb(244 241 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/75 {
  --tw-shadow-color: rgb(244 241 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/80 {
  --tw-shadow-color: rgb(244 241 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/85 {
  --tw-shadow-color: rgb(244 241 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/90 {
  --tw-shadow-color: rgb(244 241 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-50\/95 {
  --tw-shadow-color: rgb(244 241 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500 {
  --tw-shadow-color: #4e1cd1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/0 {
  --tw-shadow-color: rgb(78 28 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/10 {
  --tw-shadow-color: rgb(78 28 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/100 {
  --tw-shadow-color: rgb(78 28 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/15 {
  --tw-shadow-color: rgb(78 28 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/20 {
  --tw-shadow-color: rgb(78 28 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/25 {
  --tw-shadow-color: rgb(78 28 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/30 {
  --tw-shadow-color: rgb(78 28 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/35 {
  --tw-shadow-color: rgb(78 28 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/40 {
  --tw-shadow-color: rgb(78 28 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/45 {
  --tw-shadow-color: rgb(78 28 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/5 {
  --tw-shadow-color: rgb(78 28 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/50 {
  --tw-shadow-color: rgb(78 28 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/55 {
  --tw-shadow-color: rgb(78 28 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/60 {
  --tw-shadow-color: rgb(78 28 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/65 {
  --tw-shadow-color: rgb(78 28 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/70 {
  --tw-shadow-color: rgb(78 28 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/75 {
  --tw-shadow-color: rgb(78 28 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/80 {
  --tw-shadow-color: rgb(78 28 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/85 {
  --tw-shadow-color: rgb(78 28 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/90 {
  --tw-shadow-color: rgb(78 28 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-500\/95 {
  --tw-shadow-color: rgb(78 28 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600 {
  --tw-shadow-color: #4115b5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/0 {
  --tw-shadow-color: rgb(65 21 181 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/10 {
  --tw-shadow-color: rgb(65 21 181 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/100 {
  --tw-shadow-color: rgb(65 21 181 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/15 {
  --tw-shadow-color: rgb(65 21 181 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/20 {
  --tw-shadow-color: rgb(65 21 181 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/25 {
  --tw-shadow-color: rgb(65 21 181 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/30 {
  --tw-shadow-color: rgb(65 21 181 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/35 {
  --tw-shadow-color: rgb(65 21 181 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/40 {
  --tw-shadow-color: rgb(65 21 181 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/45 {
  --tw-shadow-color: rgb(65 21 181 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/5 {
  --tw-shadow-color: rgb(65 21 181 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/50 {
  --tw-shadow-color: rgb(65 21 181 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/55 {
  --tw-shadow-color: rgb(65 21 181 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/60 {
  --tw-shadow-color: rgb(65 21 181 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/65 {
  --tw-shadow-color: rgb(65 21 181 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/70 {
  --tw-shadow-color: rgb(65 21 181 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/75 {
  --tw-shadow-color: rgb(65 21 181 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/80 {
  --tw-shadow-color: rgb(65 21 181 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/85 {
  --tw-shadow-color: rgb(65 21 181 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/90 {
  --tw-shadow-color: rgb(65 21 181 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-600\/95 {
  --tw-shadow-color: rgb(65 21 181 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700 {
  --tw-shadow-color: #361096;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/0 {
  --tw-shadow-color: rgb(54 16 150 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/10 {
  --tw-shadow-color: rgb(54 16 150 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/100 {
  --tw-shadow-color: rgb(54 16 150 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/15 {
  --tw-shadow-color: rgb(54 16 150 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/20 {
  --tw-shadow-color: rgb(54 16 150 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/25 {
  --tw-shadow-color: rgb(54 16 150 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/30 {
  --tw-shadow-color: rgb(54 16 150 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/35 {
  --tw-shadow-color: rgb(54 16 150 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/40 {
  --tw-shadow-color: rgb(54 16 150 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/45 {
  --tw-shadow-color: rgb(54 16 150 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/5 {
  --tw-shadow-color: rgb(54 16 150 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/50 {
  --tw-shadow-color: rgb(54 16 150 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/55 {
  --tw-shadow-color: rgb(54 16 150 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/60 {
  --tw-shadow-color: rgb(54 16 150 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/65 {
  --tw-shadow-color: rgb(54 16 150 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/70 {
  --tw-shadow-color: rgb(54 16 150 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/75 {
  --tw-shadow-color: rgb(54 16 150 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/80 {
  --tw-shadow-color: rgb(54 16 150 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/85 {
  --tw-shadow-color: rgb(54 16 150 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/90 {
  --tw-shadow-color: rgb(54 16 150 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-700\/95 {
  --tw-shadow-color: rgb(54 16 150 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800 {
  --tw-shadow-color: #2e1078;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/0 {
  --tw-shadow-color: rgb(46 16 120 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/10 {
  --tw-shadow-color: rgb(46 16 120 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/100 {
  --tw-shadow-color: rgb(46 16 120 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/15 {
  --tw-shadow-color: rgb(46 16 120 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/20 {
  --tw-shadow-color: rgb(46 16 120 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/25 {
  --tw-shadow-color: rgb(46 16 120 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/30 {
  --tw-shadow-color: rgb(46 16 120 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/35 {
  --tw-shadow-color: rgb(46 16 120 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/40 {
  --tw-shadow-color: rgb(46 16 120 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/45 {
  --tw-shadow-color: rgb(46 16 120 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/5 {
  --tw-shadow-color: rgb(46 16 120 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/50 {
  --tw-shadow-color: rgb(46 16 120 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/55 {
  --tw-shadow-color: rgb(46 16 120 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/60 {
  --tw-shadow-color: rgb(46 16 120 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/65 {
  --tw-shadow-color: rgb(46 16 120 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/70 {
  --tw-shadow-color: rgb(46 16 120 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/75 {
  --tw-shadow-color: rgb(46 16 120 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/80 {
  --tw-shadow-color: rgb(46 16 120 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/85 {
  --tw-shadow-color: rgb(46 16 120 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/90 {
  --tw-shadow-color: rgb(46 16 120 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-800\/95 {
  --tw-shadow-color: rgb(46 16 120 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900 {
  --tw-shadow-color: #270f62;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/0 {
  --tw-shadow-color: rgb(39 15 98 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/10 {
  --tw-shadow-color: rgb(39 15 98 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/100 {
  --tw-shadow-color: rgb(39 15 98 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/15 {
  --tw-shadow-color: rgb(39 15 98 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/20 {
  --tw-shadow-color: rgb(39 15 98 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/25 {
  --tw-shadow-color: rgb(39 15 98 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/30 {
  --tw-shadow-color: rgb(39 15 98 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/35 {
  --tw-shadow-color: rgb(39 15 98 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/40 {
  --tw-shadow-color: rgb(39 15 98 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/45 {
  --tw-shadow-color: rgb(39 15 98 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/5 {
  --tw-shadow-color: rgb(39 15 98 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/50 {
  --tw-shadow-color: rgb(39 15 98 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/55 {
  --tw-shadow-color: rgb(39 15 98 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/60 {
  --tw-shadow-color: rgb(39 15 98 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/65 {
  --tw-shadow-color: rgb(39 15 98 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/70 {
  --tw-shadow-color: rgb(39 15 98 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/75 {
  --tw-shadow-color: rgb(39 15 98 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/80 {
  --tw-shadow-color: rgb(39 15 98 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/85 {
  --tw-shadow-color: rgb(39 15 98 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/90 {
  --tw-shadow-color: rgb(39 15 98 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-900\/95 {
  --tw-shadow-color: rgb(39 15 98 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950 {
  --tw-shadow-color: #16053a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/0 {
  --tw-shadow-color: rgb(22 5 58 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/10 {
  --tw-shadow-color: rgb(22 5 58 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/100 {
  --tw-shadow-color: rgb(22 5 58 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/15 {
  --tw-shadow-color: rgb(22 5 58 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/20 {
  --tw-shadow-color: rgb(22 5 58 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/25 {
  --tw-shadow-color: rgb(22 5 58 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/30 {
  --tw-shadow-color: rgb(22 5 58 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/35 {
  --tw-shadow-color: rgb(22 5 58 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/40 {
  --tw-shadow-color: rgb(22 5 58 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/45 {
  --tw-shadow-color: rgb(22 5 58 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/5 {
  --tw-shadow-color: rgb(22 5 58 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/50 {
  --tw-shadow-color: rgb(22 5 58 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/55 {
  --tw-shadow-color: rgb(22 5 58 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/60 {
  --tw-shadow-color: rgb(22 5 58 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/65 {
  --tw-shadow-color: rgb(22 5 58 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/70 {
  --tw-shadow-color: rgb(22 5 58 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/75 {
  --tw-shadow-color: rgb(22 5 58 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/80 {
  --tw-shadow-color: rgb(22 5 58 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/85 {
  --tw-shadow-color: rgb(22 5 58 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/90 {
  --tw-shadow-color: rgb(22 5 58 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-brand-950\/95 {
  --tw-shadow-color: rgb(22 5 58 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-current {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100 {
  --tw-shadow-color: #cffafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/0 {
  --tw-shadow-color: rgb(207 250 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/10 {
  --tw-shadow-color: rgb(207 250 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/100 {
  --tw-shadow-color: rgb(207 250 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/15 {
  --tw-shadow-color: rgb(207 250 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/20 {
  --tw-shadow-color: rgb(207 250 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/25 {
  --tw-shadow-color: rgb(207 250 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/30 {
  --tw-shadow-color: rgb(207 250 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/35 {
  --tw-shadow-color: rgb(207 250 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/40 {
  --tw-shadow-color: rgb(207 250 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/45 {
  --tw-shadow-color: rgb(207 250 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/5 {
  --tw-shadow-color: rgb(207 250 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/50 {
  --tw-shadow-color: rgb(207 250 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/55 {
  --tw-shadow-color: rgb(207 250 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/60 {
  --tw-shadow-color: rgb(207 250 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/65 {
  --tw-shadow-color: rgb(207 250 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/70 {
  --tw-shadow-color: rgb(207 250 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/75 {
  --tw-shadow-color: rgb(207 250 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/80 {
  --tw-shadow-color: rgb(207 250 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/85 {
  --tw-shadow-color: rgb(207 250 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/90 {
  --tw-shadow-color: rgb(207 250 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-100\/95 {
  --tw-shadow-color: rgb(207 250 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200 {
  --tw-shadow-color: #a5f3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/0 {
  --tw-shadow-color: rgb(165 243 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/10 {
  --tw-shadow-color: rgb(165 243 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/100 {
  --tw-shadow-color: rgb(165 243 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/15 {
  --tw-shadow-color: rgb(165 243 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/20 {
  --tw-shadow-color: rgb(165 243 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/25 {
  --tw-shadow-color: rgb(165 243 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/30 {
  --tw-shadow-color: rgb(165 243 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/35 {
  --tw-shadow-color: rgb(165 243 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/40 {
  --tw-shadow-color: rgb(165 243 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/45 {
  --tw-shadow-color: rgb(165 243 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/5 {
  --tw-shadow-color: rgb(165 243 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/50 {
  --tw-shadow-color: rgb(165 243 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/55 {
  --tw-shadow-color: rgb(165 243 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/60 {
  --tw-shadow-color: rgb(165 243 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/65 {
  --tw-shadow-color: rgb(165 243 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/70 {
  --tw-shadow-color: rgb(165 243 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/75 {
  --tw-shadow-color: rgb(165 243 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/80 {
  --tw-shadow-color: rgb(165 243 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/85 {
  --tw-shadow-color: rgb(165 243 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/90 {
  --tw-shadow-color: rgb(165 243 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-200\/95 {
  --tw-shadow-color: rgb(165 243 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300 {
  --tw-shadow-color: #67e8f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/0 {
  --tw-shadow-color: rgb(103 232 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/10 {
  --tw-shadow-color: rgb(103 232 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/100 {
  --tw-shadow-color: rgb(103 232 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/15 {
  --tw-shadow-color: rgb(103 232 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/20 {
  --tw-shadow-color: rgb(103 232 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/25 {
  --tw-shadow-color: rgb(103 232 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/30 {
  --tw-shadow-color: rgb(103 232 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/35 {
  --tw-shadow-color: rgb(103 232 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/40 {
  --tw-shadow-color: rgb(103 232 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/45 {
  --tw-shadow-color: rgb(103 232 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/5 {
  --tw-shadow-color: rgb(103 232 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/50 {
  --tw-shadow-color: rgb(103 232 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/55 {
  --tw-shadow-color: rgb(103 232 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/60 {
  --tw-shadow-color: rgb(103 232 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/65 {
  --tw-shadow-color: rgb(103 232 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/70 {
  --tw-shadow-color: rgb(103 232 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/75 {
  --tw-shadow-color: rgb(103 232 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/80 {
  --tw-shadow-color: rgb(103 232 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/85 {
  --tw-shadow-color: rgb(103 232 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/90 {
  --tw-shadow-color: rgb(103 232 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-300\/95 {
  --tw-shadow-color: rgb(103 232 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400 {
  --tw-shadow-color: #22d3ee;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/0 {
  --tw-shadow-color: rgb(34 211 238 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/10 {
  --tw-shadow-color: rgb(34 211 238 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/100 {
  --tw-shadow-color: rgb(34 211 238 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/15 {
  --tw-shadow-color: rgb(34 211 238 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/20 {
  --tw-shadow-color: rgb(34 211 238 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/25 {
  --tw-shadow-color: rgb(34 211 238 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/30 {
  --tw-shadow-color: rgb(34 211 238 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/35 {
  --tw-shadow-color: rgb(34 211 238 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/40 {
  --tw-shadow-color: rgb(34 211 238 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/45 {
  --tw-shadow-color: rgb(34 211 238 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/5 {
  --tw-shadow-color: rgb(34 211 238 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/50 {
  --tw-shadow-color: rgb(34 211 238 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/55 {
  --tw-shadow-color: rgb(34 211 238 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/60 {
  --tw-shadow-color: rgb(34 211 238 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/65 {
  --tw-shadow-color: rgb(34 211 238 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/70 {
  --tw-shadow-color: rgb(34 211 238 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/75 {
  --tw-shadow-color: rgb(34 211 238 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/80 {
  --tw-shadow-color: rgb(34 211 238 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/85 {
  --tw-shadow-color: rgb(34 211 238 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/90 {
  --tw-shadow-color: rgb(34 211 238 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-400\/95 {
  --tw-shadow-color: rgb(34 211 238 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50 {
  --tw-shadow-color: #ecfeff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/0 {
  --tw-shadow-color: rgb(236 254 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/10 {
  --tw-shadow-color: rgb(236 254 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/100 {
  --tw-shadow-color: rgb(236 254 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/15 {
  --tw-shadow-color: rgb(236 254 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/20 {
  --tw-shadow-color: rgb(236 254 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/25 {
  --tw-shadow-color: rgb(236 254 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/30 {
  --tw-shadow-color: rgb(236 254 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/35 {
  --tw-shadow-color: rgb(236 254 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/40 {
  --tw-shadow-color: rgb(236 254 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/45 {
  --tw-shadow-color: rgb(236 254 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/5 {
  --tw-shadow-color: rgb(236 254 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/50 {
  --tw-shadow-color: rgb(236 254 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/55 {
  --tw-shadow-color: rgb(236 254 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/60 {
  --tw-shadow-color: rgb(236 254 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/65 {
  --tw-shadow-color: rgb(236 254 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/70 {
  --tw-shadow-color: rgb(236 254 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/75 {
  --tw-shadow-color: rgb(236 254 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/80 {
  --tw-shadow-color: rgb(236 254 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/85 {
  --tw-shadow-color: rgb(236 254 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/90 {
  --tw-shadow-color: rgb(236 254 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-50\/95 {
  --tw-shadow-color: rgb(236 254 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500 {
  --tw-shadow-color: #06b6d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/0 {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/10 {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/100 {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/15 {
  --tw-shadow-color: rgb(6 182 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/20 {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/25 {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/30 {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/35 {
  --tw-shadow-color: rgb(6 182 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/40 {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/45 {
  --tw-shadow-color: rgb(6 182 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/5 {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/50 {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/55 {
  --tw-shadow-color: rgb(6 182 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/60 {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/65 {
  --tw-shadow-color: rgb(6 182 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/70 {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/75 {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/80 {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/85 {
  --tw-shadow-color: rgb(6 182 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/90 {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-500\/95 {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600 {
  --tw-shadow-color: #0891b2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/0 {
  --tw-shadow-color: rgb(8 145 178 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/10 {
  --tw-shadow-color: rgb(8 145 178 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/100 {
  --tw-shadow-color: rgb(8 145 178 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/15 {
  --tw-shadow-color: rgb(8 145 178 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/20 {
  --tw-shadow-color: rgb(8 145 178 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/25 {
  --tw-shadow-color: rgb(8 145 178 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/30 {
  --tw-shadow-color: rgb(8 145 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/35 {
  --tw-shadow-color: rgb(8 145 178 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/40 {
  --tw-shadow-color: rgb(8 145 178 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/45 {
  --tw-shadow-color: rgb(8 145 178 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/5 {
  --tw-shadow-color: rgb(8 145 178 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/50 {
  --tw-shadow-color: rgb(8 145 178 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/55 {
  --tw-shadow-color: rgb(8 145 178 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/60 {
  --tw-shadow-color: rgb(8 145 178 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/65 {
  --tw-shadow-color: rgb(8 145 178 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/70 {
  --tw-shadow-color: rgb(8 145 178 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/75 {
  --tw-shadow-color: rgb(8 145 178 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/80 {
  --tw-shadow-color: rgb(8 145 178 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/85 {
  --tw-shadow-color: rgb(8 145 178 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/90 {
  --tw-shadow-color: rgb(8 145 178 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-600\/95 {
  --tw-shadow-color: rgb(8 145 178 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700 {
  --tw-shadow-color: #0e7490;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/0 {
  --tw-shadow-color: rgb(14 116 144 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/10 {
  --tw-shadow-color: rgb(14 116 144 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/100 {
  --tw-shadow-color: rgb(14 116 144 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/15 {
  --tw-shadow-color: rgb(14 116 144 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/20 {
  --tw-shadow-color: rgb(14 116 144 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/25 {
  --tw-shadow-color: rgb(14 116 144 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/30 {
  --tw-shadow-color: rgb(14 116 144 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/35 {
  --tw-shadow-color: rgb(14 116 144 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/40 {
  --tw-shadow-color: rgb(14 116 144 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/45 {
  --tw-shadow-color: rgb(14 116 144 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/5 {
  --tw-shadow-color: rgb(14 116 144 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/50 {
  --tw-shadow-color: rgb(14 116 144 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/55 {
  --tw-shadow-color: rgb(14 116 144 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/60 {
  --tw-shadow-color: rgb(14 116 144 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/65 {
  --tw-shadow-color: rgb(14 116 144 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/70 {
  --tw-shadow-color: rgb(14 116 144 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/75 {
  --tw-shadow-color: rgb(14 116 144 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/80 {
  --tw-shadow-color: rgb(14 116 144 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/85 {
  --tw-shadow-color: rgb(14 116 144 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/90 {
  --tw-shadow-color: rgb(14 116 144 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-700\/95 {
  --tw-shadow-color: rgb(14 116 144 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800 {
  --tw-shadow-color: #155e75;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/0 {
  --tw-shadow-color: rgb(21 94 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/10 {
  --tw-shadow-color: rgb(21 94 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/100 {
  --tw-shadow-color: rgb(21 94 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/15 {
  --tw-shadow-color: rgb(21 94 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/20 {
  --tw-shadow-color: rgb(21 94 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/25 {
  --tw-shadow-color: rgb(21 94 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/30 {
  --tw-shadow-color: rgb(21 94 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/35 {
  --tw-shadow-color: rgb(21 94 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/40 {
  --tw-shadow-color: rgb(21 94 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/45 {
  --tw-shadow-color: rgb(21 94 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/5 {
  --tw-shadow-color: rgb(21 94 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/50 {
  --tw-shadow-color: rgb(21 94 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/55 {
  --tw-shadow-color: rgb(21 94 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/60 {
  --tw-shadow-color: rgb(21 94 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/65 {
  --tw-shadow-color: rgb(21 94 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/70 {
  --tw-shadow-color: rgb(21 94 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/75 {
  --tw-shadow-color: rgb(21 94 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/80 {
  --tw-shadow-color: rgb(21 94 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/85 {
  --tw-shadow-color: rgb(21 94 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/90 {
  --tw-shadow-color: rgb(21 94 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-800\/95 {
  --tw-shadow-color: rgb(21 94 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900 {
  --tw-shadow-color: #164e63;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/0 {
  --tw-shadow-color: rgb(22 78 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/10 {
  --tw-shadow-color: rgb(22 78 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/100 {
  --tw-shadow-color: rgb(22 78 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/15 {
  --tw-shadow-color: rgb(22 78 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/20 {
  --tw-shadow-color: rgb(22 78 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/25 {
  --tw-shadow-color: rgb(22 78 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/30 {
  --tw-shadow-color: rgb(22 78 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/35 {
  --tw-shadow-color: rgb(22 78 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/40 {
  --tw-shadow-color: rgb(22 78 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/45 {
  --tw-shadow-color: rgb(22 78 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/5 {
  --tw-shadow-color: rgb(22 78 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/50 {
  --tw-shadow-color: rgb(22 78 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/55 {
  --tw-shadow-color: rgb(22 78 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/60 {
  --tw-shadow-color: rgb(22 78 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/65 {
  --tw-shadow-color: rgb(22 78 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/70 {
  --tw-shadow-color: rgb(22 78 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/75 {
  --tw-shadow-color: rgb(22 78 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/80 {
  --tw-shadow-color: rgb(22 78 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/85 {
  --tw-shadow-color: rgb(22 78 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/90 {
  --tw-shadow-color: rgb(22 78 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-900\/95 {
  --tw-shadow-color: rgb(22 78 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950 {
  --tw-shadow-color: #083344;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/0 {
  --tw-shadow-color: rgb(8 51 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/10 {
  --tw-shadow-color: rgb(8 51 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/100 {
  --tw-shadow-color: rgb(8 51 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/15 {
  --tw-shadow-color: rgb(8 51 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/20 {
  --tw-shadow-color: rgb(8 51 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/25 {
  --tw-shadow-color: rgb(8 51 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/30 {
  --tw-shadow-color: rgb(8 51 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/35 {
  --tw-shadow-color: rgb(8 51 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/40 {
  --tw-shadow-color: rgb(8 51 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/45 {
  --tw-shadow-color: rgb(8 51 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/5 {
  --tw-shadow-color: rgb(8 51 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/50 {
  --tw-shadow-color: rgb(8 51 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/55 {
  --tw-shadow-color: rgb(8 51 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/60 {
  --tw-shadow-color: rgb(8 51 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/65 {
  --tw-shadow-color: rgb(8 51 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/70 {
  --tw-shadow-color: rgb(8 51 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/75 {
  --tw-shadow-color: rgb(8 51 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/80 {
  --tw-shadow-color: rgb(8 51 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/85 {
  --tw-shadow-color: rgb(8 51 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/90 {
  --tw-shadow-color: rgb(8 51 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-cyan-950\/95 {
  --tw-shadow-color: rgb(8 51 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100 {
  --tw-shadow-color: #d1fae5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/0 {
  --tw-shadow-color: rgb(209 250 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/10 {
  --tw-shadow-color: rgb(209 250 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/100 {
  --tw-shadow-color: rgb(209 250 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/15 {
  --tw-shadow-color: rgb(209 250 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/20 {
  --tw-shadow-color: rgb(209 250 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/25 {
  --tw-shadow-color: rgb(209 250 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/30 {
  --tw-shadow-color: rgb(209 250 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/35 {
  --tw-shadow-color: rgb(209 250 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/40 {
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/45 {
  --tw-shadow-color: rgb(209 250 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/5 {
  --tw-shadow-color: rgb(209 250 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/50 {
  --tw-shadow-color: rgb(209 250 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/55 {
  --tw-shadow-color: rgb(209 250 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/60 {
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/65 {
  --tw-shadow-color: rgb(209 250 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/70 {
  --tw-shadow-color: rgb(209 250 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/75 {
  --tw-shadow-color: rgb(209 250 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/80 {
  --tw-shadow-color: rgb(209 250 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/85 {
  --tw-shadow-color: rgb(209 250 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/90 {
  --tw-shadow-color: rgb(209 250 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-100\/95 {
  --tw-shadow-color: rgb(209 250 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200 {
  --tw-shadow-color: #a7f3d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/0 {
  --tw-shadow-color: rgb(167 243 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/10 {
  --tw-shadow-color: rgb(167 243 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/100 {
  --tw-shadow-color: rgb(167 243 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/15 {
  --tw-shadow-color: rgb(167 243 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/20 {
  --tw-shadow-color: rgb(167 243 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/25 {
  --tw-shadow-color: rgb(167 243 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/30 {
  --tw-shadow-color: rgb(167 243 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/35 {
  --tw-shadow-color: rgb(167 243 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/40 {
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/45 {
  --tw-shadow-color: rgb(167 243 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/5 {
  --tw-shadow-color: rgb(167 243 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/50 {
  --tw-shadow-color: rgb(167 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/55 {
  --tw-shadow-color: rgb(167 243 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/60 {
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/65 {
  --tw-shadow-color: rgb(167 243 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/70 {
  --tw-shadow-color: rgb(167 243 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/75 {
  --tw-shadow-color: rgb(167 243 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/80 {
  --tw-shadow-color: rgb(167 243 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/85 {
  --tw-shadow-color: rgb(167 243 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/90 {
  --tw-shadow-color: rgb(167 243 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-200\/95 {
  --tw-shadow-color: rgb(167 243 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300 {
  --tw-shadow-color: #6ee7b7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/0 {
  --tw-shadow-color: rgb(110 231 183 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/10 {
  --tw-shadow-color: rgb(110 231 183 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/100 {
  --tw-shadow-color: rgb(110 231 183 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/15 {
  --tw-shadow-color: rgb(110 231 183 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/20 {
  --tw-shadow-color: rgb(110 231 183 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/25 {
  --tw-shadow-color: rgb(110 231 183 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/30 {
  --tw-shadow-color: rgb(110 231 183 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/35 {
  --tw-shadow-color: rgb(110 231 183 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/40 {
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/45 {
  --tw-shadow-color: rgb(110 231 183 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/5 {
  --tw-shadow-color: rgb(110 231 183 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/50 {
  --tw-shadow-color: rgb(110 231 183 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/55 {
  --tw-shadow-color: rgb(110 231 183 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/60 {
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/65 {
  --tw-shadow-color: rgb(110 231 183 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/70 {
  --tw-shadow-color: rgb(110 231 183 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/75 {
  --tw-shadow-color: rgb(110 231 183 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/80 {
  --tw-shadow-color: rgb(110 231 183 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/85 {
  --tw-shadow-color: rgb(110 231 183 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/90 {
  --tw-shadow-color: rgb(110 231 183 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-300\/95 {
  --tw-shadow-color: rgb(110 231 183 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400 {
  --tw-shadow-color: #34d399;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/0 {
  --tw-shadow-color: rgb(52 211 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/10 {
  --tw-shadow-color: rgb(52 211 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/100 {
  --tw-shadow-color: rgb(52 211 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/15 {
  --tw-shadow-color: rgb(52 211 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/20 {
  --tw-shadow-color: rgb(52 211 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/25 {
  --tw-shadow-color: rgb(52 211 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/30 {
  --tw-shadow-color: rgb(52 211 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/35 {
  --tw-shadow-color: rgb(52 211 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/40 {
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/45 {
  --tw-shadow-color: rgb(52 211 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/5 {
  --tw-shadow-color: rgb(52 211 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/50 {
  --tw-shadow-color: rgb(52 211 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/55 {
  --tw-shadow-color: rgb(52 211 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/60 {
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/65 {
  --tw-shadow-color: rgb(52 211 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/70 {
  --tw-shadow-color: rgb(52 211 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/75 {
  --tw-shadow-color: rgb(52 211 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/80 {
  --tw-shadow-color: rgb(52 211 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/85 {
  --tw-shadow-color: rgb(52 211 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/90 {
  --tw-shadow-color: rgb(52 211 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-400\/95 {
  --tw-shadow-color: rgb(52 211 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50 {
  --tw-shadow-color: #ecfdf5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/0 {
  --tw-shadow-color: rgb(236 253 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/10 {
  --tw-shadow-color: rgb(236 253 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/100 {
  --tw-shadow-color: rgb(236 253 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/15 {
  --tw-shadow-color: rgb(236 253 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/20 {
  --tw-shadow-color: rgb(236 253 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/25 {
  --tw-shadow-color: rgb(236 253 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/30 {
  --tw-shadow-color: rgb(236 253 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/35 {
  --tw-shadow-color: rgb(236 253 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/40 {
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/45 {
  --tw-shadow-color: rgb(236 253 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/5 {
  --tw-shadow-color: rgb(236 253 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/50 {
  --tw-shadow-color: rgb(236 253 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/55 {
  --tw-shadow-color: rgb(236 253 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/60 {
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/65 {
  --tw-shadow-color: rgb(236 253 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/70 {
  --tw-shadow-color: rgb(236 253 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/75 {
  --tw-shadow-color: rgb(236 253 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/80 {
  --tw-shadow-color: rgb(236 253 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/85 {
  --tw-shadow-color: rgb(236 253 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/90 {
  --tw-shadow-color: rgb(236 253 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-50\/95 {
  --tw-shadow-color: rgb(236 253 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500 {
  --tw-shadow-color: #10b981;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/0 {
  --tw-shadow-color: rgb(16 185 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/10 {
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/100 {
  --tw-shadow-color: rgb(16 185 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/15 {
  --tw-shadow-color: rgb(16 185 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/20 {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/25 {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/30 {
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/35 {
  --tw-shadow-color: rgb(16 185 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/40 {
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/45 {
  --tw-shadow-color: rgb(16 185 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/5 {
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/50 {
  --tw-shadow-color: rgb(16 185 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/55 {
  --tw-shadow-color: rgb(16 185 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/60 {
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/65 {
  --tw-shadow-color: rgb(16 185 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/70 {
  --tw-shadow-color: rgb(16 185 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/75 {
  --tw-shadow-color: rgb(16 185 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/80 {
  --tw-shadow-color: rgb(16 185 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/85 {
  --tw-shadow-color: rgb(16 185 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/90 {
  --tw-shadow-color: rgb(16 185 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-500\/95 {
  --tw-shadow-color: rgb(16 185 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600 {
  --tw-shadow-color: #059669;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/0 {
  --tw-shadow-color: rgb(5 150 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/10 {
  --tw-shadow-color: rgb(5 150 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/100 {
  --tw-shadow-color: rgb(5 150 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/15 {
  --tw-shadow-color: rgb(5 150 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/20 {
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/25 {
  --tw-shadow-color: rgb(5 150 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/30 {
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/35 {
  --tw-shadow-color: rgb(5 150 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/40 {
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/45 {
  --tw-shadow-color: rgb(5 150 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/5 {
  --tw-shadow-color: rgb(5 150 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/50 {
  --tw-shadow-color: rgb(5 150 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/55 {
  --tw-shadow-color: rgb(5 150 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/60 {
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/65 {
  --tw-shadow-color: rgb(5 150 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/70 {
  --tw-shadow-color: rgb(5 150 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/75 {
  --tw-shadow-color: rgb(5 150 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/80 {
  --tw-shadow-color: rgb(5 150 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/85 {
  --tw-shadow-color: rgb(5 150 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/90 {
  --tw-shadow-color: rgb(5 150 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-600\/95 {
  --tw-shadow-color: rgb(5 150 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700 {
  --tw-shadow-color: #047857;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/0 {
  --tw-shadow-color: rgb(4 120 87 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/10 {
  --tw-shadow-color: rgb(4 120 87 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/100 {
  --tw-shadow-color: rgb(4 120 87 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/15 {
  --tw-shadow-color: rgb(4 120 87 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/20 {
  --tw-shadow-color: rgb(4 120 87 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/25 {
  --tw-shadow-color: rgb(4 120 87 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/30 {
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/35 {
  --tw-shadow-color: rgb(4 120 87 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/40 {
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/45 {
  --tw-shadow-color: rgb(4 120 87 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/5 {
  --tw-shadow-color: rgb(4 120 87 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/50 {
  --tw-shadow-color: rgb(4 120 87 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/55 {
  --tw-shadow-color: rgb(4 120 87 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/60 {
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/65 {
  --tw-shadow-color: rgb(4 120 87 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/70 {
  --tw-shadow-color: rgb(4 120 87 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/75 {
  --tw-shadow-color: rgb(4 120 87 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/80 {
  --tw-shadow-color: rgb(4 120 87 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/85 {
  --tw-shadow-color: rgb(4 120 87 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/90 {
  --tw-shadow-color: rgb(4 120 87 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-700\/95 {
  --tw-shadow-color: rgb(4 120 87 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800 {
  --tw-shadow-color: #065f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/0 {
  --tw-shadow-color: rgb(6 95 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/10 {
  --tw-shadow-color: rgb(6 95 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/100 {
  --tw-shadow-color: rgb(6 95 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/15 {
  --tw-shadow-color: rgb(6 95 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/20 {
  --tw-shadow-color: rgb(6 95 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/25 {
  --tw-shadow-color: rgb(6 95 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/30 {
  --tw-shadow-color: rgb(6 95 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/35 {
  --tw-shadow-color: rgb(6 95 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/40 {
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/45 {
  --tw-shadow-color: rgb(6 95 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/5 {
  --tw-shadow-color: rgb(6 95 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/50 {
  --tw-shadow-color: rgb(6 95 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/55 {
  --tw-shadow-color: rgb(6 95 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/60 {
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/65 {
  --tw-shadow-color: rgb(6 95 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/70 {
  --tw-shadow-color: rgb(6 95 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/75 {
  --tw-shadow-color: rgb(6 95 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/80 {
  --tw-shadow-color: rgb(6 95 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/85 {
  --tw-shadow-color: rgb(6 95 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/90 {
  --tw-shadow-color: rgb(6 95 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-800\/95 {
  --tw-shadow-color: rgb(6 95 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900 {
  --tw-shadow-color: #064e3b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/0 {
  --tw-shadow-color: rgb(6 78 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/10 {
  --tw-shadow-color: rgb(6 78 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/100 {
  --tw-shadow-color: rgb(6 78 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/15 {
  --tw-shadow-color: rgb(6 78 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/20 {
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/25 {
  --tw-shadow-color: rgb(6 78 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/30 {
  --tw-shadow-color: rgb(6 78 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/35 {
  --tw-shadow-color: rgb(6 78 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/40 {
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/45 {
  --tw-shadow-color: rgb(6 78 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/5 {
  --tw-shadow-color: rgb(6 78 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/50 {
  --tw-shadow-color: rgb(6 78 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/55 {
  --tw-shadow-color: rgb(6 78 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/60 {
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/65 {
  --tw-shadow-color: rgb(6 78 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/70 {
  --tw-shadow-color: rgb(6 78 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/75 {
  --tw-shadow-color: rgb(6 78 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/80 {
  --tw-shadow-color: rgb(6 78 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/85 {
  --tw-shadow-color: rgb(6 78 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/90 {
  --tw-shadow-color: rgb(6 78 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-900\/95 {
  --tw-shadow-color: rgb(6 78 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950 {
  --tw-shadow-color: #022c22;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/0 {
  --tw-shadow-color: rgb(2 44 34 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/10 {
  --tw-shadow-color: rgb(2 44 34 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/100 {
  --tw-shadow-color: rgb(2 44 34 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/15 {
  --tw-shadow-color: rgb(2 44 34 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/20 {
  --tw-shadow-color: rgb(2 44 34 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/25 {
  --tw-shadow-color: rgb(2 44 34 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/30 {
  --tw-shadow-color: rgb(2 44 34 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/35 {
  --tw-shadow-color: rgb(2 44 34 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/40 {
  --tw-shadow-color: rgb(2 44 34 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/45 {
  --tw-shadow-color: rgb(2 44 34 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/5 {
  --tw-shadow-color: rgb(2 44 34 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/50 {
  --tw-shadow-color: rgb(2 44 34 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/55 {
  --tw-shadow-color: rgb(2 44 34 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/60 {
  --tw-shadow-color: rgb(2 44 34 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/65 {
  --tw-shadow-color: rgb(2 44 34 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/70 {
  --tw-shadow-color: rgb(2 44 34 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/75 {
  --tw-shadow-color: rgb(2 44 34 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/80 {
  --tw-shadow-color: rgb(2 44 34 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/85 {
  --tw-shadow-color: rgb(2 44 34 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/90 {
  --tw-shadow-color: rgb(2 44 34 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-emerald-950\/95 {
  --tw-shadow-color: rgb(2 44 34 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100 {
  --tw-shadow-color: #fae8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/0 {
  --tw-shadow-color: rgb(250 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/10 {
  --tw-shadow-color: rgb(250 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/100 {
  --tw-shadow-color: rgb(250 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/15 {
  --tw-shadow-color: rgb(250 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/20 {
  --tw-shadow-color: rgb(250 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/25 {
  --tw-shadow-color: rgb(250 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/30 {
  --tw-shadow-color: rgb(250 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/35 {
  --tw-shadow-color: rgb(250 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/40 {
  --tw-shadow-color: rgb(250 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/45 {
  --tw-shadow-color: rgb(250 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/5 {
  --tw-shadow-color: rgb(250 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/50 {
  --tw-shadow-color: rgb(250 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/55 {
  --tw-shadow-color: rgb(250 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/60 {
  --tw-shadow-color: rgb(250 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/65 {
  --tw-shadow-color: rgb(250 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/70 {
  --tw-shadow-color: rgb(250 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/75 {
  --tw-shadow-color: rgb(250 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/80 {
  --tw-shadow-color: rgb(250 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/85 {
  --tw-shadow-color: rgb(250 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/90 {
  --tw-shadow-color: rgb(250 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-100\/95 {
  --tw-shadow-color: rgb(250 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200 {
  --tw-shadow-color: #f5d0fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/0 {
  --tw-shadow-color: rgb(245 208 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/10 {
  --tw-shadow-color: rgb(245 208 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/100 {
  --tw-shadow-color: rgb(245 208 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/15 {
  --tw-shadow-color: rgb(245 208 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/20 {
  --tw-shadow-color: rgb(245 208 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/25 {
  --tw-shadow-color: rgb(245 208 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/30 {
  --tw-shadow-color: rgb(245 208 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/35 {
  --tw-shadow-color: rgb(245 208 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/40 {
  --tw-shadow-color: rgb(245 208 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/45 {
  --tw-shadow-color: rgb(245 208 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/5 {
  --tw-shadow-color: rgb(245 208 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/50 {
  --tw-shadow-color: rgb(245 208 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/55 {
  --tw-shadow-color: rgb(245 208 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/60 {
  --tw-shadow-color: rgb(245 208 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/65 {
  --tw-shadow-color: rgb(245 208 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/70 {
  --tw-shadow-color: rgb(245 208 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/75 {
  --tw-shadow-color: rgb(245 208 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/80 {
  --tw-shadow-color: rgb(245 208 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/85 {
  --tw-shadow-color: rgb(245 208 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/90 {
  --tw-shadow-color: rgb(245 208 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-200\/95 {
  --tw-shadow-color: rgb(245 208 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300 {
  --tw-shadow-color: #f0abfc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/0 {
  --tw-shadow-color: rgb(240 171 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/10 {
  --tw-shadow-color: rgb(240 171 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/100 {
  --tw-shadow-color: rgb(240 171 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/15 {
  --tw-shadow-color: rgb(240 171 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/20 {
  --tw-shadow-color: rgb(240 171 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/25 {
  --tw-shadow-color: rgb(240 171 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/30 {
  --tw-shadow-color: rgb(240 171 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/35 {
  --tw-shadow-color: rgb(240 171 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/40 {
  --tw-shadow-color: rgb(240 171 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/45 {
  --tw-shadow-color: rgb(240 171 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/5 {
  --tw-shadow-color: rgb(240 171 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/50 {
  --tw-shadow-color: rgb(240 171 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/55 {
  --tw-shadow-color: rgb(240 171 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/60 {
  --tw-shadow-color: rgb(240 171 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/65 {
  --tw-shadow-color: rgb(240 171 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/70 {
  --tw-shadow-color: rgb(240 171 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/75 {
  --tw-shadow-color: rgb(240 171 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/80 {
  --tw-shadow-color: rgb(240 171 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/85 {
  --tw-shadow-color: rgb(240 171 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/90 {
  --tw-shadow-color: rgb(240 171 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-300\/95 {
  --tw-shadow-color: rgb(240 171 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400 {
  --tw-shadow-color: #e879f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/0 {
  --tw-shadow-color: rgb(232 121 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/10 {
  --tw-shadow-color: rgb(232 121 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/100 {
  --tw-shadow-color: rgb(232 121 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/15 {
  --tw-shadow-color: rgb(232 121 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/20 {
  --tw-shadow-color: rgb(232 121 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/25 {
  --tw-shadow-color: rgb(232 121 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/30 {
  --tw-shadow-color: rgb(232 121 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/35 {
  --tw-shadow-color: rgb(232 121 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/40 {
  --tw-shadow-color: rgb(232 121 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/45 {
  --tw-shadow-color: rgb(232 121 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/5 {
  --tw-shadow-color: rgb(232 121 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/50 {
  --tw-shadow-color: rgb(232 121 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/55 {
  --tw-shadow-color: rgb(232 121 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/60 {
  --tw-shadow-color: rgb(232 121 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/65 {
  --tw-shadow-color: rgb(232 121 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/70 {
  --tw-shadow-color: rgb(232 121 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/75 {
  --tw-shadow-color: rgb(232 121 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/80 {
  --tw-shadow-color: rgb(232 121 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/85 {
  --tw-shadow-color: rgb(232 121 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/90 {
  --tw-shadow-color: rgb(232 121 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-400\/95 {
  --tw-shadow-color: rgb(232 121 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50 {
  --tw-shadow-color: #fdf4ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/0 {
  --tw-shadow-color: rgb(253 244 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/10 {
  --tw-shadow-color: rgb(253 244 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/100 {
  --tw-shadow-color: rgb(253 244 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/15 {
  --tw-shadow-color: rgb(253 244 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/20 {
  --tw-shadow-color: rgb(253 244 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/25 {
  --tw-shadow-color: rgb(253 244 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/30 {
  --tw-shadow-color: rgb(253 244 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/35 {
  --tw-shadow-color: rgb(253 244 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/40 {
  --tw-shadow-color: rgb(253 244 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/45 {
  --tw-shadow-color: rgb(253 244 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/5 {
  --tw-shadow-color: rgb(253 244 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/50 {
  --tw-shadow-color: rgb(253 244 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/55 {
  --tw-shadow-color: rgb(253 244 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/60 {
  --tw-shadow-color: rgb(253 244 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/65 {
  --tw-shadow-color: rgb(253 244 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/70 {
  --tw-shadow-color: rgb(253 244 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/75 {
  --tw-shadow-color: rgb(253 244 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/80 {
  --tw-shadow-color: rgb(253 244 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/85 {
  --tw-shadow-color: rgb(253 244 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/90 {
  --tw-shadow-color: rgb(253 244 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-50\/95 {
  --tw-shadow-color: rgb(253 244 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500 {
  --tw-shadow-color: #d946ef;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/0 {
  --tw-shadow-color: rgb(217 70 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/10 {
  --tw-shadow-color: rgb(217 70 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/100 {
  --tw-shadow-color: rgb(217 70 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/15 {
  --tw-shadow-color: rgb(217 70 239 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/20 {
  --tw-shadow-color: rgb(217 70 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/25 {
  --tw-shadow-color: rgb(217 70 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/30 {
  --tw-shadow-color: rgb(217 70 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/35 {
  --tw-shadow-color: rgb(217 70 239 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/40 {
  --tw-shadow-color: rgb(217 70 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/45 {
  --tw-shadow-color: rgb(217 70 239 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/5 {
  --tw-shadow-color: rgb(217 70 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/50 {
  --tw-shadow-color: rgb(217 70 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/55 {
  --tw-shadow-color: rgb(217 70 239 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/60 {
  --tw-shadow-color: rgb(217 70 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/65 {
  --tw-shadow-color: rgb(217 70 239 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/70 {
  --tw-shadow-color: rgb(217 70 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/75 {
  --tw-shadow-color: rgb(217 70 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/80 {
  --tw-shadow-color: rgb(217 70 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/85 {
  --tw-shadow-color: rgb(217 70 239 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/90 {
  --tw-shadow-color: rgb(217 70 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-500\/95 {
  --tw-shadow-color: rgb(217 70 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600 {
  --tw-shadow-color: #c026d3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/0 {
  --tw-shadow-color: rgb(192 38 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/10 {
  --tw-shadow-color: rgb(192 38 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/100 {
  --tw-shadow-color: rgb(192 38 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/15 {
  --tw-shadow-color: rgb(192 38 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/20 {
  --tw-shadow-color: rgb(192 38 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/25 {
  --tw-shadow-color: rgb(192 38 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/30 {
  --tw-shadow-color: rgb(192 38 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/35 {
  --tw-shadow-color: rgb(192 38 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/40 {
  --tw-shadow-color: rgb(192 38 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/45 {
  --tw-shadow-color: rgb(192 38 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/5 {
  --tw-shadow-color: rgb(192 38 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/50 {
  --tw-shadow-color: rgb(192 38 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/55 {
  --tw-shadow-color: rgb(192 38 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/60 {
  --tw-shadow-color: rgb(192 38 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/65 {
  --tw-shadow-color: rgb(192 38 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/70 {
  --tw-shadow-color: rgb(192 38 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/75 {
  --tw-shadow-color: rgb(192 38 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/80 {
  --tw-shadow-color: rgb(192 38 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/85 {
  --tw-shadow-color: rgb(192 38 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/90 {
  --tw-shadow-color: rgb(192 38 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-600\/95 {
  --tw-shadow-color: rgb(192 38 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700 {
  --tw-shadow-color: #a21caf;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/0 {
  --tw-shadow-color: rgb(162 28 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/10 {
  --tw-shadow-color: rgb(162 28 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/100 {
  --tw-shadow-color: rgb(162 28 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/15 {
  --tw-shadow-color: rgb(162 28 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/20 {
  --tw-shadow-color: rgb(162 28 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/25 {
  --tw-shadow-color: rgb(162 28 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/30 {
  --tw-shadow-color: rgb(162 28 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/35 {
  --tw-shadow-color: rgb(162 28 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/40 {
  --tw-shadow-color: rgb(162 28 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/45 {
  --tw-shadow-color: rgb(162 28 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/5 {
  --tw-shadow-color: rgb(162 28 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/50 {
  --tw-shadow-color: rgb(162 28 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/55 {
  --tw-shadow-color: rgb(162 28 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/60 {
  --tw-shadow-color: rgb(162 28 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/65 {
  --tw-shadow-color: rgb(162 28 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/70 {
  --tw-shadow-color: rgb(162 28 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/75 {
  --tw-shadow-color: rgb(162 28 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/80 {
  --tw-shadow-color: rgb(162 28 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/85 {
  --tw-shadow-color: rgb(162 28 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/90 {
  --tw-shadow-color: rgb(162 28 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-700\/95 {
  --tw-shadow-color: rgb(162 28 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800 {
  --tw-shadow-color: #86198f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/0 {
  --tw-shadow-color: rgb(134 25 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/10 {
  --tw-shadow-color: rgb(134 25 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/100 {
  --tw-shadow-color: rgb(134 25 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/15 {
  --tw-shadow-color: rgb(134 25 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/20 {
  --tw-shadow-color: rgb(134 25 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/25 {
  --tw-shadow-color: rgb(134 25 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/30 {
  --tw-shadow-color: rgb(134 25 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/35 {
  --tw-shadow-color: rgb(134 25 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/40 {
  --tw-shadow-color: rgb(134 25 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/45 {
  --tw-shadow-color: rgb(134 25 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/5 {
  --tw-shadow-color: rgb(134 25 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/50 {
  --tw-shadow-color: rgb(134 25 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/55 {
  --tw-shadow-color: rgb(134 25 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/60 {
  --tw-shadow-color: rgb(134 25 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/65 {
  --tw-shadow-color: rgb(134 25 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/70 {
  --tw-shadow-color: rgb(134 25 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/75 {
  --tw-shadow-color: rgb(134 25 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/80 {
  --tw-shadow-color: rgb(134 25 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/85 {
  --tw-shadow-color: rgb(134 25 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/90 {
  --tw-shadow-color: rgb(134 25 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-800\/95 {
  --tw-shadow-color: rgb(134 25 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900 {
  --tw-shadow-color: #701a75;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/0 {
  --tw-shadow-color: rgb(112 26 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/10 {
  --tw-shadow-color: rgb(112 26 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/100 {
  --tw-shadow-color: rgb(112 26 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/15 {
  --tw-shadow-color: rgb(112 26 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/20 {
  --tw-shadow-color: rgb(112 26 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/25 {
  --tw-shadow-color: rgb(112 26 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/30 {
  --tw-shadow-color: rgb(112 26 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/35 {
  --tw-shadow-color: rgb(112 26 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/40 {
  --tw-shadow-color: rgb(112 26 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/45 {
  --tw-shadow-color: rgb(112 26 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/5 {
  --tw-shadow-color: rgb(112 26 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/50 {
  --tw-shadow-color: rgb(112 26 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/55 {
  --tw-shadow-color: rgb(112 26 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/60 {
  --tw-shadow-color: rgb(112 26 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/65 {
  --tw-shadow-color: rgb(112 26 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/70 {
  --tw-shadow-color: rgb(112 26 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/75 {
  --tw-shadow-color: rgb(112 26 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/80 {
  --tw-shadow-color: rgb(112 26 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/85 {
  --tw-shadow-color: rgb(112 26 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/90 {
  --tw-shadow-color: rgb(112 26 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-900\/95 {
  --tw-shadow-color: rgb(112 26 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950 {
  --tw-shadow-color: #4a044e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/0 {
  --tw-shadow-color: rgb(74 4 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/10 {
  --tw-shadow-color: rgb(74 4 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/100 {
  --tw-shadow-color: rgb(74 4 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/15 {
  --tw-shadow-color: rgb(74 4 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/20 {
  --tw-shadow-color: rgb(74 4 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/25 {
  --tw-shadow-color: rgb(74 4 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/30 {
  --tw-shadow-color: rgb(74 4 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/35 {
  --tw-shadow-color: rgb(74 4 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/40 {
  --tw-shadow-color: rgb(74 4 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/45 {
  --tw-shadow-color: rgb(74 4 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/5 {
  --tw-shadow-color: rgb(74 4 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/50 {
  --tw-shadow-color: rgb(74 4 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/55 {
  --tw-shadow-color: rgb(74 4 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/60 {
  --tw-shadow-color: rgb(74 4 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/65 {
  --tw-shadow-color: rgb(74 4 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/70 {
  --tw-shadow-color: rgb(74 4 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/75 {
  --tw-shadow-color: rgb(74 4 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/80 {
  --tw-shadow-color: rgb(74 4 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/85 {
  --tw-shadow-color: rgb(74 4 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/90 {
  --tw-shadow-color: rgb(74 4 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-fuchsia-950\/95 {
  --tw-shadow-color: rgb(74 4 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100 {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/0 {
  --tw-shadow-color: rgb(243 244 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/10 {
  --tw-shadow-color: rgb(243 244 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/100 {
  --tw-shadow-color: rgb(243 244 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/15 {
  --tw-shadow-color: rgb(243 244 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/20 {
  --tw-shadow-color: rgb(243 244 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/25 {
  --tw-shadow-color: rgb(243 244 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/30 {
  --tw-shadow-color: rgb(243 244 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/35 {
  --tw-shadow-color: rgb(243 244 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/40 {
  --tw-shadow-color: rgb(243 244 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/45 {
  --tw-shadow-color: rgb(243 244 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/5 {
  --tw-shadow-color: rgb(243 244 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/50 {
  --tw-shadow-color: rgb(243 244 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/55 {
  --tw-shadow-color: rgb(243 244 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/60 {
  --tw-shadow-color: rgb(243 244 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/65 {
  --tw-shadow-color: rgb(243 244 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/70 {
  --tw-shadow-color: rgb(243 244 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/75 {
  --tw-shadow-color: rgb(243 244 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/80 {
  --tw-shadow-color: rgb(243 244 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/85 {
  --tw-shadow-color: rgb(243 244 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/90 {
  --tw-shadow-color: rgb(243 244 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-100\/95 {
  --tw-shadow-color: rgb(243 244 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200 {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/0 {
  --tw-shadow-color: rgb(229 231 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/10 {
  --tw-shadow-color: rgb(229 231 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/100 {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/15 {
  --tw-shadow-color: rgb(229 231 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/20 {
  --tw-shadow-color: rgb(229 231 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/25 {
  --tw-shadow-color: rgb(229 231 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/30 {
  --tw-shadow-color: rgb(229 231 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/35 {
  --tw-shadow-color: rgb(229 231 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/40 {
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/45 {
  --tw-shadow-color: rgb(229 231 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/5 {
  --tw-shadow-color: rgb(229 231 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/50 {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/55 {
  --tw-shadow-color: rgb(229 231 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/60 {
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/65 {
  --tw-shadow-color: rgb(229 231 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/70 {
  --tw-shadow-color: rgb(229 231 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/75 {
  --tw-shadow-color: rgb(229 231 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/80 {
  --tw-shadow-color: rgb(229 231 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/85 {
  --tw-shadow-color: rgb(229 231 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/90 {
  --tw-shadow-color: rgb(229 231 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-200\/95 {
  --tw-shadow-color: rgb(229 231 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300 {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/0 {
  --tw-shadow-color: rgb(209 213 219 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/10 {
  --tw-shadow-color: rgb(209 213 219 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/100 {
  --tw-shadow-color: rgb(209 213 219 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/15 {
  --tw-shadow-color: rgb(209 213 219 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/20 {
  --tw-shadow-color: rgb(209 213 219 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/25 {
  --tw-shadow-color: rgb(209 213 219 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/30 {
  --tw-shadow-color: rgb(209 213 219 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/35 {
  --tw-shadow-color: rgb(209 213 219 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/40 {
  --tw-shadow-color: rgb(209 213 219 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/45 {
  --tw-shadow-color: rgb(209 213 219 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/5 {
  --tw-shadow-color: rgb(209 213 219 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/50 {
  --tw-shadow-color: rgb(209 213 219 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/55 {
  --tw-shadow-color: rgb(209 213 219 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/60 {
  --tw-shadow-color: rgb(209 213 219 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/65 {
  --tw-shadow-color: rgb(209 213 219 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/70 {
  --tw-shadow-color: rgb(209 213 219 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/75 {
  --tw-shadow-color: rgb(209 213 219 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/80 {
  --tw-shadow-color: rgb(209 213 219 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/85 {
  --tw-shadow-color: rgb(209 213 219 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/90 {
  --tw-shadow-color: rgb(209 213 219 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-300\/95 {
  --tw-shadow-color: rgb(209 213 219 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400 {
  --tw-shadow-color: #9ca3af;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/0 {
  --tw-shadow-color: rgb(156 163 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/10 {
  --tw-shadow-color: rgb(156 163 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/100 {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/15 {
  --tw-shadow-color: rgb(156 163 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/20 {
  --tw-shadow-color: rgb(156 163 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/25 {
  --tw-shadow-color: rgb(156 163 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/30 {
  --tw-shadow-color: rgb(156 163 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/35 {
  --tw-shadow-color: rgb(156 163 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/40 {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/45 {
  --tw-shadow-color: rgb(156 163 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/5 {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/50 {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/55 {
  --tw-shadow-color: rgb(156 163 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/60 {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/65 {
  --tw-shadow-color: rgb(156 163 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/70 {
  --tw-shadow-color: rgb(156 163 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/75 {
  --tw-shadow-color: rgb(156 163 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/80 {
  --tw-shadow-color: rgb(156 163 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/85 {
  --tw-shadow-color: rgb(156 163 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/90 {
  --tw-shadow-color: rgb(156 163 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-400\/95 {
  --tw-shadow-color: rgb(156 163 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50 {
  --tw-shadow-color: #f9fafb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/0 {
  --tw-shadow-color: rgb(249 250 251 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/10 {
  --tw-shadow-color: rgb(249 250 251 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/100 {
  --tw-shadow-color: rgb(249 250 251 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/15 {
  --tw-shadow-color: rgb(249 250 251 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/20 {
  --tw-shadow-color: rgb(249 250 251 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/25 {
  --tw-shadow-color: rgb(249 250 251 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/30 {
  --tw-shadow-color: rgb(249 250 251 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/35 {
  --tw-shadow-color: rgb(249 250 251 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/40 {
  --tw-shadow-color: rgb(249 250 251 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/45 {
  --tw-shadow-color: rgb(249 250 251 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/5 {
  --tw-shadow-color: rgb(249 250 251 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/50 {
  --tw-shadow-color: rgb(249 250 251 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/55 {
  --tw-shadow-color: rgb(249 250 251 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/60 {
  --tw-shadow-color: rgb(249 250 251 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/65 {
  --tw-shadow-color: rgb(249 250 251 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/70 {
  --tw-shadow-color: rgb(249 250 251 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/75 {
  --tw-shadow-color: rgb(249 250 251 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/80 {
  --tw-shadow-color: rgb(249 250 251 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/85 {
  --tw-shadow-color: rgb(249 250 251 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/90 {
  --tw-shadow-color: rgb(249 250 251 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-50\/95 {
  --tw-shadow-color: rgb(249 250 251 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/0 {
  --tw-shadow-color: rgb(107 114 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/10 {
  --tw-shadow-color: rgb(107 114 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/100 {
  --tw-shadow-color: rgb(107 114 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/15 {
  --tw-shadow-color: rgb(107 114 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/20 {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/25 {
  --tw-shadow-color: rgb(107 114 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/30 {
  --tw-shadow-color: rgb(107 114 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/35 {
  --tw-shadow-color: rgb(107 114 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/40 {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/45 {
  --tw-shadow-color: rgb(107 114 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/5 {
  --tw-shadow-color: rgb(107 114 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/50 {
  --tw-shadow-color: rgb(107 114 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/55 {
  --tw-shadow-color: rgb(107 114 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/60 {
  --tw-shadow-color: rgb(107 114 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/65 {
  --tw-shadow-color: rgb(107 114 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/70 {
  --tw-shadow-color: rgb(107 114 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/75 {
  --tw-shadow-color: rgb(107 114 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/80 {
  --tw-shadow-color: rgb(107 114 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/85 {
  --tw-shadow-color: rgb(107 114 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/90 {
  --tw-shadow-color: rgb(107 114 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500\/95 {
  --tw-shadow-color: rgb(107 114 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600 {
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/0 {
  --tw-shadow-color: rgb(75 85 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/10 {
  --tw-shadow-color: rgb(75 85 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/100 {
  --tw-shadow-color: rgb(75 85 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/15 {
  --tw-shadow-color: rgb(75 85 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/20 {
  --tw-shadow-color: rgb(75 85 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/25 {
  --tw-shadow-color: rgb(75 85 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/30 {
  --tw-shadow-color: rgb(75 85 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/35 {
  --tw-shadow-color: rgb(75 85 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/40 {
  --tw-shadow-color: rgb(75 85 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/45 {
  --tw-shadow-color: rgb(75 85 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/5 {
  --tw-shadow-color: rgb(75 85 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/50 {
  --tw-shadow-color: rgb(75 85 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/55 {
  --tw-shadow-color: rgb(75 85 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/60 {
  --tw-shadow-color: rgb(75 85 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/65 {
  --tw-shadow-color: rgb(75 85 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/70 {
  --tw-shadow-color: rgb(75 85 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/75 {
  --tw-shadow-color: rgb(75 85 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/80 {
  --tw-shadow-color: rgb(75 85 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/85 {
  --tw-shadow-color: rgb(75 85 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/90 {
  --tw-shadow-color: rgb(75 85 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600\/95 {
  --tw-shadow-color: rgb(75 85 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700 {
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/0 {
  --tw-shadow-color: rgb(55 65 81 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/10 {
  --tw-shadow-color: rgb(55 65 81 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/100 {
  --tw-shadow-color: rgb(55 65 81 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/15 {
  --tw-shadow-color: rgb(55 65 81 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/20 {
  --tw-shadow-color: rgb(55 65 81 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/25 {
  --tw-shadow-color: rgb(55 65 81 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/30 {
  --tw-shadow-color: rgb(55 65 81 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/35 {
  --tw-shadow-color: rgb(55 65 81 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/40 {
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/45 {
  --tw-shadow-color: rgb(55 65 81 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/5 {
  --tw-shadow-color: rgb(55 65 81 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/50 {
  --tw-shadow-color: rgb(55 65 81 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/55 {
  --tw-shadow-color: rgb(55 65 81 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/60 {
  --tw-shadow-color: rgb(55 65 81 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/65 {
  --tw-shadow-color: rgb(55 65 81 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/70 {
  --tw-shadow-color: rgb(55 65 81 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/75 {
  --tw-shadow-color: rgb(55 65 81 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/80 {
  --tw-shadow-color: rgb(55 65 81 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/85 {
  --tw-shadow-color: rgb(55 65 81 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/90 {
  --tw-shadow-color: rgb(55 65 81 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-700\/95 {
  --tw-shadow-color: rgb(55 65 81 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800 {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/0 {
  --tw-shadow-color: rgb(31 41 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/10 {
  --tw-shadow-color: rgb(31 41 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/100 {
  --tw-shadow-color: rgb(31 41 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/15 {
  --tw-shadow-color: rgb(31 41 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/20 {
  --tw-shadow-color: rgb(31 41 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/25 {
  --tw-shadow-color: rgb(31 41 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/30 {
  --tw-shadow-color: rgb(31 41 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/35 {
  --tw-shadow-color: rgb(31 41 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/40 {
  --tw-shadow-color: rgb(31 41 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/45 {
  --tw-shadow-color: rgb(31 41 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/5 {
  --tw-shadow-color: rgb(31 41 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/50 {
  --tw-shadow-color: rgb(31 41 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/55 {
  --tw-shadow-color: rgb(31 41 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/60 {
  --tw-shadow-color: rgb(31 41 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/65 {
  --tw-shadow-color: rgb(31 41 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/70 {
  --tw-shadow-color: rgb(31 41 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/75 {
  --tw-shadow-color: rgb(31 41 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/80 {
  --tw-shadow-color: rgb(31 41 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/85 {
  --tw-shadow-color: rgb(31 41 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/90 {
  --tw-shadow-color: rgb(31 41 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-800\/95 {
  --tw-shadow-color: rgb(31 41 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900 {
  --tw-shadow-color: #111827;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/0 {
  --tw-shadow-color: rgb(17 24 39 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/10 {
  --tw-shadow-color: rgb(17 24 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/100 {
  --tw-shadow-color: rgb(17 24 39 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/15 {
  --tw-shadow-color: rgb(17 24 39 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/20 {
  --tw-shadow-color: rgb(17 24 39 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/25 {
  --tw-shadow-color: rgb(17 24 39 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/30 {
  --tw-shadow-color: rgb(17 24 39 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/35 {
  --tw-shadow-color: rgb(17 24 39 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/40 {
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/45 {
  --tw-shadow-color: rgb(17 24 39 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/5 {
  --tw-shadow-color: rgb(17 24 39 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/50 {
  --tw-shadow-color: rgb(17 24 39 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/55 {
  --tw-shadow-color: rgb(17 24 39 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/60 {
  --tw-shadow-color: rgb(17 24 39 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/65 {
  --tw-shadow-color: rgb(17 24 39 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/70 {
  --tw-shadow-color: rgb(17 24 39 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/75 {
  --tw-shadow-color: rgb(17 24 39 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/80 {
  --tw-shadow-color: rgb(17 24 39 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/85 {
  --tw-shadow-color: rgb(17 24 39 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/90 {
  --tw-shadow-color: rgb(17 24 39 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-900\/95 {
  --tw-shadow-color: rgb(17 24 39 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950 {
  --tw-shadow-color: #030712;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/0 {
  --tw-shadow-color: rgb(3 7 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/10 {
  --tw-shadow-color: rgb(3 7 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/100 {
  --tw-shadow-color: rgb(3 7 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/15 {
  --tw-shadow-color: rgb(3 7 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/20 {
  --tw-shadow-color: rgb(3 7 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/25 {
  --tw-shadow-color: rgb(3 7 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/30 {
  --tw-shadow-color: rgb(3 7 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/35 {
  --tw-shadow-color: rgb(3 7 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/40 {
  --tw-shadow-color: rgb(3 7 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/45 {
  --tw-shadow-color: rgb(3 7 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/5 {
  --tw-shadow-color: rgb(3 7 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/50 {
  --tw-shadow-color: rgb(3 7 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/55 {
  --tw-shadow-color: rgb(3 7 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/60 {
  --tw-shadow-color: rgb(3 7 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/65 {
  --tw-shadow-color: rgb(3 7 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/70 {
  --tw-shadow-color: rgb(3 7 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/75 {
  --tw-shadow-color: rgb(3 7 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/80 {
  --tw-shadow-color: rgb(3 7 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/85 {
  --tw-shadow-color: rgb(3 7 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/90 {
  --tw-shadow-color: rgb(3 7 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-950\/95 {
  --tw-shadow-color: rgb(3 7 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100 {
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/0 {
  --tw-shadow-color: rgb(220 252 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/10 {
  --tw-shadow-color: rgb(220 252 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/100 {
  --tw-shadow-color: rgb(220 252 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/15 {
  --tw-shadow-color: rgb(220 252 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/20 {
  --tw-shadow-color: rgb(220 252 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/25 {
  --tw-shadow-color: rgb(220 252 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/30 {
  --tw-shadow-color: rgb(220 252 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/35 {
  --tw-shadow-color: rgb(220 252 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/40 {
  --tw-shadow-color: rgb(220 252 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/45 {
  --tw-shadow-color: rgb(220 252 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/5 {
  --tw-shadow-color: rgb(220 252 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/50 {
  --tw-shadow-color: rgb(220 252 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/55 {
  --tw-shadow-color: rgb(220 252 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/60 {
  --tw-shadow-color: rgb(220 252 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/65 {
  --tw-shadow-color: rgb(220 252 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/70 {
  --tw-shadow-color: rgb(220 252 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/75 {
  --tw-shadow-color: rgb(220 252 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/80 {
  --tw-shadow-color: rgb(220 252 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/85 {
  --tw-shadow-color: rgb(220 252 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/90 {
  --tw-shadow-color: rgb(220 252 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-100\/95 {
  --tw-shadow-color: rgb(220 252 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200 {
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/0 {
  --tw-shadow-color: rgb(187 247 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/10 {
  --tw-shadow-color: rgb(187 247 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/100 {
  --tw-shadow-color: rgb(187 247 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/15 {
  --tw-shadow-color: rgb(187 247 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/20 {
  --tw-shadow-color: rgb(187 247 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/25 {
  --tw-shadow-color: rgb(187 247 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/30 {
  --tw-shadow-color: rgb(187 247 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/35 {
  --tw-shadow-color: rgb(187 247 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/40 {
  --tw-shadow-color: rgb(187 247 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/45 {
  --tw-shadow-color: rgb(187 247 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/5 {
  --tw-shadow-color: rgb(187 247 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/50 {
  --tw-shadow-color: rgb(187 247 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/55 {
  --tw-shadow-color: rgb(187 247 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/60 {
  --tw-shadow-color: rgb(187 247 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/65 {
  --tw-shadow-color: rgb(187 247 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/70 {
  --tw-shadow-color: rgb(187 247 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/75 {
  --tw-shadow-color: rgb(187 247 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/80 {
  --tw-shadow-color: rgb(187 247 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/85 {
  --tw-shadow-color: rgb(187 247 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/90 {
  --tw-shadow-color: rgb(187 247 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-200\/95 {
  --tw-shadow-color: rgb(187 247 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300 {
  --tw-shadow-color: #86efac;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/0 {
  --tw-shadow-color: rgb(134 239 172 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/10 {
  --tw-shadow-color: rgb(134 239 172 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/100 {
  --tw-shadow-color: rgb(134 239 172 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/15 {
  --tw-shadow-color: rgb(134 239 172 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/20 {
  --tw-shadow-color: rgb(134 239 172 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/25 {
  --tw-shadow-color: rgb(134 239 172 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/30 {
  --tw-shadow-color: rgb(134 239 172 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/35 {
  --tw-shadow-color: rgb(134 239 172 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/40 {
  --tw-shadow-color: rgb(134 239 172 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/45 {
  --tw-shadow-color: rgb(134 239 172 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/5 {
  --tw-shadow-color: rgb(134 239 172 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/50 {
  --tw-shadow-color: rgb(134 239 172 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/55 {
  --tw-shadow-color: rgb(134 239 172 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/60 {
  --tw-shadow-color: rgb(134 239 172 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/65 {
  --tw-shadow-color: rgb(134 239 172 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/70 {
  --tw-shadow-color: rgb(134 239 172 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/75 {
  --tw-shadow-color: rgb(134 239 172 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/80 {
  --tw-shadow-color: rgb(134 239 172 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/85 {
  --tw-shadow-color: rgb(134 239 172 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/90 {
  --tw-shadow-color: rgb(134 239 172 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-300\/95 {
  --tw-shadow-color: rgb(134 239 172 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400 {
  --tw-shadow-color: #4ade80;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/0 {
  --tw-shadow-color: rgb(74 222 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/10 {
  --tw-shadow-color: rgb(74 222 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/100 {
  --tw-shadow-color: rgb(74 222 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/15 {
  --tw-shadow-color: rgb(74 222 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/20 {
  --tw-shadow-color: rgb(74 222 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/25 {
  --tw-shadow-color: rgb(74 222 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/30 {
  --tw-shadow-color: rgb(74 222 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/35 {
  --tw-shadow-color: rgb(74 222 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/40 {
  --tw-shadow-color: rgb(74 222 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/45 {
  --tw-shadow-color: rgb(74 222 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/5 {
  --tw-shadow-color: rgb(74 222 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/50 {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/55 {
  --tw-shadow-color: rgb(74 222 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/60 {
  --tw-shadow-color: rgb(74 222 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/65 {
  --tw-shadow-color: rgb(74 222 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/70 {
  --tw-shadow-color: rgb(74 222 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/75 {
  --tw-shadow-color: rgb(74 222 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/80 {
  --tw-shadow-color: rgb(74 222 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/85 {
  --tw-shadow-color: rgb(74 222 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/90 {
  --tw-shadow-color: rgb(74 222 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-400\/95 {
  --tw-shadow-color: rgb(74 222 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50 {
  --tw-shadow-color: #f0fdf4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/0 {
  --tw-shadow-color: rgb(240 253 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/10 {
  --tw-shadow-color: rgb(240 253 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/100 {
  --tw-shadow-color: rgb(240 253 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/15 {
  --tw-shadow-color: rgb(240 253 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/20 {
  --tw-shadow-color: rgb(240 253 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/25 {
  --tw-shadow-color: rgb(240 253 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/30 {
  --tw-shadow-color: rgb(240 253 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/35 {
  --tw-shadow-color: rgb(240 253 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/40 {
  --tw-shadow-color: rgb(240 253 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/45 {
  --tw-shadow-color: rgb(240 253 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/5 {
  --tw-shadow-color: rgb(240 253 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/50 {
  --tw-shadow-color: rgb(240 253 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/55 {
  --tw-shadow-color: rgb(240 253 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/60 {
  --tw-shadow-color: rgb(240 253 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/65 {
  --tw-shadow-color: rgb(240 253 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/70 {
  --tw-shadow-color: rgb(240 253 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/75 {
  --tw-shadow-color: rgb(240 253 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/80 {
  --tw-shadow-color: rgb(240 253 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/85 {
  --tw-shadow-color: rgb(240 253 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/90 {
  --tw-shadow-color: rgb(240 253 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-50\/95 {
  --tw-shadow-color: rgb(240 253 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500 {
  --tw-shadow-color: #22c55e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/0 {
  --tw-shadow-color: rgb(34 197 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/10 {
  --tw-shadow-color: rgb(34 197 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/100 {
  --tw-shadow-color: rgb(34 197 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/15 {
  --tw-shadow-color: rgb(34 197 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/20 {
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/25 {
  --tw-shadow-color: rgb(34 197 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/30 {
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/35 {
  --tw-shadow-color: rgb(34 197 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/40 {
  --tw-shadow-color: rgb(34 197 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/45 {
  --tw-shadow-color: rgb(34 197 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/5 {
  --tw-shadow-color: rgb(34 197 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/50 {
  --tw-shadow-color: rgb(34 197 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/55 {
  --tw-shadow-color: rgb(34 197 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/60 {
  --tw-shadow-color: rgb(34 197 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/65 {
  --tw-shadow-color: rgb(34 197 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/70 {
  --tw-shadow-color: rgb(34 197 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/75 {
  --tw-shadow-color: rgb(34 197 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/80 {
  --tw-shadow-color: rgb(34 197 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/85 {
  --tw-shadow-color: rgb(34 197 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/90 {
  --tw-shadow-color: rgb(34 197 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-500\/95 {
  --tw-shadow-color: rgb(34 197 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600 {
  --tw-shadow-color: #16a34a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/0 {
  --tw-shadow-color: rgb(22 163 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/10 {
  --tw-shadow-color: rgb(22 163 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/100 {
  --tw-shadow-color: rgb(22 163 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/15 {
  --tw-shadow-color: rgb(22 163 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/20 {
  --tw-shadow-color: rgb(22 163 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/25 {
  --tw-shadow-color: rgb(22 163 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/30 {
  --tw-shadow-color: rgb(22 163 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/35 {
  --tw-shadow-color: rgb(22 163 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/40 {
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/45 {
  --tw-shadow-color: rgb(22 163 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/5 {
  --tw-shadow-color: rgb(22 163 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/50 {
  --tw-shadow-color: rgb(22 163 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/55 {
  --tw-shadow-color: rgb(22 163 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/60 {
  --tw-shadow-color: rgb(22 163 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/65 {
  --tw-shadow-color: rgb(22 163 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/70 {
  --tw-shadow-color: rgb(22 163 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/75 {
  --tw-shadow-color: rgb(22 163 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/80 {
  --tw-shadow-color: rgb(22 163 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/85 {
  --tw-shadow-color: rgb(22 163 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/90 {
  --tw-shadow-color: rgb(22 163 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-600\/95 {
  --tw-shadow-color: rgb(22 163 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700 {
  --tw-shadow-color: #15803d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/0 {
  --tw-shadow-color: rgb(21 128 61 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/10 {
  --tw-shadow-color: rgb(21 128 61 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/100 {
  --tw-shadow-color: rgb(21 128 61 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/15 {
  --tw-shadow-color: rgb(21 128 61 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/20 {
  --tw-shadow-color: rgb(21 128 61 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/25 {
  --tw-shadow-color: rgb(21 128 61 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/30 {
  --tw-shadow-color: rgb(21 128 61 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/35 {
  --tw-shadow-color: rgb(21 128 61 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/40 {
  --tw-shadow-color: rgb(21 128 61 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/45 {
  --tw-shadow-color: rgb(21 128 61 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/5 {
  --tw-shadow-color: rgb(21 128 61 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/50 {
  --tw-shadow-color: rgb(21 128 61 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/55 {
  --tw-shadow-color: rgb(21 128 61 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/60 {
  --tw-shadow-color: rgb(21 128 61 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/65 {
  --tw-shadow-color: rgb(21 128 61 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/70 {
  --tw-shadow-color: rgb(21 128 61 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/75 {
  --tw-shadow-color: rgb(21 128 61 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/80 {
  --tw-shadow-color: rgb(21 128 61 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/85 {
  --tw-shadow-color: rgb(21 128 61 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/90 {
  --tw-shadow-color: rgb(21 128 61 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-700\/95 {
  --tw-shadow-color: rgb(21 128 61 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800 {
  --tw-shadow-color: #166534;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/0 {
  --tw-shadow-color: rgb(22 101 52 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/10 {
  --tw-shadow-color: rgb(22 101 52 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/100 {
  --tw-shadow-color: rgb(22 101 52 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/15 {
  --tw-shadow-color: rgb(22 101 52 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/20 {
  --tw-shadow-color: rgb(22 101 52 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/25 {
  --tw-shadow-color: rgb(22 101 52 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/30 {
  --tw-shadow-color: rgb(22 101 52 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/35 {
  --tw-shadow-color: rgb(22 101 52 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/40 {
  --tw-shadow-color: rgb(22 101 52 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/45 {
  --tw-shadow-color: rgb(22 101 52 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/5 {
  --tw-shadow-color: rgb(22 101 52 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/50 {
  --tw-shadow-color: rgb(22 101 52 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/55 {
  --tw-shadow-color: rgb(22 101 52 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/60 {
  --tw-shadow-color: rgb(22 101 52 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/65 {
  --tw-shadow-color: rgb(22 101 52 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/70 {
  --tw-shadow-color: rgb(22 101 52 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/75 {
  --tw-shadow-color: rgb(22 101 52 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/80 {
  --tw-shadow-color: rgb(22 101 52 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/85 {
  --tw-shadow-color: rgb(22 101 52 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/90 {
  --tw-shadow-color: rgb(22 101 52 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-800\/95 {
  --tw-shadow-color: rgb(22 101 52 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900 {
  --tw-shadow-color: #14532d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/0 {
  --tw-shadow-color: rgb(20 83 45 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/10 {
  --tw-shadow-color: rgb(20 83 45 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/100 {
  --tw-shadow-color: rgb(20 83 45 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/15 {
  --tw-shadow-color: rgb(20 83 45 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/20 {
  --tw-shadow-color: rgb(20 83 45 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/25 {
  --tw-shadow-color: rgb(20 83 45 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/30 {
  --tw-shadow-color: rgb(20 83 45 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/35 {
  --tw-shadow-color: rgb(20 83 45 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/40 {
  --tw-shadow-color: rgb(20 83 45 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/45 {
  --tw-shadow-color: rgb(20 83 45 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/5 {
  --tw-shadow-color: rgb(20 83 45 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/50 {
  --tw-shadow-color: rgb(20 83 45 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/55 {
  --tw-shadow-color: rgb(20 83 45 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/60 {
  --tw-shadow-color: rgb(20 83 45 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/65 {
  --tw-shadow-color: rgb(20 83 45 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/70 {
  --tw-shadow-color: rgb(20 83 45 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/75 {
  --tw-shadow-color: rgb(20 83 45 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/80 {
  --tw-shadow-color: rgb(20 83 45 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/85 {
  --tw-shadow-color: rgb(20 83 45 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/90 {
  --tw-shadow-color: rgb(20 83 45 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-900\/95 {
  --tw-shadow-color: rgb(20 83 45 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950 {
  --tw-shadow-color: #052e16;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/0 {
  --tw-shadow-color: rgb(5 46 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/10 {
  --tw-shadow-color: rgb(5 46 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/100 {
  --tw-shadow-color: rgb(5 46 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/15 {
  --tw-shadow-color: rgb(5 46 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/20 {
  --tw-shadow-color: rgb(5 46 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/25 {
  --tw-shadow-color: rgb(5 46 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/30 {
  --tw-shadow-color: rgb(5 46 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/35 {
  --tw-shadow-color: rgb(5 46 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/40 {
  --tw-shadow-color: rgb(5 46 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/45 {
  --tw-shadow-color: rgb(5 46 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/5 {
  --tw-shadow-color: rgb(5 46 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/50 {
  --tw-shadow-color: rgb(5 46 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/55 {
  --tw-shadow-color: rgb(5 46 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/60 {
  --tw-shadow-color: rgb(5 46 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/65 {
  --tw-shadow-color: rgb(5 46 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/70 {
  --tw-shadow-color: rgb(5 46 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/75 {
  --tw-shadow-color: rgb(5 46 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/80 {
  --tw-shadow-color: rgb(5 46 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/85 {
  --tw-shadow-color: rgb(5 46 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/90 {
  --tw-shadow-color: rgb(5 46 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-green-950\/95 {
  --tw-shadow-color: rgb(5 46 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100 {
  --tw-shadow-color: #e0e7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/0 {
  --tw-shadow-color: rgb(224 231 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/10 {
  --tw-shadow-color: rgb(224 231 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/100 {
  --tw-shadow-color: rgb(224 231 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/15 {
  --tw-shadow-color: rgb(224 231 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/20 {
  --tw-shadow-color: rgb(224 231 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/25 {
  --tw-shadow-color: rgb(224 231 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/30 {
  --tw-shadow-color: rgb(224 231 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/35 {
  --tw-shadow-color: rgb(224 231 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/40 {
  --tw-shadow-color: rgb(224 231 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/45 {
  --tw-shadow-color: rgb(224 231 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/5 {
  --tw-shadow-color: rgb(224 231 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/50 {
  --tw-shadow-color: rgb(224 231 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/55 {
  --tw-shadow-color: rgb(224 231 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/60 {
  --tw-shadow-color: rgb(224 231 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/65 {
  --tw-shadow-color: rgb(224 231 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/70 {
  --tw-shadow-color: rgb(224 231 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/75 {
  --tw-shadow-color: rgb(224 231 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/80 {
  --tw-shadow-color: rgb(224 231 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/85 {
  --tw-shadow-color: rgb(224 231 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/90 {
  --tw-shadow-color: rgb(224 231 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-100\/95 {
  --tw-shadow-color: rgb(224 231 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200 {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/0 {
  --tw-shadow-color: rgb(199 210 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/10 {
  --tw-shadow-color: rgb(199 210 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/100 {
  --tw-shadow-color: rgb(199 210 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/15 {
  --tw-shadow-color: rgb(199 210 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/20 {
  --tw-shadow-color: rgb(199 210 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/25 {
  --tw-shadow-color: rgb(199 210 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/30 {
  --tw-shadow-color: rgb(199 210 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/35 {
  --tw-shadow-color: rgb(199 210 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/40 {
  --tw-shadow-color: rgb(199 210 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/45 {
  --tw-shadow-color: rgb(199 210 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/5 {
  --tw-shadow-color: rgb(199 210 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/50 {
  --tw-shadow-color: rgb(199 210 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/55 {
  --tw-shadow-color: rgb(199 210 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/60 {
  --tw-shadow-color: rgb(199 210 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/65 {
  --tw-shadow-color: rgb(199 210 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/70 {
  --tw-shadow-color: rgb(199 210 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/75 {
  --tw-shadow-color: rgb(199 210 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/80 {
  --tw-shadow-color: rgb(199 210 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/85 {
  --tw-shadow-color: rgb(199 210 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/90 {
  --tw-shadow-color: rgb(199 210 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-200\/95 {
  --tw-shadow-color: rgb(199 210 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300 {
  --tw-shadow-color: #a5b4fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/0 {
  --tw-shadow-color: rgb(165 180 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/10 {
  --tw-shadow-color: rgb(165 180 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/100 {
  --tw-shadow-color: rgb(165 180 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/15 {
  --tw-shadow-color: rgb(165 180 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/20 {
  --tw-shadow-color: rgb(165 180 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/25 {
  --tw-shadow-color: rgb(165 180 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/30 {
  --tw-shadow-color: rgb(165 180 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/35 {
  --tw-shadow-color: rgb(165 180 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/40 {
  --tw-shadow-color: rgb(165 180 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/45 {
  --tw-shadow-color: rgb(165 180 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/5 {
  --tw-shadow-color: rgb(165 180 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/50 {
  --tw-shadow-color: rgb(165 180 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/55 {
  --tw-shadow-color: rgb(165 180 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/60 {
  --tw-shadow-color: rgb(165 180 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/65 {
  --tw-shadow-color: rgb(165 180 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/70 {
  --tw-shadow-color: rgb(165 180 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/75 {
  --tw-shadow-color: rgb(165 180 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/80 {
  --tw-shadow-color: rgb(165 180 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/85 {
  --tw-shadow-color: rgb(165 180 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/90 {
  --tw-shadow-color: rgb(165 180 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-300\/95 {
  --tw-shadow-color: rgb(165 180 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400 {
  --tw-shadow-color: #818cf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/0 {
  --tw-shadow-color: rgb(129 140 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/10 {
  --tw-shadow-color: rgb(129 140 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/100 {
  --tw-shadow-color: rgb(129 140 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/15 {
  --tw-shadow-color: rgb(129 140 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/20 {
  --tw-shadow-color: rgb(129 140 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/25 {
  --tw-shadow-color: rgb(129 140 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/30 {
  --tw-shadow-color: rgb(129 140 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/35 {
  --tw-shadow-color: rgb(129 140 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/40 {
  --tw-shadow-color: rgb(129 140 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/45 {
  --tw-shadow-color: rgb(129 140 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/5 {
  --tw-shadow-color: rgb(129 140 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/50 {
  --tw-shadow-color: rgb(129 140 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/55 {
  --tw-shadow-color: rgb(129 140 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/60 {
  --tw-shadow-color: rgb(129 140 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/65 {
  --tw-shadow-color: rgb(129 140 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/70 {
  --tw-shadow-color: rgb(129 140 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/75 {
  --tw-shadow-color: rgb(129 140 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/80 {
  --tw-shadow-color: rgb(129 140 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/85 {
  --tw-shadow-color: rgb(129 140 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/90 {
  --tw-shadow-color: rgb(129 140 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-400\/95 {
  --tw-shadow-color: rgb(129 140 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50 {
  --tw-shadow-color: #eef2ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/0 {
  --tw-shadow-color: rgb(238 242 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/10 {
  --tw-shadow-color: rgb(238 242 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/100 {
  --tw-shadow-color: rgb(238 242 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/15 {
  --tw-shadow-color: rgb(238 242 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/20 {
  --tw-shadow-color: rgb(238 242 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/25 {
  --tw-shadow-color: rgb(238 242 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/30 {
  --tw-shadow-color: rgb(238 242 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/35 {
  --tw-shadow-color: rgb(238 242 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/40 {
  --tw-shadow-color: rgb(238 242 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/45 {
  --tw-shadow-color: rgb(238 242 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/5 {
  --tw-shadow-color: rgb(238 242 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/50 {
  --tw-shadow-color: rgb(238 242 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/55 {
  --tw-shadow-color: rgb(238 242 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/60 {
  --tw-shadow-color: rgb(238 242 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/65 {
  --tw-shadow-color: rgb(238 242 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/70 {
  --tw-shadow-color: rgb(238 242 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/75 {
  --tw-shadow-color: rgb(238 242 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/80 {
  --tw-shadow-color: rgb(238 242 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/85 {
  --tw-shadow-color: rgb(238 242 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/90 {
  --tw-shadow-color: rgb(238 242 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-50\/95 {
  --tw-shadow-color: rgb(238 242 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500 {
  --tw-shadow-color: #6366f1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/0 {
  --tw-shadow-color: rgb(99 102 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/10 {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/100 {
  --tw-shadow-color: rgb(99 102 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/15 {
  --tw-shadow-color: rgb(99 102 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/20 {
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/25 {
  --tw-shadow-color: rgb(99 102 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/30 {
  --tw-shadow-color: rgb(99 102 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/35 {
  --tw-shadow-color: rgb(99 102 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/40 {
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/45 {
  --tw-shadow-color: rgb(99 102 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/5 {
  --tw-shadow-color: rgb(99 102 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/50 {
  --tw-shadow-color: rgb(99 102 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/55 {
  --tw-shadow-color: rgb(99 102 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/60 {
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/65 {
  --tw-shadow-color: rgb(99 102 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/70 {
  --tw-shadow-color: rgb(99 102 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/75 {
  --tw-shadow-color: rgb(99 102 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/80 {
  --tw-shadow-color: rgb(99 102 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/85 {
  --tw-shadow-color: rgb(99 102 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/90 {
  --tw-shadow-color: rgb(99 102 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-500\/95 {
  --tw-shadow-color: rgb(99 102 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600 {
  --tw-shadow-color: #4f46e5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/0 {
  --tw-shadow-color: rgb(79 70 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/10 {
  --tw-shadow-color: rgb(79 70 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/100 {
  --tw-shadow-color: rgb(79 70 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/15 {
  --tw-shadow-color: rgb(79 70 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/20 {
  --tw-shadow-color: rgb(79 70 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/25 {
  --tw-shadow-color: rgb(79 70 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/30 {
  --tw-shadow-color: rgb(79 70 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/35 {
  --tw-shadow-color: rgb(79 70 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/40 {
  --tw-shadow-color: rgb(79 70 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/45 {
  --tw-shadow-color: rgb(79 70 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/5 {
  --tw-shadow-color: rgb(79 70 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/50 {
  --tw-shadow-color: rgb(79 70 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/55 {
  --tw-shadow-color: rgb(79 70 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/60 {
  --tw-shadow-color: rgb(79 70 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/65 {
  --tw-shadow-color: rgb(79 70 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/70 {
  --tw-shadow-color: rgb(79 70 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/75 {
  --tw-shadow-color: rgb(79 70 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/80 {
  --tw-shadow-color: rgb(79 70 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/85 {
  --tw-shadow-color: rgb(79 70 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/90 {
  --tw-shadow-color: rgb(79 70 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-600\/95 {
  --tw-shadow-color: rgb(79 70 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700 {
  --tw-shadow-color: #4338ca;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/0 {
  --tw-shadow-color: rgb(67 56 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/10 {
  --tw-shadow-color: rgb(67 56 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/100 {
  --tw-shadow-color: rgb(67 56 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/15 {
  --tw-shadow-color: rgb(67 56 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/20 {
  --tw-shadow-color: rgb(67 56 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/25 {
  --tw-shadow-color: rgb(67 56 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/30 {
  --tw-shadow-color: rgb(67 56 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/35 {
  --tw-shadow-color: rgb(67 56 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/40 {
  --tw-shadow-color: rgb(67 56 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/45 {
  --tw-shadow-color: rgb(67 56 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/5 {
  --tw-shadow-color: rgb(67 56 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/50 {
  --tw-shadow-color: rgb(67 56 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/55 {
  --tw-shadow-color: rgb(67 56 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/60 {
  --tw-shadow-color: rgb(67 56 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/65 {
  --tw-shadow-color: rgb(67 56 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/70 {
  --tw-shadow-color: rgb(67 56 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/75 {
  --tw-shadow-color: rgb(67 56 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/80 {
  --tw-shadow-color: rgb(67 56 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/85 {
  --tw-shadow-color: rgb(67 56 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/90 {
  --tw-shadow-color: rgb(67 56 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-700\/95 {
  --tw-shadow-color: rgb(67 56 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800 {
  --tw-shadow-color: #3730a3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/0 {
  --tw-shadow-color: rgb(55 48 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/10 {
  --tw-shadow-color: rgb(55 48 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/100 {
  --tw-shadow-color: rgb(55 48 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/15 {
  --tw-shadow-color: rgb(55 48 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/20 {
  --tw-shadow-color: rgb(55 48 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/25 {
  --tw-shadow-color: rgb(55 48 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/30 {
  --tw-shadow-color: rgb(55 48 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/35 {
  --tw-shadow-color: rgb(55 48 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/40 {
  --tw-shadow-color: rgb(55 48 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/45 {
  --tw-shadow-color: rgb(55 48 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/5 {
  --tw-shadow-color: rgb(55 48 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/50 {
  --tw-shadow-color: rgb(55 48 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/55 {
  --tw-shadow-color: rgb(55 48 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/60 {
  --tw-shadow-color: rgb(55 48 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/65 {
  --tw-shadow-color: rgb(55 48 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/70 {
  --tw-shadow-color: rgb(55 48 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/75 {
  --tw-shadow-color: rgb(55 48 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/80 {
  --tw-shadow-color: rgb(55 48 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/85 {
  --tw-shadow-color: rgb(55 48 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/90 {
  --tw-shadow-color: rgb(55 48 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-800\/95 {
  --tw-shadow-color: rgb(55 48 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900 {
  --tw-shadow-color: #312e81;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/0 {
  --tw-shadow-color: rgb(49 46 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/10 {
  --tw-shadow-color: rgb(49 46 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/100 {
  --tw-shadow-color: rgb(49 46 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/15 {
  --tw-shadow-color: rgb(49 46 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/20 {
  --tw-shadow-color: rgb(49 46 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/25 {
  --tw-shadow-color: rgb(49 46 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/30 {
  --tw-shadow-color: rgb(49 46 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/35 {
  --tw-shadow-color: rgb(49 46 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/40 {
  --tw-shadow-color: rgb(49 46 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/45 {
  --tw-shadow-color: rgb(49 46 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/5 {
  --tw-shadow-color: rgb(49 46 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/50 {
  --tw-shadow-color: rgb(49 46 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/55 {
  --tw-shadow-color: rgb(49 46 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/60 {
  --tw-shadow-color: rgb(49 46 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/65 {
  --tw-shadow-color: rgb(49 46 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/70 {
  --tw-shadow-color: rgb(49 46 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/75 {
  --tw-shadow-color: rgb(49 46 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/80 {
  --tw-shadow-color: rgb(49 46 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/85 {
  --tw-shadow-color: rgb(49 46 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/90 {
  --tw-shadow-color: rgb(49 46 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-900\/95 {
  --tw-shadow-color: rgb(49 46 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950 {
  --tw-shadow-color: #1e1b4b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/0 {
  --tw-shadow-color: rgb(30 27 75 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/10 {
  --tw-shadow-color: rgb(30 27 75 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/100 {
  --tw-shadow-color: rgb(30 27 75 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/15 {
  --tw-shadow-color: rgb(30 27 75 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/20 {
  --tw-shadow-color: rgb(30 27 75 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/25 {
  --tw-shadow-color: rgb(30 27 75 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/30 {
  --tw-shadow-color: rgb(30 27 75 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/35 {
  --tw-shadow-color: rgb(30 27 75 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/40 {
  --tw-shadow-color: rgb(30 27 75 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/45 {
  --tw-shadow-color: rgb(30 27 75 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/5 {
  --tw-shadow-color: rgb(30 27 75 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/50 {
  --tw-shadow-color: rgb(30 27 75 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/55 {
  --tw-shadow-color: rgb(30 27 75 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/60 {
  --tw-shadow-color: rgb(30 27 75 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/65 {
  --tw-shadow-color: rgb(30 27 75 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/70 {
  --tw-shadow-color: rgb(30 27 75 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/75 {
  --tw-shadow-color: rgb(30 27 75 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/80 {
  --tw-shadow-color: rgb(30 27 75 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/85 {
  --tw-shadow-color: rgb(30 27 75 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/90 {
  --tw-shadow-color: rgb(30 27 75 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-indigo-950\/95 {
  --tw-shadow-color: rgb(30 27 75 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-inherit {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100 {
  --tw-shadow-color: #ecfccb;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/0 {
  --tw-shadow-color: rgb(236 252 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/10 {
  --tw-shadow-color: rgb(236 252 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/100 {
  --tw-shadow-color: rgb(236 252 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/15 {
  --tw-shadow-color: rgb(236 252 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/20 {
  --tw-shadow-color: rgb(236 252 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/25 {
  --tw-shadow-color: rgb(236 252 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/30 {
  --tw-shadow-color: rgb(236 252 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/35 {
  --tw-shadow-color: rgb(236 252 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/40 {
  --tw-shadow-color: rgb(236 252 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/45 {
  --tw-shadow-color: rgb(236 252 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/5 {
  --tw-shadow-color: rgb(236 252 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/50 {
  --tw-shadow-color: rgb(236 252 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/55 {
  --tw-shadow-color: rgb(236 252 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/60 {
  --tw-shadow-color: rgb(236 252 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/65 {
  --tw-shadow-color: rgb(236 252 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/70 {
  --tw-shadow-color: rgb(236 252 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/75 {
  --tw-shadow-color: rgb(236 252 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/80 {
  --tw-shadow-color: rgb(236 252 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/85 {
  --tw-shadow-color: rgb(236 252 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/90 {
  --tw-shadow-color: rgb(236 252 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-100\/95 {
  --tw-shadow-color: rgb(236 252 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200 {
  --tw-shadow-color: #d9f99d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/0 {
  --tw-shadow-color: rgb(217 249 157 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/10 {
  --tw-shadow-color: rgb(217 249 157 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/100 {
  --tw-shadow-color: rgb(217 249 157 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/15 {
  --tw-shadow-color: rgb(217 249 157 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/20 {
  --tw-shadow-color: rgb(217 249 157 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/25 {
  --tw-shadow-color: rgb(217 249 157 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/30 {
  --tw-shadow-color: rgb(217 249 157 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/35 {
  --tw-shadow-color: rgb(217 249 157 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/40 {
  --tw-shadow-color: rgb(217 249 157 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/45 {
  --tw-shadow-color: rgb(217 249 157 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/5 {
  --tw-shadow-color: rgb(217 249 157 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/50 {
  --tw-shadow-color: rgb(217 249 157 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/55 {
  --tw-shadow-color: rgb(217 249 157 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/60 {
  --tw-shadow-color: rgb(217 249 157 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/65 {
  --tw-shadow-color: rgb(217 249 157 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/70 {
  --tw-shadow-color: rgb(217 249 157 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/75 {
  --tw-shadow-color: rgb(217 249 157 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/80 {
  --tw-shadow-color: rgb(217 249 157 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/85 {
  --tw-shadow-color: rgb(217 249 157 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/90 {
  --tw-shadow-color: rgb(217 249 157 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-200\/95 {
  --tw-shadow-color: rgb(217 249 157 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300 {
  --tw-shadow-color: #bef264;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/0 {
  --tw-shadow-color: rgb(190 242 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/10 {
  --tw-shadow-color: rgb(190 242 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/100 {
  --tw-shadow-color: rgb(190 242 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/15 {
  --tw-shadow-color: rgb(190 242 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/20 {
  --tw-shadow-color: rgb(190 242 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/25 {
  --tw-shadow-color: rgb(190 242 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/30 {
  --tw-shadow-color: rgb(190 242 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/35 {
  --tw-shadow-color: rgb(190 242 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/40 {
  --tw-shadow-color: rgb(190 242 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/45 {
  --tw-shadow-color: rgb(190 242 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/5 {
  --tw-shadow-color: rgb(190 242 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/50 {
  --tw-shadow-color: rgb(190 242 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/55 {
  --tw-shadow-color: rgb(190 242 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/60 {
  --tw-shadow-color: rgb(190 242 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/65 {
  --tw-shadow-color: rgb(190 242 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/70 {
  --tw-shadow-color: rgb(190 242 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/75 {
  --tw-shadow-color: rgb(190 242 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/80 {
  --tw-shadow-color: rgb(190 242 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/85 {
  --tw-shadow-color: rgb(190 242 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/90 {
  --tw-shadow-color: rgb(190 242 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-300\/95 {
  --tw-shadow-color: rgb(190 242 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400 {
  --tw-shadow-color: #a3e635;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/0 {
  --tw-shadow-color: rgb(163 230 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/10 {
  --tw-shadow-color: rgb(163 230 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/100 {
  --tw-shadow-color: rgb(163 230 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/15 {
  --tw-shadow-color: rgb(163 230 53 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/20 {
  --tw-shadow-color: rgb(163 230 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/25 {
  --tw-shadow-color: rgb(163 230 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/30 {
  --tw-shadow-color: rgb(163 230 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/35 {
  --tw-shadow-color: rgb(163 230 53 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/40 {
  --tw-shadow-color: rgb(163 230 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/45 {
  --tw-shadow-color: rgb(163 230 53 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/5 {
  --tw-shadow-color: rgb(163 230 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/50 {
  --tw-shadow-color: rgb(163 230 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/55 {
  --tw-shadow-color: rgb(163 230 53 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/60 {
  --tw-shadow-color: rgb(163 230 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/65 {
  --tw-shadow-color: rgb(163 230 53 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/70 {
  --tw-shadow-color: rgb(163 230 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/75 {
  --tw-shadow-color: rgb(163 230 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/80 {
  --tw-shadow-color: rgb(163 230 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/85 {
  --tw-shadow-color: rgb(163 230 53 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/90 {
  --tw-shadow-color: rgb(163 230 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-400\/95 {
  --tw-shadow-color: rgb(163 230 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50 {
  --tw-shadow-color: #f7fee7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/0 {
  --tw-shadow-color: rgb(247 254 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/10 {
  --tw-shadow-color: rgb(247 254 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/100 {
  --tw-shadow-color: rgb(247 254 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/15 {
  --tw-shadow-color: rgb(247 254 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/20 {
  --tw-shadow-color: rgb(247 254 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/25 {
  --tw-shadow-color: rgb(247 254 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/30 {
  --tw-shadow-color: rgb(247 254 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/35 {
  --tw-shadow-color: rgb(247 254 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/40 {
  --tw-shadow-color: rgb(247 254 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/45 {
  --tw-shadow-color: rgb(247 254 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/5 {
  --tw-shadow-color: rgb(247 254 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/50 {
  --tw-shadow-color: rgb(247 254 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/55 {
  --tw-shadow-color: rgb(247 254 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/60 {
  --tw-shadow-color: rgb(247 254 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/65 {
  --tw-shadow-color: rgb(247 254 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/70 {
  --tw-shadow-color: rgb(247 254 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/75 {
  --tw-shadow-color: rgb(247 254 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/80 {
  --tw-shadow-color: rgb(247 254 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/85 {
  --tw-shadow-color: rgb(247 254 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/90 {
  --tw-shadow-color: rgb(247 254 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-50\/95 {
  --tw-shadow-color: rgb(247 254 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500 {
  --tw-shadow-color: #84cc16;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/0 {
  --tw-shadow-color: rgb(132 204 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/10 {
  --tw-shadow-color: rgb(132 204 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/100 {
  --tw-shadow-color: rgb(132 204 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/15 {
  --tw-shadow-color: rgb(132 204 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/20 {
  --tw-shadow-color: rgb(132 204 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/25 {
  --tw-shadow-color: rgb(132 204 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/30 {
  --tw-shadow-color: rgb(132 204 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/35 {
  --tw-shadow-color: rgb(132 204 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/40 {
  --tw-shadow-color: rgb(132 204 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/45 {
  --tw-shadow-color: rgb(132 204 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/5 {
  --tw-shadow-color: rgb(132 204 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/50 {
  --tw-shadow-color: rgb(132 204 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/55 {
  --tw-shadow-color: rgb(132 204 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/60 {
  --tw-shadow-color: rgb(132 204 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/65 {
  --tw-shadow-color: rgb(132 204 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/70 {
  --tw-shadow-color: rgb(132 204 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/75 {
  --tw-shadow-color: rgb(132 204 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/80 {
  --tw-shadow-color: rgb(132 204 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/85 {
  --tw-shadow-color: rgb(132 204 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/90 {
  --tw-shadow-color: rgb(132 204 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-500\/95 {
  --tw-shadow-color: rgb(132 204 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600 {
  --tw-shadow-color: #65a30d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/0 {
  --tw-shadow-color: rgb(101 163 13 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/10 {
  --tw-shadow-color: rgb(101 163 13 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/100 {
  --tw-shadow-color: rgb(101 163 13 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/15 {
  --tw-shadow-color: rgb(101 163 13 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/20 {
  --tw-shadow-color: rgb(101 163 13 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/25 {
  --tw-shadow-color: rgb(101 163 13 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/30 {
  --tw-shadow-color: rgb(101 163 13 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/35 {
  --tw-shadow-color: rgb(101 163 13 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/40 {
  --tw-shadow-color: rgb(101 163 13 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/45 {
  --tw-shadow-color: rgb(101 163 13 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/5 {
  --tw-shadow-color: rgb(101 163 13 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/50 {
  --tw-shadow-color: rgb(101 163 13 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/55 {
  --tw-shadow-color: rgb(101 163 13 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/60 {
  --tw-shadow-color: rgb(101 163 13 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/65 {
  --tw-shadow-color: rgb(101 163 13 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/70 {
  --tw-shadow-color: rgb(101 163 13 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/75 {
  --tw-shadow-color: rgb(101 163 13 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/80 {
  --tw-shadow-color: rgb(101 163 13 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/85 {
  --tw-shadow-color: rgb(101 163 13 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/90 {
  --tw-shadow-color: rgb(101 163 13 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-600\/95 {
  --tw-shadow-color: rgb(101 163 13 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700 {
  --tw-shadow-color: #4d7c0f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/0 {
  --tw-shadow-color: rgb(77 124 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/10 {
  --tw-shadow-color: rgb(77 124 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/100 {
  --tw-shadow-color: rgb(77 124 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/15 {
  --tw-shadow-color: rgb(77 124 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/20 {
  --tw-shadow-color: rgb(77 124 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/25 {
  --tw-shadow-color: rgb(77 124 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/30 {
  --tw-shadow-color: rgb(77 124 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/35 {
  --tw-shadow-color: rgb(77 124 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/40 {
  --tw-shadow-color: rgb(77 124 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/45 {
  --tw-shadow-color: rgb(77 124 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/5 {
  --tw-shadow-color: rgb(77 124 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/50 {
  --tw-shadow-color: rgb(77 124 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/55 {
  --tw-shadow-color: rgb(77 124 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/60 {
  --tw-shadow-color: rgb(77 124 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/65 {
  --tw-shadow-color: rgb(77 124 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/70 {
  --tw-shadow-color: rgb(77 124 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/75 {
  --tw-shadow-color: rgb(77 124 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/80 {
  --tw-shadow-color: rgb(77 124 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/85 {
  --tw-shadow-color: rgb(77 124 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/90 {
  --tw-shadow-color: rgb(77 124 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-700\/95 {
  --tw-shadow-color: rgb(77 124 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800 {
  --tw-shadow-color: #3f6212;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/0 {
  --tw-shadow-color: rgb(63 98 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/10 {
  --tw-shadow-color: rgb(63 98 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/100 {
  --tw-shadow-color: rgb(63 98 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/15 {
  --tw-shadow-color: rgb(63 98 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/20 {
  --tw-shadow-color: rgb(63 98 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/25 {
  --tw-shadow-color: rgb(63 98 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/30 {
  --tw-shadow-color: rgb(63 98 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/35 {
  --tw-shadow-color: rgb(63 98 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/40 {
  --tw-shadow-color: rgb(63 98 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/45 {
  --tw-shadow-color: rgb(63 98 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/5 {
  --tw-shadow-color: rgb(63 98 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/50 {
  --tw-shadow-color: rgb(63 98 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/55 {
  --tw-shadow-color: rgb(63 98 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/60 {
  --tw-shadow-color: rgb(63 98 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/65 {
  --tw-shadow-color: rgb(63 98 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/70 {
  --tw-shadow-color: rgb(63 98 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/75 {
  --tw-shadow-color: rgb(63 98 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/80 {
  --tw-shadow-color: rgb(63 98 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/85 {
  --tw-shadow-color: rgb(63 98 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/90 {
  --tw-shadow-color: rgb(63 98 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-800\/95 {
  --tw-shadow-color: rgb(63 98 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900 {
  --tw-shadow-color: #365314;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/0 {
  --tw-shadow-color: rgb(54 83 20 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/10 {
  --tw-shadow-color: rgb(54 83 20 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/100 {
  --tw-shadow-color: rgb(54 83 20 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/15 {
  --tw-shadow-color: rgb(54 83 20 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/20 {
  --tw-shadow-color: rgb(54 83 20 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/25 {
  --tw-shadow-color: rgb(54 83 20 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/30 {
  --tw-shadow-color: rgb(54 83 20 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/35 {
  --tw-shadow-color: rgb(54 83 20 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/40 {
  --tw-shadow-color: rgb(54 83 20 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/45 {
  --tw-shadow-color: rgb(54 83 20 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/5 {
  --tw-shadow-color: rgb(54 83 20 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/50 {
  --tw-shadow-color: rgb(54 83 20 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/55 {
  --tw-shadow-color: rgb(54 83 20 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/60 {
  --tw-shadow-color: rgb(54 83 20 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/65 {
  --tw-shadow-color: rgb(54 83 20 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/70 {
  --tw-shadow-color: rgb(54 83 20 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/75 {
  --tw-shadow-color: rgb(54 83 20 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/80 {
  --tw-shadow-color: rgb(54 83 20 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/85 {
  --tw-shadow-color: rgb(54 83 20 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/90 {
  --tw-shadow-color: rgb(54 83 20 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-900\/95 {
  --tw-shadow-color: rgb(54 83 20 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950 {
  --tw-shadow-color: #1a2e05;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/0 {
  --tw-shadow-color: rgb(26 46 5 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/10 {
  --tw-shadow-color: rgb(26 46 5 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/100 {
  --tw-shadow-color: rgb(26 46 5 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/15 {
  --tw-shadow-color: rgb(26 46 5 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/20 {
  --tw-shadow-color: rgb(26 46 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/25 {
  --tw-shadow-color: rgb(26 46 5 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/30 {
  --tw-shadow-color: rgb(26 46 5 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/35 {
  --tw-shadow-color: rgb(26 46 5 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/40 {
  --tw-shadow-color: rgb(26 46 5 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/45 {
  --tw-shadow-color: rgb(26 46 5 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/5 {
  --tw-shadow-color: rgb(26 46 5 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/50 {
  --tw-shadow-color: rgb(26 46 5 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/55 {
  --tw-shadow-color: rgb(26 46 5 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/60 {
  --tw-shadow-color: rgb(26 46 5 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/65 {
  --tw-shadow-color: rgb(26 46 5 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/70 {
  --tw-shadow-color: rgb(26 46 5 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/75 {
  --tw-shadow-color: rgb(26 46 5 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/80 {
  --tw-shadow-color: rgb(26 46 5 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/85 {
  --tw-shadow-color: rgb(26 46 5 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/90 {
  --tw-shadow-color: rgb(26 46 5 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-lime-950\/95 {
  --tw-shadow-color: rgb(26 46 5 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100 {
  --tw-shadow-color: #f6f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/0 {
  --tw-shadow-color: rgb(246 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/10 {
  --tw-shadow-color: rgb(246 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/100 {
  --tw-shadow-color: rgb(246 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/15 {
  --tw-shadow-color: rgb(246 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/20 {
  --tw-shadow-color: rgb(246 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/25 {
  --tw-shadow-color: rgb(246 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/30 {
  --tw-shadow-color: rgb(246 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/35 {
  --tw-shadow-color: rgb(246 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/40 {
  --tw-shadow-color: rgb(246 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/45 {
  --tw-shadow-color: rgb(246 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/5 {
  --tw-shadow-color: rgb(246 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/50 {
  --tw-shadow-color: rgb(246 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/55 {
  --tw-shadow-color: rgb(246 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/60 {
  --tw-shadow-color: rgb(246 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/65 {
  --tw-shadow-color: rgb(246 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/70 {
  --tw-shadow-color: rgb(246 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/75 {
  --tw-shadow-color: rgb(246 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/80 {
  --tw-shadow-color: rgb(246 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/85 {
  --tw-shadow-color: rgb(246 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/90 {
  --tw-shadow-color: rgb(246 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-100\/95 {
  --tw-shadow-color: rgb(246 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200 {
  --tw-shadow-color: #e9e6e3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/0 {
  --tw-shadow-color: rgb(233 230 227 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/10 {
  --tw-shadow-color: rgb(233 230 227 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/100 {
  --tw-shadow-color: rgb(233 230 227 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/15 {
  --tw-shadow-color: rgb(233 230 227 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/20 {
  --tw-shadow-color: rgb(233 230 227 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/25 {
  --tw-shadow-color: rgb(233 230 227 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/30 {
  --tw-shadow-color: rgb(233 230 227 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/35 {
  --tw-shadow-color: rgb(233 230 227 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/40 {
  --tw-shadow-color: rgb(233 230 227 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/45 {
  --tw-shadow-color: rgb(233 230 227 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/5 {
  --tw-shadow-color: rgb(233 230 227 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/50 {
  --tw-shadow-color: rgb(233 230 227 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/55 {
  --tw-shadow-color: rgb(233 230 227 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/60 {
  --tw-shadow-color: rgb(233 230 227 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/65 {
  --tw-shadow-color: rgb(233 230 227 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/70 {
  --tw-shadow-color: rgb(233 230 227 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/75 {
  --tw-shadow-color: rgb(233 230 227 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/80 {
  --tw-shadow-color: rgb(233 230 227 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/85 {
  --tw-shadow-color: rgb(233 230 227 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/90 {
  --tw-shadow-color: rgb(233 230 227 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-200\/95 {
  --tw-shadow-color: rgb(233 230 227 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300 {
  --tw-shadow-color: #d7d2cd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/0 {
  --tw-shadow-color: rgb(215 210 205 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/10 {
  --tw-shadow-color: rgb(215 210 205 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/100 {
  --tw-shadow-color: rgb(215 210 205 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/15 {
  --tw-shadow-color: rgb(215 210 205 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/20 {
  --tw-shadow-color: rgb(215 210 205 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/25 {
  --tw-shadow-color: rgb(215 210 205 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/30 {
  --tw-shadow-color: rgb(215 210 205 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/35 {
  --tw-shadow-color: rgb(215 210 205 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/40 {
  --tw-shadow-color: rgb(215 210 205 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/45 {
  --tw-shadow-color: rgb(215 210 205 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/5 {
  --tw-shadow-color: rgb(215 210 205 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/50 {
  --tw-shadow-color: rgb(215 210 205 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/55 {
  --tw-shadow-color: rgb(215 210 205 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/60 {
  --tw-shadow-color: rgb(215 210 205 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/65 {
  --tw-shadow-color: rgb(215 210 205 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/70 {
  --tw-shadow-color: rgb(215 210 205 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/75 {
  --tw-shadow-color: rgb(215 210 205 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/80 {
  --tw-shadow-color: rgb(215 210 205 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/85 {
  --tw-shadow-color: rgb(215 210 205 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/90 {
  --tw-shadow-color: rgb(215 210 205 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-300\/95 {
  --tw-shadow-color: rgb(215 210 205 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400 {
  --tw-shadow-color: #afa8a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/0 {
  --tw-shadow-color: rgb(175 168 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/10 {
  --tw-shadow-color: rgb(175 168 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/100 {
  --tw-shadow-color: rgb(175 168 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/15 {
  --tw-shadow-color: rgb(175 168 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/20 {
  --tw-shadow-color: rgb(175 168 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/25 {
  --tw-shadow-color: rgb(175 168 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/30 {
  --tw-shadow-color: rgb(175 168 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/35 {
  --tw-shadow-color: rgb(175 168 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/40 {
  --tw-shadow-color: rgb(175 168 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/45 {
  --tw-shadow-color: rgb(175 168 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/5 {
  --tw-shadow-color: rgb(175 168 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/50 {
  --tw-shadow-color: rgb(175 168 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/55 {
  --tw-shadow-color: rgb(175 168 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/60 {
  --tw-shadow-color: rgb(175 168 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/65 {
  --tw-shadow-color: rgb(175 168 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/70 {
  --tw-shadow-color: rgb(175 168 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/75 {
  --tw-shadow-color: rgb(175 168 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/80 {
  --tw-shadow-color: rgb(175 168 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/85 {
  --tw-shadow-color: rgb(175 168 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/90 {
  --tw-shadow-color: rgb(175 168 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-400\/95 {
  --tw-shadow-color: rgb(175 168 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50 {
  --tw-shadow-color: #fbfaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/0 {
  --tw-shadow-color: rgb(251 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/10 {
  --tw-shadow-color: rgb(251 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/100 {
  --tw-shadow-color: rgb(251 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/15 {
  --tw-shadow-color: rgb(251 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/20 {
  --tw-shadow-color: rgb(251 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/25 {
  --tw-shadow-color: rgb(251 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/30 {
  --tw-shadow-color: rgb(251 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/35 {
  --tw-shadow-color: rgb(251 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/40 {
  --tw-shadow-color: rgb(251 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/45 {
  --tw-shadow-color: rgb(251 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/5 {
  --tw-shadow-color: rgb(251 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/50 {
  --tw-shadow-color: rgb(251 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/55 {
  --tw-shadow-color: rgb(251 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/60 {
  --tw-shadow-color: rgb(251 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/65 {
  --tw-shadow-color: rgb(251 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/70 {
  --tw-shadow-color: rgb(251 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/75 {
  --tw-shadow-color: rgb(251 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/80 {
  --tw-shadow-color: rgb(251 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/85 {
  --tw-shadow-color: rgb(251 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/90 {
  --tw-shadow-color: rgb(251 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-50\/95 {
  --tw-shadow-color: rgb(251 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500 {
  --tw-shadow-color: #817971;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/0 {
  --tw-shadow-color: rgb(129 121 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/10 {
  --tw-shadow-color: rgb(129 121 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/100 {
  --tw-shadow-color: rgb(129 121 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/15 {
  --tw-shadow-color: rgb(129 121 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/20 {
  --tw-shadow-color: rgb(129 121 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/25 {
  --tw-shadow-color: rgb(129 121 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/30 {
  --tw-shadow-color: rgb(129 121 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/35 {
  --tw-shadow-color: rgb(129 121 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/40 {
  --tw-shadow-color: rgb(129 121 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/45 {
  --tw-shadow-color: rgb(129 121 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/5 {
  --tw-shadow-color: rgb(129 121 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/50 {
  --tw-shadow-color: rgb(129 121 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/55 {
  --tw-shadow-color: rgb(129 121 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/60 {
  --tw-shadow-color: rgb(129 121 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/65 {
  --tw-shadow-color: rgb(129 121 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/70 {
  --tw-shadow-color: rgb(129 121 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/75 {
  --tw-shadow-color: rgb(129 121 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/80 {
  --tw-shadow-color: rgb(129 121 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/85 {
  --tw-shadow-color: rgb(129 121 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/90 {
  --tw-shadow-color: rgb(129 121 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-500\/95 {
  --tw-shadow-color: rgb(129 121 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600 {
  --tw-shadow-color: #605952;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/0 {
  --tw-shadow-color: rgb(96 89 82 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/10 {
  --tw-shadow-color: rgb(96 89 82 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/100 {
  --tw-shadow-color: rgb(96 89 82 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/15 {
  --tw-shadow-color: rgb(96 89 82 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/20 {
  --tw-shadow-color: rgb(96 89 82 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/25 {
  --tw-shadow-color: rgb(96 89 82 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/30 {
  --tw-shadow-color: rgb(96 89 82 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/35 {
  --tw-shadow-color: rgb(96 89 82 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/40 {
  --tw-shadow-color: rgb(96 89 82 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/45 {
  --tw-shadow-color: rgb(96 89 82 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/5 {
  --tw-shadow-color: rgb(96 89 82 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/50 {
  --tw-shadow-color: rgb(96 89 82 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/55 {
  --tw-shadow-color: rgb(96 89 82 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/60 {
  --tw-shadow-color: rgb(96 89 82 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/65 {
  --tw-shadow-color: rgb(96 89 82 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/70 {
  --tw-shadow-color: rgb(96 89 82 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/75 {
  --tw-shadow-color: rgb(96 89 82 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/80 {
  --tw-shadow-color: rgb(96 89 82 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/85 {
  --tw-shadow-color: rgb(96 89 82 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/90 {
  --tw-shadow-color: rgb(96 89 82 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-600\/95 {
  --tw-shadow-color: rgb(96 89 82 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700 {
  --tw-shadow-color: #49443f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/0 {
  --tw-shadow-color: rgb(73 68 63 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/10 {
  --tw-shadow-color: rgb(73 68 63 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/100 {
  --tw-shadow-color: rgb(73 68 63 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/15 {
  --tw-shadow-color: rgb(73 68 63 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/20 {
  --tw-shadow-color: rgb(73 68 63 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/25 {
  --tw-shadow-color: rgb(73 68 63 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/30 {
  --tw-shadow-color: rgb(73 68 63 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/35 {
  --tw-shadow-color: rgb(73 68 63 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/40 {
  --tw-shadow-color: rgb(73 68 63 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/45 {
  --tw-shadow-color: rgb(73 68 63 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/5 {
  --tw-shadow-color: rgb(73 68 63 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/50 {
  --tw-shadow-color: rgb(73 68 63 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/55 {
  --tw-shadow-color: rgb(73 68 63 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/60 {
  --tw-shadow-color: rgb(73 68 63 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/65 {
  --tw-shadow-color: rgb(73 68 63 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/70 {
  --tw-shadow-color: rgb(73 68 63 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/75 {
  --tw-shadow-color: rgb(73 68 63 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/80 {
  --tw-shadow-color: rgb(73 68 63 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/85 {
  --tw-shadow-color: rgb(73 68 63 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/90 {
  --tw-shadow-color: rgb(73 68 63 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-700\/95 {
  --tw-shadow-color: rgb(73 68 63 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800 {
  --tw-shadow-color: #302d2a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/0 {
  --tw-shadow-color: rgb(48 45 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/10 {
  --tw-shadow-color: rgb(48 45 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/100 {
  --tw-shadow-color: rgb(48 45 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/15 {
  --tw-shadow-color: rgb(48 45 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/20 {
  --tw-shadow-color: rgb(48 45 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/25 {
  --tw-shadow-color: rgb(48 45 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/30 {
  --tw-shadow-color: rgb(48 45 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/35 {
  --tw-shadow-color: rgb(48 45 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/40 {
  --tw-shadow-color: rgb(48 45 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/45 {
  --tw-shadow-color: rgb(48 45 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/5 {
  --tw-shadow-color: rgb(48 45 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/50 {
  --tw-shadow-color: rgb(48 45 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/55 {
  --tw-shadow-color: rgb(48 45 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/60 {
  --tw-shadow-color: rgb(48 45 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/65 {
  --tw-shadow-color: rgb(48 45 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/70 {
  --tw-shadow-color: rgb(48 45 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/75 {
  --tw-shadow-color: rgb(48 45 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/80 {
  --tw-shadow-color: rgb(48 45 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/85 {
  --tw-shadow-color: rgb(48 45 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/90 {
  --tw-shadow-color: rgb(48 45 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-800\/95 {
  --tw-shadow-color: rgb(48 45 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900 {
  --tw-shadow-color: #211f1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/0 {
  --tw-shadow-color: rgb(33 31 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/10 {
  --tw-shadow-color: rgb(33 31 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/100 {
  --tw-shadow-color: rgb(33 31 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/15 {
  --tw-shadow-color: rgb(33 31 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/20 {
  --tw-shadow-color: rgb(33 31 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/25 {
  --tw-shadow-color: rgb(33 31 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/30 {
  --tw-shadow-color: rgb(33 31 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/35 {
  --tw-shadow-color: rgb(33 31 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/40 {
  --tw-shadow-color: rgb(33 31 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/45 {
  --tw-shadow-color: rgb(33 31 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/5 {
  --tw-shadow-color: rgb(33 31 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/50 {
  --tw-shadow-color: rgb(33 31 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/55 {
  --tw-shadow-color: rgb(33 31 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/60 {
  --tw-shadow-color: rgb(33 31 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/65 {
  --tw-shadow-color: rgb(33 31 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/70 {
  --tw-shadow-color: rgb(33 31 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/75 {
  --tw-shadow-color: rgb(33 31 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/80 {
  --tw-shadow-color: rgb(33 31 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/85 {
  --tw-shadow-color: rgb(33 31 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/90 {
  --tw-shadow-color: rgb(33 31 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-900\/95 {
  --tw-shadow-color: rgb(33 31 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950 {
  --tw-shadow-color: #121110;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/0 {
  --tw-shadow-color: rgb(18 17 16 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/10 {
  --tw-shadow-color: rgb(18 17 16 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/100 {
  --tw-shadow-color: rgb(18 17 16 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/15 {
  --tw-shadow-color: rgb(18 17 16 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/20 {
  --tw-shadow-color: rgb(18 17 16 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/25 {
  --tw-shadow-color: rgb(18 17 16 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/30 {
  --tw-shadow-color: rgb(18 17 16 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/35 {
  --tw-shadow-color: rgb(18 17 16 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/40 {
  --tw-shadow-color: rgb(18 17 16 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/45 {
  --tw-shadow-color: rgb(18 17 16 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/5 {
  --tw-shadow-color: rgb(18 17 16 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/50 {
  --tw-shadow-color: rgb(18 17 16 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/55 {
  --tw-shadow-color: rgb(18 17 16 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/60 {
  --tw-shadow-color: rgb(18 17 16 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/65 {
  --tw-shadow-color: rgb(18 17 16 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/70 {
  --tw-shadow-color: rgb(18 17 16 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/75 {
  --tw-shadow-color: rgb(18 17 16 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/80 {
  --tw-shadow-color: rgb(18 17 16 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/85 {
  --tw-shadow-color: rgb(18 17 16 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/90 {
  --tw-shadow-color: rgb(18 17 16 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-neutral-950\/95 {
  --tw-shadow-color: rgb(18 17 16 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100 {
  --tw-shadow-color: #ffedd5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/0 {
  --tw-shadow-color: rgb(255 237 213 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/10 {
  --tw-shadow-color: rgb(255 237 213 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/100 {
  --tw-shadow-color: rgb(255 237 213 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/15 {
  --tw-shadow-color: rgb(255 237 213 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/20 {
  --tw-shadow-color: rgb(255 237 213 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/25 {
  --tw-shadow-color: rgb(255 237 213 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/30 {
  --tw-shadow-color: rgb(255 237 213 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/35 {
  --tw-shadow-color: rgb(255 237 213 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/40 {
  --tw-shadow-color: rgb(255 237 213 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/45 {
  --tw-shadow-color: rgb(255 237 213 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/5 {
  --tw-shadow-color: rgb(255 237 213 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/50 {
  --tw-shadow-color: rgb(255 237 213 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/55 {
  --tw-shadow-color: rgb(255 237 213 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/60 {
  --tw-shadow-color: rgb(255 237 213 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/65 {
  --tw-shadow-color: rgb(255 237 213 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/70 {
  --tw-shadow-color: rgb(255 237 213 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/75 {
  --tw-shadow-color: rgb(255 237 213 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/80 {
  --tw-shadow-color: rgb(255 237 213 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/85 {
  --tw-shadow-color: rgb(255 237 213 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/90 {
  --tw-shadow-color: rgb(255 237 213 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-100\/95 {
  --tw-shadow-color: rgb(255 237 213 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200 {
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/0 {
  --tw-shadow-color: rgb(254 215 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/10 {
  --tw-shadow-color: rgb(254 215 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/100 {
  --tw-shadow-color: rgb(254 215 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/15 {
  --tw-shadow-color: rgb(254 215 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/20 {
  --tw-shadow-color: rgb(254 215 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/25 {
  --tw-shadow-color: rgb(254 215 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/30 {
  --tw-shadow-color: rgb(254 215 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/35 {
  --tw-shadow-color: rgb(254 215 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/40 {
  --tw-shadow-color: rgb(254 215 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/45 {
  --tw-shadow-color: rgb(254 215 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/5 {
  --tw-shadow-color: rgb(254 215 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/50 {
  --tw-shadow-color: rgb(254 215 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/55 {
  --tw-shadow-color: rgb(254 215 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/60 {
  --tw-shadow-color: rgb(254 215 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/65 {
  --tw-shadow-color: rgb(254 215 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/70 {
  --tw-shadow-color: rgb(254 215 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/75 {
  --tw-shadow-color: rgb(254 215 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/80 {
  --tw-shadow-color: rgb(254 215 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/85 {
  --tw-shadow-color: rgb(254 215 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/90 {
  --tw-shadow-color: rgb(254 215 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-200\/95 {
  --tw-shadow-color: rgb(254 215 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300 {
  --tw-shadow-color: #fdba74;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/0 {
  --tw-shadow-color: rgb(253 186 116 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/10 {
  --tw-shadow-color: rgb(253 186 116 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/100 {
  --tw-shadow-color: rgb(253 186 116 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/15 {
  --tw-shadow-color: rgb(253 186 116 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/20 {
  --tw-shadow-color: rgb(253 186 116 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/25 {
  --tw-shadow-color: rgb(253 186 116 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/30 {
  --tw-shadow-color: rgb(253 186 116 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/35 {
  --tw-shadow-color: rgb(253 186 116 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/40 {
  --tw-shadow-color: rgb(253 186 116 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/45 {
  --tw-shadow-color: rgb(253 186 116 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/5 {
  --tw-shadow-color: rgb(253 186 116 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/50 {
  --tw-shadow-color: rgb(253 186 116 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/55 {
  --tw-shadow-color: rgb(253 186 116 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/60 {
  --tw-shadow-color: rgb(253 186 116 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/65 {
  --tw-shadow-color: rgb(253 186 116 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/70 {
  --tw-shadow-color: rgb(253 186 116 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/75 {
  --tw-shadow-color: rgb(253 186 116 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/80 {
  --tw-shadow-color: rgb(253 186 116 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/85 {
  --tw-shadow-color: rgb(253 186 116 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/90 {
  --tw-shadow-color: rgb(253 186 116 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-300\/95 {
  --tw-shadow-color: rgb(253 186 116 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400 {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/0 {
  --tw-shadow-color: rgb(251 146 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/10 {
  --tw-shadow-color: rgb(251 146 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/100 {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/15 {
  --tw-shadow-color: rgb(251 146 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/20 {
  --tw-shadow-color: rgb(251 146 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/25 {
  --tw-shadow-color: rgb(251 146 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/30 {
  --tw-shadow-color: rgb(251 146 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/35 {
  --tw-shadow-color: rgb(251 146 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/40 {
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/45 {
  --tw-shadow-color: rgb(251 146 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/5 {
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/50 {
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/55 {
  --tw-shadow-color: rgb(251 146 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/60 {
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/65 {
  --tw-shadow-color: rgb(251 146 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/70 {
  --tw-shadow-color: rgb(251 146 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/75 {
  --tw-shadow-color: rgb(251 146 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/80 {
  --tw-shadow-color: rgb(251 146 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/85 {
  --tw-shadow-color: rgb(251 146 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/90 {
  --tw-shadow-color: rgb(251 146 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400\/95 {
  --tw-shadow-color: rgb(251 146 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50 {
  --tw-shadow-color: #fff7ed;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/0 {
  --tw-shadow-color: rgb(255 247 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/10 {
  --tw-shadow-color: rgb(255 247 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/100 {
  --tw-shadow-color: rgb(255 247 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/15 {
  --tw-shadow-color: rgb(255 247 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/20 {
  --tw-shadow-color: rgb(255 247 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/25 {
  --tw-shadow-color: rgb(255 247 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/30 {
  --tw-shadow-color: rgb(255 247 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/35 {
  --tw-shadow-color: rgb(255 247 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/40 {
  --tw-shadow-color: rgb(255 247 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/45 {
  --tw-shadow-color: rgb(255 247 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/5 {
  --tw-shadow-color: rgb(255 247 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/50 {
  --tw-shadow-color: rgb(255 247 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/55 {
  --tw-shadow-color: rgb(255 247 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/60 {
  --tw-shadow-color: rgb(255 247 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/65 {
  --tw-shadow-color: rgb(255 247 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/70 {
  --tw-shadow-color: rgb(255 247 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/75 {
  --tw-shadow-color: rgb(255 247 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/80 {
  --tw-shadow-color: rgb(255 247 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/85 {
  --tw-shadow-color: rgb(255 247 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/90 {
  --tw-shadow-color: rgb(255 247 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-50\/95 {
  --tw-shadow-color: rgb(255 247 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500 {
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/0 {
  --tw-shadow-color: rgb(249 115 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/10 {
  --tw-shadow-color: rgb(249 115 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/100 {
  --tw-shadow-color: rgb(249 115 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/15 {
  --tw-shadow-color: rgb(249 115 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/20 {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/25 {
  --tw-shadow-color: rgb(249 115 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/30 {
  --tw-shadow-color: rgb(249 115 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/35 {
  --tw-shadow-color: rgb(249 115 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/40 {
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/45 {
  --tw-shadow-color: rgb(249 115 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/5 {
  --tw-shadow-color: rgb(249 115 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/50 {
  --tw-shadow-color: rgb(249 115 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/55 {
  --tw-shadow-color: rgb(249 115 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/60 {
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/65 {
  --tw-shadow-color: rgb(249 115 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/70 {
  --tw-shadow-color: rgb(249 115 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/75 {
  --tw-shadow-color: rgb(249 115 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/80 {
  --tw-shadow-color: rgb(249 115 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/85 {
  --tw-shadow-color: rgb(249 115 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/90 {
  --tw-shadow-color: rgb(249 115 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-500\/95 {
  --tw-shadow-color: rgb(249 115 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600 {
  --tw-shadow-color: #ea580c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/0 {
  --tw-shadow-color: rgb(234 88 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/10 {
  --tw-shadow-color: rgb(234 88 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/100 {
  --tw-shadow-color: rgb(234 88 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/15 {
  --tw-shadow-color: rgb(234 88 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/20 {
  --tw-shadow-color: rgb(234 88 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/25 {
  --tw-shadow-color: rgb(234 88 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/30 {
  --tw-shadow-color: rgb(234 88 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/35 {
  --tw-shadow-color: rgb(234 88 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/40 {
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/45 {
  --tw-shadow-color: rgb(234 88 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/5 {
  --tw-shadow-color: rgb(234 88 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/50 {
  --tw-shadow-color: rgb(234 88 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/55 {
  --tw-shadow-color: rgb(234 88 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/60 {
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/65 {
  --tw-shadow-color: rgb(234 88 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/70 {
  --tw-shadow-color: rgb(234 88 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/75 {
  --tw-shadow-color: rgb(234 88 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/80 {
  --tw-shadow-color: rgb(234 88 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/85 {
  --tw-shadow-color: rgb(234 88 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/90 {
  --tw-shadow-color: rgb(234 88 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-600\/95 {
  --tw-shadow-color: rgb(234 88 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700 {
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/0 {
  --tw-shadow-color: rgb(194 65 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/10 {
  --tw-shadow-color: rgb(194 65 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/100 {
  --tw-shadow-color: rgb(194 65 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/15 {
  --tw-shadow-color: rgb(194 65 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/20 {
  --tw-shadow-color: rgb(194 65 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/25 {
  --tw-shadow-color: rgb(194 65 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/30 {
  --tw-shadow-color: rgb(194 65 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/35 {
  --tw-shadow-color: rgb(194 65 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/40 {
  --tw-shadow-color: rgb(194 65 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/45 {
  --tw-shadow-color: rgb(194 65 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/5 {
  --tw-shadow-color: rgb(194 65 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/50 {
  --tw-shadow-color: rgb(194 65 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/55 {
  --tw-shadow-color: rgb(194 65 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/60 {
  --tw-shadow-color: rgb(194 65 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/65 {
  --tw-shadow-color: rgb(194 65 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/70 {
  --tw-shadow-color: rgb(194 65 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/75 {
  --tw-shadow-color: rgb(194 65 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/80 {
  --tw-shadow-color: rgb(194 65 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/85 {
  --tw-shadow-color: rgb(194 65 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/90 {
  --tw-shadow-color: rgb(194 65 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-700\/95 {
  --tw-shadow-color: rgb(194 65 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800 {
  --tw-shadow-color: #9a3412;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/0 {
  --tw-shadow-color: rgb(154 52 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/10 {
  --tw-shadow-color: rgb(154 52 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/100 {
  --tw-shadow-color: rgb(154 52 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/15 {
  --tw-shadow-color: rgb(154 52 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/20 {
  --tw-shadow-color: rgb(154 52 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/25 {
  --tw-shadow-color: rgb(154 52 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/30 {
  --tw-shadow-color: rgb(154 52 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/35 {
  --tw-shadow-color: rgb(154 52 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/40 {
  --tw-shadow-color: rgb(154 52 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/45 {
  --tw-shadow-color: rgb(154 52 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/5 {
  --tw-shadow-color: rgb(154 52 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/50 {
  --tw-shadow-color: rgb(154 52 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/55 {
  --tw-shadow-color: rgb(154 52 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/60 {
  --tw-shadow-color: rgb(154 52 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/65 {
  --tw-shadow-color: rgb(154 52 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/70 {
  --tw-shadow-color: rgb(154 52 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/75 {
  --tw-shadow-color: rgb(154 52 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/80 {
  --tw-shadow-color: rgb(154 52 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/85 {
  --tw-shadow-color: rgb(154 52 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/90 {
  --tw-shadow-color: rgb(154 52 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-800\/95 {
  --tw-shadow-color: rgb(154 52 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900 {
  --tw-shadow-color: #7c2d12;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/0 {
  --tw-shadow-color: rgb(124 45 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/10 {
  --tw-shadow-color: rgb(124 45 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/100 {
  --tw-shadow-color: rgb(124 45 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/15 {
  --tw-shadow-color: rgb(124 45 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/20 {
  --tw-shadow-color: rgb(124 45 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/25 {
  --tw-shadow-color: rgb(124 45 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/30 {
  --tw-shadow-color: rgb(124 45 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/35 {
  --tw-shadow-color: rgb(124 45 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/40 {
  --tw-shadow-color: rgb(124 45 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/45 {
  --tw-shadow-color: rgb(124 45 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/5 {
  --tw-shadow-color: rgb(124 45 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/50 {
  --tw-shadow-color: rgb(124 45 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/55 {
  --tw-shadow-color: rgb(124 45 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/60 {
  --tw-shadow-color: rgb(124 45 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/65 {
  --tw-shadow-color: rgb(124 45 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/70 {
  --tw-shadow-color: rgb(124 45 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/75 {
  --tw-shadow-color: rgb(124 45 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/80 {
  --tw-shadow-color: rgb(124 45 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/85 {
  --tw-shadow-color: rgb(124 45 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/90 {
  --tw-shadow-color: rgb(124 45 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-900\/95 {
  --tw-shadow-color: rgb(124 45 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950 {
  --tw-shadow-color: #431407;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/0 {
  --tw-shadow-color: rgb(67 20 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/10 {
  --tw-shadow-color: rgb(67 20 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/100 {
  --tw-shadow-color: rgb(67 20 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/15 {
  --tw-shadow-color: rgb(67 20 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/20 {
  --tw-shadow-color: rgb(67 20 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/25 {
  --tw-shadow-color: rgb(67 20 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/30 {
  --tw-shadow-color: rgb(67 20 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/35 {
  --tw-shadow-color: rgb(67 20 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/40 {
  --tw-shadow-color: rgb(67 20 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/45 {
  --tw-shadow-color: rgb(67 20 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/5 {
  --tw-shadow-color: rgb(67 20 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/50 {
  --tw-shadow-color: rgb(67 20 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/55 {
  --tw-shadow-color: rgb(67 20 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/60 {
  --tw-shadow-color: rgb(67 20 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/65 {
  --tw-shadow-color: rgb(67 20 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/70 {
  --tw-shadow-color: rgb(67 20 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/75 {
  --tw-shadow-color: rgb(67 20 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/80 {
  --tw-shadow-color: rgb(67 20 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/85 {
  --tw-shadow-color: rgb(67 20 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/90 {
  --tw-shadow-color: rgb(67 20 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-950\/95 {
  --tw-shadow-color: rgb(67 20 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100 {
  --tw-shadow-color: #fce7f3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/0 {
  --tw-shadow-color: rgb(252 231 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/10 {
  --tw-shadow-color: rgb(252 231 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/100 {
  --tw-shadow-color: rgb(252 231 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/15 {
  --tw-shadow-color: rgb(252 231 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/20 {
  --tw-shadow-color: rgb(252 231 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/25 {
  --tw-shadow-color: rgb(252 231 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/30 {
  --tw-shadow-color: rgb(252 231 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/35 {
  --tw-shadow-color: rgb(252 231 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/40 {
  --tw-shadow-color: rgb(252 231 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/45 {
  --tw-shadow-color: rgb(252 231 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/5 {
  --tw-shadow-color: rgb(252 231 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/50 {
  --tw-shadow-color: rgb(252 231 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/55 {
  --tw-shadow-color: rgb(252 231 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/60 {
  --tw-shadow-color: rgb(252 231 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/65 {
  --tw-shadow-color: rgb(252 231 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/70 {
  --tw-shadow-color: rgb(252 231 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/75 {
  --tw-shadow-color: rgb(252 231 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/80 {
  --tw-shadow-color: rgb(252 231 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/85 {
  --tw-shadow-color: rgb(252 231 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/90 {
  --tw-shadow-color: rgb(252 231 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-100\/95 {
  --tw-shadow-color: rgb(252 231 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200 {
  --tw-shadow-color: #fbcfe8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/0 {
  --tw-shadow-color: rgb(251 207 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/10 {
  --tw-shadow-color: rgb(251 207 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/100 {
  --tw-shadow-color: rgb(251 207 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/15 {
  --tw-shadow-color: rgb(251 207 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/20 {
  --tw-shadow-color: rgb(251 207 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/25 {
  --tw-shadow-color: rgb(251 207 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/30 {
  --tw-shadow-color: rgb(251 207 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/35 {
  --tw-shadow-color: rgb(251 207 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/40 {
  --tw-shadow-color: rgb(251 207 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/45 {
  --tw-shadow-color: rgb(251 207 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/5 {
  --tw-shadow-color: rgb(251 207 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/50 {
  --tw-shadow-color: rgb(251 207 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/55 {
  --tw-shadow-color: rgb(251 207 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/60 {
  --tw-shadow-color: rgb(251 207 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/65 {
  --tw-shadow-color: rgb(251 207 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/70 {
  --tw-shadow-color: rgb(251 207 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/75 {
  --tw-shadow-color: rgb(251 207 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/80 {
  --tw-shadow-color: rgb(251 207 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/85 {
  --tw-shadow-color: rgb(251 207 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/90 {
  --tw-shadow-color: rgb(251 207 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-200\/95 {
  --tw-shadow-color: rgb(251 207 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300 {
  --tw-shadow-color: #f9a8d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/0 {
  --tw-shadow-color: rgb(249 168 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/10 {
  --tw-shadow-color: rgb(249 168 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/100 {
  --tw-shadow-color: rgb(249 168 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/15 {
  --tw-shadow-color: rgb(249 168 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/20 {
  --tw-shadow-color: rgb(249 168 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/25 {
  --tw-shadow-color: rgb(249 168 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/30 {
  --tw-shadow-color: rgb(249 168 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/35 {
  --tw-shadow-color: rgb(249 168 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/40 {
  --tw-shadow-color: rgb(249 168 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/45 {
  --tw-shadow-color: rgb(249 168 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/5 {
  --tw-shadow-color: rgb(249 168 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/50 {
  --tw-shadow-color: rgb(249 168 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/55 {
  --tw-shadow-color: rgb(249 168 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/60 {
  --tw-shadow-color: rgb(249 168 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/65 {
  --tw-shadow-color: rgb(249 168 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/70 {
  --tw-shadow-color: rgb(249 168 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/75 {
  --tw-shadow-color: rgb(249 168 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/80 {
  --tw-shadow-color: rgb(249 168 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/85 {
  --tw-shadow-color: rgb(249 168 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/90 {
  --tw-shadow-color: rgb(249 168 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-300\/95 {
  --tw-shadow-color: rgb(249 168 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400 {
  --tw-shadow-color: #f472b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/0 {
  --tw-shadow-color: rgb(244 114 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/10 {
  --tw-shadow-color: rgb(244 114 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/100 {
  --tw-shadow-color: rgb(244 114 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/15 {
  --tw-shadow-color: rgb(244 114 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/20 {
  --tw-shadow-color: rgb(244 114 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/25 {
  --tw-shadow-color: rgb(244 114 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/30 {
  --tw-shadow-color: rgb(244 114 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/35 {
  --tw-shadow-color: rgb(244 114 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/40 {
  --tw-shadow-color: rgb(244 114 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/45 {
  --tw-shadow-color: rgb(244 114 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/5 {
  --tw-shadow-color: rgb(244 114 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/50 {
  --tw-shadow-color: rgb(244 114 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/55 {
  --tw-shadow-color: rgb(244 114 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/60 {
  --tw-shadow-color: rgb(244 114 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/65 {
  --tw-shadow-color: rgb(244 114 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/70 {
  --tw-shadow-color: rgb(244 114 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/75 {
  --tw-shadow-color: rgb(244 114 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/80 {
  --tw-shadow-color: rgb(244 114 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/85 {
  --tw-shadow-color: rgb(244 114 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/90 {
  --tw-shadow-color: rgb(244 114 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-400\/95 {
  --tw-shadow-color: rgb(244 114 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50 {
  --tw-shadow-color: #fdf2f8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/0 {
  --tw-shadow-color: rgb(253 242 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/10 {
  --tw-shadow-color: rgb(253 242 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/100 {
  --tw-shadow-color: rgb(253 242 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/15 {
  --tw-shadow-color: rgb(253 242 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/20 {
  --tw-shadow-color: rgb(253 242 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/25 {
  --tw-shadow-color: rgb(253 242 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/30 {
  --tw-shadow-color: rgb(253 242 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/35 {
  --tw-shadow-color: rgb(253 242 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/40 {
  --tw-shadow-color: rgb(253 242 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/45 {
  --tw-shadow-color: rgb(253 242 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/5 {
  --tw-shadow-color: rgb(253 242 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/50 {
  --tw-shadow-color: rgb(253 242 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/55 {
  --tw-shadow-color: rgb(253 242 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/60 {
  --tw-shadow-color: rgb(253 242 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/65 {
  --tw-shadow-color: rgb(253 242 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/70 {
  --tw-shadow-color: rgb(253 242 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/75 {
  --tw-shadow-color: rgb(253 242 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/80 {
  --tw-shadow-color: rgb(253 242 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/85 {
  --tw-shadow-color: rgb(253 242 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/90 {
  --tw-shadow-color: rgb(253 242 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-50\/95 {
  --tw-shadow-color: rgb(253 242 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500 {
  --tw-shadow-color: #ec4899;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/0 {
  --tw-shadow-color: rgb(236 72 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/10 {
  --tw-shadow-color: rgb(236 72 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/100 {
  --tw-shadow-color: rgb(236 72 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/15 {
  --tw-shadow-color: rgb(236 72 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/20 {
  --tw-shadow-color: rgb(236 72 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/25 {
  --tw-shadow-color: rgb(236 72 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/30 {
  --tw-shadow-color: rgb(236 72 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/35 {
  --tw-shadow-color: rgb(236 72 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/40 {
  --tw-shadow-color: rgb(236 72 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/45 {
  --tw-shadow-color: rgb(236 72 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/5 {
  --tw-shadow-color: rgb(236 72 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/50 {
  --tw-shadow-color: rgb(236 72 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/55 {
  --tw-shadow-color: rgb(236 72 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/60 {
  --tw-shadow-color: rgb(236 72 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/65 {
  --tw-shadow-color: rgb(236 72 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/70 {
  --tw-shadow-color: rgb(236 72 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/75 {
  --tw-shadow-color: rgb(236 72 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/80 {
  --tw-shadow-color: rgb(236 72 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/85 {
  --tw-shadow-color: rgb(236 72 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/90 {
  --tw-shadow-color: rgb(236 72 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-500\/95 {
  --tw-shadow-color: rgb(236 72 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600 {
  --tw-shadow-color: #db2777;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/0 {
  --tw-shadow-color: rgb(219 39 119 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/10 {
  --tw-shadow-color: rgb(219 39 119 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/100 {
  --tw-shadow-color: rgb(219 39 119 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/15 {
  --tw-shadow-color: rgb(219 39 119 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/20 {
  --tw-shadow-color: rgb(219 39 119 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/25 {
  --tw-shadow-color: rgb(219 39 119 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/30 {
  --tw-shadow-color: rgb(219 39 119 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/35 {
  --tw-shadow-color: rgb(219 39 119 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/40 {
  --tw-shadow-color: rgb(219 39 119 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/45 {
  --tw-shadow-color: rgb(219 39 119 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/5 {
  --tw-shadow-color: rgb(219 39 119 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/50 {
  --tw-shadow-color: rgb(219 39 119 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/55 {
  --tw-shadow-color: rgb(219 39 119 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/60 {
  --tw-shadow-color: rgb(219 39 119 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/65 {
  --tw-shadow-color: rgb(219 39 119 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/70 {
  --tw-shadow-color: rgb(219 39 119 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/75 {
  --tw-shadow-color: rgb(219 39 119 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/80 {
  --tw-shadow-color: rgb(219 39 119 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/85 {
  --tw-shadow-color: rgb(219 39 119 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/90 {
  --tw-shadow-color: rgb(219 39 119 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-600\/95 {
  --tw-shadow-color: rgb(219 39 119 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700 {
  --tw-shadow-color: #be185d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/0 {
  --tw-shadow-color: rgb(190 24 93 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/10 {
  --tw-shadow-color: rgb(190 24 93 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/100 {
  --tw-shadow-color: rgb(190 24 93 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/15 {
  --tw-shadow-color: rgb(190 24 93 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/20 {
  --tw-shadow-color: rgb(190 24 93 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/25 {
  --tw-shadow-color: rgb(190 24 93 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/30 {
  --tw-shadow-color: rgb(190 24 93 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/35 {
  --tw-shadow-color: rgb(190 24 93 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/40 {
  --tw-shadow-color: rgb(190 24 93 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/45 {
  --tw-shadow-color: rgb(190 24 93 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/5 {
  --tw-shadow-color: rgb(190 24 93 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/50 {
  --tw-shadow-color: rgb(190 24 93 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/55 {
  --tw-shadow-color: rgb(190 24 93 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/60 {
  --tw-shadow-color: rgb(190 24 93 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/65 {
  --tw-shadow-color: rgb(190 24 93 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/70 {
  --tw-shadow-color: rgb(190 24 93 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/75 {
  --tw-shadow-color: rgb(190 24 93 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/80 {
  --tw-shadow-color: rgb(190 24 93 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/85 {
  --tw-shadow-color: rgb(190 24 93 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/90 {
  --tw-shadow-color: rgb(190 24 93 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-700\/95 {
  --tw-shadow-color: rgb(190 24 93 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800 {
  --tw-shadow-color: #9d174d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/0 {
  --tw-shadow-color: rgb(157 23 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/10 {
  --tw-shadow-color: rgb(157 23 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/100 {
  --tw-shadow-color: rgb(157 23 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/15 {
  --tw-shadow-color: rgb(157 23 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/20 {
  --tw-shadow-color: rgb(157 23 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/25 {
  --tw-shadow-color: rgb(157 23 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/30 {
  --tw-shadow-color: rgb(157 23 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/35 {
  --tw-shadow-color: rgb(157 23 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/40 {
  --tw-shadow-color: rgb(157 23 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/45 {
  --tw-shadow-color: rgb(157 23 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/5 {
  --tw-shadow-color: rgb(157 23 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/50 {
  --tw-shadow-color: rgb(157 23 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/55 {
  --tw-shadow-color: rgb(157 23 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/60 {
  --tw-shadow-color: rgb(157 23 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/65 {
  --tw-shadow-color: rgb(157 23 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/70 {
  --tw-shadow-color: rgb(157 23 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/75 {
  --tw-shadow-color: rgb(157 23 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/80 {
  --tw-shadow-color: rgb(157 23 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/85 {
  --tw-shadow-color: rgb(157 23 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/90 {
  --tw-shadow-color: rgb(157 23 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-800\/95 {
  --tw-shadow-color: rgb(157 23 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900 {
  --tw-shadow-color: #831843;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/0 {
  --tw-shadow-color: rgb(131 24 67 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/10 {
  --tw-shadow-color: rgb(131 24 67 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/100 {
  --tw-shadow-color: rgb(131 24 67 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/15 {
  --tw-shadow-color: rgb(131 24 67 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/20 {
  --tw-shadow-color: rgb(131 24 67 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/25 {
  --tw-shadow-color: rgb(131 24 67 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/30 {
  --tw-shadow-color: rgb(131 24 67 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/35 {
  --tw-shadow-color: rgb(131 24 67 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/40 {
  --tw-shadow-color: rgb(131 24 67 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/45 {
  --tw-shadow-color: rgb(131 24 67 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/5 {
  --tw-shadow-color: rgb(131 24 67 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/50 {
  --tw-shadow-color: rgb(131 24 67 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/55 {
  --tw-shadow-color: rgb(131 24 67 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/60 {
  --tw-shadow-color: rgb(131 24 67 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/65 {
  --tw-shadow-color: rgb(131 24 67 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/70 {
  --tw-shadow-color: rgb(131 24 67 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/75 {
  --tw-shadow-color: rgb(131 24 67 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/80 {
  --tw-shadow-color: rgb(131 24 67 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/85 {
  --tw-shadow-color: rgb(131 24 67 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/90 {
  --tw-shadow-color: rgb(131 24 67 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-900\/95 {
  --tw-shadow-color: rgb(131 24 67 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950 {
  --tw-shadow-color: #500724;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/0 {
  --tw-shadow-color: rgb(80 7 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/10 {
  --tw-shadow-color: rgb(80 7 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/100 {
  --tw-shadow-color: rgb(80 7 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/15 {
  --tw-shadow-color: rgb(80 7 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/20 {
  --tw-shadow-color: rgb(80 7 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/25 {
  --tw-shadow-color: rgb(80 7 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/30 {
  --tw-shadow-color: rgb(80 7 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/35 {
  --tw-shadow-color: rgb(80 7 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/40 {
  --tw-shadow-color: rgb(80 7 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/45 {
  --tw-shadow-color: rgb(80 7 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/5 {
  --tw-shadow-color: rgb(80 7 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/50 {
  --tw-shadow-color: rgb(80 7 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/55 {
  --tw-shadow-color: rgb(80 7 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/60 {
  --tw-shadow-color: rgb(80 7 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/65 {
  --tw-shadow-color: rgb(80 7 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/70 {
  --tw-shadow-color: rgb(80 7 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/75 {
  --tw-shadow-color: rgb(80 7 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/80 {
  --tw-shadow-color: rgb(80 7 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/85 {
  --tw-shadow-color: rgb(80 7 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/90 {
  --tw-shadow-color: rgb(80 7 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-pink-950\/95 {
  --tw-shadow-color: rgb(80 7 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100 {
  --tw-shadow-color: #feeade;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/0 {
  --tw-shadow-color: rgb(254 234 222 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/10 {
  --tw-shadow-color: rgb(254 234 222 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/100 {
  --tw-shadow-color: rgb(254 234 222 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/15 {
  --tw-shadow-color: rgb(254 234 222 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/20 {
  --tw-shadow-color: rgb(254 234 222 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/25 {
  --tw-shadow-color: rgb(254 234 222 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/30 {
  --tw-shadow-color: rgb(254 234 222 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/35 {
  --tw-shadow-color: rgb(254 234 222 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/40 {
  --tw-shadow-color: rgb(254 234 222 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/45 {
  --tw-shadow-color: rgb(254 234 222 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/5 {
  --tw-shadow-color: rgb(254 234 222 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/50 {
  --tw-shadow-color: rgb(254 234 222 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/55 {
  --tw-shadow-color: rgb(254 234 222 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/60 {
  --tw-shadow-color: rgb(254 234 222 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/65 {
  --tw-shadow-color: rgb(254 234 222 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/70 {
  --tw-shadow-color: rgb(254 234 222 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/75 {
  --tw-shadow-color: rgb(254 234 222 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/80 {
  --tw-shadow-color: rgb(254 234 222 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/85 {
  --tw-shadow-color: rgb(254 234 222 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/90 {
  --tw-shadow-color: rgb(254 234 222 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-100\/95 {
  --tw-shadow-color: rgb(254 234 222 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200 {
  --tw-shadow-color: #fcd3bd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/0 {
  --tw-shadow-color: rgb(252 211 189 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/10 {
  --tw-shadow-color: rgb(252 211 189 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/100 {
  --tw-shadow-color: rgb(252 211 189 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/15 {
  --tw-shadow-color: rgb(252 211 189 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/20 {
  --tw-shadow-color: rgb(252 211 189 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/25 {
  --tw-shadow-color: rgb(252 211 189 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/30 {
  --tw-shadow-color: rgb(252 211 189 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/35 {
  --tw-shadow-color: rgb(252 211 189 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/40 {
  --tw-shadow-color: rgb(252 211 189 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/45 {
  --tw-shadow-color: rgb(252 211 189 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/5 {
  --tw-shadow-color: rgb(252 211 189 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/50 {
  --tw-shadow-color: rgb(252 211 189 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/55 {
  --tw-shadow-color: rgb(252 211 189 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/60 {
  --tw-shadow-color: rgb(252 211 189 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/65 {
  --tw-shadow-color: rgb(252 211 189 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/70 {
  --tw-shadow-color: rgb(252 211 189 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/75 {
  --tw-shadow-color: rgb(252 211 189 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/80 {
  --tw-shadow-color: rgb(252 211 189 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/85 {
  --tw-shadow-color: rgb(252 211 189 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/90 {
  --tw-shadow-color: rgb(252 211 189 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-200\/95 {
  --tw-shadow-color: rgb(252 211 189 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300 {
  --tw-shadow-color: #fab38f;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/0 {
  --tw-shadow-color: rgb(250 179 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/10 {
  --tw-shadow-color: rgb(250 179 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/100 {
  --tw-shadow-color: rgb(250 179 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/15 {
  --tw-shadow-color: rgb(250 179 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/20 {
  --tw-shadow-color: rgb(250 179 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/25 {
  --tw-shadow-color: rgb(250 179 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/30 {
  --tw-shadow-color: rgb(250 179 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/35 {
  --tw-shadow-color: rgb(250 179 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/40 {
  --tw-shadow-color: rgb(250 179 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/45 {
  --tw-shadow-color: rgb(250 179 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/5 {
  --tw-shadow-color: rgb(250 179 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/50 {
  --tw-shadow-color: rgb(250 179 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/55 {
  --tw-shadow-color: rgb(250 179 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/60 {
  --tw-shadow-color: rgb(250 179 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/65 {
  --tw-shadow-color: rgb(250 179 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/70 {
  --tw-shadow-color: rgb(250 179 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/75 {
  --tw-shadow-color: rgb(250 179 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/80 {
  --tw-shadow-color: rgb(250 179 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/85 {
  --tw-shadow-color: rgb(250 179 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/90 {
  --tw-shadow-color: rgb(250 179 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-300\/95 {
  --tw-shadow-color: rgb(250 179 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400 {
  --tw-shadow-color: #f99766;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/0 {
  --tw-shadow-color: rgb(249 151 102 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/10 {
  --tw-shadow-color: rgb(249 151 102 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/100 {
  --tw-shadow-color: rgb(249 151 102 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/15 {
  --tw-shadow-color: rgb(249 151 102 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/20 {
  --tw-shadow-color: rgb(249 151 102 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/25 {
  --tw-shadow-color: rgb(249 151 102 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/30 {
  --tw-shadow-color: rgb(249 151 102 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/35 {
  --tw-shadow-color: rgb(249 151 102 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/40 {
  --tw-shadow-color: rgb(249 151 102 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/45 {
  --tw-shadow-color: rgb(249 151 102 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/5 {
  --tw-shadow-color: rgb(249 151 102 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/50 {
  --tw-shadow-color: rgb(249 151 102 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/55 {
  --tw-shadow-color: rgb(249 151 102 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/60 {
  --tw-shadow-color: rgb(249 151 102 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/65 {
  --tw-shadow-color: rgb(249 151 102 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/70 {
  --tw-shadow-color: rgb(249 151 102 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/75 {
  --tw-shadow-color: rgb(249 151 102 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/80 {
  --tw-shadow-color: rgb(249 151 102 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/85 {
  --tw-shadow-color: rgb(249 151 102 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/90 {
  --tw-shadow-color: rgb(249 151 102 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-400\/95 {
  --tw-shadow-color: rgb(249 151 102 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50 {
  --tw-shadow-color: #fff7f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/0 {
  --tw-shadow-color: rgb(255 247 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/10 {
  --tw-shadow-color: rgb(255 247 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/100 {
  --tw-shadow-color: rgb(255 247 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/15 {
  --tw-shadow-color: rgb(255 247 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/20 {
  --tw-shadow-color: rgb(255 247 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/25 {
  --tw-shadow-color: rgb(255 247 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/30 {
  --tw-shadow-color: rgb(255 247 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/35 {
  --tw-shadow-color: rgb(255 247 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/40 {
  --tw-shadow-color: rgb(255 247 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/45 {
  --tw-shadow-color: rgb(255 247 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/5 {
  --tw-shadow-color: rgb(255 247 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/50 {
  --tw-shadow-color: rgb(255 247 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/55 {
  --tw-shadow-color: rgb(255 247 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/60 {
  --tw-shadow-color: rgb(255 247 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/65 {
  --tw-shadow-color: rgb(255 247 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/70 {
  --tw-shadow-color: rgb(255 247 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/75 {
  --tw-shadow-color: rgb(255 247 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/80 {
  --tw-shadow-color: rgb(255 247 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/85 {
  --tw-shadow-color: rgb(255 247 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/90 {
  --tw-shadow-color: rgb(255 247 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-50\/95 {
  --tw-shadow-color: rgb(255 247 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500 {
  --tw-shadow-color: #f78d4d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/0 {
  --tw-shadow-color: rgb(247 141 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/10 {
  --tw-shadow-color: rgb(247 141 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/100 {
  --tw-shadow-color: rgb(247 141 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/15 {
  --tw-shadow-color: rgb(247 141 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/20 {
  --tw-shadow-color: rgb(247 141 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/25 {
  --tw-shadow-color: rgb(247 141 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/30 {
  --tw-shadow-color: rgb(247 141 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/35 {
  --tw-shadow-color: rgb(247 141 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/40 {
  --tw-shadow-color: rgb(247 141 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/45 {
  --tw-shadow-color: rgb(247 141 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/5 {
  --tw-shadow-color: rgb(247 141 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/50 {
  --tw-shadow-color: rgb(247 141 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/55 {
  --tw-shadow-color: rgb(247 141 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/60 {
  --tw-shadow-color: rgb(247 141 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/65 {
  --tw-shadow-color: rgb(247 141 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/70 {
  --tw-shadow-color: rgb(247 141 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/75 {
  --tw-shadow-color: rgb(247 141 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/80 {
  --tw-shadow-color: rgb(247 141 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/85 {
  --tw-shadow-color: rgb(247 141 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/90 {
  --tw-shadow-color: rgb(247 141 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-500\/95 {
  --tw-shadow-color: rgb(247 141 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600 {
  --tw-shadow-color: #e96325;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/0 {
  --tw-shadow-color: rgb(233 99 37 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/10 {
  --tw-shadow-color: rgb(233 99 37 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/100 {
  --tw-shadow-color: rgb(233 99 37 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/15 {
  --tw-shadow-color: rgb(233 99 37 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/20 {
  --tw-shadow-color: rgb(233 99 37 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/25 {
  --tw-shadow-color: rgb(233 99 37 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/30 {
  --tw-shadow-color: rgb(233 99 37 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/35 {
  --tw-shadow-color: rgb(233 99 37 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/40 {
  --tw-shadow-color: rgb(233 99 37 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/45 {
  --tw-shadow-color: rgb(233 99 37 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/5 {
  --tw-shadow-color: rgb(233 99 37 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/50 {
  --tw-shadow-color: rgb(233 99 37 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/55 {
  --tw-shadow-color: rgb(233 99 37 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/60 {
  --tw-shadow-color: rgb(233 99 37 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/65 {
  --tw-shadow-color: rgb(233 99 37 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/70 {
  --tw-shadow-color: rgb(233 99 37 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/75 {
  --tw-shadow-color: rgb(233 99 37 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/80 {
  --tw-shadow-color: rgb(233 99 37 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/85 {
  --tw-shadow-color: rgb(233 99 37 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/90 {
  --tw-shadow-color: rgb(233 99 37 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-600\/95 {
  --tw-shadow-color: rgb(233 99 37 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700 {
  --tw-shadow-color: #c94a16;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/0 {
  --tw-shadow-color: rgb(201 74 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/10 {
  --tw-shadow-color: rgb(201 74 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/100 {
  --tw-shadow-color: rgb(201 74 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/15 {
  --tw-shadow-color: rgb(201 74 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/20 {
  --tw-shadow-color: rgb(201 74 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/25 {
  --tw-shadow-color: rgb(201 74 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/30 {
  --tw-shadow-color: rgb(201 74 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/35 {
  --tw-shadow-color: rgb(201 74 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/40 {
  --tw-shadow-color: rgb(201 74 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/45 {
  --tw-shadow-color: rgb(201 74 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/5 {
  --tw-shadow-color: rgb(201 74 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/50 {
  --tw-shadow-color: rgb(201 74 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/55 {
  --tw-shadow-color: rgb(201 74 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/60 {
  --tw-shadow-color: rgb(201 74 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/65 {
  --tw-shadow-color: rgb(201 74 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/70 {
  --tw-shadow-color: rgb(201 74 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/75 {
  --tw-shadow-color: rgb(201 74 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/80 {
  --tw-shadow-color: rgb(201 74 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/85 {
  --tw-shadow-color: rgb(201 74 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/90 {
  --tw-shadow-color: rgb(201 74 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-700\/95 {
  --tw-shadow-color: rgb(201 74 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800 {
  --tw-shadow-color: #a13b18;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/0 {
  --tw-shadow-color: rgb(161 59 24 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/10 {
  --tw-shadow-color: rgb(161 59 24 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/100 {
  --tw-shadow-color: rgb(161 59 24 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/15 {
  --tw-shadow-color: rgb(161 59 24 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/20 {
  --tw-shadow-color: rgb(161 59 24 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/25 {
  --tw-shadow-color: rgb(161 59 24 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/30 {
  --tw-shadow-color: rgb(161 59 24 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/35 {
  --tw-shadow-color: rgb(161 59 24 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/40 {
  --tw-shadow-color: rgb(161 59 24 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/45 {
  --tw-shadow-color: rgb(161 59 24 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/5 {
  --tw-shadow-color: rgb(161 59 24 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/50 {
  --tw-shadow-color: rgb(161 59 24 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/55 {
  --tw-shadow-color: rgb(161 59 24 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/60 {
  --tw-shadow-color: rgb(161 59 24 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/65 {
  --tw-shadow-color: rgb(161 59 24 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/70 {
  --tw-shadow-color: rgb(161 59 24 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/75 {
  --tw-shadow-color: rgb(161 59 24 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/80 {
  --tw-shadow-color: rgb(161 59 24 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/85 {
  --tw-shadow-color: rgb(161 59 24 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/90 {
  --tw-shadow-color: rgb(161 59 24 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-800\/95 {
  --tw-shadow-color: rgb(161 59 24 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900 {
  --tw-shadow-color: #823318;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/0 {
  --tw-shadow-color: rgb(130 51 24 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/10 {
  --tw-shadow-color: rgb(130 51 24 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/100 {
  --tw-shadow-color: rgb(130 51 24 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/15 {
  --tw-shadow-color: rgb(130 51 24 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/20 {
  --tw-shadow-color: rgb(130 51 24 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/25 {
  --tw-shadow-color: rgb(130 51 24 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/30 {
  --tw-shadow-color: rgb(130 51 24 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/35 {
  --tw-shadow-color: rgb(130 51 24 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/40 {
  --tw-shadow-color: rgb(130 51 24 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/45 {
  --tw-shadow-color: rgb(130 51 24 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/5 {
  --tw-shadow-color: rgb(130 51 24 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/50 {
  --tw-shadow-color: rgb(130 51 24 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/55 {
  --tw-shadow-color: rgb(130 51 24 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/60 {
  --tw-shadow-color: rgb(130 51 24 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/65 {
  --tw-shadow-color: rgb(130 51 24 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/70 {
  --tw-shadow-color: rgb(130 51 24 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/75 {
  --tw-shadow-color: rgb(130 51 24 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/80 {
  --tw-shadow-color: rgb(130 51 24 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/85 {
  --tw-shadow-color: rgb(130 51 24 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/90 {
  --tw-shadow-color: rgb(130 51 24 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-900\/95 {
  --tw-shadow-color: rgb(130 51 24 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950 {
  --tw-shadow-color: #461708;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/0 {
  --tw-shadow-color: rgb(70 23 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/10 {
  --tw-shadow-color: rgb(70 23 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/100 {
  --tw-shadow-color: rgb(70 23 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/15 {
  --tw-shadow-color: rgb(70 23 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/20 {
  --tw-shadow-color: rgb(70 23 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/25 {
  --tw-shadow-color: rgb(70 23 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/30 {
  --tw-shadow-color: rgb(70 23 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/35 {
  --tw-shadow-color: rgb(70 23 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/40 {
  --tw-shadow-color: rgb(70 23 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/45 {
  --tw-shadow-color: rgb(70 23 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/5 {
  --tw-shadow-color: rgb(70 23 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/50 {
  --tw-shadow-color: rgb(70 23 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/55 {
  --tw-shadow-color: rgb(70 23 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/60 {
  --tw-shadow-color: rgb(70 23 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/65 {
  --tw-shadow-color: rgb(70 23 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/70 {
  --tw-shadow-color: rgb(70 23 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/75 {
  --tw-shadow-color: rgb(70 23 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/80 {
  --tw-shadow-color: rgb(70 23 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/85 {
  --tw-shadow-color: rgb(70 23 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/90 {
  --tw-shadow-color: rgb(70 23 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-primary-950\/95 {
  --tw-shadow-color: rgb(70 23 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100 {
  --tw-shadow-color: #f3e8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/0 {
  --tw-shadow-color: rgb(243 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/10 {
  --tw-shadow-color: rgb(243 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/100 {
  --tw-shadow-color: rgb(243 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/15 {
  --tw-shadow-color: rgb(243 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/20 {
  --tw-shadow-color: rgb(243 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/25 {
  --tw-shadow-color: rgb(243 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/30 {
  --tw-shadow-color: rgb(243 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/35 {
  --tw-shadow-color: rgb(243 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/40 {
  --tw-shadow-color: rgb(243 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/45 {
  --tw-shadow-color: rgb(243 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/5 {
  --tw-shadow-color: rgb(243 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/50 {
  --tw-shadow-color: rgb(243 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/55 {
  --tw-shadow-color: rgb(243 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/60 {
  --tw-shadow-color: rgb(243 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/65 {
  --tw-shadow-color: rgb(243 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/70 {
  --tw-shadow-color: rgb(243 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/75 {
  --tw-shadow-color: rgb(243 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/80 {
  --tw-shadow-color: rgb(243 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/85 {
  --tw-shadow-color: rgb(243 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/90 {
  --tw-shadow-color: rgb(243 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-100\/95 {
  --tw-shadow-color: rgb(243 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200 {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/0 {
  --tw-shadow-color: rgb(233 213 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/10 {
  --tw-shadow-color: rgb(233 213 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/100 {
  --tw-shadow-color: rgb(233 213 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/15 {
  --tw-shadow-color: rgb(233 213 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/20 {
  --tw-shadow-color: rgb(233 213 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/25 {
  --tw-shadow-color: rgb(233 213 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/30 {
  --tw-shadow-color: rgb(233 213 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/35 {
  --tw-shadow-color: rgb(233 213 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/40 {
  --tw-shadow-color: rgb(233 213 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/45 {
  --tw-shadow-color: rgb(233 213 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/5 {
  --tw-shadow-color: rgb(233 213 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/50 {
  --tw-shadow-color: rgb(233 213 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/55 {
  --tw-shadow-color: rgb(233 213 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/60 {
  --tw-shadow-color: rgb(233 213 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/65 {
  --tw-shadow-color: rgb(233 213 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/70 {
  --tw-shadow-color: rgb(233 213 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/75 {
  --tw-shadow-color: rgb(233 213 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/80 {
  --tw-shadow-color: rgb(233 213 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/85 {
  --tw-shadow-color: rgb(233 213 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/90 {
  --tw-shadow-color: rgb(233 213 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-200\/95 {
  --tw-shadow-color: rgb(233 213 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300 {
  --tw-shadow-color: #d8b4fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/0 {
  --tw-shadow-color: rgb(216 180 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/10 {
  --tw-shadow-color: rgb(216 180 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/100 {
  --tw-shadow-color: rgb(216 180 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/15 {
  --tw-shadow-color: rgb(216 180 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/20 {
  --tw-shadow-color: rgb(216 180 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/25 {
  --tw-shadow-color: rgb(216 180 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/30 {
  --tw-shadow-color: rgb(216 180 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/35 {
  --tw-shadow-color: rgb(216 180 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/40 {
  --tw-shadow-color: rgb(216 180 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/45 {
  --tw-shadow-color: rgb(216 180 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/5 {
  --tw-shadow-color: rgb(216 180 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/50 {
  --tw-shadow-color: rgb(216 180 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/55 {
  --tw-shadow-color: rgb(216 180 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/60 {
  --tw-shadow-color: rgb(216 180 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/65 {
  --tw-shadow-color: rgb(216 180 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/70 {
  --tw-shadow-color: rgb(216 180 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/75 {
  --tw-shadow-color: rgb(216 180 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/80 {
  --tw-shadow-color: rgb(216 180 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/85 {
  --tw-shadow-color: rgb(216 180 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/90 {
  --tw-shadow-color: rgb(216 180 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-300\/95 {
  --tw-shadow-color: rgb(216 180 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400 {
  --tw-shadow-color: #c084fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/0 {
  --tw-shadow-color: rgb(192 132 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/10 {
  --tw-shadow-color: rgb(192 132 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/100 {
  --tw-shadow-color: rgb(192 132 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/15 {
  --tw-shadow-color: rgb(192 132 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/20 {
  --tw-shadow-color: rgb(192 132 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/25 {
  --tw-shadow-color: rgb(192 132 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/30 {
  --tw-shadow-color: rgb(192 132 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/35 {
  --tw-shadow-color: rgb(192 132 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/40 {
  --tw-shadow-color: rgb(192 132 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/45 {
  --tw-shadow-color: rgb(192 132 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/5 {
  --tw-shadow-color: rgb(192 132 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/50 {
  --tw-shadow-color: rgb(192 132 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/55 {
  --tw-shadow-color: rgb(192 132 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/60 {
  --tw-shadow-color: rgb(192 132 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/65 {
  --tw-shadow-color: rgb(192 132 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/70 {
  --tw-shadow-color: rgb(192 132 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/75 {
  --tw-shadow-color: rgb(192 132 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/80 {
  --tw-shadow-color: rgb(192 132 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/85 {
  --tw-shadow-color: rgb(192 132 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/90 {
  --tw-shadow-color: rgb(192 132 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-400\/95 {
  --tw-shadow-color: rgb(192 132 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50 {
  --tw-shadow-color: #faf5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/0 {
  --tw-shadow-color: rgb(250 245 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/10 {
  --tw-shadow-color: rgb(250 245 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/100 {
  --tw-shadow-color: rgb(250 245 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/15 {
  --tw-shadow-color: rgb(250 245 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/20 {
  --tw-shadow-color: rgb(250 245 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/25 {
  --tw-shadow-color: rgb(250 245 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/30 {
  --tw-shadow-color: rgb(250 245 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/35 {
  --tw-shadow-color: rgb(250 245 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/40 {
  --tw-shadow-color: rgb(250 245 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/45 {
  --tw-shadow-color: rgb(250 245 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/5 {
  --tw-shadow-color: rgb(250 245 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/50 {
  --tw-shadow-color: rgb(250 245 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/55 {
  --tw-shadow-color: rgb(250 245 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/60 {
  --tw-shadow-color: rgb(250 245 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/65 {
  --tw-shadow-color: rgb(250 245 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/70 {
  --tw-shadow-color: rgb(250 245 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/75 {
  --tw-shadow-color: rgb(250 245 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/80 {
  --tw-shadow-color: rgb(250 245 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/85 {
  --tw-shadow-color: rgb(250 245 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/90 {
  --tw-shadow-color: rgb(250 245 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-50\/95 {
  --tw-shadow-color: rgb(250 245 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500 {
  --tw-shadow-color: #a855f7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/0 {
  --tw-shadow-color: rgb(168 85 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/10 {
  --tw-shadow-color: rgb(168 85 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/100 {
  --tw-shadow-color: rgb(168 85 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/15 {
  --tw-shadow-color: rgb(168 85 247 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/20 {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/25 {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/30 {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/35 {
  --tw-shadow-color: rgb(168 85 247 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/40 {
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/45 {
  --tw-shadow-color: rgb(168 85 247 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/5 {
  --tw-shadow-color: rgb(168 85 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/50 {
  --tw-shadow-color: rgb(168 85 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/55 {
  --tw-shadow-color: rgb(168 85 247 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/60 {
  --tw-shadow-color: rgb(168 85 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/65 {
  --tw-shadow-color: rgb(168 85 247 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/70 {
  --tw-shadow-color: rgb(168 85 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/75 {
  --tw-shadow-color: rgb(168 85 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/80 {
  --tw-shadow-color: rgb(168 85 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/85 {
  --tw-shadow-color: rgb(168 85 247 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/90 {
  --tw-shadow-color: rgb(168 85 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-500\/95 {
  --tw-shadow-color: rgb(168 85 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600 {
  --tw-shadow-color: #9333ea;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/0 {
  --tw-shadow-color: rgb(147 51 234 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/10 {
  --tw-shadow-color: rgb(147 51 234 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/100 {
  --tw-shadow-color: rgb(147 51 234 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/15 {
  --tw-shadow-color: rgb(147 51 234 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/20 {
  --tw-shadow-color: rgb(147 51 234 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/25 {
  --tw-shadow-color: rgb(147 51 234 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/30 {
  --tw-shadow-color: rgb(147 51 234 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/35 {
  --tw-shadow-color: rgb(147 51 234 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/40 {
  --tw-shadow-color: rgb(147 51 234 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/45 {
  --tw-shadow-color: rgb(147 51 234 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/5 {
  --tw-shadow-color: rgb(147 51 234 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/50 {
  --tw-shadow-color: rgb(147 51 234 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/55 {
  --tw-shadow-color: rgb(147 51 234 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/60 {
  --tw-shadow-color: rgb(147 51 234 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/65 {
  --tw-shadow-color: rgb(147 51 234 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/70 {
  --tw-shadow-color: rgb(147 51 234 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/75 {
  --tw-shadow-color: rgb(147 51 234 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/80 {
  --tw-shadow-color: rgb(147 51 234 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/85 {
  --tw-shadow-color: rgb(147 51 234 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/90 {
  --tw-shadow-color: rgb(147 51 234 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-600\/95 {
  --tw-shadow-color: rgb(147 51 234 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700 {
  --tw-shadow-color: #7e22ce;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/0 {
  --tw-shadow-color: rgb(126 34 206 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/10 {
  --tw-shadow-color: rgb(126 34 206 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/100 {
  --tw-shadow-color: rgb(126 34 206 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/15 {
  --tw-shadow-color: rgb(126 34 206 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/20 {
  --tw-shadow-color: rgb(126 34 206 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/25 {
  --tw-shadow-color: rgb(126 34 206 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/30 {
  --tw-shadow-color: rgb(126 34 206 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/35 {
  --tw-shadow-color: rgb(126 34 206 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/40 {
  --tw-shadow-color: rgb(126 34 206 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/45 {
  --tw-shadow-color: rgb(126 34 206 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/5 {
  --tw-shadow-color: rgb(126 34 206 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/50 {
  --tw-shadow-color: rgb(126 34 206 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/55 {
  --tw-shadow-color: rgb(126 34 206 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/60 {
  --tw-shadow-color: rgb(126 34 206 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/65 {
  --tw-shadow-color: rgb(126 34 206 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/70 {
  --tw-shadow-color: rgb(126 34 206 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/75 {
  --tw-shadow-color: rgb(126 34 206 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/80 {
  --tw-shadow-color: rgb(126 34 206 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/85 {
  --tw-shadow-color: rgb(126 34 206 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/90 {
  --tw-shadow-color: rgb(126 34 206 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-700\/95 {
  --tw-shadow-color: rgb(126 34 206 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800 {
  --tw-shadow-color: #6b21a8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/0 {
  --tw-shadow-color: rgb(107 33 168 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/10 {
  --tw-shadow-color: rgb(107 33 168 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/100 {
  --tw-shadow-color: rgb(107 33 168 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/15 {
  --tw-shadow-color: rgb(107 33 168 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/20 {
  --tw-shadow-color: rgb(107 33 168 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/25 {
  --tw-shadow-color: rgb(107 33 168 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/30 {
  --tw-shadow-color: rgb(107 33 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/35 {
  --tw-shadow-color: rgb(107 33 168 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/40 {
  --tw-shadow-color: rgb(107 33 168 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/45 {
  --tw-shadow-color: rgb(107 33 168 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/5 {
  --tw-shadow-color: rgb(107 33 168 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/50 {
  --tw-shadow-color: rgb(107 33 168 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/55 {
  --tw-shadow-color: rgb(107 33 168 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/60 {
  --tw-shadow-color: rgb(107 33 168 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/65 {
  --tw-shadow-color: rgb(107 33 168 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/70 {
  --tw-shadow-color: rgb(107 33 168 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/75 {
  --tw-shadow-color: rgb(107 33 168 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/80 {
  --tw-shadow-color: rgb(107 33 168 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/85 {
  --tw-shadow-color: rgb(107 33 168 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/90 {
  --tw-shadow-color: rgb(107 33 168 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-800\/95 {
  --tw-shadow-color: rgb(107 33 168 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900 {
  --tw-shadow-color: #581c87;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/0 {
  --tw-shadow-color: rgb(88 28 135 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/10 {
  --tw-shadow-color: rgb(88 28 135 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/100 {
  --tw-shadow-color: rgb(88 28 135 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/15 {
  --tw-shadow-color: rgb(88 28 135 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/20 {
  --tw-shadow-color: rgb(88 28 135 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/25 {
  --tw-shadow-color: rgb(88 28 135 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/30 {
  --tw-shadow-color: rgb(88 28 135 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/35 {
  --tw-shadow-color: rgb(88 28 135 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/40 {
  --tw-shadow-color: rgb(88 28 135 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/45 {
  --tw-shadow-color: rgb(88 28 135 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/5 {
  --tw-shadow-color: rgb(88 28 135 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/50 {
  --tw-shadow-color: rgb(88 28 135 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/55 {
  --tw-shadow-color: rgb(88 28 135 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/60 {
  --tw-shadow-color: rgb(88 28 135 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/65 {
  --tw-shadow-color: rgb(88 28 135 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/70 {
  --tw-shadow-color: rgb(88 28 135 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/75 {
  --tw-shadow-color: rgb(88 28 135 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/80 {
  --tw-shadow-color: rgb(88 28 135 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/85 {
  --tw-shadow-color: rgb(88 28 135 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/90 {
  --tw-shadow-color: rgb(88 28 135 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-900\/95 {
  --tw-shadow-color: rgb(88 28 135 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950 {
  --tw-shadow-color: #3b0764;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/0 {
  --tw-shadow-color: rgb(59 7 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/10 {
  --tw-shadow-color: rgb(59 7 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/100 {
  --tw-shadow-color: rgb(59 7 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/15 {
  --tw-shadow-color: rgb(59 7 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/20 {
  --tw-shadow-color: rgb(59 7 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/25 {
  --tw-shadow-color: rgb(59 7 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/30 {
  --tw-shadow-color: rgb(59 7 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/35 {
  --tw-shadow-color: rgb(59 7 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/40 {
  --tw-shadow-color: rgb(59 7 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/45 {
  --tw-shadow-color: rgb(59 7 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/5 {
  --tw-shadow-color: rgb(59 7 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/50 {
  --tw-shadow-color: rgb(59 7 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/55 {
  --tw-shadow-color: rgb(59 7 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/60 {
  --tw-shadow-color: rgb(59 7 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/65 {
  --tw-shadow-color: rgb(59 7 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/70 {
  --tw-shadow-color: rgb(59 7 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/75 {
  --tw-shadow-color: rgb(59 7 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/80 {
  --tw-shadow-color: rgb(59 7 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/85 {
  --tw-shadow-color: rgb(59 7 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/90 {
  --tw-shadow-color: rgb(59 7 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-purple-950\/95 {
  --tw-shadow-color: rgb(59 7 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100 {
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/0 {
  --tw-shadow-color: rgb(254 226 226 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/10 {
  --tw-shadow-color: rgb(254 226 226 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/100 {
  --tw-shadow-color: rgb(254 226 226 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/15 {
  --tw-shadow-color: rgb(254 226 226 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/20 {
  --tw-shadow-color: rgb(254 226 226 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/25 {
  --tw-shadow-color: rgb(254 226 226 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/30 {
  --tw-shadow-color: rgb(254 226 226 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/35 {
  --tw-shadow-color: rgb(254 226 226 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/40 {
  --tw-shadow-color: rgb(254 226 226 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/45 {
  --tw-shadow-color: rgb(254 226 226 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/5 {
  --tw-shadow-color: rgb(254 226 226 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/50 {
  --tw-shadow-color: rgb(254 226 226 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/55 {
  --tw-shadow-color: rgb(254 226 226 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/60 {
  --tw-shadow-color: rgb(254 226 226 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/65 {
  --tw-shadow-color: rgb(254 226 226 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/70 {
  --tw-shadow-color: rgb(254 226 226 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/75 {
  --tw-shadow-color: rgb(254 226 226 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/80 {
  --tw-shadow-color: rgb(254 226 226 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/85 {
  --tw-shadow-color: rgb(254 226 226 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/90 {
  --tw-shadow-color: rgb(254 226 226 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-100\/95 {
  --tw-shadow-color: rgb(254 226 226 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200 {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/0 {
  --tw-shadow-color: rgb(254 202 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/10 {
  --tw-shadow-color: rgb(254 202 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/100 {
  --tw-shadow-color: rgb(254 202 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/15 {
  --tw-shadow-color: rgb(254 202 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/20 {
  --tw-shadow-color: rgb(254 202 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/25 {
  --tw-shadow-color: rgb(254 202 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/30 {
  --tw-shadow-color: rgb(254 202 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/35 {
  --tw-shadow-color: rgb(254 202 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/40 {
  --tw-shadow-color: rgb(254 202 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/45 {
  --tw-shadow-color: rgb(254 202 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/5 {
  --tw-shadow-color: rgb(254 202 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/50 {
  --tw-shadow-color: rgb(254 202 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/55 {
  --tw-shadow-color: rgb(254 202 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/60 {
  --tw-shadow-color: rgb(254 202 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/65 {
  --tw-shadow-color: rgb(254 202 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/70 {
  --tw-shadow-color: rgb(254 202 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/75 {
  --tw-shadow-color: rgb(254 202 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/80 {
  --tw-shadow-color: rgb(254 202 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/85 {
  --tw-shadow-color: rgb(254 202 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/90 {
  --tw-shadow-color: rgb(254 202 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-200\/95 {
  --tw-shadow-color: rgb(254 202 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300 {
  --tw-shadow-color: #fca5a5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/0 {
  --tw-shadow-color: rgb(252 165 165 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/10 {
  --tw-shadow-color: rgb(252 165 165 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/100 {
  --tw-shadow-color: rgb(252 165 165 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/15 {
  --tw-shadow-color: rgb(252 165 165 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/20 {
  --tw-shadow-color: rgb(252 165 165 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/25 {
  --tw-shadow-color: rgb(252 165 165 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/30 {
  --tw-shadow-color: rgb(252 165 165 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/35 {
  --tw-shadow-color: rgb(252 165 165 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/40 {
  --tw-shadow-color: rgb(252 165 165 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/45 {
  --tw-shadow-color: rgb(252 165 165 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/5 {
  --tw-shadow-color: rgb(252 165 165 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/50 {
  --tw-shadow-color: rgb(252 165 165 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/55 {
  --tw-shadow-color: rgb(252 165 165 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/60 {
  --tw-shadow-color: rgb(252 165 165 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/65 {
  --tw-shadow-color: rgb(252 165 165 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/70 {
  --tw-shadow-color: rgb(252 165 165 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/75 {
  --tw-shadow-color: rgb(252 165 165 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/80 {
  --tw-shadow-color: rgb(252 165 165 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/85 {
  --tw-shadow-color: rgb(252 165 165 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/90 {
  --tw-shadow-color: rgb(252 165 165 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-300\/95 {
  --tw-shadow-color: rgb(252 165 165 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400 {
  --tw-shadow-color: #f87171;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/0 {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/10 {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/100 {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/15 {
  --tw-shadow-color: rgb(248 113 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/20 {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/25 {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/30 {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/35 {
  --tw-shadow-color: rgb(248 113 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/40 {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/45 {
  --tw-shadow-color: rgb(248 113 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/5 {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/50 {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/55 {
  --tw-shadow-color: rgb(248 113 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/60 {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/65 {
  --tw-shadow-color: rgb(248 113 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/70 {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/75 {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/80 {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/85 {
  --tw-shadow-color: rgb(248 113 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/90 {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-400\/95 {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50 {
  --tw-shadow-color: #fef2f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/0 {
  --tw-shadow-color: rgb(254 242 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/10 {
  --tw-shadow-color: rgb(254 242 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/100 {
  --tw-shadow-color: rgb(254 242 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/15 {
  --tw-shadow-color: rgb(254 242 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/20 {
  --tw-shadow-color: rgb(254 242 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/25 {
  --tw-shadow-color: rgb(254 242 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/30 {
  --tw-shadow-color: rgb(254 242 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/35 {
  --tw-shadow-color: rgb(254 242 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/40 {
  --tw-shadow-color: rgb(254 242 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/45 {
  --tw-shadow-color: rgb(254 242 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/5 {
  --tw-shadow-color: rgb(254 242 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/50 {
  --tw-shadow-color: rgb(254 242 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/55 {
  --tw-shadow-color: rgb(254 242 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/60 {
  --tw-shadow-color: rgb(254 242 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/65 {
  --tw-shadow-color: rgb(254 242 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/70 {
  --tw-shadow-color: rgb(254 242 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/75 {
  --tw-shadow-color: rgb(254 242 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/80 {
  --tw-shadow-color: rgb(254 242 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/85 {
  --tw-shadow-color: rgb(254 242 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/90 {
  --tw-shadow-color: rgb(254 242 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-50\/95 {
  --tw-shadow-color: rgb(254 242 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500 {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/0 {
  --tw-shadow-color: rgb(239 68 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/10 {
  --tw-shadow-color: rgb(239 68 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/100 {
  --tw-shadow-color: rgb(239 68 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/15 {
  --tw-shadow-color: rgb(239 68 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/20 {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/25 {
  --tw-shadow-color: rgb(239 68 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/30 {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/35 {
  --tw-shadow-color: rgb(239 68 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/40 {
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/45 {
  --tw-shadow-color: rgb(239 68 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/5 {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/50 {
  --tw-shadow-color: rgb(239 68 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/55 {
  --tw-shadow-color: rgb(239 68 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/60 {
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/65 {
  --tw-shadow-color: rgb(239 68 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/70 {
  --tw-shadow-color: rgb(239 68 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/75 {
  --tw-shadow-color: rgb(239 68 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/80 {
  --tw-shadow-color: rgb(239 68 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/85 {
  --tw-shadow-color: rgb(239 68 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/90 {
  --tw-shadow-color: rgb(239 68 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-500\/95 {
  --tw-shadow-color: rgb(239 68 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600 {
  --tw-shadow-color: #dc2626;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/0 {
  --tw-shadow-color: rgb(220 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/10 {
  --tw-shadow-color: rgb(220 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/100 {
  --tw-shadow-color: rgb(220 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/15 {
  --tw-shadow-color: rgb(220 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/20 {
  --tw-shadow-color: rgb(220 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/25 {
  --tw-shadow-color: rgb(220 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/30 {
  --tw-shadow-color: rgb(220 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/35 {
  --tw-shadow-color: rgb(220 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/40 {
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/45 {
  --tw-shadow-color: rgb(220 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/5 {
  --tw-shadow-color: rgb(220 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/50 {
  --tw-shadow-color: rgb(220 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/55 {
  --tw-shadow-color: rgb(220 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/60 {
  --tw-shadow-color: rgb(220 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/65 {
  --tw-shadow-color: rgb(220 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/70 {
  --tw-shadow-color: rgb(220 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/75 {
  --tw-shadow-color: rgb(220 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/80 {
  --tw-shadow-color: rgb(220 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/85 {
  --tw-shadow-color: rgb(220 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/90 {
  --tw-shadow-color: rgb(220 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-600\/95 {
  --tw-shadow-color: rgb(220 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700 {
  --tw-shadow-color: #b91c1c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/0 {
  --tw-shadow-color: rgb(185 28 28 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/10 {
  --tw-shadow-color: rgb(185 28 28 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/100 {
  --tw-shadow-color: rgb(185 28 28 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/15 {
  --tw-shadow-color: rgb(185 28 28 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/20 {
  --tw-shadow-color: rgb(185 28 28 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/25 {
  --tw-shadow-color: rgb(185 28 28 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/30 {
  --tw-shadow-color: rgb(185 28 28 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/35 {
  --tw-shadow-color: rgb(185 28 28 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/40 {
  --tw-shadow-color: rgb(185 28 28 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/45 {
  --tw-shadow-color: rgb(185 28 28 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/5 {
  --tw-shadow-color: rgb(185 28 28 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/50 {
  --tw-shadow-color: rgb(185 28 28 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/55 {
  --tw-shadow-color: rgb(185 28 28 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/60 {
  --tw-shadow-color: rgb(185 28 28 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/65 {
  --tw-shadow-color: rgb(185 28 28 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/70 {
  --tw-shadow-color: rgb(185 28 28 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/75 {
  --tw-shadow-color: rgb(185 28 28 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/80 {
  --tw-shadow-color: rgb(185 28 28 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/85 {
  --tw-shadow-color: rgb(185 28 28 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/90 {
  --tw-shadow-color: rgb(185 28 28 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-700\/95 {
  --tw-shadow-color: rgb(185 28 28 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800 {
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/0 {
  --tw-shadow-color: rgb(153 27 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/10 {
  --tw-shadow-color: rgb(153 27 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/100 {
  --tw-shadow-color: rgb(153 27 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/15 {
  --tw-shadow-color: rgb(153 27 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/20 {
  --tw-shadow-color: rgb(153 27 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/25 {
  --tw-shadow-color: rgb(153 27 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/30 {
  --tw-shadow-color: rgb(153 27 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/35 {
  --tw-shadow-color: rgb(153 27 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/40 {
  --tw-shadow-color: rgb(153 27 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/45 {
  --tw-shadow-color: rgb(153 27 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/5 {
  --tw-shadow-color: rgb(153 27 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/50 {
  --tw-shadow-color: rgb(153 27 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/55 {
  --tw-shadow-color: rgb(153 27 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/60 {
  --tw-shadow-color: rgb(153 27 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/65 {
  --tw-shadow-color: rgb(153 27 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/70 {
  --tw-shadow-color: rgb(153 27 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/75 {
  --tw-shadow-color: rgb(153 27 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/80 {
  --tw-shadow-color: rgb(153 27 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/85 {
  --tw-shadow-color: rgb(153 27 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/90 {
  --tw-shadow-color: rgb(153 27 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-800\/95 {
  --tw-shadow-color: rgb(153 27 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900 {
  --tw-shadow-color: #7f1d1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/0 {
  --tw-shadow-color: rgb(127 29 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/10 {
  --tw-shadow-color: rgb(127 29 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/100 {
  --tw-shadow-color: rgb(127 29 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/15 {
  --tw-shadow-color: rgb(127 29 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/20 {
  --tw-shadow-color: rgb(127 29 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/25 {
  --tw-shadow-color: rgb(127 29 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/30 {
  --tw-shadow-color: rgb(127 29 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/35 {
  --tw-shadow-color: rgb(127 29 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/40 {
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/45 {
  --tw-shadow-color: rgb(127 29 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/5 {
  --tw-shadow-color: rgb(127 29 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/50 {
  --tw-shadow-color: rgb(127 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/55 {
  --tw-shadow-color: rgb(127 29 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/60 {
  --tw-shadow-color: rgb(127 29 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/65 {
  --tw-shadow-color: rgb(127 29 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/70 {
  --tw-shadow-color: rgb(127 29 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/75 {
  --tw-shadow-color: rgb(127 29 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/80 {
  --tw-shadow-color: rgb(127 29 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/85 {
  --tw-shadow-color: rgb(127 29 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/90 {
  --tw-shadow-color: rgb(127 29 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-900\/95 {
  --tw-shadow-color: rgb(127 29 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950 {
  --tw-shadow-color: #450a0a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/0 {
  --tw-shadow-color: rgb(69 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/10 {
  --tw-shadow-color: rgb(69 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/100 {
  --tw-shadow-color: rgb(69 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/15 {
  --tw-shadow-color: rgb(69 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/20 {
  --tw-shadow-color: rgb(69 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/25 {
  --tw-shadow-color: rgb(69 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/30 {
  --tw-shadow-color: rgb(69 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/35 {
  --tw-shadow-color: rgb(69 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/40 {
  --tw-shadow-color: rgb(69 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/45 {
  --tw-shadow-color: rgb(69 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/5 {
  --tw-shadow-color: rgb(69 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/50 {
  --tw-shadow-color: rgb(69 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/55 {
  --tw-shadow-color: rgb(69 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/60 {
  --tw-shadow-color: rgb(69 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/65 {
  --tw-shadow-color: rgb(69 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/70 {
  --tw-shadow-color: rgb(69 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/75 {
  --tw-shadow-color: rgb(69 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/80 {
  --tw-shadow-color: rgb(69 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/85 {
  --tw-shadow-color: rgb(69 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/90 {
  --tw-shadow-color: rgb(69 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-red-950\/95 {
  --tw-shadow-color: rgb(69 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100 {
  --tw-shadow-color: #ffe4e6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/0 {
  --tw-shadow-color: rgb(255 228 230 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/10 {
  --tw-shadow-color: rgb(255 228 230 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/100 {
  --tw-shadow-color: rgb(255 228 230 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/15 {
  --tw-shadow-color: rgb(255 228 230 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/20 {
  --tw-shadow-color: rgb(255 228 230 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/25 {
  --tw-shadow-color: rgb(255 228 230 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/30 {
  --tw-shadow-color: rgb(255 228 230 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/35 {
  --tw-shadow-color: rgb(255 228 230 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/40 {
  --tw-shadow-color: rgb(255 228 230 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/45 {
  --tw-shadow-color: rgb(255 228 230 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/5 {
  --tw-shadow-color: rgb(255 228 230 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/50 {
  --tw-shadow-color: rgb(255 228 230 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/55 {
  --tw-shadow-color: rgb(255 228 230 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/60 {
  --tw-shadow-color: rgb(255 228 230 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/65 {
  --tw-shadow-color: rgb(255 228 230 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/70 {
  --tw-shadow-color: rgb(255 228 230 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/75 {
  --tw-shadow-color: rgb(255 228 230 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/80 {
  --tw-shadow-color: rgb(255 228 230 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/85 {
  --tw-shadow-color: rgb(255 228 230 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/90 {
  --tw-shadow-color: rgb(255 228 230 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-100\/95 {
  --tw-shadow-color: rgb(255 228 230 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200 {
  --tw-shadow-color: #fecdd3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/0 {
  --tw-shadow-color: rgb(254 205 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/10 {
  --tw-shadow-color: rgb(254 205 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/100 {
  --tw-shadow-color: rgb(254 205 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/15 {
  --tw-shadow-color: rgb(254 205 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/20 {
  --tw-shadow-color: rgb(254 205 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/25 {
  --tw-shadow-color: rgb(254 205 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/30 {
  --tw-shadow-color: rgb(254 205 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/35 {
  --tw-shadow-color: rgb(254 205 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/40 {
  --tw-shadow-color: rgb(254 205 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/45 {
  --tw-shadow-color: rgb(254 205 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/5 {
  --tw-shadow-color: rgb(254 205 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/50 {
  --tw-shadow-color: rgb(254 205 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/55 {
  --tw-shadow-color: rgb(254 205 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/60 {
  --tw-shadow-color: rgb(254 205 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/65 {
  --tw-shadow-color: rgb(254 205 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/70 {
  --tw-shadow-color: rgb(254 205 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/75 {
  --tw-shadow-color: rgb(254 205 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/80 {
  --tw-shadow-color: rgb(254 205 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/85 {
  --tw-shadow-color: rgb(254 205 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/90 {
  --tw-shadow-color: rgb(254 205 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-200\/95 {
  --tw-shadow-color: rgb(254 205 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300 {
  --tw-shadow-color: #fda4af;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/0 {
  --tw-shadow-color: rgb(253 164 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/10 {
  --tw-shadow-color: rgb(253 164 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/100 {
  --tw-shadow-color: rgb(253 164 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/15 {
  --tw-shadow-color: rgb(253 164 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/20 {
  --tw-shadow-color: rgb(253 164 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/25 {
  --tw-shadow-color: rgb(253 164 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/30 {
  --tw-shadow-color: rgb(253 164 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/35 {
  --tw-shadow-color: rgb(253 164 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/40 {
  --tw-shadow-color: rgb(253 164 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/45 {
  --tw-shadow-color: rgb(253 164 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/5 {
  --tw-shadow-color: rgb(253 164 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/50 {
  --tw-shadow-color: rgb(253 164 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/55 {
  --tw-shadow-color: rgb(253 164 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/60 {
  --tw-shadow-color: rgb(253 164 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/65 {
  --tw-shadow-color: rgb(253 164 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/70 {
  --tw-shadow-color: rgb(253 164 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/75 {
  --tw-shadow-color: rgb(253 164 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/80 {
  --tw-shadow-color: rgb(253 164 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/85 {
  --tw-shadow-color: rgb(253 164 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/90 {
  --tw-shadow-color: rgb(253 164 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-300\/95 {
  --tw-shadow-color: rgb(253 164 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400 {
  --tw-shadow-color: #fb7185;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/0 {
  --tw-shadow-color: rgb(251 113 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/10 {
  --tw-shadow-color: rgb(251 113 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/100 {
  --tw-shadow-color: rgb(251 113 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/15 {
  --tw-shadow-color: rgb(251 113 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/20 {
  --tw-shadow-color: rgb(251 113 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/25 {
  --tw-shadow-color: rgb(251 113 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/30 {
  --tw-shadow-color: rgb(251 113 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/35 {
  --tw-shadow-color: rgb(251 113 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/40 {
  --tw-shadow-color: rgb(251 113 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/45 {
  --tw-shadow-color: rgb(251 113 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/5 {
  --tw-shadow-color: rgb(251 113 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/50 {
  --tw-shadow-color: rgb(251 113 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/55 {
  --tw-shadow-color: rgb(251 113 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/60 {
  --tw-shadow-color: rgb(251 113 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/65 {
  --tw-shadow-color: rgb(251 113 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/70 {
  --tw-shadow-color: rgb(251 113 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/75 {
  --tw-shadow-color: rgb(251 113 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/80 {
  --tw-shadow-color: rgb(251 113 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/85 {
  --tw-shadow-color: rgb(251 113 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/90 {
  --tw-shadow-color: rgb(251 113 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-400\/95 {
  --tw-shadow-color: rgb(251 113 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50 {
  --tw-shadow-color: #fff1f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/0 {
  --tw-shadow-color: rgb(255 241 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/10 {
  --tw-shadow-color: rgb(255 241 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/100 {
  --tw-shadow-color: rgb(255 241 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/15 {
  --tw-shadow-color: rgb(255 241 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/20 {
  --tw-shadow-color: rgb(255 241 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/25 {
  --tw-shadow-color: rgb(255 241 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/30 {
  --tw-shadow-color: rgb(255 241 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/35 {
  --tw-shadow-color: rgb(255 241 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/40 {
  --tw-shadow-color: rgb(255 241 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/45 {
  --tw-shadow-color: rgb(255 241 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/5 {
  --tw-shadow-color: rgb(255 241 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/50 {
  --tw-shadow-color: rgb(255 241 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/55 {
  --tw-shadow-color: rgb(255 241 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/60 {
  --tw-shadow-color: rgb(255 241 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/65 {
  --tw-shadow-color: rgb(255 241 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/70 {
  --tw-shadow-color: rgb(255 241 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/75 {
  --tw-shadow-color: rgb(255 241 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/80 {
  --tw-shadow-color: rgb(255 241 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/85 {
  --tw-shadow-color: rgb(255 241 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/90 {
  --tw-shadow-color: rgb(255 241 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-50\/95 {
  --tw-shadow-color: rgb(255 241 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500 {
  --tw-shadow-color: #f43f5e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/0 {
  --tw-shadow-color: rgb(244 63 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/10 {
  --tw-shadow-color: rgb(244 63 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/100 {
  --tw-shadow-color: rgb(244 63 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/15 {
  --tw-shadow-color: rgb(244 63 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/20 {
  --tw-shadow-color: rgb(244 63 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/25 {
  --tw-shadow-color: rgb(244 63 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/30 {
  --tw-shadow-color: rgb(244 63 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/35 {
  --tw-shadow-color: rgb(244 63 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/40 {
  --tw-shadow-color: rgb(244 63 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/45 {
  --tw-shadow-color: rgb(244 63 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/5 {
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/50 {
  --tw-shadow-color: rgb(244 63 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/55 {
  --tw-shadow-color: rgb(244 63 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/60 {
  --tw-shadow-color: rgb(244 63 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/65 {
  --tw-shadow-color: rgb(244 63 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/70 {
  --tw-shadow-color: rgb(244 63 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/75 {
  --tw-shadow-color: rgb(244 63 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/80 {
  --tw-shadow-color: rgb(244 63 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/85 {
  --tw-shadow-color: rgb(244 63 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/90 {
  --tw-shadow-color: rgb(244 63 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-500\/95 {
  --tw-shadow-color: rgb(244 63 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600 {
  --tw-shadow-color: #e11d48;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/0 {
  --tw-shadow-color: rgb(225 29 72 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/10 {
  --tw-shadow-color: rgb(225 29 72 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/100 {
  --tw-shadow-color: rgb(225 29 72 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/15 {
  --tw-shadow-color: rgb(225 29 72 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/20 {
  --tw-shadow-color: rgb(225 29 72 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/25 {
  --tw-shadow-color: rgb(225 29 72 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/30 {
  --tw-shadow-color: rgb(225 29 72 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/35 {
  --tw-shadow-color: rgb(225 29 72 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/40 {
  --tw-shadow-color: rgb(225 29 72 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/45 {
  --tw-shadow-color: rgb(225 29 72 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/5 {
  --tw-shadow-color: rgb(225 29 72 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/50 {
  --tw-shadow-color: rgb(225 29 72 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/55 {
  --tw-shadow-color: rgb(225 29 72 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/60 {
  --tw-shadow-color: rgb(225 29 72 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/65 {
  --tw-shadow-color: rgb(225 29 72 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/70 {
  --tw-shadow-color: rgb(225 29 72 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/75 {
  --tw-shadow-color: rgb(225 29 72 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/80 {
  --tw-shadow-color: rgb(225 29 72 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/85 {
  --tw-shadow-color: rgb(225 29 72 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/90 {
  --tw-shadow-color: rgb(225 29 72 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-600\/95 {
  --tw-shadow-color: rgb(225 29 72 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700 {
  --tw-shadow-color: #be123c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/0 {
  --tw-shadow-color: rgb(190 18 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/10 {
  --tw-shadow-color: rgb(190 18 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/100 {
  --tw-shadow-color: rgb(190 18 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/15 {
  --tw-shadow-color: rgb(190 18 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/20 {
  --tw-shadow-color: rgb(190 18 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/25 {
  --tw-shadow-color: rgb(190 18 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/30 {
  --tw-shadow-color: rgb(190 18 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/35 {
  --tw-shadow-color: rgb(190 18 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/40 {
  --tw-shadow-color: rgb(190 18 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/45 {
  --tw-shadow-color: rgb(190 18 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/5 {
  --tw-shadow-color: rgb(190 18 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/50 {
  --tw-shadow-color: rgb(190 18 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/55 {
  --tw-shadow-color: rgb(190 18 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/60 {
  --tw-shadow-color: rgb(190 18 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/65 {
  --tw-shadow-color: rgb(190 18 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/70 {
  --tw-shadow-color: rgb(190 18 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/75 {
  --tw-shadow-color: rgb(190 18 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/80 {
  --tw-shadow-color: rgb(190 18 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/85 {
  --tw-shadow-color: rgb(190 18 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/90 {
  --tw-shadow-color: rgb(190 18 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-700\/95 {
  --tw-shadow-color: rgb(190 18 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800 {
  --tw-shadow-color: #9f1239;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/0 {
  --tw-shadow-color: rgb(159 18 57 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/10 {
  --tw-shadow-color: rgb(159 18 57 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/100 {
  --tw-shadow-color: rgb(159 18 57 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/15 {
  --tw-shadow-color: rgb(159 18 57 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/20 {
  --tw-shadow-color: rgb(159 18 57 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/25 {
  --tw-shadow-color: rgb(159 18 57 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/30 {
  --tw-shadow-color: rgb(159 18 57 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/35 {
  --tw-shadow-color: rgb(159 18 57 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/40 {
  --tw-shadow-color: rgb(159 18 57 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/45 {
  --tw-shadow-color: rgb(159 18 57 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/5 {
  --tw-shadow-color: rgb(159 18 57 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/50 {
  --tw-shadow-color: rgb(159 18 57 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/55 {
  --tw-shadow-color: rgb(159 18 57 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/60 {
  --tw-shadow-color: rgb(159 18 57 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/65 {
  --tw-shadow-color: rgb(159 18 57 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/70 {
  --tw-shadow-color: rgb(159 18 57 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/75 {
  --tw-shadow-color: rgb(159 18 57 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/80 {
  --tw-shadow-color: rgb(159 18 57 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/85 {
  --tw-shadow-color: rgb(159 18 57 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/90 {
  --tw-shadow-color: rgb(159 18 57 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-800\/95 {
  --tw-shadow-color: rgb(159 18 57 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900 {
  --tw-shadow-color: #881337;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/0 {
  --tw-shadow-color: rgb(136 19 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/10 {
  --tw-shadow-color: rgb(136 19 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/100 {
  --tw-shadow-color: rgb(136 19 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/15 {
  --tw-shadow-color: rgb(136 19 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/20 {
  --tw-shadow-color: rgb(136 19 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/25 {
  --tw-shadow-color: rgb(136 19 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/30 {
  --tw-shadow-color: rgb(136 19 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/35 {
  --tw-shadow-color: rgb(136 19 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/40 {
  --tw-shadow-color: rgb(136 19 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/45 {
  --tw-shadow-color: rgb(136 19 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/5 {
  --tw-shadow-color: rgb(136 19 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/50 {
  --tw-shadow-color: rgb(136 19 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/55 {
  --tw-shadow-color: rgb(136 19 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/60 {
  --tw-shadow-color: rgb(136 19 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/65 {
  --tw-shadow-color: rgb(136 19 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/70 {
  --tw-shadow-color: rgb(136 19 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/75 {
  --tw-shadow-color: rgb(136 19 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/80 {
  --tw-shadow-color: rgb(136 19 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/85 {
  --tw-shadow-color: rgb(136 19 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/90 {
  --tw-shadow-color: rgb(136 19 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-900\/95 {
  --tw-shadow-color: rgb(136 19 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950 {
  --tw-shadow-color: #4c0519;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/0 {
  --tw-shadow-color: rgb(76 5 25 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/10 {
  --tw-shadow-color: rgb(76 5 25 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/100 {
  --tw-shadow-color: rgb(76 5 25 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/15 {
  --tw-shadow-color: rgb(76 5 25 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/20 {
  --tw-shadow-color: rgb(76 5 25 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/25 {
  --tw-shadow-color: rgb(76 5 25 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/30 {
  --tw-shadow-color: rgb(76 5 25 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/35 {
  --tw-shadow-color: rgb(76 5 25 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/40 {
  --tw-shadow-color: rgb(76 5 25 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/45 {
  --tw-shadow-color: rgb(76 5 25 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/5 {
  --tw-shadow-color: rgb(76 5 25 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/50 {
  --tw-shadow-color: rgb(76 5 25 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/55 {
  --tw-shadow-color: rgb(76 5 25 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/60 {
  --tw-shadow-color: rgb(76 5 25 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/65 {
  --tw-shadow-color: rgb(76 5 25 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/70 {
  --tw-shadow-color: rgb(76 5 25 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/75 {
  --tw-shadow-color: rgb(76 5 25 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/80 {
  --tw-shadow-color: rgb(76 5 25 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/85 {
  --tw-shadow-color: rgb(76 5 25 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/90 {
  --tw-shadow-color: rgb(76 5 25 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-rose-950\/95 {
  --tw-shadow-color: rgb(76 5 25 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100 {
  --tw-shadow-color: #e0f2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/0 {
  --tw-shadow-color: rgb(224 242 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/10 {
  --tw-shadow-color: rgb(224 242 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/100 {
  --tw-shadow-color: rgb(224 242 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/15 {
  --tw-shadow-color: rgb(224 242 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/20 {
  --tw-shadow-color: rgb(224 242 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/25 {
  --tw-shadow-color: rgb(224 242 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/30 {
  --tw-shadow-color: rgb(224 242 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/35 {
  --tw-shadow-color: rgb(224 242 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/40 {
  --tw-shadow-color: rgb(224 242 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/45 {
  --tw-shadow-color: rgb(224 242 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/5 {
  --tw-shadow-color: rgb(224 242 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/50 {
  --tw-shadow-color: rgb(224 242 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/55 {
  --tw-shadow-color: rgb(224 242 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/60 {
  --tw-shadow-color: rgb(224 242 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/65 {
  --tw-shadow-color: rgb(224 242 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/70 {
  --tw-shadow-color: rgb(224 242 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/75 {
  --tw-shadow-color: rgb(224 242 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/80 {
  --tw-shadow-color: rgb(224 242 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/85 {
  --tw-shadow-color: rgb(224 242 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/90 {
  --tw-shadow-color: rgb(224 242 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-100\/95 {
  --tw-shadow-color: rgb(224 242 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200 {
  --tw-shadow-color: #bae6fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/0 {
  --tw-shadow-color: rgb(186 230 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/10 {
  --tw-shadow-color: rgb(186 230 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/100 {
  --tw-shadow-color: rgb(186 230 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/15 {
  --tw-shadow-color: rgb(186 230 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/20 {
  --tw-shadow-color: rgb(186 230 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/25 {
  --tw-shadow-color: rgb(186 230 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/30 {
  --tw-shadow-color: rgb(186 230 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/35 {
  --tw-shadow-color: rgb(186 230 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/40 {
  --tw-shadow-color: rgb(186 230 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/45 {
  --tw-shadow-color: rgb(186 230 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/5 {
  --tw-shadow-color: rgb(186 230 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/50 {
  --tw-shadow-color: rgb(186 230 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/55 {
  --tw-shadow-color: rgb(186 230 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/60 {
  --tw-shadow-color: rgb(186 230 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/65 {
  --tw-shadow-color: rgb(186 230 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/70 {
  --tw-shadow-color: rgb(186 230 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/75 {
  --tw-shadow-color: rgb(186 230 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/80 {
  --tw-shadow-color: rgb(186 230 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/85 {
  --tw-shadow-color: rgb(186 230 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/90 {
  --tw-shadow-color: rgb(186 230 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-200\/95 {
  --tw-shadow-color: rgb(186 230 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300 {
  --tw-shadow-color: #7dd3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/0 {
  --tw-shadow-color: rgb(125 211 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/10 {
  --tw-shadow-color: rgb(125 211 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/100 {
  --tw-shadow-color: rgb(125 211 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/15 {
  --tw-shadow-color: rgb(125 211 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/20 {
  --tw-shadow-color: rgb(125 211 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/25 {
  --tw-shadow-color: rgb(125 211 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/30 {
  --tw-shadow-color: rgb(125 211 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/35 {
  --tw-shadow-color: rgb(125 211 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/40 {
  --tw-shadow-color: rgb(125 211 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/45 {
  --tw-shadow-color: rgb(125 211 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/5 {
  --tw-shadow-color: rgb(125 211 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/50 {
  --tw-shadow-color: rgb(125 211 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/55 {
  --tw-shadow-color: rgb(125 211 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/60 {
  --tw-shadow-color: rgb(125 211 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/65 {
  --tw-shadow-color: rgb(125 211 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/70 {
  --tw-shadow-color: rgb(125 211 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/75 {
  --tw-shadow-color: rgb(125 211 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/80 {
  --tw-shadow-color: rgb(125 211 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/85 {
  --tw-shadow-color: rgb(125 211 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/90 {
  --tw-shadow-color: rgb(125 211 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-300\/95 {
  --tw-shadow-color: rgb(125 211 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400 {
  --tw-shadow-color: #38bdf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/0 {
  --tw-shadow-color: rgb(56 189 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/10 {
  --tw-shadow-color: rgb(56 189 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/100 {
  --tw-shadow-color: rgb(56 189 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/15 {
  --tw-shadow-color: rgb(56 189 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/20 {
  --tw-shadow-color: rgb(56 189 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/25 {
  --tw-shadow-color: rgb(56 189 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/30 {
  --tw-shadow-color: rgb(56 189 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/35 {
  --tw-shadow-color: rgb(56 189 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/40 {
  --tw-shadow-color: rgb(56 189 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/45 {
  --tw-shadow-color: rgb(56 189 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/5 {
  --tw-shadow-color: rgb(56 189 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/50 {
  --tw-shadow-color: rgb(56 189 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/55 {
  --tw-shadow-color: rgb(56 189 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/60 {
  --tw-shadow-color: rgb(56 189 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/65 {
  --tw-shadow-color: rgb(56 189 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/70 {
  --tw-shadow-color: rgb(56 189 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/75 {
  --tw-shadow-color: rgb(56 189 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/80 {
  --tw-shadow-color: rgb(56 189 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/85 {
  --tw-shadow-color: rgb(56 189 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/90 {
  --tw-shadow-color: rgb(56 189 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-400\/95 {
  --tw-shadow-color: rgb(56 189 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50 {
  --tw-shadow-color: #f0f9ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/0 {
  --tw-shadow-color: rgb(240 249 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/10 {
  --tw-shadow-color: rgb(240 249 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/100 {
  --tw-shadow-color: rgb(240 249 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/15 {
  --tw-shadow-color: rgb(240 249 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/20 {
  --tw-shadow-color: rgb(240 249 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/25 {
  --tw-shadow-color: rgb(240 249 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/30 {
  --tw-shadow-color: rgb(240 249 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/35 {
  --tw-shadow-color: rgb(240 249 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/40 {
  --tw-shadow-color: rgb(240 249 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/45 {
  --tw-shadow-color: rgb(240 249 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/5 {
  --tw-shadow-color: rgb(240 249 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/50 {
  --tw-shadow-color: rgb(240 249 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/55 {
  --tw-shadow-color: rgb(240 249 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/60 {
  --tw-shadow-color: rgb(240 249 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/65 {
  --tw-shadow-color: rgb(240 249 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/70 {
  --tw-shadow-color: rgb(240 249 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/75 {
  --tw-shadow-color: rgb(240 249 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/80 {
  --tw-shadow-color: rgb(240 249 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/85 {
  --tw-shadow-color: rgb(240 249 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/90 {
  --tw-shadow-color: rgb(240 249 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-50\/95 {
  --tw-shadow-color: rgb(240 249 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500 {
  --tw-shadow-color: #0ea5e9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/0 {
  --tw-shadow-color: rgb(14 165 233 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/10 {
  --tw-shadow-color: rgb(14 165 233 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/100 {
  --tw-shadow-color: rgb(14 165 233 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/15 {
  --tw-shadow-color: rgb(14 165 233 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/20 {
  --tw-shadow-color: rgb(14 165 233 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/25 {
  --tw-shadow-color: rgb(14 165 233 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/30 {
  --tw-shadow-color: rgb(14 165 233 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/35 {
  --tw-shadow-color: rgb(14 165 233 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/40 {
  --tw-shadow-color: rgb(14 165 233 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/45 {
  --tw-shadow-color: rgb(14 165 233 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/5 {
  --tw-shadow-color: rgb(14 165 233 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/50 {
  --tw-shadow-color: rgb(14 165 233 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/55 {
  --tw-shadow-color: rgb(14 165 233 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/60 {
  --tw-shadow-color: rgb(14 165 233 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/65 {
  --tw-shadow-color: rgb(14 165 233 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/70 {
  --tw-shadow-color: rgb(14 165 233 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/75 {
  --tw-shadow-color: rgb(14 165 233 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/80 {
  --tw-shadow-color: rgb(14 165 233 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/85 {
  --tw-shadow-color: rgb(14 165 233 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/90 {
  --tw-shadow-color: rgb(14 165 233 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-500\/95 {
  --tw-shadow-color: rgb(14 165 233 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600 {
  --tw-shadow-color: #0284c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/0 {
  --tw-shadow-color: rgb(2 132 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/10 {
  --tw-shadow-color: rgb(2 132 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/100 {
  --tw-shadow-color: rgb(2 132 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/15 {
  --tw-shadow-color: rgb(2 132 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/20 {
  --tw-shadow-color: rgb(2 132 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/25 {
  --tw-shadow-color: rgb(2 132 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/30 {
  --tw-shadow-color: rgb(2 132 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/35 {
  --tw-shadow-color: rgb(2 132 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/40 {
  --tw-shadow-color: rgb(2 132 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/45 {
  --tw-shadow-color: rgb(2 132 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/5 {
  --tw-shadow-color: rgb(2 132 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/50 {
  --tw-shadow-color: rgb(2 132 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/55 {
  --tw-shadow-color: rgb(2 132 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/60 {
  --tw-shadow-color: rgb(2 132 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/65 {
  --tw-shadow-color: rgb(2 132 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/70 {
  --tw-shadow-color: rgb(2 132 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/75 {
  --tw-shadow-color: rgb(2 132 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/80 {
  --tw-shadow-color: rgb(2 132 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/85 {
  --tw-shadow-color: rgb(2 132 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/90 {
  --tw-shadow-color: rgb(2 132 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-600\/95 {
  --tw-shadow-color: rgb(2 132 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700 {
  --tw-shadow-color: #0369a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/0 {
  --tw-shadow-color: rgb(3 105 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/10 {
  --tw-shadow-color: rgb(3 105 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/100 {
  --tw-shadow-color: rgb(3 105 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/15 {
  --tw-shadow-color: rgb(3 105 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/20 {
  --tw-shadow-color: rgb(3 105 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/25 {
  --tw-shadow-color: rgb(3 105 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/30 {
  --tw-shadow-color: rgb(3 105 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/35 {
  --tw-shadow-color: rgb(3 105 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/40 {
  --tw-shadow-color: rgb(3 105 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/45 {
  --tw-shadow-color: rgb(3 105 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/5 {
  --tw-shadow-color: rgb(3 105 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/50 {
  --tw-shadow-color: rgb(3 105 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/55 {
  --tw-shadow-color: rgb(3 105 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/60 {
  --tw-shadow-color: rgb(3 105 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/65 {
  --tw-shadow-color: rgb(3 105 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/70 {
  --tw-shadow-color: rgb(3 105 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/75 {
  --tw-shadow-color: rgb(3 105 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/80 {
  --tw-shadow-color: rgb(3 105 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/85 {
  --tw-shadow-color: rgb(3 105 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/90 {
  --tw-shadow-color: rgb(3 105 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-700\/95 {
  --tw-shadow-color: rgb(3 105 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800 {
  --tw-shadow-color: #075985;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/0 {
  --tw-shadow-color: rgb(7 89 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/10 {
  --tw-shadow-color: rgb(7 89 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/100 {
  --tw-shadow-color: rgb(7 89 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/15 {
  --tw-shadow-color: rgb(7 89 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/20 {
  --tw-shadow-color: rgb(7 89 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/25 {
  --tw-shadow-color: rgb(7 89 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/30 {
  --tw-shadow-color: rgb(7 89 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/35 {
  --tw-shadow-color: rgb(7 89 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/40 {
  --tw-shadow-color: rgb(7 89 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/45 {
  --tw-shadow-color: rgb(7 89 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/5 {
  --tw-shadow-color: rgb(7 89 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/50 {
  --tw-shadow-color: rgb(7 89 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/55 {
  --tw-shadow-color: rgb(7 89 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/60 {
  --tw-shadow-color: rgb(7 89 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/65 {
  --tw-shadow-color: rgb(7 89 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/70 {
  --tw-shadow-color: rgb(7 89 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/75 {
  --tw-shadow-color: rgb(7 89 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/80 {
  --tw-shadow-color: rgb(7 89 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/85 {
  --tw-shadow-color: rgb(7 89 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/90 {
  --tw-shadow-color: rgb(7 89 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-800\/95 {
  --tw-shadow-color: rgb(7 89 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900 {
  --tw-shadow-color: #0c4a6e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/0 {
  --tw-shadow-color: rgb(12 74 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/10 {
  --tw-shadow-color: rgb(12 74 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/100 {
  --tw-shadow-color: rgb(12 74 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/15 {
  --tw-shadow-color: rgb(12 74 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/20 {
  --tw-shadow-color: rgb(12 74 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/25 {
  --tw-shadow-color: rgb(12 74 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/30 {
  --tw-shadow-color: rgb(12 74 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/35 {
  --tw-shadow-color: rgb(12 74 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/40 {
  --tw-shadow-color: rgb(12 74 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/45 {
  --tw-shadow-color: rgb(12 74 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/5 {
  --tw-shadow-color: rgb(12 74 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/50 {
  --tw-shadow-color: rgb(12 74 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/55 {
  --tw-shadow-color: rgb(12 74 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/60 {
  --tw-shadow-color: rgb(12 74 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/65 {
  --tw-shadow-color: rgb(12 74 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/70 {
  --tw-shadow-color: rgb(12 74 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/75 {
  --tw-shadow-color: rgb(12 74 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/80 {
  --tw-shadow-color: rgb(12 74 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/85 {
  --tw-shadow-color: rgb(12 74 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/90 {
  --tw-shadow-color: rgb(12 74 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-900\/95 {
  --tw-shadow-color: rgb(12 74 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950 {
  --tw-shadow-color: #082f49;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/0 {
  --tw-shadow-color: rgb(8 47 73 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/10 {
  --tw-shadow-color: rgb(8 47 73 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/100 {
  --tw-shadow-color: rgb(8 47 73 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/15 {
  --tw-shadow-color: rgb(8 47 73 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/20 {
  --tw-shadow-color: rgb(8 47 73 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/25 {
  --tw-shadow-color: rgb(8 47 73 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/30 {
  --tw-shadow-color: rgb(8 47 73 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/35 {
  --tw-shadow-color: rgb(8 47 73 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/40 {
  --tw-shadow-color: rgb(8 47 73 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/45 {
  --tw-shadow-color: rgb(8 47 73 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/5 {
  --tw-shadow-color: rgb(8 47 73 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/50 {
  --tw-shadow-color: rgb(8 47 73 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/55 {
  --tw-shadow-color: rgb(8 47 73 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/60 {
  --tw-shadow-color: rgb(8 47 73 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/65 {
  --tw-shadow-color: rgb(8 47 73 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/70 {
  --tw-shadow-color: rgb(8 47 73 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/75 {
  --tw-shadow-color: rgb(8 47 73 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/80 {
  --tw-shadow-color: rgb(8 47 73 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/85 {
  --tw-shadow-color: rgb(8 47 73 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/90 {
  --tw-shadow-color: rgb(8 47 73 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-sky-950\/95 {
  --tw-shadow-color: rgb(8 47 73 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100 {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/0 {
  --tw-shadow-color: rgb(241 245 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/10 {
  --tw-shadow-color: rgb(241 245 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/100 {
  --tw-shadow-color: rgb(241 245 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/15 {
  --tw-shadow-color: rgb(241 245 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/20 {
  --tw-shadow-color: rgb(241 245 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/25 {
  --tw-shadow-color: rgb(241 245 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/30 {
  --tw-shadow-color: rgb(241 245 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/35 {
  --tw-shadow-color: rgb(241 245 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/40 {
  --tw-shadow-color: rgb(241 245 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/45 {
  --tw-shadow-color: rgb(241 245 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/5 {
  --tw-shadow-color: rgb(241 245 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/50 {
  --tw-shadow-color: rgb(241 245 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/55 {
  --tw-shadow-color: rgb(241 245 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/60 {
  --tw-shadow-color: rgb(241 245 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/65 {
  --tw-shadow-color: rgb(241 245 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/70 {
  --tw-shadow-color: rgb(241 245 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/75 {
  --tw-shadow-color: rgb(241 245 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/80 {
  --tw-shadow-color: rgb(241 245 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/85 {
  --tw-shadow-color: rgb(241 245 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/90 {
  --tw-shadow-color: rgb(241 245 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-100\/95 {
  --tw-shadow-color: rgb(241 245 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200 {
  --tw-shadow-color: #e2e8f0;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/0 {
  --tw-shadow-color: rgb(226 232 240 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/10 {
  --tw-shadow-color: rgb(226 232 240 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/100 {
  --tw-shadow-color: rgb(226 232 240 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/15 {
  --tw-shadow-color: rgb(226 232 240 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/20 {
  --tw-shadow-color: rgb(226 232 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/25 {
  --tw-shadow-color: rgb(226 232 240 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/30 {
  --tw-shadow-color: rgb(226 232 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/35 {
  --tw-shadow-color: rgb(226 232 240 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/40 {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/45 {
  --tw-shadow-color: rgb(226 232 240 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/5 {
  --tw-shadow-color: rgb(226 232 240 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/50 {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/55 {
  --tw-shadow-color: rgb(226 232 240 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/60 {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/65 {
  --tw-shadow-color: rgb(226 232 240 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/70 {
  --tw-shadow-color: rgb(226 232 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/75 {
  --tw-shadow-color: rgb(226 232 240 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/80 {
  --tw-shadow-color: rgb(226 232 240 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/85 {
  --tw-shadow-color: rgb(226 232 240 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/90 {
  --tw-shadow-color: rgb(226 232 240 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-200\/95 {
  --tw-shadow-color: rgb(226 232 240 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300 {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/0 {
  --tw-shadow-color: rgb(203 213 225 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/10 {
  --tw-shadow-color: rgb(203 213 225 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/100 {
  --tw-shadow-color: rgb(203 213 225 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/15 {
  --tw-shadow-color: rgb(203 213 225 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/20 {
  --tw-shadow-color: rgb(203 213 225 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/25 {
  --tw-shadow-color: rgb(203 213 225 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/30 {
  --tw-shadow-color: rgb(203 213 225 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/35 {
  --tw-shadow-color: rgb(203 213 225 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/40 {
  --tw-shadow-color: rgb(203 213 225 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/45 {
  --tw-shadow-color: rgb(203 213 225 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/5 {
  --tw-shadow-color: rgb(203 213 225 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/50 {
  --tw-shadow-color: rgb(203 213 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/55 {
  --tw-shadow-color: rgb(203 213 225 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/60 {
  --tw-shadow-color: rgb(203 213 225 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/65 {
  --tw-shadow-color: rgb(203 213 225 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/70 {
  --tw-shadow-color: rgb(203 213 225 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/75 {
  --tw-shadow-color: rgb(203 213 225 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/80 {
  --tw-shadow-color: rgb(203 213 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/85 {
  --tw-shadow-color: rgb(203 213 225 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/90 {
  --tw-shadow-color: rgb(203 213 225 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-300\/95 {
  --tw-shadow-color: rgb(203 213 225 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400 {
  --tw-shadow-color: #94a3b8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/0 {
  --tw-shadow-color: rgb(148 163 184 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/10 {
  --tw-shadow-color: rgb(148 163 184 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/100 {
  --tw-shadow-color: rgb(148 163 184 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/15 {
  --tw-shadow-color: rgb(148 163 184 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/20 {
  --tw-shadow-color: rgb(148 163 184 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/25 {
  --tw-shadow-color: rgb(148 163 184 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/30 {
  --tw-shadow-color: rgb(148 163 184 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/35 {
  --tw-shadow-color: rgb(148 163 184 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/40 {
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/45 {
  --tw-shadow-color: rgb(148 163 184 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/5 {
  --tw-shadow-color: rgb(148 163 184 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/50 {
  --tw-shadow-color: rgb(148 163 184 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/55 {
  --tw-shadow-color: rgb(148 163 184 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/60 {
  --tw-shadow-color: rgb(148 163 184 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/65 {
  --tw-shadow-color: rgb(148 163 184 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/70 {
  --tw-shadow-color: rgb(148 163 184 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/75 {
  --tw-shadow-color: rgb(148 163 184 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/80 {
  --tw-shadow-color: rgb(148 163 184 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/85 {
  --tw-shadow-color: rgb(148 163 184 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/90 {
  --tw-shadow-color: rgb(148 163 184 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-400\/95 {
  --tw-shadow-color: rgb(148 163 184 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50 {
  --tw-shadow-color: #f8fafc;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/0 {
  --tw-shadow-color: rgb(248 250 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/10 {
  --tw-shadow-color: rgb(248 250 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/100 {
  --tw-shadow-color: rgb(248 250 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/15 {
  --tw-shadow-color: rgb(248 250 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/20 {
  --tw-shadow-color: rgb(248 250 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/25 {
  --tw-shadow-color: rgb(248 250 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/30 {
  --tw-shadow-color: rgb(248 250 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/35 {
  --tw-shadow-color: rgb(248 250 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/40 {
  --tw-shadow-color: rgb(248 250 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/45 {
  --tw-shadow-color: rgb(248 250 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/5 {
  --tw-shadow-color: rgb(248 250 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/50 {
  --tw-shadow-color: rgb(248 250 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/55 {
  --tw-shadow-color: rgb(248 250 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/60 {
  --tw-shadow-color: rgb(248 250 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/65 {
  --tw-shadow-color: rgb(248 250 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/70 {
  --tw-shadow-color: rgb(248 250 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/75 {
  --tw-shadow-color: rgb(248 250 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/80 {
  --tw-shadow-color: rgb(248 250 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/85 {
  --tw-shadow-color: rgb(248 250 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/90 {
  --tw-shadow-color: rgb(248 250 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-50\/95 {
  --tw-shadow-color: rgb(248 250 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500 {
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/0 {
  --tw-shadow-color: rgb(100 116 139 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/10 {
  --tw-shadow-color: rgb(100 116 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/100 {
  --tw-shadow-color: rgb(100 116 139 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/15 {
  --tw-shadow-color: rgb(100 116 139 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/20 {
  --tw-shadow-color: rgb(100 116 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/25 {
  --tw-shadow-color: rgb(100 116 139 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/30 {
  --tw-shadow-color: rgb(100 116 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/35 {
  --tw-shadow-color: rgb(100 116 139 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/40 {
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/45 {
  --tw-shadow-color: rgb(100 116 139 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/5 {
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/50 {
  --tw-shadow-color: rgb(100 116 139 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/55 {
  --tw-shadow-color: rgb(100 116 139 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/60 {
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/65 {
  --tw-shadow-color: rgb(100 116 139 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/70 {
  --tw-shadow-color: rgb(100 116 139 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/75 {
  --tw-shadow-color: rgb(100 116 139 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/80 {
  --tw-shadow-color: rgb(100 116 139 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/85 {
  --tw-shadow-color: rgb(100 116 139 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/90 {
  --tw-shadow-color: rgb(100 116 139 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/95 {
  --tw-shadow-color: rgb(100 116 139 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600 {
  --tw-shadow-color: #475569;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/0 {
  --tw-shadow-color: rgb(71 85 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/10 {
  --tw-shadow-color: rgb(71 85 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/100 {
  --tw-shadow-color: rgb(71 85 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/15 {
  --tw-shadow-color: rgb(71 85 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/20 {
  --tw-shadow-color: rgb(71 85 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/25 {
  --tw-shadow-color: rgb(71 85 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/30 {
  --tw-shadow-color: rgb(71 85 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/35 {
  --tw-shadow-color: rgb(71 85 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/40 {
  --tw-shadow-color: rgb(71 85 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/45 {
  --tw-shadow-color: rgb(71 85 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/5 {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/50 {
  --tw-shadow-color: rgb(71 85 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/55 {
  --tw-shadow-color: rgb(71 85 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/60 {
  --tw-shadow-color: rgb(71 85 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/65 {
  --tw-shadow-color: rgb(71 85 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/70 {
  --tw-shadow-color: rgb(71 85 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/75 {
  --tw-shadow-color: rgb(71 85 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/80 {
  --tw-shadow-color: rgb(71 85 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/85 {
  --tw-shadow-color: rgb(71 85 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/90 {
  --tw-shadow-color: rgb(71 85 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-600\/95 {
  --tw-shadow-color: rgb(71 85 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700 {
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/0 {
  --tw-shadow-color: rgb(51 65 85 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/10 {
  --tw-shadow-color: rgb(51 65 85 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/100 {
  --tw-shadow-color: rgb(51 65 85 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/15 {
  --tw-shadow-color: rgb(51 65 85 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/20 {
  --tw-shadow-color: rgb(51 65 85 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/25 {
  --tw-shadow-color: rgb(51 65 85 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/30 {
  --tw-shadow-color: rgb(51 65 85 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/35 {
  --tw-shadow-color: rgb(51 65 85 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/40 {
  --tw-shadow-color: rgb(51 65 85 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/45 {
  --tw-shadow-color: rgb(51 65 85 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/5 {
  --tw-shadow-color: rgb(51 65 85 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/50 {
  --tw-shadow-color: rgb(51 65 85 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/55 {
  --tw-shadow-color: rgb(51 65 85 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/60 {
  --tw-shadow-color: rgb(51 65 85 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/65 {
  --tw-shadow-color: rgb(51 65 85 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/70 {
  --tw-shadow-color: rgb(51 65 85 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/75 {
  --tw-shadow-color: rgb(51 65 85 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/80 {
  --tw-shadow-color: rgb(51 65 85 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/85 {
  --tw-shadow-color: rgb(51 65 85 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/90 {
  --tw-shadow-color: rgb(51 65 85 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-700\/95 {
  --tw-shadow-color: rgb(51 65 85 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800 {
  --tw-shadow-color: #1e293b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/0 {
  --tw-shadow-color: rgb(30 41 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/10 {
  --tw-shadow-color: rgb(30 41 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/100 {
  --tw-shadow-color: rgb(30 41 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/15 {
  --tw-shadow-color: rgb(30 41 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/20 {
  --tw-shadow-color: rgb(30 41 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/25 {
  --tw-shadow-color: rgb(30 41 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/30 {
  --tw-shadow-color: rgb(30 41 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/35 {
  --tw-shadow-color: rgb(30 41 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/40 {
  --tw-shadow-color: rgb(30 41 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/45 {
  --tw-shadow-color: rgb(30 41 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/5 {
  --tw-shadow-color: rgb(30 41 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/50 {
  --tw-shadow-color: rgb(30 41 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/55 {
  --tw-shadow-color: rgb(30 41 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/60 {
  --tw-shadow-color: rgb(30 41 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/65 {
  --tw-shadow-color: rgb(30 41 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/70 {
  --tw-shadow-color: rgb(30 41 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/75 {
  --tw-shadow-color: rgb(30 41 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/80 {
  --tw-shadow-color: rgb(30 41 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/85 {
  --tw-shadow-color: rgb(30 41 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/90 {
  --tw-shadow-color: rgb(30 41 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-800\/95 {
  --tw-shadow-color: rgb(30 41 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900 {
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/0 {
  --tw-shadow-color: rgb(15 23 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/10 {
  --tw-shadow-color: rgb(15 23 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/100 {
  --tw-shadow-color: rgb(15 23 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/15 {
  --tw-shadow-color: rgb(15 23 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/20 {
  --tw-shadow-color: rgb(15 23 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/25 {
  --tw-shadow-color: rgb(15 23 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/30 {
  --tw-shadow-color: rgb(15 23 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/35 {
  --tw-shadow-color: rgb(15 23 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/40 {
  --tw-shadow-color: rgb(15 23 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/45 {
  --tw-shadow-color: rgb(15 23 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/5 {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/50 {
  --tw-shadow-color: rgb(15 23 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/55 {
  --tw-shadow-color: rgb(15 23 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/60 {
  --tw-shadow-color: rgb(15 23 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/65 {
  --tw-shadow-color: rgb(15 23 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/70 {
  --tw-shadow-color: rgb(15 23 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/75 {
  --tw-shadow-color: rgb(15 23 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/80 {
  --tw-shadow-color: rgb(15 23 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/85 {
  --tw-shadow-color: rgb(15 23 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/90 {
  --tw-shadow-color: rgb(15 23 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-900\/95 {
  --tw-shadow-color: rgb(15 23 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950 {
  --tw-shadow-color: #020617;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/0 {
  --tw-shadow-color: rgb(2 6 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/10 {
  --tw-shadow-color: rgb(2 6 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/100 {
  --tw-shadow-color: rgb(2 6 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/15 {
  --tw-shadow-color: rgb(2 6 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/20 {
  --tw-shadow-color: rgb(2 6 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/25 {
  --tw-shadow-color: rgb(2 6 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/30 {
  --tw-shadow-color: rgb(2 6 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/35 {
  --tw-shadow-color: rgb(2 6 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/40 {
  --tw-shadow-color: rgb(2 6 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/45 {
  --tw-shadow-color: rgb(2 6 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/5 {
  --tw-shadow-color: rgb(2 6 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/50 {
  --tw-shadow-color: rgb(2 6 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/55 {
  --tw-shadow-color: rgb(2 6 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/60 {
  --tw-shadow-color: rgb(2 6 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/65 {
  --tw-shadow-color: rgb(2 6 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/70 {
  --tw-shadow-color: rgb(2 6 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/75 {
  --tw-shadow-color: rgb(2 6 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/80 {
  --tw-shadow-color: rgb(2 6 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/85 {
  --tw-shadow-color: rgb(2 6 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/90 {
  --tw-shadow-color: rgb(2 6 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-950\/95 {
  --tw-shadow-color: rgb(2 6 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100 {
  --tw-shadow-color: #f5f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/0 {
  --tw-shadow-color: rgb(245 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/10 {
  --tw-shadow-color: rgb(245 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/100 {
  --tw-shadow-color: rgb(245 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/15 {
  --tw-shadow-color: rgb(245 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/20 {
  --tw-shadow-color: rgb(245 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/25 {
  --tw-shadow-color: rgb(245 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/30 {
  --tw-shadow-color: rgb(245 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/35 {
  --tw-shadow-color: rgb(245 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/40 {
  --tw-shadow-color: rgb(245 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/45 {
  --tw-shadow-color: rgb(245 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/5 {
  --tw-shadow-color: rgb(245 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/50 {
  --tw-shadow-color: rgb(245 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/55 {
  --tw-shadow-color: rgb(245 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/60 {
  --tw-shadow-color: rgb(245 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/65 {
  --tw-shadow-color: rgb(245 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/70 {
  --tw-shadow-color: rgb(245 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/75 {
  --tw-shadow-color: rgb(245 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/80 {
  --tw-shadow-color: rgb(245 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/85 {
  --tw-shadow-color: rgb(245 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/90 {
  --tw-shadow-color: rgb(245 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-100\/95 {
  --tw-shadow-color: rgb(245 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200 {
  --tw-shadow-color: #e7e5e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/0 {
  --tw-shadow-color: rgb(231 229 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/10 {
  --tw-shadow-color: rgb(231 229 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/100 {
  --tw-shadow-color: rgb(231 229 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/15 {
  --tw-shadow-color: rgb(231 229 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/20 {
  --tw-shadow-color: rgb(231 229 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/25 {
  --tw-shadow-color: rgb(231 229 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/30 {
  --tw-shadow-color: rgb(231 229 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/35 {
  --tw-shadow-color: rgb(231 229 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/40 {
  --tw-shadow-color: rgb(231 229 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/45 {
  --tw-shadow-color: rgb(231 229 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/5 {
  --tw-shadow-color: rgb(231 229 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/50 {
  --tw-shadow-color: rgb(231 229 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/55 {
  --tw-shadow-color: rgb(231 229 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/60 {
  --tw-shadow-color: rgb(231 229 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/65 {
  --tw-shadow-color: rgb(231 229 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/70 {
  --tw-shadow-color: rgb(231 229 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/75 {
  --tw-shadow-color: rgb(231 229 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/80 {
  --tw-shadow-color: rgb(231 229 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/85 {
  --tw-shadow-color: rgb(231 229 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/90 {
  --tw-shadow-color: rgb(231 229 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-200\/95 {
  --tw-shadow-color: rgb(231 229 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300 {
  --tw-shadow-color: #d6d3d1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/0 {
  --tw-shadow-color: rgb(214 211 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/10 {
  --tw-shadow-color: rgb(214 211 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/100 {
  --tw-shadow-color: rgb(214 211 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/15 {
  --tw-shadow-color: rgb(214 211 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/20 {
  --tw-shadow-color: rgb(214 211 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/25 {
  --tw-shadow-color: rgb(214 211 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/30 {
  --tw-shadow-color: rgb(214 211 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/35 {
  --tw-shadow-color: rgb(214 211 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/40 {
  --tw-shadow-color: rgb(214 211 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/45 {
  --tw-shadow-color: rgb(214 211 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/5 {
  --tw-shadow-color: rgb(214 211 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/50 {
  --tw-shadow-color: rgb(214 211 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/55 {
  --tw-shadow-color: rgb(214 211 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/60 {
  --tw-shadow-color: rgb(214 211 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/65 {
  --tw-shadow-color: rgb(214 211 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/70 {
  --tw-shadow-color: rgb(214 211 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/75 {
  --tw-shadow-color: rgb(214 211 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/80 {
  --tw-shadow-color: rgb(214 211 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/85 {
  --tw-shadow-color: rgb(214 211 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/90 {
  --tw-shadow-color: rgb(214 211 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-300\/95 {
  --tw-shadow-color: rgb(214 211 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400 {
  --tw-shadow-color: #a8a29e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/0 {
  --tw-shadow-color: rgb(168 162 158 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/10 {
  --tw-shadow-color: rgb(168 162 158 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/100 {
  --tw-shadow-color: rgb(168 162 158 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/15 {
  --tw-shadow-color: rgb(168 162 158 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/20 {
  --tw-shadow-color: rgb(168 162 158 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/25 {
  --tw-shadow-color: rgb(168 162 158 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/30 {
  --tw-shadow-color: rgb(168 162 158 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/35 {
  --tw-shadow-color: rgb(168 162 158 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/40 {
  --tw-shadow-color: rgb(168 162 158 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/45 {
  --tw-shadow-color: rgb(168 162 158 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/5 {
  --tw-shadow-color: rgb(168 162 158 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/50 {
  --tw-shadow-color: rgb(168 162 158 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/55 {
  --tw-shadow-color: rgb(168 162 158 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/60 {
  --tw-shadow-color: rgb(168 162 158 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/65 {
  --tw-shadow-color: rgb(168 162 158 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/70 {
  --tw-shadow-color: rgb(168 162 158 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/75 {
  --tw-shadow-color: rgb(168 162 158 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/80 {
  --tw-shadow-color: rgb(168 162 158 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/85 {
  --tw-shadow-color: rgb(168 162 158 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/90 {
  --tw-shadow-color: rgb(168 162 158 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-400\/95 {
  --tw-shadow-color: rgb(168 162 158 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50 {
  --tw-shadow-color: #fafaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/0 {
  --tw-shadow-color: rgb(250 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/10 {
  --tw-shadow-color: rgb(250 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/100 {
  --tw-shadow-color: rgb(250 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/15 {
  --tw-shadow-color: rgb(250 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/20 {
  --tw-shadow-color: rgb(250 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/25 {
  --tw-shadow-color: rgb(250 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/30 {
  --tw-shadow-color: rgb(250 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/35 {
  --tw-shadow-color: rgb(250 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/40 {
  --tw-shadow-color: rgb(250 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/45 {
  --tw-shadow-color: rgb(250 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/5 {
  --tw-shadow-color: rgb(250 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/50 {
  --tw-shadow-color: rgb(250 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/55 {
  --tw-shadow-color: rgb(250 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/60 {
  --tw-shadow-color: rgb(250 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/65 {
  --tw-shadow-color: rgb(250 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/70 {
  --tw-shadow-color: rgb(250 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/75 {
  --tw-shadow-color: rgb(250 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/80 {
  --tw-shadow-color: rgb(250 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/85 {
  --tw-shadow-color: rgb(250 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/90 {
  --tw-shadow-color: rgb(250 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-50\/95 {
  --tw-shadow-color: rgb(250 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500 {
  --tw-shadow-color: #78716c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/0 {
  --tw-shadow-color: rgb(120 113 108 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/10 {
  --tw-shadow-color: rgb(120 113 108 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/100 {
  --tw-shadow-color: rgb(120 113 108 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/15 {
  --tw-shadow-color: rgb(120 113 108 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/20 {
  --tw-shadow-color: rgb(120 113 108 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/25 {
  --tw-shadow-color: rgb(120 113 108 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/30 {
  --tw-shadow-color: rgb(120 113 108 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/35 {
  --tw-shadow-color: rgb(120 113 108 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/40 {
  --tw-shadow-color: rgb(120 113 108 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/45 {
  --tw-shadow-color: rgb(120 113 108 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/5 {
  --tw-shadow-color: rgb(120 113 108 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/50 {
  --tw-shadow-color: rgb(120 113 108 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/55 {
  --tw-shadow-color: rgb(120 113 108 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/60 {
  --tw-shadow-color: rgb(120 113 108 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/65 {
  --tw-shadow-color: rgb(120 113 108 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/70 {
  --tw-shadow-color: rgb(120 113 108 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/75 {
  --tw-shadow-color: rgb(120 113 108 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/80 {
  --tw-shadow-color: rgb(120 113 108 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/85 {
  --tw-shadow-color: rgb(120 113 108 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/90 {
  --tw-shadow-color: rgb(120 113 108 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-500\/95 {
  --tw-shadow-color: rgb(120 113 108 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600 {
  --tw-shadow-color: #57534e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/0 {
  --tw-shadow-color: rgb(87 83 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/10 {
  --tw-shadow-color: rgb(87 83 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/100 {
  --tw-shadow-color: rgb(87 83 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/15 {
  --tw-shadow-color: rgb(87 83 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/20 {
  --tw-shadow-color: rgb(87 83 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/25 {
  --tw-shadow-color: rgb(87 83 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/30 {
  --tw-shadow-color: rgb(87 83 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/35 {
  --tw-shadow-color: rgb(87 83 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/40 {
  --tw-shadow-color: rgb(87 83 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/45 {
  --tw-shadow-color: rgb(87 83 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/5 {
  --tw-shadow-color: rgb(87 83 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/50 {
  --tw-shadow-color: rgb(87 83 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/55 {
  --tw-shadow-color: rgb(87 83 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/60 {
  --tw-shadow-color: rgb(87 83 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/65 {
  --tw-shadow-color: rgb(87 83 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/70 {
  --tw-shadow-color: rgb(87 83 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/75 {
  --tw-shadow-color: rgb(87 83 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/80 {
  --tw-shadow-color: rgb(87 83 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/85 {
  --tw-shadow-color: rgb(87 83 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/90 {
  --tw-shadow-color: rgb(87 83 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-600\/95 {
  --tw-shadow-color: rgb(87 83 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700 {
  --tw-shadow-color: #44403c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/0 {
  --tw-shadow-color: rgb(68 64 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/10 {
  --tw-shadow-color: rgb(68 64 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/100 {
  --tw-shadow-color: rgb(68 64 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/15 {
  --tw-shadow-color: rgb(68 64 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/20 {
  --tw-shadow-color: rgb(68 64 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/25 {
  --tw-shadow-color: rgb(68 64 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/30 {
  --tw-shadow-color: rgb(68 64 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/35 {
  --tw-shadow-color: rgb(68 64 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/40 {
  --tw-shadow-color: rgb(68 64 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/45 {
  --tw-shadow-color: rgb(68 64 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/5 {
  --tw-shadow-color: rgb(68 64 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/50 {
  --tw-shadow-color: rgb(68 64 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/55 {
  --tw-shadow-color: rgb(68 64 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/60 {
  --tw-shadow-color: rgb(68 64 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/65 {
  --tw-shadow-color: rgb(68 64 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/70 {
  --tw-shadow-color: rgb(68 64 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/75 {
  --tw-shadow-color: rgb(68 64 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/80 {
  --tw-shadow-color: rgb(68 64 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/85 {
  --tw-shadow-color: rgb(68 64 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/90 {
  --tw-shadow-color: rgb(68 64 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-700\/95 {
  --tw-shadow-color: rgb(68 64 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800 {
  --tw-shadow-color: #292524;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/0 {
  --tw-shadow-color: rgb(41 37 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/10 {
  --tw-shadow-color: rgb(41 37 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/100 {
  --tw-shadow-color: rgb(41 37 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/15 {
  --tw-shadow-color: rgb(41 37 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/20 {
  --tw-shadow-color: rgb(41 37 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/25 {
  --tw-shadow-color: rgb(41 37 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/30 {
  --tw-shadow-color: rgb(41 37 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/35 {
  --tw-shadow-color: rgb(41 37 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/40 {
  --tw-shadow-color: rgb(41 37 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/45 {
  --tw-shadow-color: rgb(41 37 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/5 {
  --tw-shadow-color: rgb(41 37 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/50 {
  --tw-shadow-color: rgb(41 37 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/55 {
  --tw-shadow-color: rgb(41 37 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/60 {
  --tw-shadow-color: rgb(41 37 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/65 {
  --tw-shadow-color: rgb(41 37 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/70 {
  --tw-shadow-color: rgb(41 37 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/75 {
  --tw-shadow-color: rgb(41 37 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/80 {
  --tw-shadow-color: rgb(41 37 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/85 {
  --tw-shadow-color: rgb(41 37 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/90 {
  --tw-shadow-color: rgb(41 37 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-800\/95 {
  --tw-shadow-color: rgb(41 37 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900 {
  --tw-shadow-color: #1c1917;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/0 {
  --tw-shadow-color: rgb(28 25 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/10 {
  --tw-shadow-color: rgb(28 25 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/100 {
  --tw-shadow-color: rgb(28 25 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/15 {
  --tw-shadow-color: rgb(28 25 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/20 {
  --tw-shadow-color: rgb(28 25 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/25 {
  --tw-shadow-color: rgb(28 25 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/30 {
  --tw-shadow-color: rgb(28 25 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/35 {
  --tw-shadow-color: rgb(28 25 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/40 {
  --tw-shadow-color: rgb(28 25 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/45 {
  --tw-shadow-color: rgb(28 25 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/5 {
  --tw-shadow-color: rgb(28 25 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/50 {
  --tw-shadow-color: rgb(28 25 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/55 {
  --tw-shadow-color: rgb(28 25 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/60 {
  --tw-shadow-color: rgb(28 25 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/65 {
  --tw-shadow-color: rgb(28 25 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/70 {
  --tw-shadow-color: rgb(28 25 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/75 {
  --tw-shadow-color: rgb(28 25 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/80 {
  --tw-shadow-color: rgb(28 25 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/85 {
  --tw-shadow-color: rgb(28 25 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/90 {
  --tw-shadow-color: rgb(28 25 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-900\/95 {
  --tw-shadow-color: rgb(28 25 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950 {
  --tw-shadow-color: #0c0a09;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/0 {
  --tw-shadow-color: rgb(12 10 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/10 {
  --tw-shadow-color: rgb(12 10 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/100 {
  --tw-shadow-color: rgb(12 10 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/15 {
  --tw-shadow-color: rgb(12 10 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/20 {
  --tw-shadow-color: rgb(12 10 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/25 {
  --tw-shadow-color: rgb(12 10 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/30 {
  --tw-shadow-color: rgb(12 10 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/35 {
  --tw-shadow-color: rgb(12 10 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/40 {
  --tw-shadow-color: rgb(12 10 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/45 {
  --tw-shadow-color: rgb(12 10 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/5 {
  --tw-shadow-color: rgb(12 10 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/50 {
  --tw-shadow-color: rgb(12 10 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/55 {
  --tw-shadow-color: rgb(12 10 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/60 {
  --tw-shadow-color: rgb(12 10 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/65 {
  --tw-shadow-color: rgb(12 10 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/70 {
  --tw-shadow-color: rgb(12 10 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/75 {
  --tw-shadow-color: rgb(12 10 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/80 {
  --tw-shadow-color: rgb(12 10 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/85 {
  --tw-shadow-color: rgb(12 10 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/90 {
  --tw-shadow-color: rgb(12 10 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-stone-950\/95 {
  --tw-shadow-color: rgb(12 10 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100 {
  --tw-shadow-color: #ccfbf1;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/0 {
  --tw-shadow-color: rgb(204 251 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/10 {
  --tw-shadow-color: rgb(204 251 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/100 {
  --tw-shadow-color: rgb(204 251 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/15 {
  --tw-shadow-color: rgb(204 251 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/20 {
  --tw-shadow-color: rgb(204 251 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/25 {
  --tw-shadow-color: rgb(204 251 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/30 {
  --tw-shadow-color: rgb(204 251 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/35 {
  --tw-shadow-color: rgb(204 251 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/40 {
  --tw-shadow-color: rgb(204 251 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/45 {
  --tw-shadow-color: rgb(204 251 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/5 {
  --tw-shadow-color: rgb(204 251 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/50 {
  --tw-shadow-color: rgb(204 251 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/55 {
  --tw-shadow-color: rgb(204 251 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/60 {
  --tw-shadow-color: rgb(204 251 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/65 {
  --tw-shadow-color: rgb(204 251 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/70 {
  --tw-shadow-color: rgb(204 251 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/75 {
  --tw-shadow-color: rgb(204 251 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/80 {
  --tw-shadow-color: rgb(204 251 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/85 {
  --tw-shadow-color: rgb(204 251 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/90 {
  --tw-shadow-color: rgb(204 251 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-100\/95 {
  --tw-shadow-color: rgb(204 251 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200 {
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/0 {
  --tw-shadow-color: rgb(153 246 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/10 {
  --tw-shadow-color: rgb(153 246 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/100 {
  --tw-shadow-color: rgb(153 246 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/15 {
  --tw-shadow-color: rgb(153 246 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/20 {
  --tw-shadow-color: rgb(153 246 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/25 {
  --tw-shadow-color: rgb(153 246 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/30 {
  --tw-shadow-color: rgb(153 246 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/35 {
  --tw-shadow-color: rgb(153 246 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/40 {
  --tw-shadow-color: rgb(153 246 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/45 {
  --tw-shadow-color: rgb(153 246 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/5 {
  --tw-shadow-color: rgb(153 246 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/50 {
  --tw-shadow-color: rgb(153 246 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/55 {
  --tw-shadow-color: rgb(153 246 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/60 {
  --tw-shadow-color: rgb(153 246 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/65 {
  --tw-shadow-color: rgb(153 246 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/70 {
  --tw-shadow-color: rgb(153 246 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/75 {
  --tw-shadow-color: rgb(153 246 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/80 {
  --tw-shadow-color: rgb(153 246 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/85 {
  --tw-shadow-color: rgb(153 246 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/90 {
  --tw-shadow-color: rgb(153 246 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-200\/95 {
  --tw-shadow-color: rgb(153 246 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300 {
  --tw-shadow-color: #5eead4;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/0 {
  --tw-shadow-color: rgb(94 234 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/10 {
  --tw-shadow-color: rgb(94 234 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/100 {
  --tw-shadow-color: rgb(94 234 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/15 {
  --tw-shadow-color: rgb(94 234 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/20 {
  --tw-shadow-color: rgb(94 234 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/25 {
  --tw-shadow-color: rgb(94 234 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/30 {
  --tw-shadow-color: rgb(94 234 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/35 {
  --tw-shadow-color: rgb(94 234 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/40 {
  --tw-shadow-color: rgb(94 234 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/45 {
  --tw-shadow-color: rgb(94 234 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/5 {
  --tw-shadow-color: rgb(94 234 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/50 {
  --tw-shadow-color: rgb(94 234 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/55 {
  --tw-shadow-color: rgb(94 234 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/60 {
  --tw-shadow-color: rgb(94 234 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/65 {
  --tw-shadow-color: rgb(94 234 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/70 {
  --tw-shadow-color: rgb(94 234 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/75 {
  --tw-shadow-color: rgb(94 234 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/80 {
  --tw-shadow-color: rgb(94 234 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/85 {
  --tw-shadow-color: rgb(94 234 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/90 {
  --tw-shadow-color: rgb(94 234 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-300\/95 {
  --tw-shadow-color: rgb(94 234 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400 {
  --tw-shadow-color: #2dd4bf;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/0 {
  --tw-shadow-color: rgb(45 212 191 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/10 {
  --tw-shadow-color: rgb(45 212 191 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/100 {
  --tw-shadow-color: rgb(45 212 191 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/15 {
  --tw-shadow-color: rgb(45 212 191 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/20 {
  --tw-shadow-color: rgb(45 212 191 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/25 {
  --tw-shadow-color: rgb(45 212 191 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/30 {
  --tw-shadow-color: rgb(45 212 191 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/35 {
  --tw-shadow-color: rgb(45 212 191 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/40 {
  --tw-shadow-color: rgb(45 212 191 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/45 {
  --tw-shadow-color: rgb(45 212 191 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/5 {
  --tw-shadow-color: rgb(45 212 191 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/50 {
  --tw-shadow-color: rgb(45 212 191 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/55 {
  --tw-shadow-color: rgb(45 212 191 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/60 {
  --tw-shadow-color: rgb(45 212 191 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/65 {
  --tw-shadow-color: rgb(45 212 191 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/70 {
  --tw-shadow-color: rgb(45 212 191 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/75 {
  --tw-shadow-color: rgb(45 212 191 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/80 {
  --tw-shadow-color: rgb(45 212 191 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/85 {
  --tw-shadow-color: rgb(45 212 191 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/90 {
  --tw-shadow-color: rgb(45 212 191 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-400\/95 {
  --tw-shadow-color: rgb(45 212 191 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50 {
  --tw-shadow-color: #f0fdfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/0 {
  --tw-shadow-color: rgb(240 253 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/10 {
  --tw-shadow-color: rgb(240 253 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/100 {
  --tw-shadow-color: rgb(240 253 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/15 {
  --tw-shadow-color: rgb(240 253 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/20 {
  --tw-shadow-color: rgb(240 253 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/25 {
  --tw-shadow-color: rgb(240 253 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/30 {
  --tw-shadow-color: rgb(240 253 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/35 {
  --tw-shadow-color: rgb(240 253 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/40 {
  --tw-shadow-color: rgb(240 253 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/45 {
  --tw-shadow-color: rgb(240 253 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/5 {
  --tw-shadow-color: rgb(240 253 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/50 {
  --tw-shadow-color: rgb(240 253 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/55 {
  --tw-shadow-color: rgb(240 253 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/60 {
  --tw-shadow-color: rgb(240 253 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/65 {
  --tw-shadow-color: rgb(240 253 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/70 {
  --tw-shadow-color: rgb(240 253 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/75 {
  --tw-shadow-color: rgb(240 253 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/80 {
  --tw-shadow-color: rgb(240 253 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/85 {
  --tw-shadow-color: rgb(240 253 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/90 {
  --tw-shadow-color: rgb(240 253 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-50\/95 {
  --tw-shadow-color: rgb(240 253 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500 {
  --tw-shadow-color: #14b8a6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/0 {
  --tw-shadow-color: rgb(20 184 166 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/10 {
  --tw-shadow-color: rgb(20 184 166 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/100 {
  --tw-shadow-color: rgb(20 184 166 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/15 {
  --tw-shadow-color: rgb(20 184 166 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/20 {
  --tw-shadow-color: rgb(20 184 166 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/25 {
  --tw-shadow-color: rgb(20 184 166 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/30 {
  --tw-shadow-color: rgb(20 184 166 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/35 {
  --tw-shadow-color: rgb(20 184 166 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/40 {
  --tw-shadow-color: rgb(20 184 166 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/45 {
  --tw-shadow-color: rgb(20 184 166 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/5 {
  --tw-shadow-color: rgb(20 184 166 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/50 {
  --tw-shadow-color: rgb(20 184 166 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/55 {
  --tw-shadow-color: rgb(20 184 166 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/60 {
  --tw-shadow-color: rgb(20 184 166 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/65 {
  --tw-shadow-color: rgb(20 184 166 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/70 {
  --tw-shadow-color: rgb(20 184 166 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/75 {
  --tw-shadow-color: rgb(20 184 166 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/80 {
  --tw-shadow-color: rgb(20 184 166 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/85 {
  --tw-shadow-color: rgb(20 184 166 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/90 {
  --tw-shadow-color: rgb(20 184 166 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-500\/95 {
  --tw-shadow-color: rgb(20 184 166 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600 {
  --tw-shadow-color: #0d9488;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/0 {
  --tw-shadow-color: rgb(13 148 136 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/10 {
  --tw-shadow-color: rgb(13 148 136 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/100 {
  --tw-shadow-color: rgb(13 148 136 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/15 {
  --tw-shadow-color: rgb(13 148 136 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/20 {
  --tw-shadow-color: rgb(13 148 136 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/25 {
  --tw-shadow-color: rgb(13 148 136 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/30 {
  --tw-shadow-color: rgb(13 148 136 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/35 {
  --tw-shadow-color: rgb(13 148 136 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/40 {
  --tw-shadow-color: rgb(13 148 136 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/45 {
  --tw-shadow-color: rgb(13 148 136 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/5 {
  --tw-shadow-color: rgb(13 148 136 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/50 {
  --tw-shadow-color: rgb(13 148 136 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/55 {
  --tw-shadow-color: rgb(13 148 136 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/60 {
  --tw-shadow-color: rgb(13 148 136 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/65 {
  --tw-shadow-color: rgb(13 148 136 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/70 {
  --tw-shadow-color: rgb(13 148 136 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/75 {
  --tw-shadow-color: rgb(13 148 136 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/80 {
  --tw-shadow-color: rgb(13 148 136 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/85 {
  --tw-shadow-color: rgb(13 148 136 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/90 {
  --tw-shadow-color: rgb(13 148 136 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-600\/95 {
  --tw-shadow-color: rgb(13 148 136 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700 {
  --tw-shadow-color: #0f766e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/0 {
  --tw-shadow-color: rgb(15 118 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/10 {
  --tw-shadow-color: rgb(15 118 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/100 {
  --tw-shadow-color: rgb(15 118 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/15 {
  --tw-shadow-color: rgb(15 118 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/20 {
  --tw-shadow-color: rgb(15 118 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/25 {
  --tw-shadow-color: rgb(15 118 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/30 {
  --tw-shadow-color: rgb(15 118 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/35 {
  --tw-shadow-color: rgb(15 118 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/40 {
  --tw-shadow-color: rgb(15 118 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/45 {
  --tw-shadow-color: rgb(15 118 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/5 {
  --tw-shadow-color: rgb(15 118 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/50 {
  --tw-shadow-color: rgb(15 118 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/55 {
  --tw-shadow-color: rgb(15 118 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/60 {
  --tw-shadow-color: rgb(15 118 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/65 {
  --tw-shadow-color: rgb(15 118 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/70 {
  --tw-shadow-color: rgb(15 118 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/75 {
  --tw-shadow-color: rgb(15 118 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/80 {
  --tw-shadow-color: rgb(15 118 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/85 {
  --tw-shadow-color: rgb(15 118 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/90 {
  --tw-shadow-color: rgb(15 118 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-700\/95 {
  --tw-shadow-color: rgb(15 118 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800 {
  --tw-shadow-color: #115e59;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/0 {
  --tw-shadow-color: rgb(17 94 89 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/10 {
  --tw-shadow-color: rgb(17 94 89 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/100 {
  --tw-shadow-color: rgb(17 94 89 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/15 {
  --tw-shadow-color: rgb(17 94 89 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/20 {
  --tw-shadow-color: rgb(17 94 89 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/25 {
  --tw-shadow-color: rgb(17 94 89 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/30 {
  --tw-shadow-color: rgb(17 94 89 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/35 {
  --tw-shadow-color: rgb(17 94 89 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/40 {
  --tw-shadow-color: rgb(17 94 89 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/45 {
  --tw-shadow-color: rgb(17 94 89 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/5 {
  --tw-shadow-color: rgb(17 94 89 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/50 {
  --tw-shadow-color: rgb(17 94 89 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/55 {
  --tw-shadow-color: rgb(17 94 89 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/60 {
  --tw-shadow-color: rgb(17 94 89 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/65 {
  --tw-shadow-color: rgb(17 94 89 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/70 {
  --tw-shadow-color: rgb(17 94 89 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/75 {
  --tw-shadow-color: rgb(17 94 89 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/80 {
  --tw-shadow-color: rgb(17 94 89 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/85 {
  --tw-shadow-color: rgb(17 94 89 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/90 {
  --tw-shadow-color: rgb(17 94 89 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-800\/95 {
  --tw-shadow-color: rgb(17 94 89 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900 {
  --tw-shadow-color: #134e4a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/0 {
  --tw-shadow-color: rgb(19 78 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/10 {
  --tw-shadow-color: rgb(19 78 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/100 {
  --tw-shadow-color: rgb(19 78 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/15 {
  --tw-shadow-color: rgb(19 78 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/20 {
  --tw-shadow-color: rgb(19 78 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/25 {
  --tw-shadow-color: rgb(19 78 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/30 {
  --tw-shadow-color: rgb(19 78 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/35 {
  --tw-shadow-color: rgb(19 78 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/40 {
  --tw-shadow-color: rgb(19 78 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/45 {
  --tw-shadow-color: rgb(19 78 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/5 {
  --tw-shadow-color: rgb(19 78 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/50 {
  --tw-shadow-color: rgb(19 78 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/55 {
  --tw-shadow-color: rgb(19 78 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/60 {
  --tw-shadow-color: rgb(19 78 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/65 {
  --tw-shadow-color: rgb(19 78 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/70 {
  --tw-shadow-color: rgb(19 78 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/75 {
  --tw-shadow-color: rgb(19 78 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/80 {
  --tw-shadow-color: rgb(19 78 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/85 {
  --tw-shadow-color: rgb(19 78 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/90 {
  --tw-shadow-color: rgb(19 78 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-900\/95 {
  --tw-shadow-color: rgb(19 78 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950 {
  --tw-shadow-color: #042f2e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/0 {
  --tw-shadow-color: rgb(4 47 46 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/10 {
  --tw-shadow-color: rgb(4 47 46 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/100 {
  --tw-shadow-color: rgb(4 47 46 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/15 {
  --tw-shadow-color: rgb(4 47 46 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/20 {
  --tw-shadow-color: rgb(4 47 46 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/25 {
  --tw-shadow-color: rgb(4 47 46 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/30 {
  --tw-shadow-color: rgb(4 47 46 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/35 {
  --tw-shadow-color: rgb(4 47 46 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/40 {
  --tw-shadow-color: rgb(4 47 46 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/45 {
  --tw-shadow-color: rgb(4 47 46 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/5 {
  --tw-shadow-color: rgb(4 47 46 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/50 {
  --tw-shadow-color: rgb(4 47 46 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/55 {
  --tw-shadow-color: rgb(4 47 46 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/60 {
  --tw-shadow-color: rgb(4 47 46 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/65 {
  --tw-shadow-color: rgb(4 47 46 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/70 {
  --tw-shadow-color: rgb(4 47 46 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/75 {
  --tw-shadow-color: rgb(4 47 46 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/80 {
  --tw-shadow-color: rgb(4 47 46 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/85 {
  --tw-shadow-color: rgb(4 47 46 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/90 {
  --tw-shadow-color: rgb(4 47 46 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-teal-950\/95 {
  --tw-shadow-color: rgb(4 47 46 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/0 {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/10 {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/100 {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/15 {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/20 {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/25 {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/30 {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/35 {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/40 {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/45 {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/5 {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/50 {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/55 {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/60 {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/65 {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/70 {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/75 {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/80 {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/85 {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/90 {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-transparent\/95 {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100 {
  --tw-shadow-color: #ede9fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/0 {
  --tw-shadow-color: rgb(237 233 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/10 {
  --tw-shadow-color: rgb(237 233 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/100 {
  --tw-shadow-color: rgb(237 233 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/15 {
  --tw-shadow-color: rgb(237 233 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/20 {
  --tw-shadow-color: rgb(237 233 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/25 {
  --tw-shadow-color: rgb(237 233 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/30 {
  --tw-shadow-color: rgb(237 233 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/35 {
  --tw-shadow-color: rgb(237 233 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/40 {
  --tw-shadow-color: rgb(237 233 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/45 {
  --tw-shadow-color: rgb(237 233 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/5 {
  --tw-shadow-color: rgb(237 233 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/50 {
  --tw-shadow-color: rgb(237 233 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/55 {
  --tw-shadow-color: rgb(237 233 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/60 {
  --tw-shadow-color: rgb(237 233 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/65 {
  --tw-shadow-color: rgb(237 233 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/70 {
  --tw-shadow-color: rgb(237 233 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/75 {
  --tw-shadow-color: rgb(237 233 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/80 {
  --tw-shadow-color: rgb(237 233 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/85 {
  --tw-shadow-color: rgb(237 233 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/90 {
  --tw-shadow-color: rgb(237 233 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-100\/95 {
  --tw-shadow-color: rgb(237 233 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200 {
  --tw-shadow-color: #ddd6fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/0 {
  --tw-shadow-color: rgb(221 214 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/10 {
  --tw-shadow-color: rgb(221 214 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/100 {
  --tw-shadow-color: rgb(221 214 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/15 {
  --tw-shadow-color: rgb(221 214 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/20 {
  --tw-shadow-color: rgb(221 214 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/25 {
  --tw-shadow-color: rgb(221 214 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/30 {
  --tw-shadow-color: rgb(221 214 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/35 {
  --tw-shadow-color: rgb(221 214 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/40 {
  --tw-shadow-color: rgb(221 214 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/45 {
  --tw-shadow-color: rgb(221 214 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/5 {
  --tw-shadow-color: rgb(221 214 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/50 {
  --tw-shadow-color: rgb(221 214 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/55 {
  --tw-shadow-color: rgb(221 214 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/60 {
  --tw-shadow-color: rgb(221 214 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/65 {
  --tw-shadow-color: rgb(221 214 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/70 {
  --tw-shadow-color: rgb(221 214 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/75 {
  --tw-shadow-color: rgb(221 214 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/80 {
  --tw-shadow-color: rgb(221 214 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/85 {
  --tw-shadow-color: rgb(221 214 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/90 {
  --tw-shadow-color: rgb(221 214 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-200\/95 {
  --tw-shadow-color: rgb(221 214 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300 {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/0 {
  --tw-shadow-color: rgb(196 181 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/10 {
  --tw-shadow-color: rgb(196 181 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/100 {
  --tw-shadow-color: rgb(196 181 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/15 {
  --tw-shadow-color: rgb(196 181 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/20 {
  --tw-shadow-color: rgb(196 181 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/25 {
  --tw-shadow-color: rgb(196 181 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/30 {
  --tw-shadow-color: rgb(196 181 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/35 {
  --tw-shadow-color: rgb(196 181 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/40 {
  --tw-shadow-color: rgb(196 181 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/45 {
  --tw-shadow-color: rgb(196 181 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/5 {
  --tw-shadow-color: rgb(196 181 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/50 {
  --tw-shadow-color: rgb(196 181 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/55 {
  --tw-shadow-color: rgb(196 181 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/60 {
  --tw-shadow-color: rgb(196 181 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/65 {
  --tw-shadow-color: rgb(196 181 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/70 {
  --tw-shadow-color: rgb(196 181 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/75 {
  --tw-shadow-color: rgb(196 181 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/80 {
  --tw-shadow-color: rgb(196 181 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/85 {
  --tw-shadow-color: rgb(196 181 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/90 {
  --tw-shadow-color: rgb(196 181 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-300\/95 {
  --tw-shadow-color: rgb(196 181 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400 {
  --tw-shadow-color: #a78bfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/0 {
  --tw-shadow-color: rgb(167 139 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/10 {
  --tw-shadow-color: rgb(167 139 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/100 {
  --tw-shadow-color: rgb(167 139 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/15 {
  --tw-shadow-color: rgb(167 139 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/20 {
  --tw-shadow-color: rgb(167 139 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/25 {
  --tw-shadow-color: rgb(167 139 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/30 {
  --tw-shadow-color: rgb(167 139 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/35 {
  --tw-shadow-color: rgb(167 139 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/40 {
  --tw-shadow-color: rgb(167 139 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/45 {
  --tw-shadow-color: rgb(167 139 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/5 {
  --tw-shadow-color: rgb(167 139 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/50 {
  --tw-shadow-color: rgb(167 139 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/55 {
  --tw-shadow-color: rgb(167 139 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/60 {
  --tw-shadow-color: rgb(167 139 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/65 {
  --tw-shadow-color: rgb(167 139 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/70 {
  --tw-shadow-color: rgb(167 139 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/75 {
  --tw-shadow-color: rgb(167 139 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/80 {
  --tw-shadow-color: rgb(167 139 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/85 {
  --tw-shadow-color: rgb(167 139 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/90 {
  --tw-shadow-color: rgb(167 139 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-400\/95 {
  --tw-shadow-color: rgb(167 139 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50 {
  --tw-shadow-color: #f5f3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/0 {
  --tw-shadow-color: rgb(245 243 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/10 {
  --tw-shadow-color: rgb(245 243 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/100 {
  --tw-shadow-color: rgb(245 243 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/15 {
  --tw-shadow-color: rgb(245 243 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/20 {
  --tw-shadow-color: rgb(245 243 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/25 {
  --tw-shadow-color: rgb(245 243 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/30 {
  --tw-shadow-color: rgb(245 243 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/35 {
  --tw-shadow-color: rgb(245 243 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/40 {
  --tw-shadow-color: rgb(245 243 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/45 {
  --tw-shadow-color: rgb(245 243 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/5 {
  --tw-shadow-color: rgb(245 243 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/50 {
  --tw-shadow-color: rgb(245 243 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/55 {
  --tw-shadow-color: rgb(245 243 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/60 {
  --tw-shadow-color: rgb(245 243 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/65 {
  --tw-shadow-color: rgb(245 243 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/70 {
  --tw-shadow-color: rgb(245 243 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/75 {
  --tw-shadow-color: rgb(245 243 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/80 {
  --tw-shadow-color: rgb(245 243 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/85 {
  --tw-shadow-color: rgb(245 243 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/90 {
  --tw-shadow-color: rgb(245 243 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-50\/95 {
  --tw-shadow-color: rgb(245 243 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500 {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/0 {
  --tw-shadow-color: rgb(139 92 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/10 {
  --tw-shadow-color: rgb(139 92 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/100 {
  --tw-shadow-color: rgb(139 92 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/15 {
  --tw-shadow-color: rgb(139 92 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/20 {
  --tw-shadow-color: rgb(139 92 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/25 {
  --tw-shadow-color: rgb(139 92 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/30 {
  --tw-shadow-color: rgb(139 92 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/35 {
  --tw-shadow-color: rgb(139 92 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/40 {
  --tw-shadow-color: rgb(139 92 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/45 {
  --tw-shadow-color: rgb(139 92 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/5 {
  --tw-shadow-color: rgb(139 92 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/50 {
  --tw-shadow-color: rgb(139 92 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/55 {
  --tw-shadow-color: rgb(139 92 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/60 {
  --tw-shadow-color: rgb(139 92 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/65 {
  --tw-shadow-color: rgb(139 92 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/70 {
  --tw-shadow-color: rgb(139 92 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/75 {
  --tw-shadow-color: rgb(139 92 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/80 {
  --tw-shadow-color: rgb(139 92 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/85 {
  --tw-shadow-color: rgb(139 92 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/90 {
  --tw-shadow-color: rgb(139 92 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-500\/95 {
  --tw-shadow-color: rgb(139 92 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600 {
  --tw-shadow-color: #7c3aed;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/0 {
  --tw-shadow-color: rgb(124 58 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/10 {
  --tw-shadow-color: rgb(124 58 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/100 {
  --tw-shadow-color: rgb(124 58 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/15 {
  --tw-shadow-color: rgb(124 58 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/20 {
  --tw-shadow-color: rgb(124 58 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/25 {
  --tw-shadow-color: rgb(124 58 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/30 {
  --tw-shadow-color: rgb(124 58 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/35 {
  --tw-shadow-color: rgb(124 58 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/40 {
  --tw-shadow-color: rgb(124 58 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/45 {
  --tw-shadow-color: rgb(124 58 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/5 {
  --tw-shadow-color: rgb(124 58 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/50 {
  --tw-shadow-color: rgb(124 58 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/55 {
  --tw-shadow-color: rgb(124 58 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/60 {
  --tw-shadow-color: rgb(124 58 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/65 {
  --tw-shadow-color: rgb(124 58 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/70 {
  --tw-shadow-color: rgb(124 58 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/75 {
  --tw-shadow-color: rgb(124 58 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/80 {
  --tw-shadow-color: rgb(124 58 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/85 {
  --tw-shadow-color: rgb(124 58 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/90 {
  --tw-shadow-color: rgb(124 58 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-600\/95 {
  --tw-shadow-color: rgb(124 58 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700 {
  --tw-shadow-color: #6d28d9;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/0 {
  --tw-shadow-color: rgb(109 40 217 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/10 {
  --tw-shadow-color: rgb(109 40 217 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/100 {
  --tw-shadow-color: rgb(109 40 217 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/15 {
  --tw-shadow-color: rgb(109 40 217 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/20 {
  --tw-shadow-color: rgb(109 40 217 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/25 {
  --tw-shadow-color: rgb(109 40 217 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/30 {
  --tw-shadow-color: rgb(109 40 217 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/35 {
  --tw-shadow-color: rgb(109 40 217 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/40 {
  --tw-shadow-color: rgb(109 40 217 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/45 {
  --tw-shadow-color: rgb(109 40 217 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/5 {
  --tw-shadow-color: rgb(109 40 217 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/50 {
  --tw-shadow-color: rgb(109 40 217 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/55 {
  --tw-shadow-color: rgb(109 40 217 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/60 {
  --tw-shadow-color: rgb(109 40 217 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/65 {
  --tw-shadow-color: rgb(109 40 217 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/70 {
  --tw-shadow-color: rgb(109 40 217 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/75 {
  --tw-shadow-color: rgb(109 40 217 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/80 {
  --tw-shadow-color: rgb(109 40 217 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/85 {
  --tw-shadow-color: rgb(109 40 217 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/90 {
  --tw-shadow-color: rgb(109 40 217 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-700\/95 {
  --tw-shadow-color: rgb(109 40 217 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800 {
  --tw-shadow-color: #5b21b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/0 {
  --tw-shadow-color: rgb(91 33 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/10 {
  --tw-shadow-color: rgb(91 33 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/100 {
  --tw-shadow-color: rgb(91 33 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/15 {
  --tw-shadow-color: rgb(91 33 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/20 {
  --tw-shadow-color: rgb(91 33 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/25 {
  --tw-shadow-color: rgb(91 33 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/30 {
  --tw-shadow-color: rgb(91 33 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/35 {
  --tw-shadow-color: rgb(91 33 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/40 {
  --tw-shadow-color: rgb(91 33 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/45 {
  --tw-shadow-color: rgb(91 33 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/5 {
  --tw-shadow-color: rgb(91 33 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/50 {
  --tw-shadow-color: rgb(91 33 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/55 {
  --tw-shadow-color: rgb(91 33 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/60 {
  --tw-shadow-color: rgb(91 33 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/65 {
  --tw-shadow-color: rgb(91 33 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/70 {
  --tw-shadow-color: rgb(91 33 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/75 {
  --tw-shadow-color: rgb(91 33 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/80 {
  --tw-shadow-color: rgb(91 33 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/85 {
  --tw-shadow-color: rgb(91 33 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/90 {
  --tw-shadow-color: rgb(91 33 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-800\/95 {
  --tw-shadow-color: rgb(91 33 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900 {
  --tw-shadow-color: #4c1d95;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/0 {
  --tw-shadow-color: rgb(76 29 149 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/10 {
  --tw-shadow-color: rgb(76 29 149 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/100 {
  --tw-shadow-color: rgb(76 29 149 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/15 {
  --tw-shadow-color: rgb(76 29 149 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/20 {
  --tw-shadow-color: rgb(76 29 149 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/25 {
  --tw-shadow-color: rgb(76 29 149 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/30 {
  --tw-shadow-color: rgb(76 29 149 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/35 {
  --tw-shadow-color: rgb(76 29 149 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/40 {
  --tw-shadow-color: rgb(76 29 149 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/45 {
  --tw-shadow-color: rgb(76 29 149 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/5 {
  --tw-shadow-color: rgb(76 29 149 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/50 {
  --tw-shadow-color: rgb(76 29 149 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/55 {
  --tw-shadow-color: rgb(76 29 149 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/60 {
  --tw-shadow-color: rgb(76 29 149 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/65 {
  --tw-shadow-color: rgb(76 29 149 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/70 {
  --tw-shadow-color: rgb(76 29 149 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/75 {
  --tw-shadow-color: rgb(76 29 149 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/80 {
  --tw-shadow-color: rgb(76 29 149 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/85 {
  --tw-shadow-color: rgb(76 29 149 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/90 {
  --tw-shadow-color: rgb(76 29 149 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-900\/95 {
  --tw-shadow-color: rgb(76 29 149 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950 {
  --tw-shadow-color: #2e1065;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/0 {
  --tw-shadow-color: rgb(46 16 101 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/10 {
  --tw-shadow-color: rgb(46 16 101 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/100 {
  --tw-shadow-color: rgb(46 16 101 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/15 {
  --tw-shadow-color: rgb(46 16 101 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/20 {
  --tw-shadow-color: rgb(46 16 101 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/25 {
  --tw-shadow-color: rgb(46 16 101 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/30 {
  --tw-shadow-color: rgb(46 16 101 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/35 {
  --tw-shadow-color: rgb(46 16 101 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/40 {
  --tw-shadow-color: rgb(46 16 101 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/45 {
  --tw-shadow-color: rgb(46 16 101 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/5 {
  --tw-shadow-color: rgb(46 16 101 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/50 {
  --tw-shadow-color: rgb(46 16 101 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/55 {
  --tw-shadow-color: rgb(46 16 101 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/60 {
  --tw-shadow-color: rgb(46 16 101 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/65 {
  --tw-shadow-color: rgb(46 16 101 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/70 {
  --tw-shadow-color: rgb(46 16 101 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/75 {
  --tw-shadow-color: rgb(46 16 101 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/80 {
  --tw-shadow-color: rgb(46 16 101 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/85 {
  --tw-shadow-color: rgb(46 16 101 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/90 {
  --tw-shadow-color: rgb(46 16 101 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-violet-950\/95 {
  --tw-shadow-color: rgb(46 16 101 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/0 {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/10 {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/100 {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/15 {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/20 {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/25 {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/30 {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/35 {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/40 {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/45 {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/5 {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/50 {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/55 {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/60 {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/65 {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/70 {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/75 {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/80 {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/85 {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/90 {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white\/95 {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100 {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/0 {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/10 {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/100 {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/15 {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/20 {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/25 {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/30 {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/35 {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/40 {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/45 {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/5 {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/50 {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/55 {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/60 {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/65 {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/70 {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/75 {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/80 {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/85 {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/90 {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-100\/95 {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200 {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/0 {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/10 {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/100 {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/15 {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/20 {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/25 {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/30 {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/35 {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/40 {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/45 {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/5 {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/50 {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/55 {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/60 {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/65 {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/70 {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/75 {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/80 {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/85 {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/90 {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-200\/95 {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300 {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/0 {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/10 {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/100 {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/15 {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/20 {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/25 {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/30 {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/35 {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/40 {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/45 {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/5 {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/50 {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/55 {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/60 {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/65 {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/70 {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/75 {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/80 {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/85 {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/90 {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-300\/95 {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400 {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/0 {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/10 {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/100 {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/15 {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/20 {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/25 {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/30 {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/35 {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/40 {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/45 {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/5 {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/50 {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/55 {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/60 {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/65 {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/70 {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/75 {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/80 {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/85 {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/90 {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-400\/95 {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50 {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/0 {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/10 {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/100 {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/15 {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/20 {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/25 {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/30 {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/35 {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/40 {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/45 {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/5 {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/50 {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/55 {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/60 {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/65 {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/70 {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/75 {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/80 {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/85 {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/90 {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-50\/95 {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500 {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/0 {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/10 {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/100 {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/15 {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/20 {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/25 {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/30 {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/35 {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/40 {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/45 {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/5 {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/50 {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/55 {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/60 {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/65 {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/70 {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/75 {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/80 {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/85 {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/90 {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-500\/95 {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600 {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/0 {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/10 {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/100 {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/15 {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/20 {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/25 {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/30 {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/35 {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/40 {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/45 {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/5 {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/50 {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/55 {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/60 {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/65 {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/70 {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/75 {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/80 {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/85 {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/90 {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-600\/95 {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700 {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/0 {
  --tw-shadow-color: rgb(161 98 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/10 {
  --tw-shadow-color: rgb(161 98 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/100 {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/15 {
  --tw-shadow-color: rgb(161 98 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/20 {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/25 {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/30 {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/35 {
  --tw-shadow-color: rgb(161 98 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/40 {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/45 {
  --tw-shadow-color: rgb(161 98 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/5 {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/50 {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/55 {
  --tw-shadow-color: rgb(161 98 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/60 {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/65 {
  --tw-shadow-color: rgb(161 98 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/70 {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/75 {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/80 {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/85 {
  --tw-shadow-color: rgb(161 98 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/90 {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-700\/95 {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800 {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/0 {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/10 {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/100 {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/15 {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/20 {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/25 {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/30 {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/35 {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/40 {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/45 {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/5 {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/50 {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/55 {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/60 {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/65 {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/70 {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/75 {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/80 {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/85 {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/90 {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-800\/95 {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900 {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/0 {
  --tw-shadow-color: rgb(113 63 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/10 {
  --tw-shadow-color: rgb(113 63 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/100 {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/15 {
  --tw-shadow-color: rgb(113 63 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/20 {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/25 {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/30 {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/35 {
  --tw-shadow-color: rgb(113 63 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/40 {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/45 {
  --tw-shadow-color: rgb(113 63 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/5 {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/50 {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/55 {
  --tw-shadow-color: rgb(113 63 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/60 {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/65 {
  --tw-shadow-color: rgb(113 63 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/70 {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/75 {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/80 {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/85 {
  --tw-shadow-color: rgb(113 63 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/90 {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-900\/95 {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950 {
  --tw-shadow-color: #422006;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/0 {
  --tw-shadow-color: rgb(66 32 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/10 {
  --tw-shadow-color: rgb(66 32 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/100 {
  --tw-shadow-color: rgb(66 32 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/15 {
  --tw-shadow-color: rgb(66 32 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/20 {
  --tw-shadow-color: rgb(66 32 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/25 {
  --tw-shadow-color: rgb(66 32 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/30 {
  --tw-shadow-color: rgb(66 32 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/35 {
  --tw-shadow-color: rgb(66 32 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/40 {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/45 {
  --tw-shadow-color: rgb(66 32 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/5 {
  --tw-shadow-color: rgb(66 32 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/50 {
  --tw-shadow-color: rgb(66 32 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/55 {
  --tw-shadow-color: rgb(66 32 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/60 {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/65 {
  --tw-shadow-color: rgb(66 32 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/70 {
  --tw-shadow-color: rgb(66 32 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/75 {
  --tw-shadow-color: rgb(66 32 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/80 {
  --tw-shadow-color: rgb(66 32 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/85 {
  --tw-shadow-color: rgb(66 32 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/90 {
  --tw-shadow-color: rgb(66 32 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-yellow-950\/95 {
  --tw-shadow-color: rgb(66 32 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100 {
  --tw-shadow-color: #f4f4f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/0 {
  --tw-shadow-color: rgb(244 244 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/10 {
  --tw-shadow-color: rgb(244 244 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/100 {
  --tw-shadow-color: rgb(244 244 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/15 {
  --tw-shadow-color: rgb(244 244 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/20 {
  --tw-shadow-color: rgb(244 244 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/25 {
  --tw-shadow-color: rgb(244 244 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/30 {
  --tw-shadow-color: rgb(244 244 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/35 {
  --tw-shadow-color: rgb(244 244 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/40 {
  --tw-shadow-color: rgb(244 244 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/45 {
  --tw-shadow-color: rgb(244 244 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/5 {
  --tw-shadow-color: rgb(244 244 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/50 {
  --tw-shadow-color: rgb(244 244 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/55 {
  --tw-shadow-color: rgb(244 244 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/60 {
  --tw-shadow-color: rgb(244 244 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/65 {
  --tw-shadow-color: rgb(244 244 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/70 {
  --tw-shadow-color: rgb(244 244 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/75 {
  --tw-shadow-color: rgb(244 244 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/80 {
  --tw-shadow-color: rgb(244 244 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/85 {
  --tw-shadow-color: rgb(244 244 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/90 {
  --tw-shadow-color: rgb(244 244 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-100\/95 {
  --tw-shadow-color: rgb(244 244 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200 {
  --tw-shadow-color: #e4e4e7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/0 {
  --tw-shadow-color: rgb(228 228 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/10 {
  --tw-shadow-color: rgb(228 228 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/100 {
  --tw-shadow-color: rgb(228 228 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/15 {
  --tw-shadow-color: rgb(228 228 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/20 {
  --tw-shadow-color: rgb(228 228 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/25 {
  --tw-shadow-color: rgb(228 228 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/30 {
  --tw-shadow-color: rgb(228 228 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/35 {
  --tw-shadow-color: rgb(228 228 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/40 {
  --tw-shadow-color: rgb(228 228 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/45 {
  --tw-shadow-color: rgb(228 228 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/5 {
  --tw-shadow-color: rgb(228 228 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/50 {
  --tw-shadow-color: rgb(228 228 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/55 {
  --tw-shadow-color: rgb(228 228 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/60 {
  --tw-shadow-color: rgb(228 228 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/65 {
  --tw-shadow-color: rgb(228 228 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/70 {
  --tw-shadow-color: rgb(228 228 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/75 {
  --tw-shadow-color: rgb(228 228 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/80 {
  --tw-shadow-color: rgb(228 228 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/85 {
  --tw-shadow-color: rgb(228 228 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/90 {
  --tw-shadow-color: rgb(228 228 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-200\/95 {
  --tw-shadow-color: rgb(228 228 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300 {
  --tw-shadow-color: #d4d4d8;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/0 {
  --tw-shadow-color: rgb(212 212 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/10 {
  --tw-shadow-color: rgb(212 212 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/100 {
  --tw-shadow-color: rgb(212 212 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/15 {
  --tw-shadow-color: rgb(212 212 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/20 {
  --tw-shadow-color: rgb(212 212 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/25 {
  --tw-shadow-color: rgb(212 212 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/30 {
  --tw-shadow-color: rgb(212 212 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/35 {
  --tw-shadow-color: rgb(212 212 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/40 {
  --tw-shadow-color: rgb(212 212 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/45 {
  --tw-shadow-color: rgb(212 212 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/5 {
  --tw-shadow-color: rgb(212 212 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/50 {
  --tw-shadow-color: rgb(212 212 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/55 {
  --tw-shadow-color: rgb(212 212 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/60 {
  --tw-shadow-color: rgb(212 212 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/65 {
  --tw-shadow-color: rgb(212 212 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/70 {
  --tw-shadow-color: rgb(212 212 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/75 {
  --tw-shadow-color: rgb(212 212 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/80 {
  --tw-shadow-color: rgb(212 212 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/85 {
  --tw-shadow-color: rgb(212 212 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/90 {
  --tw-shadow-color: rgb(212 212 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-300\/95 {
  --tw-shadow-color: rgb(212 212 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400 {
  --tw-shadow-color: #a1a1aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/0 {
  --tw-shadow-color: rgb(161 161 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/10 {
  --tw-shadow-color: rgb(161 161 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/100 {
  --tw-shadow-color: rgb(161 161 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/15 {
  --tw-shadow-color: rgb(161 161 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/20 {
  --tw-shadow-color: rgb(161 161 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/25 {
  --tw-shadow-color: rgb(161 161 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/30 {
  --tw-shadow-color: rgb(161 161 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/35 {
  --tw-shadow-color: rgb(161 161 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/40 {
  --tw-shadow-color: rgb(161 161 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/45 {
  --tw-shadow-color: rgb(161 161 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/5 {
  --tw-shadow-color: rgb(161 161 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/50 {
  --tw-shadow-color: rgb(161 161 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/55 {
  --tw-shadow-color: rgb(161 161 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/60 {
  --tw-shadow-color: rgb(161 161 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/65 {
  --tw-shadow-color: rgb(161 161 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/70 {
  --tw-shadow-color: rgb(161 161 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/75 {
  --tw-shadow-color: rgb(161 161 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/80 {
  --tw-shadow-color: rgb(161 161 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/85 {
  --tw-shadow-color: rgb(161 161 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/90 {
  --tw-shadow-color: rgb(161 161 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-400\/95 {
  --tw-shadow-color: rgb(161 161 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50 {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/0 {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/10 {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/100 {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/15 {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/20 {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/25 {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/30 {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/35 {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/40 {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/45 {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/5 {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/50 {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/55 {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/60 {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/65 {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/70 {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/75 {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/80 {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/85 {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/90 {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-50\/95 {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500 {
  --tw-shadow-color: #71717a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/0 {
  --tw-shadow-color: rgb(113 113 122 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/10 {
  --tw-shadow-color: rgb(113 113 122 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/100 {
  --tw-shadow-color: rgb(113 113 122 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/15 {
  --tw-shadow-color: rgb(113 113 122 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/20 {
  --tw-shadow-color: rgb(113 113 122 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/25 {
  --tw-shadow-color: rgb(113 113 122 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/30 {
  --tw-shadow-color: rgb(113 113 122 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/35 {
  --tw-shadow-color: rgb(113 113 122 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/40 {
  --tw-shadow-color: rgb(113 113 122 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/45 {
  --tw-shadow-color: rgb(113 113 122 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/5 {
  --tw-shadow-color: rgb(113 113 122 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/50 {
  --tw-shadow-color: rgb(113 113 122 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/55 {
  --tw-shadow-color: rgb(113 113 122 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/60 {
  --tw-shadow-color: rgb(113 113 122 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/65 {
  --tw-shadow-color: rgb(113 113 122 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/70 {
  --tw-shadow-color: rgb(113 113 122 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/75 {
  --tw-shadow-color: rgb(113 113 122 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/80 {
  --tw-shadow-color: rgb(113 113 122 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/85 {
  --tw-shadow-color: rgb(113 113 122 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/90 {
  --tw-shadow-color: rgb(113 113 122 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-500\/95 {
  --tw-shadow-color: rgb(113 113 122 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600 {
  --tw-shadow-color: #52525b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/0 {
  --tw-shadow-color: rgb(82 82 91 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/10 {
  --tw-shadow-color: rgb(82 82 91 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/100 {
  --tw-shadow-color: rgb(82 82 91 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/15 {
  --tw-shadow-color: rgb(82 82 91 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/20 {
  --tw-shadow-color: rgb(82 82 91 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/25 {
  --tw-shadow-color: rgb(82 82 91 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/30 {
  --tw-shadow-color: rgb(82 82 91 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/35 {
  --tw-shadow-color: rgb(82 82 91 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/40 {
  --tw-shadow-color: rgb(82 82 91 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/45 {
  --tw-shadow-color: rgb(82 82 91 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/5 {
  --tw-shadow-color: rgb(82 82 91 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/50 {
  --tw-shadow-color: rgb(82 82 91 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/55 {
  --tw-shadow-color: rgb(82 82 91 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/60 {
  --tw-shadow-color: rgb(82 82 91 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/65 {
  --tw-shadow-color: rgb(82 82 91 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/70 {
  --tw-shadow-color: rgb(82 82 91 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/75 {
  --tw-shadow-color: rgb(82 82 91 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/80 {
  --tw-shadow-color: rgb(82 82 91 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/85 {
  --tw-shadow-color: rgb(82 82 91 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/90 {
  --tw-shadow-color: rgb(82 82 91 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-600\/95 {
  --tw-shadow-color: rgb(82 82 91 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700 {
  --tw-shadow-color: #3f3f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/0 {
  --tw-shadow-color: rgb(63 63 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/10 {
  --tw-shadow-color: rgb(63 63 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/100 {
  --tw-shadow-color: rgb(63 63 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/15 {
  --tw-shadow-color: rgb(63 63 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/20 {
  --tw-shadow-color: rgb(63 63 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/25 {
  --tw-shadow-color: rgb(63 63 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/30 {
  --tw-shadow-color: rgb(63 63 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/35 {
  --tw-shadow-color: rgb(63 63 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/40 {
  --tw-shadow-color: rgb(63 63 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/45 {
  --tw-shadow-color: rgb(63 63 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/5 {
  --tw-shadow-color: rgb(63 63 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/50 {
  --tw-shadow-color: rgb(63 63 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/55 {
  --tw-shadow-color: rgb(63 63 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/60 {
  --tw-shadow-color: rgb(63 63 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/65 {
  --tw-shadow-color: rgb(63 63 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/70 {
  --tw-shadow-color: rgb(63 63 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/75 {
  --tw-shadow-color: rgb(63 63 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/80 {
  --tw-shadow-color: rgb(63 63 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/85 {
  --tw-shadow-color: rgb(63 63 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/90 {
  --tw-shadow-color: rgb(63 63 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-700\/95 {
  --tw-shadow-color: rgb(63 63 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800 {
  --tw-shadow-color: #27272a;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/0 {
  --tw-shadow-color: rgb(39 39 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/10 {
  --tw-shadow-color: rgb(39 39 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/100 {
  --tw-shadow-color: rgb(39 39 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/15 {
  --tw-shadow-color: rgb(39 39 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/20 {
  --tw-shadow-color: rgb(39 39 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/25 {
  --tw-shadow-color: rgb(39 39 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/30 {
  --tw-shadow-color: rgb(39 39 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/35 {
  --tw-shadow-color: rgb(39 39 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/40 {
  --tw-shadow-color: rgb(39 39 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/45 {
  --tw-shadow-color: rgb(39 39 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/5 {
  --tw-shadow-color: rgb(39 39 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/50 {
  --tw-shadow-color: rgb(39 39 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/55 {
  --tw-shadow-color: rgb(39 39 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/60 {
  --tw-shadow-color: rgb(39 39 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/65 {
  --tw-shadow-color: rgb(39 39 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/70 {
  --tw-shadow-color: rgb(39 39 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/75 {
  --tw-shadow-color: rgb(39 39 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/80 {
  --tw-shadow-color: rgb(39 39 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/85 {
  --tw-shadow-color: rgb(39 39 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/90 {
  --tw-shadow-color: rgb(39 39 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-800\/95 {
  --tw-shadow-color: rgb(39 39 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900 {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/0 {
  --tw-shadow-color: rgb(24 24 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/10 {
  --tw-shadow-color: rgb(24 24 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/100 {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/15 {
  --tw-shadow-color: rgb(24 24 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/20 {
  --tw-shadow-color: rgb(24 24 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/25 {
  --tw-shadow-color: rgb(24 24 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/30 {
  --tw-shadow-color: rgb(24 24 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/35 {
  --tw-shadow-color: rgb(24 24 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/40 {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/45 {
  --tw-shadow-color: rgb(24 24 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/5 {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/50 {
  --tw-shadow-color: rgb(24 24 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/55 {
  --tw-shadow-color: rgb(24 24 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/60 {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/65 {
  --tw-shadow-color: rgb(24 24 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/70 {
  --tw-shadow-color: rgb(24 24 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/75 {
  --tw-shadow-color: rgb(24 24 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/80 {
  --tw-shadow-color: rgb(24 24 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/85 {
  --tw-shadow-color: rgb(24 24 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/90 {
  --tw-shadow-color: rgb(24 24 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-900\/95 {
  --tw-shadow-color: rgb(24 24 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950 {
  --tw-shadow-color: #09090b;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/0 {
  --tw-shadow-color: rgb(9 9 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/10 {
  --tw-shadow-color: rgb(9 9 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/100 {
  --tw-shadow-color: rgb(9 9 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/15 {
  --tw-shadow-color: rgb(9 9 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/20 {
  --tw-shadow-color: rgb(9 9 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/25 {
  --tw-shadow-color: rgb(9 9 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/30 {
  --tw-shadow-color: rgb(9 9 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/35 {
  --tw-shadow-color: rgb(9 9 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/40 {
  --tw-shadow-color: rgb(9 9 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/45 {
  --tw-shadow-color: rgb(9 9 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/5 {
  --tw-shadow-color: rgb(9 9 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/50 {
  --tw-shadow-color: rgb(9 9 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/55 {
  --tw-shadow-color: rgb(9 9 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/60 {
  --tw-shadow-color: rgb(9 9 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/65 {
  --tw-shadow-color: rgb(9 9 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/70 {
  --tw-shadow-color: rgb(9 9 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/75 {
  --tw-shadow-color: rgb(9 9 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/80 {
  --tw-shadow-color: rgb(9 9 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/85 {
  --tw-shadow-color: rgb(9 9 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/90 {
  --tw-shadow-color: rgb(9 9 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-zinc-950\/95 {
  --tw-shadow-color: rgb(9 9 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  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\/15 {
  outline-color: rgb(254 249 195 / 0.15);
}

.outline-yellow-100\/20 {
  outline-color: rgb(254 249 195 / 0.2);
}

.outline-yellow-100\/25 {
  outline-color: rgb(254 249 195 / 0.25);
}

.outline-yellow-100\/30 {
  outline-color: rgb(254 249 195 / 0.3);
}

.outline-yellow-100\/35 {
  outline-color: rgb(254 249 195 / 0.35);
}

.outline-yellow-100\/40 {
  outline-color: rgb(254 249 195 / 0.4);
}

.outline-yellow-100\/45 {
  outline-color: rgb(254 249 195 / 0.45);
}

.outline-yellow-100\/5 {
  outline-color: rgb(254 249 195 / 0.05);
}

.outline-yellow-100\/50 {
  outline-color: rgb(254 249 195 / 0.5);
}

.outline-yellow-100\/55 {
  outline-color: rgb(254 249 195 / 0.55);
}

.outline-yellow-100\/60 {
  outline-color: rgb(254 249 195 / 0.6);
}

.outline-yellow-100\/65 {
  outline-color: rgb(254 249 195 / 0.65);
}

.outline-yellow-100\/70 {
  outline-color: rgb(254 249 195 / 0.7);
}

.outline-yellow-100\/75 {
  outline-color: rgb(254 249 195 / 0.75);
}

.outline-yellow-100\/80 {
  outline-color: rgb(254 249 195 / 0.8);
}

.outline-yellow-100\/85 {
  outline-color: rgb(254 249 195 / 0.85);
}

.outline-yellow-100\/90 {
  outline-color: rgb(254 249 195 / 0.9);
}

.outline-yellow-100\/95 {
  outline-color: rgb(254 249 195 / 0.95);
}

.outline-yellow-200 {
  outline-color: #fef08a;
}

.outline-yellow-200\/0 {
  outline-color: rgb(254 240 138 / 0);
}

.outline-yellow-200\/10 {
  outline-color: rgb(254 240 138 / 0.1);
}

.outline-yellow-200\/100 {
  outline-color: rgb(254 240 138 / 1);
}

.outline-yellow-200\/15 {
  outline-color: rgb(254 240 138 / 0.15);
}

.outline-yellow-200\/20 {
  outline-color: rgb(254 240 138 / 0.2);
}

.outline-yellow-200\/25 {
  outline-color: rgb(254 240 138 / 0.25);
}

.outline-yellow-200\/30 {
  outline-color: rgb(254 240 138 / 0.3);
}

.outline-yellow-200\/35 {
  outline-color: rgb(254 240 138 / 0.35);
}

.outline-yellow-200\/40 {
  outline-color: rgb(254 240 138 / 0.4);
}

.outline-yellow-200\/45 {
  outline-color: rgb(254 240 138 / 0.45);
}

.outline-yellow-200\/5 {
  outline-color: rgb(254 240 138 / 0.05);
}

.outline-yellow-200\/50 {
  outline-color: rgb(254 240 138 / 0.5);
}

.outline-yellow-200\/55 {
  outline-color: rgb(254 240 138 / 0.55);
}

.outline-yellow-200\/60 {
  outline-color: rgb(254 240 138 / 0.6);
}

.outline-yellow-200\/65 {
  outline-color: rgb(254 240 138 / 0.65);
}

.outline-yellow-200\/70 {
  outline-color: rgb(254 240 138 / 0.7);
}

.outline-yellow-200\/75 {
  outline-color: rgb(254 240 138 / 0.75);
}

.outline-yellow-200\/80 {
  outline-color: rgb(254 240 138 / 0.8);
}

.outline-yellow-200\/85 {
  outline-color: rgb(254 240 138 / 0.85);
}

.outline-yellow-200\/90 {
  outline-color: rgb(254 240 138 / 0.9);
}

.outline-yellow-200\/95 {
  outline-color: rgb(254 240 138 / 0.95);
}

.outline-yellow-400 {
  outline-color: #facc15;
}

.outline-yellow-400\/0 {
  outline-color: rgb(250 204 21 / 0);
}

.outline-yellow-400\/10 {
  outline-color: rgb(250 204 21 / 0.1);
}

.outline-yellow-400\/100 {
  outline-color: rgb(250 204 21 / 1);
}

.outline-yellow-400\/15 {
  outline-color: rgb(250 204 21 / 0.15);
}

.outline-yellow-400\/20 {
  outline-color: rgb(250 204 21 / 0.2);
}

.outline-yellow-400\/25 {
  outline-color: rgb(250 204 21 / 0.25);
}

.outline-yellow-400\/30 {
  outline-color: rgb(250 204 21 / 0.3);
}

.outline-yellow-400\/35 {
  outline-color: rgb(250 204 21 / 0.35);
}

.outline-yellow-400\/40 {
  outline-color: rgb(250 204 21 / 0.4);
}

.outline-yellow-400\/45 {
  outline-color: rgb(250 204 21 / 0.45);
}

.outline-yellow-400\/5 {
  outline-color: rgb(250 204 21 / 0.05);
}

.outline-yellow-400\/50 {
  outline-color: rgb(250 204 21 / 0.5);
}

.outline-yellow-400\/55 {
  outline-color: rgb(250 204 21 / 0.55);
}

.outline-yellow-400\/60 {
  outline-color: rgb(250 204 21 / 0.6);
}

.outline-yellow-400\/65 {
  outline-color: rgb(250 204 21 / 0.65);
}

.outline-yellow-400\/70 {
  outline-color: rgb(250 204 21 / 0.7);
}

.outline-yellow-400\/75 {
  outline-color: rgb(250 204 21 / 0.75);
}

.outline-yellow-400\/80 {
  outline-color: rgb(250 204 21 / 0.8);
}

.outline-yellow-400\/85 {
  outline-color: rgb(250 204 21 / 0.85);
}

.outline-yellow-400\/90 {
  outline-color: rgb(250 204 21 / 0.9);
}

.outline-yellow-400\/95 {
  outline-color: rgb(250 204 21 / 0.95);
}

.outline-yellow-50 {
  outline-color: #fefce8;
}

.outline-yellow-50\/0 {
  outline-color: rgb(254 252 232 / 0);
}

.outline-yellow-50\/10 {
  outline-color: rgb(254 252 232 / 0.1);
}

.outline-yellow-50\/100 {
  outline-color: rgb(254 252 232 / 1);
}

.outline-yellow-50\/15 {
  outline-color: rgb(254 252 232 / 0.15);
}

.outline-yellow-50\/20 {
  outline-color: rgb(254 252 232 / 0.2);
}

.outline-yellow-50\/25 {
  outline-color: rgb(254 252 232 / 0.25);
}

.outline-yellow-50\/30 {
  outline-color: rgb(254 252 232 / 0.3);
}

.outline-yellow-50\/35 {
  outline-color: rgb(254 252 232 / 0.35);
}

.outline-yellow-50\/40 {
  outline-color: rgb(254 252 232 / 0.4);
}

.outline-yellow-50\/45 {
  outline-color: rgb(254 252 232 / 0.45);
}

.outline-yellow-50\/5 {
  outline-color: rgb(254 252 232 / 0.05);
}

.outline-yellow-50\/50 {
  outline-color: rgb(254 252 232 / 0.5);
}

.outline-yellow-50\/55 {
  outline-color: rgb(254 252 232 / 0.55);
}

.outline-yellow-50\/60 {
  outline-color: rgb(254 252 232 / 0.6);
}

.outline-yellow-50\/65 {
  outline-color: rgb(254 252 232 / 0.65);
}

.outline-yellow-50\/70 {
  outline-color: rgb(254 252 232 / 0.7);
}

.outline-yellow-50\/75 {
  outline-color: rgb(254 252 232 / 0.75);
}

.outline-yellow-50\/80 {
  outline-color: rgb(254 252 232 / 0.8);
}

.outline-yellow-50\/85 {
  outline-color: rgb(254 252 232 / 0.85);
}

.outline-yellow-50\/90 {
  outline-color: rgb(254 252 232 / 0.9);
}

.outline-yellow-50\/95 {
  outline-color: rgb(254 252 232 / 0.95);
}

.outline-yellow-500 {
  outline-color: #eab308;
}

.outline-yellow-500\/0 {
  outline-color: rgb(234 179 8 / 0);
}

.outline-yellow-500\/10 {
  outline-color: rgb(234 179 8 / 0.1);
}

.outline-yellow-500\/100 {
  outline-color: rgb(234 179 8 / 1);
}

.outline-yellow-500\/15 {
  outline-color: rgb(234 179 8 / 0.15);
}

.outline-yellow-500\/20 {
  outline-color: rgb(234 179 8 / 0.2);
}

.outline-yellow-500\/25 {
  outline-color: rgb(234 179 8 / 0.25);
}

.outline-yellow-500\/30 {
  outline-color: rgb(234 179 8 / 0.3);
}

.outline-yellow-500\/35 {
  outline-color: rgb(234 179 8 / 0.35);
}

.outline-yellow-500\/40 {
  outline-color: rgb(234 179 8 / 0.4);
}

.outline-yellow-500\/45 {
  outline-color: rgb(234 179 8 / 0.45);
}

.outline-yellow-500\/5 {
  outline-color: rgb(234 179 8 / 0.05);
}

.outline-yellow-500\/50 {
  outline-color: rgb(234 179 8 / 0.5);
}

.outline-yellow-500\/55 {
  outline-color: rgb(234 179 8 / 0.55);
}

.outline-yellow-500\/60 {
  outline-color: rgb(234 179 8 / 0.6);
}

.outline-yellow-500\/65 {
  outline-color: rgb(234 179 8 / 0.65);
}

.outline-yellow-500\/70 {
  outline-color: rgb(234 179 8 / 0.7);
}

.outline-yellow-500\/75 {
  outline-color: rgb(234 179 8 / 0.75);
}

.outline-yellow-500\/80 {
  outline-color: rgb(234 179 8 / 0.8);
}

.outline-yellow-500\/85 {
  outline-color: rgb(234 179 8 / 0.85);
}

.outline-yellow-500\/90 {
  outline-color: rgb(234 179 8 / 0.9);
}

.outline-yellow-500\/95 {
  outline-color: rgb(234 179 8 / 0.95);
}

.outline-yellow-600 {
  outline-color: #ca8a04;
}

.outline-yellow-600\/0 {
  outline-color: rgb(202 138 4 / 0);
}

.outline-yellow-600\/10 {
  outline-color: rgb(202 138 4 / 0.1);
}

.outline-yellow-600\/100 {
  outline-color: rgb(202 138 4 / 1);
}

.outline-yellow-600\/15 {
  outline-color: rgb(202 138 4 / 0.15);
}

.outline-yellow-600\/20 {
  outline-color: rgb(202 138 4 / 0.2);
}

.outline-yellow-600\/25 {
  outline-color: rgb(202 138 4 / 0.25);
}

.outline-yellow-600\/30 {
  outline-color: rgb(202 138 4 / 0.3);
}

.outline-yellow-600\/35 {
  outline-color: rgb(202 138 4 / 0.35);
}

.outline-yellow-600\/40 {
  outline-color: rgb(202 138 4 / 0.4);
}

.outline-yellow-600\/45 {
  outline-color: rgb(202 138 4 / 0.45);
}

.outline-yellow-600\/5 {
  outline-color: rgb(202 138 4 / 0.05);
}

.outline-yellow-600\/50 {
  outline-color: rgb(202 138 4 / 0.5);
}

.outline-yellow-600\/55 {
  outline-color: rgb(202 138 4 / 0.55);
}

.outline-yellow-600\/60 {
  outline-color: rgb(202 138 4 / 0.6);
}

.outline-yellow-600\/65 {
  outline-color: rgb(202 138 4 / 0.65);
}

.outline-yellow-600\/70 {
  outline-color: rgb(202 138 4 / 0.7);
}

.outline-yellow-600\/75 {
  outline-color: rgb(202 138 4 / 0.75);
}

.outline-yellow-600\/80 {
  outline-color: rgb(202 138 4 / 0.8);
}

.outline-yellow-600\/85 {
  outline-color: rgb(202 138 4 / 0.85);
}

.outline-yellow-600\/90 {
  outline-color: rgb(202 138 4 / 0.9);
}

.outline-yellow-600\/95 {
  outline-color: rgb(202 138 4 / 0.95);
}

.outline-yellow-800 {
  outline-color: #854d0e;
}

.outline-yellow-800\/0 {
  outline-color: rgb(133 77 14 / 0);
}

.outline-yellow-800\/10 {
  outline-color: rgb(133 77 14 / 0.1);
}

.outline-yellow-800\/100 {
  outline-color: rgb(133 77 14 / 1);
}

.outline-yellow-800\/15 {
  outline-color: rgb(133 77 14 / 0.15);
}

.outline-yellow-800\/20 {
  outline-color: rgb(133 77 14 / 0.2);
}

.outline-yellow-800\/25 {
  outline-color: rgb(133 77 14 / 0.25);
}

.outline-yellow-800\/30 {
  outline-color: rgb(133 77 14 / 0.3);
}

.outline-yellow-800\/35 {
  outline-color: rgb(133 77 14 / 0.35);
}

.outline-yellow-800\/40 {
  outline-color: rgb(133 77 14 / 0.4);
}

.outline-yellow-800\/45 {
  outline-color: rgb(133 77 14 / 0.45);
}

.outline-yellow-800\/5 {
  outline-color: rgb(133 77 14 / 0.05);
}

.outline-yellow-800\/50 {
  outline-color: rgb(133 77 14 / 0.5);
}

.outline-yellow-800\/55 {
  outline-color: rgb(133 77 14 / 0.55);
}

.outline-yellow-800\/60 {
  outline-color: rgb(133 77 14 / 0.6);
}

.outline-yellow-800\/65 {
  outline-color: rgb(133 77 14 / 0.65);
}

.outline-yellow-800\/70 {
  outline-color: rgb(133 77 14 / 0.7);
}

.outline-yellow-800\/75 {
  outline-color: rgb(133 77 14 / 0.75);
}

.outline-yellow-800\/80 {
  outline-color: rgb(133 77 14 / 0.8);
}

.outline-yellow-800\/85 {
  outline-color: rgb(133 77 14 / 0.85);
}

.outline-yellow-800\/90 {
  outline-color: rgb(133 77 14 / 0.9);
}

.outline-yellow-800\/95 {
  outline-color: rgb(133 77 14 / 0.95);
}

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

.ring-accent-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(235 251 203 / var(--tw-ring-opacity, 1));
}

.ring-accent-100\/0 {
  --tw-ring-color: rgb(235 251 203 / 0);
}

.ring-accent-100\/10 {
  --tw-ring-color: rgb(235 251 203 / 0.1);
}

.ring-accent-100\/100 {
  --tw-ring-color: rgb(235 251 203 / 1);
}

.ring-accent-100\/15 {
  --tw-ring-color: rgb(235 251 203 / 0.15);
}

.ring-accent-100\/20 {
  --tw-ring-color: rgb(235 251 203 / 0.2);
}

.ring-accent-100\/25 {
  --tw-ring-color: rgb(235 251 203 / 0.25);
}

.ring-accent-100\/30 {
  --tw-ring-color: rgb(235 251 203 / 0.3);
}

.ring-accent-100\/35 {
  --tw-ring-color: rgb(235 251 203 / 0.35);
}

.ring-accent-100\/40 {
  --tw-ring-color: rgb(235 251 203 / 0.4);
}

.ring-accent-100\/45 {
  --tw-ring-color: rgb(235 251 203 / 0.45);
}

.ring-accent-100\/5 {
  --tw-ring-color: rgb(235 251 203 / 0.05);
}

.ring-accent-100\/50 {
  --tw-ring-color: rgb(235 251 203 / 0.5);
}

.ring-accent-100\/55 {
  --tw-ring-color: rgb(235 251 203 / 0.55);
}

.ring-accent-100\/60 {
  --tw-ring-color: rgb(235 251 203 / 0.6);
}

.ring-accent-100\/65 {
  --tw-ring-color: rgb(235 251 203 / 0.65);
}

.ring-accent-100\/70 {
  --tw-ring-color: rgb(235 251 203 / 0.7);
}

.ring-accent-100\/75 {
  --tw-ring-color: rgb(235 251 203 / 0.75);
}

.ring-accent-100\/80 {
  --tw-ring-color: rgb(235 251 203 / 0.8);
}

.ring-accent-100\/85 {
  --tw-ring-color: rgb(235 251 203 / 0.85);
}

.ring-accent-100\/90 {
  --tw-ring-color: rgb(235 251 203 / 0.9);
}

.ring-accent-100\/95 {
  --tw-ring-color: rgb(235 251 203 / 0.95);
}

.ring-accent-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 246 154 / var(--tw-ring-opacity, 1));
}

.ring-accent-200\/0 {
  --tw-ring-color: rgb(216 246 154 / 0);
}

.ring-accent-200\/10 {
  --tw-ring-color: rgb(216 246 154 / 0.1);
}

.ring-accent-200\/100 {
  --tw-ring-color: rgb(216 246 154 / 1);
}

.ring-accent-200\/15 {
  --tw-ring-color: rgb(216 246 154 / 0.15);
}

.ring-accent-200\/20 {
  --tw-ring-color: rgb(216 246 154 / 0.2);
}

.ring-accent-200\/25 {
  --tw-ring-color: rgb(216 246 154 / 0.25);
}

.ring-accent-200\/30 {
  --tw-ring-color: rgb(216 246 154 / 0.3);
}

.ring-accent-200\/35 {
  --tw-ring-color: rgb(216 246 154 / 0.35);
}

.ring-accent-200\/40 {
  --tw-ring-color: rgb(216 246 154 / 0.4);
}

.ring-accent-200\/45 {
  --tw-ring-color: rgb(216 246 154 / 0.45);
}

.ring-accent-200\/5 {
  --tw-ring-color: rgb(216 246 154 / 0.05);
}

.ring-accent-200\/50 {
  --tw-ring-color: rgb(216 246 154 / 0.5);
}

.ring-accent-200\/55 {
  --tw-ring-color: rgb(216 246 154 / 0.55);
}

.ring-accent-200\/60 {
  --tw-ring-color: rgb(216 246 154 / 0.6);
}

.ring-accent-200\/65 {
  --tw-ring-color: rgb(216 246 154 / 0.65);
}

.ring-accent-200\/70 {
  --tw-ring-color: rgb(216 246 154 / 0.7);
}

.ring-accent-200\/75 {
  --tw-ring-color: rgb(216 246 154 / 0.75);
}

.ring-accent-200\/80 {
  --tw-ring-color: rgb(216 246 154 / 0.8);
}

.ring-accent-200\/85 {
  --tw-ring-color: rgb(216 246 154 / 0.85);
}

.ring-accent-200\/90 {
  --tw-ring-color: rgb(216 246 154 / 0.9);
}

.ring-accent-200\/95 {
  --tw-ring-color: rgb(216 246 154 / 0.95);
}

.ring-accent-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 240 120 / var(--tw-ring-opacity, 1));
}

.ring-accent-300\/0 {
  --tw-ring-color: rgb(196 240 120 / 0);
}

.ring-accent-300\/10 {
  --tw-ring-color: rgb(196 240 120 / 0.1);
}

.ring-accent-300\/100 {
  --tw-ring-color: rgb(196 240 120 / 1);
}

.ring-accent-300\/15 {
  --tw-ring-color: rgb(196 240 120 / 0.15);
}

.ring-accent-300\/20 {
  --tw-ring-color: rgb(196 240 120 / 0.2);
}

.ring-accent-300\/25 {
  --tw-ring-color: rgb(196 240 120 / 0.25);
}

.ring-accent-300\/30 {
  --tw-ring-color: rgb(196 240 120 / 0.3);
}

.ring-accent-300\/35 {
  --tw-ring-color: rgb(196 240 120 / 0.35);
}

.ring-accent-300\/40 {
  --tw-ring-color: rgb(196 240 120 / 0.4);
}

.ring-accent-300\/45 {
  --tw-ring-color: rgb(196 240 120 / 0.45);
}

.ring-accent-300\/5 {
  --tw-ring-color: rgb(196 240 120 / 0.05);
}

.ring-accent-300\/50 {
  --tw-ring-color: rgb(196 240 120 / 0.5);
}

.ring-accent-300\/55 {
  --tw-ring-color: rgb(196 240 120 / 0.55);
}

.ring-accent-300\/60 {
  --tw-ring-color: rgb(196 240 120 / 0.6);
}

.ring-accent-300\/65 {
  --tw-ring-color: rgb(196 240 120 / 0.65);
}

.ring-accent-300\/70 {
  --tw-ring-color: rgb(196 240 120 / 0.7);
}

.ring-accent-300\/75 {
  --tw-ring-color: rgb(196 240 120 / 0.75);
}

.ring-accent-300\/80 {
  --tw-ring-color: rgb(196 240 120 / 0.8);
}

.ring-accent-300\/85 {
  --tw-ring-color: rgb(196 240 120 / 0.85);
}

.ring-accent-300\/90 {
  --tw-ring-color: rgb(196 240 120 / 0.9);
}

.ring-accent-300\/95 {
  --tw-ring-color: rgb(196 240 120 / 0.95);
}

.ring-accent-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 237 104 / var(--tw-ring-opacity, 1));
}

.ring-accent-400\/0 {
  --tw-ring-color: rgb(183 237 104 / 0);
}

.ring-accent-400\/10 {
  --tw-ring-color: rgb(183 237 104 / 0.1);
}

.ring-accent-400\/100 {
  --tw-ring-color: rgb(183 237 104 / 1);
}

.ring-accent-400\/15 {
  --tw-ring-color: rgb(183 237 104 / 0.15);
}

.ring-accent-400\/20 {
  --tw-ring-color: rgb(183 237 104 / 0.2);
}

.ring-accent-400\/25 {
  --tw-ring-color: rgb(183 237 104 / 0.25);
}

.ring-accent-400\/30 {
  --tw-ring-color: rgb(183 237 104 / 0.3);
}

.ring-accent-400\/35 {
  --tw-ring-color: rgb(183 237 104 / 0.35);
}

.ring-accent-400\/40 {
  --tw-ring-color: rgb(183 237 104 / 0.4);
}

.ring-accent-400\/45 {
  --tw-ring-color: rgb(183 237 104 / 0.45);
}

.ring-accent-400\/5 {
  --tw-ring-color: rgb(183 237 104 / 0.05);
}

.ring-accent-400\/50 {
  --tw-ring-color: rgb(183 237 104 / 0.5);
}

.ring-accent-400\/55 {
  --tw-ring-color: rgb(183 237 104 / 0.55);
}

.ring-accent-400\/60 {
  --tw-ring-color: rgb(183 237 104 / 0.6);
}

.ring-accent-400\/65 {
  --tw-ring-color: rgb(183 237 104 / 0.65);
}

.ring-accent-400\/70 {
  --tw-ring-color: rgb(183 237 104 / 0.7);
}

.ring-accent-400\/75 {
  --tw-ring-color: rgb(183 237 104 / 0.75);
}

.ring-accent-400\/80 {
  --tw-ring-color: rgb(183 237 104 / 0.8);
}

.ring-accent-400\/85 {
  --tw-ring-color: rgb(183 237 104 / 0.85);
}

.ring-accent-400\/90 {
  --tw-ring-color: rgb(183 237 104 / 0.9);
}

.ring-accent-400\/95 {
  --tw-ring-color: rgb(183 237 104 / 0.95);
}

.ring-accent-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 253 235 / var(--tw-ring-opacity, 1));
}

.ring-accent-50\/0 {
  --tw-ring-color: rgb(247 253 235 / 0);
}

.ring-accent-50\/10 {
  --tw-ring-color: rgb(247 253 235 / 0.1);
}

.ring-accent-50\/100 {
  --tw-ring-color: rgb(247 253 235 / 1);
}

.ring-accent-50\/15 {
  --tw-ring-color: rgb(247 253 235 / 0.15);
}

.ring-accent-50\/20 {
  --tw-ring-color: rgb(247 253 235 / 0.2);
}

.ring-accent-50\/25 {
  --tw-ring-color: rgb(247 253 235 / 0.25);
}

.ring-accent-50\/30 {
  --tw-ring-color: rgb(247 253 235 / 0.3);
}

.ring-accent-50\/35 {
  --tw-ring-color: rgb(247 253 235 / 0.35);
}

.ring-accent-50\/40 {
  --tw-ring-color: rgb(247 253 235 / 0.4);
}

.ring-accent-50\/45 {
  --tw-ring-color: rgb(247 253 235 / 0.45);
}

.ring-accent-50\/5 {
  --tw-ring-color: rgb(247 253 235 / 0.05);
}

.ring-accent-50\/50 {
  --tw-ring-color: rgb(247 253 235 / 0.5);
}

.ring-accent-50\/55 {
  --tw-ring-color: rgb(247 253 235 / 0.55);
}

.ring-accent-50\/60 {
  --tw-ring-color: rgb(247 253 235 / 0.6);
}

.ring-accent-50\/65 {
  --tw-ring-color: rgb(247 253 235 / 0.65);
}

.ring-accent-50\/70 {
  --tw-ring-color: rgb(247 253 235 / 0.7);
}

.ring-accent-50\/75 {
  --tw-ring-color: rgb(247 253 235 / 0.75);
}

.ring-accent-50\/80 {
  --tw-ring-color: rgb(247 253 235 / 0.8);
}

.ring-accent-50\/85 {
  --tw-ring-color: rgb(247 253 235 / 0.85);
}

.ring-accent-50\/90 {
  --tw-ring-color: rgb(247 253 235 / 0.9);
}

.ring-accent-50\/95 {
  --tw-ring-color: rgb(247 253 235 / 0.95);
}

.ring-accent-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(174 235 96 / var(--tw-ring-opacity, 1));
}

.ring-accent-500\/0 {
  --tw-ring-color: rgb(174 235 96 / 0);
}

.ring-accent-500\/10 {
  --tw-ring-color: rgb(174 235 96 / 0.1);
}

.ring-accent-500\/100 {
  --tw-ring-color: rgb(174 235 96 / 1);
}

.ring-accent-500\/15 {
  --tw-ring-color: rgb(174 235 96 / 0.15);
}

.ring-accent-500\/20 {
  --tw-ring-color: rgb(174 235 96 / 0.2);
}

.ring-accent-500\/25 {
  --tw-ring-color: rgb(174 235 96 / 0.25);
}

.ring-accent-500\/30 {
  --tw-ring-color: rgb(174 235 96 / 0.3);
}

.ring-accent-500\/35 {
  --tw-ring-color: rgb(174 235 96 / 0.35);
}

.ring-accent-500\/40 {
  --tw-ring-color: rgb(174 235 96 / 0.4);
}

.ring-accent-500\/45 {
  --tw-ring-color: rgb(174 235 96 / 0.45);
}

.ring-accent-500\/5 {
  --tw-ring-color: rgb(174 235 96 / 0.05);
}

.ring-accent-500\/50 {
  --tw-ring-color: rgb(174 235 96 / 0.5);
}

.ring-accent-500\/55 {
  --tw-ring-color: rgb(174 235 96 / 0.55);
}

.ring-accent-500\/60 {
  --tw-ring-color: rgb(174 235 96 / 0.6);
}

.ring-accent-500\/65 {
  --tw-ring-color: rgb(174 235 96 / 0.65);
}

.ring-accent-500\/70 {
  --tw-ring-color: rgb(174 235 96 / 0.7);
}

.ring-accent-500\/75 {
  --tw-ring-color: rgb(174 235 96 / 0.75);
}

.ring-accent-500\/80 {
  --tw-ring-color: rgb(174 235 96 / 0.8);
}

.ring-accent-500\/85 {
  --tw-ring-color: rgb(174 235 96 / 0.85);
}

.ring-accent-500\/90 {
  --tw-ring-color: rgb(174 235 96 / 0.9);
}

.ring-accent-500\/95 {
  --tw-ring-color: rgb(174 235 96 / 0.95);
}

.ring-accent-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 201 48 / var(--tw-ring-opacity, 1));
}

.ring-accent-600\/0 {
  --tw-ring-color: rgb(130 201 48 / 0);
}

.ring-accent-600\/10 {
  --tw-ring-color: rgb(130 201 48 / 0.1);
}

.ring-accent-600\/100 {
  --tw-ring-color: rgb(130 201 48 / 1);
}

.ring-accent-600\/15 {
  --tw-ring-color: rgb(130 201 48 / 0.15);
}

.ring-accent-600\/20 {
  --tw-ring-color: rgb(130 201 48 / 0.2);
}

.ring-accent-600\/25 {
  --tw-ring-color: rgb(130 201 48 / 0.25);
}

.ring-accent-600\/30 {
  --tw-ring-color: rgb(130 201 48 / 0.3);
}

.ring-accent-600\/35 {
  --tw-ring-color: rgb(130 201 48 / 0.35);
}

.ring-accent-600\/40 {
  --tw-ring-color: rgb(130 201 48 / 0.4);
}

.ring-accent-600\/45 {
  --tw-ring-color: rgb(130 201 48 / 0.45);
}

.ring-accent-600\/5 {
  --tw-ring-color: rgb(130 201 48 / 0.05);
}

.ring-accent-600\/50 {
  --tw-ring-color: rgb(130 201 48 / 0.5);
}

.ring-accent-600\/55 {
  --tw-ring-color: rgb(130 201 48 / 0.55);
}

.ring-accent-600\/60 {
  --tw-ring-color: rgb(130 201 48 / 0.6);
}

.ring-accent-600\/65 {
  --tw-ring-color: rgb(130 201 48 / 0.65);
}

.ring-accent-600\/70 {
  --tw-ring-color: rgb(130 201 48 / 0.7);
}

.ring-accent-600\/75 {
  --tw-ring-color: rgb(130 201 48 / 0.75);
}

.ring-accent-600\/80 {
  --tw-ring-color: rgb(130 201 48 / 0.8);
}

.ring-accent-600\/85 {
  --tw-ring-color: rgb(130 201 48 / 0.85);
}

.ring-accent-600\/90 {
  --tw-ring-color: rgb(130 201 48 / 0.9);
}

.ring-accent-600\/95 {
  --tw-ring-color: rgb(130 201 48 / 0.95);
}

.ring-accent-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 161 31 / var(--tw-ring-opacity, 1));
}

.ring-accent-700\/0 {
  --tw-ring-color: rgb(97 161 31 / 0);
}

.ring-accent-700\/10 {
  --tw-ring-color: rgb(97 161 31 / 0.1);
}

.ring-accent-700\/100 {
  --tw-ring-color: rgb(97 161 31 / 1);
}

.ring-accent-700\/15 {
  --tw-ring-color: rgb(97 161 31 / 0.15);
}

.ring-accent-700\/20 {
  --tw-ring-color: rgb(97 161 31 / 0.2);
}

.ring-accent-700\/25 {
  --tw-ring-color: rgb(97 161 31 / 0.25);
}

.ring-accent-700\/30 {
  --tw-ring-color: rgb(97 161 31 / 0.3);
}

.ring-accent-700\/35 {
  --tw-ring-color: rgb(97 161 31 / 0.35);
}

.ring-accent-700\/40 {
  --tw-ring-color: rgb(97 161 31 / 0.4);
}

.ring-accent-700\/45 {
  --tw-ring-color: rgb(97 161 31 / 0.45);
}

.ring-accent-700\/5 {
  --tw-ring-color: rgb(97 161 31 / 0.05);
}

.ring-accent-700\/50 {
  --tw-ring-color: rgb(97 161 31 / 0.5);
}

.ring-accent-700\/55 {
  --tw-ring-color: rgb(97 161 31 / 0.55);
}

.ring-accent-700\/60 {
  --tw-ring-color: rgb(97 161 31 / 0.6);
}

.ring-accent-700\/65 {
  --tw-ring-color: rgb(97 161 31 / 0.65);
}

.ring-accent-700\/70 {
  --tw-ring-color: rgb(97 161 31 / 0.7);
}

.ring-accent-700\/75 {
  --tw-ring-color: rgb(97 161 31 / 0.75);
}

.ring-accent-700\/80 {
  --tw-ring-color: rgb(97 161 31 / 0.8);
}

.ring-accent-700\/85 {
  --tw-ring-color: rgb(97 161 31 / 0.85);
}

.ring-accent-700\/90 {
  --tw-ring-color: rgb(97 161 31 / 0.9);
}

.ring-accent-700\/95 {
  --tw-ring-color: rgb(97 161 31 / 0.95);
}

.ring-accent-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 126 32 / var(--tw-ring-opacity, 1));
}

.ring-accent-800\/0 {
  --tw-ring-color: rgb(78 126 32 / 0);
}

.ring-accent-800\/10 {
  --tw-ring-color: rgb(78 126 32 / 0.1);
}

.ring-accent-800\/100 {
  --tw-ring-color: rgb(78 126 32 / 1);
}

.ring-accent-800\/15 {
  --tw-ring-color: rgb(78 126 32 / 0.15);
}

.ring-accent-800\/20 {
  --tw-ring-color: rgb(78 126 32 / 0.2);
}

.ring-accent-800\/25 {
  --tw-ring-color: rgb(78 126 32 / 0.25);
}

.ring-accent-800\/30 {
  --tw-ring-color: rgb(78 126 32 / 0.3);
}

.ring-accent-800\/35 {
  --tw-ring-color: rgb(78 126 32 / 0.35);
}

.ring-accent-800\/40 {
  --tw-ring-color: rgb(78 126 32 / 0.4);
}

.ring-accent-800\/45 {
  --tw-ring-color: rgb(78 126 32 / 0.45);
}

.ring-accent-800\/5 {
  --tw-ring-color: rgb(78 126 32 / 0.05);
}

.ring-accent-800\/50 {
  --tw-ring-color: rgb(78 126 32 / 0.5);
}

.ring-accent-800\/55 {
  --tw-ring-color: rgb(78 126 32 / 0.55);
}

.ring-accent-800\/60 {
  --tw-ring-color: rgb(78 126 32 / 0.6);
}

.ring-accent-800\/65 {
  --tw-ring-color: rgb(78 126 32 / 0.65);
}

.ring-accent-800\/70 {
  --tw-ring-color: rgb(78 126 32 / 0.7);
}

.ring-accent-800\/75 {
  --tw-ring-color: rgb(78 126 32 / 0.75);
}

.ring-accent-800\/80 {
  --tw-ring-color: rgb(78 126 32 / 0.8);
}

.ring-accent-800\/85 {
  --tw-ring-color: rgb(78 126 32 / 0.85);
}

.ring-accent-800\/90 {
  --tw-ring-color: rgb(78 126 32 / 0.9);
}

.ring-accent-800\/95 {
  --tw-ring-color: rgb(78 126 32 / 0.95);
}

.ring-accent-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 106 33 / var(--tw-ring-opacity, 1));
}

.ring-accent-900\/0 {
  --tw-ring-color: rgb(66 106 33 / 0);
}

.ring-accent-900\/10 {
  --tw-ring-color: rgb(66 106 33 / 0.1);
}

.ring-accent-900\/100 {
  --tw-ring-color: rgb(66 106 33 / 1);
}

.ring-accent-900\/15 {
  --tw-ring-color: rgb(66 106 33 / 0.15);
}

.ring-accent-900\/20 {
  --tw-ring-color: rgb(66 106 33 / 0.2);
}

.ring-accent-900\/25 {
  --tw-ring-color: rgb(66 106 33 / 0.25);
}

.ring-accent-900\/30 {
  --tw-ring-color: rgb(66 106 33 / 0.3);
}

.ring-accent-900\/35 {
  --tw-ring-color: rgb(66 106 33 / 0.35);
}

.ring-accent-900\/40 {
  --tw-ring-color: rgb(66 106 33 / 0.4);
}

.ring-accent-900\/45 {
  --tw-ring-color: rgb(66 106 33 / 0.45);
}

.ring-accent-900\/5 {
  --tw-ring-color: rgb(66 106 33 / 0.05);
}

.ring-accent-900\/50 {
  --tw-ring-color: rgb(66 106 33 / 0.5);
}

.ring-accent-900\/55 {
  --tw-ring-color: rgb(66 106 33 / 0.55);
}

.ring-accent-900\/60 {
  --tw-ring-color: rgb(66 106 33 / 0.6);
}

.ring-accent-900\/65 {
  --tw-ring-color: rgb(66 106 33 / 0.65);
}

.ring-accent-900\/70 {
  --tw-ring-color: rgb(66 106 33 / 0.7);
}

.ring-accent-900\/75 {
  --tw-ring-color: rgb(66 106 33 / 0.75);
}

.ring-accent-900\/80 {
  --tw-ring-color: rgb(66 106 33 / 0.8);
}

.ring-accent-900\/85 {
  --tw-ring-color: rgb(66 106 33 / 0.85);
}

.ring-accent-900\/90 {
  --tw-ring-color: rgb(66 106 33 / 0.9);
}

.ring-accent-900\/95 {
  --tw-ring-color: rgb(66 106 33 / 0.95);
}

.ring-accent-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(32 58 11 / var(--tw-ring-opacity, 1));
}

.ring-accent-950\/0 {
  --tw-ring-color: rgb(32 58 11 / 0);
}

.ring-accent-950\/10 {
  --tw-ring-color: rgb(32 58 11 / 0.1);
}

.ring-accent-950\/100 {
  --tw-ring-color: rgb(32 58 11 / 1);
}

.ring-accent-950\/15 {
  --tw-ring-color: rgb(32 58 11 / 0.15);
}

.ring-accent-950\/20 {
  --tw-ring-color: rgb(32 58 11 / 0.2);
}

.ring-accent-950\/25 {
  --tw-ring-color: rgb(32 58 11 / 0.25);
}

.ring-accent-950\/30 {
  --tw-ring-color: rgb(32 58 11 / 0.3);
}

.ring-accent-950\/35 {
  --tw-ring-color: rgb(32 58 11 / 0.35);
}

.ring-accent-950\/40 {
  --tw-ring-color: rgb(32 58 11 / 0.4);
}

.ring-accent-950\/45 {
  --tw-ring-color: rgb(32 58 11 / 0.45);
}

.ring-accent-950\/5 {
  --tw-ring-color: rgb(32 58 11 / 0.05);
}

.ring-accent-950\/50 {
  --tw-ring-color: rgb(32 58 11 / 0.5);
}

.ring-accent-950\/55 {
  --tw-ring-color: rgb(32 58 11 / 0.55);
}

.ring-accent-950\/60 {
  --tw-ring-color: rgb(32 58 11 / 0.6);
}

.ring-accent-950\/65 {
  --tw-ring-color: rgb(32 58 11 / 0.65);
}

.ring-accent-950\/70 {
  --tw-ring-color: rgb(32 58 11 / 0.7);
}

.ring-accent-950\/75 {
  --tw-ring-color: rgb(32 58 11 / 0.75);
}

.ring-accent-950\/80 {
  --tw-ring-color: rgb(32 58 11 / 0.8);
}

.ring-accent-950\/85 {
  --tw-ring-color: rgb(32 58 11 / 0.85);
}

.ring-accent-950\/90 {
  --tw-ring-color: rgb(32 58 11 / 0.9);
}

.ring-accent-950\/95 {
  --tw-ring-color: rgb(32 58 11 / 0.95);
}

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

.ring-black\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.ring-black\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-black\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.ring-black\/15 {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.ring-black\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-black\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-black\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-black\/35 {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.ring-black\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-black\/45 {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-black\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-black\/55 {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.ring-black\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-black\/65 {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.ring-black\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-black\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-black\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-black\/85 {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.ring-black\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-black\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.ring-brand-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 227 255 / var(--tw-ring-opacity, 1));
}

.ring-brand-100\/0 {
  --tw-ring-color: rgb(233 227 255 / 0);
}

.ring-brand-100\/10 {
  --tw-ring-color: rgb(233 227 255 / 0.1);
}

.ring-brand-100\/100 {
  --tw-ring-color: rgb(233 227 255 / 1);
}

.ring-brand-100\/15 {
  --tw-ring-color: rgb(233 227 255 / 0.15);
}

.ring-brand-100\/20 {
  --tw-ring-color: rgb(233 227 255 / 0.2);
}

.ring-brand-100\/25 {
  --tw-ring-color: rgb(233 227 255 / 0.25);
}

.ring-brand-100\/30 {
  --tw-ring-color: rgb(233 227 255 / 0.3);
}

.ring-brand-100\/35 {
  --tw-ring-color: rgb(233 227 255 / 0.35);
}

.ring-brand-100\/40 {
  --tw-ring-color: rgb(233 227 255 / 0.4);
}

.ring-brand-100\/45 {
  --tw-ring-color: rgb(233 227 255 / 0.45);
}

.ring-brand-100\/5 {
  --tw-ring-color: rgb(233 227 255 / 0.05);
}

.ring-brand-100\/50 {
  --tw-ring-color: rgb(233 227 255 / 0.5);
}

.ring-brand-100\/55 {
  --tw-ring-color: rgb(233 227 255 / 0.55);
}

.ring-brand-100\/60 {
  --tw-ring-color: rgb(233 227 255 / 0.6);
}

.ring-brand-100\/65 {
  --tw-ring-color: rgb(233 227 255 / 0.65);
}

.ring-brand-100\/70 {
  --tw-ring-color: rgb(233 227 255 / 0.7);
}

.ring-brand-100\/75 {
  --tw-ring-color: rgb(233 227 255 / 0.75);
}

.ring-brand-100\/80 {
  --tw-ring-color: rgb(233 227 255 / 0.8);
}

.ring-brand-100\/85 {
  --tw-ring-color: rgb(233 227 255 / 0.85);
}

.ring-brand-100\/90 {
  --tw-ring-color: rgb(233 227 255 / 0.9);
}

.ring-brand-100\/95 {
  --tw-ring-color: rgb(233 227 255 / 0.95);
}

.ring-brand-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 199 255 / var(--tw-ring-opacity, 1));
}

.ring-brand-200\/0 {
  --tw-ring-color: rgb(211 199 255 / 0);
}

.ring-brand-200\/10 {
  --tw-ring-color: rgb(211 199 255 / 0.1);
}

.ring-brand-200\/100 {
  --tw-ring-color: rgb(211 199 255 / 1);
}

.ring-brand-200\/15 {
  --tw-ring-color: rgb(211 199 255 / 0.15);
}

.ring-brand-200\/20 {
  --tw-ring-color: rgb(211 199 255 / 0.2);
}

.ring-brand-200\/25 {
  --tw-ring-color: rgb(211 199 255 / 0.25);
}

.ring-brand-200\/30 {
  --tw-ring-color: rgb(211 199 255 / 0.3);
}

.ring-brand-200\/35 {
  --tw-ring-color: rgb(211 199 255 / 0.35);
}

.ring-brand-200\/40 {
  --tw-ring-color: rgb(211 199 255 / 0.4);
}

.ring-brand-200\/45 {
  --tw-ring-color: rgb(211 199 255 / 0.45);
}

.ring-brand-200\/5 {
  --tw-ring-color: rgb(211 199 255 / 0.05);
}

.ring-brand-200\/50 {
  --tw-ring-color: rgb(211 199 255 / 0.5);
}

.ring-brand-200\/55 {
  --tw-ring-color: rgb(211 199 255 / 0.55);
}

.ring-brand-200\/60 {
  --tw-ring-color: rgb(211 199 255 / 0.6);
}

.ring-brand-200\/65 {
  --tw-ring-color: rgb(211 199 255 / 0.65);
}

.ring-brand-200\/70 {
  --tw-ring-color: rgb(211 199 255 / 0.7);
}

.ring-brand-200\/75 {
  --tw-ring-color: rgb(211 199 255 / 0.75);
}

.ring-brand-200\/80 {
  --tw-ring-color: rgb(211 199 255 / 0.8);
}

.ring-brand-200\/85 {
  --tw-ring-color: rgb(211 199 255 / 0.85);
}

.ring-brand-200\/90 {
  --tw-ring-color: rgb(211 199 255 / 0.9);
}

.ring-brand-200\/95 {
  --tw-ring-color: rgb(211 199 255 / 0.95);
}

.ring-brand-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 154 255 / var(--tw-ring-opacity, 1));
}

.ring-brand-300\/0 {
  --tw-ring-color: rgb(183 154 255 / 0);
}

.ring-brand-300\/10 {
  --tw-ring-color: rgb(183 154 255 / 0.1);
}

.ring-brand-300\/100 {
  --tw-ring-color: rgb(183 154 255 / 1);
}

.ring-brand-300\/15 {
  --tw-ring-color: rgb(183 154 255 / 0.15);
}

.ring-brand-300\/20 {
  --tw-ring-color: rgb(183 154 255 / 0.2);
}

.ring-brand-300\/25 {
  --tw-ring-color: rgb(183 154 255 / 0.25);
}

.ring-brand-300\/30 {
  --tw-ring-color: rgb(183 154 255 / 0.3);
}

.ring-brand-300\/35 {
  --tw-ring-color: rgb(183 154 255 / 0.35);
}

.ring-brand-300\/40 {
  --tw-ring-color: rgb(183 154 255 / 0.4);
}

.ring-brand-300\/45 {
  --tw-ring-color: rgb(183 154 255 / 0.45);
}

.ring-brand-300\/5 {
  --tw-ring-color: rgb(183 154 255 / 0.05);
}

.ring-brand-300\/50 {
  --tw-ring-color: rgb(183 154 255 / 0.5);
}

.ring-brand-300\/55 {
  --tw-ring-color: rgb(183 154 255 / 0.55);
}

.ring-brand-300\/60 {
  --tw-ring-color: rgb(183 154 255 / 0.6);
}

.ring-brand-300\/65 {
  --tw-ring-color: rgb(183 154 255 / 0.65);
}

.ring-brand-300\/70 {
  --tw-ring-color: rgb(183 154 255 / 0.7);
}

.ring-brand-300\/75 {
  --tw-ring-color: rgb(183 154 255 / 0.75);
}

.ring-brand-300\/80 {
  --tw-ring-color: rgb(183 154 255 / 0.8);
}

.ring-brand-300\/85 {
  --tw-ring-color: rgb(183 154 255 / 0.85);
}

.ring-brand-300\/90 {
  --tw-ring-color: rgb(183 154 255 / 0.9);
}

.ring-brand-300\/95 {
  --tw-ring-color: rgb(183 154 255 / 0.95);
}

.ring-brand-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(149 98 255 / var(--tw-ring-opacity, 1));
}

.ring-brand-400\/0 {
  --tw-ring-color: rgb(149 98 255 / 0);
}

.ring-brand-400\/10 {
  --tw-ring-color: rgb(149 98 255 / 0.1);
}

.ring-brand-400\/100 {
  --tw-ring-color: rgb(149 98 255 / 1);
}

.ring-brand-400\/15 {
  --tw-ring-color: rgb(149 98 255 / 0.15);
}

.ring-brand-400\/20 {
  --tw-ring-color: rgb(149 98 255 / 0.2);
}

.ring-brand-400\/25 {
  --tw-ring-color: rgb(149 98 255 / 0.25);
}

.ring-brand-400\/30 {
  --tw-ring-color: rgb(149 98 255 / 0.3);
}

.ring-brand-400\/35 {
  --tw-ring-color: rgb(149 98 255 / 0.35);
}

.ring-brand-400\/40 {
  --tw-ring-color: rgb(149 98 255 / 0.4);
}

.ring-brand-400\/45 {
  --tw-ring-color: rgb(149 98 255 / 0.45);
}

.ring-brand-400\/5 {
  --tw-ring-color: rgb(149 98 255 / 0.05);
}

.ring-brand-400\/50 {
  --tw-ring-color: rgb(149 98 255 / 0.5);
}

.ring-brand-400\/55 {
  --tw-ring-color: rgb(149 98 255 / 0.55);
}

.ring-brand-400\/60 {
  --tw-ring-color: rgb(149 98 255 / 0.6);
}

.ring-brand-400\/65 {
  --tw-ring-color: rgb(149 98 255 / 0.65);
}

.ring-brand-400\/70 {
  --tw-ring-color: rgb(149 98 255 / 0.7);
}

.ring-brand-400\/75 {
  --tw-ring-color: rgb(149 98 255 / 0.75);
}

.ring-brand-400\/80 {
  --tw-ring-color: rgb(149 98 255 / 0.8);
}

.ring-brand-400\/85 {
  --tw-ring-color: rgb(149 98 255 / 0.85);
}

.ring-brand-400\/90 {
  --tw-ring-color: rgb(149 98 255 / 0.9);
}

.ring-brand-400\/95 {
  --tw-ring-color: rgb(149 98 255 / 0.95);
}

.ring-brand-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 241 255 / var(--tw-ring-opacity, 1));
}

.ring-brand-50\/0 {
  --tw-ring-color: rgb(244 241 255 / 0);
}

.ring-brand-50\/10 {
  --tw-ring-color: rgb(244 241 255 / 0.1);
}

.ring-brand-50\/100 {
  --tw-ring-color: rgb(244 241 255 / 1);
}

.ring-brand-50\/15 {
  --tw-ring-color: rgb(244 241 255 / 0.15);
}

.ring-brand-50\/20 {
  --tw-ring-color: rgb(244 241 255 / 0.2);
}

.ring-brand-50\/25 {
  --tw-ring-color: rgb(244 241 255 / 0.25);
}

.ring-brand-50\/30 {
  --tw-ring-color: rgb(244 241 255 / 0.3);
}

.ring-brand-50\/35 {
  --tw-ring-color: rgb(244 241 255 / 0.35);
}

.ring-brand-50\/40 {
  --tw-ring-color: rgb(244 241 255 / 0.4);
}

.ring-brand-50\/45 {
  --tw-ring-color: rgb(244 241 255 / 0.45);
}

.ring-brand-50\/5 {
  --tw-ring-color: rgb(244 241 255 / 0.05);
}

.ring-brand-50\/50 {
  --tw-ring-color: rgb(244 241 255 / 0.5);
}

.ring-brand-50\/55 {
  --tw-ring-color: rgb(244 241 255 / 0.55);
}

.ring-brand-50\/60 {
  --tw-ring-color: rgb(244 241 255 / 0.6);
}

.ring-brand-50\/65 {
  --tw-ring-color: rgb(244 241 255 / 0.65);
}

.ring-brand-50\/70 {
  --tw-ring-color: rgb(244 241 255 / 0.7);
}

.ring-brand-50\/75 {
  --tw-ring-color: rgb(244 241 255 / 0.75);
}

.ring-brand-50\/80 {
  --tw-ring-color: rgb(244 241 255 / 0.8);
}

.ring-brand-50\/85 {
  --tw-ring-color: rgb(244 241 255 / 0.85);
}

.ring-brand-50\/90 {
  --tw-ring-color: rgb(244 241 255 / 0.9);
}

.ring-brand-50\/95 {
  --tw-ring-color: rgb(244 241 255 / 0.95);
}

.ring-brand-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 28 209 / var(--tw-ring-opacity, 1));
}

.ring-brand-500\/0 {
  --tw-ring-color: rgb(78 28 209 / 0);
}

.ring-brand-500\/10 {
  --tw-ring-color: rgb(78 28 209 / 0.1);
}

.ring-brand-500\/100 {
  --tw-ring-color: rgb(78 28 209 / 1);
}

.ring-brand-500\/15 {
  --tw-ring-color: rgb(78 28 209 / 0.15);
}

.ring-brand-500\/20 {
  --tw-ring-color: rgb(78 28 209 / 0.2);
}

.ring-brand-500\/25 {
  --tw-ring-color: rgb(78 28 209 / 0.25);
}

.ring-brand-500\/30 {
  --tw-ring-color: rgb(78 28 209 / 0.3);
}

.ring-brand-500\/35 {
  --tw-ring-color: rgb(78 28 209 / 0.35);
}

.ring-brand-500\/40 {
  --tw-ring-color: rgb(78 28 209 / 0.4);
}

.ring-brand-500\/45 {
  --tw-ring-color: rgb(78 28 209 / 0.45);
}

.ring-brand-500\/5 {
  --tw-ring-color: rgb(78 28 209 / 0.05);
}

.ring-brand-500\/50 {
  --tw-ring-color: rgb(78 28 209 / 0.5);
}

.ring-brand-500\/55 {
  --tw-ring-color: rgb(78 28 209 / 0.55);
}

.ring-brand-500\/60 {
  --tw-ring-color: rgb(78 28 209 / 0.6);
}

.ring-brand-500\/65 {
  --tw-ring-color: rgb(78 28 209 / 0.65);
}

.ring-brand-500\/70 {
  --tw-ring-color: rgb(78 28 209 / 0.7);
}

.ring-brand-500\/75 {
  --tw-ring-color: rgb(78 28 209 / 0.75);
}

.ring-brand-500\/80 {
  --tw-ring-color: rgb(78 28 209 / 0.8);
}

.ring-brand-500\/85 {
  --tw-ring-color: rgb(78 28 209 / 0.85);
}

.ring-brand-500\/90 {
  --tw-ring-color: rgb(78 28 209 / 0.9);
}

.ring-brand-500\/95 {
  --tw-ring-color: rgb(78 28 209 / 0.95);
}

.ring-brand-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(65 21 181 / var(--tw-ring-opacity, 1));
}

.ring-brand-600\/0 {
  --tw-ring-color: rgb(65 21 181 / 0);
}

.ring-brand-600\/10 {
  --tw-ring-color: rgb(65 21 181 / 0.1);
}

.ring-brand-600\/100 {
  --tw-ring-color: rgb(65 21 181 / 1);
}

.ring-brand-600\/15 {
  --tw-ring-color: rgb(65 21 181 / 0.15);
}

.ring-brand-600\/20 {
  --tw-ring-color: rgb(65 21 181 / 0.2);
}

.ring-brand-600\/25 {
  --tw-ring-color: rgb(65 21 181 / 0.25);
}

.ring-brand-600\/30 {
  --tw-ring-color: rgb(65 21 181 / 0.3);
}

.ring-brand-600\/35 {
  --tw-ring-color: rgb(65 21 181 / 0.35);
}

.ring-brand-600\/40 {
  --tw-ring-color: rgb(65 21 181 / 0.4);
}

.ring-brand-600\/45 {
  --tw-ring-color: rgb(65 21 181 / 0.45);
}

.ring-brand-600\/5 {
  --tw-ring-color: rgb(65 21 181 / 0.05);
}

.ring-brand-600\/50 {
  --tw-ring-color: rgb(65 21 181 / 0.5);
}

.ring-brand-600\/55 {
  --tw-ring-color: rgb(65 21 181 / 0.55);
}

.ring-brand-600\/60 {
  --tw-ring-color: rgb(65 21 181 / 0.6);
}

.ring-brand-600\/65 {
  --tw-ring-color: rgb(65 21 181 / 0.65);
}

.ring-brand-600\/70 {
  --tw-ring-color: rgb(65 21 181 / 0.7);
}

.ring-brand-600\/75 {
  --tw-ring-color: rgb(65 21 181 / 0.75);
}

.ring-brand-600\/80 {
  --tw-ring-color: rgb(65 21 181 / 0.8);
}

.ring-brand-600\/85 {
  --tw-ring-color: rgb(65 21 181 / 0.85);
}

.ring-brand-600\/90 {
  --tw-ring-color: rgb(65 21 181 / 0.9);
}

.ring-brand-600\/95 {
  --tw-ring-color: rgb(65 21 181 / 0.95);
}

.ring-brand-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 16 150 / var(--tw-ring-opacity, 1));
}

.ring-brand-700\/0 {
  --tw-ring-color: rgb(54 16 150 / 0);
}

.ring-brand-700\/10 {
  --tw-ring-color: rgb(54 16 150 / 0.1);
}

.ring-brand-700\/100 {
  --tw-ring-color: rgb(54 16 150 / 1);
}

.ring-brand-700\/15 {
  --tw-ring-color: rgb(54 16 150 / 0.15);
}

.ring-brand-700\/20 {
  --tw-ring-color: rgb(54 16 150 / 0.2);
}

.ring-brand-700\/25 {
  --tw-ring-color: rgb(54 16 150 / 0.25);
}

.ring-brand-700\/30 {
  --tw-ring-color: rgb(54 16 150 / 0.3);
}

.ring-brand-700\/35 {
  --tw-ring-color: rgb(54 16 150 / 0.35);
}

.ring-brand-700\/40 {
  --tw-ring-color: rgb(54 16 150 / 0.4);
}

.ring-brand-700\/45 {
  --tw-ring-color: rgb(54 16 150 / 0.45);
}

.ring-brand-700\/5 {
  --tw-ring-color: rgb(54 16 150 / 0.05);
}

.ring-brand-700\/50 {
  --tw-ring-color: rgb(54 16 150 / 0.5);
}

.ring-brand-700\/55 {
  --tw-ring-color: rgb(54 16 150 / 0.55);
}

.ring-brand-700\/60 {
  --tw-ring-color: rgb(54 16 150 / 0.6);
}

.ring-brand-700\/65 {
  --tw-ring-color: rgb(54 16 150 / 0.65);
}

.ring-brand-700\/70 {
  --tw-ring-color: rgb(54 16 150 / 0.7);
}

.ring-brand-700\/75 {
  --tw-ring-color: rgb(54 16 150 / 0.75);
}

.ring-brand-700\/80 {
  --tw-ring-color: rgb(54 16 150 / 0.8);
}

.ring-brand-700\/85 {
  --tw-ring-color: rgb(54 16 150 / 0.85);
}

.ring-brand-700\/90 {
  --tw-ring-color: rgb(54 16 150 / 0.9);
}

.ring-brand-700\/95 {
  --tw-ring-color: rgb(54 16 150 / 0.95);
}

.ring-brand-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 120 / var(--tw-ring-opacity, 1));
}

.ring-brand-800\/0 {
  --tw-ring-color: rgb(46 16 120 / 0);
}

.ring-brand-800\/10 {
  --tw-ring-color: rgb(46 16 120 / 0.1);
}

.ring-brand-800\/100 {
  --tw-ring-color: rgb(46 16 120 / 1);
}

.ring-brand-800\/15 {
  --tw-ring-color: rgb(46 16 120 / 0.15);
}

.ring-brand-800\/20 {
  --tw-ring-color: rgb(46 16 120 / 0.2);
}

.ring-brand-800\/25 {
  --tw-ring-color: rgb(46 16 120 / 0.25);
}

.ring-brand-800\/30 {
  --tw-ring-color: rgb(46 16 120 / 0.3);
}

.ring-brand-800\/35 {
  --tw-ring-color: rgb(46 16 120 / 0.35);
}

.ring-brand-800\/40 {
  --tw-ring-color: rgb(46 16 120 / 0.4);
}

.ring-brand-800\/45 {
  --tw-ring-color: rgb(46 16 120 / 0.45);
}

.ring-brand-800\/5 {
  --tw-ring-color: rgb(46 16 120 / 0.05);
}

.ring-brand-800\/50 {
  --tw-ring-color: rgb(46 16 120 / 0.5);
}

.ring-brand-800\/55 {
  --tw-ring-color: rgb(46 16 120 / 0.55);
}

.ring-brand-800\/60 {
  --tw-ring-color: rgb(46 16 120 / 0.6);
}

.ring-brand-800\/65 {
  --tw-ring-color: rgb(46 16 120 / 0.65);
}

.ring-brand-800\/70 {
  --tw-ring-color: rgb(46 16 120 / 0.7);
}

.ring-brand-800\/75 {
  --tw-ring-color: rgb(46 16 120 / 0.75);
}

.ring-brand-800\/80 {
  --tw-ring-color: rgb(46 16 120 / 0.8);
}

.ring-brand-800\/85 {
  --tw-ring-color: rgb(46 16 120 / 0.85);
}

.ring-brand-800\/90 {
  --tw-ring-color: rgb(46 16 120 / 0.9);
}

.ring-brand-800\/95 {
  --tw-ring-color: rgb(46 16 120 / 0.95);
}

.ring-brand-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 15 98 / var(--tw-ring-opacity, 1));
}

.ring-brand-900\/0 {
  --tw-ring-color: rgb(39 15 98 / 0);
}

.ring-brand-900\/10 {
  --tw-ring-color: rgb(39 15 98 / 0.1);
}

.ring-brand-900\/100 {
  --tw-ring-color: rgb(39 15 98 / 1);
}

.ring-brand-900\/15 {
  --tw-ring-color: rgb(39 15 98 / 0.15);
}

.ring-brand-900\/20 {
  --tw-ring-color: rgb(39 15 98 / 0.2);
}

.ring-brand-900\/25 {
  --tw-ring-color: rgb(39 15 98 / 0.25);
}

.ring-brand-900\/30 {
  --tw-ring-color: rgb(39 15 98 / 0.3);
}

.ring-brand-900\/35 {
  --tw-ring-color: rgb(39 15 98 / 0.35);
}

.ring-brand-900\/40 {
  --tw-ring-color: rgb(39 15 98 / 0.4);
}

.ring-brand-900\/45 {
  --tw-ring-color: rgb(39 15 98 / 0.45);
}

.ring-brand-900\/5 {
  --tw-ring-color: rgb(39 15 98 / 0.05);
}

.ring-brand-900\/50 {
  --tw-ring-color: rgb(39 15 98 / 0.5);
}

.ring-brand-900\/55 {
  --tw-ring-color: rgb(39 15 98 / 0.55);
}

.ring-brand-900\/60 {
  --tw-ring-color: rgb(39 15 98 / 0.6);
}

.ring-brand-900\/65 {
  --tw-ring-color: rgb(39 15 98 / 0.65);
}

.ring-brand-900\/70 {
  --tw-ring-color: rgb(39 15 98 / 0.7);
}

.ring-brand-900\/75 {
  --tw-ring-color: rgb(39 15 98 / 0.75);
}

.ring-brand-900\/80 {
  --tw-ring-color: rgb(39 15 98 / 0.8);
}

.ring-brand-900\/85 {
  --tw-ring-color: rgb(39 15 98 / 0.85);
}

.ring-brand-900\/90 {
  --tw-ring-color: rgb(39 15 98 / 0.9);
}

.ring-brand-900\/95 {
  --tw-ring-color: rgb(39 15 98 / 0.95);
}

.ring-brand-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 5 58 / var(--tw-ring-opacity, 1));
}

.ring-brand-950\/0 {
  --tw-ring-color: rgb(22 5 58 / 0);
}

.ring-brand-950\/10 {
  --tw-ring-color: rgb(22 5 58 / 0.1);
}

.ring-brand-950\/100 {
  --tw-ring-color: rgb(22 5 58 / 1);
}

.ring-brand-950\/15 {
  --tw-ring-color: rgb(22 5 58 / 0.15);
}

.ring-brand-950\/20 {
  --tw-ring-color: rgb(22 5 58 / 0.2);
}

.ring-brand-950\/25 {
  --tw-ring-color: rgb(22 5 58 / 0.25);
}

.ring-brand-950\/30 {
  --tw-ring-color: rgb(22 5 58 / 0.3);
}

.ring-brand-950\/35 {
  --tw-ring-color: rgb(22 5 58 / 0.35);
}

.ring-brand-950\/40 {
  --tw-ring-color: rgb(22 5 58 / 0.4);
}

.ring-brand-950\/45 {
  --tw-ring-color: rgb(22 5 58 / 0.45);
}

.ring-brand-950\/5 {
  --tw-ring-color: rgb(22 5 58 / 0.05);
}

.ring-brand-950\/50 {
  --tw-ring-color: rgb(22 5 58 / 0.5);
}

.ring-brand-950\/55 {
  --tw-ring-color: rgb(22 5 58 / 0.55);
}

.ring-brand-950\/60 {
  --tw-ring-color: rgb(22 5 58 / 0.6);
}

.ring-brand-950\/65 {
  --tw-ring-color: rgb(22 5 58 / 0.65);
}

.ring-brand-950\/70 {
  --tw-ring-color: rgb(22 5 58 / 0.7);
}

.ring-brand-950\/75 {
  --tw-ring-color: rgb(22 5 58 / 0.75);
}

.ring-brand-950\/80 {
  --tw-ring-color: rgb(22 5 58 / 0.8);
}

.ring-brand-950\/85 {
  --tw-ring-color: rgb(22 5 58 / 0.85);
}

.ring-brand-950\/90 {
  --tw-ring-color: rgb(22 5 58 / 0.9);
}

.ring-brand-950\/95 {
  --tw-ring-color: rgb(22 5 58 / 0.95);
}

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

.ring-neutral-100\/0 {
  --tw-ring-color: rgb(246 245 244 / 0);
}

.ring-neutral-100\/10 {
  --tw-ring-color: rgb(246 245 244 / 0.1);
}

.ring-neutral-100\/100 {
  --tw-ring-color: rgb(246 245 244 / 1);
}

.ring-neutral-100\/15 {
  --tw-ring-color: rgb(246 245 244 / 0.15);
}

.ring-neutral-100\/20 {
  --tw-ring-color: rgb(246 245 244 / 0.2);
}

.ring-neutral-100\/25 {
  --tw-ring-color: rgb(246 245 244 / 0.25);
}

.ring-neutral-100\/30 {
  --tw-ring-color: rgb(246 245 244 / 0.3);
}

.ring-neutral-100\/35 {
  --tw-ring-color: rgb(246 245 244 / 0.35);
}

.ring-neutral-100\/40 {
  --tw-ring-color: rgb(246 245 244 / 0.4);
}

.ring-neutral-100\/45 {
  --tw-ring-color: rgb(246 245 244 / 0.45);
}

.ring-neutral-100\/5 {
  --tw-ring-color: rgb(246 245 244 / 0.05);
}

.ring-neutral-100\/50 {
  --tw-ring-color: rgb(246 245 244 / 0.5);
}

.ring-neutral-100\/55 {
  --tw-ring-color: rgb(246 245 244 / 0.55);
}

.ring-neutral-100\/60 {
  --tw-ring-color: rgb(246 245 244 / 0.6);
}

.ring-neutral-100\/65 {
  --tw-ring-color: rgb(246 245 244 / 0.65);
}

.ring-neutral-100\/70 {
  --tw-ring-color: rgb(246 245 244 / 0.7);
}

.ring-neutral-100\/75 {
  --tw-ring-color: rgb(246 245 244 / 0.75);
}

.ring-neutral-100\/80 {
  --tw-ring-color: rgb(246 245 244 / 0.8);
}

.ring-neutral-100\/85 {
  --tw-ring-color: rgb(246 245 244 / 0.85);
}

.ring-neutral-100\/90 {
  --tw-ring-color: rgb(246 245 244 / 0.9);
}

.ring-neutral-100\/95 {
  --tw-ring-color: rgb(246 245 244 / 0.95);
}

.ring-neutral-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 230 227 / var(--tw-ring-opacity, 1));
}

.ring-neutral-200\/0 {
  --tw-ring-color: rgb(233 230 227 / 0);
}

.ring-neutral-200\/10 {
  --tw-ring-color: rgb(233 230 227 / 0.1);
}

.ring-neutral-200\/100 {
  --tw-ring-color: rgb(233 230 227 / 1);
}

.ring-neutral-200\/15 {
  --tw-ring-color: rgb(233 230 227 / 0.15);
}

.ring-neutral-200\/20 {
  --tw-ring-color: rgb(233 230 227 / 0.2);
}

.ring-neutral-200\/25 {
  --tw-ring-color: rgb(233 230 227 / 0.25);
}

.ring-neutral-200\/30 {
  --tw-ring-color: rgb(233 230 227 / 0.3);
}

.ring-neutral-200\/35 {
  --tw-ring-color: rgb(233 230 227 / 0.35);
}

.ring-neutral-200\/40 {
  --tw-ring-color: rgb(233 230 227 / 0.4);
}

.ring-neutral-200\/45 {
  --tw-ring-color: rgb(233 230 227 / 0.45);
}

.ring-neutral-200\/5 {
  --tw-ring-color: rgb(233 230 227 / 0.05);
}

.ring-neutral-200\/50 {
  --tw-ring-color: rgb(233 230 227 / 0.5);
}

.ring-neutral-200\/55 {
  --tw-ring-color: rgb(233 230 227 / 0.55);
}

.ring-neutral-200\/60 {
  --tw-ring-color: rgb(233 230 227 / 0.6);
}

.ring-neutral-200\/65 {
  --tw-ring-color: rgb(233 230 227 / 0.65);
}

.ring-neutral-200\/70 {
  --tw-ring-color: rgb(233 230 227 / 0.7);
}

.ring-neutral-200\/75 {
  --tw-ring-color: rgb(233 230 227 / 0.75);
}

.ring-neutral-200\/80 {
  --tw-ring-color: rgb(233 230 227 / 0.8);
}

.ring-neutral-200\/85 {
  --tw-ring-color: rgb(233 230 227 / 0.85);
}

.ring-neutral-200\/90 {
  --tw-ring-color: rgb(233 230 227 / 0.9);
}

.ring-neutral-200\/95 {
  --tw-ring-color: rgb(233 230 227 / 0.95);
}

.ring-neutral-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 210 205 / var(--tw-ring-opacity, 1));
}

.ring-neutral-300\/0 {
  --tw-ring-color: rgb(215 210 205 / 0);
}

.ring-neutral-300\/10 {
  --tw-ring-color: rgb(215 210 205 / 0.1);
}

.ring-neutral-300\/100 {
  --tw-ring-color: rgb(215 210 205 / 1);
}

.ring-neutral-300\/15 {
  --tw-ring-color: rgb(215 210 205 / 0.15);
}

.ring-neutral-300\/20 {
  --tw-ring-color: rgb(215 210 205 / 0.2);
}

.ring-neutral-300\/25 {
  --tw-ring-color: rgb(215 210 205 / 0.25);
}

.ring-neutral-300\/30 {
  --tw-ring-color: rgb(215 210 205 / 0.3);
}

.ring-neutral-300\/35 {
  --tw-ring-color: rgb(215 210 205 / 0.35);
}

.ring-neutral-300\/40 {
  --tw-ring-color: rgb(215 210 205 / 0.4);
}

.ring-neutral-300\/45 {
  --tw-ring-color: rgb(215 210 205 / 0.45);
}

.ring-neutral-300\/5 {
  --tw-ring-color: rgb(215 210 205 / 0.05);
}

.ring-neutral-300\/50 {
  --tw-ring-color: rgb(215 210 205 / 0.5);
}

.ring-neutral-300\/55 {
  --tw-ring-color: rgb(215 210 205 / 0.55);
}

.ring-neutral-300\/60 {
  --tw-ring-color: rgb(215 210 205 / 0.6);
}

.ring-neutral-300\/65 {
  --tw-ring-color: rgb(215 210 205 / 0.65);
}

.ring-neutral-300\/70 {
  --tw-ring-color: rgb(215 210 205 / 0.7);
}

.ring-neutral-300\/75 {
  --tw-ring-color: rgb(215 210 205 / 0.75);
}

.ring-neutral-300\/80 {
  --tw-ring-color: rgb(215 210 205 / 0.8);
}

.ring-neutral-300\/85 {
  --tw-ring-color: rgb(215 210 205 / 0.85);
}

.ring-neutral-300\/90 {
  --tw-ring-color: rgb(215 210 205 / 0.9);
}

.ring-neutral-300\/95 {
  --tw-ring-color: rgb(215 210 205 / 0.95);
}

.ring-neutral-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(175 168 161 / var(--tw-ring-opacity, 1));
}

.ring-neutral-400\/0 {
  --tw-ring-color: rgb(175 168 161 / 0);
}

.ring-neutral-400\/10 {
  --tw-ring-color: rgb(175 168 161 / 0.1);
}

.ring-neutral-400\/100 {
  --tw-ring-color: rgb(175 168 161 / 1);
}

.ring-neutral-400\/15 {
  --tw-ring-color: rgb(175 168 161 / 0.15);
}

.ring-neutral-400\/20 {
  --tw-ring-color: rgb(175 168 161 / 0.2);
}

.ring-neutral-400\/25 {
  --tw-ring-color: rgb(175 168 161 / 0.25);
}

.ring-neutral-400\/30 {
  --tw-ring-color: rgb(175 168 161 / 0.3);
}

.ring-neutral-400\/35 {
  --tw-ring-color: rgb(175 168 161 / 0.35);
}

.ring-neutral-400\/40 {
  --tw-ring-color: rgb(175 168 161 / 0.4);
}

.ring-neutral-400\/45 {
  --tw-ring-color: rgb(175 168 161 / 0.45);
}

.ring-neutral-400\/5 {
  --tw-ring-color: rgb(175 168 161 / 0.05);
}

.ring-neutral-400\/50 {
  --tw-ring-color: rgb(175 168 161 / 0.5);
}

.ring-neutral-400\/55 {
  --tw-ring-color: rgb(175 168 161 / 0.55);
}

.ring-neutral-400\/60 {
  --tw-ring-color: rgb(175 168 161 / 0.6);
}

.ring-neutral-400\/65 {
  --tw-ring-color: rgb(175 168 161 / 0.65);
}

.ring-neutral-400\/70 {
  --tw-ring-color: rgb(175 168 161 / 0.7);
}

.ring-neutral-400\/75 {
  --tw-ring-color: rgb(175 168 161 / 0.75);
}

.ring-neutral-400\/80 {
  --tw-ring-color: rgb(175 168 161 / 0.8);
}

.ring-neutral-400\/85 {
  --tw-ring-color: rgb(175 168 161 / 0.85);
}

.ring-neutral-400\/90 {
  --tw-ring-color: rgb(175 168 161 / 0.9);
}

.ring-neutral-400\/95 {
  --tw-ring-color: rgb(175 168 161 / 0.95);
}

.ring-neutral-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity, 1));
}

.ring-neutral-50\/0 {
  --tw-ring-color: rgb(251 250 249 / 0);
}

.ring-neutral-50\/10 {
  --tw-ring-color: rgb(251 250 249 / 0.1);
}

.ring-neutral-50\/100 {
  --tw-ring-color: rgb(251 250 249 / 1);
}

.ring-neutral-50\/15 {
  --tw-ring-color: rgb(251 250 249 / 0.15);
}

.ring-neutral-50\/20 {
  --tw-ring-color: rgb(251 250 249 / 0.2);
}

.ring-neutral-50\/25 {
  --tw-ring-color: rgb(251 250 249 / 0.25);
}

.ring-neutral-50\/30 {
  --tw-ring-color: rgb(251 250 249 / 0.3);
}

.ring-neutral-50\/35 {
  --tw-ring-color: rgb(251 250 249 / 0.35);
}

.ring-neutral-50\/40 {
  --tw-ring-color: rgb(251 250 249 / 0.4);
}

.ring-neutral-50\/45 {
  --tw-ring-color: rgb(251 250 249 / 0.45);
}

.ring-neutral-50\/5 {
  --tw-ring-color: rgb(251 250 249 / 0.05);
}

.ring-neutral-50\/50 {
  --tw-ring-color: rgb(251 250 249 / 0.5);
}

.ring-neutral-50\/55 {
  --tw-ring-color: rgb(251 250 249 / 0.55);
}

.ring-neutral-50\/60 {
  --tw-ring-color: rgb(251 250 249 / 0.6);
}

.ring-neutral-50\/65 {
  --tw-ring-color: rgb(251 250 249 / 0.65);
}

.ring-neutral-50\/70 {
  --tw-ring-color: rgb(251 250 249 / 0.7);
}

.ring-neutral-50\/75 {
  --tw-ring-color: rgb(251 250 249 / 0.75);
}

.ring-neutral-50\/80 {
  --tw-ring-color: rgb(251 250 249 / 0.8);
}

.ring-neutral-50\/85 {
  --tw-ring-color: rgb(251 250 249 / 0.85);
}

.ring-neutral-50\/90 {
  --tw-ring-color: rgb(251 250 249 / 0.9);
}

.ring-neutral-50\/95 {
  --tw-ring-color: rgb(251 250 249 / 0.95);
}

.ring-neutral-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 121 113 / var(--tw-ring-opacity, 1));
}

.ring-neutral-500\/0 {
  --tw-ring-color: rgb(129 121 113 / 0);
}

.ring-neutral-500\/10 {
  --tw-ring-color: rgb(129 121 113 / 0.1);
}

.ring-neutral-500\/100 {
  --tw-ring-color: rgb(129 121 113 / 1);
}

.ring-neutral-500\/15 {
  --tw-ring-color: rgb(129 121 113 / 0.15);
}

.ring-neutral-500\/20 {
  --tw-ring-color: rgb(129 121 113 / 0.2);
}

.ring-neutral-500\/25 {
  --tw-ring-color: rgb(129 121 113 / 0.25);
}

.ring-neutral-500\/30 {
  --tw-ring-color: rgb(129 121 113 / 0.3);
}

.ring-neutral-500\/35 {
  --tw-ring-color: rgb(129 121 113 / 0.35);
}

.ring-neutral-500\/40 {
  --tw-ring-color: rgb(129 121 113 / 0.4);
}

.ring-neutral-500\/45 {
  --tw-ring-color: rgb(129 121 113 / 0.45);
}

.ring-neutral-500\/5 {
  --tw-ring-color: rgb(129 121 113 / 0.05);
}

.ring-neutral-500\/50 {
  --tw-ring-color: rgb(129 121 113 / 0.5);
}

.ring-neutral-500\/55 {
  --tw-ring-color: rgb(129 121 113 / 0.55);
}

.ring-neutral-500\/60 {
  --tw-ring-color: rgb(129 121 113 / 0.6);
}

.ring-neutral-500\/65 {
  --tw-ring-color: rgb(129 121 113 / 0.65);
}

.ring-neutral-500\/70 {
  --tw-ring-color: rgb(129 121 113 / 0.7);
}

.ring-neutral-500\/75 {
  --tw-ring-color: rgb(129 121 113 / 0.75);
}

.ring-neutral-500\/80 {
  --tw-ring-color: rgb(129 121 113 / 0.8);
}

.ring-neutral-500\/85 {
  --tw-ring-color: rgb(129 121 113 / 0.85);
}

.ring-neutral-500\/90 {
  --tw-ring-color: rgb(129 121 113 / 0.9);
}

.ring-neutral-500\/95 {
  --tw-ring-color: rgb(129 121 113 / 0.95);
}

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

.ring-neutral-600\/0 {
  --tw-ring-color: rgb(96 89 82 / 0);
}

.ring-neutral-600\/10 {
  --tw-ring-color: rgb(96 89 82 / 0.1);
}

.ring-neutral-600\/100 {
  --tw-ring-color: rgb(96 89 82 / 1);
}

.ring-neutral-600\/15 {
  --tw-ring-color: rgb(96 89 82 / 0.15);
}

.ring-neutral-600\/20 {
  --tw-ring-color: rgb(96 89 82 / 0.2);
}

.ring-neutral-600\/25 {
  --tw-ring-color: rgb(96 89 82 / 0.25);
}

.ring-neutral-600\/30 {
  --tw-ring-color: rgb(96 89 82 / 0.3);
}

.ring-neutral-600\/35 {
  --tw-ring-color: rgb(96 89 82 / 0.35);
}

.ring-neutral-600\/40 {
  --tw-ring-color: rgb(96 89 82 / 0.4);
}

.ring-neutral-600\/45 {
  --tw-ring-color: rgb(96 89 82 / 0.45);
}

.ring-neutral-600\/5 {
  --tw-ring-color: rgb(96 89 82 / 0.05);
}

.ring-neutral-600\/50 {
  --tw-ring-color: rgb(96 89 82 / 0.5);
}

.ring-neutral-600\/55 {
  --tw-ring-color: rgb(96 89 82 / 0.55);
}

.ring-neutral-600\/60 {
  --tw-ring-color: rgb(96 89 82 / 0.6);
}

.ring-neutral-600\/65 {
  --tw-ring-color: rgb(96 89 82 / 0.65);
}

.ring-neutral-600\/70 {
  --tw-ring-color: rgb(96 89 82 / 0.7);
}

.ring-neutral-600\/75 {
  --tw-ring-color: rgb(96 89 82 / 0.75);
}

.ring-neutral-600\/80 {
  --tw-ring-color: rgb(96 89 82 / 0.8);
}

.ring-neutral-600\/85 {
  --tw-ring-color: rgb(96 89 82 / 0.85);
}

.ring-neutral-600\/90 {
  --tw-ring-color: rgb(96 89 82 / 0.9);
}

.ring-neutral-600\/95 {
  --tw-ring-color: rgb(96 89 82 / 0.95);
}

.ring-neutral-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(73 68 63 / var(--tw-ring-opacity, 1));
}

.ring-neutral-700\/0 {
  --tw-ring-color: rgb(73 68 63 / 0);
}

.ring-neutral-700\/10 {
  --tw-ring-color: rgb(73 68 63 / 0.1);
}

.ring-neutral-700\/100 {
  --tw-ring-color: rgb(73 68 63 / 1);
}

.ring-neutral-700\/15 {
  --tw-ring-color: rgb(73 68 63 / 0.15);
}

.ring-neutral-700\/20 {
  --tw-ring-color: rgb(73 68 63 / 0.2);
}

.ring-neutral-700\/25 {
  --tw-ring-color: rgb(73 68 63 / 0.25);
}

.ring-neutral-700\/30 {
  --tw-ring-color: rgb(73 68 63 / 0.3);
}

.ring-neutral-700\/35 {
  --tw-ring-color: rgb(73 68 63 / 0.35);
}

.ring-neutral-700\/40 {
  --tw-ring-color: rgb(73 68 63 / 0.4);
}

.ring-neutral-700\/45 {
  --tw-ring-color: rgb(73 68 63 / 0.45);
}

.ring-neutral-700\/5 {
  --tw-ring-color: rgb(73 68 63 / 0.05);
}

.ring-neutral-700\/50 {
  --tw-ring-color: rgb(73 68 63 / 0.5);
}

.ring-neutral-700\/55 {
  --tw-ring-color: rgb(73 68 63 / 0.55);
}

.ring-neutral-700\/60 {
  --tw-ring-color: rgb(73 68 63 / 0.6);
}

.ring-neutral-700\/65 {
  --tw-ring-color: rgb(73 68 63 / 0.65);
}

.ring-neutral-700\/70 {
  --tw-ring-color: rgb(73 68 63 / 0.7);
}

.ring-neutral-700\/75 {
  --tw-ring-color: rgb(73 68 63 / 0.75);
}

.ring-neutral-700\/80 {
  --tw-ring-color: rgb(73 68 63 / 0.8);
}

.ring-neutral-700\/85 {
  --tw-ring-color: rgb(73 68 63 / 0.85);
}

.ring-neutral-700\/90 {
  --tw-ring-color: rgb(73 68 63 / 0.9);
}

.ring-neutral-700\/95 {
  --tw-ring-color: rgb(73 68 63 / 0.95);
}

.ring-neutral-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(48 45 42 / var(--tw-ring-opacity, 1));
}

.ring-neutral-800\/0 {
  --tw-ring-color: rgb(48 45 42 / 0);
}

.ring-neutral-800\/10 {
  --tw-ring-color: rgb(48 45 42 / 0.1);
}

.ring-neutral-800\/100 {
  --tw-ring-color: rgb(48 45 42 / 1);
}

.ring-neutral-800\/15 {
  --tw-ring-color: rgb(48 45 42 / 0.15);
}

.ring-neutral-800\/20 {
  --tw-ring-color: rgb(48 45 42 / 0.2);
}

.ring-neutral-800\/25 {
  --tw-ring-color: rgb(48 45 42 / 0.25);
}

.ring-neutral-800\/30 {
  --tw-ring-color: rgb(48 45 42 / 0.3);
}

.ring-neutral-800\/35 {
  --tw-ring-color: rgb(48 45 42 / 0.35);
}

.ring-neutral-800\/40 {
  --tw-ring-color: rgb(48 45 42 / 0.4);
}

.ring-neutral-800\/45 {
  --tw-ring-color: rgb(48 45 42 / 0.45);
}

.ring-neutral-800\/5 {
  --tw-ring-color: rgb(48 45 42 / 0.05);
}

.ring-neutral-800\/50 {
  --tw-ring-color: rgb(48 45 42 / 0.5);
}

.ring-neutral-800\/55 {
  --tw-ring-color: rgb(48 45 42 / 0.55);
}

.ring-neutral-800\/60 {
  --tw-ring-color: rgb(48 45 42 / 0.6);
}

.ring-neutral-800\/65 {
  --tw-ring-color: rgb(48 45 42 / 0.65);
}

.ring-neutral-800\/70 {
  --tw-ring-color: rgb(48 45 42 / 0.7);
}

.ring-neutral-800\/75 {
  --tw-ring-color: rgb(48 45 42 / 0.75);
}

.ring-neutral-800\/80 {
  --tw-ring-color: rgb(48 45 42 / 0.8);
}

.ring-neutral-800\/85 {
  --tw-ring-color: rgb(48 45 42 / 0.85);
}

.ring-neutral-800\/90 {
  --tw-ring-color: rgb(48 45 42 / 0.9);
}

.ring-neutral-800\/95 {
  --tw-ring-color: rgb(48 45 42 / 0.95);
}

.ring-neutral-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(33 31 29 / var(--tw-ring-opacity, 1));
}

.ring-neutral-900\/0 {
  --tw-ring-color: rgb(33 31 29 / 0);
}

.ring-neutral-900\/10 {
  --tw-ring-color: rgb(33 31 29 / 0.1);
}

.ring-neutral-900\/100 {
  --tw-ring-color: rgb(33 31 29 / 1);
}

.ring-neutral-900\/15 {
  --tw-ring-color: rgb(33 31 29 / 0.15);
}

.ring-neutral-900\/20 {
  --tw-ring-color: rgb(33 31 29 / 0.2);
}

.ring-neutral-900\/25 {
  --tw-ring-color: rgb(33 31 29 / 0.25);
}

.ring-neutral-900\/30 {
  --tw-ring-color: rgb(33 31 29 / 0.3);
}

.ring-neutral-900\/35 {
  --tw-ring-color: rgb(33 31 29 / 0.35);
}

.ring-neutral-900\/40 {
  --tw-ring-color: rgb(33 31 29 / 0.4);
}

.ring-neutral-900\/45 {
  --tw-ring-color: rgb(33 31 29 / 0.45);
}

.ring-neutral-900\/5 {
  --tw-ring-color: rgb(33 31 29 / 0.05);
}

.ring-neutral-900\/50 {
  --tw-ring-color: rgb(33 31 29 / 0.5);
}

.ring-neutral-900\/55 {
  --tw-ring-color: rgb(33 31 29 / 0.55);
}

.ring-neutral-900\/60 {
  --tw-ring-color: rgb(33 31 29 / 0.6);
}

.ring-neutral-900\/65 {
  --tw-ring-color: rgb(33 31 29 / 0.65);
}

.ring-neutral-900\/70 {
  --tw-ring-color: rgb(33 31 29 / 0.7);
}

.ring-neutral-900\/75 {
  --tw-ring-color: rgb(33 31 29 / 0.75);
}

.ring-neutral-900\/80 {
  --tw-ring-color: rgb(33 31 29 / 0.8);
}

.ring-neutral-900\/85 {
  --tw-ring-color: rgb(33 31 29 / 0.85);
}

.ring-neutral-900\/90 {
  --tw-ring-color: rgb(33 31 29 / 0.9);
}

.ring-neutral-900\/95 {
  --tw-ring-color: rgb(33 31 29 / 0.95);
}

.ring-neutral-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 17 16 / var(--tw-ring-opacity, 1));
}

.ring-neutral-950\/0 {
  --tw-ring-color: rgb(18 17 16 / 0);
}

.ring-neutral-950\/10 {
  --tw-ring-color: rgb(18 17 16 / 0.1);
}

.ring-neutral-950\/100 {
  --tw-ring-color: rgb(18 17 16 / 1);
}

.ring-neutral-950\/15 {
  --tw-ring-color: rgb(18 17 16 / 0.15);
}

.ring-neutral-950\/20 {
  --tw-ring-color: rgb(18 17 16 / 0.2);
}

.ring-neutral-950\/25 {
  --tw-ring-color: rgb(18 17 16 / 0.25);
}

.ring-neutral-950\/30 {
  --tw-ring-color: rgb(18 17 16 / 0.3);
}

.ring-neutral-950\/35 {
  --tw-ring-color: rgb(18 17 16 / 0.35);
}

.ring-neutral-950\/40 {
  --tw-ring-color: rgb(18 17 16 / 0.4);
}

.ring-neutral-950\/45 {
  --tw-ring-color: rgb(18 17 16 / 0.45);
}

.ring-neutral-950\/5 {
  --tw-ring-color: rgb(18 17 16 / 0.05);
}

.ring-neutral-950\/50 {
  --tw-ring-color: rgb(18 17 16 / 0.5);
}

.ring-neutral-950\/55 {
  --tw-ring-color: rgb(18 17 16 / 0.55);
}

.ring-neutral-950\/60 {
  --tw-ring-color: rgb(18 17 16 / 0.6);
}

.ring-neutral-950\/65 {
  --tw-ring-color: rgb(18 17 16 / 0.65);
}

.ring-neutral-950\/70 {
  --tw-ring-color: rgb(18 17 16 / 0.7);
}

.ring-neutral-950\/75 {
  --tw-ring-color: rgb(18 17 16 / 0.75);
}

.ring-neutral-950\/80 {
  --tw-ring-color: rgb(18 17 16 / 0.8);
}

.ring-neutral-950\/85 {
  --tw-ring-color: rgb(18 17 16 / 0.85);
}

.ring-neutral-950\/90 {
  --tw-ring-color: rgb(18 17 16 / 0.9);
}

.ring-neutral-950\/95 {
  --tw-ring-color: rgb(18 17 16 / 0.95);
}

.ring-primary-100 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 234 222 / var(--tw-ring-opacity, 1));
}

.ring-primary-100\/0 {
  --tw-ring-color: rgb(254 234 222 / 0);
}

.ring-primary-100\/10 {
  --tw-ring-color: rgb(254 234 222 / 0.1);
}

.ring-primary-100\/100 {
  --tw-ring-color: rgb(254 234 222 / 1);
}

.ring-primary-100\/15 {
  --tw-ring-color: rgb(254 234 222 / 0.15);
}

.ring-primary-100\/20 {
  --tw-ring-color: rgb(254 234 222 / 0.2);
}

.ring-primary-100\/25 {
  --tw-ring-color: rgb(254 234 222 / 0.25);
}

.ring-primary-100\/30 {
  --tw-ring-color: rgb(254 234 222 / 0.3);
}

.ring-primary-100\/35 {
  --tw-ring-color: rgb(254 234 222 / 0.35);
}

.ring-primary-100\/40 {
  --tw-ring-color: rgb(254 234 222 / 0.4);
}

.ring-primary-100\/45 {
  --tw-ring-color: rgb(254 234 222 / 0.45);
}

.ring-primary-100\/5 {
  --tw-ring-color: rgb(254 234 222 / 0.05);
}

.ring-primary-100\/50 {
  --tw-ring-color: rgb(254 234 222 / 0.5);
}

.ring-primary-100\/55 {
  --tw-ring-color: rgb(254 234 222 / 0.55);
}

.ring-primary-100\/60 {
  --tw-ring-color: rgb(254 234 222 / 0.6);
}

.ring-primary-100\/65 {
  --tw-ring-color: rgb(254 234 222 / 0.65);
}

.ring-primary-100\/70 {
  --tw-ring-color: rgb(254 234 222 / 0.7);
}

.ring-primary-100\/75 {
  --tw-ring-color: rgb(254 234 222 / 0.75);
}

.ring-primary-100\/80 {
  --tw-ring-color: rgb(254 234 222 / 0.8);
}

.ring-primary-100\/85 {
  --tw-ring-color: rgb(254 234 222 / 0.85);
}

.ring-primary-100\/90 {
  --tw-ring-color: rgb(254 234 222 / 0.9);
}

.ring-primary-100\/95 {
  --tw-ring-color: rgb(254 234 222 / 0.95);
}

.ring-primary-200 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 189 / var(--tw-ring-opacity, 1));
}

.ring-primary-200\/0 {
  --tw-ring-color: rgb(252 211 189 / 0);
}

.ring-primary-200\/10 {
  --tw-ring-color: rgb(252 211 189 / 0.1);
}

.ring-primary-200\/100 {
  --tw-ring-color: rgb(252 211 189 / 1);
}

.ring-primary-200\/15 {
  --tw-ring-color: rgb(252 211 189 / 0.15);
}

.ring-primary-200\/20 {
  --tw-ring-color: rgb(252 211 189 / 0.2);
}

.ring-primary-200\/25 {
  --tw-ring-color: rgb(252 211 189 / 0.25);
}

.ring-primary-200\/30 {
  --tw-ring-color: rgb(252 211 189 / 0.3);
}

.ring-primary-200\/35 {
  --tw-ring-color: rgb(252 211 189 / 0.35);
}

.ring-primary-200\/40 {
  --tw-ring-color: rgb(252 211 189 / 0.4);
}

.ring-primary-200\/45 {
  --tw-ring-color: rgb(252 211 189 / 0.45);
}

.ring-primary-200\/5 {
  --tw-ring-color: rgb(252 211 189 / 0.05);
}

.ring-primary-200\/50 {
  --tw-ring-color: rgb(252 211 189 / 0.5);
}

.ring-primary-200\/55 {
  --tw-ring-color: rgb(252 211 189 / 0.55);
}

.ring-primary-200\/60 {
  --tw-ring-color: rgb(252 211 189 / 0.6);
}

.ring-primary-200\/65 {
  --tw-ring-color: rgb(252 211 189 / 0.65);
}

.ring-primary-200\/70 {
  --tw-ring-color: rgb(252 211 189 / 0.7);
}

.ring-primary-200\/75 {
  --tw-ring-color: rgb(252 211 189 / 0.75);
}

.ring-primary-200\/80 {
  --tw-ring-color: rgb(252 211 189 / 0.8);
}

.ring-primary-200\/85 {
  --tw-ring-color: rgb(252 211 189 / 0.85);
}

.ring-primary-200\/90 {
  --tw-ring-color: rgb(252 211 189 / 0.9);
}

.ring-primary-200\/95 {
  --tw-ring-color: rgb(252 211 189 / 0.95);
}

.ring-primary-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 179 143 / var(--tw-ring-opacity, 1));
}

.ring-primary-300\/0 {
  --tw-ring-color: rgb(250 179 143 / 0);
}

.ring-primary-300\/10 {
  --tw-ring-color: rgb(250 179 143 / 0.1);
}

.ring-primary-300\/100 {
  --tw-ring-color: rgb(250 179 143 / 1);
}

.ring-primary-300\/15 {
  --tw-ring-color: rgb(250 179 143 / 0.15);
}

.ring-primary-300\/20 {
  --tw-ring-color: rgb(250 179 143 / 0.2);
}

.ring-primary-300\/25 {
  --tw-ring-color: rgb(250 179 143 / 0.25);
}

.ring-primary-300\/30 {
  --tw-ring-color: rgb(250 179 143 / 0.3);
}

.ring-primary-300\/35 {
  --tw-ring-color: rgb(250 179 143 / 0.35);
}

.ring-primary-300\/40 {
  --tw-ring-color: rgb(250 179 143 / 0.4);
}

.ring-primary-300\/45 {
  --tw-ring-color: rgb(250 179 143 / 0.45);
}

.ring-primary-300\/5 {
  --tw-ring-color: rgb(250 179 143 / 0.05);
}

.ring-primary-300\/50 {
  --tw-ring-color: rgb(250 179 143 / 0.5);
}

.ring-primary-300\/55 {
  --tw-ring-color: rgb(250 179 143 / 0.55);
}

.ring-primary-300\/60 {
  --tw-ring-color: rgb(250 179 143 / 0.6);
}

.ring-primary-300\/65 {
  --tw-ring-color: rgb(250 179 143 / 0.65);
}

.ring-primary-300\/70 {
  --tw-ring-color: rgb(250 179 143 / 0.7);
}

.ring-primary-300\/75 {
  --tw-ring-color: rgb(250 179 143 / 0.75);
}

.ring-primary-300\/80 {
  --tw-ring-color: rgb(250 179 143 / 0.8);
}

.ring-primary-300\/85 {
  --tw-ring-color: rgb(250 179 143 / 0.85);
}

.ring-primary-300\/90 {
  --tw-ring-color: rgb(250 179 143 / 0.9);
}

.ring-primary-300\/95 {
  --tw-ring-color: rgb(250 179 143 / 0.95);
}

.ring-primary-400 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 151 102 / var(--tw-ring-opacity, 1));
}

.ring-primary-400\/0 {
  --tw-ring-color: rgb(249 151 102 / 0);
}

.ring-primary-400\/10 {
  --tw-ring-color: rgb(249 151 102 / 0.1);
}

.ring-primary-400\/100 {
  --tw-ring-color: rgb(249 151 102 / 1);
}

.ring-primary-400\/15 {
  --tw-ring-color: rgb(249 151 102 / 0.15);
}

.ring-primary-400\/20 {
  --tw-ring-color: rgb(249 151 102 / 0.2);
}

.ring-primary-400\/25 {
  --tw-ring-color: rgb(249 151 102 / 0.25);
}

.ring-primary-400\/30 {
  --tw-ring-color: rgb(249 151 102 / 0.3);
}

.ring-primary-400\/35 {
  --tw-ring-color: rgb(249 151 102 / 0.35);
}

.ring-primary-400\/40 {
  --tw-ring-color: rgb(249 151 102 / 0.4);
}

.ring-primary-400\/45 {
  --tw-ring-color: rgb(249 151 102 / 0.45);
}

.ring-primary-400\/5 {
  --tw-ring-color: rgb(249 151 102 / 0.05);
}

.ring-primary-400\/50 {
  --tw-ring-color: rgb(249 151 102 / 0.5);
}

.ring-primary-400\/55 {
  --tw-ring-color: rgb(249 151 102 / 0.55);
}

.ring-primary-400\/60 {
  --tw-ring-color: rgb(249 151 102 / 0.6);
}

.ring-primary-400\/65 {
  --tw-ring-color: rgb(249 151 102 / 0.65);
}

.ring-primary-400\/70 {
  --tw-ring-color: rgb(249 151 102 / 0.7);
}

.ring-primary-400\/75 {
  --tw-ring-color: rgb(249 151 102 / 0.75);
}

.ring-primary-400\/80 {
  --tw-ring-color: rgb(249 151 102 / 0.8);
}

.ring-primary-400\/85 {
  --tw-ring-color: rgb(249 151 102 / 0.85);
}

.ring-primary-400\/90 {
  --tw-ring-color: rgb(249 151 102 / 0.9);
}

.ring-primary-400\/95 {
  --tw-ring-color: rgb(249 151 102 / 0.95);
}

.ring-primary-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 242 / var(--tw-ring-opacity, 1));
}

.ring-primary-50\/0 {
  --tw-ring-color: rgb(255 247 242 / 0);
}

.ring-primary-50\/10 {
  --tw-ring-color: rgb(255 247 242 / 0.1);
}

.ring-primary-50\/100 {
  --tw-ring-color: rgb(255 247 242 / 1);
}

.ring-primary-50\/15 {
  --tw-ring-color: rgb(255 247 242 / 0.15);
}

.ring-primary-50\/20 {
  --tw-ring-color: rgb(255 247 242 / 0.2);
}

.ring-primary-50\/25 {
  --tw-ring-color: rgb(255 247 242 / 0.25);
}

.ring-primary-50\/30 {
  --tw-ring-color: rgb(255 247 242 / 0.3);
}

.ring-primary-50\/35 {
  --tw-ring-color: rgb(255 247 242 / 0.35);
}

.ring-primary-50\/40 {
  --tw-ring-color: rgb(255 247 242 / 0.4);
}

.ring-primary-50\/45 {
  --tw-ring-color: rgb(255 247 242 / 0.45);
}

.ring-primary-50\/5 {
  --tw-ring-color: rgb(255 247 242 / 0.05);
}

.ring-primary-50\/50 {
  --tw-ring-color: rgb(255 247 242 / 0.5);
}

.ring-primary-50\/55 {
  --tw-ring-color: rgb(255 247 242 / 0.55);
}

.ring-primary-50\/60 {
  --tw-ring-color: rgb(255 247 242 / 0.6);
}

.ring-primary-50\/65 {
  --tw-ring-color: rgb(255 247 242 / 0.65);
}

.ring-primary-50\/70 {
  --tw-ring-color: rgb(255 247 242 / 0.7);
}

.ring-primary-50\/75 {
  --tw-ring-color: rgb(255 247 242 / 0.75);
}

.ring-primary-50\/80 {
  --tw-ring-color: rgb(255 247 242 / 0.8);
}

.ring-primary-50\/85 {
  --tw-ring-color: rgb(255 247 242 / 0.85);
}

.ring-primary-50\/90 {
  --tw-ring-color: rgb(255 247 242 / 0.9);
}

.ring-primary-50\/95 {
  --tw-ring-color: rgb(255 247 242 / 0.95);
}

.ring-primary-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 141 77 / var(--tw-ring-opacity, 1));
}

.ring-primary-500\/0 {
  --tw-ring-color: rgb(247 141 77 / 0);
}

.ring-primary-500\/10 {
  --tw-ring-color: rgb(247 141 77 / 0.1);
}

.ring-primary-500\/100 {
  --tw-ring-color: rgb(247 141 77 / 1);
}

.ring-primary-500\/15 {
  --tw-ring-color: rgb(247 141 77 / 0.15);
}

.ring-primary-500\/20 {
  --tw-ring-color: rgb(247 141 77 / 0.2);
}

.ring-primary-500\/25 {
  --tw-ring-color: rgb(247 141 77 / 0.25);
}

.ring-primary-500\/30 {
  --tw-ring-color: rgb(247 141 77 / 0.3);
}

.ring-primary-500\/35 {
  --tw-ring-color: rgb(247 141 77 / 0.35);
}

.ring-primary-500\/40 {
  --tw-ring-color: rgb(247 141 77 / 0.4);
}

.ring-primary-500\/45 {
  --tw-ring-color: rgb(247 141 77 / 0.45);
}

.ring-primary-500\/5 {
  --tw-ring-color: rgb(247 141 77 / 0.05);
}

.ring-primary-500\/50 {
  --tw-ring-color: rgb(247 141 77 / 0.5);
}

.ring-primary-500\/55 {
  --tw-ring-color: rgb(247 141 77 / 0.55);
}

.ring-primary-500\/60 {
  --tw-ring-color: rgb(247 141 77 / 0.6);
}

.ring-primary-500\/65 {
  --tw-ring-color: rgb(247 141 77 / 0.65);
}

.ring-primary-500\/70 {
  --tw-ring-color: rgb(247 141 77 / 0.7);
}

.ring-primary-500\/75 {
  --tw-ring-color: rgb(247 141 77 / 0.75);
}

.ring-primary-500\/80 {
  --tw-ring-color: rgb(247 141 77 / 0.8);
}

.ring-primary-500\/85 {
  --tw-ring-color: rgb(247 141 77 / 0.85);
}

.ring-primary-500\/90 {
  --tw-ring-color: rgb(247 141 77 / 0.9);
}

.ring-primary-500\/95 {
  --tw-ring-color: rgb(247 141 77 / 0.95);
}

.ring-primary-600 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 99 37 / var(--tw-ring-opacity, 1));
}

.ring-primary-600\/0 {
  --tw-ring-color: rgb(233 99 37 / 0);
}

.ring-primary-600\/10 {
  --tw-ring-color: rgb(233 99 37 / 0.1);
}

.ring-primary-600\/100 {
  --tw-ring-color: rgb(233 99 37 / 1);
}

.ring-primary-600\/15 {
  --tw-ring-color: rgb(233 99 37 / 0.15);
}

.ring-primary-600\/20 {
  --tw-ring-color: rgb(233 99 37 / 0.2);
}

.ring-primary-600\/25 {
  --tw-ring-color: rgb(233 99 37 / 0.25);
}

.ring-primary-600\/30 {
  --tw-ring-color: rgb(233 99 37 / 0.3);
}

.ring-primary-600\/35 {
  --tw-ring-color: rgb(233 99 37 / 0.35);
}

.ring-primary-600\/40 {
  --tw-ring-color: rgb(233 99 37 / 0.4);
}

.ring-primary-600\/45 {
  --tw-ring-color: rgb(233 99 37 / 0.45);
}

.ring-primary-600\/5 {
  --tw-ring-color: rgb(233 99 37 / 0.05);
}

.ring-primary-600\/50 {
  --tw-ring-color: rgb(233 99 37 / 0.5);
}

.ring-primary-600\/55 {
  --tw-ring-color: rgb(233 99 37 / 0.55);
}

.ring-primary-600\/60 {
  --tw-ring-color: rgb(233 99 37 / 0.6);
}

.ring-primary-600\/65 {
  --tw-ring-color: rgb(233 99 37 / 0.65);
}

.ring-primary-600\/70 {
  --tw-ring-color: rgb(233 99 37 / 0.7);
}

.ring-primary-600\/75 {
  --tw-ring-color: rgb(233 99 37 / 0.75);
}

.ring-primary-600\/80 {
  --tw-ring-color: rgb(233 99 37 / 0.8);
}

.ring-primary-600\/85 {
  --tw-ring-color: rgb(233 99 37 / 0.85);
}

.ring-primary-600\/90 {
  --tw-ring-color: rgb(233 99 37 / 0.9);
}

.ring-primary-600\/95 {
  --tw-ring-color: rgb(233 99 37 / 0.95);
}

.ring-primary-700 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(201 74 22 / var(--tw-ring-opacity, 1));
}

.ring-primary-700\/0 {
  --tw-ring-color: rgb(201 74 22 / 0);
}

.ring-primary-700\/10 {
  --tw-ring-color: rgb(201 74 22 / 0.1);
}

.ring-primary-700\/100 {
  --tw-ring-color: rgb(201 74 22 / 1);
}

.ring-primary-700\/15 {
  --tw-ring-color: rgb(201 74 22 / 0.15);
}

.ring-primary-700\/20 {
  --tw-ring-color: rgb(201 74 22 / 0.2);
}

.ring-primary-700\/25 {
  --tw-ring-color: rgb(201 74 22 / 0.25);
}

.ring-primary-700\/30 {
  --tw-ring-color: rgb(201 74 22 / 0.3);
}

.ring-primary-700\/35 {
  --tw-ring-color: rgb(201 74 22 / 0.35);
}

.ring-primary-700\/40 {
  --tw-ring-color: rgb(201 74 22 / 0.4);
}

.ring-primary-700\/45 {
  --tw-ring-color: rgb(201 74 22 / 0.45);
}

.ring-primary-700\/5 {
  --tw-ring-color: rgb(201 74 22 / 0.05);
}

.ring-primary-700\/50 {
  --tw-ring-color: rgb(201 74 22 / 0.5);
}

.ring-primary-700\/55 {
  --tw-ring-color: rgb(201 74 22 / 0.55);
}

.ring-primary-700\/60 {
  --tw-ring-color: rgb(201 74 22 / 0.6);
}

.ring-primary-700\/65 {
  --tw-ring-color: rgb(201 74 22 / 0.65);
}

.ring-primary-700\/70 {
  --tw-ring-color: rgb(201 74 22 / 0.7);
}

.ring-primary-700\/75 {
  --tw-ring-color: rgb(201 74 22 / 0.75);
}

.ring-primary-700\/80 {
  --tw-ring-color: rgb(201 74 22 / 0.8);
}

.ring-primary-700\/85 {
  --tw-ring-color: rgb(201 74 22 / 0.85);
}

.ring-primary-700\/90 {
  --tw-ring-color: rgb(201 74 22 / 0.9);
}

.ring-primary-700\/95 {
  --tw-ring-color: rgb(201 74 22 / 0.95);
}

.ring-primary-800 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 59 24 / var(--tw-ring-opacity, 1));
}

.ring-primary-800\/0 {
  --tw-ring-color: rgb(161 59 24 / 0);
}

.ring-primary-800\/10 {
  --tw-ring-color: rgb(161 59 24 / 0.1);
}

.ring-primary-800\/100 {
  --tw-ring-color: rgb(161 59 24 / 1);
}

.ring-primary-800\/15 {
  --tw-ring-color: rgb(161 59 24 / 0.15);
}

.ring-primary-800\/20 {
  --tw-ring-color: rgb(161 59 24 / 0.2);
}

.ring-primary-800\/25 {
  --tw-ring-color: rgb(161 59 24 / 0.25);
}

.ring-primary-800\/30 {
  --tw-ring-color: rgb(161 59 24 / 0.3);
}

.ring-primary-800\/35 {
  --tw-ring-color: rgb(161 59 24 / 0.35);
}

.ring-primary-800\/40 {
  --tw-ring-color: rgb(161 59 24 / 0.4);
}

.ring-primary-800\/45 {
  --tw-ring-color: rgb(161 59 24 / 0.45);
}

.ring-primary-800\/5 {
  --tw-ring-color: rgb(161 59 24 / 0.05);
}

.ring-primary-800\/50 {
  --tw-ring-color: rgb(161 59 24 / 0.5);
}

.ring-primary-800\/55 {
  --tw-ring-color: rgb(161 59 24 / 0.55);
}

.ring-primary-800\/60 {
  --tw-ring-color: rgb(161 59 24 / 0.6);
}

.ring-primary-800\/65 {
  --tw-ring-color: rgb(161 59 24 / 0.65);
}

.ring-primary-800\/70 {
  --tw-ring-color: rgb(161 59 24 / 0.7);
}

.ring-primary-800\/75 {
  --tw-ring-color: rgb(161 59 24 / 0.75);
}

.ring-primary-800\/80 {
  --tw-ring-color: rgb(161 59 24 / 0.8);
}

.ring-primary-800\/85 {
  --tw-ring-color: rgb(161 59 24 / 0.85);
}

.ring-primary-800\/90 {
  --tw-ring-color: rgb(161 59 24 / 0.9);
}

.ring-primary-800\/95 {
  --tw-ring-color: rgb(161 59 24 / 0.95);
}

.ring-primary-900 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 51 24 / var(--tw-ring-opacity, 1));
}

.ring-primary-900\/0 {
  --tw-ring-color: rgb(130 51 24 / 0);
}

.ring-primary-900\/10 {
  --tw-ring-color: rgb(130 51 24 / 0.1);
}

.ring-primary-900\/100 {
  --tw-ring-color: rgb(130 51 24 / 1);
}

.ring-primary-900\/15 {
  --tw-ring-color: rgb(130 51 24 / 0.15);
}

.ring-primary-900\/20 {
  --tw-ring-color: rgb(130 51 24 / 0.2);
}

.ring-primary-900\/25 {
  --tw-ring-color: rgb(130 51 24 / 0.25);
}

.ring-primary-900\/30 {
  --tw-ring-color: rgb(130 51 24 / 0.3);
}

.ring-primary-900\/35 {
  --tw-ring-color: rgb(130 51 24 / 0.35);
}

.ring-primary-900\/40 {
  --tw-ring-color: rgb(130 51 24 / 0.4);
}

.ring-primary-900\/45 {
  --tw-ring-color: rgb(130 51 24 / 0.45);
}

.ring-primary-900\/5 {
  --tw-ring-color: rgb(130 51 24 / 0.05);
}

.ring-primary-900\/50 {
  --tw-ring-color: rgb(130 51 24 / 0.5);
}

.ring-primary-900\/55 {
  --tw-ring-color: rgb(130 51 24 / 0.55);
}

.ring-primary-900\/60 {
  --tw-ring-color: rgb(130 51 24 / 0.6);
}

.ring-primary-900\/65 {
  --tw-ring-color: rgb(130 51 24 / 0.65);
}

.ring-primary-900\/70 {
  --tw-ring-color: rgb(130 51 24 / 0.7);
}

.ring-primary-900\/75 {
  --tw-ring-color: rgb(130 51 24 / 0.75);
}

.ring-primary-900\/80 {
  --tw-ring-color: rgb(130 51 24 / 0.8);
}

.ring-primary-900\/85 {
  --tw-ring-color: rgb(130 51 24 / 0.85);
}

.ring-primary-900\/90 {
  --tw-ring-color: rgb(130 51 24 / 0.9);
}

.ring-primary-900\/95 {
  --tw-ring-color: rgb(130 51 24 / 0.95);
}

.ring-primary-950 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(70 23 8 / var(--tw-ring-opacity, 1));
}

.ring-primary-950\/0 {
  --tw-ring-color: rgb(70 23 8 / 0);
}

.ring-primary-950\/10 {
  --tw-ring-color: rgb(70 23 8 / 0.1);
}

.ring-primary-950\/100 {
  --tw-ring-color: rgb(70 23 8 / 1);
}

.ring-primary-950\/15 {
  --tw-ring-color: rgb(70 23 8 / 0.15);
}

.ring-primary-950\/20 {
  --tw-ring-color: rgb(70 23 8 / 0.2);
}

.ring-primary-950\/25 {
  --tw-ring-color: rgb(70 23 8 / 0.25);
}

.ring-primary-950\/30 {
  --tw-ring-color: rgb(70 23 8 / 0.3);
}

.ring-primary-950\/35 {
  --tw-ring-color: rgb(70 23 8 / 0.35);
}

.ring-primary-950\/40 {
  --tw-ring-color: rgb(70 23 8 / 0.4);
}

.ring-primary-950\/45 {
  --tw-ring-color: rgb(70 23 8 / 0.45);
}

.ring-primary-950\/5 {
  --tw-ring-color: rgb(70 23 8 / 0.05);
}

.ring-primary-950\/50 {
  --tw-ring-color: rgb(70 23 8 / 0.5);
}

.ring-primary-950\/55 {
  --tw-ring-color: rgb(70 23 8 / 0.55);
}

.ring-primary-950\/60 {
  --tw-ring-color: rgb(70 23 8 / 0.6);
}

.ring-primary-950\/65 {
  --tw-ring-color: rgb(70 23 8 / 0.65);
}

.ring-primary-950\/70 {
  --tw-ring-color: rgb(70 23 8 / 0.7);
}

.ring-primary-950\/75 {
  --tw-ring-color: rgb(70 23 8 / 0.75);
}

.ring-primary-950\/80 {
  --tw-ring-color: rgb(70 23 8 / 0.8);
}

.ring-primary-950\/85 {
  --tw-ring-color: rgb(70 23 8 / 0.85);
}

.ring-primary-950\/90 {
  --tw-ring-color: rgb(70 23 8 / 0.9);
}

.ring-primary-950\/95 {
  --tw-ring-color: rgb(70 23 8 / 0.95);
}

.ring-transparent {
  --tw-ring-color: transparent;
}

.ring-transparent\/0 {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.ring-transparent\/10 {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.ring-transparent\/100 {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.ring-transparent\/15 {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.ring-transparent\/20 {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.ring-transparent\/25 {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.ring-transparent\/30 {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.ring-transparent\/35 {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.ring-transparent\/40 {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.ring-transparent\/45 {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.ring-transparent\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.ring-transparent\/50 {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.ring-transparent\/55 {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.ring-transparent\/60 {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.ring-transparent\/65 {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.ring-transparent\/70 {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.ring-transparent\/75 {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.ring-transparent\/80 {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.ring-transparent\/85 {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.ring-transparent\/90 {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.ring-transparent\/95 {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

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

.ring-white\/0 {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.ring-white\/10 {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.ring-white\/100 {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.ring-white\/15 {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}

.ring-white\/20 {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.ring-white\/25 {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.ring-white\/30 {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.ring-white\/35 {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}

.ring-white\/40 {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.ring-white\/45 {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}

.ring-white\/5 {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.ring-white\/50 {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.ring-white\/55 {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}

.ring-white\/60 {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.ring-white\/65 {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}

.ring-white\/70 {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.ring-white\/75 {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.ring-white\/80 {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.ring-white\/85 {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}

.ring-white\/90 {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.ring-white\/95 {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

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

.ring-yellow-100\/0 {
  --tw-ring-color: rgb(254 249 195 / 0);
}

.ring-yellow-100\/10 {
  --tw-ring-color: rgb(254 249 195 / 0.1);
}

.ring-yellow-100\/100 {
  --tw-ring-color: rgb(254 249 195 / 1);
}

.ring-yellow-100\/15 {
  --tw-ring-color: rgb(254 249 195 / 0.15);
}

.ring-yellow-100\/20 {
  --tw-ring-color: rgb(254 249 195 / 0.2);
}

.ring-yellow-100\/25 {
  --tw-ring-color: rgb(254 249 195 / 0.25);
}

.ring-yellow-100\/30 {
  --tw-ring-color: rgb(254 249 195 / 0.3);
}

.ring-yellow-100\/35 {
  --tw-ring-color: rgb(254 249 195 / 0.35);
}

.ring-yellow-100\/40 {
  --tw-ring-color: rgb(254 249 195 / 0.4);
}

.ring-yellow-100\/45 {
  --tw-ring-color: rgb(254 249 195 / 0.45);
}

.ring-yellow-100\/5 {
  --tw-ring-color: rgb(254 249 195 / 0.05);
}

.ring-yellow-100\/50 {
  --tw-ring-color: rgb(254 249 195 / 0.5);
}

.ring-yellow-100\/55 {
  --tw-ring-color: rgb(254 249 195 / 0.55);
}

.ring-yellow-100\/60 {
  --tw-ring-color: rgb(254 249 195 / 0.6);
}

.ring-yellow-100\/65 {
  --tw-ring-color: rgb(254 249 195 / 0.65);
}

.ring-yellow-100\/70 {
  --tw-ring-color: rgb(254 249 195 / 0.7);
}

.ring-yellow-100\/75 {
  --tw-ring-color: rgb(254 249 195 / 0.75);
}

.ring-yellow-100\/80 {
  --tw-ring-color: rgb(254 249 195 / 0.8);
}

.ring-yellow-100\/85 {
  --tw-ring-color: rgb(254 249 195 / 0.85);
}

.ring-yellow-100\/90 {
  --tw-ring-color: rgb(254 249 195 / 0.9);
}

.ring-yellow-100\/95 {
  --tw-ring-color: rgb(254 249 195 / 0.95);
}

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

.ring-yellow-200\/0 {
  --tw-ring-color: rgb(254 240 138 / 0);
}

.ring-yellow-200\/10 {
  --tw-ring-color: rgb(254 240 138 / 0.1);
}

.ring-yellow-200\/100 {
  --tw-ring-color: rgb(254 240 138 / 1);
}

.ring-yellow-200\/15 {
  --tw-ring-color: rgb(254 240 138 / 0.15);
}

.ring-yellow-200\/20 {
  --tw-ring-color: rgb(254 240 138 / 0.2);
}

.ring-yellow-200\/25 {
  --tw-ring-color: rgb(254 240 138 / 0.25);
}

.ring-yellow-200\/30 {
  --tw-ring-color: rgb(254 240 138 / 0.3);
}

.ring-yellow-200\/35 {
  --tw-ring-color: rgb(254 240 138 / 0.35);
}

.ring-yellow-200\/40 {
  --tw-ring-color: rgb(254 240 138 / 0.4);
}

.ring-yellow-200\/45 {
  --tw-ring-color: rgb(254 240 138 / 0.45);
}

.ring-yellow-200\/5 {
  --tw-ring-color: rgb(254 240 138 / 0.05);
}

.ring-yellow-200\/50 {
  --tw-ring-color: rgb(254 240 138 / 0.5);
}

.ring-yellow-200\/55 {
  --tw-ring-color: rgb(254 240 138 / 0.55);
}

.ring-yellow-200\/60 {
  --tw-ring-color: rgb(254 240 138 / 0.6);
}

.ring-yellow-200\/65 {
  --tw-ring-color: rgb(254 240 138 / 0.65);
}

.ring-yellow-200\/70 {
  --tw-ring-color: rgb(254 240 138 / 0.7);
}

.ring-yellow-200\/75 {
  --tw-ring-color: rgb(254 240 138 / 0.75);
}

.ring-yellow-200\/80 {
  --tw-ring-color: rgb(254 240 138 / 0.8);
}

.ring-yellow-200\/85 {
  --tw-ring-color: rgb(254 240 138 / 0.85);
}

.ring-yellow-200\/90 {
  --tw-ring-color: rgb(254 240 138 / 0.9);
}

.ring-yellow-200\/95 {
  --tw-ring-color: rgb(254 240 138 / 0.95);
}

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

.ring-yellow-400\/0 {
  --tw-ring-color: rgb(250 204 21 / 0);
}

.ring-yellow-400\/10 {
  --tw-ring-color: rgb(250 204 21 / 0.1);
}

.ring-yellow-400\/100 {
  --tw-ring-color: rgb(250 204 21 / 1);
}

.ring-yellow-400\/15 {
  --tw-ring-color: rgb(250 204 21 / 0.15);
}

.ring-yellow-400\/20 {
  --tw-ring-color: rgb(250 204 21 / 0.2);
}

.ring-yellow-400\/25 {
  --tw-ring-color: rgb(250 204 21 / 0.25);
}

.ring-yellow-400\/30 {
  --tw-ring-color: rgb(250 204 21 / 0.3);
}

.ring-yellow-400\/35 {
  --tw-ring-color: rgb(250 204 21 / 0.35);
}

.ring-yellow-400\/40 {
  --tw-ring-color: rgb(250 204 21 / 0.4);
}

.ring-yellow-400\/45 {
  --tw-ring-color: rgb(250 204 21 / 0.45);
}

.ring-yellow-400\/5 {
  --tw-ring-color: rgb(250 204 21 / 0.05);
}

.ring-yellow-400\/50 {
  --tw-ring-color: rgb(250 204 21 / 0.5);
}

.ring-yellow-400\/55 {
  --tw-ring-color: rgb(250 204 21 / 0.55);
}

.ring-yellow-400\/60 {
  --tw-ring-color: rgb(250 204 21 / 0.6);
}

.ring-yellow-400\/65 {
  --tw-ring-color: rgb(250 204 21 / 0.65);
}

.ring-yellow-400\/70 {
  --tw-ring-color: rgb(250 204 21 / 0.7);
}

.ring-yellow-400\/75 {
  --tw-ring-color: rgb(250 204 21 / 0.75);
}

.ring-yellow-400\/80 {
  --tw-ring-color: rgb(250 204 21 / 0.8);
}

.ring-yellow-400\/85 {
  --tw-ring-color: rgb(250 204 21 / 0.85);
}

.ring-yellow-400\/90 {
  --tw-ring-color: rgb(250 204 21 / 0.9);
}

.ring-yellow-400\/95 {
  --tw-ring-color: rgb(250 204 21 / 0.95);
}

.ring-yellow-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 252 232 / var(--tw-ring-opacity, 1));
}

.ring-yellow-50\/0 {
  --tw-ring-color: rgb(254 252 232 / 0);
}

.ring-yellow-50\/10 {
  --tw-ring-color: rgb(254 252 232 / 0.1);
}

.ring-yellow-50\/100 {
  --tw-ring-color: rgb(254 252 232 / 1);
}

.ring-yellow-50\/15 {
  --tw-ring-color: rgb(254 252 232 / 0.15);
}

.ring-yellow-50\/20 {
  --tw-ring-color: rgb(254 252 232 / 0.2);
}

.ring-yellow-50\/25 {
  --tw-ring-color: rgb(254 252 232 / 0.25);
}

.ring-yellow-50\/30 {
  --tw-ring-color: rgb(254 252 232 / 0.3);
}

.ring-yellow-50\/35 {
  --tw-ring-color: rgb(254 252 232 / 0.35);
}

.ring-yellow-50\/40 {
  --tw-ring-color: rgb(254 252 232 / 0.4);
}

.ring-yellow-50\/45 {
  --tw-ring-color: rgb(254 252 232 / 0.45);
}

.ring-yellow-50\/5 {
  --tw-ring-color: rgb(254 252 232 / 0.05);
}

.ring-yellow-50\/50 {
  --tw-ring-color: rgb(254 252 232 / 0.5);
}

.ring-yellow-50\/55 {
  --tw-ring-color: rgb(254 252 232 / 0.55);
}

.ring-yellow-50\/60 {
  --tw-ring-color: rgb(254 252 232 / 0.6);
}

.ring-yellow-50\/65 {
  --tw-ring-color: rgb(254 252 232 / 0.65);
}

.ring-yellow-50\/70 {
  --tw-ring-color: rgb(254 252 232 / 0.7);
}

.ring-yellow-50\/75 {
  --tw-ring-color: rgb(254 252 232 / 0.75);
}

.ring-yellow-50\/80 {
  --tw-ring-color: rgb(254 252 232 / 0.8);
}

.ring-yellow-50\/85 {
  --tw-ring-color: rgb(254 252 232 / 0.85);
}

.ring-yellow-50\/90 {
  --tw-ring-color: rgb(254 252 232 / 0.9);
}

.ring-yellow-50\/95 {
  --tw-ring-color: rgb(254 252 232 / 0.95);
}

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

.ring-yellow-500\/0 {
  --tw-ring-color: rgb(234 179 8 / 0);
}

.ring-yellow-500\/10 {
  --tw-ring-color: rgb(234 179 8 / 0.1);
}

.ring-yellow-500\/100 {
  --tw-ring-color: rgb(234 179 8 / 1);
}

.ring-yellow-500\/15 {
  --tw-ring-color: rgb(234 179 8 / 0.15);
}

.ring-yellow-500\/20 {
  --tw-ring-color: rgb(234 179 8 / 0.2);
}

.ring-yellow-500\/25 {
  --tw-ring-color: rgb(234 179 8 / 0.25);
}

.ring-yellow-500\/30 {
  --tw-ring-color: rgb(234 179 8 / 0.3);
}

.ring-yellow-500\/35 {
  --tw-ring-color: rgb(234 179 8 / 0.35);
}

.ring-yellow-500\/40 {
  --tw-ring-color: rgb(234 179 8 / 0.4);
}

.ring-yellow-500\/45 {
  --tw-ring-color: rgb(234 179 8 / 0.45);
}

.ring-yellow-500\/5 {
  --tw-ring-color: rgb(234 179 8 / 0.05);
}

.ring-yellow-500\/50 {
  --tw-ring-color: rgb(234 179 8 / 0.5);
}

.ring-yellow-500\/55 {
  --tw-ring-color: rgb(234 179 8 / 0.55);
}

.ring-yellow-500\/60 {
  --tw-ring-color: rgb(234 179 8 / 0.6);
}

.ring-yellow-500\/65 {
  --tw-ring-color: rgb(234 179 8 / 0.65);
}

.ring-yellow-500\/70 {
  --tw-ring-color: rgb(234 179 8 / 0.7);
}

.ring-yellow-500\/75 {
  --tw-ring-color: rgb(234 179 8 / 0.75);
}

.ring-yellow-500\/80 {
  --tw-ring-color: rgb(234 179 8 / 0.8);
}

.ring-yellow-500\/85 {
  --tw-ring-color: rgb(234 179 8 / 0.85);
}

.ring-yellow-500\/90 {
  --tw-ring-color: rgb(234 179 8 / 0.9);
}

.ring-yellow-500\/95 {
  --tw-ring-color: rgb(234 179 8 / 0.95);
}

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

.ring-yellow-600\/0 {
  --tw-ring-color: rgb(202 138 4 / 0);
}

.ring-yellow-600\/10 {
  --tw-ring-color: rgb(202 138 4 / 0.1);
}

.ring-yellow-600\/100 {
  --tw-ring-color: rgb(202 138 4 / 1);
}

.ring-yellow-600\/15 {
  --tw-ring-color: rgb(202 138 4 / 0.15);
}

.ring-yellow-600\/20 {
  --tw-ring-color: rgb(202 138 4 / 0.2);
}

.ring-yellow-600\/25 {
  --tw-ring-color: rgb(202 138 4 / 0.25);
}

.ring-yellow-600\/30 {
  --tw-ring-color: rgb(202 138 4 / 0.3);
}

.ring-yellow-600\/35 {
  --tw-ring-color: rgb(202 138 4 / 0.35);
}

.ring-yellow-600\/40 {
  --tw-ring-color: rgb(202 138 4 / 0.4);
}

.ring-yellow-600\/45 {
  --tw-ring-color: rgb(202 138 4 / 0.45);
}

.ring-yellow-600\/5 {
  --tw-ring-color: rgb(202 138 4 / 0.05);
}

.ring-yellow-600\/50 {
  --tw-ring-color: rgb(202 138 4 / 0.5);
}

.ring-yellow-600\/55 {
  --tw-ring-color: rgb(202 138 4 / 0.55);
}

.ring-yellow-600\/60 {
  --tw-ring-color: rgb(202 138 4 / 0.6);
}

.ring-yellow-600\/65 {
  --tw-ring-color: rgb(202 138 4 / 0.65);
}

.ring-yellow-600\/70 {
  --tw-ring-color: rgb(202 138 4 / 0.7);
}

.ring-yellow-600\/75 {
  --tw-ring-color: rgb(202 138 4 / 0.75);
}

.ring-yellow-600\/80 {
  --tw-ring-color: rgb(202 138 4 / 0.8);
}

.ring-yellow-600\/85 {
  --tw-ring-color: rgb(202 138 4 / 0.85);
}

.ring-yellow-600\/90 {
  --tw-ring-color: rgb(202 138 4 / 0.9);
}

.ring-yellow-600\/95 {
  --tw-ring-color: rgb(202 138 4 / 0.95);
}

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

.ring-yellow-800\/0 {
  --tw-ring-color: rgb(133 77 14 / 0);
}

.ring-yellow-800\/10 {
  --tw-ring-color: rgb(133 77 14 / 0.1);
}

.ring-yellow-800\/100 {
  --tw-ring-color: rgb(133 77 14 / 1);
}

.ring-yellow-800\/15 {
  --tw-ring-color: rgb(133 77 14 / 0.15);
}

.ring-yellow-800\/20 {
  --tw-ring-color: rgb(133 77 14 / 0.2);
}

.ring-yellow-800\/25 {
  --tw-ring-color: rgb(133 77 14 / 0.25);
}

.ring-yellow-800\/30 {
  --tw-ring-color: rgb(133 77 14 / 0.3);
}

.ring-yellow-800\/35 {
  --tw-ring-color: rgb(133 77 14 / 0.35);
}

.ring-yellow-800\/40 {
  --tw-ring-color: rgb(133 77 14 / 0.4);
}

.ring-yellow-800\/45 {
  --tw-ring-color: rgb(133 77 14 / 0.45);
}

.ring-yellow-800\/5 {
  --tw-ring-color: rgb(133 77 14 / 0.05);
}

.ring-yellow-800\/50 {
  --tw-ring-color: rgb(133 77 14 / 0.5);
}

.ring-yellow-800\/55 {
  --tw-ring-color: rgb(133 77 14 / 0.55);
}

.ring-yellow-800\/60 {
  --tw-ring-color: rgb(133 77 14 / 0.6);
}

.ring-yellow-800\/65 {
  --tw-ring-color: rgb(133 77 14 / 0.65);
}

.ring-yellow-800\/70 {
  --tw-ring-color: rgb(133 77 14 / 0.7);
}

.ring-yellow-800\/75 {
  --tw-ring-color: rgb(133 77 14 / 0.75);
}

.ring-yellow-800\/80 {
  --tw-ring-color: rgb(133 77 14 / 0.8);
}

.ring-yellow-800\/85 {
  --tw-ring-color: rgb(133 77 14 / 0.85);
}

.ring-yellow-800\/90 {
  --tw-ring-color: rgb(133 77 14 / 0.9);
}

.ring-yellow-800\/95 {
  --tw-ring-color: rgb(133 77 14 / 0.95);
}

.ring-offset-yellow-100 {
  --tw-ring-offset-color: #fef9c3;
}

.ring-offset-yellow-100\/0 {
  --tw-ring-offset-color: rgb(254 249 195 / 0);
}

.ring-offset-yellow-100\/10 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.1);
}

.ring-offset-yellow-100\/100 {
  --tw-ring-offset-color: rgb(254 249 195 / 1);
}

.ring-offset-yellow-100\/15 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.15);
}

.ring-offset-yellow-100\/20 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.2);
}

.ring-offset-yellow-100\/25 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.25);
}

.ring-offset-yellow-100\/30 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.3);
}

.ring-offset-yellow-100\/35 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.35);
}

.ring-offset-yellow-100\/40 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.4);
}

.ring-offset-yellow-100\/45 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.45);
}

.ring-offset-yellow-100\/5 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.05);
}

.ring-offset-yellow-100\/50 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.5);
}

.ring-offset-yellow-100\/55 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.55);
}

.ring-offset-yellow-100\/60 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.6);
}

.ring-offset-yellow-100\/65 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.65);
}

.ring-offset-yellow-100\/70 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.7);
}

.ring-offset-yellow-100\/75 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.75);
}

.ring-offset-yellow-100\/80 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.8);
}

.ring-offset-yellow-100\/85 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.85);
}

.ring-offset-yellow-100\/90 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.9);
}

.ring-offset-yellow-100\/95 {
  --tw-ring-offset-color: rgb(254 249 195 / 0.95);
}

.ring-offset-yellow-200 {
  --tw-ring-offset-color: #fef08a;
}

.ring-offset-yellow-200\/0 {
  --tw-ring-offset-color: rgb(254 240 138 / 0);
}

.ring-offset-yellow-200\/10 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.1);
}

.ring-offset-yellow-200\/100 {
  --tw-ring-offset-color: rgb(254 240 138 / 1);
}

.ring-offset-yellow-200\/15 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.15);
}

.ring-offset-yellow-200\/20 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.2);
}

.ring-offset-yellow-200\/25 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.25);
}

.ring-offset-yellow-200\/30 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.3);
}

.ring-offset-yellow-200\/35 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.35);
}

.ring-offset-yellow-200\/40 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.4);
}

.ring-offset-yellow-200\/45 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.45);
}

.ring-offset-yellow-200\/5 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.05);
}

.ring-offset-yellow-200\/50 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.5);
}

.ring-offset-yellow-200\/55 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.55);
}

.ring-offset-yellow-200\/60 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.6);
}

.ring-offset-yellow-200\/65 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.65);
}

.ring-offset-yellow-200\/70 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.7);
}

.ring-offset-yellow-200\/75 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.75);
}

.ring-offset-yellow-200\/80 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.8);
}

.ring-offset-yellow-200\/85 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.85);
}

.ring-offset-yellow-200\/90 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.9);
}

.ring-offset-yellow-200\/95 {
  --tw-ring-offset-color: rgb(254 240 138 / 0.95);
}

.ring-offset-yellow-400 {
  --tw-ring-offset-color: #facc15;
}

.ring-offset-yellow-400\/0 {
  --tw-ring-offset-color: rgb(250 204 21 / 0);
}

.ring-offset-yellow-400\/10 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.1);
}

.ring-offset-yellow-400\/100 {
  --tw-ring-offset-color: rgb(250 204 21 / 1);
}

.ring-offset-yellow-400\/15 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.15);
}

.ring-offset-yellow-400\/20 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.2);
}

.ring-offset-yellow-400\/25 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.25);
}

.ring-offset-yellow-400\/30 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.3);
}

.ring-offset-yellow-400\/35 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.35);
}

.ring-offset-yellow-400\/40 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.4);
}

.ring-offset-yellow-400\/45 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.45);
}

.ring-offset-yellow-400\/5 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.05);
}

.ring-offset-yellow-400\/50 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.5);
}

.ring-offset-yellow-400\/55 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.55);
}

.ring-offset-yellow-400\/60 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.6);
}

.ring-offset-yellow-400\/65 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.65);
}

.ring-offset-yellow-400\/70 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.7);
}

.ring-offset-yellow-400\/75 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.75);
}

.ring-offset-yellow-400\/80 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.8);
}

.ring-offset-yellow-400\/85 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.85);
}

.ring-offset-yellow-400\/90 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.9);
}

.ring-offset-yellow-400\/95 {
  --tw-ring-offset-color: rgb(250 204 21 / 0.95);
}

.ring-offset-yellow-50 {
  --tw-ring-offset-color: #fefce8;
}

.ring-offset-yellow-50\/0 {
  --tw-ring-offset-color: rgb(254 252 232 / 0);
}

.ring-offset-yellow-50\/10 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.1);
}

.ring-offset-yellow-50\/100 {
  --tw-ring-offset-color: rgb(254 252 232 / 1);
}

.ring-offset-yellow-50\/15 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.15);
}

.ring-offset-yellow-50\/20 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.2);
}

.ring-offset-yellow-50\/25 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.25);
}

.ring-offset-yellow-50\/30 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.3);
}

.ring-offset-yellow-50\/35 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.35);
}

.ring-offset-yellow-50\/40 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.4);
}

.ring-offset-yellow-50\/45 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.45);
}

.ring-offset-yellow-50\/5 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.05);
}

.ring-offset-yellow-50\/50 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.5);
}

.ring-offset-yellow-50\/55 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.55);
}

.ring-offset-yellow-50\/60 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.6);
}

.ring-offset-yellow-50\/65 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.65);
}

.ring-offset-yellow-50\/70 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.7);
}

.ring-offset-yellow-50\/75 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.75);
}

.ring-offset-yellow-50\/80 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.8);
}

.ring-offset-yellow-50\/85 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.85);
}

.ring-offset-yellow-50\/90 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.9);
}

.ring-offset-yellow-50\/95 {
  --tw-ring-offset-color: rgb(254 252 232 / 0.95);
}

.ring-offset-yellow-500 {
  --tw-ring-offset-color: #eab308;
}

.ring-offset-yellow-500\/0 {
  --tw-ring-offset-color: rgb(234 179 8 / 0);
}

.ring-offset-yellow-500\/10 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.1);
}

.ring-offset-yellow-500\/100 {
  --tw-ring-offset-color: rgb(234 179 8 / 1);
}

.ring-offset-yellow-500\/15 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.15);
}

.ring-offset-yellow-500\/20 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.2);
}

.ring-offset-yellow-500\/25 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.25);
}

.ring-offset-yellow-500\/30 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.3);
}

.ring-offset-yellow-500\/35 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.35);
}

.ring-offset-yellow-500\/40 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.4);
}

.ring-offset-yellow-500\/45 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.45);
}

.ring-offset-yellow-500\/5 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.05);
}

.ring-offset-yellow-500\/50 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.5);
}

.ring-offset-yellow-500\/55 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.55);
}

.ring-offset-yellow-500\/60 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.6);
}

.ring-offset-yellow-500\/65 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.65);
}

.ring-offset-yellow-500\/70 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.7);
}

.ring-offset-yellow-500\/75 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.75);
}

.ring-offset-yellow-500\/80 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.8);
}

.ring-offset-yellow-500\/85 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.85);
}

.ring-offset-yellow-500\/90 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.9);
}

.ring-offset-yellow-500\/95 {
  --tw-ring-offset-color: rgb(234 179 8 / 0.95);
}

.ring-offset-yellow-600 {
  --tw-ring-offset-color: #ca8a04;
}

.ring-offset-yellow-600\/0 {
  --tw-ring-offset-color: rgb(202 138 4 / 0);
}

.ring-offset-yellow-600\/10 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.1);
}

.ring-offset-yellow-600\/100 {
  --tw-ring-offset-color: rgb(202 138 4 / 1);
}

.ring-offset-yellow-600\/15 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.15);
}

.ring-offset-yellow-600\/20 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.2);
}

.ring-offset-yellow-600\/25 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.25);
}

.ring-offset-yellow-600\/30 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.3);
}

.ring-offset-yellow-600\/35 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.35);
}

.ring-offset-yellow-600\/40 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.4);
}

.ring-offset-yellow-600\/45 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.45);
}

.ring-offset-yellow-600\/5 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.05);
}

.ring-offset-yellow-600\/50 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.5);
}

.ring-offset-yellow-600\/55 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.55);
}

.ring-offset-yellow-600\/60 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.6);
}

.ring-offset-yellow-600\/65 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.65);
}

.ring-offset-yellow-600\/70 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.7);
}

.ring-offset-yellow-600\/75 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.75);
}

.ring-offset-yellow-600\/80 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.8);
}

.ring-offset-yellow-600\/85 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.85);
}

.ring-offset-yellow-600\/90 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.9);
}

.ring-offset-yellow-600\/95 {
  --tw-ring-offset-color: rgb(202 138 4 / 0.95);
}

.ring-offset-yellow-800 {
  --tw-ring-offset-color: #854d0e;
}

.ring-offset-yellow-800\/0 {
  --tw-ring-offset-color: rgb(133 77 14 / 0);
}

.ring-offset-yellow-800\/10 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.1);
}

.ring-offset-yellow-800\/100 {
  --tw-ring-offset-color: rgb(133 77 14 / 1);
}

.ring-offset-yellow-800\/15 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.15);
}

.ring-offset-yellow-800\/20 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.2);
}

.ring-offset-yellow-800\/25 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.25);
}

.ring-offset-yellow-800\/30 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.3);
}

.ring-offset-yellow-800\/35 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.35);
}

.ring-offset-yellow-800\/40 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.4);
}

.ring-offset-yellow-800\/45 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.45);
}

.ring-offset-yellow-800\/5 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.05);
}

.ring-offset-yellow-800\/50 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.5);
}

.ring-offset-yellow-800\/55 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.55);
}

.ring-offset-yellow-800\/60 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.6);
}

.ring-offset-yellow-800\/65 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.65);
}

.ring-offset-yellow-800\/70 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.7);
}

.ring-offset-yellow-800\/75 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.75);
}

.ring-offset-yellow-800\/80 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.8);
}

.ring-offset-yellow-800\/85 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.85);
}

.ring-offset-yellow-800\/90 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.9);
}

.ring-offset-yellow-800\/95 {
  --tw-ring-offset-color: rgb(133 77 14 / 0.95);
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-none {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.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-blur {
  --tw-backdrop-blur: blur(8px);
  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-blur-sm {
  --tw-backdrop-blur: blur(4px);
  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-blur-md {
  --tw-backdrop-blur: blur(12px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-grayscale-0 {
  --tw-backdrop-grayscale: grayscale(0);
  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, 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-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.placeholder\:text-neutral-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(175 168 161 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(175 168 161 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-500::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(129 121 113 / var(--tw-text-opacity, 1));
}

.placeholder\:text-neutral-500::placeholder {
  --tw-text-opacity: 1;
  color: rgb(129 121 113 / var(--tw-text-opacity, 1));
}

.hover\:fixed:hover {
  position: fixed;
}

.hover\:absolute:hover {
  position: absolute;
}

.hover\:relative:hover {
  position: relative;
}

.hover\:sticky:hover {
  position: sticky;
}

.hover\:block:hover {
  display: block;
}

.hover\:inline-block:hover {
  display: inline-block;
}

.hover\:flex:hover {
  display: flex;
}

.hover\:inline-flex:hover {
  display: inline-flex;
}

.hover\:grid:hover {
  display: grid;
}

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

.hover\:hidden:hover {
  display: none;
}

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

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

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

.hover\:flex-none:hover {
  flex: none;
}

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

.hover\:flex-shrink-0:hover {
  flex-shrink: 0;
}

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

.hover\:flex-grow-0:hover {
  flex-grow: 0;
}

.hover\:table-fixed:hover {
  table-layout: fixed;
}

.hover\:-translate-x-0:hover {
  --tw-translate-x: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-x-0\.5:hover {
  --tw-translate-x: -0.125rem;
  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\:-translate-y-0:hover {
  --tw-translate-y: -0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-translate-y-0\.5:hover {
  --tw-translate-y: -0.125rem;
  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\:-translate-y-1:hover {
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-x-0:hover {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-x-0\.5:hover {
  --tw-translate-x: 0.125rem;
  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\:translate-y-0:hover {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:translate-y-0\.5:hover {
  --tw-translate-y: 0.125rem;
  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\:-translate-y-2:hover {
  --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));
}

.hover\:-scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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\:-scale-100:hover {
  --tw-scale-x: -1;
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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\:-scale-110:hover {
  --tw-scale-x: -1.1;
  --tw-scale-y: -1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-scale-50:hover {
  --tw-scale-x: -.5;
  --tw-scale-y: -.5;
  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\:-scale-75:hover {
  --tw-scale-x: -.75;
  --tw-scale-y: -.75;
  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\:-scale-90:hover {
  --tw-scale-x: -.9;
  --tw-scale-y: -.9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:-scale-95:hover {
  --tw-scale-x: -.95;
  --tw-scale-y: -.95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-0:hover {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  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\:scale-100:hover {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.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\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-50:hover {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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\:scale-75:hover {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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\:scale-90:hover {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:scale-95:hover {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:grid-flow-row:hover {
  grid-auto-flow: row;
}

.hover\:grid-flow-col:hover {
  grid-auto-flow: column;
}

.hover\:grid-flow-dense:hover {
  grid-auto-flow: dense;
}

.hover\:grid-flow-row-dense:hover {
  grid-auto-flow: row dense;
}

.hover\:grid-flow-col-dense:hover {
  grid-auto-flow: column dense;
}

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

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

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

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

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

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

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

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

.hover\:grid-cols-6:hover {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.hover\:grid-cols-7:hover {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.hover\:grid-cols-8:hover {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.hover\:grid-cols-9:hover {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.hover\:grid-cols-none:hover {
  grid-template-columns: none;
}

.hover\:grid-cols-subgrid:hover {
  grid-template-columns: subgrid;
}

.hover\:grid-rows-1:hover {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.hover\:grid-rows-10:hover {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.hover\:grid-rows-11:hover {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.hover\:grid-rows-12:hover {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.hover\:grid-rows-2:hover {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.hover\:grid-rows-3:hover {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.hover\:grid-rows-4:hover {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.hover\:grid-rows-5:hover {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.hover\:grid-rows-6:hover {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.hover\:grid-rows-7:hover {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.hover\:grid-rows-8:hover {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.hover\:grid-rows-9:hover {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.hover\:grid-rows-none:hover {
  grid-template-rows: none;
}

.hover\:grid-rows-subgrid:hover {
  grid-template-rows: subgrid;
}

.hover\:flex-row:hover {
  flex-direction: row;
}

.hover\:flex-row-reverse:hover {
  flex-direction: row-reverse;
}

.hover\:flex-col:hover {
  flex-direction: column;
}

.hover\:flex-col-reverse:hover {
  flex-direction: column-reverse;
}

.hover\:flex-wrap:hover {
  flex-wrap: wrap;
}

.hover\:flex-wrap-reverse:hover {
  flex-wrap: wrap-reverse;
}

.hover\:flex-nowrap:hover {
  flex-wrap: nowrap;
}

.hover\:place-items-start:hover {
  place-items: start;
}

.hover\:place-items-end:hover {
  place-items: end;
}

.hover\:place-items-center:hover {
  place-items: center;
}

.hover\:items-start:hover {
  align-items: flex-start;
}

.hover\:items-end:hover {
  align-items: flex-end;
}

.hover\:items-center:hover {
  align-items: center;
}

.hover\:justify-start:hover {
  justify-content: flex-start;
}

.hover\:justify-end:hover {
  justify-content: flex-end;
}

.hover\:justify-center:hover {
  justify-content: center;
}

.hover\:justify-between:hover {
  justify-content: space-between;
}

.hover\:justify-items-start:hover {
  justify-items: start;
}

.hover\:justify-items-end:hover {
  justify-items: end;
}

.hover\:justify-items-center:hover {
  justify-items: center;
}

.hover\:overflow-auto:hover {
  overflow: auto;
}

.hover\:overflow-hidden:hover {
  overflow: hidden;
}

.hover\:overflow-x-auto:hover {
  overflow-x: auto;
}

.hover\:overflow-y-auto:hover {
  overflow-y: auto;
}

.hover\:overflow-x-hidden:hover {
  overflow-x: hidden;
}

.hover\:overflow-y-hidden:hover {
  overflow-y: hidden;
}

.hover\:scroll-smooth:hover {
  scroll-behavior: smooth;
}

.hover\:rounded:hover {
  border-radius: 0.25rem;
}

.hover\:rounded-2xl:hover {
  border-radius: 1rem;
}

.hover\:rounded-3xl:hover {
  border-radius: 1.5rem;
}

.hover\:rounded-full:hover {
  border-radius: 9999px;
}

.hover\:rounded-lg:hover {
  border-radius: 0.5rem;
}

.hover\:rounded-md:hover {
  border-radius: 0.375rem;
}

.hover\:rounded-none:hover {
  border-radius: 0px;
}

.hover\:rounded-sm:hover {
  border-radius: 0.125rem;
}

.hover\:rounded-xl:hover {
  border-radius: 0.75rem;
}

.hover\:rounded-b:hover {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-b-2xl:hover {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-b-3xl:hover {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.hover\:rounded-b-full:hover {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-b-lg:hover {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-b-md:hover {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-b-none:hover {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.hover\:rounded-b-sm:hover {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-b-xl:hover {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-e:hover {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.hover\:rounded-e-2xl:hover {
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}

.hover\:rounded-e-3xl:hover {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}

.hover\:rounded-e-full:hover {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}

.hover\:rounded-e-lg:hover {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.hover\:rounded-e-md:hover {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}

.hover\:rounded-e-none:hover {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}

.hover\:rounded-e-sm:hover {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}

.hover\:rounded-e-xl:hover {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}

.hover\:rounded-l:hover {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-l-2xl:hover {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-l-3xl:hover {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.hover\:rounded-l-full:hover {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-l-lg:hover {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-l-md:hover {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-l-none:hover {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.hover\:rounded-l-sm:hover {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-l-xl:hover {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-r:hover {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-r-2xl:hover {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.hover\:rounded-r-3xl:hover {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.hover\:rounded-r-full:hover {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-r-lg:hover {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-r-md:hover {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.hover\:rounded-r-none:hover {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hover\:rounded-r-sm:hover {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-r-xl:hover {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.hover\:rounded-s:hover {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.hover\:rounded-s-2xl:hover {
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}

.hover\:rounded-s-3xl:hover {
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}

.hover\:rounded-s-full:hover {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}

.hover\:rounded-s-lg:hover {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.hover\:rounded-s-md:hover {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}

.hover\:rounded-s-none:hover {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

.hover\:rounded-s-sm:hover {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}

.hover\:rounded-s-xl:hover {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}

.hover\:rounded-t:hover {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-t-2xl:hover {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.hover\:rounded-t-3xl:hover {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.hover\:rounded-t-full:hover {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.hover\:rounded-t-lg:hover {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-t-md:hover {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.hover\:rounded-t-none:hover {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.hover\:rounded-t-sm:hover {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-t-xl:hover {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.hover\:rounded-bl:hover {
  border-bottom-left-radius: 0.25rem;
}

.hover\:rounded-bl-2xl:hover {
  border-bottom-left-radius: 1rem;
}

.hover\:rounded-bl-3xl:hover {
  border-bottom-left-radius: 1.5rem;
}

.hover\:rounded-bl-full:hover {
  border-bottom-left-radius: 9999px;
}

.hover\:rounded-bl-lg:hover {
  border-bottom-left-radius: 0.5rem;
}

.hover\:rounded-bl-md:hover {
  border-bottom-left-radius: 0.375rem;
}

.hover\:rounded-bl-none:hover {
  border-bottom-left-radius: 0px;
}

.hover\:rounded-bl-sm:hover {
  border-bottom-left-radius: 0.125rem;
}

.hover\:rounded-bl-xl:hover {
  border-bottom-left-radius: 0.75rem;
}

.hover\:rounded-br:hover {
  border-bottom-right-radius: 0.25rem;
}

.hover\:rounded-br-2xl:hover {
  border-bottom-right-radius: 1rem;
}

.hover\:rounded-br-3xl:hover {
  border-bottom-right-radius: 1.5rem;
}

.hover\:rounded-br-full:hover {
  border-bottom-right-radius: 9999px;
}

.hover\:rounded-br-lg:hover {
  border-bottom-right-radius: 0.5rem;
}

.hover\:rounded-br-md:hover {
  border-bottom-right-radius: 0.375rem;
}

.hover\:rounded-br-none:hover {
  border-bottom-right-radius: 0px;
}

.hover\:rounded-br-sm:hover {
  border-bottom-right-radius: 0.125rem;
}

.hover\:rounded-br-xl:hover {
  border-bottom-right-radius: 0.75rem;
}

.hover\:rounded-ee:hover {
  border-end-end-radius: 0.25rem;
}

.hover\:rounded-ee-2xl:hover {
  border-end-end-radius: 1rem;
}

.hover\:rounded-ee-3xl:hover {
  border-end-end-radius: 1.5rem;
}

.hover\:rounded-ee-full:hover {
  border-end-end-radius: 9999px;
}

.hover\:rounded-ee-lg:hover {
  border-end-end-radius: 0.5rem;
}

.hover\:rounded-ee-md:hover {
  border-end-end-radius: 0.375rem;
}

.hover\:rounded-ee-none:hover {
  border-end-end-radius: 0px;
}

.hover\:rounded-ee-sm:hover {
  border-end-end-radius: 0.125rem;
}

.hover\:rounded-ee-xl:hover {
  border-end-end-radius: 0.75rem;
}

.hover\:rounded-es:hover {
  border-end-start-radius: 0.25rem;
}

.hover\:rounded-es-2xl:hover {
  border-end-start-radius: 1rem;
}

.hover\:rounded-es-3xl:hover {
  border-end-start-radius: 1.5rem;
}

.hover\:rounded-es-full:hover {
  border-end-start-radius: 9999px;
}

.hover\:rounded-es-lg:hover {
  border-end-start-radius: 0.5rem;
}

.hover\:rounded-es-md:hover {
  border-end-start-radius: 0.375rem;
}

.hover\:rounded-es-none:hover {
  border-end-start-radius: 0px;
}

.hover\:rounded-es-sm:hover {
  border-end-start-radius: 0.125rem;
}

.hover\:rounded-es-xl:hover {
  border-end-start-radius: 0.75rem;
}

.hover\:rounded-se:hover {
  border-start-end-radius: 0.25rem;
}

.hover\:rounded-se-2xl:hover {
  border-start-end-radius: 1rem;
}

.hover\:rounded-se-3xl:hover {
  border-start-end-radius: 1.5rem;
}

.hover\:rounded-se-full:hover {
  border-start-end-radius: 9999px;
}

.hover\:rounded-se-lg:hover {
  border-start-end-radius: 0.5rem;
}

.hover\:rounded-se-md:hover {
  border-start-end-radius: 0.375rem;
}

.hover\:rounded-se-none:hover {
  border-start-end-radius: 0px;
}

.hover\:rounded-se-sm:hover {
  border-start-end-radius: 0.125rem;
}

.hover\:rounded-se-xl:hover {
  border-start-end-radius: 0.75rem;
}

.hover\:rounded-ss:hover {
  border-start-start-radius: 0.25rem;
}

.hover\:rounded-ss-2xl:hover {
  border-start-start-radius: 1rem;
}

.hover\:rounded-ss-3xl:hover {
  border-start-start-radius: 1.5rem;
}

.hover\:rounded-ss-full:hover {
  border-start-start-radius: 9999px;
}

.hover\:rounded-ss-lg:hover {
  border-start-start-radius: 0.5rem;
}

.hover\:rounded-ss-md:hover {
  border-start-start-radius: 0.375rem;
}

.hover\:rounded-ss-none:hover {
  border-start-start-radius: 0px;
}

.hover\:rounded-ss-sm:hover {
  border-start-start-radius: 0.125rem;
}

.hover\:rounded-ss-xl:hover {
  border-start-start-radius: 0.75rem;
}

.hover\:rounded-tl:hover {
  border-top-left-radius: 0.25rem;
}

.hover\:rounded-tl-2xl:hover {
  border-top-left-radius: 1rem;
}

.hover\:rounded-tl-3xl:hover {
  border-top-left-radius: 1.5rem;
}

.hover\:rounded-tl-full:hover {
  border-top-left-radius: 9999px;
}

.hover\:rounded-tl-lg:hover {
  border-top-left-radius: 0.5rem;
}

.hover\:rounded-tl-md:hover {
  border-top-left-radius: 0.375rem;
}

.hover\:rounded-tl-none:hover {
  border-top-left-radius: 0px;
}

.hover\:rounded-tl-sm:hover {
  border-top-left-radius: 0.125rem;
}

.hover\:rounded-tl-xl:hover {
  border-top-left-radius: 0.75rem;
}

.hover\:rounded-tr:hover {
  border-top-right-radius: 0.25rem;
}

.hover\:rounded-tr-2xl:hover {
  border-top-right-radius: 1rem;
}

.hover\:rounded-tr-3xl:hover {
  border-top-right-radius: 1.5rem;
}

.hover\:rounded-tr-full:hover {
  border-top-right-radius: 9999px;
}

.hover\:rounded-tr-lg:hover {
  border-top-right-radius: 0.5rem;
}

.hover\:rounded-tr-md:hover {
  border-top-right-radius: 0.375rem;
}

.hover\:rounded-tr-none:hover {
  border-top-right-radius: 0px;
}

.hover\:rounded-tr-sm:hover {
  border-top-right-radius: 0.125rem;
}

.hover\:rounded-tr-xl:hover {
  border-top-right-radius: 0.75rem;
}

.hover\:border-hidden:hover {
  border-style: hidden;
}

.hover\:border-accent-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(235 251 203 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-100\/0:hover {
  border-color: rgb(235 251 203 / 0);
}

.hover\:border-accent-100\/10:hover {
  border-color: rgb(235 251 203 / 0.1);
}

.hover\:border-accent-100\/100:hover {
  border-color: rgb(235 251 203 / 1);
}

.hover\:border-accent-100\/15:hover {
  border-color: rgb(235 251 203 / 0.15);
}

.hover\:border-accent-100\/20:hover {
  border-color: rgb(235 251 203 / 0.2);
}

.hover\:border-accent-100\/25:hover {
  border-color: rgb(235 251 203 / 0.25);
}

.hover\:border-accent-100\/30:hover {
  border-color: rgb(235 251 203 / 0.3);
}

.hover\:border-accent-100\/35:hover {
  border-color: rgb(235 251 203 / 0.35);
}

.hover\:border-accent-100\/40:hover {
  border-color: rgb(235 251 203 / 0.4);
}

.hover\:border-accent-100\/45:hover {
  border-color: rgb(235 251 203 / 0.45);
}

.hover\:border-accent-100\/5:hover {
  border-color: rgb(235 251 203 / 0.05);
}

.hover\:border-accent-100\/50:hover {
  border-color: rgb(235 251 203 / 0.5);
}

.hover\:border-accent-100\/55:hover {
  border-color: rgb(235 251 203 / 0.55);
}

.hover\:border-accent-100\/60:hover {
  border-color: rgb(235 251 203 / 0.6);
}

.hover\:border-accent-100\/65:hover {
  border-color: rgb(235 251 203 / 0.65);
}

.hover\:border-accent-100\/70:hover {
  border-color: rgb(235 251 203 / 0.7);
}

.hover\:border-accent-100\/75:hover {
  border-color: rgb(235 251 203 / 0.75);
}

.hover\:border-accent-100\/80:hover {
  border-color: rgb(235 251 203 / 0.8);
}

.hover\:border-accent-100\/85:hover {
  border-color: rgb(235 251 203 / 0.85);
}

.hover\:border-accent-100\/90:hover {
  border-color: rgb(235 251 203 / 0.9);
}

.hover\:border-accent-100\/95:hover {
  border-color: rgb(235 251 203 / 0.95);
}

.hover\:border-accent-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(216 246 154 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-200\/0:hover {
  border-color: rgb(216 246 154 / 0);
}

.hover\:border-accent-200\/10:hover {
  border-color: rgb(216 246 154 / 0.1);
}

.hover\:border-accent-200\/100:hover {
  border-color: rgb(216 246 154 / 1);
}

.hover\:border-accent-200\/15:hover {
  border-color: rgb(216 246 154 / 0.15);
}

.hover\:border-accent-200\/20:hover {
  border-color: rgb(216 246 154 / 0.2);
}

.hover\:border-accent-200\/25:hover {
  border-color: rgb(216 246 154 / 0.25);
}

.hover\:border-accent-200\/30:hover {
  border-color: rgb(216 246 154 / 0.3);
}

.hover\:border-accent-200\/35:hover {
  border-color: rgb(216 246 154 / 0.35);
}

.hover\:border-accent-200\/40:hover {
  border-color: rgb(216 246 154 / 0.4);
}

.hover\:border-accent-200\/45:hover {
  border-color: rgb(216 246 154 / 0.45);
}

.hover\:border-accent-200\/5:hover {
  border-color: rgb(216 246 154 / 0.05);
}

.hover\:border-accent-200\/50:hover {
  border-color: rgb(216 246 154 / 0.5);
}

.hover\:border-accent-200\/55:hover {
  border-color: rgb(216 246 154 / 0.55);
}

.hover\:border-accent-200\/60:hover {
  border-color: rgb(216 246 154 / 0.6);
}

.hover\:border-accent-200\/65:hover {
  border-color: rgb(216 246 154 / 0.65);
}

.hover\:border-accent-200\/70:hover {
  border-color: rgb(216 246 154 / 0.7);
}

.hover\:border-accent-200\/75:hover {
  border-color: rgb(216 246 154 / 0.75);
}

.hover\:border-accent-200\/80:hover {
  border-color: rgb(216 246 154 / 0.8);
}

.hover\:border-accent-200\/85:hover {
  border-color: rgb(216 246 154 / 0.85);
}

.hover\:border-accent-200\/90:hover {
  border-color: rgb(216 246 154 / 0.9);
}

.hover\:border-accent-200\/95:hover {
  border-color: rgb(216 246 154 / 0.95);
}

.hover\:border-accent-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(196 240 120 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-300\/0:hover {
  border-color: rgb(196 240 120 / 0);
}

.hover\:border-accent-300\/10:hover {
  border-color: rgb(196 240 120 / 0.1);
}

.hover\:border-accent-300\/100:hover {
  border-color: rgb(196 240 120 / 1);
}

.hover\:border-accent-300\/15:hover {
  border-color: rgb(196 240 120 / 0.15);
}

.hover\:border-accent-300\/20:hover {
  border-color: rgb(196 240 120 / 0.2);
}

.hover\:border-accent-300\/25:hover {
  border-color: rgb(196 240 120 / 0.25);
}

.hover\:border-accent-300\/30:hover {
  border-color: rgb(196 240 120 / 0.3);
}

.hover\:border-accent-300\/35:hover {
  border-color: rgb(196 240 120 / 0.35);
}

.hover\:border-accent-300\/40:hover {
  border-color: rgb(196 240 120 / 0.4);
}

.hover\:border-accent-300\/45:hover {
  border-color: rgb(196 240 120 / 0.45);
}

.hover\:border-accent-300\/5:hover {
  border-color: rgb(196 240 120 / 0.05);
}

.hover\:border-accent-300\/50:hover {
  border-color: rgb(196 240 120 / 0.5);
}

.hover\:border-accent-300\/55:hover {
  border-color: rgb(196 240 120 / 0.55);
}

.hover\:border-accent-300\/60:hover {
  border-color: rgb(196 240 120 / 0.6);
}

.hover\:border-accent-300\/65:hover {
  border-color: rgb(196 240 120 / 0.65);
}

.hover\:border-accent-300\/70:hover {
  border-color: rgb(196 240 120 / 0.7);
}

.hover\:border-accent-300\/75:hover {
  border-color: rgb(196 240 120 / 0.75);
}

.hover\:border-accent-300\/80:hover {
  border-color: rgb(196 240 120 / 0.8);
}

.hover\:border-accent-300\/85:hover {
  border-color: rgb(196 240 120 / 0.85);
}

.hover\:border-accent-300\/90:hover {
  border-color: rgb(196 240 120 / 0.9);
}

.hover\:border-accent-300\/95:hover {
  border-color: rgb(196 240 120 / 0.95);
}

.hover\:border-accent-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(183 237 104 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-400\/0:hover {
  border-color: rgb(183 237 104 / 0);
}

.hover\:border-accent-400\/10:hover {
  border-color: rgb(183 237 104 / 0.1);
}

.hover\:border-accent-400\/100:hover {
  border-color: rgb(183 237 104 / 1);
}

.hover\:border-accent-400\/15:hover {
  border-color: rgb(183 237 104 / 0.15);
}

.hover\:border-accent-400\/20:hover {
  border-color: rgb(183 237 104 / 0.2);
}

.hover\:border-accent-400\/25:hover {
  border-color: rgb(183 237 104 / 0.25);
}

.hover\:border-accent-400\/30:hover {
  border-color: rgb(183 237 104 / 0.3);
}

.hover\:border-accent-400\/35:hover {
  border-color: rgb(183 237 104 / 0.35);
}

.hover\:border-accent-400\/40:hover {
  border-color: rgb(183 237 104 / 0.4);
}

.hover\:border-accent-400\/45:hover {
  border-color: rgb(183 237 104 / 0.45);
}

.hover\:border-accent-400\/5:hover {
  border-color: rgb(183 237 104 / 0.05);
}

.hover\:border-accent-400\/50:hover {
  border-color: rgb(183 237 104 / 0.5);
}

.hover\:border-accent-400\/55:hover {
  border-color: rgb(183 237 104 / 0.55);
}

.hover\:border-accent-400\/60:hover {
  border-color: rgb(183 237 104 / 0.6);
}

.hover\:border-accent-400\/65:hover {
  border-color: rgb(183 237 104 / 0.65);
}

.hover\:border-accent-400\/70:hover {
  border-color: rgb(183 237 104 / 0.7);
}

.hover\:border-accent-400\/75:hover {
  border-color: rgb(183 237 104 / 0.75);
}

.hover\:border-accent-400\/80:hover {
  border-color: rgb(183 237 104 / 0.8);
}

.hover\:border-accent-400\/85:hover {
  border-color: rgb(183 237 104 / 0.85);
}

.hover\:border-accent-400\/90:hover {
  border-color: rgb(183 237 104 / 0.9);
}

.hover\:border-accent-400\/95:hover {
  border-color: rgb(183 237 104 / 0.95);
}

.hover\:border-accent-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 253 235 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-50\/0:hover {
  border-color: rgb(247 253 235 / 0);
}

.hover\:border-accent-50\/10:hover {
  border-color: rgb(247 253 235 / 0.1);
}

.hover\:border-accent-50\/100:hover {
  border-color: rgb(247 253 235 / 1);
}

.hover\:border-accent-50\/15:hover {
  border-color: rgb(247 253 235 / 0.15);
}

.hover\:border-accent-50\/20:hover {
  border-color: rgb(247 253 235 / 0.2);
}

.hover\:border-accent-50\/25:hover {
  border-color: rgb(247 253 235 / 0.25);
}

.hover\:border-accent-50\/30:hover {
  border-color: rgb(247 253 235 / 0.3);
}

.hover\:border-accent-50\/35:hover {
  border-color: rgb(247 253 235 / 0.35);
}

.hover\:border-accent-50\/40:hover {
  border-color: rgb(247 253 235 / 0.4);
}

.hover\:border-accent-50\/45:hover {
  border-color: rgb(247 253 235 / 0.45);
}

.hover\:border-accent-50\/5:hover {
  border-color: rgb(247 253 235 / 0.05);
}

.hover\:border-accent-50\/50:hover {
  border-color: rgb(247 253 235 / 0.5);
}

.hover\:border-accent-50\/55:hover {
  border-color: rgb(247 253 235 / 0.55);
}

.hover\:border-accent-50\/60:hover {
  border-color: rgb(247 253 235 / 0.6);
}

.hover\:border-accent-50\/65:hover {
  border-color: rgb(247 253 235 / 0.65);
}

.hover\:border-accent-50\/70:hover {
  border-color: rgb(247 253 235 / 0.7);
}

.hover\:border-accent-50\/75:hover {
  border-color: rgb(247 253 235 / 0.75);
}

.hover\:border-accent-50\/80:hover {
  border-color: rgb(247 253 235 / 0.8);
}

.hover\:border-accent-50\/85:hover {
  border-color: rgb(247 253 235 / 0.85);
}

.hover\:border-accent-50\/90:hover {
  border-color: rgb(247 253 235 / 0.9);
}

.hover\:border-accent-50\/95:hover {
  border-color: rgb(247 253 235 / 0.95);
}

.hover\:border-accent-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(174 235 96 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-500\/0:hover {
  border-color: rgb(174 235 96 / 0);
}

.hover\:border-accent-500\/10:hover {
  border-color: rgb(174 235 96 / 0.1);
}

.hover\:border-accent-500\/100:hover {
  border-color: rgb(174 235 96 / 1);
}

.hover\:border-accent-500\/15:hover {
  border-color: rgb(174 235 96 / 0.15);
}

.hover\:border-accent-500\/20:hover {
  border-color: rgb(174 235 96 / 0.2);
}

.hover\:border-accent-500\/25:hover {
  border-color: rgb(174 235 96 / 0.25);
}

.hover\:border-accent-500\/30:hover {
  border-color: rgb(174 235 96 / 0.3);
}

.hover\:border-accent-500\/35:hover {
  border-color: rgb(174 235 96 / 0.35);
}

.hover\:border-accent-500\/40:hover {
  border-color: rgb(174 235 96 / 0.4);
}

.hover\:border-accent-500\/45:hover {
  border-color: rgb(174 235 96 / 0.45);
}

.hover\:border-accent-500\/5:hover {
  border-color: rgb(174 235 96 / 0.05);
}

.hover\:border-accent-500\/50:hover {
  border-color: rgb(174 235 96 / 0.5);
}

.hover\:border-accent-500\/55:hover {
  border-color: rgb(174 235 96 / 0.55);
}

.hover\:border-accent-500\/60:hover {
  border-color: rgb(174 235 96 / 0.6);
}

.hover\:border-accent-500\/65:hover {
  border-color: rgb(174 235 96 / 0.65);
}

.hover\:border-accent-500\/70:hover {
  border-color: rgb(174 235 96 / 0.7);
}

.hover\:border-accent-500\/75:hover {
  border-color: rgb(174 235 96 / 0.75);
}

.hover\:border-accent-500\/80:hover {
  border-color: rgb(174 235 96 / 0.8);
}

.hover\:border-accent-500\/85:hover {
  border-color: rgb(174 235 96 / 0.85);
}

.hover\:border-accent-500\/90:hover {
  border-color: rgb(174 235 96 / 0.9);
}

.hover\:border-accent-500\/95:hover {
  border-color: rgb(174 235 96 / 0.95);
}

.hover\:border-accent-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(130 201 48 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-600\/0:hover {
  border-color: rgb(130 201 48 / 0);
}

.hover\:border-accent-600\/10:hover {
  border-color: rgb(130 201 48 / 0.1);
}

.hover\:border-accent-600\/100:hover {
  border-color: rgb(130 201 48 / 1);
}

.hover\:border-accent-600\/15:hover {
  border-color: rgb(130 201 48 / 0.15);
}

.hover\:border-accent-600\/20:hover {
  border-color: rgb(130 201 48 / 0.2);
}

.hover\:border-accent-600\/25:hover {
  border-color: rgb(130 201 48 / 0.25);
}

.hover\:border-accent-600\/30:hover {
  border-color: rgb(130 201 48 / 0.3);
}

.hover\:border-accent-600\/35:hover {
  border-color: rgb(130 201 48 / 0.35);
}

.hover\:border-accent-600\/40:hover {
  border-color: rgb(130 201 48 / 0.4);
}

.hover\:border-accent-600\/45:hover {
  border-color: rgb(130 201 48 / 0.45);
}

.hover\:border-accent-600\/5:hover {
  border-color: rgb(130 201 48 / 0.05);
}

.hover\:border-accent-600\/50:hover {
  border-color: rgb(130 201 48 / 0.5);
}

.hover\:border-accent-600\/55:hover {
  border-color: rgb(130 201 48 / 0.55);
}

.hover\:border-accent-600\/60:hover {
  border-color: rgb(130 201 48 / 0.6);
}

.hover\:border-accent-600\/65:hover {
  border-color: rgb(130 201 48 / 0.65);
}

.hover\:border-accent-600\/70:hover {
  border-color: rgb(130 201 48 / 0.7);
}

.hover\:border-accent-600\/75:hover {
  border-color: rgb(130 201 48 / 0.75);
}

.hover\:border-accent-600\/80:hover {
  border-color: rgb(130 201 48 / 0.8);
}

.hover\:border-accent-600\/85:hover {
  border-color: rgb(130 201 48 / 0.85);
}

.hover\:border-accent-600\/90:hover {
  border-color: rgb(130 201 48 / 0.9);
}

.hover\:border-accent-600\/95:hover {
  border-color: rgb(130 201 48 / 0.95);
}

.hover\:border-accent-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(97 161 31 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-700\/0:hover {
  border-color: rgb(97 161 31 / 0);
}

.hover\:border-accent-700\/10:hover {
  border-color: rgb(97 161 31 / 0.1);
}

.hover\:border-accent-700\/100:hover {
  border-color: rgb(97 161 31 / 1);
}

.hover\:border-accent-700\/15:hover {
  border-color: rgb(97 161 31 / 0.15);
}

.hover\:border-accent-700\/20:hover {
  border-color: rgb(97 161 31 / 0.2);
}

.hover\:border-accent-700\/25:hover {
  border-color: rgb(97 161 31 / 0.25);
}

.hover\:border-accent-700\/30:hover {
  border-color: rgb(97 161 31 / 0.3);
}

.hover\:border-accent-700\/35:hover {
  border-color: rgb(97 161 31 / 0.35);
}

.hover\:border-accent-700\/40:hover {
  border-color: rgb(97 161 31 / 0.4);
}

.hover\:border-accent-700\/45:hover {
  border-color: rgb(97 161 31 / 0.45);
}

.hover\:border-accent-700\/5:hover {
  border-color: rgb(97 161 31 / 0.05);
}

.hover\:border-accent-700\/50:hover {
  border-color: rgb(97 161 31 / 0.5);
}

.hover\:border-accent-700\/55:hover {
  border-color: rgb(97 161 31 / 0.55);
}

.hover\:border-accent-700\/60:hover {
  border-color: rgb(97 161 31 / 0.6);
}

.hover\:border-accent-700\/65:hover {
  border-color: rgb(97 161 31 / 0.65);
}

.hover\:border-accent-700\/70:hover {
  border-color: rgb(97 161 31 / 0.7);
}

.hover\:border-accent-700\/75:hover {
  border-color: rgb(97 161 31 / 0.75);
}

.hover\:border-accent-700\/80:hover {
  border-color: rgb(97 161 31 / 0.8);
}

.hover\:border-accent-700\/85:hover {
  border-color: rgb(97 161 31 / 0.85);
}

.hover\:border-accent-700\/90:hover {
  border-color: rgb(97 161 31 / 0.9);
}

.hover\:border-accent-700\/95:hover {
  border-color: rgb(97 161 31 / 0.95);
}

.hover\:border-accent-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(78 126 32 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-800\/0:hover {
  border-color: rgb(78 126 32 / 0);
}

.hover\:border-accent-800\/10:hover {
  border-color: rgb(78 126 32 / 0.1);
}

.hover\:border-accent-800\/100:hover {
  border-color: rgb(78 126 32 / 1);
}

.hover\:border-accent-800\/15:hover {
  border-color: rgb(78 126 32 / 0.15);
}

.hover\:border-accent-800\/20:hover {
  border-color: rgb(78 126 32 / 0.2);
}

.hover\:border-accent-800\/25:hover {
  border-color: rgb(78 126 32 / 0.25);
}

.hover\:border-accent-800\/30:hover {
  border-color: rgb(78 126 32 / 0.3);
}

.hover\:border-accent-800\/35:hover {
  border-color: rgb(78 126 32 / 0.35);
}

.hover\:border-accent-800\/40:hover {
  border-color: rgb(78 126 32 / 0.4);
}

.hover\:border-accent-800\/45:hover {
  border-color: rgb(78 126 32 / 0.45);
}

.hover\:border-accent-800\/5:hover {
  border-color: rgb(78 126 32 / 0.05);
}

.hover\:border-accent-800\/50:hover {
  border-color: rgb(78 126 32 / 0.5);
}

.hover\:border-accent-800\/55:hover {
  border-color: rgb(78 126 32 / 0.55);
}

.hover\:border-accent-800\/60:hover {
  border-color: rgb(78 126 32 / 0.6);
}

.hover\:border-accent-800\/65:hover {
  border-color: rgb(78 126 32 / 0.65);
}

.hover\:border-accent-800\/70:hover {
  border-color: rgb(78 126 32 / 0.7);
}

.hover\:border-accent-800\/75:hover {
  border-color: rgb(78 126 32 / 0.75);
}

.hover\:border-accent-800\/80:hover {
  border-color: rgb(78 126 32 / 0.8);
}

.hover\:border-accent-800\/85:hover {
  border-color: rgb(78 126 32 / 0.85);
}

.hover\:border-accent-800\/90:hover {
  border-color: rgb(78 126 32 / 0.9);
}

.hover\:border-accent-800\/95:hover {
  border-color: rgb(78 126 32 / 0.95);
}

.hover\:border-accent-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(66 106 33 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-900\/0:hover {
  border-color: rgb(66 106 33 / 0);
}

.hover\:border-accent-900\/10:hover {
  border-color: rgb(66 106 33 / 0.1);
}

.hover\:border-accent-900\/100:hover {
  border-color: rgb(66 106 33 / 1);
}

.hover\:border-accent-900\/15:hover {
  border-color: rgb(66 106 33 / 0.15);
}

.hover\:border-accent-900\/20:hover {
  border-color: rgb(66 106 33 / 0.2);
}

.hover\:border-accent-900\/25:hover {
  border-color: rgb(66 106 33 / 0.25);
}

.hover\:border-accent-900\/30:hover {
  border-color: rgb(66 106 33 / 0.3);
}

.hover\:border-accent-900\/35:hover {
  border-color: rgb(66 106 33 / 0.35);
}

.hover\:border-accent-900\/40:hover {
  border-color: rgb(66 106 33 / 0.4);
}

.hover\:border-accent-900\/45:hover {
  border-color: rgb(66 106 33 / 0.45);
}

.hover\:border-accent-900\/5:hover {
  border-color: rgb(66 106 33 / 0.05);
}

.hover\:border-accent-900\/50:hover {
  border-color: rgb(66 106 33 / 0.5);
}

.hover\:border-accent-900\/55:hover {
  border-color: rgb(66 106 33 / 0.55);
}

.hover\:border-accent-900\/60:hover {
  border-color: rgb(66 106 33 / 0.6);
}

.hover\:border-accent-900\/65:hover {
  border-color: rgb(66 106 33 / 0.65);
}

.hover\:border-accent-900\/70:hover {
  border-color: rgb(66 106 33 / 0.7);
}

.hover\:border-accent-900\/75:hover {
  border-color: rgb(66 106 33 / 0.75);
}

.hover\:border-accent-900\/80:hover {
  border-color: rgb(66 106 33 / 0.8);
}

.hover\:border-accent-900\/85:hover {
  border-color: rgb(66 106 33 / 0.85);
}

.hover\:border-accent-900\/90:hover {
  border-color: rgb(66 106 33 / 0.9);
}

.hover\:border-accent-900\/95:hover {
  border-color: rgb(66 106 33 / 0.95);
}

.hover\:border-accent-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(32 58 11 / var(--tw-border-opacity, 1));
}

.hover\:border-accent-950\/0:hover {
  border-color: rgb(32 58 11 / 0);
}

.hover\:border-accent-950\/10:hover {
  border-color: rgb(32 58 11 / 0.1);
}

.hover\:border-accent-950\/100:hover {
  border-color: rgb(32 58 11 / 1);
}

.hover\:border-accent-950\/15:hover {
  border-color: rgb(32 58 11 / 0.15);
}

.hover\:border-accent-950\/20:hover {
  border-color: rgb(32 58 11 / 0.2);
}

.hover\:border-accent-950\/25:hover {
  border-color: rgb(32 58 11 / 0.25);
}

.hover\:border-accent-950\/30:hover {
  border-color: rgb(32 58 11 / 0.3);
}

.hover\:border-accent-950\/35:hover {
  border-color: rgb(32 58 11 / 0.35);
}

.hover\:border-accent-950\/40:hover {
  border-color: rgb(32 58 11 / 0.4);
}

.hover\:border-accent-950\/45:hover {
  border-color: rgb(32 58 11 / 0.45);
}

.hover\:border-accent-950\/5:hover {
  border-color: rgb(32 58 11 / 0.05);
}

.hover\:border-accent-950\/50:hover {
  border-color: rgb(32 58 11 / 0.5);
}

.hover\:border-accent-950\/55:hover {
  border-color: rgb(32 58 11 / 0.55);
}

.hover\:border-accent-950\/60:hover {
  border-color: rgb(32 58 11 / 0.6);
}

.hover\:border-accent-950\/65:hover {
  border-color: rgb(32 58 11 / 0.65);
}

.hover\:border-accent-950\/70:hover {
  border-color: rgb(32 58 11 / 0.7);
}

.hover\:border-accent-950\/75:hover {
  border-color: rgb(32 58 11 / 0.75);
}

.hover\:border-accent-950\/80:hover {
  border-color: rgb(32 58 11 / 0.8);
}

.hover\:border-accent-950\/85:hover {
  border-color: rgb(32 58 11 / 0.85);
}

.hover\:border-accent-950\/90:hover {
  border-color: rgb(32 58 11 / 0.9);
}

.hover\:border-accent-950\/95:hover {
  border-color: rgb(32 58 11 / 0.95);
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.hover\:border-black\/0:hover {
  border-color: rgb(0 0 0 / 0);
}

.hover\:border-black\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}

.hover\:border-black\/100:hover {
  border-color: rgb(0 0 0 / 1);
}

.hover\:border-black\/15:hover {
  border-color: rgb(0 0 0 / 0.15);
}

.hover\:border-black\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}

.hover\:border-black\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}

.hover\:border-black\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}

.hover\:border-black\/35:hover {
  border-color: rgb(0 0 0 / 0.35);
}

.hover\:border-black\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-black\/45:hover {
  border-color: rgb(0 0 0 / 0.45);
}

.hover\:border-black\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}

.hover\:border-black\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}

.hover\:border-black\/55:hover {
  border-color: rgb(0 0 0 / 0.55);
}

.hover\:border-black\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-black\/65:hover {
  border-color: rgb(0 0 0 / 0.65);
}

.hover\:border-black\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}

.hover\:border-black\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}

.hover\:border-black\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}

.hover\:border-black\/85:hover {
  border-color: rgb(0 0 0 / 0.85);
}

.hover\:border-black\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}

.hover\:border-black\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}

.hover\:border-brand-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 227 255 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-100\/0:hover {
  border-color: rgb(233 227 255 / 0);
}

.hover\:border-brand-100\/10:hover {
  border-color: rgb(233 227 255 / 0.1);
}

.hover\:border-brand-100\/100:hover {
  border-color: rgb(233 227 255 / 1);
}

.hover\:border-brand-100\/15:hover {
  border-color: rgb(233 227 255 / 0.15);
}

.hover\:border-brand-100\/20:hover {
  border-color: rgb(233 227 255 / 0.2);
}

.hover\:border-brand-100\/25:hover {
  border-color: rgb(233 227 255 / 0.25);
}

.hover\:border-brand-100\/30:hover {
  border-color: rgb(233 227 255 / 0.3);
}

.hover\:border-brand-100\/35:hover {
  border-color: rgb(233 227 255 / 0.35);
}

.hover\:border-brand-100\/40:hover {
  border-color: rgb(233 227 255 / 0.4);
}

.hover\:border-brand-100\/45:hover {
  border-color: rgb(233 227 255 / 0.45);
}

.hover\:border-brand-100\/5:hover {
  border-color: rgb(233 227 255 / 0.05);
}

.hover\:border-brand-100\/50:hover {
  border-color: rgb(233 227 255 / 0.5);
}

.hover\:border-brand-100\/55:hover {
  border-color: rgb(233 227 255 / 0.55);
}

.hover\:border-brand-100\/60:hover {
  border-color: rgb(233 227 255 / 0.6);
}

.hover\:border-brand-100\/65:hover {
  border-color: rgb(233 227 255 / 0.65);
}

.hover\:border-brand-100\/70:hover {
  border-color: rgb(233 227 255 / 0.7);
}

.hover\:border-brand-100\/75:hover {
  border-color: rgb(233 227 255 / 0.75);
}

.hover\:border-brand-100\/80:hover {
  border-color: rgb(233 227 255 / 0.8);
}

.hover\:border-brand-100\/85:hover {
  border-color: rgb(233 227 255 / 0.85);
}

.hover\:border-brand-100\/90:hover {
  border-color: rgb(233 227 255 / 0.9);
}

.hover\:border-brand-100\/95:hover {
  border-color: rgb(233 227 255 / 0.95);
}

.hover\:border-brand-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(211 199 255 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-200\/0:hover {
  border-color: rgb(211 199 255 / 0);
}

.hover\:border-brand-200\/10:hover {
  border-color: rgb(211 199 255 / 0.1);
}

.hover\:border-brand-200\/100:hover {
  border-color: rgb(211 199 255 / 1);
}

.hover\:border-brand-200\/15:hover {
  border-color: rgb(211 199 255 / 0.15);
}

.hover\:border-brand-200\/20:hover {
  border-color: rgb(211 199 255 / 0.2);
}

.hover\:border-brand-200\/25:hover {
  border-color: rgb(211 199 255 / 0.25);
}

.hover\:border-brand-200\/30:hover {
  border-color: rgb(211 199 255 / 0.3);
}

.hover\:border-brand-200\/35:hover {
  border-color: rgb(211 199 255 / 0.35);
}

.hover\:border-brand-200\/40:hover {
  border-color: rgb(211 199 255 / 0.4);
}

.hover\:border-brand-200\/45:hover {
  border-color: rgb(211 199 255 / 0.45);
}

.hover\:border-brand-200\/5:hover {
  border-color: rgb(211 199 255 / 0.05);
}

.hover\:border-brand-200\/50:hover {
  border-color: rgb(211 199 255 / 0.5);
}

.hover\:border-brand-200\/55:hover {
  border-color: rgb(211 199 255 / 0.55);
}

.hover\:border-brand-200\/60:hover {
  border-color: rgb(211 199 255 / 0.6);
}

.hover\:border-brand-200\/65:hover {
  border-color: rgb(211 199 255 / 0.65);
}

.hover\:border-brand-200\/70:hover {
  border-color: rgb(211 199 255 / 0.7);
}

.hover\:border-brand-200\/75:hover {
  border-color: rgb(211 199 255 / 0.75);
}

.hover\:border-brand-200\/80:hover {
  border-color: rgb(211 199 255 / 0.8);
}

.hover\:border-brand-200\/85:hover {
  border-color: rgb(211 199 255 / 0.85);
}

.hover\:border-brand-200\/90:hover {
  border-color: rgb(211 199 255 / 0.9);
}

.hover\:border-brand-200\/95:hover {
  border-color: rgb(211 199 255 / 0.95);
}

.hover\:border-brand-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(183 154 255 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-300\/0:hover {
  border-color: rgb(183 154 255 / 0);
}

.hover\:border-brand-300\/10:hover {
  border-color: rgb(183 154 255 / 0.1);
}

.hover\:border-brand-300\/100:hover {
  border-color: rgb(183 154 255 / 1);
}

.hover\:border-brand-300\/15:hover {
  border-color: rgb(183 154 255 / 0.15);
}

.hover\:border-brand-300\/20:hover {
  border-color: rgb(183 154 255 / 0.2);
}

.hover\:border-brand-300\/25:hover {
  border-color: rgb(183 154 255 / 0.25);
}

.hover\:border-brand-300\/30:hover {
  border-color: rgb(183 154 255 / 0.3);
}

.hover\:border-brand-300\/35:hover {
  border-color: rgb(183 154 255 / 0.35);
}

.hover\:border-brand-300\/40:hover {
  border-color: rgb(183 154 255 / 0.4);
}

.hover\:border-brand-300\/45:hover {
  border-color: rgb(183 154 255 / 0.45);
}

.hover\:border-brand-300\/5:hover {
  border-color: rgb(183 154 255 / 0.05);
}

.hover\:border-brand-300\/50:hover {
  border-color: rgb(183 154 255 / 0.5);
}

.hover\:border-brand-300\/55:hover {
  border-color: rgb(183 154 255 / 0.55);
}

.hover\:border-brand-300\/60:hover {
  border-color: rgb(183 154 255 / 0.6);
}

.hover\:border-brand-300\/65:hover {
  border-color: rgb(183 154 255 / 0.65);
}

.hover\:border-brand-300\/70:hover {
  border-color: rgb(183 154 255 / 0.7);
}

.hover\:border-brand-300\/75:hover {
  border-color: rgb(183 154 255 / 0.75);
}

.hover\:border-brand-300\/80:hover {
  border-color: rgb(183 154 255 / 0.8);
}

.hover\:border-brand-300\/85:hover {
  border-color: rgb(183 154 255 / 0.85);
}

.hover\:border-brand-300\/90:hover {
  border-color: rgb(183 154 255 / 0.9);
}

.hover\:border-brand-300\/95:hover {
  border-color: rgb(183 154 255 / 0.95);
}

.hover\:border-brand-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(149 98 255 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-400\/0:hover {
  border-color: rgb(149 98 255 / 0);
}

.hover\:border-brand-400\/10:hover {
  border-color: rgb(149 98 255 / 0.1);
}

.hover\:border-brand-400\/100:hover {
  border-color: rgb(149 98 255 / 1);
}

.hover\:border-brand-400\/15:hover {
  border-color: rgb(149 98 255 / 0.15);
}

.hover\:border-brand-400\/20:hover {
  border-color: rgb(149 98 255 / 0.2);
}

.hover\:border-brand-400\/25:hover {
  border-color: rgb(149 98 255 / 0.25);
}

.hover\:border-brand-400\/30:hover {
  border-color: rgb(149 98 255 / 0.3);
}

.hover\:border-brand-400\/35:hover {
  border-color: rgb(149 98 255 / 0.35);
}

.hover\:border-brand-400\/40:hover {
  border-color: rgb(149 98 255 / 0.4);
}

.hover\:border-brand-400\/45:hover {
  border-color: rgb(149 98 255 / 0.45);
}

.hover\:border-brand-400\/5:hover {
  border-color: rgb(149 98 255 / 0.05);
}

.hover\:border-brand-400\/50:hover {
  border-color: rgb(149 98 255 / 0.5);
}

.hover\:border-brand-400\/55:hover {
  border-color: rgb(149 98 255 / 0.55);
}

.hover\:border-brand-400\/60:hover {
  border-color: rgb(149 98 255 / 0.6);
}

.hover\:border-brand-400\/65:hover {
  border-color: rgb(149 98 255 / 0.65);
}

.hover\:border-brand-400\/70:hover {
  border-color: rgb(149 98 255 / 0.7);
}

.hover\:border-brand-400\/75:hover {
  border-color: rgb(149 98 255 / 0.75);
}

.hover\:border-brand-400\/80:hover {
  border-color: rgb(149 98 255 / 0.8);
}

.hover\:border-brand-400\/85:hover {
  border-color: rgb(149 98 255 / 0.85);
}

.hover\:border-brand-400\/90:hover {
  border-color: rgb(149 98 255 / 0.9);
}

.hover\:border-brand-400\/95:hover {
  border-color: rgb(149 98 255 / 0.95);
}

.hover\:border-brand-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(244 241 255 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-50\/0:hover {
  border-color: rgb(244 241 255 / 0);
}

.hover\:border-brand-50\/10:hover {
  border-color: rgb(244 241 255 / 0.1);
}

.hover\:border-brand-50\/100:hover {
  border-color: rgb(244 241 255 / 1);
}

.hover\:border-brand-50\/15:hover {
  border-color: rgb(244 241 255 / 0.15);
}

.hover\:border-brand-50\/20:hover {
  border-color: rgb(244 241 255 / 0.2);
}

.hover\:border-brand-50\/25:hover {
  border-color: rgb(244 241 255 / 0.25);
}

.hover\:border-brand-50\/30:hover {
  border-color: rgb(244 241 255 / 0.3);
}

.hover\:border-brand-50\/35:hover {
  border-color: rgb(244 241 255 / 0.35);
}

.hover\:border-brand-50\/40:hover {
  border-color: rgb(244 241 255 / 0.4);
}

.hover\:border-brand-50\/45:hover {
  border-color: rgb(244 241 255 / 0.45);
}

.hover\:border-brand-50\/5:hover {
  border-color: rgb(244 241 255 / 0.05);
}

.hover\:border-brand-50\/50:hover {
  border-color: rgb(244 241 255 / 0.5);
}

.hover\:border-brand-50\/55:hover {
  border-color: rgb(244 241 255 / 0.55);
}

.hover\:border-brand-50\/60:hover {
  border-color: rgb(244 241 255 / 0.6);
}

.hover\:border-brand-50\/65:hover {
  border-color: rgb(244 241 255 / 0.65);
}

.hover\:border-brand-50\/70:hover {
  border-color: rgb(244 241 255 / 0.7);
}

.hover\:border-brand-50\/75:hover {
  border-color: rgb(244 241 255 / 0.75);
}

.hover\:border-brand-50\/80:hover {
  border-color: rgb(244 241 255 / 0.8);
}

.hover\:border-brand-50\/85:hover {
  border-color: rgb(244 241 255 / 0.85);
}

.hover\:border-brand-50\/90:hover {
  border-color: rgb(244 241 255 / 0.9);
}

.hover\:border-brand-50\/95:hover {
  border-color: rgb(244 241 255 / 0.95);
}

.hover\:border-brand-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(78 28 209 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-500\/0:hover {
  border-color: rgb(78 28 209 / 0);
}

.hover\:border-brand-500\/10:hover {
  border-color: rgb(78 28 209 / 0.1);
}

.hover\:border-brand-500\/100:hover {
  border-color: rgb(78 28 209 / 1);
}

.hover\:border-brand-500\/15:hover {
  border-color: rgb(78 28 209 / 0.15);
}

.hover\:border-brand-500\/20:hover {
  border-color: rgb(78 28 209 / 0.2);
}

.hover\:border-brand-500\/25:hover {
  border-color: rgb(78 28 209 / 0.25);
}

.hover\:border-brand-500\/30:hover {
  border-color: rgb(78 28 209 / 0.3);
}

.hover\:border-brand-500\/35:hover {
  border-color: rgb(78 28 209 / 0.35);
}

.hover\:border-brand-500\/40:hover {
  border-color: rgb(78 28 209 / 0.4);
}

.hover\:border-brand-500\/45:hover {
  border-color: rgb(78 28 209 / 0.45);
}

.hover\:border-brand-500\/5:hover {
  border-color: rgb(78 28 209 / 0.05);
}

.hover\:border-brand-500\/50:hover {
  border-color: rgb(78 28 209 / 0.5);
}

.hover\:border-brand-500\/55:hover {
  border-color: rgb(78 28 209 / 0.55);
}

.hover\:border-brand-500\/60:hover {
  border-color: rgb(78 28 209 / 0.6);
}

.hover\:border-brand-500\/65:hover {
  border-color: rgb(78 28 209 / 0.65);
}

.hover\:border-brand-500\/70:hover {
  border-color: rgb(78 28 209 / 0.7);
}

.hover\:border-brand-500\/75:hover {
  border-color: rgb(78 28 209 / 0.75);
}

.hover\:border-brand-500\/80:hover {
  border-color: rgb(78 28 209 / 0.8);
}

.hover\:border-brand-500\/85:hover {
  border-color: rgb(78 28 209 / 0.85);
}

.hover\:border-brand-500\/90:hover {
  border-color: rgb(78 28 209 / 0.9);
}

.hover\:border-brand-500\/95:hover {
  border-color: rgb(78 28 209 / 0.95);
}

.hover\:border-brand-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(65 21 181 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-600\/0:hover {
  border-color: rgb(65 21 181 / 0);
}

.hover\:border-brand-600\/10:hover {
  border-color: rgb(65 21 181 / 0.1);
}

.hover\:border-brand-600\/100:hover {
  border-color: rgb(65 21 181 / 1);
}

.hover\:border-brand-600\/15:hover {
  border-color: rgb(65 21 181 / 0.15);
}

.hover\:border-brand-600\/20:hover {
  border-color: rgb(65 21 181 / 0.2);
}

.hover\:border-brand-600\/25:hover {
  border-color: rgb(65 21 181 / 0.25);
}

.hover\:border-brand-600\/30:hover {
  border-color: rgb(65 21 181 / 0.3);
}

.hover\:border-brand-600\/35:hover {
  border-color: rgb(65 21 181 / 0.35);
}

.hover\:border-brand-600\/40:hover {
  border-color: rgb(65 21 181 / 0.4);
}

.hover\:border-brand-600\/45:hover {
  border-color: rgb(65 21 181 / 0.45);
}

.hover\:border-brand-600\/5:hover {
  border-color: rgb(65 21 181 / 0.05);
}

.hover\:border-brand-600\/50:hover {
  border-color: rgb(65 21 181 / 0.5);
}

.hover\:border-brand-600\/55:hover {
  border-color: rgb(65 21 181 / 0.55);
}

.hover\:border-brand-600\/60:hover {
  border-color: rgb(65 21 181 / 0.6);
}

.hover\:border-brand-600\/65:hover {
  border-color: rgb(65 21 181 / 0.65);
}

.hover\:border-brand-600\/70:hover {
  border-color: rgb(65 21 181 / 0.7);
}

.hover\:border-brand-600\/75:hover {
  border-color: rgb(65 21 181 / 0.75);
}

.hover\:border-brand-600\/80:hover {
  border-color: rgb(65 21 181 / 0.8);
}

.hover\:border-brand-600\/85:hover {
  border-color: rgb(65 21 181 / 0.85);
}

.hover\:border-brand-600\/90:hover {
  border-color: rgb(65 21 181 / 0.9);
}

.hover\:border-brand-600\/95:hover {
  border-color: rgb(65 21 181 / 0.95);
}

.hover\:border-brand-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(54 16 150 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-700\/0:hover {
  border-color: rgb(54 16 150 / 0);
}

.hover\:border-brand-700\/10:hover {
  border-color: rgb(54 16 150 / 0.1);
}

.hover\:border-brand-700\/100:hover {
  border-color: rgb(54 16 150 / 1);
}

.hover\:border-brand-700\/15:hover {
  border-color: rgb(54 16 150 / 0.15);
}

.hover\:border-brand-700\/20:hover {
  border-color: rgb(54 16 150 / 0.2);
}

.hover\:border-brand-700\/25:hover {
  border-color: rgb(54 16 150 / 0.25);
}

.hover\:border-brand-700\/30:hover {
  border-color: rgb(54 16 150 / 0.3);
}

.hover\:border-brand-700\/35:hover {
  border-color: rgb(54 16 150 / 0.35);
}

.hover\:border-brand-700\/40:hover {
  border-color: rgb(54 16 150 / 0.4);
}

.hover\:border-brand-700\/45:hover {
  border-color: rgb(54 16 150 / 0.45);
}

.hover\:border-brand-700\/5:hover {
  border-color: rgb(54 16 150 / 0.05);
}

.hover\:border-brand-700\/50:hover {
  border-color: rgb(54 16 150 / 0.5);
}

.hover\:border-brand-700\/55:hover {
  border-color: rgb(54 16 150 / 0.55);
}

.hover\:border-brand-700\/60:hover {
  border-color: rgb(54 16 150 / 0.6);
}

.hover\:border-brand-700\/65:hover {
  border-color: rgb(54 16 150 / 0.65);
}

.hover\:border-brand-700\/70:hover {
  border-color: rgb(54 16 150 / 0.7);
}

.hover\:border-brand-700\/75:hover {
  border-color: rgb(54 16 150 / 0.75);
}

.hover\:border-brand-700\/80:hover {
  border-color: rgb(54 16 150 / 0.8);
}

.hover\:border-brand-700\/85:hover {
  border-color: rgb(54 16 150 / 0.85);
}

.hover\:border-brand-700\/90:hover {
  border-color: rgb(54 16 150 / 0.9);
}

.hover\:border-brand-700\/95:hover {
  border-color: rgb(54 16 150 / 0.95);
}

.hover\:border-brand-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 120 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-800\/0:hover {
  border-color: rgb(46 16 120 / 0);
}

.hover\:border-brand-800\/10:hover {
  border-color: rgb(46 16 120 / 0.1);
}

.hover\:border-brand-800\/100:hover {
  border-color: rgb(46 16 120 / 1);
}

.hover\:border-brand-800\/15:hover {
  border-color: rgb(46 16 120 / 0.15);
}

.hover\:border-brand-800\/20:hover {
  border-color: rgb(46 16 120 / 0.2);
}

.hover\:border-brand-800\/25:hover {
  border-color: rgb(46 16 120 / 0.25);
}

.hover\:border-brand-800\/30:hover {
  border-color: rgb(46 16 120 / 0.3);
}

.hover\:border-brand-800\/35:hover {
  border-color: rgb(46 16 120 / 0.35);
}

.hover\:border-brand-800\/40:hover {
  border-color: rgb(46 16 120 / 0.4);
}

.hover\:border-brand-800\/45:hover {
  border-color: rgb(46 16 120 / 0.45);
}

.hover\:border-brand-800\/5:hover {
  border-color: rgb(46 16 120 / 0.05);
}

.hover\:border-brand-800\/50:hover {
  border-color: rgb(46 16 120 / 0.5);
}

.hover\:border-brand-800\/55:hover {
  border-color: rgb(46 16 120 / 0.55);
}

.hover\:border-brand-800\/60:hover {
  border-color: rgb(46 16 120 / 0.6);
}

.hover\:border-brand-800\/65:hover {
  border-color: rgb(46 16 120 / 0.65);
}

.hover\:border-brand-800\/70:hover {
  border-color: rgb(46 16 120 / 0.7);
}

.hover\:border-brand-800\/75:hover {
  border-color: rgb(46 16 120 / 0.75);
}

.hover\:border-brand-800\/80:hover {
  border-color: rgb(46 16 120 / 0.8);
}

.hover\:border-brand-800\/85:hover {
  border-color: rgb(46 16 120 / 0.85);
}

.hover\:border-brand-800\/90:hover {
  border-color: rgb(46 16 120 / 0.9);
}

.hover\:border-brand-800\/95:hover {
  border-color: rgb(46 16 120 / 0.95);
}

.hover\:border-brand-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(39 15 98 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-900\/0:hover {
  border-color: rgb(39 15 98 / 0);
}

.hover\:border-brand-900\/10:hover {
  border-color: rgb(39 15 98 / 0.1);
}

.hover\:border-brand-900\/100:hover {
  border-color: rgb(39 15 98 / 1);
}

.hover\:border-brand-900\/15:hover {
  border-color: rgb(39 15 98 / 0.15);
}

.hover\:border-brand-900\/20:hover {
  border-color: rgb(39 15 98 / 0.2);
}

.hover\:border-brand-900\/25:hover {
  border-color: rgb(39 15 98 / 0.25);
}

.hover\:border-brand-900\/30:hover {
  border-color: rgb(39 15 98 / 0.3);
}

.hover\:border-brand-900\/35:hover {
  border-color: rgb(39 15 98 / 0.35);
}

.hover\:border-brand-900\/40:hover {
  border-color: rgb(39 15 98 / 0.4);
}

.hover\:border-brand-900\/45:hover {
  border-color: rgb(39 15 98 / 0.45);
}

.hover\:border-brand-900\/5:hover {
  border-color: rgb(39 15 98 / 0.05);
}

.hover\:border-brand-900\/50:hover {
  border-color: rgb(39 15 98 / 0.5);
}

.hover\:border-brand-900\/55:hover {
  border-color: rgb(39 15 98 / 0.55);
}

.hover\:border-brand-900\/60:hover {
  border-color: rgb(39 15 98 / 0.6);
}

.hover\:border-brand-900\/65:hover {
  border-color: rgb(39 15 98 / 0.65);
}

.hover\:border-brand-900\/70:hover {
  border-color: rgb(39 15 98 / 0.7);
}

.hover\:border-brand-900\/75:hover {
  border-color: rgb(39 15 98 / 0.75);
}

.hover\:border-brand-900\/80:hover {
  border-color: rgb(39 15 98 / 0.8);
}

.hover\:border-brand-900\/85:hover {
  border-color: rgb(39 15 98 / 0.85);
}

.hover\:border-brand-900\/90:hover {
  border-color: rgb(39 15 98 / 0.9);
}

.hover\:border-brand-900\/95:hover {
  border-color: rgb(39 15 98 / 0.95);
}

.hover\:border-brand-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(22 5 58 / var(--tw-border-opacity, 1));
}

.hover\:border-brand-950\/0:hover {
  border-color: rgb(22 5 58 / 0);
}

.hover\:border-brand-950\/10:hover {
  border-color: rgb(22 5 58 / 0.1);
}

.hover\:border-brand-950\/100:hover {
  border-color: rgb(22 5 58 / 1);
}

.hover\:border-brand-950\/15:hover {
  border-color: rgb(22 5 58 / 0.15);
}

.hover\:border-brand-950\/20:hover {
  border-color: rgb(22 5 58 / 0.2);
}

.hover\:border-brand-950\/25:hover {
  border-color: rgb(22 5 58 / 0.25);
}

.hover\:border-brand-950\/30:hover {
  border-color: rgb(22 5 58 / 0.3);
}

.hover\:border-brand-950\/35:hover {
  border-color: rgb(22 5 58 / 0.35);
}

.hover\:border-brand-950\/40:hover {
  border-color: rgb(22 5 58 / 0.4);
}

.hover\:border-brand-950\/45:hover {
  border-color: rgb(22 5 58 / 0.45);
}

.hover\:border-brand-950\/5:hover {
  border-color: rgb(22 5 58 / 0.05);
}

.hover\:border-brand-950\/50:hover {
  border-color: rgb(22 5 58 / 0.5);
}

.hover\:border-brand-950\/55:hover {
  border-color: rgb(22 5 58 / 0.55);
}

.hover\:border-brand-950\/60:hover {
  border-color: rgb(22 5 58 / 0.6);
}

.hover\:border-brand-950\/65:hover {
  border-color: rgb(22 5 58 / 0.65);
}

.hover\:border-brand-950\/70:hover {
  border-color: rgb(22 5 58 / 0.7);
}

.hover\:border-brand-950\/75:hover {
  border-color: rgb(22 5 58 / 0.75);
}

.hover\:border-brand-950\/80:hover {
  border-color: rgb(22 5 58 / 0.8);
}

.hover\:border-brand-950\/85:hover {
  border-color: rgb(22 5 58 / 0.85);
}

.hover\:border-brand-950\/90:hover {
  border-color: rgb(22 5 58 / 0.9);
}

.hover\:border-brand-950\/95:hover {
  border-color: rgb(22 5 58 / 0.95);
}

.hover\:border-neutral-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(246 245 244 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-100\/0:hover {
  border-color: rgb(246 245 244 / 0);
}

.hover\:border-neutral-100\/10:hover {
  border-color: rgb(246 245 244 / 0.1);
}

.hover\:border-neutral-100\/100:hover {
  border-color: rgb(246 245 244 / 1);
}

.hover\:border-neutral-100\/15:hover {
  border-color: rgb(246 245 244 / 0.15);
}

.hover\:border-neutral-100\/20:hover {
  border-color: rgb(246 245 244 / 0.2);
}

.hover\:border-neutral-100\/25:hover {
  border-color: rgb(246 245 244 / 0.25);
}

.hover\:border-neutral-100\/30:hover {
  border-color: rgb(246 245 244 / 0.3);
}

.hover\:border-neutral-100\/35:hover {
  border-color: rgb(246 245 244 / 0.35);
}

.hover\:border-neutral-100\/40:hover {
  border-color: rgb(246 245 244 / 0.4);
}

.hover\:border-neutral-100\/45:hover {
  border-color: rgb(246 245 244 / 0.45);
}

.hover\:border-neutral-100\/5:hover {
  border-color: rgb(246 245 244 / 0.05);
}

.hover\:border-neutral-100\/50:hover {
  border-color: rgb(246 245 244 / 0.5);
}

.hover\:border-neutral-100\/55:hover {
  border-color: rgb(246 245 244 / 0.55);
}

.hover\:border-neutral-100\/60:hover {
  border-color: rgb(246 245 244 / 0.6);
}

.hover\:border-neutral-100\/65:hover {
  border-color: rgb(246 245 244 / 0.65);
}

.hover\:border-neutral-100\/70:hover {
  border-color: rgb(246 245 244 / 0.7);
}

.hover\:border-neutral-100\/75:hover {
  border-color: rgb(246 245 244 / 0.75);
}

.hover\:border-neutral-100\/80:hover {
  border-color: rgb(246 245 244 / 0.8);
}

.hover\:border-neutral-100\/85:hover {
  border-color: rgb(246 245 244 / 0.85);
}

.hover\:border-neutral-100\/90:hover {
  border-color: rgb(246 245 244 / 0.9);
}

.hover\:border-neutral-100\/95:hover {
  border-color: rgb(246 245 244 / 0.95);
}

.hover\:border-neutral-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 230 227 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-200\/0:hover {
  border-color: rgb(233 230 227 / 0);
}

.hover\:border-neutral-200\/10:hover {
  border-color: rgb(233 230 227 / 0.1);
}

.hover\:border-neutral-200\/100:hover {
  border-color: rgb(233 230 227 / 1);
}

.hover\:border-neutral-200\/15:hover {
  border-color: rgb(233 230 227 / 0.15);
}

.hover\:border-neutral-200\/20:hover {
  border-color: rgb(233 230 227 / 0.2);
}

.hover\:border-neutral-200\/25:hover {
  border-color: rgb(233 230 227 / 0.25);
}

.hover\:border-neutral-200\/30:hover {
  border-color: rgb(233 230 227 / 0.3);
}

.hover\:border-neutral-200\/35:hover {
  border-color: rgb(233 230 227 / 0.35);
}

.hover\:border-neutral-200\/40:hover {
  border-color: rgb(233 230 227 / 0.4);
}

.hover\:border-neutral-200\/45:hover {
  border-color: rgb(233 230 227 / 0.45);
}

.hover\:border-neutral-200\/5:hover {
  border-color: rgb(233 230 227 / 0.05);
}

.hover\:border-neutral-200\/50:hover {
  border-color: rgb(233 230 227 / 0.5);
}

.hover\:border-neutral-200\/55:hover {
  border-color: rgb(233 230 227 / 0.55);
}

.hover\:border-neutral-200\/60:hover {
  border-color: rgb(233 230 227 / 0.6);
}

.hover\:border-neutral-200\/65:hover {
  border-color: rgb(233 230 227 / 0.65);
}

.hover\:border-neutral-200\/70:hover {
  border-color: rgb(233 230 227 / 0.7);
}

.hover\:border-neutral-200\/75:hover {
  border-color: rgb(233 230 227 / 0.75);
}

.hover\:border-neutral-200\/80:hover {
  border-color: rgb(233 230 227 / 0.8);
}

.hover\:border-neutral-200\/85:hover {
  border-color: rgb(233 230 227 / 0.85);
}

.hover\:border-neutral-200\/90:hover {
  border-color: rgb(233 230 227 / 0.9);
}

.hover\:border-neutral-200\/95:hover {
  border-color: rgb(233 230 227 / 0.95);
}

.hover\:border-neutral-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(215 210 205 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-300\/0:hover {
  border-color: rgb(215 210 205 / 0);
}

.hover\:border-neutral-300\/10:hover {
  border-color: rgb(215 210 205 / 0.1);
}

.hover\:border-neutral-300\/100:hover {
  border-color: rgb(215 210 205 / 1);
}

.hover\:border-neutral-300\/15:hover {
  border-color: rgb(215 210 205 / 0.15);
}

.hover\:border-neutral-300\/20:hover {
  border-color: rgb(215 210 205 / 0.2);
}

.hover\:border-neutral-300\/25:hover {
  border-color: rgb(215 210 205 / 0.25);
}

.hover\:border-neutral-300\/30:hover {
  border-color: rgb(215 210 205 / 0.3);
}

.hover\:border-neutral-300\/35:hover {
  border-color: rgb(215 210 205 / 0.35);
}

.hover\:border-neutral-300\/40:hover {
  border-color: rgb(215 210 205 / 0.4);
}

.hover\:border-neutral-300\/45:hover {
  border-color: rgb(215 210 205 / 0.45);
}

.hover\:border-neutral-300\/5:hover {
  border-color: rgb(215 210 205 / 0.05);
}

.hover\:border-neutral-300\/50:hover {
  border-color: rgb(215 210 205 / 0.5);
}

.hover\:border-neutral-300\/55:hover {
  border-color: rgb(215 210 205 / 0.55);
}

.hover\:border-neutral-300\/60:hover {
  border-color: rgb(215 210 205 / 0.6);
}

.hover\:border-neutral-300\/65:hover {
  border-color: rgb(215 210 205 / 0.65);
}

.hover\:border-neutral-300\/70:hover {
  border-color: rgb(215 210 205 / 0.7);
}

.hover\:border-neutral-300\/75:hover {
  border-color: rgb(215 210 205 / 0.75);
}

.hover\:border-neutral-300\/80:hover {
  border-color: rgb(215 210 205 / 0.8);
}

.hover\:border-neutral-300\/85:hover {
  border-color: rgb(215 210 205 / 0.85);
}

.hover\:border-neutral-300\/90:hover {
  border-color: rgb(215 210 205 / 0.9);
}

.hover\:border-neutral-300\/95:hover {
  border-color: rgb(215 210 205 / 0.95);
}

.hover\:border-neutral-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(175 168 161 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-400\/0:hover {
  border-color: rgb(175 168 161 / 0);
}

.hover\:border-neutral-400\/10:hover {
  border-color: rgb(175 168 161 / 0.1);
}

.hover\:border-neutral-400\/100:hover {
  border-color: rgb(175 168 161 / 1);
}

.hover\:border-neutral-400\/15:hover {
  border-color: rgb(175 168 161 / 0.15);
}

.hover\:border-neutral-400\/20:hover {
  border-color: rgb(175 168 161 / 0.2);
}

.hover\:border-neutral-400\/25:hover {
  border-color: rgb(175 168 161 / 0.25);
}

.hover\:border-neutral-400\/30:hover {
  border-color: rgb(175 168 161 / 0.3);
}

.hover\:border-neutral-400\/35:hover {
  border-color: rgb(175 168 161 / 0.35);
}

.hover\:border-neutral-400\/40:hover {
  border-color: rgb(175 168 161 / 0.4);
}

.hover\:border-neutral-400\/45:hover {
  border-color: rgb(175 168 161 / 0.45);
}

.hover\:border-neutral-400\/5:hover {
  border-color: rgb(175 168 161 / 0.05);
}

.hover\:border-neutral-400\/50:hover {
  border-color: rgb(175 168 161 / 0.5);
}

.hover\:border-neutral-400\/55:hover {
  border-color: rgb(175 168 161 / 0.55);
}

.hover\:border-neutral-400\/60:hover {
  border-color: rgb(175 168 161 / 0.6);
}

.hover\:border-neutral-400\/65:hover {
  border-color: rgb(175 168 161 / 0.65);
}

.hover\:border-neutral-400\/70:hover {
  border-color: rgb(175 168 161 / 0.7);
}

.hover\:border-neutral-400\/75:hover {
  border-color: rgb(175 168 161 / 0.75);
}

.hover\:border-neutral-400\/80:hover {
  border-color: rgb(175 168 161 / 0.8);
}

.hover\:border-neutral-400\/85:hover {
  border-color: rgb(175 168 161 / 0.85);
}

.hover\:border-neutral-400\/90:hover {
  border-color: rgb(175 168 161 / 0.9);
}

.hover\:border-neutral-400\/95:hover {
  border-color: rgb(175 168 161 / 0.95);
}

.hover\:border-neutral-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 250 249 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-50\/0:hover {
  border-color: rgb(251 250 249 / 0);
}

.hover\:border-neutral-50\/10:hover {
  border-color: rgb(251 250 249 / 0.1);
}

.hover\:border-neutral-50\/100:hover {
  border-color: rgb(251 250 249 / 1);
}

.hover\:border-neutral-50\/15:hover {
  border-color: rgb(251 250 249 / 0.15);
}

.hover\:border-neutral-50\/20:hover {
  border-color: rgb(251 250 249 / 0.2);
}

.hover\:border-neutral-50\/25:hover {
  border-color: rgb(251 250 249 / 0.25);
}

.hover\:border-neutral-50\/30:hover {
  border-color: rgb(251 250 249 / 0.3);
}

.hover\:border-neutral-50\/35:hover {
  border-color: rgb(251 250 249 / 0.35);
}

.hover\:border-neutral-50\/40:hover {
  border-color: rgb(251 250 249 / 0.4);
}

.hover\:border-neutral-50\/45:hover {
  border-color: rgb(251 250 249 / 0.45);
}

.hover\:border-neutral-50\/5:hover {
  border-color: rgb(251 250 249 / 0.05);
}

.hover\:border-neutral-50\/50:hover {
  border-color: rgb(251 250 249 / 0.5);
}

.hover\:border-neutral-50\/55:hover {
  border-color: rgb(251 250 249 / 0.55);
}

.hover\:border-neutral-50\/60:hover {
  border-color: rgb(251 250 249 / 0.6);
}

.hover\:border-neutral-50\/65:hover {
  border-color: rgb(251 250 249 / 0.65);
}

.hover\:border-neutral-50\/70:hover {
  border-color: rgb(251 250 249 / 0.7);
}

.hover\:border-neutral-50\/75:hover {
  border-color: rgb(251 250 249 / 0.75);
}

.hover\:border-neutral-50\/80:hover {
  border-color: rgb(251 250 249 / 0.8);
}

.hover\:border-neutral-50\/85:hover {
  border-color: rgb(251 250 249 / 0.85);
}

.hover\:border-neutral-50\/90:hover {
  border-color: rgb(251 250 249 / 0.9);
}

.hover\:border-neutral-50\/95:hover {
  border-color: rgb(251 250 249 / 0.95);
}

.hover\:border-neutral-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(129 121 113 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-500\/0:hover {
  border-color: rgb(129 121 113 / 0);
}

.hover\:border-neutral-500\/10:hover {
  border-color: rgb(129 121 113 / 0.1);
}

.hover\:border-neutral-500\/100:hover {
  border-color: rgb(129 121 113 / 1);
}

.hover\:border-neutral-500\/15:hover {
  border-color: rgb(129 121 113 / 0.15);
}

.hover\:border-neutral-500\/20:hover {
  border-color: rgb(129 121 113 / 0.2);
}

.hover\:border-neutral-500\/25:hover {
  border-color: rgb(129 121 113 / 0.25);
}

.hover\:border-neutral-500\/30:hover {
  border-color: rgb(129 121 113 / 0.3);
}

.hover\:border-neutral-500\/35:hover {
  border-color: rgb(129 121 113 / 0.35);
}

.hover\:border-neutral-500\/40:hover {
  border-color: rgb(129 121 113 / 0.4);
}

.hover\:border-neutral-500\/45:hover {
  border-color: rgb(129 121 113 / 0.45);
}

.hover\:border-neutral-500\/5:hover {
  border-color: rgb(129 121 113 / 0.05);
}

.hover\:border-neutral-500\/50:hover {
  border-color: rgb(129 121 113 / 0.5);
}

.hover\:border-neutral-500\/55:hover {
  border-color: rgb(129 121 113 / 0.55);
}

.hover\:border-neutral-500\/60:hover {
  border-color: rgb(129 121 113 / 0.6);
}

.hover\:border-neutral-500\/65:hover {
  border-color: rgb(129 121 113 / 0.65);
}

.hover\:border-neutral-500\/70:hover {
  border-color: rgb(129 121 113 / 0.7);
}

.hover\:border-neutral-500\/75:hover {
  border-color: rgb(129 121 113 / 0.75);
}

.hover\:border-neutral-500\/80:hover {
  border-color: rgb(129 121 113 / 0.8);
}

.hover\:border-neutral-500\/85:hover {
  border-color: rgb(129 121 113 / 0.85);
}

.hover\:border-neutral-500\/90:hover {
  border-color: rgb(129 121 113 / 0.9);
}

.hover\:border-neutral-500\/95:hover {
  border-color: rgb(129 121 113 / 0.95);
}

.hover\:border-neutral-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(96 89 82 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-600\/0:hover {
  border-color: rgb(96 89 82 / 0);
}

.hover\:border-neutral-600\/10:hover {
  border-color: rgb(96 89 82 / 0.1);
}

.hover\:border-neutral-600\/100:hover {
  border-color: rgb(96 89 82 / 1);
}

.hover\:border-neutral-600\/15:hover {
  border-color: rgb(96 89 82 / 0.15);
}

.hover\:border-neutral-600\/20:hover {
  border-color: rgb(96 89 82 / 0.2);
}

.hover\:border-neutral-600\/25:hover {
  border-color: rgb(96 89 82 / 0.25);
}

.hover\:border-neutral-600\/30:hover {
  border-color: rgb(96 89 82 / 0.3);
}

.hover\:border-neutral-600\/35:hover {
  border-color: rgb(96 89 82 / 0.35);
}

.hover\:border-neutral-600\/40:hover {
  border-color: rgb(96 89 82 / 0.4);
}

.hover\:border-neutral-600\/45:hover {
  border-color: rgb(96 89 82 / 0.45);
}

.hover\:border-neutral-600\/5:hover {
  border-color: rgb(96 89 82 / 0.05);
}

.hover\:border-neutral-600\/50:hover {
  border-color: rgb(96 89 82 / 0.5);
}

.hover\:border-neutral-600\/55:hover {
  border-color: rgb(96 89 82 / 0.55);
}

.hover\:border-neutral-600\/60:hover {
  border-color: rgb(96 89 82 / 0.6);
}

.hover\:border-neutral-600\/65:hover {
  border-color: rgb(96 89 82 / 0.65);
}

.hover\:border-neutral-600\/70:hover {
  border-color: rgb(96 89 82 / 0.7);
}

.hover\:border-neutral-600\/75:hover {
  border-color: rgb(96 89 82 / 0.75);
}

.hover\:border-neutral-600\/80:hover {
  border-color: rgb(96 89 82 / 0.8);
}

.hover\:border-neutral-600\/85:hover {
  border-color: rgb(96 89 82 / 0.85);
}

.hover\:border-neutral-600\/90:hover {
  border-color: rgb(96 89 82 / 0.9);
}

.hover\:border-neutral-600\/95:hover {
  border-color: rgb(96 89 82 / 0.95);
}

.hover\:border-neutral-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(73 68 63 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-700\/0:hover {
  border-color: rgb(73 68 63 / 0);
}

.hover\:border-neutral-700\/10:hover {
  border-color: rgb(73 68 63 / 0.1);
}

.hover\:border-neutral-700\/100:hover {
  border-color: rgb(73 68 63 / 1);
}

.hover\:border-neutral-700\/15:hover {
  border-color: rgb(73 68 63 / 0.15);
}

.hover\:border-neutral-700\/20:hover {
  border-color: rgb(73 68 63 / 0.2);
}

.hover\:border-neutral-700\/25:hover {
  border-color: rgb(73 68 63 / 0.25);
}

.hover\:border-neutral-700\/30:hover {
  border-color: rgb(73 68 63 / 0.3);
}

.hover\:border-neutral-700\/35:hover {
  border-color: rgb(73 68 63 / 0.35);
}

.hover\:border-neutral-700\/40:hover {
  border-color: rgb(73 68 63 / 0.4);
}

.hover\:border-neutral-700\/45:hover {
  border-color: rgb(73 68 63 / 0.45);
}

.hover\:border-neutral-700\/5:hover {
  border-color: rgb(73 68 63 / 0.05);
}

.hover\:border-neutral-700\/50:hover {
  border-color: rgb(73 68 63 / 0.5);
}

.hover\:border-neutral-700\/55:hover {
  border-color: rgb(73 68 63 / 0.55);
}

.hover\:border-neutral-700\/60:hover {
  border-color: rgb(73 68 63 / 0.6);
}

.hover\:border-neutral-700\/65:hover {
  border-color: rgb(73 68 63 / 0.65);
}

.hover\:border-neutral-700\/70:hover {
  border-color: rgb(73 68 63 / 0.7);
}

.hover\:border-neutral-700\/75:hover {
  border-color: rgb(73 68 63 / 0.75);
}

.hover\:border-neutral-700\/80:hover {
  border-color: rgb(73 68 63 / 0.8);
}

.hover\:border-neutral-700\/85:hover {
  border-color: rgb(73 68 63 / 0.85);
}

.hover\:border-neutral-700\/90:hover {
  border-color: rgb(73 68 63 / 0.9);
}

.hover\:border-neutral-700\/95:hover {
  border-color: rgb(73 68 63 / 0.95);
}

.hover\:border-neutral-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(48 45 42 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-800\/0:hover {
  border-color: rgb(48 45 42 / 0);
}

.hover\:border-neutral-800\/10:hover {
  border-color: rgb(48 45 42 / 0.1);
}

.hover\:border-neutral-800\/100:hover {
  border-color: rgb(48 45 42 / 1);
}

.hover\:border-neutral-800\/15:hover {
  border-color: rgb(48 45 42 / 0.15);
}

.hover\:border-neutral-800\/20:hover {
  border-color: rgb(48 45 42 / 0.2);
}

.hover\:border-neutral-800\/25:hover {
  border-color: rgb(48 45 42 / 0.25);
}

.hover\:border-neutral-800\/30:hover {
  border-color: rgb(48 45 42 / 0.3);
}

.hover\:border-neutral-800\/35:hover {
  border-color: rgb(48 45 42 / 0.35);
}

.hover\:border-neutral-800\/40:hover {
  border-color: rgb(48 45 42 / 0.4);
}

.hover\:border-neutral-800\/45:hover {
  border-color: rgb(48 45 42 / 0.45);
}

.hover\:border-neutral-800\/5:hover {
  border-color: rgb(48 45 42 / 0.05);
}

.hover\:border-neutral-800\/50:hover {
  border-color: rgb(48 45 42 / 0.5);
}

.hover\:border-neutral-800\/55:hover {
  border-color: rgb(48 45 42 / 0.55);
}

.hover\:border-neutral-800\/60:hover {
  border-color: rgb(48 45 42 / 0.6);
}

.hover\:border-neutral-800\/65:hover {
  border-color: rgb(48 45 42 / 0.65);
}

.hover\:border-neutral-800\/70:hover {
  border-color: rgb(48 45 42 / 0.7);
}

.hover\:border-neutral-800\/75:hover {
  border-color: rgb(48 45 42 / 0.75);
}

.hover\:border-neutral-800\/80:hover {
  border-color: rgb(48 45 42 / 0.8);
}

.hover\:border-neutral-800\/85:hover {
  border-color: rgb(48 45 42 / 0.85);
}

.hover\:border-neutral-800\/90:hover {
  border-color: rgb(48 45 42 / 0.9);
}

.hover\:border-neutral-800\/95:hover {
  border-color: rgb(48 45 42 / 0.95);
}

.hover\:border-neutral-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(33 31 29 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-900\/0:hover {
  border-color: rgb(33 31 29 / 0);
}

.hover\:border-neutral-900\/10:hover {
  border-color: rgb(33 31 29 / 0.1);
}

.hover\:border-neutral-900\/100:hover {
  border-color: rgb(33 31 29 / 1);
}

.hover\:border-neutral-900\/15:hover {
  border-color: rgb(33 31 29 / 0.15);
}

.hover\:border-neutral-900\/20:hover {
  border-color: rgb(33 31 29 / 0.2);
}

.hover\:border-neutral-900\/25:hover {
  border-color: rgb(33 31 29 / 0.25);
}

.hover\:border-neutral-900\/30:hover {
  border-color: rgb(33 31 29 / 0.3);
}

.hover\:border-neutral-900\/35:hover {
  border-color: rgb(33 31 29 / 0.35);
}

.hover\:border-neutral-900\/40:hover {
  border-color: rgb(33 31 29 / 0.4);
}

.hover\:border-neutral-900\/45:hover {
  border-color: rgb(33 31 29 / 0.45);
}

.hover\:border-neutral-900\/5:hover {
  border-color: rgb(33 31 29 / 0.05);
}

.hover\:border-neutral-900\/50:hover {
  border-color: rgb(33 31 29 / 0.5);
}

.hover\:border-neutral-900\/55:hover {
  border-color: rgb(33 31 29 / 0.55);
}

.hover\:border-neutral-900\/60:hover {
  border-color: rgb(33 31 29 / 0.6);
}

.hover\:border-neutral-900\/65:hover {
  border-color: rgb(33 31 29 / 0.65);
}

.hover\:border-neutral-900\/70:hover {
  border-color: rgb(33 31 29 / 0.7);
}

.hover\:border-neutral-900\/75:hover {
  border-color: rgb(33 31 29 / 0.75);
}

.hover\:border-neutral-900\/80:hover {
  border-color: rgb(33 31 29 / 0.8);
}

.hover\:border-neutral-900\/85:hover {
  border-color: rgb(33 31 29 / 0.85);
}

.hover\:border-neutral-900\/90:hover {
  border-color: rgb(33 31 29 / 0.9);
}

.hover\:border-neutral-900\/95:hover {
  border-color: rgb(33 31 29 / 0.95);
}

.hover\:border-neutral-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(18 17 16 / var(--tw-border-opacity, 1));
}

.hover\:border-neutral-950\/0:hover {
  border-color: rgb(18 17 16 / 0);
}

.hover\:border-neutral-950\/10:hover {
  border-color: rgb(18 17 16 / 0.1);
}

.hover\:border-neutral-950\/100:hover {
  border-color: rgb(18 17 16 / 1);
}

.hover\:border-neutral-950\/15:hover {
  border-color: rgb(18 17 16 / 0.15);
}

.hover\:border-neutral-950\/20:hover {
  border-color: rgb(18 17 16 / 0.2);
}

.hover\:border-neutral-950\/25:hover {
  border-color: rgb(18 17 16 / 0.25);
}

.hover\:border-neutral-950\/30:hover {
  border-color: rgb(18 17 16 / 0.3);
}

.hover\:border-neutral-950\/35:hover {
  border-color: rgb(18 17 16 / 0.35);
}

.hover\:border-neutral-950\/40:hover {
  border-color: rgb(18 17 16 / 0.4);
}

.hover\:border-neutral-950\/45:hover {
  border-color: rgb(18 17 16 / 0.45);
}

.hover\:border-neutral-950\/5:hover {
  border-color: rgb(18 17 16 / 0.05);
}

.hover\:border-neutral-950\/50:hover {
  border-color: rgb(18 17 16 / 0.5);
}

.hover\:border-neutral-950\/55:hover {
  border-color: rgb(18 17 16 / 0.55);
}

.hover\:border-neutral-950\/60:hover {
  border-color: rgb(18 17 16 / 0.6);
}

.hover\:border-neutral-950\/65:hover {
  border-color: rgb(18 17 16 / 0.65);
}

.hover\:border-neutral-950\/70:hover {
  border-color: rgb(18 17 16 / 0.7);
}

.hover\:border-neutral-950\/75:hover {
  border-color: rgb(18 17 16 / 0.75);
}

.hover\:border-neutral-950\/80:hover {
  border-color: rgb(18 17 16 / 0.8);
}

.hover\:border-neutral-950\/85:hover {
  border-color: rgb(18 17 16 / 0.85);
}

.hover\:border-neutral-950\/90:hover {
  border-color: rgb(18 17 16 / 0.9);
}

.hover\:border-neutral-950\/95:hover {
  border-color: rgb(18 17 16 / 0.95);
}

.hover\:border-primary-100:hover {
  --tw-border-opacity: 1;
  border-color: rgb(254 234 222 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-100\/0:hover {
  border-color: rgb(254 234 222 / 0);
}

.hover\:border-primary-100\/10:hover {
  border-color: rgb(254 234 222 / 0.1);
}

.hover\:border-primary-100\/100:hover {
  border-color: rgb(254 234 222 / 1);
}

.hover\:border-primary-100\/15:hover {
  border-color: rgb(254 234 222 / 0.15);
}

.hover\:border-primary-100\/20:hover {
  border-color: rgb(254 234 222 / 0.2);
}

.hover\:border-primary-100\/25:hover {
  border-color: rgb(254 234 222 / 0.25);
}

.hover\:border-primary-100\/30:hover {
  border-color: rgb(254 234 222 / 0.3);
}

.hover\:border-primary-100\/35:hover {
  border-color: rgb(254 234 222 / 0.35);
}

.hover\:border-primary-100\/40:hover {
  border-color: rgb(254 234 222 / 0.4);
}

.hover\:border-primary-100\/45:hover {
  border-color: rgb(254 234 222 / 0.45);
}

.hover\:border-primary-100\/5:hover {
  border-color: rgb(254 234 222 / 0.05);
}

.hover\:border-primary-100\/50:hover {
  border-color: rgb(254 234 222 / 0.5);
}

.hover\:border-primary-100\/55:hover {
  border-color: rgb(254 234 222 / 0.55);
}

.hover\:border-primary-100\/60:hover {
  border-color: rgb(254 234 222 / 0.6);
}

.hover\:border-primary-100\/65:hover {
  border-color: rgb(254 234 222 / 0.65);
}

.hover\:border-primary-100\/70:hover {
  border-color: rgb(254 234 222 / 0.7);
}

.hover\:border-primary-100\/75:hover {
  border-color: rgb(254 234 222 / 0.75);
}

.hover\:border-primary-100\/80:hover {
  border-color: rgb(254 234 222 / 0.8);
}

.hover\:border-primary-100\/85:hover {
  border-color: rgb(254 234 222 / 0.85);
}

.hover\:border-primary-100\/90:hover {
  border-color: rgb(254 234 222 / 0.9);
}

.hover\:border-primary-100\/95:hover {
  border-color: rgb(254 234 222 / 0.95);
}

.hover\:border-primary-200:hover {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 189 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-200\/0:hover {
  border-color: rgb(252 211 189 / 0);
}

.hover\:border-primary-200\/10:hover {
  border-color: rgb(252 211 189 / 0.1);
}

.hover\:border-primary-200\/100:hover {
  border-color: rgb(252 211 189 / 1);
}

.hover\:border-primary-200\/15:hover {
  border-color: rgb(252 211 189 / 0.15);
}

.hover\:border-primary-200\/20:hover {
  border-color: rgb(252 211 189 / 0.2);
}

.hover\:border-primary-200\/25:hover {
  border-color: rgb(252 211 189 / 0.25);
}

.hover\:border-primary-200\/30:hover {
  border-color: rgb(252 211 189 / 0.3);
}

.hover\:border-primary-200\/35:hover {
  border-color: rgb(252 211 189 / 0.35);
}

.hover\:border-primary-200\/40:hover {
  border-color: rgb(252 211 189 / 0.4);
}

.hover\:border-primary-200\/45:hover {
  border-color: rgb(252 211 189 / 0.45);
}

.hover\:border-primary-200\/5:hover {
  border-color: rgb(252 211 189 / 0.05);
}

.hover\:border-primary-200\/50:hover {
  border-color: rgb(252 211 189 / 0.5);
}

.hover\:border-primary-200\/55:hover {
  border-color: rgb(252 211 189 / 0.55);
}

.hover\:border-primary-200\/60:hover {
  border-color: rgb(252 211 189 / 0.6);
}

.hover\:border-primary-200\/65:hover {
  border-color: rgb(252 211 189 / 0.65);
}

.hover\:border-primary-200\/70:hover {
  border-color: rgb(252 211 189 / 0.7);
}

.hover\:border-primary-200\/75:hover {
  border-color: rgb(252 211 189 / 0.75);
}

.hover\:border-primary-200\/80:hover {
  border-color: rgb(252 211 189 / 0.8);
}

.hover\:border-primary-200\/85:hover {
  border-color: rgb(252 211 189 / 0.85);
}

.hover\:border-primary-200\/90:hover {
  border-color: rgb(252 211 189 / 0.9);
}

.hover\:border-primary-200\/95:hover {
  border-color: rgb(252 211 189 / 0.95);
}

.hover\:border-primary-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(250 179 143 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-300\/0:hover {
  border-color: rgb(250 179 143 / 0);
}

.hover\:border-primary-300\/10:hover {
  border-color: rgb(250 179 143 / 0.1);
}

.hover\:border-primary-300\/100:hover {
  border-color: rgb(250 179 143 / 1);
}

.hover\:border-primary-300\/15:hover {
  border-color: rgb(250 179 143 / 0.15);
}

.hover\:border-primary-300\/20:hover {
  border-color: rgb(250 179 143 / 0.2);
}

.hover\:border-primary-300\/25:hover {
  border-color: rgb(250 179 143 / 0.25);
}

.hover\:border-primary-300\/30:hover {
  border-color: rgb(250 179 143 / 0.3);
}

.hover\:border-primary-300\/35:hover {
  border-color: rgb(250 179 143 / 0.35);
}

.hover\:border-primary-300\/40:hover {
  border-color: rgb(250 179 143 / 0.4);
}

.hover\:border-primary-300\/45:hover {
  border-color: rgb(250 179 143 / 0.45);
}

.hover\:border-primary-300\/5:hover {
  border-color: rgb(250 179 143 / 0.05);
}

.hover\:border-primary-300\/50:hover {
  border-color: rgb(250 179 143 / 0.5);
}

.hover\:border-primary-300\/55:hover {
  border-color: rgb(250 179 143 / 0.55);
}

.hover\:border-primary-300\/60:hover {
  border-color: rgb(250 179 143 / 0.6);
}

.hover\:border-primary-300\/65:hover {
  border-color: rgb(250 179 143 / 0.65);
}

.hover\:border-primary-300\/70:hover {
  border-color: rgb(250 179 143 / 0.7);
}

.hover\:border-primary-300\/75:hover {
  border-color: rgb(250 179 143 / 0.75);
}

.hover\:border-primary-300\/80:hover {
  border-color: rgb(250 179 143 / 0.8);
}

.hover\:border-primary-300\/85:hover {
  border-color: rgb(250 179 143 / 0.85);
}

.hover\:border-primary-300\/90:hover {
  border-color: rgb(250 179 143 / 0.9);
}

.hover\:border-primary-300\/95:hover {
  border-color: rgb(250 179 143 / 0.95);
}

.hover\:border-primary-400:hover {
  --tw-border-opacity: 1;
  border-color: rgb(249 151 102 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-400\/0:hover {
  border-color: rgb(249 151 102 / 0);
}

.hover\:border-primary-400\/10:hover {
  border-color: rgb(249 151 102 / 0.1);
}

.hover\:border-primary-400\/100:hover {
  border-color: rgb(249 151 102 / 1);
}

.hover\:border-primary-400\/15:hover {
  border-color: rgb(249 151 102 / 0.15);
}

.hover\:border-primary-400\/20:hover {
  border-color: rgb(249 151 102 / 0.2);
}

.hover\:border-primary-400\/25:hover {
  border-color: rgb(249 151 102 / 0.25);
}

.hover\:border-primary-400\/30:hover {
  border-color: rgb(249 151 102 / 0.3);
}

.hover\:border-primary-400\/35:hover {
  border-color: rgb(249 151 102 / 0.35);
}

.hover\:border-primary-400\/40:hover {
  border-color: rgb(249 151 102 / 0.4);
}

.hover\:border-primary-400\/45:hover {
  border-color: rgb(249 151 102 / 0.45);
}

.hover\:border-primary-400\/5:hover {
  border-color: rgb(249 151 102 / 0.05);
}

.hover\:border-primary-400\/50:hover {
  border-color: rgb(249 151 102 / 0.5);
}

.hover\:border-primary-400\/55:hover {
  border-color: rgb(249 151 102 / 0.55);
}

.hover\:border-primary-400\/60:hover {
  border-color: rgb(249 151 102 / 0.6);
}

.hover\:border-primary-400\/65:hover {
  border-color: rgb(249 151 102 / 0.65);
}

.hover\:border-primary-400\/70:hover {
  border-color: rgb(249 151 102 / 0.7);
}

.hover\:border-primary-400\/75:hover {
  border-color: rgb(249 151 102 / 0.75);
}

.hover\:border-primary-400\/80:hover {
  border-color: rgb(249 151 102 / 0.8);
}

.hover\:border-primary-400\/85:hover {
  border-color: rgb(249 151 102 / 0.85);
}

.hover\:border-primary-400\/90:hover {
  border-color: rgb(249 151 102 / 0.9);
}

.hover\:border-primary-400\/95:hover {
  border-color: rgb(249 151 102 / 0.95);
}

.hover\:border-primary-50:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 242 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-50\/0:hover {
  border-color: rgb(255 247 242 / 0);
}

.hover\:border-primary-50\/10:hover {
  border-color: rgb(255 247 242 / 0.1);
}

.hover\:border-primary-50\/100:hover {
  border-color: rgb(255 247 242 / 1);
}

.hover\:border-primary-50\/15:hover {
  border-color: rgb(255 247 242 / 0.15);
}

.hover\:border-primary-50\/20:hover {
  border-color: rgb(255 247 242 / 0.2);
}

.hover\:border-primary-50\/25:hover {
  border-color: rgb(255 247 242 / 0.25);
}

.hover\:border-primary-50\/30:hover {
  border-color: rgb(255 247 242 / 0.3);
}

.hover\:border-primary-50\/35:hover {
  border-color: rgb(255 247 242 / 0.35);
}

.hover\:border-primary-50\/40:hover {
  border-color: rgb(255 247 242 / 0.4);
}

.hover\:border-primary-50\/45:hover {
  border-color: rgb(255 247 242 / 0.45);
}

.hover\:border-primary-50\/5:hover {
  border-color: rgb(255 247 242 / 0.05);
}

.hover\:border-primary-50\/50:hover {
  border-color: rgb(255 247 242 / 0.5);
}

.hover\:border-primary-50\/55:hover {
  border-color: rgb(255 247 242 / 0.55);
}

.hover\:border-primary-50\/60:hover {
  border-color: rgb(255 247 242 / 0.6);
}

.hover\:border-primary-50\/65:hover {
  border-color: rgb(255 247 242 / 0.65);
}

.hover\:border-primary-50\/70:hover {
  border-color: rgb(255 247 242 / 0.7);
}

.hover\:border-primary-50\/75:hover {
  border-color: rgb(255 247 242 / 0.75);
}

.hover\:border-primary-50\/80:hover {
  border-color: rgb(255 247 242 / 0.8);
}

.hover\:border-primary-50\/85:hover {
  border-color: rgb(255 247 242 / 0.85);
}

.hover\:border-primary-50\/90:hover {
  border-color: rgb(255 247 242 / 0.9);
}

.hover\:border-primary-50\/95:hover {
  border-color: rgb(255 247 242 / 0.95);
}

.hover\:border-primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(247 141 77 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-500\/0:hover {
  border-color: rgb(247 141 77 / 0);
}

.hover\:border-primary-500\/10:hover {
  border-color: rgb(247 141 77 / 0.1);
}

.hover\:border-primary-500\/100:hover {
  border-color: rgb(247 141 77 / 1);
}

.hover\:border-primary-500\/15:hover {
  border-color: rgb(247 141 77 / 0.15);
}

.hover\:border-primary-500\/20:hover {
  border-color: rgb(247 141 77 / 0.2);
}

.hover\:border-primary-500\/25:hover {
  border-color: rgb(247 141 77 / 0.25);
}

.hover\:border-primary-500\/30:hover {
  border-color: rgb(247 141 77 / 0.3);
}

.hover\:border-primary-500\/35:hover {
  border-color: rgb(247 141 77 / 0.35);
}

.hover\:border-primary-500\/40:hover {
  border-color: rgb(247 141 77 / 0.4);
}

.hover\:border-primary-500\/45:hover {
  border-color: rgb(247 141 77 / 0.45);
}

.hover\:border-primary-500\/5:hover {
  border-color: rgb(247 141 77 / 0.05);
}

.hover\:border-primary-500\/50:hover {
  border-color: rgb(247 141 77 / 0.5);
}

.hover\:border-primary-500\/55:hover {
  border-color: rgb(247 141 77 / 0.55);
}

.hover\:border-primary-500\/60:hover {
  border-color: rgb(247 141 77 / 0.6);
}

.hover\:border-primary-500\/65:hover {
  border-color: rgb(247 141 77 / 0.65);
}

.hover\:border-primary-500\/70:hover {
  border-color: rgb(247 141 77 / 0.7);
}

.hover\:border-primary-500\/75:hover {
  border-color: rgb(247 141 77 / 0.75);
}

.hover\:border-primary-500\/80:hover {
  border-color: rgb(247 141 77 / 0.8);
}

.hover\:border-primary-500\/85:hover {
  border-color: rgb(247 141 77 / 0.85);
}

.hover\:border-primary-500\/90:hover {
  border-color: rgb(247 141 77 / 0.9);
}

.hover\:border-primary-500\/95:hover {
  border-color: rgb(247 141 77 / 0.95);
}

.hover\:border-primary-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(233 99 37 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-600\/0:hover {
  border-color: rgb(233 99 37 / 0);
}

.hover\:border-primary-600\/10:hover {
  border-color: rgb(233 99 37 / 0.1);
}

.hover\:border-primary-600\/100:hover {
  border-color: rgb(233 99 37 / 1);
}

.hover\:border-primary-600\/15:hover {
  border-color: rgb(233 99 37 / 0.15);
}

.hover\:border-primary-600\/20:hover {
  border-color: rgb(233 99 37 / 0.2);
}

.hover\:border-primary-600\/25:hover {
  border-color: rgb(233 99 37 / 0.25);
}

.hover\:border-primary-600\/30:hover {
  border-color: rgb(233 99 37 / 0.3);
}

.hover\:border-primary-600\/35:hover {
  border-color: rgb(233 99 37 / 0.35);
}

.hover\:border-primary-600\/40:hover {
  border-color: rgb(233 99 37 / 0.4);
}

.hover\:border-primary-600\/45:hover {
  border-color: rgb(233 99 37 / 0.45);
}

.hover\:border-primary-600\/5:hover {
  border-color: rgb(233 99 37 / 0.05);
}

.hover\:border-primary-600\/50:hover {
  border-color: rgb(233 99 37 / 0.5);
}

.hover\:border-primary-600\/55:hover {
  border-color: rgb(233 99 37 / 0.55);
}

.hover\:border-primary-600\/60:hover {
  border-color: rgb(233 99 37 / 0.6);
}

.hover\:border-primary-600\/65:hover {
  border-color: rgb(233 99 37 / 0.65);
}

.hover\:border-primary-600\/70:hover {
  border-color: rgb(233 99 37 / 0.7);
}

.hover\:border-primary-600\/75:hover {
  border-color: rgb(233 99 37 / 0.75);
}

.hover\:border-primary-600\/80:hover {
  border-color: rgb(233 99 37 / 0.8);
}

.hover\:border-primary-600\/85:hover {
  border-color: rgb(233 99 37 / 0.85);
}

.hover\:border-primary-600\/90:hover {
  border-color: rgb(233 99 37 / 0.9);
}

.hover\:border-primary-600\/95:hover {
  border-color: rgb(233 99 37 / 0.95);
}

.hover\:border-primary-700:hover {
  --tw-border-opacity: 1;
  border-color: rgb(201 74 22 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-700\/0:hover {
  border-color: rgb(201 74 22 / 0);
}

.hover\:border-primary-700\/10:hover {
  border-color: rgb(201 74 22 / 0.1);
}

.hover\:border-primary-700\/100:hover {
  border-color: rgb(201 74 22 / 1);
}

.hover\:border-primary-700\/15:hover {
  border-color: rgb(201 74 22 / 0.15);
}

.hover\:border-primary-700\/20:hover {
  border-color: rgb(201 74 22 / 0.2);
}

.hover\:border-primary-700\/25:hover {
  border-color: rgb(201 74 22 / 0.25);
}

.hover\:border-primary-700\/30:hover {
  border-color: rgb(201 74 22 / 0.3);
}

.hover\:border-primary-700\/35:hover {
  border-color: rgb(201 74 22 / 0.35);
}

.hover\:border-primary-700\/40:hover {
  border-color: rgb(201 74 22 / 0.4);
}

.hover\:border-primary-700\/45:hover {
  border-color: rgb(201 74 22 / 0.45);
}

.hover\:border-primary-700\/5:hover {
  border-color: rgb(201 74 22 / 0.05);
}

.hover\:border-primary-700\/50:hover {
  border-color: rgb(201 74 22 / 0.5);
}

.hover\:border-primary-700\/55:hover {
  border-color: rgb(201 74 22 / 0.55);
}

.hover\:border-primary-700\/60:hover {
  border-color: rgb(201 74 22 / 0.6);
}

.hover\:border-primary-700\/65:hover {
  border-color: rgb(201 74 22 / 0.65);
}

.hover\:border-primary-700\/70:hover {
  border-color: rgb(201 74 22 / 0.7);
}

.hover\:border-primary-700\/75:hover {
  border-color: rgb(201 74 22 / 0.75);
}

.hover\:border-primary-700\/80:hover {
  border-color: rgb(201 74 22 / 0.8);
}

.hover\:border-primary-700\/85:hover {
  border-color: rgb(201 74 22 / 0.85);
}

.hover\:border-primary-700\/90:hover {
  border-color: rgb(201 74 22 / 0.9);
}

.hover\:border-primary-700\/95:hover {
  border-color: rgb(201 74 22 / 0.95);
}

.hover\:border-primary-800:hover {
  --tw-border-opacity: 1;
  border-color: rgb(161 59 24 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-800\/0:hover {
  border-color: rgb(161 59 24 / 0);
}

.hover\:border-primary-800\/10:hover {
  border-color: rgb(161 59 24 / 0.1);
}

.hover\:border-primary-800\/100:hover {
  border-color: rgb(161 59 24 / 1);
}

.hover\:border-primary-800\/15:hover {
  border-color: rgb(161 59 24 / 0.15);
}

.hover\:border-primary-800\/20:hover {
  border-color: rgb(161 59 24 / 0.2);
}

.hover\:border-primary-800\/25:hover {
  border-color: rgb(161 59 24 / 0.25);
}

.hover\:border-primary-800\/30:hover {
  border-color: rgb(161 59 24 / 0.3);
}

.hover\:border-primary-800\/35:hover {
  border-color: rgb(161 59 24 / 0.35);
}

.hover\:border-primary-800\/40:hover {
  border-color: rgb(161 59 24 / 0.4);
}

.hover\:border-primary-800\/45:hover {
  border-color: rgb(161 59 24 / 0.45);
}

.hover\:border-primary-800\/5:hover {
  border-color: rgb(161 59 24 / 0.05);
}

.hover\:border-primary-800\/50:hover {
  border-color: rgb(161 59 24 / 0.5);
}

.hover\:border-primary-800\/55:hover {
  border-color: rgb(161 59 24 / 0.55);
}

.hover\:border-primary-800\/60:hover {
  border-color: rgb(161 59 24 / 0.6);
}

.hover\:border-primary-800\/65:hover {
  border-color: rgb(161 59 24 / 0.65);
}

.hover\:border-primary-800\/70:hover {
  border-color: rgb(161 59 24 / 0.7);
}

.hover\:border-primary-800\/75:hover {
  border-color: rgb(161 59 24 / 0.75);
}

.hover\:border-primary-800\/80:hover {
  border-color: rgb(161 59 24 / 0.8);
}

.hover\:border-primary-800\/85:hover {
  border-color: rgb(161 59 24 / 0.85);
}

.hover\:border-primary-800\/90:hover {
  border-color: rgb(161 59 24 / 0.9);
}

.hover\:border-primary-800\/95:hover {
  border-color: rgb(161 59 24 / 0.95);
}

.hover\:border-primary-900:hover {
  --tw-border-opacity: 1;
  border-color: rgb(130 51 24 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-900\/0:hover {
  border-color: rgb(130 51 24 / 0);
}

.hover\:border-primary-900\/10:hover {
  border-color: rgb(130 51 24 / 0.1);
}

.hover\:border-primary-900\/100:hover {
  border-color: rgb(130 51 24 / 1);
}

.hover\:border-primary-900\/15:hover {
  border-color: rgb(130 51 24 / 0.15);
}

.hover\:border-primary-900\/20:hover {
  border-color: rgb(130 51 24 / 0.2);
}

.hover\:border-primary-900\/25:hover {
  border-color: rgb(130 51 24 / 0.25);
}

.hover\:border-primary-900\/30:hover {
  border-color: rgb(130 51 24 / 0.3);
}

.hover\:border-primary-900\/35:hover {
  border-color: rgb(130 51 24 / 0.35);
}

.hover\:border-primary-900\/40:hover {
  border-color: rgb(130 51 24 / 0.4);
}

.hover\:border-primary-900\/45:hover {
  border-color: rgb(130 51 24 / 0.45);
}

.hover\:border-primary-900\/5:hover {
  border-color: rgb(130 51 24 / 0.05);
}

.hover\:border-primary-900\/50:hover {
  border-color: rgb(130 51 24 / 0.5);
}

.hover\:border-primary-900\/55:hover {
  border-color: rgb(130 51 24 / 0.55);
}

.hover\:border-primary-900\/60:hover {
  border-color: rgb(130 51 24 / 0.6);
}

.hover\:border-primary-900\/65:hover {
  border-color: rgb(130 51 24 / 0.65);
}

.hover\:border-primary-900\/70:hover {
  border-color: rgb(130 51 24 / 0.7);
}

.hover\:border-primary-900\/75:hover {
  border-color: rgb(130 51 24 / 0.75);
}

.hover\:border-primary-900\/80:hover {
  border-color: rgb(130 51 24 / 0.8);
}

.hover\:border-primary-900\/85:hover {
  border-color: rgb(130 51 24 / 0.85);
}

.hover\:border-primary-900\/90:hover {
  border-color: rgb(130 51 24 / 0.9);
}

.hover\:border-primary-900\/95:hover {
  border-color: rgb(130 51 24 / 0.95);
}

.hover\:border-primary-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(70 23 8 / var(--tw-border-opacity, 1));
}

.hover\:border-primary-950\/0:hover {
  border-color: rgb(70 23 8 / 0);
}

.hover\:border-primary-950\/10:hover {
  border-color: rgb(70 23 8 / 0.1);
}

.hover\:border-primary-950\/100:hover {
  border-color: rgb(70 23 8 / 1);
}

.hover\:border-primary-950\/15:hover {
  border-color: rgb(70 23 8 / 0.15);
}

.hover\:border-primary-950\/20:hover {
  border-color: rgb(70 23 8 / 0.2);
}

.hover\:border-primary-950\/25:hover {
  border-color: rgb(70 23 8 / 0.25);
}

.hover\:border-primary-950\/30:hover {
  border-color: rgb(70 23 8 / 0.3);
}

.hover\:border-primary-950\/35:hover {
  border-color: rgb(70 23 8 / 0.35);
}

.hover\:border-primary-950\/40:hover {
  border-color: rgb(70 23 8 / 0.4);
}

.hover\:border-primary-950\/45:hover {
  border-color: rgb(70 23 8 / 0.45);
}

.hover\:border-primary-950\/5:hover {
  border-color: rgb(70 23 8 / 0.05);
}

.hover\:border-primary-950\/50:hover {
  border-color: rgb(70 23 8 / 0.5);
}

.hover\:border-primary-950\/55:hover {
  border-color: rgb(70 23 8 / 0.55);
}

.hover\:border-primary-950\/60:hover {
  border-color: rgb(70 23 8 / 0.6);
}

.hover\:border-primary-950\/65:hover {
  border-color: rgb(70 23 8 / 0.65);
}

.hover\:border-primary-950\/70:hover {
  border-color: rgb(70 23 8 / 0.7);
}

.hover\:border-primary-950\/75:hover {
  border-color: rgb(70 23 8 / 0.75);
}

.hover\:border-primary-950\/80:hover {
  border-color: rgb(70 23 8 / 0.8);
}

.hover\:border-primary-950\/85:hover {
  border-color: rgb(70 23 8 / 0.85);
}

.hover\:border-primary-950\/90:hover {
  border-color: rgb(70 23 8 / 0.9);
}

.hover\:border-primary-950\/95:hover {
  border-color: rgb(70 23 8 / 0.95);
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-transparent\/0:hover {
  border-color: rgb(0 0 0 / 0);
}

.hover\:border-transparent\/10:hover {
  border-color: rgb(0 0 0 / 0.1);
}

.hover\:border-transparent\/100:hover {
  border-color: rgb(0 0 0 / 1);
}

.hover\:border-transparent\/15:hover {
  border-color: rgb(0 0 0 / 0.15);
}

.hover\:border-transparent\/20:hover {
  border-color: rgb(0 0 0 / 0.2);
}

.hover\:border-transparent\/25:hover {
  border-color: rgb(0 0 0 / 0.25);
}

.hover\:border-transparent\/30:hover {
  border-color: rgb(0 0 0 / 0.3);
}

.hover\:border-transparent\/35:hover {
  border-color: rgb(0 0 0 / 0.35);
}

.hover\:border-transparent\/40:hover {
  border-color: rgb(0 0 0 / 0.4);
}

.hover\:border-transparent\/45:hover {
  border-color: rgb(0 0 0 / 0.45);
}

.hover\:border-transparent\/5:hover {
  border-color: rgb(0 0 0 / 0.05);
}

.hover\:border-transparent\/50:hover {
  border-color: rgb(0 0 0 / 0.5);
}

.hover\:border-transparent\/55:hover {
  border-color: rgb(0 0 0 / 0.55);
}

.hover\:border-transparent\/60:hover {
  border-color: rgb(0 0 0 / 0.6);
}

.hover\:border-transparent\/65:hover {
  border-color: rgb(0 0 0 / 0.65);
}

.hover\:border-transparent\/70:hover {
  border-color: rgb(0 0 0 / 0.7);
}

.hover\:border-transparent\/75:hover {
  border-color: rgb(0 0 0 / 0.75);
}

.hover\:border-transparent\/80:hover {
  border-color: rgb(0 0 0 / 0.8);
}

.hover\:border-transparent\/85:hover {
  border-color: rgb(0 0 0 / 0.85);
}

.hover\:border-transparent\/90:hover {
  border-color: rgb(0 0 0 / 0.9);
}

.hover\:border-transparent\/95:hover {
  border-color: rgb(0 0 0 / 0.95);
}

.hover\:border-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.hover\:border-white\/0:hover {
  border-color: rgb(255 255 255 / 0);
}

.hover\:border-white\/10:hover {
  border-color: rgb(255 255 255 / 0.1);
}

.hover\:border-white\/100:hover {
  border-color: rgb(255 255 255 / 1);
}

.hover\:border-white\/15:hover {
  border-color: rgb(255 255 255 / 0.15);
}

.hover\:border-white\/20:hover {
  border-color: rgb(255 255 255 / 0.2);
}

.hover\:border-white\/25:hover {
  border-color: rgb(255 255 255 / 0.25);
}

.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:border-white\/35:hover {
  border-color: rgb(255 255 255 / 0.35);
}

.hover\:border-white\/40:hover {
  border-color: rgb(255 255 255 / 0.4);
}

.hover\:border-white\/45:hover {
  border-color: rgb(255 255 255 / 0.45);
}

.hover\:border-white\/5:hover {
  border-color: rgb(255 255 255 / 0.05);
}

.hover\:border-white\/50:hover {
  border-color: rgb(255 255 255 / 0.5);
}

.hover\:border-white\/55:hover {
  border-color: rgb(255 255 255 / 0.55);
}

.hover\:border-white\/60:hover {
  border-color: rgb(255 255 255 / 0.6);
}

.hover\:border-white\/65:hover {
  border-color: rgb(255 255 255 / 0.65);
}

.hover\:border-white\/70:hover {
  border-color: rgb(255 255 255 / 0.7);
}

.hover\:border-white\/75:hover {
  border-color: rgb(255 255 255 / 0.75);
}

.hover\:border-white\/80:hover {
  border-color: rgb(255 255 255 / 0.8);
}

.hover\:border-white\/85:hover {
  border-color: rgb(255 255 255 / 0.85);
}

.hover\:border-white\/90:hover {
  border-color: rgb(255 255 255 / 0.9);
}

.hover\:border-white\/95:hover {
  border-color: rgb(255 255 255 / 0.95);
}

.hover\:bg-accent-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 251 203 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-100\/0:hover {
  background-color: rgb(235 251 203 / 0);
}

.hover\:bg-accent-100\/10:hover {
  background-color: rgb(235 251 203 / 0.1);
}

.hover\:bg-accent-100\/100:hover {
  background-color: rgb(235 251 203 / 1);
}

.hover\:bg-accent-100\/15:hover {
  background-color: rgb(235 251 203 / 0.15);
}

.hover\:bg-accent-100\/20:hover {
  background-color: rgb(235 251 203 / 0.2);
}

.hover\:bg-accent-100\/25:hover {
  background-color: rgb(235 251 203 / 0.25);
}

.hover\:bg-accent-100\/30:hover {
  background-color: rgb(235 251 203 / 0.3);
}

.hover\:bg-accent-100\/35:hover {
  background-color: rgb(235 251 203 / 0.35);
}

.hover\:bg-accent-100\/40:hover {
  background-color: rgb(235 251 203 / 0.4);
}

.hover\:bg-accent-100\/45:hover {
  background-color: rgb(235 251 203 / 0.45);
}

.hover\:bg-accent-100\/5:hover {
  background-color: rgb(235 251 203 / 0.05);
}

.hover\:bg-accent-100\/50:hover {
  background-color: rgb(235 251 203 / 0.5);
}

.hover\:bg-accent-100\/55:hover {
  background-color: rgb(235 251 203 / 0.55);
}

.hover\:bg-accent-100\/60:hover {
  background-color: rgb(235 251 203 / 0.6);
}

.hover\:bg-accent-100\/65:hover {
  background-color: rgb(235 251 203 / 0.65);
}

.hover\:bg-accent-100\/70:hover {
  background-color: rgb(235 251 203 / 0.7);
}

.hover\:bg-accent-100\/75:hover {
  background-color: rgb(235 251 203 / 0.75);
}

.hover\:bg-accent-100\/80:hover {
  background-color: rgb(235 251 203 / 0.8);
}

.hover\:bg-accent-100\/85:hover {
  background-color: rgb(235 251 203 / 0.85);
}

.hover\:bg-accent-100\/90:hover {
  background-color: rgb(235 251 203 / 0.9);
}

.hover\:bg-accent-100\/95:hover {
  background-color: rgb(235 251 203 / 0.95);
}

.hover\:bg-accent-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(216 246 154 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-200\/0:hover {
  background-color: rgb(216 246 154 / 0);
}

.hover\:bg-accent-200\/10:hover {
  background-color: rgb(216 246 154 / 0.1);
}

.hover\:bg-accent-200\/100:hover {
  background-color: rgb(216 246 154 / 1);
}

.hover\:bg-accent-200\/15:hover {
  background-color: rgb(216 246 154 / 0.15);
}

.hover\:bg-accent-200\/20:hover {
  background-color: rgb(216 246 154 / 0.2);
}

.hover\:bg-accent-200\/25:hover {
  background-color: rgb(216 246 154 / 0.25);
}

.hover\:bg-accent-200\/30:hover {
  background-color: rgb(216 246 154 / 0.3);
}

.hover\:bg-accent-200\/35:hover {
  background-color: rgb(216 246 154 / 0.35);
}

.hover\:bg-accent-200\/40:hover {
  background-color: rgb(216 246 154 / 0.4);
}

.hover\:bg-accent-200\/45:hover {
  background-color: rgb(216 246 154 / 0.45);
}

.hover\:bg-accent-200\/5:hover {
  background-color: rgb(216 246 154 / 0.05);
}

.hover\:bg-accent-200\/50:hover {
  background-color: rgb(216 246 154 / 0.5);
}

.hover\:bg-accent-200\/55:hover {
  background-color: rgb(216 246 154 / 0.55);
}

.hover\:bg-accent-200\/60:hover {
  background-color: rgb(216 246 154 / 0.6);
}

.hover\:bg-accent-200\/65:hover {
  background-color: rgb(216 246 154 / 0.65);
}

.hover\:bg-accent-200\/70:hover {
  background-color: rgb(216 246 154 / 0.7);
}

.hover\:bg-accent-200\/75:hover {
  background-color: rgb(216 246 154 / 0.75);
}

.hover\:bg-accent-200\/80:hover {
  background-color: rgb(216 246 154 / 0.8);
}

.hover\:bg-accent-200\/85:hover {
  background-color: rgb(216 246 154 / 0.85);
}

.hover\:bg-accent-200\/90:hover {
  background-color: rgb(216 246 154 / 0.9);
}

.hover\:bg-accent-200\/95:hover {
  background-color: rgb(216 246 154 / 0.95);
}

.hover\:bg-accent-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(196 240 120 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-300\/0:hover {
  background-color: rgb(196 240 120 / 0);
}

.hover\:bg-accent-300\/10:hover {
  background-color: rgb(196 240 120 / 0.1);
}

.hover\:bg-accent-300\/100:hover {
  background-color: rgb(196 240 120 / 1);
}

.hover\:bg-accent-300\/15:hover {
  background-color: rgb(196 240 120 / 0.15);
}

.hover\:bg-accent-300\/20:hover {
  background-color: rgb(196 240 120 / 0.2);
}

.hover\:bg-accent-300\/25:hover {
  background-color: rgb(196 240 120 / 0.25);
}

.hover\:bg-accent-300\/30:hover {
  background-color: rgb(196 240 120 / 0.3);
}

.hover\:bg-accent-300\/35:hover {
  background-color: rgb(196 240 120 / 0.35);
}

.hover\:bg-accent-300\/40:hover {
  background-color: rgb(196 240 120 / 0.4);
}

.hover\:bg-accent-300\/45:hover {
  background-color: rgb(196 240 120 / 0.45);
}

.hover\:bg-accent-300\/5:hover {
  background-color: rgb(196 240 120 / 0.05);
}

.hover\:bg-accent-300\/50:hover {
  background-color: rgb(196 240 120 / 0.5);
}

.hover\:bg-accent-300\/55:hover {
  background-color: rgb(196 240 120 / 0.55);
}

.hover\:bg-accent-300\/60:hover {
  background-color: rgb(196 240 120 / 0.6);
}

.hover\:bg-accent-300\/65:hover {
  background-color: rgb(196 240 120 / 0.65);
}

.hover\:bg-accent-300\/70:hover {
  background-color: rgb(196 240 120 / 0.7);
}

.hover\:bg-accent-300\/75:hover {
  background-color: rgb(196 240 120 / 0.75);
}

.hover\:bg-accent-300\/80:hover {
  background-color: rgb(196 240 120 / 0.8);
}

.hover\:bg-accent-300\/85:hover {
  background-color: rgb(196 240 120 / 0.85);
}

.hover\:bg-accent-300\/90:hover {
  background-color: rgb(196 240 120 / 0.9);
}

.hover\:bg-accent-300\/95:hover {
  background-color: rgb(196 240 120 / 0.95);
}

.hover\:bg-accent-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(183 237 104 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-400\/0:hover {
  background-color: rgb(183 237 104 / 0);
}

.hover\:bg-accent-400\/10:hover {
  background-color: rgb(183 237 104 / 0.1);
}

.hover\:bg-accent-400\/100:hover {
  background-color: rgb(183 237 104 / 1);
}

.hover\:bg-accent-400\/15:hover {
  background-color: rgb(183 237 104 / 0.15);
}

.hover\:bg-accent-400\/20:hover {
  background-color: rgb(183 237 104 / 0.2);
}

.hover\:bg-accent-400\/25:hover {
  background-color: rgb(183 237 104 / 0.25);
}

.hover\:bg-accent-400\/30:hover {
  background-color: rgb(183 237 104 / 0.3);
}

.hover\:bg-accent-400\/35:hover {
  background-color: rgb(183 237 104 / 0.35);
}

.hover\:bg-accent-400\/40:hover {
  background-color: rgb(183 237 104 / 0.4);
}

.hover\:bg-accent-400\/45:hover {
  background-color: rgb(183 237 104 / 0.45);
}

.hover\:bg-accent-400\/5:hover {
  background-color: rgb(183 237 104 / 0.05);
}

.hover\:bg-accent-400\/50:hover {
  background-color: rgb(183 237 104 / 0.5);
}

.hover\:bg-accent-400\/55:hover {
  background-color: rgb(183 237 104 / 0.55);
}

.hover\:bg-accent-400\/60:hover {
  background-color: rgb(183 237 104 / 0.6);
}

.hover\:bg-accent-400\/65:hover {
  background-color: rgb(183 237 104 / 0.65);
}

.hover\:bg-accent-400\/70:hover {
  background-color: rgb(183 237 104 / 0.7);
}

.hover\:bg-accent-400\/75:hover {
  background-color: rgb(183 237 104 / 0.75);
}

.hover\:bg-accent-400\/80:hover {
  background-color: rgb(183 237 104 / 0.8);
}

.hover\:bg-accent-400\/85:hover {
  background-color: rgb(183 237 104 / 0.85);
}

.hover\:bg-accent-400\/90:hover {
  background-color: rgb(183 237 104 / 0.9);
}

.hover\:bg-accent-400\/95:hover {
  background-color: rgb(183 237 104 / 0.95);
}

.hover\:bg-accent-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 253 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-50\/0:hover {
  background-color: rgb(247 253 235 / 0);
}

.hover\:bg-accent-50\/10:hover {
  background-color: rgb(247 253 235 / 0.1);
}

.hover\:bg-accent-50\/100:hover {
  background-color: rgb(247 253 235 / 1);
}

.hover\:bg-accent-50\/15:hover {
  background-color: rgb(247 253 235 / 0.15);
}

.hover\:bg-accent-50\/20:hover {
  background-color: rgb(247 253 235 / 0.2);
}

.hover\:bg-accent-50\/25:hover {
  background-color: rgb(247 253 235 / 0.25);
}

.hover\:bg-accent-50\/30:hover {
  background-color: rgb(247 253 235 / 0.3);
}

.hover\:bg-accent-50\/35:hover {
  background-color: rgb(247 253 235 / 0.35);
}

.hover\:bg-accent-50\/40:hover {
  background-color: rgb(247 253 235 / 0.4);
}

.hover\:bg-accent-50\/45:hover {
  background-color: rgb(247 253 235 / 0.45);
}

.hover\:bg-accent-50\/5:hover {
  background-color: rgb(247 253 235 / 0.05);
}

.hover\:bg-accent-50\/50:hover {
  background-color: rgb(247 253 235 / 0.5);
}

.hover\:bg-accent-50\/55:hover {
  background-color: rgb(247 253 235 / 0.55);
}

.hover\:bg-accent-50\/60:hover {
  background-color: rgb(247 253 235 / 0.6);
}

.hover\:bg-accent-50\/65:hover {
  background-color: rgb(247 253 235 / 0.65);
}

.hover\:bg-accent-50\/70:hover {
  background-color: rgb(247 253 235 / 0.7);
}

.hover\:bg-accent-50\/75:hover {
  background-color: rgb(247 253 235 / 0.75);
}

.hover\:bg-accent-50\/80:hover {
  background-color: rgb(247 253 235 / 0.8);
}

.hover\:bg-accent-50\/85:hover {
  background-color: rgb(247 253 235 / 0.85);
}

.hover\:bg-accent-50\/90:hover {
  background-color: rgb(247 253 235 / 0.9);
}

.hover\:bg-accent-50\/95:hover {
  background-color: rgb(247 253 235 / 0.95);
}

.hover\:bg-accent-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(174 235 96 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-500\/0:hover {
  background-color: rgb(174 235 96 / 0);
}

.hover\:bg-accent-500\/10:hover {
  background-color: rgb(174 235 96 / 0.1);
}

.hover\:bg-accent-500\/100:hover {
  background-color: rgb(174 235 96 / 1);
}

.hover\:bg-accent-500\/15:hover {
  background-color: rgb(174 235 96 / 0.15);
}

.hover\:bg-accent-500\/20:hover {
  background-color: rgb(174 235 96 / 0.2);
}

.hover\:bg-accent-500\/25:hover {
  background-color: rgb(174 235 96 / 0.25);
}

.hover\:bg-accent-500\/30:hover {
  background-color: rgb(174 235 96 / 0.3);
}

.hover\:bg-accent-500\/35:hover {
  background-color: rgb(174 235 96 / 0.35);
}

.hover\:bg-accent-500\/40:hover {
  background-color: rgb(174 235 96 / 0.4);
}

.hover\:bg-accent-500\/45:hover {
  background-color: rgb(174 235 96 / 0.45);
}

.hover\:bg-accent-500\/5:hover {
  background-color: rgb(174 235 96 / 0.05);
}

.hover\:bg-accent-500\/50:hover {
  background-color: rgb(174 235 96 / 0.5);
}

.hover\:bg-accent-500\/55:hover {
  background-color: rgb(174 235 96 / 0.55);
}

.hover\:bg-accent-500\/60:hover {
  background-color: rgb(174 235 96 / 0.6);
}

.hover\:bg-accent-500\/65:hover {
  background-color: rgb(174 235 96 / 0.65);
}

.hover\:bg-accent-500\/70:hover {
  background-color: rgb(174 235 96 / 0.7);
}

.hover\:bg-accent-500\/75:hover {
  background-color: rgb(174 235 96 / 0.75);
}

.hover\:bg-accent-500\/80:hover {
  background-color: rgb(174 235 96 / 0.8);
}

.hover\:bg-accent-500\/85:hover {
  background-color: rgb(174 235 96 / 0.85);
}

.hover\:bg-accent-500\/90:hover {
  background-color: rgb(174 235 96 / 0.9);
}

.hover\:bg-accent-500\/95:hover {
  background-color: rgb(174 235 96 / 0.95);
}

.hover\:bg-accent-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(130 201 48 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-600\/0:hover {
  background-color: rgb(130 201 48 / 0);
}

.hover\:bg-accent-600\/10:hover {
  background-color: rgb(130 201 48 / 0.1);
}

.hover\:bg-accent-600\/100:hover {
  background-color: rgb(130 201 48 / 1);
}

.hover\:bg-accent-600\/15:hover {
  background-color: rgb(130 201 48 / 0.15);
}

.hover\:bg-accent-600\/20:hover {
  background-color: rgb(130 201 48 / 0.2);
}

.hover\:bg-accent-600\/25:hover {
  background-color: rgb(130 201 48 / 0.25);
}

.hover\:bg-accent-600\/30:hover {
  background-color: rgb(130 201 48 / 0.3);
}

.hover\:bg-accent-600\/35:hover {
  background-color: rgb(130 201 48 / 0.35);
}

.hover\:bg-accent-600\/40:hover {
  background-color: rgb(130 201 48 / 0.4);
}

.hover\:bg-accent-600\/45:hover {
  background-color: rgb(130 201 48 / 0.45);
}

.hover\:bg-accent-600\/5:hover {
  background-color: rgb(130 201 48 / 0.05);
}

.hover\:bg-accent-600\/50:hover {
  background-color: rgb(130 201 48 / 0.5);
}

.hover\:bg-accent-600\/55:hover {
  background-color: rgb(130 201 48 / 0.55);
}

.hover\:bg-accent-600\/60:hover {
  background-color: rgb(130 201 48 / 0.6);
}

.hover\:bg-accent-600\/65:hover {
  background-color: rgb(130 201 48 / 0.65);
}

.hover\:bg-accent-600\/70:hover {
  background-color: rgb(130 201 48 / 0.7);
}

.hover\:bg-accent-600\/75:hover {
  background-color: rgb(130 201 48 / 0.75);
}

.hover\:bg-accent-600\/80:hover {
  background-color: rgb(130 201 48 / 0.8);
}

.hover\:bg-accent-600\/85:hover {
  background-color: rgb(130 201 48 / 0.85);
}

.hover\:bg-accent-600\/90:hover {
  background-color: rgb(130 201 48 / 0.9);
}

.hover\:bg-accent-600\/95:hover {
  background-color: rgb(130 201 48 / 0.95);
}

.hover\:bg-accent-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(97 161 31 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-700\/0:hover {
  background-color: rgb(97 161 31 / 0);
}

.hover\:bg-accent-700\/10:hover {
  background-color: rgb(97 161 31 / 0.1);
}

.hover\:bg-accent-700\/100:hover {
  background-color: rgb(97 161 31 / 1);
}

.hover\:bg-accent-700\/15:hover {
  background-color: rgb(97 161 31 / 0.15);
}

.hover\:bg-accent-700\/20:hover {
  background-color: rgb(97 161 31 / 0.2);
}

.hover\:bg-accent-700\/25:hover {
  background-color: rgb(97 161 31 / 0.25);
}

.hover\:bg-accent-700\/30:hover {
  background-color: rgb(97 161 31 / 0.3);
}

.hover\:bg-accent-700\/35:hover {
  background-color: rgb(97 161 31 / 0.35);
}

.hover\:bg-accent-700\/40:hover {
  background-color: rgb(97 161 31 / 0.4);
}

.hover\:bg-accent-700\/45:hover {
  background-color: rgb(97 161 31 / 0.45);
}

.hover\:bg-accent-700\/5:hover {
  background-color: rgb(97 161 31 / 0.05);
}

.hover\:bg-accent-700\/50:hover {
  background-color: rgb(97 161 31 / 0.5);
}

.hover\:bg-accent-700\/55:hover {
  background-color: rgb(97 161 31 / 0.55);
}

.hover\:bg-accent-700\/60:hover {
  background-color: rgb(97 161 31 / 0.6);
}

.hover\:bg-accent-700\/65:hover {
  background-color: rgb(97 161 31 / 0.65);
}

.hover\:bg-accent-700\/70:hover {
  background-color: rgb(97 161 31 / 0.7);
}

.hover\:bg-accent-700\/75:hover {
  background-color: rgb(97 161 31 / 0.75);
}

.hover\:bg-accent-700\/80:hover {
  background-color: rgb(97 161 31 / 0.8);
}

.hover\:bg-accent-700\/85:hover {
  background-color: rgb(97 161 31 / 0.85);
}

.hover\:bg-accent-700\/90:hover {
  background-color: rgb(97 161 31 / 0.9);
}

.hover\:bg-accent-700\/95:hover {
  background-color: rgb(97 161 31 / 0.95);
}

.hover\:bg-accent-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(78 126 32 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-800\/0:hover {
  background-color: rgb(78 126 32 / 0);
}

.hover\:bg-accent-800\/10:hover {
  background-color: rgb(78 126 32 / 0.1);
}

.hover\:bg-accent-800\/100:hover {
  background-color: rgb(78 126 32 / 1);
}

.hover\:bg-accent-800\/15:hover {
  background-color: rgb(78 126 32 / 0.15);
}

.hover\:bg-accent-800\/20:hover {
  background-color: rgb(78 126 32 / 0.2);
}

.hover\:bg-accent-800\/25:hover {
  background-color: rgb(78 126 32 / 0.25);
}

.hover\:bg-accent-800\/30:hover {
  background-color: rgb(78 126 32 / 0.3);
}

.hover\:bg-accent-800\/35:hover {
  background-color: rgb(78 126 32 / 0.35);
}

.hover\:bg-accent-800\/40:hover {
  background-color: rgb(78 126 32 / 0.4);
}

.hover\:bg-accent-800\/45:hover {
  background-color: rgb(78 126 32 / 0.45);
}

.hover\:bg-accent-800\/5:hover {
  background-color: rgb(78 126 32 / 0.05);
}

.hover\:bg-accent-800\/50:hover {
  background-color: rgb(78 126 32 / 0.5);
}

.hover\:bg-accent-800\/55:hover {
  background-color: rgb(78 126 32 / 0.55);
}

.hover\:bg-accent-800\/60:hover {
  background-color: rgb(78 126 32 / 0.6);
}

.hover\:bg-accent-800\/65:hover {
  background-color: rgb(78 126 32 / 0.65);
}

.hover\:bg-accent-800\/70:hover {
  background-color: rgb(78 126 32 / 0.7);
}

.hover\:bg-accent-800\/75:hover {
  background-color: rgb(78 126 32 / 0.75);
}

.hover\:bg-accent-800\/80:hover {
  background-color: rgb(78 126 32 / 0.8);
}

.hover\:bg-accent-800\/85:hover {
  background-color: rgb(78 126 32 / 0.85);
}

.hover\:bg-accent-800\/90:hover {
  background-color: rgb(78 126 32 / 0.9);
}

.hover\:bg-accent-800\/95:hover {
  background-color: rgb(78 126 32 / 0.95);
}

.hover\:bg-accent-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(66 106 33 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-900\/0:hover {
  background-color: rgb(66 106 33 / 0);
}

.hover\:bg-accent-900\/10:hover {
  background-color: rgb(66 106 33 / 0.1);
}

.hover\:bg-accent-900\/100:hover {
  background-color: rgb(66 106 33 / 1);
}

.hover\:bg-accent-900\/15:hover {
  background-color: rgb(66 106 33 / 0.15);
}

.hover\:bg-accent-900\/20:hover {
  background-color: rgb(66 106 33 / 0.2);
}

.hover\:bg-accent-900\/25:hover {
  background-color: rgb(66 106 33 / 0.25);
}

.hover\:bg-accent-900\/30:hover {
  background-color: rgb(66 106 33 / 0.3);
}

.hover\:bg-accent-900\/35:hover {
  background-color: rgb(66 106 33 / 0.35);
}

.hover\:bg-accent-900\/40:hover {
  background-color: rgb(66 106 33 / 0.4);
}

.hover\:bg-accent-900\/45:hover {
  background-color: rgb(66 106 33 / 0.45);
}

.hover\:bg-accent-900\/5:hover {
  background-color: rgb(66 106 33 / 0.05);
}

.hover\:bg-accent-900\/50:hover {
  background-color: rgb(66 106 33 / 0.5);
}

.hover\:bg-accent-900\/55:hover {
  background-color: rgb(66 106 33 / 0.55);
}

.hover\:bg-accent-900\/60:hover {
  background-color: rgb(66 106 33 / 0.6);
}

.hover\:bg-accent-900\/65:hover {
  background-color: rgb(66 106 33 / 0.65);
}

.hover\:bg-accent-900\/70:hover {
  background-color: rgb(66 106 33 / 0.7);
}

.hover\:bg-accent-900\/75:hover {
  background-color: rgb(66 106 33 / 0.75);
}

.hover\:bg-accent-900\/80:hover {
  background-color: rgb(66 106 33 / 0.8);
}

.hover\:bg-accent-900\/85:hover {
  background-color: rgb(66 106 33 / 0.85);
}

.hover\:bg-accent-900\/90:hover {
  background-color: rgb(66 106 33 / 0.9);
}

.hover\:bg-accent-900\/95:hover {
  background-color: rgb(66 106 33 / 0.95);
}

.hover\:bg-accent-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 58 11 / var(--tw-bg-opacity, 1));
}

.hover\:bg-accent-950\/0:hover {
  background-color: rgb(32 58 11 / 0);
}

.hover\:bg-accent-950\/10:hover {
  background-color: rgb(32 58 11 / 0.1);
}

.hover\:bg-accent-950\/100:hover {
  background-color: rgb(32 58 11 / 1);
}

.hover\:bg-accent-950\/15:hover {
  background-color: rgb(32 58 11 / 0.15);
}

.hover\:bg-accent-950\/20:hover {
  background-color: rgb(32 58 11 / 0.2);
}

.hover\:bg-accent-950\/25:hover {
  background-color: rgb(32 58 11 / 0.25);
}

.hover\:bg-accent-950\/30:hover {
  background-color: rgb(32 58 11 / 0.3);
}

.hover\:bg-accent-950\/35:hover {
  background-color: rgb(32 58 11 / 0.35);
}

.hover\:bg-accent-950\/40:hover {
  background-color: rgb(32 58 11 / 0.4);
}

.hover\:bg-accent-950\/45:hover {
  background-color: rgb(32 58 11 / 0.45);
}

.hover\:bg-accent-950\/5:hover {
  background-color: rgb(32 58 11 / 0.05);
}

.hover\:bg-accent-950\/50:hover {
  background-color: rgb(32 58 11 / 0.5);
}

.hover\:bg-accent-950\/55:hover {
  background-color: rgb(32 58 11 / 0.55);
}

.hover\:bg-accent-950\/60:hover {
  background-color: rgb(32 58 11 / 0.6);
}

.hover\:bg-accent-950\/65:hover {
  background-color: rgb(32 58 11 / 0.65);
}

.hover\:bg-accent-950\/70:hover {
  background-color: rgb(32 58 11 / 0.7);
}

.hover\:bg-accent-950\/75:hover {
  background-color: rgb(32 58 11 / 0.75);
}

.hover\:bg-accent-950\/80:hover {
  background-color: rgb(32 58 11 / 0.8);
}

.hover\:bg-accent-950\/85:hover {
  background-color: rgb(32 58 11 / 0.85);
}

.hover\:bg-accent-950\/90:hover {
  background-color: rgb(32 58 11 / 0.9);
}

.hover\:bg-accent-950\/95:hover {
  background-color: rgb(32 58 11 / 0.95);
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-black\/0:hover {
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-black\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-black\/100:hover {
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-black\/15:hover {
  background-color: rgb(0 0 0 / 0.15);
}

.hover\:bg-black\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-black\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-black\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-black\/35:hover {
  background-color: rgb(0 0 0 / 0.35);
}

.hover\:bg-black\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-black\/45:hover {
  background-color: rgb(0 0 0 / 0.45);
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-black\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-black\/55:hover {
  background-color: rgb(0 0 0 / 0.55);
}

.hover\:bg-black\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-black\/65:hover {
  background-color: rgb(0 0 0 / 0.65);
}

.hover\:bg-black\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-black\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-black\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-black\/85:hover {
  background-color: rgb(0 0 0 / 0.85);
}

.hover\:bg-black\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-black\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-brand-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 227 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-100\/0:hover {
  background-color: rgb(233 227 255 / 0);
}

.hover\:bg-brand-100\/10:hover {
  background-color: rgb(233 227 255 / 0.1);
}

.hover\:bg-brand-100\/100:hover {
  background-color: rgb(233 227 255 / 1);
}

.hover\:bg-brand-100\/15:hover {
  background-color: rgb(233 227 255 / 0.15);
}

.hover\:bg-brand-100\/20:hover {
  background-color: rgb(233 227 255 / 0.2);
}

.hover\:bg-brand-100\/25:hover {
  background-color: rgb(233 227 255 / 0.25);
}

.hover\:bg-brand-100\/30:hover {
  background-color: rgb(233 227 255 / 0.3);
}

.hover\:bg-brand-100\/35:hover {
  background-color: rgb(233 227 255 / 0.35);
}

.hover\:bg-brand-100\/40:hover {
  background-color: rgb(233 227 255 / 0.4);
}

.hover\:bg-brand-100\/45:hover {
  background-color: rgb(233 227 255 / 0.45);
}

.hover\:bg-brand-100\/5:hover {
  background-color: rgb(233 227 255 / 0.05);
}

.hover\:bg-brand-100\/50:hover {
  background-color: rgb(233 227 255 / 0.5);
}

.hover\:bg-brand-100\/55:hover {
  background-color: rgb(233 227 255 / 0.55);
}

.hover\:bg-brand-100\/60:hover {
  background-color: rgb(233 227 255 / 0.6);
}

.hover\:bg-brand-100\/65:hover {
  background-color: rgb(233 227 255 / 0.65);
}

.hover\:bg-brand-100\/70:hover {
  background-color: rgb(233 227 255 / 0.7);
}

.hover\:bg-brand-100\/75:hover {
  background-color: rgb(233 227 255 / 0.75);
}

.hover\:bg-brand-100\/80:hover {
  background-color: rgb(233 227 255 / 0.8);
}

.hover\:bg-brand-100\/85:hover {
  background-color: rgb(233 227 255 / 0.85);
}

.hover\:bg-brand-100\/90:hover {
  background-color: rgb(233 227 255 / 0.9);
}

.hover\:bg-brand-100\/95:hover {
  background-color: rgb(233 227 255 / 0.95);
}

.hover\:bg-brand-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 199 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-200\/0:hover {
  background-color: rgb(211 199 255 / 0);
}

.hover\:bg-brand-200\/10:hover {
  background-color: rgb(211 199 255 / 0.1);
}

.hover\:bg-brand-200\/100:hover {
  background-color: rgb(211 199 255 / 1);
}

.hover\:bg-brand-200\/15:hover {
  background-color: rgb(211 199 255 / 0.15);
}

.hover\:bg-brand-200\/20:hover {
  background-color: rgb(211 199 255 / 0.2);
}

.hover\:bg-brand-200\/25:hover {
  background-color: rgb(211 199 255 / 0.25);
}

.hover\:bg-brand-200\/30:hover {
  background-color: rgb(211 199 255 / 0.3);
}

.hover\:bg-brand-200\/35:hover {
  background-color: rgb(211 199 255 / 0.35);
}

.hover\:bg-brand-200\/40:hover {
  background-color: rgb(211 199 255 / 0.4);
}

.hover\:bg-brand-200\/45:hover {
  background-color: rgb(211 199 255 / 0.45);
}

.hover\:bg-brand-200\/5:hover {
  background-color: rgb(211 199 255 / 0.05);
}

.hover\:bg-brand-200\/50:hover {
  background-color: rgb(211 199 255 / 0.5);
}

.hover\:bg-brand-200\/55:hover {
  background-color: rgb(211 199 255 / 0.55);
}

.hover\:bg-brand-200\/60:hover {
  background-color: rgb(211 199 255 / 0.6);
}

.hover\:bg-brand-200\/65:hover {
  background-color: rgb(211 199 255 / 0.65);
}

.hover\:bg-brand-200\/70:hover {
  background-color: rgb(211 199 255 / 0.7);
}

.hover\:bg-brand-200\/75:hover {
  background-color: rgb(211 199 255 / 0.75);
}

.hover\:bg-brand-200\/80:hover {
  background-color: rgb(211 199 255 / 0.8);
}

.hover\:bg-brand-200\/85:hover {
  background-color: rgb(211 199 255 / 0.85);
}

.hover\:bg-brand-200\/90:hover {
  background-color: rgb(211 199 255 / 0.9);
}

.hover\:bg-brand-200\/95:hover {
  background-color: rgb(211 199 255 / 0.95);
}

.hover\:bg-brand-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(183 154 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-300\/0:hover {
  background-color: rgb(183 154 255 / 0);
}

.hover\:bg-brand-300\/10:hover {
  background-color: rgb(183 154 255 / 0.1);
}

.hover\:bg-brand-300\/100:hover {
  background-color: rgb(183 154 255 / 1);
}

.hover\:bg-brand-300\/15:hover {
  background-color: rgb(183 154 255 / 0.15);
}

.hover\:bg-brand-300\/20:hover {
  background-color: rgb(183 154 255 / 0.2);
}

.hover\:bg-brand-300\/25:hover {
  background-color: rgb(183 154 255 / 0.25);
}

.hover\:bg-brand-300\/30:hover {
  background-color: rgb(183 154 255 / 0.3);
}

.hover\:bg-brand-300\/35:hover {
  background-color: rgb(183 154 255 / 0.35);
}

.hover\:bg-brand-300\/40:hover {
  background-color: rgb(183 154 255 / 0.4);
}

.hover\:bg-brand-300\/45:hover {
  background-color: rgb(183 154 255 / 0.45);
}

.hover\:bg-brand-300\/5:hover {
  background-color: rgb(183 154 255 / 0.05);
}

.hover\:bg-brand-300\/50:hover {
  background-color: rgb(183 154 255 / 0.5);
}

.hover\:bg-brand-300\/55:hover {
  background-color: rgb(183 154 255 / 0.55);
}

.hover\:bg-brand-300\/60:hover {
  background-color: rgb(183 154 255 / 0.6);
}

.hover\:bg-brand-300\/65:hover {
  background-color: rgb(183 154 255 / 0.65);
}

.hover\:bg-brand-300\/70:hover {
  background-color: rgb(183 154 255 / 0.7);
}

.hover\:bg-brand-300\/75:hover {
  background-color: rgb(183 154 255 / 0.75);
}

.hover\:bg-brand-300\/80:hover {
  background-color: rgb(183 154 255 / 0.8);
}

.hover\:bg-brand-300\/85:hover {
  background-color: rgb(183 154 255 / 0.85);
}

.hover\:bg-brand-300\/90:hover {
  background-color: rgb(183 154 255 / 0.9);
}

.hover\:bg-brand-300\/95:hover {
  background-color: rgb(183 154 255 / 0.95);
}

.hover\:bg-brand-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(149 98 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-400\/0:hover {
  background-color: rgb(149 98 255 / 0);
}

.hover\:bg-brand-400\/10:hover {
  background-color: rgb(149 98 255 / 0.1);
}

.hover\:bg-brand-400\/100:hover {
  background-color: rgb(149 98 255 / 1);
}

.hover\:bg-brand-400\/15:hover {
  background-color: rgb(149 98 255 / 0.15);
}

.hover\:bg-brand-400\/20:hover {
  background-color: rgb(149 98 255 / 0.2);
}

.hover\:bg-brand-400\/25:hover {
  background-color: rgb(149 98 255 / 0.25);
}

.hover\:bg-brand-400\/30:hover {
  background-color: rgb(149 98 255 / 0.3);
}

.hover\:bg-brand-400\/35:hover {
  background-color: rgb(149 98 255 / 0.35);
}

.hover\:bg-brand-400\/40:hover {
  background-color: rgb(149 98 255 / 0.4);
}

.hover\:bg-brand-400\/45:hover {
  background-color: rgb(149 98 255 / 0.45);
}

.hover\:bg-brand-400\/5:hover {
  background-color: rgb(149 98 255 / 0.05);
}

.hover\:bg-brand-400\/50:hover {
  background-color: rgb(149 98 255 / 0.5);
}

.hover\:bg-brand-400\/55:hover {
  background-color: rgb(149 98 255 / 0.55);
}

.hover\:bg-brand-400\/60:hover {
  background-color: rgb(149 98 255 / 0.6);
}

.hover\:bg-brand-400\/65:hover {
  background-color: rgb(149 98 255 / 0.65);
}

.hover\:bg-brand-400\/70:hover {
  background-color: rgb(149 98 255 / 0.7);
}

.hover\:bg-brand-400\/75:hover {
  background-color: rgb(149 98 255 / 0.75);
}

.hover\:bg-brand-400\/80:hover {
  background-color: rgb(149 98 255 / 0.8);
}

.hover\:bg-brand-400\/85:hover {
  background-color: rgb(149 98 255 / 0.85);
}

.hover\:bg-brand-400\/90:hover {
  background-color: rgb(149 98 255 / 0.9);
}

.hover\:bg-brand-400\/95:hover {
  background-color: rgb(149 98 255 / 0.95);
}

.hover\:bg-brand-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-50\/0:hover {
  background-color: rgb(244 241 255 / 0);
}

.hover\:bg-brand-50\/10:hover {
  background-color: rgb(244 241 255 / 0.1);
}

.hover\:bg-brand-50\/100:hover {
  background-color: rgb(244 241 255 / 1);
}

.hover\:bg-brand-50\/15:hover {
  background-color: rgb(244 241 255 / 0.15);
}

.hover\:bg-brand-50\/20:hover {
  background-color: rgb(244 241 255 / 0.2);
}

.hover\:bg-brand-50\/25:hover {
  background-color: rgb(244 241 255 / 0.25);
}

.hover\:bg-brand-50\/30:hover {
  background-color: rgb(244 241 255 / 0.3);
}

.hover\:bg-brand-50\/35:hover {
  background-color: rgb(244 241 255 / 0.35);
}

.hover\:bg-brand-50\/40:hover {
  background-color: rgb(244 241 255 / 0.4);
}

.hover\:bg-brand-50\/45:hover {
  background-color: rgb(244 241 255 / 0.45);
}

.hover\:bg-brand-50\/5:hover {
  background-color: rgb(244 241 255 / 0.05);
}

.hover\:bg-brand-50\/50:hover {
  background-color: rgb(244 241 255 / 0.5);
}

.hover\:bg-brand-50\/55:hover {
  background-color: rgb(244 241 255 / 0.55);
}

.hover\:bg-brand-50\/60:hover {
  background-color: rgb(244 241 255 / 0.6);
}

.hover\:bg-brand-50\/65:hover {
  background-color: rgb(244 241 255 / 0.65);
}

.hover\:bg-brand-50\/70:hover {
  background-color: rgb(244 241 255 / 0.7);
}

.hover\:bg-brand-50\/75:hover {
  background-color: rgb(244 241 255 / 0.75);
}

.hover\:bg-brand-50\/80:hover {
  background-color: rgb(244 241 255 / 0.8);
}

.hover\:bg-brand-50\/85:hover {
  background-color: rgb(244 241 255 / 0.85);
}

.hover\:bg-brand-50\/90:hover {
  background-color: rgb(244 241 255 / 0.9);
}

.hover\:bg-brand-50\/95:hover {
  background-color: rgb(244 241 255 / 0.95);
}

.hover\:bg-brand-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(78 28 209 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-500\/0:hover {
  background-color: rgb(78 28 209 / 0);
}

.hover\:bg-brand-500\/10:hover {
  background-color: rgb(78 28 209 / 0.1);
}

.hover\:bg-brand-500\/100:hover {
  background-color: rgb(78 28 209 / 1);
}

.hover\:bg-brand-500\/15:hover {
  background-color: rgb(78 28 209 / 0.15);
}

.hover\:bg-brand-500\/20:hover {
  background-color: rgb(78 28 209 / 0.2);
}

.hover\:bg-brand-500\/25:hover {
  background-color: rgb(78 28 209 / 0.25);
}

.hover\:bg-brand-500\/30:hover {
  background-color: rgb(78 28 209 / 0.3);
}

.hover\:bg-brand-500\/35:hover {
  background-color: rgb(78 28 209 / 0.35);
}

.hover\:bg-brand-500\/40:hover {
  background-color: rgb(78 28 209 / 0.4);
}

.hover\:bg-brand-500\/45:hover {
  background-color: rgb(78 28 209 / 0.45);
}

.hover\:bg-brand-500\/5:hover {
  background-color: rgb(78 28 209 / 0.05);
}

.hover\:bg-brand-500\/50:hover {
  background-color: rgb(78 28 209 / 0.5);
}

.hover\:bg-brand-500\/55:hover {
  background-color: rgb(78 28 209 / 0.55);
}

.hover\:bg-brand-500\/60:hover {
  background-color: rgb(78 28 209 / 0.6);
}

.hover\:bg-brand-500\/65:hover {
  background-color: rgb(78 28 209 / 0.65);
}

.hover\:bg-brand-500\/70:hover {
  background-color: rgb(78 28 209 / 0.7);
}

.hover\:bg-brand-500\/75:hover {
  background-color: rgb(78 28 209 / 0.75);
}

.hover\:bg-brand-500\/80:hover {
  background-color: rgb(78 28 209 / 0.8);
}

.hover\:bg-brand-500\/85:hover {
  background-color: rgb(78 28 209 / 0.85);
}

.hover\:bg-brand-500\/90:hover {
  background-color: rgb(78 28 209 / 0.9);
}

.hover\:bg-brand-500\/95:hover {
  background-color: rgb(78 28 209 / 0.95);
}

.hover\:bg-brand-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(65 21 181 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-600\/0:hover {
  background-color: rgb(65 21 181 / 0);
}

.hover\:bg-brand-600\/10:hover {
  background-color: rgb(65 21 181 / 0.1);
}

.hover\:bg-brand-600\/100:hover {
  background-color: rgb(65 21 181 / 1);
}

.hover\:bg-brand-600\/15:hover {
  background-color: rgb(65 21 181 / 0.15);
}

.hover\:bg-brand-600\/20:hover {
  background-color: rgb(65 21 181 / 0.2);
}

.hover\:bg-brand-600\/25:hover {
  background-color: rgb(65 21 181 / 0.25);
}

.hover\:bg-brand-600\/30:hover {
  background-color: rgb(65 21 181 / 0.3);
}

.hover\:bg-brand-600\/35:hover {
  background-color: rgb(65 21 181 / 0.35);
}

.hover\:bg-brand-600\/40:hover {
  background-color: rgb(65 21 181 / 0.4);
}

.hover\:bg-brand-600\/45:hover {
  background-color: rgb(65 21 181 / 0.45);
}

.hover\:bg-brand-600\/5:hover {
  background-color: rgb(65 21 181 / 0.05);
}

.hover\:bg-brand-600\/50:hover {
  background-color: rgb(65 21 181 / 0.5);
}

.hover\:bg-brand-600\/55:hover {
  background-color: rgb(65 21 181 / 0.55);
}

.hover\:bg-brand-600\/60:hover {
  background-color: rgb(65 21 181 / 0.6);
}

.hover\:bg-brand-600\/65:hover {
  background-color: rgb(65 21 181 / 0.65);
}

.hover\:bg-brand-600\/70:hover {
  background-color: rgb(65 21 181 / 0.7);
}

.hover\:bg-brand-600\/75:hover {
  background-color: rgb(65 21 181 / 0.75);
}

.hover\:bg-brand-600\/80:hover {
  background-color: rgb(65 21 181 / 0.8);
}

.hover\:bg-brand-600\/85:hover {
  background-color: rgb(65 21 181 / 0.85);
}

.hover\:bg-brand-600\/90:hover {
  background-color: rgb(65 21 181 / 0.9);
}

.hover\:bg-brand-600\/95:hover {
  background-color: rgb(65 21 181 / 0.95);
}

.hover\:bg-brand-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 16 150 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-700\/0:hover {
  background-color: rgb(54 16 150 / 0);
}

.hover\:bg-brand-700\/10:hover {
  background-color: rgb(54 16 150 / 0.1);
}

.hover\:bg-brand-700\/100:hover {
  background-color: rgb(54 16 150 / 1);
}

.hover\:bg-brand-700\/15:hover {
  background-color: rgb(54 16 150 / 0.15);
}

.hover\:bg-brand-700\/20:hover {
  background-color: rgb(54 16 150 / 0.2);
}

.hover\:bg-brand-700\/25:hover {
  background-color: rgb(54 16 150 / 0.25);
}

.hover\:bg-brand-700\/30:hover {
  background-color: rgb(54 16 150 / 0.3);
}

.hover\:bg-brand-700\/35:hover {
  background-color: rgb(54 16 150 / 0.35);
}

.hover\:bg-brand-700\/40:hover {
  background-color: rgb(54 16 150 / 0.4);
}

.hover\:bg-brand-700\/45:hover {
  background-color: rgb(54 16 150 / 0.45);
}

.hover\:bg-brand-700\/5:hover {
  background-color: rgb(54 16 150 / 0.05);
}

.hover\:bg-brand-700\/50:hover {
  background-color: rgb(54 16 150 / 0.5);
}

.hover\:bg-brand-700\/55:hover {
  background-color: rgb(54 16 150 / 0.55);
}

.hover\:bg-brand-700\/60:hover {
  background-color: rgb(54 16 150 / 0.6);
}

.hover\:bg-brand-700\/65:hover {
  background-color: rgb(54 16 150 / 0.65);
}

.hover\:bg-brand-700\/70:hover {
  background-color: rgb(54 16 150 / 0.7);
}

.hover\:bg-brand-700\/75:hover {
  background-color: rgb(54 16 150 / 0.75);
}

.hover\:bg-brand-700\/80:hover {
  background-color: rgb(54 16 150 / 0.8);
}

.hover\:bg-brand-700\/85:hover {
  background-color: rgb(54 16 150 / 0.85);
}

.hover\:bg-brand-700\/90:hover {
  background-color: rgb(54 16 150 / 0.9);
}

.hover\:bg-brand-700\/95:hover {
  background-color: rgb(54 16 150 / 0.95);
}

.hover\:bg-brand-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 120 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-800\/0:hover {
  background-color: rgb(46 16 120 / 0);
}

.hover\:bg-brand-800\/10:hover {
  background-color: rgb(46 16 120 / 0.1);
}

.hover\:bg-brand-800\/100:hover {
  background-color: rgb(46 16 120 / 1);
}

.hover\:bg-brand-800\/15:hover {
  background-color: rgb(46 16 120 / 0.15);
}

.hover\:bg-brand-800\/20:hover {
  background-color: rgb(46 16 120 / 0.2);
}

.hover\:bg-brand-800\/25:hover {
  background-color: rgb(46 16 120 / 0.25);
}

.hover\:bg-brand-800\/30:hover {
  background-color: rgb(46 16 120 / 0.3);
}

.hover\:bg-brand-800\/35:hover {
  background-color: rgb(46 16 120 / 0.35);
}

.hover\:bg-brand-800\/40:hover {
  background-color: rgb(46 16 120 / 0.4);
}

.hover\:bg-brand-800\/45:hover {
  background-color: rgb(46 16 120 / 0.45);
}

.hover\:bg-brand-800\/5:hover {
  background-color: rgb(46 16 120 / 0.05);
}

.hover\:bg-brand-800\/50:hover {
  background-color: rgb(46 16 120 / 0.5);
}

.hover\:bg-brand-800\/55:hover {
  background-color: rgb(46 16 120 / 0.55);
}

.hover\:bg-brand-800\/60:hover {
  background-color: rgb(46 16 120 / 0.6);
}

.hover\:bg-brand-800\/65:hover {
  background-color: rgb(46 16 120 / 0.65);
}

.hover\:bg-brand-800\/70:hover {
  background-color: rgb(46 16 120 / 0.7);
}

.hover\:bg-brand-800\/75:hover {
  background-color: rgb(46 16 120 / 0.75);
}

.hover\:bg-brand-800\/80:hover {
  background-color: rgb(46 16 120 / 0.8);
}

.hover\:bg-brand-800\/85:hover {
  background-color: rgb(46 16 120 / 0.85);
}

.hover\:bg-brand-800\/90:hover {
  background-color: rgb(46 16 120 / 0.9);
}

.hover\:bg-brand-800\/95:hover {
  background-color: rgb(46 16 120 / 0.95);
}

.hover\:bg-brand-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 15 98 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-900\/0:hover {
  background-color: rgb(39 15 98 / 0);
}

.hover\:bg-brand-900\/10:hover {
  background-color: rgb(39 15 98 / 0.1);
}

.hover\:bg-brand-900\/100:hover {
  background-color: rgb(39 15 98 / 1);
}

.hover\:bg-brand-900\/15:hover {
  background-color: rgb(39 15 98 / 0.15);
}

.hover\:bg-brand-900\/20:hover {
  background-color: rgb(39 15 98 / 0.2);
}

.hover\:bg-brand-900\/25:hover {
  background-color: rgb(39 15 98 / 0.25);
}

.hover\:bg-brand-900\/30:hover {
  background-color: rgb(39 15 98 / 0.3);
}

.hover\:bg-brand-900\/35:hover {
  background-color: rgb(39 15 98 / 0.35);
}

.hover\:bg-brand-900\/40:hover {
  background-color: rgb(39 15 98 / 0.4);
}

.hover\:bg-brand-900\/45:hover {
  background-color: rgb(39 15 98 / 0.45);
}

.hover\:bg-brand-900\/5:hover {
  background-color: rgb(39 15 98 / 0.05);
}

.hover\:bg-brand-900\/50:hover {
  background-color: rgb(39 15 98 / 0.5);
}

.hover\:bg-brand-900\/55:hover {
  background-color: rgb(39 15 98 / 0.55);
}

.hover\:bg-brand-900\/60:hover {
  background-color: rgb(39 15 98 / 0.6);
}

.hover\:bg-brand-900\/65:hover {
  background-color: rgb(39 15 98 / 0.65);
}

.hover\:bg-brand-900\/70:hover {
  background-color: rgb(39 15 98 / 0.7);
}

.hover\:bg-brand-900\/75:hover {
  background-color: rgb(39 15 98 / 0.75);
}

.hover\:bg-brand-900\/80:hover {
  background-color: rgb(39 15 98 / 0.8);
}

.hover\:bg-brand-900\/85:hover {
  background-color: rgb(39 15 98 / 0.85);
}

.hover\:bg-brand-900\/90:hover {
  background-color: rgb(39 15 98 / 0.9);
}

.hover\:bg-brand-900\/95:hover {
  background-color: rgb(39 15 98 / 0.95);
}

.hover\:bg-brand-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 5 58 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-950\/0:hover {
  background-color: rgb(22 5 58 / 0);
}

.hover\:bg-brand-950\/10:hover {
  background-color: rgb(22 5 58 / 0.1);
}

.hover\:bg-brand-950\/100:hover {
  background-color: rgb(22 5 58 / 1);
}

.hover\:bg-brand-950\/15:hover {
  background-color: rgb(22 5 58 / 0.15);
}

.hover\:bg-brand-950\/20:hover {
  background-color: rgb(22 5 58 / 0.2);
}

.hover\:bg-brand-950\/25:hover {
  background-color: rgb(22 5 58 / 0.25);
}

.hover\:bg-brand-950\/30:hover {
  background-color: rgb(22 5 58 / 0.3);
}

.hover\:bg-brand-950\/35:hover {
  background-color: rgb(22 5 58 / 0.35);
}

.hover\:bg-brand-950\/40:hover {
  background-color: rgb(22 5 58 / 0.4);
}

.hover\:bg-brand-950\/45:hover {
  background-color: rgb(22 5 58 / 0.45);
}

.hover\:bg-brand-950\/5:hover {
  background-color: rgb(22 5 58 / 0.05);
}

.hover\:bg-brand-950\/50:hover {
  background-color: rgb(22 5 58 / 0.5);
}

.hover\:bg-brand-950\/55:hover {
  background-color: rgb(22 5 58 / 0.55);
}

.hover\:bg-brand-950\/60:hover {
  background-color: rgb(22 5 58 / 0.6);
}

.hover\:bg-brand-950\/65:hover {
  background-color: rgb(22 5 58 / 0.65);
}

.hover\:bg-brand-950\/70:hover {
  background-color: rgb(22 5 58 / 0.7);
}

.hover\:bg-brand-950\/75:hover {
  background-color: rgb(22 5 58 / 0.75);
}

.hover\:bg-brand-950\/80:hover {
  background-color: rgb(22 5 58 / 0.8);
}

.hover\:bg-brand-950\/85:hover {
  background-color: rgb(22 5 58 / 0.85);
}

.hover\:bg-brand-950\/90:hover {
  background-color: rgb(22 5 58 / 0.9);
}

.hover\:bg-brand-950\/95:hover {
  background-color: rgb(22 5 58 / 0.95);
}

.hover\:bg-neutral-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-100\/0:hover {
  background-color: rgb(246 245 244 / 0);
}

.hover\:bg-neutral-100\/10:hover {
  background-color: rgb(246 245 244 / 0.1);
}

.hover\:bg-neutral-100\/100:hover {
  background-color: rgb(246 245 244 / 1);
}

.hover\:bg-neutral-100\/15:hover {
  background-color: rgb(246 245 244 / 0.15);
}

.hover\:bg-neutral-100\/20:hover {
  background-color: rgb(246 245 244 / 0.2);
}

.hover\:bg-neutral-100\/25:hover {
  background-color: rgb(246 245 244 / 0.25);
}

.hover\:bg-neutral-100\/30:hover {
  background-color: rgb(246 245 244 / 0.3);
}

.hover\:bg-neutral-100\/35:hover {
  background-color: rgb(246 245 244 / 0.35);
}

.hover\:bg-neutral-100\/40:hover {
  background-color: rgb(246 245 244 / 0.4);
}

.hover\:bg-neutral-100\/45:hover {
  background-color: rgb(246 245 244 / 0.45);
}

.hover\:bg-neutral-100\/5:hover {
  background-color: rgb(246 245 244 / 0.05);
}

.hover\:bg-neutral-100\/50:hover {
  background-color: rgb(246 245 244 / 0.5);
}

.hover\:bg-neutral-100\/55:hover {
  background-color: rgb(246 245 244 / 0.55);
}

.hover\:bg-neutral-100\/60:hover {
  background-color: rgb(246 245 244 / 0.6);
}

.hover\:bg-neutral-100\/65:hover {
  background-color: rgb(246 245 244 / 0.65);
}

.hover\:bg-neutral-100\/70:hover {
  background-color: rgb(246 245 244 / 0.7);
}

.hover\:bg-neutral-100\/75:hover {
  background-color: rgb(246 245 244 / 0.75);
}

.hover\:bg-neutral-100\/80:hover {
  background-color: rgb(246 245 244 / 0.8);
}

.hover\:bg-neutral-100\/85:hover {
  background-color: rgb(246 245 244 / 0.85);
}

.hover\:bg-neutral-100\/90:hover {
  background-color: rgb(246 245 244 / 0.9);
}

.hover\:bg-neutral-100\/95:hover {
  background-color: rgb(246 245 244 / 0.95);
}

.hover\:bg-neutral-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 227 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-200\/0:hover {
  background-color: rgb(233 230 227 / 0);
}

.hover\:bg-neutral-200\/10:hover {
  background-color: rgb(233 230 227 / 0.1);
}

.hover\:bg-neutral-200\/100:hover {
  background-color: rgb(233 230 227 / 1);
}

.hover\:bg-neutral-200\/15:hover {
  background-color: rgb(233 230 227 / 0.15);
}

.hover\:bg-neutral-200\/20:hover {
  background-color: rgb(233 230 227 / 0.2);
}

.hover\:bg-neutral-200\/25:hover {
  background-color: rgb(233 230 227 / 0.25);
}

.hover\:bg-neutral-200\/30:hover {
  background-color: rgb(233 230 227 / 0.3);
}

.hover\:bg-neutral-200\/35:hover {
  background-color: rgb(233 230 227 / 0.35);
}

.hover\:bg-neutral-200\/40:hover {
  background-color: rgb(233 230 227 / 0.4);
}

.hover\:bg-neutral-200\/45:hover {
  background-color: rgb(233 230 227 / 0.45);
}

.hover\:bg-neutral-200\/5:hover {
  background-color: rgb(233 230 227 / 0.05);
}

.hover\:bg-neutral-200\/50:hover {
  background-color: rgb(233 230 227 / 0.5);
}

.hover\:bg-neutral-200\/55:hover {
  background-color: rgb(233 230 227 / 0.55);
}

.hover\:bg-neutral-200\/60:hover {
  background-color: rgb(233 230 227 / 0.6);
}

.hover\:bg-neutral-200\/65:hover {
  background-color: rgb(233 230 227 / 0.65);
}

.hover\:bg-neutral-200\/70:hover {
  background-color: rgb(233 230 227 / 0.7);
}

.hover\:bg-neutral-200\/75:hover {
  background-color: rgb(233 230 227 / 0.75);
}

.hover\:bg-neutral-200\/80:hover {
  background-color: rgb(233 230 227 / 0.8);
}

.hover\:bg-neutral-200\/85:hover {
  background-color: rgb(233 230 227 / 0.85);
}

.hover\:bg-neutral-200\/90:hover {
  background-color: rgb(233 230 227 / 0.9);
}

.hover\:bg-neutral-200\/95:hover {
  background-color: rgb(233 230 227 / 0.95);
}

.hover\:bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(215 210 205 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-300\/0:hover {
  background-color: rgb(215 210 205 / 0);
}

.hover\:bg-neutral-300\/10:hover {
  background-color: rgb(215 210 205 / 0.1);
}

.hover\:bg-neutral-300\/100:hover {
  background-color: rgb(215 210 205 / 1);
}

.hover\:bg-neutral-300\/15:hover {
  background-color: rgb(215 210 205 / 0.15);
}

.hover\:bg-neutral-300\/20:hover {
  background-color: rgb(215 210 205 / 0.2);
}

.hover\:bg-neutral-300\/25:hover {
  background-color: rgb(215 210 205 / 0.25);
}

.hover\:bg-neutral-300\/30:hover {
  background-color: rgb(215 210 205 / 0.3);
}

.hover\:bg-neutral-300\/35:hover {
  background-color: rgb(215 210 205 / 0.35);
}

.hover\:bg-neutral-300\/40:hover {
  background-color: rgb(215 210 205 / 0.4);
}

.hover\:bg-neutral-300\/45:hover {
  background-color: rgb(215 210 205 / 0.45);
}

.hover\:bg-neutral-300\/5:hover {
  background-color: rgb(215 210 205 / 0.05);
}

.hover\:bg-neutral-300\/50:hover {
  background-color: rgb(215 210 205 / 0.5);
}

.hover\:bg-neutral-300\/55:hover {
  background-color: rgb(215 210 205 / 0.55);
}

.hover\:bg-neutral-300\/60:hover {
  background-color: rgb(215 210 205 / 0.6);
}

.hover\:bg-neutral-300\/65:hover {
  background-color: rgb(215 210 205 / 0.65);
}

.hover\:bg-neutral-300\/70:hover {
  background-color: rgb(215 210 205 / 0.7);
}

.hover\:bg-neutral-300\/75:hover {
  background-color: rgb(215 210 205 / 0.75);
}

.hover\:bg-neutral-300\/80:hover {
  background-color: rgb(215 210 205 / 0.8);
}

.hover\:bg-neutral-300\/85:hover {
  background-color: rgb(215 210 205 / 0.85);
}

.hover\:bg-neutral-300\/90:hover {
  background-color: rgb(215 210 205 / 0.9);
}

.hover\:bg-neutral-300\/95:hover {
  background-color: rgb(215 210 205 / 0.95);
}

.hover\:bg-neutral-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(175 168 161 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-400\/0:hover {
  background-color: rgb(175 168 161 / 0);
}

.hover\:bg-neutral-400\/10:hover {
  background-color: rgb(175 168 161 / 0.1);
}

.hover\:bg-neutral-400\/100:hover {
  background-color: rgb(175 168 161 / 1);
}

.hover\:bg-neutral-400\/15:hover {
  background-color: rgb(175 168 161 / 0.15);
}

.hover\:bg-neutral-400\/20:hover {
  background-color: rgb(175 168 161 / 0.2);
}

.hover\:bg-neutral-400\/25:hover {
  background-color: rgb(175 168 161 / 0.25);
}

.hover\:bg-neutral-400\/30:hover {
  background-color: rgb(175 168 161 / 0.3);
}

.hover\:bg-neutral-400\/35:hover {
  background-color: rgb(175 168 161 / 0.35);
}

.hover\:bg-neutral-400\/40:hover {
  background-color: rgb(175 168 161 / 0.4);
}

.hover\:bg-neutral-400\/45:hover {
  background-color: rgb(175 168 161 / 0.45);
}

.hover\:bg-neutral-400\/5:hover {
  background-color: rgb(175 168 161 / 0.05);
}

.hover\:bg-neutral-400\/50:hover {
  background-color: rgb(175 168 161 / 0.5);
}

.hover\:bg-neutral-400\/55:hover {
  background-color: rgb(175 168 161 / 0.55);
}

.hover\:bg-neutral-400\/60:hover {
  background-color: rgb(175 168 161 / 0.6);
}

.hover\:bg-neutral-400\/65:hover {
  background-color: rgb(175 168 161 / 0.65);
}

.hover\:bg-neutral-400\/70:hover {
  background-color: rgb(175 168 161 / 0.7);
}

.hover\:bg-neutral-400\/75:hover {
  background-color: rgb(175 168 161 / 0.75);
}

.hover\:bg-neutral-400\/80:hover {
  background-color: rgb(175 168 161 / 0.8);
}

.hover\:bg-neutral-400\/85:hover {
  background-color: rgb(175 168 161 / 0.85);
}

.hover\:bg-neutral-400\/90:hover {
  background-color: rgb(175 168 161 / 0.9);
}

.hover\:bg-neutral-400\/95:hover {
  background-color: rgb(175 168 161 / 0.95);
}

.hover\:bg-neutral-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-50\/0:hover {
  background-color: rgb(251 250 249 / 0);
}

.hover\:bg-neutral-50\/10:hover {
  background-color: rgb(251 250 249 / 0.1);
}

.hover\:bg-neutral-50\/100:hover {
  background-color: rgb(251 250 249 / 1);
}

.hover\:bg-neutral-50\/15:hover {
  background-color: rgb(251 250 249 / 0.15);
}

.hover\:bg-neutral-50\/20:hover {
  background-color: rgb(251 250 249 / 0.2);
}

.hover\:bg-neutral-50\/25:hover {
  background-color: rgb(251 250 249 / 0.25);
}

.hover\:bg-neutral-50\/30:hover {
  background-color: rgb(251 250 249 / 0.3);
}

.hover\:bg-neutral-50\/35:hover {
  background-color: rgb(251 250 249 / 0.35);
}

.hover\:bg-neutral-50\/40:hover {
  background-color: rgb(251 250 249 / 0.4);
}

.hover\:bg-neutral-50\/45:hover {
  background-color: rgb(251 250 249 / 0.45);
}

.hover\:bg-neutral-50\/5:hover {
  background-color: rgb(251 250 249 / 0.05);
}

.hover\:bg-neutral-50\/50:hover {
  background-color: rgb(251 250 249 / 0.5);
}

.hover\:bg-neutral-50\/55:hover {
  background-color: rgb(251 250 249 / 0.55);
}

.hover\:bg-neutral-50\/60:hover {
  background-color: rgb(251 250 249 / 0.6);
}

.hover\:bg-neutral-50\/65:hover {
  background-color: rgb(251 250 249 / 0.65);
}

.hover\:bg-neutral-50\/70:hover {
  background-color: rgb(251 250 249 / 0.7);
}

.hover\:bg-neutral-50\/75:hover {
  background-color: rgb(251 250 249 / 0.75);
}

.hover\:bg-neutral-50\/80:hover {
  background-color: rgb(251 250 249 / 0.8);
}

.hover\:bg-neutral-50\/85:hover {
  background-color: rgb(251 250 249 / 0.85);
}

.hover\:bg-neutral-50\/90:hover {
  background-color: rgb(251 250 249 / 0.9);
}

.hover\:bg-neutral-50\/95:hover {
  background-color: rgb(251 250 249 / 0.95);
}

.hover\:bg-neutral-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(129 121 113 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-500\/0:hover {
  background-color: rgb(129 121 113 / 0);
}

.hover\:bg-neutral-500\/10:hover {
  background-color: rgb(129 121 113 / 0.1);
}

.hover\:bg-neutral-500\/100:hover {
  background-color: rgb(129 121 113 / 1);
}

.hover\:bg-neutral-500\/15:hover {
  background-color: rgb(129 121 113 / 0.15);
}

.hover\:bg-neutral-500\/20:hover {
  background-color: rgb(129 121 113 / 0.2);
}

.hover\:bg-neutral-500\/25:hover {
  background-color: rgb(129 121 113 / 0.25);
}

.hover\:bg-neutral-500\/30:hover {
  background-color: rgb(129 121 113 / 0.3);
}

.hover\:bg-neutral-500\/35:hover {
  background-color: rgb(129 121 113 / 0.35);
}

.hover\:bg-neutral-500\/40:hover {
  background-color: rgb(129 121 113 / 0.4);
}

.hover\:bg-neutral-500\/45:hover {
  background-color: rgb(129 121 113 / 0.45);
}

.hover\:bg-neutral-500\/5:hover {
  background-color: rgb(129 121 113 / 0.05);
}

.hover\:bg-neutral-500\/50:hover {
  background-color: rgb(129 121 113 / 0.5);
}

.hover\:bg-neutral-500\/55:hover {
  background-color: rgb(129 121 113 / 0.55);
}

.hover\:bg-neutral-500\/60:hover {
  background-color: rgb(129 121 113 / 0.6);
}

.hover\:bg-neutral-500\/65:hover {
  background-color: rgb(129 121 113 / 0.65);
}

.hover\:bg-neutral-500\/70:hover {
  background-color: rgb(129 121 113 / 0.7);
}

.hover\:bg-neutral-500\/75:hover {
  background-color: rgb(129 121 113 / 0.75);
}

.hover\:bg-neutral-500\/80:hover {
  background-color: rgb(129 121 113 / 0.8);
}

.hover\:bg-neutral-500\/85:hover {
  background-color: rgb(129 121 113 / 0.85);
}

.hover\:bg-neutral-500\/90:hover {
  background-color: rgb(129 121 113 / 0.9);
}

.hover\:bg-neutral-500\/95:hover {
  background-color: rgb(129 121 113 / 0.95);
}

.hover\:bg-neutral-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 89 82 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-600\/0:hover {
  background-color: rgb(96 89 82 / 0);
}

.hover\:bg-neutral-600\/10:hover {
  background-color: rgb(96 89 82 / 0.1);
}

.hover\:bg-neutral-600\/100:hover {
  background-color: rgb(96 89 82 / 1);
}

.hover\:bg-neutral-600\/15:hover {
  background-color: rgb(96 89 82 / 0.15);
}

.hover\:bg-neutral-600\/20:hover {
  background-color: rgb(96 89 82 / 0.2);
}

.hover\:bg-neutral-600\/25:hover {
  background-color: rgb(96 89 82 / 0.25);
}

.hover\:bg-neutral-600\/30:hover {
  background-color: rgb(96 89 82 / 0.3);
}

.hover\:bg-neutral-600\/35:hover {
  background-color: rgb(96 89 82 / 0.35);
}

.hover\:bg-neutral-600\/40:hover {
  background-color: rgb(96 89 82 / 0.4);
}

.hover\:bg-neutral-600\/45:hover {
  background-color: rgb(96 89 82 / 0.45);
}

.hover\:bg-neutral-600\/5:hover {
  background-color: rgb(96 89 82 / 0.05);
}

.hover\:bg-neutral-600\/50:hover {
  background-color: rgb(96 89 82 / 0.5);
}

.hover\:bg-neutral-600\/55:hover {
  background-color: rgb(96 89 82 / 0.55);
}

.hover\:bg-neutral-600\/60:hover {
  background-color: rgb(96 89 82 / 0.6);
}

.hover\:bg-neutral-600\/65:hover {
  background-color: rgb(96 89 82 / 0.65);
}

.hover\:bg-neutral-600\/70:hover {
  background-color: rgb(96 89 82 / 0.7);
}

.hover\:bg-neutral-600\/75:hover {
  background-color: rgb(96 89 82 / 0.75);
}

.hover\:bg-neutral-600\/80:hover {
  background-color: rgb(96 89 82 / 0.8);
}

.hover\:bg-neutral-600\/85:hover {
  background-color: rgb(96 89 82 / 0.85);
}

.hover\:bg-neutral-600\/90:hover {
  background-color: rgb(96 89 82 / 0.9);
}

.hover\:bg-neutral-600\/95:hover {
  background-color: rgb(96 89 82 / 0.95);
}

.hover\:bg-neutral-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(73 68 63 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-700\/0:hover {
  background-color: rgb(73 68 63 / 0);
}

.hover\:bg-neutral-700\/10:hover {
  background-color: rgb(73 68 63 / 0.1);
}

.hover\:bg-neutral-700\/100:hover {
  background-color: rgb(73 68 63 / 1);
}

.hover\:bg-neutral-700\/15:hover {
  background-color: rgb(73 68 63 / 0.15);
}

.hover\:bg-neutral-700\/20:hover {
  background-color: rgb(73 68 63 / 0.2);
}

.hover\:bg-neutral-700\/25:hover {
  background-color: rgb(73 68 63 / 0.25);
}

.hover\:bg-neutral-700\/30:hover {
  background-color: rgb(73 68 63 / 0.3);
}

.hover\:bg-neutral-700\/35:hover {
  background-color: rgb(73 68 63 / 0.35);
}

.hover\:bg-neutral-700\/40:hover {
  background-color: rgb(73 68 63 / 0.4);
}

.hover\:bg-neutral-700\/45:hover {
  background-color: rgb(73 68 63 / 0.45);
}

.hover\:bg-neutral-700\/5:hover {
  background-color: rgb(73 68 63 / 0.05);
}

.hover\:bg-neutral-700\/50:hover {
  background-color: rgb(73 68 63 / 0.5);
}

.hover\:bg-neutral-700\/55:hover {
  background-color: rgb(73 68 63 / 0.55);
}

.hover\:bg-neutral-700\/60:hover {
  background-color: rgb(73 68 63 / 0.6);
}

.hover\:bg-neutral-700\/65:hover {
  background-color: rgb(73 68 63 / 0.65);
}

.hover\:bg-neutral-700\/70:hover {
  background-color: rgb(73 68 63 / 0.7);
}

.hover\:bg-neutral-700\/75:hover {
  background-color: rgb(73 68 63 / 0.75);
}

.hover\:bg-neutral-700\/80:hover {
  background-color: rgb(73 68 63 / 0.8);
}

.hover\:bg-neutral-700\/85:hover {
  background-color: rgb(73 68 63 / 0.85);
}

.hover\:bg-neutral-700\/90:hover {
  background-color: rgb(73 68 63 / 0.9);
}

.hover\:bg-neutral-700\/95:hover {
  background-color: rgb(73 68 63 / 0.95);
}

.hover\:bg-neutral-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(48 45 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-800\/0:hover {
  background-color: rgb(48 45 42 / 0);
}

.hover\:bg-neutral-800\/10:hover {
  background-color: rgb(48 45 42 / 0.1);
}

.hover\:bg-neutral-800\/100:hover {
  background-color: rgb(48 45 42 / 1);
}

.hover\:bg-neutral-800\/15:hover {
  background-color: rgb(48 45 42 / 0.15);
}

.hover\:bg-neutral-800\/20:hover {
  background-color: rgb(48 45 42 / 0.2);
}

.hover\:bg-neutral-800\/25:hover {
  background-color: rgb(48 45 42 / 0.25);
}

.hover\:bg-neutral-800\/30:hover {
  background-color: rgb(48 45 42 / 0.3);
}

.hover\:bg-neutral-800\/35:hover {
  background-color: rgb(48 45 42 / 0.35);
}

.hover\:bg-neutral-800\/40:hover {
  background-color: rgb(48 45 42 / 0.4);
}

.hover\:bg-neutral-800\/45:hover {
  background-color: rgb(48 45 42 / 0.45);
}

.hover\:bg-neutral-800\/5:hover {
  background-color: rgb(48 45 42 / 0.05);
}

.hover\:bg-neutral-800\/50:hover {
  background-color: rgb(48 45 42 / 0.5);
}

.hover\:bg-neutral-800\/55:hover {
  background-color: rgb(48 45 42 / 0.55);
}

.hover\:bg-neutral-800\/60:hover {
  background-color: rgb(48 45 42 / 0.6);
}

.hover\:bg-neutral-800\/65:hover {
  background-color: rgb(48 45 42 / 0.65);
}

.hover\:bg-neutral-800\/70:hover {
  background-color: rgb(48 45 42 / 0.7);
}

.hover\:bg-neutral-800\/75:hover {
  background-color: rgb(48 45 42 / 0.75);
}

.hover\:bg-neutral-800\/80:hover {
  background-color: rgb(48 45 42 / 0.8);
}

.hover\:bg-neutral-800\/85:hover {
  background-color: rgb(48 45 42 / 0.85);
}

.hover\:bg-neutral-800\/90:hover {
  background-color: rgb(48 45 42 / 0.9);
}

.hover\:bg-neutral-800\/95:hover {
  background-color: rgb(48 45 42 / 0.95);
}

.hover\:bg-neutral-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(33 31 29 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-900\/0:hover {
  background-color: rgb(33 31 29 / 0);
}

.hover\:bg-neutral-900\/10:hover {
  background-color: rgb(33 31 29 / 0.1);
}

.hover\:bg-neutral-900\/100:hover {
  background-color: rgb(33 31 29 / 1);
}

.hover\:bg-neutral-900\/15:hover {
  background-color: rgb(33 31 29 / 0.15);
}

.hover\:bg-neutral-900\/20:hover {
  background-color: rgb(33 31 29 / 0.2);
}

.hover\:bg-neutral-900\/25:hover {
  background-color: rgb(33 31 29 / 0.25);
}

.hover\:bg-neutral-900\/30:hover {
  background-color: rgb(33 31 29 / 0.3);
}

.hover\:bg-neutral-900\/35:hover {
  background-color: rgb(33 31 29 / 0.35);
}

.hover\:bg-neutral-900\/40:hover {
  background-color: rgb(33 31 29 / 0.4);
}

.hover\:bg-neutral-900\/45:hover {
  background-color: rgb(33 31 29 / 0.45);
}

.hover\:bg-neutral-900\/5:hover {
  background-color: rgb(33 31 29 / 0.05);
}

.hover\:bg-neutral-900\/50:hover {
  background-color: rgb(33 31 29 / 0.5);
}

.hover\:bg-neutral-900\/55:hover {
  background-color: rgb(33 31 29 / 0.55);
}

.hover\:bg-neutral-900\/60:hover {
  background-color: rgb(33 31 29 / 0.6);
}

.hover\:bg-neutral-900\/65:hover {
  background-color: rgb(33 31 29 / 0.65);
}

.hover\:bg-neutral-900\/70:hover {
  background-color: rgb(33 31 29 / 0.7);
}

.hover\:bg-neutral-900\/75:hover {
  background-color: rgb(33 31 29 / 0.75);
}

.hover\:bg-neutral-900\/80:hover {
  background-color: rgb(33 31 29 / 0.8);
}

.hover\:bg-neutral-900\/85:hover {
  background-color: rgb(33 31 29 / 0.85);
}

.hover\:bg-neutral-900\/90:hover {
  background-color: rgb(33 31 29 / 0.9);
}

.hover\:bg-neutral-900\/95:hover {
  background-color: rgb(33 31 29 / 0.95);
}

.hover\:bg-neutral-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(18 17 16 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-950\/0:hover {
  background-color: rgb(18 17 16 / 0);
}

.hover\:bg-neutral-950\/10:hover {
  background-color: rgb(18 17 16 / 0.1);
}

.hover\:bg-neutral-950\/100:hover {
  background-color: rgb(18 17 16 / 1);
}

.hover\:bg-neutral-950\/15:hover {
  background-color: rgb(18 17 16 / 0.15);
}

.hover\:bg-neutral-950\/20:hover {
  background-color: rgb(18 17 16 / 0.2);
}

.hover\:bg-neutral-950\/25:hover {
  background-color: rgb(18 17 16 / 0.25);
}

.hover\:bg-neutral-950\/30:hover {
  background-color: rgb(18 17 16 / 0.3);
}

.hover\:bg-neutral-950\/35:hover {
  background-color: rgb(18 17 16 / 0.35);
}

.hover\:bg-neutral-950\/40:hover {
  background-color: rgb(18 17 16 / 0.4);
}

.hover\:bg-neutral-950\/45:hover {
  background-color: rgb(18 17 16 / 0.45);
}

.hover\:bg-neutral-950\/5:hover {
  background-color: rgb(18 17 16 / 0.05);
}

.hover\:bg-neutral-950\/50:hover {
  background-color: rgb(18 17 16 / 0.5);
}

.hover\:bg-neutral-950\/55:hover {
  background-color: rgb(18 17 16 / 0.55);
}

.hover\:bg-neutral-950\/60:hover {
  background-color: rgb(18 17 16 / 0.6);
}

.hover\:bg-neutral-950\/65:hover {
  background-color: rgb(18 17 16 / 0.65);
}

.hover\:bg-neutral-950\/70:hover {
  background-color: rgb(18 17 16 / 0.7);
}

.hover\:bg-neutral-950\/75:hover {
  background-color: rgb(18 17 16 / 0.75);
}

.hover\:bg-neutral-950\/80:hover {
  background-color: rgb(18 17 16 / 0.8);
}

.hover\:bg-neutral-950\/85:hover {
  background-color: rgb(18 17 16 / 0.85);
}

.hover\:bg-neutral-950\/90:hover {
  background-color: rgb(18 17 16 / 0.9);
}

.hover\:bg-neutral-950\/95:hover {
  background-color: rgb(18 17 16 / 0.95);
}

.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 234 222 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-100\/0:hover {
  background-color: rgb(254 234 222 / 0);
}

.hover\:bg-primary-100\/10:hover {
  background-color: rgb(254 234 222 / 0.1);
}

.hover\:bg-primary-100\/100:hover {
  background-color: rgb(254 234 222 / 1);
}

.hover\:bg-primary-100\/15:hover {
  background-color: rgb(254 234 222 / 0.15);
}

.hover\:bg-primary-100\/20:hover {
  background-color: rgb(254 234 222 / 0.2);
}

.hover\:bg-primary-100\/25:hover {
  background-color: rgb(254 234 222 / 0.25);
}

.hover\:bg-primary-100\/30:hover {
  background-color: rgb(254 234 222 / 0.3);
}

.hover\:bg-primary-100\/35:hover {
  background-color: rgb(254 234 222 / 0.35);
}

.hover\:bg-primary-100\/40:hover {
  background-color: rgb(254 234 222 / 0.4);
}

.hover\:bg-primary-100\/45:hover {
  background-color: rgb(254 234 222 / 0.45);
}

.hover\:bg-primary-100\/5:hover {
  background-color: rgb(254 234 222 / 0.05);
}

.hover\:bg-primary-100\/50:hover {
  background-color: rgb(254 234 222 / 0.5);
}

.hover\:bg-primary-100\/55:hover {
  background-color: rgb(254 234 222 / 0.55);
}

.hover\:bg-primary-100\/60:hover {
  background-color: rgb(254 234 222 / 0.6);
}

.hover\:bg-primary-100\/65:hover {
  background-color: rgb(254 234 222 / 0.65);
}

.hover\:bg-primary-100\/70:hover {
  background-color: rgb(254 234 222 / 0.7);
}

.hover\:bg-primary-100\/75:hover {
  background-color: rgb(254 234 222 / 0.75);
}

.hover\:bg-primary-100\/80:hover {
  background-color: rgb(254 234 222 / 0.8);
}

.hover\:bg-primary-100\/85:hover {
  background-color: rgb(254 234 222 / 0.85);
}

.hover\:bg-primary-100\/90:hover {
  background-color: rgb(254 234 222 / 0.9);
}

.hover\:bg-primary-100\/95:hover {
  background-color: rgb(254 234 222 / 0.95);
}

.hover\:bg-primary-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 189 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-200\/0:hover {
  background-color: rgb(252 211 189 / 0);
}

.hover\:bg-primary-200\/10:hover {
  background-color: rgb(252 211 189 / 0.1);
}

.hover\:bg-primary-200\/100:hover {
  background-color: rgb(252 211 189 / 1);
}

.hover\:bg-primary-200\/15:hover {
  background-color: rgb(252 211 189 / 0.15);
}

.hover\:bg-primary-200\/20:hover {
  background-color: rgb(252 211 189 / 0.2);
}

.hover\:bg-primary-200\/25:hover {
  background-color: rgb(252 211 189 / 0.25);
}

.hover\:bg-primary-200\/30:hover {
  background-color: rgb(252 211 189 / 0.3);
}

.hover\:bg-primary-200\/35:hover {
  background-color: rgb(252 211 189 / 0.35);
}

.hover\:bg-primary-200\/40:hover {
  background-color: rgb(252 211 189 / 0.4);
}

.hover\:bg-primary-200\/45:hover {
  background-color: rgb(252 211 189 / 0.45);
}

.hover\:bg-primary-200\/5:hover {
  background-color: rgb(252 211 189 / 0.05);
}

.hover\:bg-primary-200\/50:hover {
  background-color: rgb(252 211 189 / 0.5);
}

.hover\:bg-primary-200\/55:hover {
  background-color: rgb(252 211 189 / 0.55);
}

.hover\:bg-primary-200\/60:hover {
  background-color: rgb(252 211 189 / 0.6);
}

.hover\:bg-primary-200\/65:hover {
  background-color: rgb(252 211 189 / 0.65);
}

.hover\:bg-primary-200\/70:hover {
  background-color: rgb(252 211 189 / 0.7);
}

.hover\:bg-primary-200\/75:hover {
  background-color: rgb(252 211 189 / 0.75);
}

.hover\:bg-primary-200\/80:hover {
  background-color: rgb(252 211 189 / 0.8);
}

.hover\:bg-primary-200\/85:hover {
  background-color: rgb(252 211 189 / 0.85);
}

.hover\:bg-primary-200\/90:hover {
  background-color: rgb(252 211 189 / 0.9);
}

.hover\:bg-primary-200\/95:hover {
  background-color: rgb(252 211 189 / 0.95);
}

.hover\:bg-primary-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(250 179 143 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-300\/0:hover {
  background-color: rgb(250 179 143 / 0);
}

.hover\:bg-primary-300\/10:hover {
  background-color: rgb(250 179 143 / 0.1);
}

.hover\:bg-primary-300\/100:hover {
  background-color: rgb(250 179 143 / 1);
}

.hover\:bg-primary-300\/15:hover {
  background-color: rgb(250 179 143 / 0.15);
}

.hover\:bg-primary-300\/20:hover {
  background-color: rgb(250 179 143 / 0.2);
}

.hover\:bg-primary-300\/25:hover {
  background-color: rgb(250 179 143 / 0.25);
}

.hover\:bg-primary-300\/30:hover {
  background-color: rgb(250 179 143 / 0.3);
}

.hover\:bg-primary-300\/35:hover {
  background-color: rgb(250 179 143 / 0.35);
}

.hover\:bg-primary-300\/40:hover {
  background-color: rgb(250 179 143 / 0.4);
}

.hover\:bg-primary-300\/45:hover {
  background-color: rgb(250 179 143 / 0.45);
}

.hover\:bg-primary-300\/5:hover {
  background-color: rgb(250 179 143 / 0.05);
}

.hover\:bg-primary-300\/50:hover {
  background-color: rgb(250 179 143 / 0.5);
}

.hover\:bg-primary-300\/55:hover {
  background-color: rgb(250 179 143 / 0.55);
}

.hover\:bg-primary-300\/60:hover {
  background-color: rgb(250 179 143 / 0.6);
}

.hover\:bg-primary-300\/65:hover {
  background-color: rgb(250 179 143 / 0.65);
}

.hover\:bg-primary-300\/70:hover {
  background-color: rgb(250 179 143 / 0.7);
}

.hover\:bg-primary-300\/75:hover {
  background-color: rgb(250 179 143 / 0.75);
}

.hover\:bg-primary-300\/80:hover {
  background-color: rgb(250 179 143 / 0.8);
}

.hover\:bg-primary-300\/85:hover {
  background-color: rgb(250 179 143 / 0.85);
}

.hover\:bg-primary-300\/90:hover {
  background-color: rgb(250 179 143 / 0.9);
}

.hover\:bg-primary-300\/95:hover {
  background-color: rgb(250 179 143 / 0.95);
}

.hover\:bg-primary-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 151 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-400\/0:hover {
  background-color: rgb(249 151 102 / 0);
}

.hover\:bg-primary-400\/10:hover {
  background-color: rgb(249 151 102 / 0.1);
}

.hover\:bg-primary-400\/100:hover {
  background-color: rgb(249 151 102 / 1);
}

.hover\:bg-primary-400\/15:hover {
  background-color: rgb(249 151 102 / 0.15);
}

.hover\:bg-primary-400\/20:hover {
  background-color: rgb(249 151 102 / 0.2);
}

.hover\:bg-primary-400\/25:hover {
  background-color: rgb(249 151 102 / 0.25);
}

.hover\:bg-primary-400\/30:hover {
  background-color: rgb(249 151 102 / 0.3);
}

.hover\:bg-primary-400\/35:hover {
  background-color: rgb(249 151 102 / 0.35);
}

.hover\:bg-primary-400\/40:hover {
  background-color: rgb(249 151 102 / 0.4);
}

.hover\:bg-primary-400\/45:hover {
  background-color: rgb(249 151 102 / 0.45);
}

.hover\:bg-primary-400\/5:hover {
  background-color: rgb(249 151 102 / 0.05);
}

.hover\:bg-primary-400\/50:hover {
  background-color: rgb(249 151 102 / 0.5);
}

.hover\:bg-primary-400\/55:hover {
  background-color: rgb(249 151 102 / 0.55);
}

.hover\:bg-primary-400\/60:hover {
  background-color: rgb(249 151 102 / 0.6);
}

.hover\:bg-primary-400\/65:hover {
  background-color: rgb(249 151 102 / 0.65);
}

.hover\:bg-primary-400\/70:hover {
  background-color: rgb(249 151 102 / 0.7);
}

.hover\:bg-primary-400\/75:hover {
  background-color: rgb(249 151 102 / 0.75);
}

.hover\:bg-primary-400\/80:hover {
  background-color: rgb(249 151 102 / 0.8);
}

.hover\:bg-primary-400\/85:hover {
  background-color: rgb(249 151 102 / 0.85);
}

.hover\:bg-primary-400\/90:hover {
  background-color: rgb(249 151 102 / 0.9);
}

.hover\:bg-primary-400\/95:hover {
  background-color: rgb(249 151 102 / 0.95);
}

.hover\:bg-primary-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-50\/0:hover {
  background-color: rgb(255 247 242 / 0);
}

.hover\:bg-primary-50\/10:hover {
  background-color: rgb(255 247 242 / 0.1);
}

.hover\:bg-primary-50\/100:hover {
  background-color: rgb(255 247 242 / 1);
}

.hover\:bg-primary-50\/15:hover {
  background-color: rgb(255 247 242 / 0.15);
}

.hover\:bg-primary-50\/20:hover {
  background-color: rgb(255 247 242 / 0.2);
}

.hover\:bg-primary-50\/25:hover {
  background-color: rgb(255 247 242 / 0.25);
}

.hover\:bg-primary-50\/30:hover {
  background-color: rgb(255 247 242 / 0.3);
}

.hover\:bg-primary-50\/35:hover {
  background-color: rgb(255 247 242 / 0.35);
}

.hover\:bg-primary-50\/40:hover {
  background-color: rgb(255 247 242 / 0.4);
}

.hover\:bg-primary-50\/45:hover {
  background-color: rgb(255 247 242 / 0.45);
}

.hover\:bg-primary-50\/5:hover {
  background-color: rgb(255 247 242 / 0.05);
}

.hover\:bg-primary-50\/50:hover {
  background-color: rgb(255 247 242 / 0.5);
}

.hover\:bg-primary-50\/55:hover {
  background-color: rgb(255 247 242 / 0.55);
}

.hover\:bg-primary-50\/60:hover {
  background-color: rgb(255 247 242 / 0.6);
}

.hover\:bg-primary-50\/65:hover {
  background-color: rgb(255 247 242 / 0.65);
}

.hover\:bg-primary-50\/70:hover {
  background-color: rgb(255 247 242 / 0.7);
}

.hover\:bg-primary-50\/75:hover {
  background-color: rgb(255 247 242 / 0.75);
}

.hover\:bg-primary-50\/80:hover {
  background-color: rgb(255 247 242 / 0.8);
}

.hover\:bg-primary-50\/85:hover {
  background-color: rgb(255 247 242 / 0.85);
}

.hover\:bg-primary-50\/90:hover {
  background-color: rgb(255 247 242 / 0.9);
}

.hover\:bg-primary-50\/95:hover {
  background-color: rgb(255 247 242 / 0.95);
}

.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(247 141 77 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-500\/0:hover {
  background-color: rgb(247 141 77 / 0);
}

.hover\:bg-primary-500\/10:hover {
  background-color: rgb(247 141 77 / 0.1);
}

.hover\:bg-primary-500\/100:hover {
  background-color: rgb(247 141 77 / 1);
}

.hover\:bg-primary-500\/15:hover {
  background-color: rgb(247 141 77 / 0.15);
}

.hover\:bg-primary-500\/20:hover {
  background-color: rgb(247 141 77 / 0.2);
}

.hover\:bg-primary-500\/25:hover {
  background-color: rgb(247 141 77 / 0.25);
}

.hover\:bg-primary-500\/30:hover {
  background-color: rgb(247 141 77 / 0.3);
}

.hover\:bg-primary-500\/35:hover {
  background-color: rgb(247 141 77 / 0.35);
}

.hover\:bg-primary-500\/40:hover {
  background-color: rgb(247 141 77 / 0.4);
}

.hover\:bg-primary-500\/45:hover {
  background-color: rgb(247 141 77 / 0.45);
}

.hover\:bg-primary-500\/5:hover {
  background-color: rgb(247 141 77 / 0.05);
}

.hover\:bg-primary-500\/50:hover {
  background-color: rgb(247 141 77 / 0.5);
}

.hover\:bg-primary-500\/55:hover {
  background-color: rgb(247 141 77 / 0.55);
}

.hover\:bg-primary-500\/60:hover {
  background-color: rgb(247 141 77 / 0.6);
}

.hover\:bg-primary-500\/65:hover {
  background-color: rgb(247 141 77 / 0.65);
}

.hover\:bg-primary-500\/70:hover {
  background-color: rgb(247 141 77 / 0.7);
}

.hover\:bg-primary-500\/75:hover {
  background-color: rgb(247 141 77 / 0.75);
}

.hover\:bg-primary-500\/80:hover {
  background-color: rgb(247 141 77 / 0.8);
}

.hover\:bg-primary-500\/85:hover {
  background-color: rgb(247 141 77 / 0.85);
}

.hover\:bg-primary-500\/90:hover {
  background-color: rgb(247 141 77 / 0.9);
}

.hover\:bg-primary-500\/95:hover {
  background-color: rgb(247 141 77 / 0.95);
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 99 37 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-600\/0:hover {
  background-color: rgb(233 99 37 / 0);
}

.hover\:bg-primary-600\/10:hover {
  background-color: rgb(233 99 37 / 0.1);
}

.hover\:bg-primary-600\/100:hover {
  background-color: rgb(233 99 37 / 1);
}

.hover\:bg-primary-600\/15:hover {
  background-color: rgb(233 99 37 / 0.15);
}

.hover\:bg-primary-600\/20:hover {
  background-color: rgb(233 99 37 / 0.2);
}

.hover\:bg-primary-600\/25:hover {
  background-color: rgb(233 99 37 / 0.25);
}

.hover\:bg-primary-600\/30:hover {
  background-color: rgb(233 99 37 / 0.3);
}

.hover\:bg-primary-600\/35:hover {
  background-color: rgb(233 99 37 / 0.35);
}

.hover\:bg-primary-600\/40:hover {
  background-color: rgb(233 99 37 / 0.4);
}

.hover\:bg-primary-600\/45:hover {
  background-color: rgb(233 99 37 / 0.45);
}

.hover\:bg-primary-600\/5:hover {
  background-color: rgb(233 99 37 / 0.05);
}

.hover\:bg-primary-600\/50:hover {
  background-color: rgb(233 99 37 / 0.5);
}

.hover\:bg-primary-600\/55:hover {
  background-color: rgb(233 99 37 / 0.55);
}

.hover\:bg-primary-600\/60:hover {
  background-color: rgb(233 99 37 / 0.6);
}

.hover\:bg-primary-600\/65:hover {
  background-color: rgb(233 99 37 / 0.65);
}

.hover\:bg-primary-600\/70:hover {
  background-color: rgb(233 99 37 / 0.7);
}

.hover\:bg-primary-600\/75:hover {
  background-color: rgb(233 99 37 / 0.75);
}

.hover\:bg-primary-600\/80:hover {
  background-color: rgb(233 99 37 / 0.8);
}

.hover\:bg-primary-600\/85:hover {
  background-color: rgb(233 99 37 / 0.85);
}

.hover\:bg-primary-600\/90:hover {
  background-color: rgb(233 99 37 / 0.9);
}

.hover\:bg-primary-600\/95:hover {
  background-color: rgb(233 99 37 / 0.95);
}

.hover\:bg-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(201 74 22 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-700\/0:hover {
  background-color: rgb(201 74 22 / 0);
}

.hover\:bg-primary-700\/10:hover {
  background-color: rgb(201 74 22 / 0.1);
}

.hover\:bg-primary-700\/100:hover {
  background-color: rgb(201 74 22 / 1);
}

.hover\:bg-primary-700\/15:hover {
  background-color: rgb(201 74 22 / 0.15);
}

.hover\:bg-primary-700\/20:hover {
  background-color: rgb(201 74 22 / 0.2);
}

.hover\:bg-primary-700\/25:hover {
  background-color: rgb(201 74 22 / 0.25);
}

.hover\:bg-primary-700\/30:hover {
  background-color: rgb(201 74 22 / 0.3);
}

.hover\:bg-primary-700\/35:hover {
  background-color: rgb(201 74 22 / 0.35);
}

.hover\:bg-primary-700\/40:hover {
  background-color: rgb(201 74 22 / 0.4);
}

.hover\:bg-primary-700\/45:hover {
  background-color: rgb(201 74 22 / 0.45);
}

.hover\:bg-primary-700\/5:hover {
  background-color: rgb(201 74 22 / 0.05);
}

.hover\:bg-primary-700\/50:hover {
  background-color: rgb(201 74 22 / 0.5);
}

.hover\:bg-primary-700\/55:hover {
  background-color: rgb(201 74 22 / 0.55);
}

.hover\:bg-primary-700\/60:hover {
  background-color: rgb(201 74 22 / 0.6);
}

.hover\:bg-primary-700\/65:hover {
  background-color: rgb(201 74 22 / 0.65);
}

.hover\:bg-primary-700\/70:hover {
  background-color: rgb(201 74 22 / 0.7);
}

.hover\:bg-primary-700\/75:hover {
  background-color: rgb(201 74 22 / 0.75);
}

.hover\:bg-primary-700\/80:hover {
  background-color: rgb(201 74 22 / 0.8);
}

.hover\:bg-primary-700\/85:hover {
  background-color: rgb(201 74 22 / 0.85);
}

.hover\:bg-primary-700\/90:hover {
  background-color: rgb(201 74 22 / 0.9);
}

.hover\:bg-primary-700\/95:hover {
  background-color: rgb(201 74 22 / 0.95);
}

.hover\:bg-primary-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(161 59 24 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-800\/0:hover {
  background-color: rgb(161 59 24 / 0);
}

.hover\:bg-primary-800\/10:hover {
  background-color: rgb(161 59 24 / 0.1);
}

.hover\:bg-primary-800\/100:hover {
  background-color: rgb(161 59 24 / 1);
}

.hover\:bg-primary-800\/15:hover {
  background-color: rgb(161 59 24 / 0.15);
}

.hover\:bg-primary-800\/20:hover {
  background-color: rgb(161 59 24 / 0.2);
}

.hover\:bg-primary-800\/25:hover {
  background-color: rgb(161 59 24 / 0.25);
}

.hover\:bg-primary-800\/30:hover {
  background-color: rgb(161 59 24 / 0.3);
}

.hover\:bg-primary-800\/35:hover {
  background-color: rgb(161 59 24 / 0.35);
}

.hover\:bg-primary-800\/40:hover {
  background-color: rgb(161 59 24 / 0.4);
}

.hover\:bg-primary-800\/45:hover {
  background-color: rgb(161 59 24 / 0.45);
}

.hover\:bg-primary-800\/5:hover {
  background-color: rgb(161 59 24 / 0.05);
}

.hover\:bg-primary-800\/50:hover {
  background-color: rgb(161 59 24 / 0.5);
}

.hover\:bg-primary-800\/55:hover {
  background-color: rgb(161 59 24 / 0.55);
}

.hover\:bg-primary-800\/60:hover {
  background-color: rgb(161 59 24 / 0.6);
}

.hover\:bg-primary-800\/65:hover {
  background-color: rgb(161 59 24 / 0.65);
}

.hover\:bg-primary-800\/70:hover {
  background-color: rgb(161 59 24 / 0.7);
}

.hover\:bg-primary-800\/75:hover {
  background-color: rgb(161 59 24 / 0.75);
}

.hover\:bg-primary-800\/80:hover {
  background-color: rgb(161 59 24 / 0.8);
}

.hover\:bg-primary-800\/85:hover {
  background-color: rgb(161 59 24 / 0.85);
}

.hover\:bg-primary-800\/90:hover {
  background-color: rgb(161 59 24 / 0.9);
}

.hover\:bg-primary-800\/95:hover {
  background-color: rgb(161 59 24 / 0.95);
}

.hover\:bg-primary-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(130 51 24 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-900\/0:hover {
  background-color: rgb(130 51 24 / 0);
}

.hover\:bg-primary-900\/10:hover {
  background-color: rgb(130 51 24 / 0.1);
}

.hover\:bg-primary-900\/100:hover {
  background-color: rgb(130 51 24 / 1);
}

.hover\:bg-primary-900\/15:hover {
  background-color: rgb(130 51 24 / 0.15);
}

.hover\:bg-primary-900\/20:hover {
  background-color: rgb(130 51 24 / 0.2);
}

.hover\:bg-primary-900\/25:hover {
  background-color: rgb(130 51 24 / 0.25);
}

.hover\:bg-primary-900\/30:hover {
  background-color: rgb(130 51 24 / 0.3);
}

.hover\:bg-primary-900\/35:hover {
  background-color: rgb(130 51 24 / 0.35);
}

.hover\:bg-primary-900\/40:hover {
  background-color: rgb(130 51 24 / 0.4);
}

.hover\:bg-primary-900\/45:hover {
  background-color: rgb(130 51 24 / 0.45);
}

.hover\:bg-primary-900\/5:hover {
  background-color: rgb(130 51 24 / 0.05);
}

.hover\:bg-primary-900\/50:hover {
  background-color: rgb(130 51 24 / 0.5);
}

.hover\:bg-primary-900\/55:hover {
  background-color: rgb(130 51 24 / 0.55);
}

.hover\:bg-primary-900\/60:hover {
  background-color: rgb(130 51 24 / 0.6);
}

.hover\:bg-primary-900\/65:hover {
  background-color: rgb(130 51 24 / 0.65);
}

.hover\:bg-primary-900\/70:hover {
  background-color: rgb(130 51 24 / 0.7);
}

.hover\:bg-primary-900\/75:hover {
  background-color: rgb(130 51 24 / 0.75);
}

.hover\:bg-primary-900\/80:hover {
  background-color: rgb(130 51 24 / 0.8);
}

.hover\:bg-primary-900\/85:hover {
  background-color: rgb(130 51 24 / 0.85);
}

.hover\:bg-primary-900\/90:hover {
  background-color: rgb(130 51 24 / 0.9);
}

.hover\:bg-primary-900\/95:hover {
  background-color: rgb(130 51 24 / 0.95);
}

.hover\:bg-primary-950:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(70 23 8 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-950\/0:hover {
  background-color: rgb(70 23 8 / 0);
}

.hover\:bg-primary-950\/10:hover {
  background-color: rgb(70 23 8 / 0.1);
}

.hover\:bg-primary-950\/100:hover {
  background-color: rgb(70 23 8 / 1);
}

.hover\:bg-primary-950\/15:hover {
  background-color: rgb(70 23 8 / 0.15);
}

.hover\:bg-primary-950\/20:hover {
  background-color: rgb(70 23 8 / 0.2);
}

.hover\:bg-primary-950\/25:hover {
  background-color: rgb(70 23 8 / 0.25);
}

.hover\:bg-primary-950\/30:hover {
  background-color: rgb(70 23 8 / 0.3);
}

.hover\:bg-primary-950\/35:hover {
  background-color: rgb(70 23 8 / 0.35);
}

.hover\:bg-primary-950\/40:hover {
  background-color: rgb(70 23 8 / 0.4);
}

.hover\:bg-primary-950\/45:hover {
  background-color: rgb(70 23 8 / 0.45);
}

.hover\:bg-primary-950\/5:hover {
  background-color: rgb(70 23 8 / 0.05);
}

.hover\:bg-primary-950\/50:hover {
  background-color: rgb(70 23 8 / 0.5);
}

.hover\:bg-primary-950\/55:hover {
  background-color: rgb(70 23 8 / 0.55);
}

.hover\:bg-primary-950\/60:hover {
  background-color: rgb(70 23 8 / 0.6);
}

.hover\:bg-primary-950\/65:hover {
  background-color: rgb(70 23 8 / 0.65);
}

.hover\:bg-primary-950\/70:hover {
  background-color: rgb(70 23 8 / 0.7);
}

.hover\:bg-primary-950\/75:hover {
  background-color: rgb(70 23 8 / 0.75);
}

.hover\:bg-primary-950\/80:hover {
  background-color: rgb(70 23 8 / 0.8);
}

.hover\:bg-primary-950\/85:hover {
  background-color: rgb(70 23 8 / 0.85);
}

.hover\:bg-primary-950\/90:hover {
  background-color: rgb(70 23 8 / 0.9);
}

.hover\:bg-primary-950\/95:hover {
  background-color: rgb(70 23 8 / 0.95);
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-transparent\/0:hover {
  background-color: rgb(0 0 0 / 0);
}

.hover\:bg-transparent\/10:hover {
  background-color: rgb(0 0 0 / 0.1);
}

.hover\:bg-transparent\/100:hover {
  background-color: rgb(0 0 0 / 1);
}

.hover\:bg-transparent\/15:hover {
  background-color: rgb(0 0 0 / 0.15);
}

.hover\:bg-transparent\/20:hover {
  background-color: rgb(0 0 0 / 0.2);
}

.hover\:bg-transparent\/25:hover {
  background-color: rgb(0 0 0 / 0.25);
}

.hover\:bg-transparent\/30:hover {
  background-color: rgb(0 0 0 / 0.3);
}

.hover\:bg-transparent\/35:hover {
  background-color: rgb(0 0 0 / 0.35);
}

.hover\:bg-transparent\/40:hover {
  background-color: rgb(0 0 0 / 0.4);
}

.hover\:bg-transparent\/45:hover {
  background-color: rgb(0 0 0 / 0.45);
}

.hover\:bg-transparent\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-transparent\/50:hover {
  background-color: rgb(0 0 0 / 0.5);
}

.hover\:bg-transparent\/55:hover {
  background-color: rgb(0 0 0 / 0.55);
}

.hover\:bg-transparent\/60:hover {
  background-color: rgb(0 0 0 / 0.6);
}

.hover\:bg-transparent\/65:hover {
  background-color: rgb(0 0 0 / 0.65);
}

.hover\:bg-transparent\/70:hover {
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-transparent\/75:hover {
  background-color: rgb(0 0 0 / 0.75);
}

.hover\:bg-transparent\/80:hover {
  background-color: rgb(0 0 0 / 0.8);
}

.hover\:bg-transparent\/85:hover {
  background-color: rgb(0 0 0 / 0.85);
}

.hover\:bg-transparent\/90:hover {
  background-color: rgb(0 0 0 / 0.9);
}

.hover\:bg-transparent\/95:hover {
  background-color: rgb(0 0 0 / 0.95);
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/0:hover {
  background-color: rgb(255 255 255 / 0);
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/100:hover {
  background-color: rgb(255 255 255 / 1);
}

.hover\:bg-white\/15:hover {
  background-color: rgb(255 255 255 / 0.15);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

.hover\:bg-white\/25:hover {
  background-color: rgb(255 255 255 / 0.25);
}

.hover\:bg-white\/30:hover {
  background-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-white\/35:hover {
  background-color: rgb(255 255 255 / 0.35);
}

.hover\:bg-white\/40:hover {
  background-color: rgb(255 255 255 / 0.4);
}

.hover\:bg-white\/45:hover {
  background-color: rgb(255 255 255 / 0.45);
}

.hover\:bg-white\/5:hover {
  background-color: rgb(255 255 255 / 0.05);
}

.hover\:bg-white\/50:hover {
  background-color: rgb(255 255 255 / 0.5);
}

.hover\:bg-white\/55:hover {
  background-color: rgb(255 255 255 / 0.55);
}

.hover\:bg-white\/60:hover {
  background-color: rgb(255 255 255 / 0.6);
}

.hover\:bg-white\/65:hover {
  background-color: rgb(255 255 255 / 0.65);
}

.hover\:bg-white\/70:hover {
  background-color: rgb(255 255 255 / 0.7);
}

.hover\:bg-white\/75:hover {
  background-color: rgb(255 255 255 / 0.75);
}

.hover\:bg-white\/80:hover {
  background-color: rgb(255 255 255 / 0.8);
}

.hover\:bg-white\/85:hover {
  background-color: rgb(255 255 255 / 0.85);
}

.hover\:bg-white\/90:hover {
  background-color: rgb(255 255 255 / 0.9);
}

.hover\:bg-white\/95:hover {
  background-color: rgb(255 255 255 / 0.95);
}

.hover\:from-accent-100:hover {
  --tw-gradient-from: #ebfbcb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/0:hover {
  --tw-gradient-from: rgb(235 251 203 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/10:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/100:hover {
  --tw-gradient-from: rgb(235 251 203 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/15:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/20:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/25:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/30:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/35:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/40:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/45:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/5:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/50:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/55:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/60:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/65:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/70:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/75:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/80:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/85:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/90:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-100\/95:hover {
  --tw-gradient-from: rgb(235 251 203 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200:hover {
  --tw-gradient-from: #d8f69a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/0:hover {
  --tw-gradient-from: rgb(216 246 154 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/10:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/100:hover {
  --tw-gradient-from: rgb(216 246 154 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/15:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/20:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/25:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/30:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/35:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/40:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/45:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/5:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/50:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/55:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/60:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/65:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/70:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/75:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/80:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/85:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/90:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-200\/95:hover {
  --tw-gradient-from: rgb(216 246 154 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300:hover {
  --tw-gradient-from: #c4f078 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/0:hover {
  --tw-gradient-from: rgb(196 240 120 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/10:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/100:hover {
  --tw-gradient-from: rgb(196 240 120 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/15:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/20:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/25:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/30:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/35:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/40:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/45:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/5:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/50:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/55:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/60:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/65:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/70:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/75:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/80:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/85:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/90:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-300\/95:hover {
  --tw-gradient-from: rgb(196 240 120 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400:hover {
  --tw-gradient-from: #b7ed68 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/0:hover {
  --tw-gradient-from: rgb(183 237 104 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/10:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/100:hover {
  --tw-gradient-from: rgb(183 237 104 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/15:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/20:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/25:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/30:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/35:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/40:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/45:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/5:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/50:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/55:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/60:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/65:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/70:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/75:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/80:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/85:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/90:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-400\/95:hover {
  --tw-gradient-from: rgb(183 237 104 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50:hover {
  --tw-gradient-from: #f7fdeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/0:hover {
  --tw-gradient-from: rgb(247 253 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/10:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/100:hover {
  --tw-gradient-from: rgb(247 253 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/15:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/20:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/25:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/30:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/35:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/40:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/45:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/5:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/50:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/55:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/60:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/65:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/70:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/75:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/80:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/85:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/90:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-50\/95:hover {
  --tw-gradient-from: rgb(247 253 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500:hover {
  --tw-gradient-from: #aeeb60 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/0:hover {
  --tw-gradient-from: rgb(174 235 96 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/10:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/100:hover {
  --tw-gradient-from: rgb(174 235 96 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/15:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/20:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/25:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/30:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/35:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/40:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/45:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/5:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/50:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/55:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/60:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/65:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/70:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/75:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/80:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/85:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/90:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-500\/95:hover {
  --tw-gradient-from: rgb(174 235 96 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600:hover {
  --tw-gradient-from: #82c930 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/0:hover {
  --tw-gradient-from: rgb(130 201 48 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/10:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/100:hover {
  --tw-gradient-from: rgb(130 201 48 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/15:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/20:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/25:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/30:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/35:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/40:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/45:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/5:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/50:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/55:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/60:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/65:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/70:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/75:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/80:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/85:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/90:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-600\/95:hover {
  --tw-gradient-from: rgb(130 201 48 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700:hover {
  --tw-gradient-from: #61a11f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/0:hover {
  --tw-gradient-from: rgb(97 161 31 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/10:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/100:hover {
  --tw-gradient-from: rgb(97 161 31 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/15:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/20:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/25:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/30:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/35:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/40:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/45:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/5:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/50:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/55:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/60:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/65:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/70:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/75:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/80:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/85:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/90:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-700\/95:hover {
  --tw-gradient-from: rgb(97 161 31 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800:hover {
  --tw-gradient-from: #4e7e20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/0:hover {
  --tw-gradient-from: rgb(78 126 32 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/10:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/100:hover {
  --tw-gradient-from: rgb(78 126 32 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/15:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/20:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/25:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/30:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/35:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/40:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/45:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/5:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/50:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/55:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/60:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/65:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/70:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/75:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/80:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/85:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/90:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-800\/95:hover {
  --tw-gradient-from: rgb(78 126 32 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900:hover {
  --tw-gradient-from: #426a21 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/0:hover {
  --tw-gradient-from: rgb(66 106 33 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/10:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/100:hover {
  --tw-gradient-from: rgb(66 106 33 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/15:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/20:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/25:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/30:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/35:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/40:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/45:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/5:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/50:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/55:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/60:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/65:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/70:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/75:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/80:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/85:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/90:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-900\/95:hover {
  --tw-gradient-from: rgb(66 106 33 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950:hover {
  --tw-gradient-from: #203a0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/0:hover {
  --tw-gradient-from: rgb(32 58 11 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/10:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/100:hover {
  --tw-gradient-from: rgb(32 58 11 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/15:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/20:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/25:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/30:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/35:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/40:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/45:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/5:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/50:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/55:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/60:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/65:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/70:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/75:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/80:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/85:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/90:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-accent-950\/95:hover {
  --tw-gradient-from: rgb(32 58 11 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100:hover {
  --tw-gradient-from: #e9e3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/0:hover {
  --tw-gradient-from: rgb(233 227 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/10:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/100:hover {
  --tw-gradient-from: rgb(233 227 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/15:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/20:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/25:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/30:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/35:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/40:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/45:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/5:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/50:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/55:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/60:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/65:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/70:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/75:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/80:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/85:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/90:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-100\/95:hover {
  --tw-gradient-from: rgb(233 227 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200:hover {
  --tw-gradient-from: #d3c7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/0:hover {
  --tw-gradient-from: rgb(211 199 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/10:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/100:hover {
  --tw-gradient-from: rgb(211 199 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/15:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/20:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/25:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/30:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/35:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/40:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/45:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/5:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/50:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/55:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/60:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/65:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/70:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/75:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/80:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/85:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/90:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-200\/95:hover {
  --tw-gradient-from: rgb(211 199 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300:hover {
  --tw-gradient-from: #b79aff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/0:hover {
  --tw-gradient-from: rgb(183 154 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/10:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/100:hover {
  --tw-gradient-from: rgb(183 154 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/15:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/20:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/25:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/30:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/35:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/40:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/45:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/5:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/50:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/55:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/60:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/65:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/70:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/75:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/80:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/85:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/90:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-300\/95:hover {
  --tw-gradient-from: rgb(183 154 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400:hover {
  --tw-gradient-from: #9562ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/0:hover {
  --tw-gradient-from: rgb(149 98 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/10:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/100:hover {
  --tw-gradient-from: rgb(149 98 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/15:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/20:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/25:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/30:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/35:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/40:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/45:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/5:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/50:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/55:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/60:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/65:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/70:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/75:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/80:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/85:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/90:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-400\/95:hover {
  --tw-gradient-from: rgb(149 98 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50:hover {
  --tw-gradient-from: #f4f1ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/0:hover {
  --tw-gradient-from: rgb(244 241 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/10:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/100:hover {
  --tw-gradient-from: rgb(244 241 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/15:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/20:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/25:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/30:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/35:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/40:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/45:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/5:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/50:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/55:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/60:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/65:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/70:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/75:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/80:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/85:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/90:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-50\/95:hover {
  --tw-gradient-from: rgb(244 241 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500:hover {
  --tw-gradient-from: #4e1cd1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/0:hover {
  --tw-gradient-from: rgb(78 28 209 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/10:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/100:hover {
  --tw-gradient-from: rgb(78 28 209 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/15:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/20:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/25:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/30:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/35:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/40:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/45:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/5:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/50:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/55:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/60:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/65:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/70:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/75:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/80:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/85:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/90:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-500\/95:hover {
  --tw-gradient-from: rgb(78 28 209 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600:hover {
  --tw-gradient-from: #4115b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/0:hover {
  --tw-gradient-from: rgb(65 21 181 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/10:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/100:hover {
  --tw-gradient-from: rgb(65 21 181 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/15:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/20:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/25:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/30:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/35:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/40:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/45:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/5:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/50:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/55:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/60:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/65:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/70:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/75:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/80:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/85:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/90:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-600\/95:hover {
  --tw-gradient-from: rgb(65 21 181 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700:hover {
  --tw-gradient-from: #361096 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/0:hover {
  --tw-gradient-from: rgb(54 16 150 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/10:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/100:hover {
  --tw-gradient-from: rgb(54 16 150 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/15:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/20:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/25:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/30:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/35:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/40:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/45:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/5:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/50:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/55:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/60:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/65:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/70:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/75:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/80:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/85:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/90:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-700\/95:hover {
  --tw-gradient-from: rgb(54 16 150 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800:hover {
  --tw-gradient-from: #2e1078 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/0:hover {
  --tw-gradient-from: rgb(46 16 120 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/10:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/100:hover {
  --tw-gradient-from: rgb(46 16 120 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/15:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/20:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/25:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/30:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/35:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/40:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/45:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/5:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/50:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/55:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/60:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/65:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/70:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/75:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/80:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/85:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/90:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-800\/95:hover {
  --tw-gradient-from: rgb(46 16 120 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900:hover {
  --tw-gradient-from: #270f62 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/0:hover {
  --tw-gradient-from: rgb(39 15 98 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/10:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/100:hover {
  --tw-gradient-from: rgb(39 15 98 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/15:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/20:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/25:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/30:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/35:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/40:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/45:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/5:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/50:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/55:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/60:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/65:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/70:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/75:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/80:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/85:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/90:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-900\/95:hover {
  --tw-gradient-from: rgb(39 15 98 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950:hover {
  --tw-gradient-from: #16053a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/0:hover {
  --tw-gradient-from: rgb(22 5 58 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/10:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/100:hover {
  --tw-gradient-from: rgb(22 5 58 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/15:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/20:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/25:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/30:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/35:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/40:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/45:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/5:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/50:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/55:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/60:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/65:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/70:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/75:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/80:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/85:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/90:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-950\/95:hover {
  --tw-gradient-from: rgb(22 5 58 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100:hover {
  --tw-gradient-from: #f6f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/0:hover {
  --tw-gradient-from: rgb(246 245 244 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/10:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/100:hover {
  --tw-gradient-from: rgb(246 245 244 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/15:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/20:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/25:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/30:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/35:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/40:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/45:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/5:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/50:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/55:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/60:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/65:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/70:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/75:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/80:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/85:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/90:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-100\/95:hover {
  --tw-gradient-from: rgb(246 245 244 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200:hover {
  --tw-gradient-from: #e9e6e3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/0:hover {
  --tw-gradient-from: rgb(233 230 227 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/10:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/100:hover {
  --tw-gradient-from: rgb(233 230 227 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/15:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/20:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/25:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/30:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/35:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/40:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/45:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/5:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/50:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/55:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/60:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/65:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/70:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/75:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/80:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/85:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/90:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-200\/95:hover {
  --tw-gradient-from: rgb(233 230 227 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300:hover {
  --tw-gradient-from: #d7d2cd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/0:hover {
  --tw-gradient-from: rgb(215 210 205 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/10:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/100:hover {
  --tw-gradient-from: rgb(215 210 205 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/15:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/20:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/25:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/30:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/35:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/40:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/45:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/5:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/50:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/55:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/60:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/65:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/70:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/75:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/80:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/85:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/90:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-300\/95:hover {
  --tw-gradient-from: rgb(215 210 205 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400:hover {
  --tw-gradient-from: #afa8a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/0:hover {
  --tw-gradient-from: rgb(175 168 161 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/10:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/100:hover {
  --tw-gradient-from: rgb(175 168 161 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/15:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/20:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/25:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/30:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/35:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/40:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/45:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/5:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/50:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/55:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/60:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/65:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/70:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/75:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/80:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/85:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/90:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-400\/95:hover {
  --tw-gradient-from: rgb(175 168 161 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50:hover {
  --tw-gradient-from: #fbfaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/0:hover {
  --tw-gradient-from: rgb(251 250 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/10:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/100:hover {
  --tw-gradient-from: rgb(251 250 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/15:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/20:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/25:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/30:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/35:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/40:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/45:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/5:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/50:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/55:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/60:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/65:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/70:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/75:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/80:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/85:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/90:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-50\/95:hover {
  --tw-gradient-from: rgb(251 250 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500:hover {
  --tw-gradient-from: #817971 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/0:hover {
  --tw-gradient-from: rgb(129 121 113 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/10:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/100:hover {
  --tw-gradient-from: rgb(129 121 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/15:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/20:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/25:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/30:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/35:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/40:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/45:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/5:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/50:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/55:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/60:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/65:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/70:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/75:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/80:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/85:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/90:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-500\/95:hover {
  --tw-gradient-from: rgb(129 121 113 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600:hover {
  --tw-gradient-from: #605952 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/0:hover {
  --tw-gradient-from: rgb(96 89 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/10:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/100:hover {
  --tw-gradient-from: rgb(96 89 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/15:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/20:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/25:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/30:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/35:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/40:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/45:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/5:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/50:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/55:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/60:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/65:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/70:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/75:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/80:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/85:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/90:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-600\/95:hover {
  --tw-gradient-from: rgb(96 89 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700:hover {
  --tw-gradient-from: #49443f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/0:hover {
  --tw-gradient-from: rgb(73 68 63 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/10:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/100:hover {
  --tw-gradient-from: rgb(73 68 63 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/15:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/20:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/25:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/30:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/35:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/40:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/45:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/5:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/50:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/55:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/60:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/65:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/70:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/75:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/80:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/85:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/90:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-700\/95:hover {
  --tw-gradient-from: rgb(73 68 63 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800:hover {
  --tw-gradient-from: #302d2a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/0:hover {
  --tw-gradient-from: rgb(48 45 42 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/10:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/100:hover {
  --tw-gradient-from: rgb(48 45 42 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/15:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/20:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/25:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/30:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/35:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/40:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/45:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/5:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/50:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/55:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/60:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/65:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/70:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/75:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/80:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/85:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/90:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-800\/95:hover {
  --tw-gradient-from: rgb(48 45 42 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900:hover {
  --tw-gradient-from: #211f1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/0:hover {
  --tw-gradient-from: rgb(33 31 29 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/10:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/100:hover {
  --tw-gradient-from: rgb(33 31 29 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/15:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/20:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/25:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/30:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/35:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/40:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/45:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/5:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/50:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/55:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/60:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/65:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/70:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/75:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/80:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/85:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/90:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-900\/95:hover {
  --tw-gradient-from: rgb(33 31 29 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950:hover {
  --tw-gradient-from: #121110 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/0:hover {
  --tw-gradient-from: rgb(18 17 16 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/10:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/100:hover {
  --tw-gradient-from: rgb(18 17 16 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/15:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/20:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/25:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/30:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/35:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/40:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/45:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/5:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/50:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/55:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/60:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/65:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/70:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/75:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/80:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/85:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/90:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-neutral-950\/95:hover {
  --tw-gradient-from: rgb(18 17 16 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100:hover {
  --tw-gradient-from: #feeade var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/0:hover {
  --tw-gradient-from: rgb(254 234 222 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/10:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/100:hover {
  --tw-gradient-from: rgb(254 234 222 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/15:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/20:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/25:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/30:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/35:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/40:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/45:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/5:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/50:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/55:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/60:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/65:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/70:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/75:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/80:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/85:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/90:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-100\/95:hover {
  --tw-gradient-from: rgb(254 234 222 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200:hover {
  --tw-gradient-from: #fcd3bd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/0:hover {
  --tw-gradient-from: rgb(252 211 189 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/10:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/100:hover {
  --tw-gradient-from: rgb(252 211 189 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/15:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/20:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/25:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/30:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/35:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/40:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/45:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/5:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/50:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/55:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/60:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/65:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/70:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/75:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/80:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/85:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/90:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-200\/95:hover {
  --tw-gradient-from: rgb(252 211 189 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300:hover {
  --tw-gradient-from: #fab38f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/0:hover {
  --tw-gradient-from: rgb(250 179 143 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/10:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/100:hover {
  --tw-gradient-from: rgb(250 179 143 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/15:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/20:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/25:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/30:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/35:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/40:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/45:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/5:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/50:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/55:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/60:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/65:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/70:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/75:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/80:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/85:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/90:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-300\/95:hover {
  --tw-gradient-from: rgb(250 179 143 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400:hover {
  --tw-gradient-from: #f99766 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/0:hover {
  --tw-gradient-from: rgb(249 151 102 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/10:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/100:hover {
  --tw-gradient-from: rgb(249 151 102 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/15:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/20:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/25:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/30:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/35:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/40:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/45:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/5:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/50:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/55:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/60:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/65:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/70:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/75:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/80:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/85:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/90:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-400\/95:hover {
  --tw-gradient-from: rgb(249 151 102 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50:hover {
  --tw-gradient-from: #fff7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/0:hover {
  --tw-gradient-from: rgb(255 247 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/10:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/100:hover {
  --tw-gradient-from: rgb(255 247 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/15:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/20:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/25:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/30:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/35:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/40:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/45:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/5:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/50:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/55:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/60:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/65:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/70:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/75:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/80:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/85:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/90:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-50\/95:hover {
  --tw-gradient-from: rgb(255 247 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500:hover {
  --tw-gradient-from: #f78d4d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/0:hover {
  --tw-gradient-from: rgb(247 141 77 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/10:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/100:hover {
  --tw-gradient-from: rgb(247 141 77 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/15:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/20:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/25:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/30:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/35:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/40:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/45:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/5:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/50:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/55:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/60:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/65:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/70:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/75:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/80:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/85:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/90:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-500\/95:hover {
  --tw-gradient-from: rgb(247 141 77 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600:hover {
  --tw-gradient-from: #e96325 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/0:hover {
  --tw-gradient-from: rgb(233 99 37 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/10:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/100:hover {
  --tw-gradient-from: rgb(233 99 37 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/15:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/20:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/25:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/30:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/35:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/40:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/45:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/5:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/50:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/55:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/60:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/65:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/70:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/75:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/80:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/85:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/90:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-600\/95:hover {
  --tw-gradient-from: rgb(233 99 37 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700:hover {
  --tw-gradient-from: #c94a16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/0:hover {
  --tw-gradient-from: rgb(201 74 22 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/10:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/100:hover {
  --tw-gradient-from: rgb(201 74 22 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/15:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/20:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/25:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/30:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/35:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/40:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/45:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/5:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/50:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/55:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/60:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/65:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/70:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/75:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/80:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/85:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/90:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-700\/95:hover {
  --tw-gradient-from: rgb(201 74 22 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800:hover {
  --tw-gradient-from: #a13b18 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/0:hover {
  --tw-gradient-from: rgb(161 59 24 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/10:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/100:hover {
  --tw-gradient-from: rgb(161 59 24 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/15:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/20:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/25:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/30:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/35:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/40:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/45:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/5:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/50:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/55:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/60:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/65:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/70:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/75:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/80:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/85:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/90:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-800\/95:hover {
  --tw-gradient-from: rgb(161 59 24 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900:hover {
  --tw-gradient-from: #823318 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/0:hover {
  --tw-gradient-from: rgb(130 51 24 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/10:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/100:hover {
  --tw-gradient-from: rgb(130 51 24 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/15:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/20:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/25:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/30:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/35:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/40:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/45:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/5:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/50:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/55:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/60:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/65:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/70:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/75:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/80:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/85:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/90:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-900\/95:hover {
  --tw-gradient-from: rgb(130 51 24 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950:hover {
  --tw-gradient-from: #461708 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/0:hover {
  --tw-gradient-from: rgb(70 23 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/10:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/100:hover {
  --tw-gradient-from: rgb(70 23 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/15:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/20:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/25:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/30:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/35:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/40:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/45:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/5:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/50:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/55:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/60:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/65:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/70:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/75:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/80:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/85:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/90:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-primary-950\/95:hover {
  --tw-gradient-from: rgb(70 23 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:via-accent-100:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ebfbcb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/0:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/10:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/100:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/15:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/20:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/25:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/30:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/35:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/40:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/45:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/5:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/50:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/55:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/60:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/65:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/70:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/75:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/80:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/85:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/90:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-100\/95:hover {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8f69a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/0:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/10:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/100:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/15:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/20:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/25:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/30:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/35:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/40:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/45:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/5:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/50:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/55:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/60:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/65:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/70:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/75:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/80:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/85:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/90:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-200\/95:hover {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4f078 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/0:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/10:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/100:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/15:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/20:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/25:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/30:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/35:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/40:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/45:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/5:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/50:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/55:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/60:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/65:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/70:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/75:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/80:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/85:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/90:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-300\/95:hover {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b7ed68 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/0:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/10:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/100:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/15:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/20:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/25:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/30:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/35:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/40:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/45:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/5:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/50:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/55:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/60:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/65:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/70:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/75:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/80:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/85:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/90:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-400\/95:hover {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fdeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/0:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/10:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/100:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/15:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/20:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/25:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/30:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/35:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/40:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/45:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/5:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/50:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/55:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/60:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/65:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/70:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/75:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/80:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/85:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/90:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-50\/95:hover {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #aeeb60 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/0:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/10:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/100:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/15:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/20:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/25:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/30:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/35:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/40:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/45:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/5:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/50:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/55:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/60:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/65:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/70:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/75:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/80:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/85:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/90:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-500\/95:hover {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #82c930 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/0:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/10:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/100:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/15:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/20:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/25:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/30:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/35:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/40:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/45:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/5:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/50:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/55:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/60:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/65:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/70:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/75:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/80:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/85:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/90:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-600\/95:hover {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #61a11f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/0:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/10:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/100:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/15:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/20:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/25:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/30:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/35:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/40:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/45:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/5:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/50:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/55:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/60:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/65:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/70:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/75:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/80:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/85:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/90:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-700\/95:hover {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4e7e20 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/0:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/10:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/100:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/15:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/20:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/25:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/30:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/35:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/40:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/45:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/5:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/50:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/55:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/60:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/65:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/70:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/75:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/80:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/85:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/90:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-800\/95:hover {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #426a21 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/0:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/10:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/100:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/15:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/20:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/25:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/30:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/35:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/40:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/45:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/5:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/50:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/55:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/60:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/65:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/70:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/75:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/80:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/85:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/90:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-900\/95:hover {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #203a0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/0:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/10:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/100:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/15:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/20:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/25:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/30:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/35:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/40:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/45:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/5:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/50:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/55:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/60:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/65:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/70:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/75:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/80:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/85:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/90:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-accent-950\/95:hover {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9e3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/0:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/10:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/100:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/15:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/20:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/25:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/30:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/35:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/40:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/45:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/5:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/50:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/55:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/60:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/65:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/70:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/75:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/80:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/85:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/90:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-100\/95:hover {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d3c7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/0:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/10:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/100:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/15:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/20:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/25:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/30:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/35:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/40:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/45:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/5:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/50:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/55:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/60:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/65:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/70:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/75:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/80:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/85:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/90:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-200\/95:hover {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b79aff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/0:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/10:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/100:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/15:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/20:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/25:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/30:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/35:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/40:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/45:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/5:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/50:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/55:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/60:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/65:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/70:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/75:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/80:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/85:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/90:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-300\/95:hover {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9562ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/0:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/10:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/100:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/15:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/20:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/25:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/30:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/35:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/40:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/45:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/5:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/50:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/55:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/60:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/65:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/70:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/75:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/80:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/85:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/90:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-400\/95:hover {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f1ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/0:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/10:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/100:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/15:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/20:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/25:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/30:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/35:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/40:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/45:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/5:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/50:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/55:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/60:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/65:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/70:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/75:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/80:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/85:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/90:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-50\/95:hover {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4e1cd1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/0:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/10:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/100:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/15:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/20:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/25:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/30:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/35:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/40:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/45:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/5:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/50:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/55:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/60:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/65:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/70:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/75:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/80:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/85:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/90:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-500\/95:hover {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4115b5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/0:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/10:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/100:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/15:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/20:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/25:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/30:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/35:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/40:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/45:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/5:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/50:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/55:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/60:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/65:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/70:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/75:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/80:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/85:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/90:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-600\/95:hover {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #361096 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/0:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/10:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/100:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/15:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/20:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/25:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/30:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/35:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/40:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/45:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/5:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/50:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/55:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/60:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/65:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/70:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/75:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/80:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/85:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/90:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-700\/95:hover {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1078 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/0:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/10:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/100:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/15:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/20:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/25:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/30:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/35:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/40:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/45:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/5:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/50:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/55:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/60:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/65:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/70:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/75:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/80:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/85:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/90:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-800\/95:hover {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #270f62 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/0:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/10:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/100:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/15:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/20:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/25:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/30:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/35:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/40:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/45:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/5:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/50:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/55:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/60:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/65:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/70:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/75:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/80:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/85:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/90:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-900\/95:hover {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16053a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/0:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/10:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/100:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/15:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/20:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/25:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/30:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/35:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/40:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/45:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/5:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/50:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/55:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/60:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/65:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/70:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/75:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/80:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/85:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/90:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-brand-950\/95:hover {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f6f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/0:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/10:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/100:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/15:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/20:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/25:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/30:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/35:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/40:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/45:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/5:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/50:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/55:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/60:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/65:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/70:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/75:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/80:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/85:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/90:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-100\/95:hover {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9e6e3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/0:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/10:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/100:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/15:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/20:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/25:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/30:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/35:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/40:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/45:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/5:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/50:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/55:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/60:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/65:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/70:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/75:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/80:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/85:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/90:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-200\/95:hover {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d7d2cd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/0:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/10:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/100:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/15:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/20:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/25:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/30:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/35:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/40:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/45:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/5:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/50:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/55:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/60:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/65:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/70:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/75:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/80:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/85:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/90:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-300\/95:hover {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #afa8a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/0:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/10:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/100:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/15:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/20:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/25:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/30:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/35:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/40:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/45:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/5:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/50:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/55:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/60:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/65:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/70:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/75:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/80:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/85:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/90:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-400\/95:hover {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbfaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/0:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/10:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/100:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/15:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/20:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/25:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/30:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/35:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/40:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/45:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/5:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/50:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/55:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/60:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/65:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/70:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/75:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/80:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/85:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/90:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-50\/95:hover {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #817971 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/0:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/10:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/100:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/15:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/20:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/25:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/30:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/35:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/40:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/45:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/5:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/50:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/55:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/60:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/65:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/70:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/75:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/80:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/85:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/90:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-500\/95:hover {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #605952 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/0:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/10:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/100:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/15:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/20:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/25:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/30:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/35:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/40:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/45:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/5:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/50:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/55:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/60:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/65:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/70:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/75:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/80:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/85:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/90:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-600\/95:hover {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #49443f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/0:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/10:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/100:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/15:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/20:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/25:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/30:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/35:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/40:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/45:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/5:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/50:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/55:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/60:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/65:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/70:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/75:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/80:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/85:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/90:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-700\/95:hover {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #302d2a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/0:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/10:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/100:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/15:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/20:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/25:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/30:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/35:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/40:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/45:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/5:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/50:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/55:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/60:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/65:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/70:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/75:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/80:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/85:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/90:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-800\/95:hover {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #211f1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/0:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/10:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/100:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/15:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/20:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/25:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/30:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/35:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/40:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/45:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/5:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/50:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/55:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/60:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/65:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/70:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/75:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/80:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/85:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/90:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-900\/95:hover {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #121110 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/0:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/10:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/100:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/15:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/20:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/25:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/30:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/35:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/40:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/45:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/5:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/50:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/55:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/60:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/65:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/70:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/75:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/80:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/85:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/90:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-neutral-950\/95:hover {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #feeade var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/0:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/10:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/100:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/15:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/20:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/25:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/30:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/35:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/40:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/45:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/5:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/50:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/55:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/60:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/65:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/70:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/75:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/80:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/85:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/90:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-100\/95:hover {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd3bd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/0:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/10:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/100:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/15:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/20:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/25:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/30:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/35:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/40:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/45:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/5:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/50:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/55:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/60:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/65:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/70:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/75:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/80:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/85:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/90:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-200\/95:hover {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fab38f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/0:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/10:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/100:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/15:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/20:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/25:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/30:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/35:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/40:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/45:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/5:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/50:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/55:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/60:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/65:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/70:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/75:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/80:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/85:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/90:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-300\/95:hover {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f99766 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/0:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/10:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/100:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/15:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/20:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/25:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/30:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/35:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/40:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/45:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/5:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/50:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/55:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/60:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/65:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/70:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/75:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/80:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/85:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/90:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-400\/95:hover {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/0:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/10:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/100:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/15:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/20:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/25:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/30:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/35:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/40:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/45:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/5:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/50:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/55:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/60:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/65:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/70:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/75:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/80:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/85:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/90:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-50\/95:hover {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f78d4d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/0:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/10:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/100:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/15:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/20:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/25:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/30:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/35:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/40:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/45:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/5:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/50:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/55:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/60:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/65:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/70:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/75:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/80:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/85:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/90:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-500\/95:hover {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e96325 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/0:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/10:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/100:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/15:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/20:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/25:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/30:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/35:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/40:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/45:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/5:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/50:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/55:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/60:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/65:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/70:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/75:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/80:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/85:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/90:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-600\/95:hover {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c94a16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/0:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/10:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/100:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/15:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/20:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/25:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/30:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/35:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/40:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/45:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/5:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/50:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/55:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/60:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/65:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/70:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/75:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/80:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/85:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/90:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-700\/95:hover {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a13b18 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/0:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/10:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/100:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/15:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/20:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/25:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/30:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/35:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/40:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/45:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/5:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/50:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/55:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/60:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/65:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/70:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/75:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/80:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/85:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/90:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-800\/95:hover {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #823318 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/0:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/10:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/100:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/15:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/20:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/25:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/30:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/35:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/40:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/45:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/5:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/50:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/55:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/60:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/65:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/70:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/75:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/80:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/85:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/90:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-900\/95:hover {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #461708 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/0:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/10:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/100:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/15:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/20:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/25:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/30:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/35:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/40:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/45:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/5:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/50:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/55:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/60:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/65:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/70:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/75:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/80:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/85:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/90:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:via-primary-950\/95:hover {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.hover\:to-accent-100:hover {
  --tw-gradient-to: #ebfbcb var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/0:hover {
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/10:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/100:hover {
  --tw-gradient-to: rgb(235 251 203 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/15:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/20:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/25:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/30:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/35:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/40:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/45:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/5:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/50:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/55:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/60:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/65:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/70:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/75:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/80:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/85:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/90:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-100\/95:hover {
  --tw-gradient-to: rgb(235 251 203 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-200:hover {
  --tw-gradient-to: #d8f69a var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/0:hover {
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/10:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/100:hover {
  --tw-gradient-to: rgb(216 246 154 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/15:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/20:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/25:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/30:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/35:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/40:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/45:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/5:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/50:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/55:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/60:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/65:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/70:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/75:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/80:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/85:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/90:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-200\/95:hover {
  --tw-gradient-to: rgb(216 246 154 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-300:hover {
  --tw-gradient-to: #c4f078 var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/0:hover {
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/10:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/100:hover {
  --tw-gradient-to: rgb(196 240 120 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/15:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/20:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/25:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/30:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/35:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/40:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/45:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/5:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/50:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/55:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/60:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/65:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/70:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/75:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/80:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/85:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/90:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-300\/95:hover {
  --tw-gradient-to: rgb(196 240 120 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-400:hover {
  --tw-gradient-to: #b7ed68 var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/0:hover {
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/10:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/100:hover {
  --tw-gradient-to: rgb(183 237 104 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/15:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/20:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/25:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/30:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/35:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/40:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/45:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/5:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/50:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/55:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/60:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/65:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/70:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/75:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/80:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/85:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/90:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-400\/95:hover {
  --tw-gradient-to: rgb(183 237 104 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-50:hover {
  --tw-gradient-to: #f7fdeb var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/0:hover {
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/10:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/100:hover {
  --tw-gradient-to: rgb(247 253 235 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/15:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/20:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/25:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/30:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/35:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/40:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/45:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/5:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/50:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/55:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/60:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/65:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/70:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/75:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/80:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/85:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/90:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-50\/95:hover {
  --tw-gradient-to: rgb(247 253 235 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-500:hover {
  --tw-gradient-to: #aeeb60 var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/0:hover {
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/10:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/100:hover {
  --tw-gradient-to: rgb(174 235 96 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/15:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/20:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/25:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/30:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/35:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/40:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/45:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/5:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/50:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/55:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/60:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/65:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/70:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/75:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/80:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/85:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/90:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-500\/95:hover {
  --tw-gradient-to: rgb(174 235 96 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-600:hover {
  --tw-gradient-to: #82c930 var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/0:hover {
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/10:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/100:hover {
  --tw-gradient-to: rgb(130 201 48 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/15:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/20:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/25:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/30:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/35:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/40:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/45:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/5:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/50:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/55:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/60:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/65:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/70:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/75:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/80:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/85:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/90:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-600\/95:hover {
  --tw-gradient-to: rgb(130 201 48 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-700:hover {
  --tw-gradient-to: #61a11f var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/0:hover {
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/10:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/100:hover {
  --tw-gradient-to: rgb(97 161 31 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/15:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/20:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/25:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/30:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/35:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/40:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/45:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/5:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/50:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/55:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/60:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/65:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/70:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/75:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/80:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/85:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/90:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-700\/95:hover {
  --tw-gradient-to: rgb(97 161 31 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-800:hover {
  --tw-gradient-to: #4e7e20 var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/0:hover {
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/10:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/100:hover {
  --tw-gradient-to: rgb(78 126 32 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/15:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/20:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/25:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/30:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/35:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/40:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/45:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/5:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/50:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/55:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/60:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/65:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/70:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/75:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/80:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/85:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/90:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-800\/95:hover {
  --tw-gradient-to: rgb(78 126 32 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-900:hover {
  --tw-gradient-to: #426a21 var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/0:hover {
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/10:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/100:hover {
  --tw-gradient-to: rgb(66 106 33 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/15:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/20:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/25:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/30:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/35:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/40:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/45:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/5:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/50:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/55:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/60:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/65:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/70:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/75:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/80:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/85:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/90:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-900\/95:hover {
  --tw-gradient-to: rgb(66 106 33 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-accent-950:hover {
  --tw-gradient-to: #203a0b var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/0:hover {
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/10:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/100:hover {
  --tw-gradient-to: rgb(32 58 11 / 1) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/15:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/20:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/25:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/30:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/35:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/40:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/45:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/5:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/50:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/55:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/60:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/65:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/70:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/75:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/80:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/85:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/90:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-accent-950\/95:hover {
  --tw-gradient-to: rgb(32 58 11 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-100:hover {
  --tw-gradient-to: #e9e3ff var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/0:hover {
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/10:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/100:hover {
  --tw-gradient-to: rgb(233 227 255 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/15:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/20:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/25:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/30:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/35:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/40:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/45:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/5:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/50:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/55:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/60:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/65:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/70:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/75:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/80:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/85:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/90:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-100\/95:hover {
  --tw-gradient-to: rgb(233 227 255 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-200:hover {
  --tw-gradient-to: #d3c7ff var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/0:hover {
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/10:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/100:hover {
  --tw-gradient-to: rgb(211 199 255 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/15:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/20:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/25:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/30:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/35:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/40:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/45:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/5:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/50:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/55:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/60:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/65:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/70:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/75:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/80:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/85:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/90:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-200\/95:hover {
  --tw-gradient-to: rgb(211 199 255 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-300:hover {
  --tw-gradient-to: #b79aff var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/0:hover {
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/10:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/100:hover {
  --tw-gradient-to: rgb(183 154 255 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/15:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/20:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/25:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/30:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/35:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/40:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/45:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/5:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/50:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/55:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/60:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/65:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/70:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/75:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/80:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/85:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/90:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-300\/95:hover {
  --tw-gradient-to: rgb(183 154 255 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-400:hover {
  --tw-gradient-to: #9562ff var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/0:hover {
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/10:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/100:hover {
  --tw-gradient-to: rgb(149 98 255 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/15:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/20:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/25:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/30:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/35:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/40:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/45:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/5:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/50:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/55:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/60:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/65:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/70:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/75:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/80:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/85:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/90:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-400\/95:hover {
  --tw-gradient-to: rgb(149 98 255 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-50:hover {
  --tw-gradient-to: #f4f1ff var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/0:hover {
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/10:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/100:hover {
  --tw-gradient-to: rgb(244 241 255 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/15:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/20:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/25:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/30:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/35:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/40:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/45:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/5:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/50:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/55:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/60:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/65:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/70:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/75:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/80:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/85:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/90:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-50\/95:hover {
  --tw-gradient-to: rgb(244 241 255 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-500:hover {
  --tw-gradient-to: #4e1cd1 var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/0:hover {
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/10:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/100:hover {
  --tw-gradient-to: rgb(78 28 209 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/15:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/20:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/25:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/30:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/35:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/40:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/45:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/5:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/50:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/55:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/60:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/65:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/70:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/75:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/80:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/85:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/90:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-500\/95:hover {
  --tw-gradient-to: rgb(78 28 209 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-600:hover {
  --tw-gradient-to: #4115b5 var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/0:hover {
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/10:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/100:hover {
  --tw-gradient-to: rgb(65 21 181 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/15:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/20:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/25:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/30:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/35:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/40:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/45:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/5:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/50:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/55:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/60:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/65:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/70:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/75:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/80:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/85:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/90:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-600\/95:hover {
  --tw-gradient-to: rgb(65 21 181 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-700:hover {
  --tw-gradient-to: #361096 var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/0:hover {
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/10:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/100:hover {
  --tw-gradient-to: rgb(54 16 150 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/15:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/20:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/25:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/30:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/35:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/40:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/45:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/5:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/50:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/55:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/60:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/65:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/70:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/75:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/80:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/85:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/90:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-700\/95:hover {
  --tw-gradient-to: rgb(54 16 150 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-800:hover {
  --tw-gradient-to: #2e1078 var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/0:hover {
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/10:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/100:hover {
  --tw-gradient-to: rgb(46 16 120 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/15:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/20:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/25:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/30:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/35:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/40:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/45:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/5:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/50:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/55:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/60:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/65:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/70:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/75:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/80:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/85:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/90:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-800\/95:hover {
  --tw-gradient-to: rgb(46 16 120 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-900:hover {
  --tw-gradient-to: #270f62 var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/0:hover {
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/10:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/100:hover {
  --tw-gradient-to: rgb(39 15 98 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/15:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/20:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/25:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/30:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/35:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/40:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/45:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/5:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/50:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/55:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/60:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/65:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/70:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/75:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/80:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/85:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/90:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-900\/95:hover {
  --tw-gradient-to: rgb(39 15 98 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-brand-950:hover {
  --tw-gradient-to: #16053a var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/0:hover {
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/10:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/100:hover {
  --tw-gradient-to: rgb(22 5 58 / 1) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/15:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/20:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/25:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/30:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/35:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/40:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/45:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/5:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/50:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/55:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/60:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/65:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/70:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/75:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/80:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/85:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/90:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-brand-950\/95:hover {
  --tw-gradient-to: rgb(22 5 58 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100:hover {
  --tw-gradient-to: #f6f5f4 var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/0:hover {
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/10:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/100:hover {
  --tw-gradient-to: rgb(246 245 244 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/15:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/20:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/25:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/30:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/35:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/40:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/45:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/5:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/50:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/55:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/60:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/65:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/70:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/75:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/80:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/85:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/90:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-100\/95:hover {
  --tw-gradient-to: rgb(246 245 244 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200:hover {
  --tw-gradient-to: #e9e6e3 var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/0:hover {
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/10:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/100:hover {
  --tw-gradient-to: rgb(233 230 227 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/15:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/20:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/25:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/30:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/35:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/40:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/45:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/5:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/50:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/55:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/60:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/65:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/70:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/75:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/80:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/85:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/90:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-200\/95:hover {
  --tw-gradient-to: rgb(233 230 227 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300:hover {
  --tw-gradient-to: #d7d2cd var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/0:hover {
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/10:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/100:hover {
  --tw-gradient-to: rgb(215 210 205 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/15:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/20:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/25:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/30:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/35:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/40:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/45:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/5:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/50:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/55:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/60:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/65:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/70:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/75:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/80:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/85:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/90:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-300\/95:hover {
  --tw-gradient-to: rgb(215 210 205 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400:hover {
  --tw-gradient-to: #afa8a1 var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/0:hover {
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/10:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/100:hover {
  --tw-gradient-to: rgb(175 168 161 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/15:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/20:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/25:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/30:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/35:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/40:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/45:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/5:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/50:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/55:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/60:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/65:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/70:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/75:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/80:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/85:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/90:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-400\/95:hover {
  --tw-gradient-to: rgb(175 168 161 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50:hover {
  --tw-gradient-to: #fbfaf9 var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/0:hover {
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/10:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/100:hover {
  --tw-gradient-to: rgb(251 250 249 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/15:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/20:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/25:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/30:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/35:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/40:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/45:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/5:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/50:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/55:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/60:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/65:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/70:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/75:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/80:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/85:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/90:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-50\/95:hover {
  --tw-gradient-to: rgb(251 250 249 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500:hover {
  --tw-gradient-to: #817971 var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/0:hover {
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/10:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/100:hover {
  --tw-gradient-to: rgb(129 121 113 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/15:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/20:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/25:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/30:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/35:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/40:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/45:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/5:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/50:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/55:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/60:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/65:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/70:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/75:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/80:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/85:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/90:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-500\/95:hover {
  --tw-gradient-to: rgb(129 121 113 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600:hover {
  --tw-gradient-to: #605952 var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/0:hover {
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/10:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/100:hover {
  --tw-gradient-to: rgb(96 89 82 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/15:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/20:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/25:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/30:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/35:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/40:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/45:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/5:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/50:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/55:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/60:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/65:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/70:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/75:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/80:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/85:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/90:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-600\/95:hover {
  --tw-gradient-to: rgb(96 89 82 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700:hover {
  --tw-gradient-to: #49443f var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/0:hover {
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/10:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/100:hover {
  --tw-gradient-to: rgb(73 68 63 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/15:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/20:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/25:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/30:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/35:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/40:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/45:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/5:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/50:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/55:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/60:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/65:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/70:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/75:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/80:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/85:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/90:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-700\/95:hover {
  --tw-gradient-to: rgb(73 68 63 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800:hover {
  --tw-gradient-to: #302d2a var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/0:hover {
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/10:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/100:hover {
  --tw-gradient-to: rgb(48 45 42 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/15:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/20:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/25:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/30:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/35:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/40:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/45:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/5:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/50:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/55:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/60:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/65:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/70:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/75:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/80:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/85:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/90:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-800\/95:hover {
  --tw-gradient-to: rgb(48 45 42 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900:hover {
  --tw-gradient-to: #211f1d var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/0:hover {
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/10:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/100:hover {
  --tw-gradient-to: rgb(33 31 29 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/15:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/20:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/25:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/30:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/35:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/40:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/45:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/5:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/50:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/55:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/60:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/65:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/70:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/75:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/80:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/85:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/90:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-900\/95:hover {
  --tw-gradient-to: rgb(33 31 29 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950:hover {
  --tw-gradient-to: #121110 var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/0:hover {
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/10:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/100:hover {
  --tw-gradient-to: rgb(18 17 16 / 1) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/15:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/20:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/25:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/30:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/35:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/40:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/45:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/5:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/50:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/55:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/60:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/65:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/70:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/75:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/80:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/85:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/90:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-neutral-950\/95:hover {
  --tw-gradient-to: rgb(18 17 16 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-100:hover {
  --tw-gradient-to: #feeade var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/0:hover {
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/10:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/100:hover {
  --tw-gradient-to: rgb(254 234 222 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/15:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/20:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/25:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/30:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/35:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/40:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/45:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/5:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/50:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/55:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/60:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/65:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/70:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/75:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/80:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/85:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/90:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-100\/95:hover {
  --tw-gradient-to: rgb(254 234 222 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-200:hover {
  --tw-gradient-to: #fcd3bd var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/0:hover {
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/10:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/100:hover {
  --tw-gradient-to: rgb(252 211 189 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/15:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/20:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/25:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/30:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/35:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/40:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/45:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/5:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/50:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/55:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/60:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/65:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/70:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/75:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/80:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/85:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/90:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-200\/95:hover {
  --tw-gradient-to: rgb(252 211 189 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-300:hover {
  --tw-gradient-to: #fab38f var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/0:hover {
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/10:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/100:hover {
  --tw-gradient-to: rgb(250 179 143 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/15:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/20:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/25:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/30:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/35:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/40:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/45:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/5:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/50:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/55:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/60:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/65:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/70:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/75:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/80:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/85:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/90:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-300\/95:hover {
  --tw-gradient-to: rgb(250 179 143 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-400:hover {
  --tw-gradient-to: #f99766 var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/0:hover {
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/10:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/100:hover {
  --tw-gradient-to: rgb(249 151 102 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/15:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/20:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/25:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/30:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/35:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/40:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/45:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/5:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/50:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/55:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/60:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/65:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/70:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/75:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/80:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/85:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/90:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-400\/95:hover {
  --tw-gradient-to: rgb(249 151 102 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-50:hover {
  --tw-gradient-to: #fff7f2 var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/0:hover {
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/10:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/100:hover {
  --tw-gradient-to: rgb(255 247 242 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/15:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/20:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/25:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/30:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/35:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/40:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/45:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/5:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/50:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/55:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/60:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/65:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/70:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/75:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/80:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/85:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/90:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-50\/95:hover {
  --tw-gradient-to: rgb(255 247 242 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-500:hover {
  --tw-gradient-to: #f78d4d var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/0:hover {
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/10:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/100:hover {
  --tw-gradient-to: rgb(247 141 77 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/15:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/20:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/25:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/30:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/35:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/40:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/45:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/5:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/50:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/55:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/60:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/65:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/70:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/75:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/80:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/85:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/90:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-500\/95:hover {
  --tw-gradient-to: rgb(247 141 77 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-600:hover {
  --tw-gradient-to: #e96325 var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/0:hover {
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/10:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/100:hover {
  --tw-gradient-to: rgb(233 99 37 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/15:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/20:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/25:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/30:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/35:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/40:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/45:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/5:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/50:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/55:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/60:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/65:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/70:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/75:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/80:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/85:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/90:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-600\/95:hover {
  --tw-gradient-to: rgb(233 99 37 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-700:hover {
  --tw-gradient-to: #c94a16 var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/0:hover {
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/10:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/100:hover {
  --tw-gradient-to: rgb(201 74 22 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/15:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/20:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/25:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/30:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/35:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/40:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/45:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/5:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/50:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/55:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/60:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/65:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/70:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/75:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/80:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/85:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/90:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-700\/95:hover {
  --tw-gradient-to: rgb(201 74 22 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-800:hover {
  --tw-gradient-to: #a13b18 var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/0:hover {
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/10:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/100:hover {
  --tw-gradient-to: rgb(161 59 24 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/15:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/20:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/25:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/30:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/35:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/40:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/45:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/5:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/50:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/55:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/60:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/65:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/70:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/75:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/80:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/85:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/90:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-800\/95:hover {
  --tw-gradient-to: rgb(161 59 24 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-900:hover {
  --tw-gradient-to: #823318 var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/0:hover {
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/10:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/100:hover {
  --tw-gradient-to: rgb(130 51 24 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/15:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/20:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/25:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/30:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/35:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/40:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/45:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/5:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/50:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/55:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/60:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/65:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/70:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/75:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/80:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/85:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/90:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-900\/95:hover {
  --tw-gradient-to: rgb(130 51 24 / 0.95) var(--tw-gradient-to-position);
}

.hover\:to-primary-950:hover {
  --tw-gradient-to: #461708 var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/0:hover {
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/10:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.1) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/100:hover {
  --tw-gradient-to: rgb(70 23 8 / 1) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/15:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.15) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/20:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.2) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/25:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.25) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/30:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.3) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/35:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.35) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/40:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.4) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/45:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.45) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/5:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.05) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/50:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.5) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/55:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.55) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/60:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.6) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/65:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.65) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/70:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.7) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/75:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.75) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/80:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.8) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/85:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.85) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/90:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.9) var(--tw-gradient-to-position);
}

.hover\:to-primary-950\/95:hover {
  --tw-gradient-to: rgb(70 23 8 / 0.95) var(--tw-gradient-to-position);
}

.hover\:bg-fixed:hover {
  background-attachment: fixed;
}

.hover\:object-contain:hover {
  -o-object-fit: contain;
     object-fit: contain;
}

.hover\:object-cover:hover {
  -o-object-fit: cover;
     object-fit: cover;
}

.hover\:text-left:hover {
  text-align: left;
}

.hover\:text-center:hover {
  text-align: center;
}

.hover\:text-right:hover {
  text-align: right;
}

.hover\:uppercase:hover {
  text-transform: uppercase;
}

.hover\:lowercase:hover {
  text-transform: lowercase;
}

.hover\:capitalize:hover {
  text-transform: capitalize;
}

.hover\:text-accent-100:hover {
  --tw-text-opacity: 1;
  color: rgb(235 251 203 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-100\/0:hover {
  color: rgb(235 251 203 / 0);
}

.hover\:text-accent-100\/10:hover {
  color: rgb(235 251 203 / 0.1);
}

.hover\:text-accent-100\/100:hover {
  color: rgb(235 251 203 / 1);
}

.hover\:text-accent-100\/15:hover {
  color: rgb(235 251 203 / 0.15);
}

.hover\:text-accent-100\/20:hover {
  color: rgb(235 251 203 / 0.2);
}

.hover\:text-accent-100\/25:hover {
  color: rgb(235 251 203 / 0.25);
}

.hover\:text-accent-100\/30:hover {
  color: rgb(235 251 203 / 0.3);
}

.hover\:text-accent-100\/35:hover {
  color: rgb(235 251 203 / 0.35);
}

.hover\:text-accent-100\/40:hover {
  color: rgb(235 251 203 / 0.4);
}

.hover\:text-accent-100\/45:hover {
  color: rgb(235 251 203 / 0.45);
}

.hover\:text-accent-100\/5:hover {
  color: rgb(235 251 203 / 0.05);
}

.hover\:text-accent-100\/50:hover {
  color: rgb(235 251 203 / 0.5);
}

.hover\:text-accent-100\/55:hover {
  color: rgb(235 251 203 / 0.55);
}

.hover\:text-accent-100\/60:hover {
  color: rgb(235 251 203 / 0.6);
}

.hover\:text-accent-100\/65:hover {
  color: rgb(235 251 203 / 0.65);
}

.hover\:text-accent-100\/70:hover {
  color: rgb(235 251 203 / 0.7);
}

.hover\:text-accent-100\/75:hover {
  color: rgb(235 251 203 / 0.75);
}

.hover\:text-accent-100\/80:hover {
  color: rgb(235 251 203 / 0.8);
}

.hover\:text-accent-100\/85:hover {
  color: rgb(235 251 203 / 0.85);
}

.hover\:text-accent-100\/90:hover {
  color: rgb(235 251 203 / 0.9);
}

.hover\:text-accent-100\/95:hover {
  color: rgb(235 251 203 / 0.95);
}

.hover\:text-accent-200:hover {
  --tw-text-opacity: 1;
  color: rgb(216 246 154 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-200\/0:hover {
  color: rgb(216 246 154 / 0);
}

.hover\:text-accent-200\/10:hover {
  color: rgb(216 246 154 / 0.1);
}

.hover\:text-accent-200\/100:hover {
  color: rgb(216 246 154 / 1);
}

.hover\:text-accent-200\/15:hover {
  color: rgb(216 246 154 / 0.15);
}

.hover\:text-accent-200\/20:hover {
  color: rgb(216 246 154 / 0.2);
}

.hover\:text-accent-200\/25:hover {
  color: rgb(216 246 154 / 0.25);
}

.hover\:text-accent-200\/30:hover {
  color: rgb(216 246 154 / 0.3);
}

.hover\:text-accent-200\/35:hover {
  color: rgb(216 246 154 / 0.35);
}

.hover\:text-accent-200\/40:hover {
  color: rgb(216 246 154 / 0.4);
}

.hover\:text-accent-200\/45:hover {
  color: rgb(216 246 154 / 0.45);
}

.hover\:text-accent-200\/5:hover {
  color: rgb(216 246 154 / 0.05);
}

.hover\:text-accent-200\/50:hover {
  color: rgb(216 246 154 / 0.5);
}

.hover\:text-accent-200\/55:hover {
  color: rgb(216 246 154 / 0.55);
}

.hover\:text-accent-200\/60:hover {
  color: rgb(216 246 154 / 0.6);
}

.hover\:text-accent-200\/65:hover {
  color: rgb(216 246 154 / 0.65);
}

.hover\:text-accent-200\/70:hover {
  color: rgb(216 246 154 / 0.7);
}

.hover\:text-accent-200\/75:hover {
  color: rgb(216 246 154 / 0.75);
}

.hover\:text-accent-200\/80:hover {
  color: rgb(216 246 154 / 0.8);
}

.hover\:text-accent-200\/85:hover {
  color: rgb(216 246 154 / 0.85);
}

.hover\:text-accent-200\/90:hover {
  color: rgb(216 246 154 / 0.9);
}

.hover\:text-accent-200\/95:hover {
  color: rgb(216 246 154 / 0.95);
}

.hover\:text-accent-300:hover {
  --tw-text-opacity: 1;
  color: rgb(196 240 120 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-300\/0:hover {
  color: rgb(196 240 120 / 0);
}

.hover\:text-accent-300\/10:hover {
  color: rgb(196 240 120 / 0.1);
}

.hover\:text-accent-300\/100:hover {
  color: rgb(196 240 120 / 1);
}

.hover\:text-accent-300\/15:hover {
  color: rgb(196 240 120 / 0.15);
}

.hover\:text-accent-300\/20:hover {
  color: rgb(196 240 120 / 0.2);
}

.hover\:text-accent-300\/25:hover {
  color: rgb(196 240 120 / 0.25);
}

.hover\:text-accent-300\/30:hover {
  color: rgb(196 240 120 / 0.3);
}

.hover\:text-accent-300\/35:hover {
  color: rgb(196 240 120 / 0.35);
}

.hover\:text-accent-300\/40:hover {
  color: rgb(196 240 120 / 0.4);
}

.hover\:text-accent-300\/45:hover {
  color: rgb(196 240 120 / 0.45);
}

.hover\:text-accent-300\/5:hover {
  color: rgb(196 240 120 / 0.05);
}

.hover\:text-accent-300\/50:hover {
  color: rgb(196 240 120 / 0.5);
}

.hover\:text-accent-300\/55:hover {
  color: rgb(196 240 120 / 0.55);
}

.hover\:text-accent-300\/60:hover {
  color: rgb(196 240 120 / 0.6);
}

.hover\:text-accent-300\/65:hover {
  color: rgb(196 240 120 / 0.65);
}

.hover\:text-accent-300\/70:hover {
  color: rgb(196 240 120 / 0.7);
}

.hover\:text-accent-300\/75:hover {
  color: rgb(196 240 120 / 0.75);
}

.hover\:text-accent-300\/80:hover {
  color: rgb(196 240 120 / 0.8);
}

.hover\:text-accent-300\/85:hover {
  color: rgb(196 240 120 / 0.85);
}

.hover\:text-accent-300\/90:hover {
  color: rgb(196 240 120 / 0.9);
}

.hover\:text-accent-300\/95:hover {
  color: rgb(196 240 120 / 0.95);
}

.hover\:text-accent-400:hover {
  --tw-text-opacity: 1;
  color: rgb(183 237 104 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-400\/0:hover {
  color: rgb(183 237 104 / 0);
}

.hover\:text-accent-400\/10:hover {
  color: rgb(183 237 104 / 0.1);
}

.hover\:text-accent-400\/100:hover {
  color: rgb(183 237 104 / 1);
}

.hover\:text-accent-400\/15:hover {
  color: rgb(183 237 104 / 0.15);
}

.hover\:text-accent-400\/20:hover {
  color: rgb(183 237 104 / 0.2);
}

.hover\:text-accent-400\/25:hover {
  color: rgb(183 237 104 / 0.25);
}

.hover\:text-accent-400\/30:hover {
  color: rgb(183 237 104 / 0.3);
}

.hover\:text-accent-400\/35:hover {
  color: rgb(183 237 104 / 0.35);
}

.hover\:text-accent-400\/40:hover {
  color: rgb(183 237 104 / 0.4);
}

.hover\:text-accent-400\/45:hover {
  color: rgb(183 237 104 / 0.45);
}

.hover\:text-accent-400\/5:hover {
  color: rgb(183 237 104 / 0.05);
}

.hover\:text-accent-400\/50:hover {
  color: rgb(183 237 104 / 0.5);
}

.hover\:text-accent-400\/55:hover {
  color: rgb(183 237 104 / 0.55);
}

.hover\:text-accent-400\/60:hover {
  color: rgb(183 237 104 / 0.6);
}

.hover\:text-accent-400\/65:hover {
  color: rgb(183 237 104 / 0.65);
}

.hover\:text-accent-400\/70:hover {
  color: rgb(183 237 104 / 0.7);
}

.hover\:text-accent-400\/75:hover {
  color: rgb(183 237 104 / 0.75);
}

.hover\:text-accent-400\/80:hover {
  color: rgb(183 237 104 / 0.8);
}

.hover\:text-accent-400\/85:hover {
  color: rgb(183 237 104 / 0.85);
}

.hover\:text-accent-400\/90:hover {
  color: rgb(183 237 104 / 0.9);
}

.hover\:text-accent-400\/95:hover {
  color: rgb(183 237 104 / 0.95);
}

.hover\:text-accent-50:hover {
  --tw-text-opacity: 1;
  color: rgb(247 253 235 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-50\/0:hover {
  color: rgb(247 253 235 / 0);
}

.hover\:text-accent-50\/10:hover {
  color: rgb(247 253 235 / 0.1);
}

.hover\:text-accent-50\/100:hover {
  color: rgb(247 253 235 / 1);
}

.hover\:text-accent-50\/15:hover {
  color: rgb(247 253 235 / 0.15);
}

.hover\:text-accent-50\/20:hover {
  color: rgb(247 253 235 / 0.2);
}

.hover\:text-accent-50\/25:hover {
  color: rgb(247 253 235 / 0.25);
}

.hover\:text-accent-50\/30:hover {
  color: rgb(247 253 235 / 0.3);
}

.hover\:text-accent-50\/35:hover {
  color: rgb(247 253 235 / 0.35);
}

.hover\:text-accent-50\/40:hover {
  color: rgb(247 253 235 / 0.4);
}

.hover\:text-accent-50\/45:hover {
  color: rgb(247 253 235 / 0.45);
}

.hover\:text-accent-50\/5:hover {
  color: rgb(247 253 235 / 0.05);
}

.hover\:text-accent-50\/50:hover {
  color: rgb(247 253 235 / 0.5);
}

.hover\:text-accent-50\/55:hover {
  color: rgb(247 253 235 / 0.55);
}

.hover\:text-accent-50\/60:hover {
  color: rgb(247 253 235 / 0.6);
}

.hover\:text-accent-50\/65:hover {
  color: rgb(247 253 235 / 0.65);
}

.hover\:text-accent-50\/70:hover {
  color: rgb(247 253 235 / 0.7);
}

.hover\:text-accent-50\/75:hover {
  color: rgb(247 253 235 / 0.75);
}

.hover\:text-accent-50\/80:hover {
  color: rgb(247 253 235 / 0.8);
}

.hover\:text-accent-50\/85:hover {
  color: rgb(247 253 235 / 0.85);
}

.hover\:text-accent-50\/90:hover {
  color: rgb(247 253 235 / 0.9);
}

.hover\:text-accent-50\/95:hover {
  color: rgb(247 253 235 / 0.95);
}

.hover\:text-accent-500:hover {
  --tw-text-opacity: 1;
  color: rgb(174 235 96 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-500\/0:hover {
  color: rgb(174 235 96 / 0);
}

.hover\:text-accent-500\/10:hover {
  color: rgb(174 235 96 / 0.1);
}

.hover\:text-accent-500\/100:hover {
  color: rgb(174 235 96 / 1);
}

.hover\:text-accent-500\/15:hover {
  color: rgb(174 235 96 / 0.15);
}

.hover\:text-accent-500\/20:hover {
  color: rgb(174 235 96 / 0.2);
}

.hover\:text-accent-500\/25:hover {
  color: rgb(174 235 96 / 0.25);
}

.hover\:text-accent-500\/30:hover {
  color: rgb(174 235 96 / 0.3);
}

.hover\:text-accent-500\/35:hover {
  color: rgb(174 235 96 / 0.35);
}

.hover\:text-accent-500\/40:hover {
  color: rgb(174 235 96 / 0.4);
}

.hover\:text-accent-500\/45:hover {
  color: rgb(174 235 96 / 0.45);
}

.hover\:text-accent-500\/5:hover {
  color: rgb(174 235 96 / 0.05);
}

.hover\:text-accent-500\/50:hover {
  color: rgb(174 235 96 / 0.5);
}

.hover\:text-accent-500\/55:hover {
  color: rgb(174 235 96 / 0.55);
}

.hover\:text-accent-500\/60:hover {
  color: rgb(174 235 96 / 0.6);
}

.hover\:text-accent-500\/65:hover {
  color: rgb(174 235 96 / 0.65);
}

.hover\:text-accent-500\/70:hover {
  color: rgb(174 235 96 / 0.7);
}

.hover\:text-accent-500\/75:hover {
  color: rgb(174 235 96 / 0.75);
}

.hover\:text-accent-500\/80:hover {
  color: rgb(174 235 96 / 0.8);
}

.hover\:text-accent-500\/85:hover {
  color: rgb(174 235 96 / 0.85);
}

.hover\:text-accent-500\/90:hover {
  color: rgb(174 235 96 / 0.9);
}

.hover\:text-accent-500\/95:hover {
  color: rgb(174 235 96 / 0.95);
}

.hover\:text-accent-600:hover {
  --tw-text-opacity: 1;
  color: rgb(130 201 48 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-600\/0:hover {
  color: rgb(130 201 48 / 0);
}

.hover\:text-accent-600\/10:hover {
  color: rgb(130 201 48 / 0.1);
}

.hover\:text-accent-600\/100:hover {
  color: rgb(130 201 48 / 1);
}

.hover\:text-accent-600\/15:hover {
  color: rgb(130 201 48 / 0.15);
}

.hover\:text-accent-600\/20:hover {
  color: rgb(130 201 48 / 0.2);
}

.hover\:text-accent-600\/25:hover {
  color: rgb(130 201 48 / 0.25);
}

.hover\:text-accent-600\/30:hover {
  color: rgb(130 201 48 / 0.3);
}

.hover\:text-accent-600\/35:hover {
  color: rgb(130 201 48 / 0.35);
}

.hover\:text-accent-600\/40:hover {
  color: rgb(130 201 48 / 0.4);
}

.hover\:text-accent-600\/45:hover {
  color: rgb(130 201 48 / 0.45);
}

.hover\:text-accent-600\/5:hover {
  color: rgb(130 201 48 / 0.05);
}

.hover\:text-accent-600\/50:hover {
  color: rgb(130 201 48 / 0.5);
}

.hover\:text-accent-600\/55:hover {
  color: rgb(130 201 48 / 0.55);
}

.hover\:text-accent-600\/60:hover {
  color: rgb(130 201 48 / 0.6);
}

.hover\:text-accent-600\/65:hover {
  color: rgb(130 201 48 / 0.65);
}

.hover\:text-accent-600\/70:hover {
  color: rgb(130 201 48 / 0.7);
}

.hover\:text-accent-600\/75:hover {
  color: rgb(130 201 48 / 0.75);
}

.hover\:text-accent-600\/80:hover {
  color: rgb(130 201 48 / 0.8);
}

.hover\:text-accent-600\/85:hover {
  color: rgb(130 201 48 / 0.85);
}

.hover\:text-accent-600\/90:hover {
  color: rgb(130 201 48 / 0.9);
}

.hover\:text-accent-600\/95:hover {
  color: rgb(130 201 48 / 0.95);
}

.hover\:text-accent-700:hover {
  --tw-text-opacity: 1;
  color: rgb(97 161 31 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-700\/0:hover {
  color: rgb(97 161 31 / 0);
}

.hover\:text-accent-700\/10:hover {
  color: rgb(97 161 31 / 0.1);
}

.hover\:text-accent-700\/100:hover {
  color: rgb(97 161 31 / 1);
}

.hover\:text-accent-700\/15:hover {
  color: rgb(97 161 31 / 0.15);
}

.hover\:text-accent-700\/20:hover {
  color: rgb(97 161 31 / 0.2);
}

.hover\:text-accent-700\/25:hover {
  color: rgb(97 161 31 / 0.25);
}

.hover\:text-accent-700\/30:hover {
  color: rgb(97 161 31 / 0.3);
}

.hover\:text-accent-700\/35:hover {
  color: rgb(97 161 31 / 0.35);
}

.hover\:text-accent-700\/40:hover {
  color: rgb(97 161 31 / 0.4);
}

.hover\:text-accent-700\/45:hover {
  color: rgb(97 161 31 / 0.45);
}

.hover\:text-accent-700\/5:hover {
  color: rgb(97 161 31 / 0.05);
}

.hover\:text-accent-700\/50:hover {
  color: rgb(97 161 31 / 0.5);
}

.hover\:text-accent-700\/55:hover {
  color: rgb(97 161 31 / 0.55);
}

.hover\:text-accent-700\/60:hover {
  color: rgb(97 161 31 / 0.6);
}

.hover\:text-accent-700\/65:hover {
  color: rgb(97 161 31 / 0.65);
}

.hover\:text-accent-700\/70:hover {
  color: rgb(97 161 31 / 0.7);
}

.hover\:text-accent-700\/75:hover {
  color: rgb(97 161 31 / 0.75);
}

.hover\:text-accent-700\/80:hover {
  color: rgb(97 161 31 / 0.8);
}

.hover\:text-accent-700\/85:hover {
  color: rgb(97 161 31 / 0.85);
}

.hover\:text-accent-700\/90:hover {
  color: rgb(97 161 31 / 0.9);
}

.hover\:text-accent-700\/95:hover {
  color: rgb(97 161 31 / 0.95);
}

.hover\:text-accent-800:hover {
  --tw-text-opacity: 1;
  color: rgb(78 126 32 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-800\/0:hover {
  color: rgb(78 126 32 / 0);
}

.hover\:text-accent-800\/10:hover {
  color: rgb(78 126 32 / 0.1);
}

.hover\:text-accent-800\/100:hover {
  color: rgb(78 126 32 / 1);
}

.hover\:text-accent-800\/15:hover {
  color: rgb(78 126 32 / 0.15);
}

.hover\:text-accent-800\/20:hover {
  color: rgb(78 126 32 / 0.2);
}

.hover\:text-accent-800\/25:hover {
  color: rgb(78 126 32 / 0.25);
}

.hover\:text-accent-800\/30:hover {
  color: rgb(78 126 32 / 0.3);
}

.hover\:text-accent-800\/35:hover {
  color: rgb(78 126 32 / 0.35);
}

.hover\:text-accent-800\/40:hover {
  color: rgb(78 126 32 / 0.4);
}

.hover\:text-accent-800\/45:hover {
  color: rgb(78 126 32 / 0.45);
}

.hover\:text-accent-800\/5:hover {
  color: rgb(78 126 32 / 0.05);
}

.hover\:text-accent-800\/50:hover {
  color: rgb(78 126 32 / 0.5);
}

.hover\:text-accent-800\/55:hover {
  color: rgb(78 126 32 / 0.55);
}

.hover\:text-accent-800\/60:hover {
  color: rgb(78 126 32 / 0.6);
}

.hover\:text-accent-800\/65:hover {
  color: rgb(78 126 32 / 0.65);
}

.hover\:text-accent-800\/70:hover {
  color: rgb(78 126 32 / 0.7);
}

.hover\:text-accent-800\/75:hover {
  color: rgb(78 126 32 / 0.75);
}

.hover\:text-accent-800\/80:hover {
  color: rgb(78 126 32 / 0.8);
}

.hover\:text-accent-800\/85:hover {
  color: rgb(78 126 32 / 0.85);
}

.hover\:text-accent-800\/90:hover {
  color: rgb(78 126 32 / 0.9);
}

.hover\:text-accent-800\/95:hover {
  color: rgb(78 126 32 / 0.95);
}

.hover\:text-accent-900:hover {
  --tw-text-opacity: 1;
  color: rgb(66 106 33 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-900\/0:hover {
  color: rgb(66 106 33 / 0);
}

.hover\:text-accent-900\/10:hover {
  color: rgb(66 106 33 / 0.1);
}

.hover\:text-accent-900\/100:hover {
  color: rgb(66 106 33 / 1);
}

.hover\:text-accent-900\/15:hover {
  color: rgb(66 106 33 / 0.15);
}

.hover\:text-accent-900\/20:hover {
  color: rgb(66 106 33 / 0.2);
}

.hover\:text-accent-900\/25:hover {
  color: rgb(66 106 33 / 0.25);
}

.hover\:text-accent-900\/30:hover {
  color: rgb(66 106 33 / 0.3);
}

.hover\:text-accent-900\/35:hover {
  color: rgb(66 106 33 / 0.35);
}

.hover\:text-accent-900\/40:hover {
  color: rgb(66 106 33 / 0.4);
}

.hover\:text-accent-900\/45:hover {
  color: rgb(66 106 33 / 0.45);
}

.hover\:text-accent-900\/5:hover {
  color: rgb(66 106 33 / 0.05);
}

.hover\:text-accent-900\/50:hover {
  color: rgb(66 106 33 / 0.5);
}

.hover\:text-accent-900\/55:hover {
  color: rgb(66 106 33 / 0.55);
}

.hover\:text-accent-900\/60:hover {
  color: rgb(66 106 33 / 0.6);
}

.hover\:text-accent-900\/65:hover {
  color: rgb(66 106 33 / 0.65);
}

.hover\:text-accent-900\/70:hover {
  color: rgb(66 106 33 / 0.7);
}

.hover\:text-accent-900\/75:hover {
  color: rgb(66 106 33 / 0.75);
}

.hover\:text-accent-900\/80:hover {
  color: rgb(66 106 33 / 0.8);
}

.hover\:text-accent-900\/85:hover {
  color: rgb(66 106 33 / 0.85);
}

.hover\:text-accent-900\/90:hover {
  color: rgb(66 106 33 / 0.9);
}

.hover\:text-accent-900\/95:hover {
  color: rgb(66 106 33 / 0.95);
}

.hover\:text-accent-950:hover {
  --tw-text-opacity: 1;
  color: rgb(32 58 11 / var(--tw-text-opacity, 1));
}

.hover\:text-accent-950\/0:hover {
  color: rgb(32 58 11 / 0);
}

.hover\:text-accent-950\/10:hover {
  color: rgb(32 58 11 / 0.1);
}

.hover\:text-accent-950\/100:hover {
  color: rgb(32 58 11 / 1);
}

.hover\:text-accent-950\/15:hover {
  color: rgb(32 58 11 / 0.15);
}

.hover\:text-accent-950\/20:hover {
  color: rgb(32 58 11 / 0.2);
}

.hover\:text-accent-950\/25:hover {
  color: rgb(32 58 11 / 0.25);
}

.hover\:text-accent-950\/30:hover {
  color: rgb(32 58 11 / 0.3);
}

.hover\:text-accent-950\/35:hover {
  color: rgb(32 58 11 / 0.35);
}

.hover\:text-accent-950\/40:hover {
  color: rgb(32 58 11 / 0.4);
}

.hover\:text-accent-950\/45:hover {
  color: rgb(32 58 11 / 0.45);
}

.hover\:text-accent-950\/5:hover {
  color: rgb(32 58 11 / 0.05);
}

.hover\:text-accent-950\/50:hover {
  color: rgb(32 58 11 / 0.5);
}

.hover\:text-accent-950\/55:hover {
  color: rgb(32 58 11 / 0.55);
}

.hover\:text-accent-950\/60:hover {
  color: rgb(32 58 11 / 0.6);
}

.hover\:text-accent-950\/65:hover {
  color: rgb(32 58 11 / 0.65);
}

.hover\:text-accent-950\/70:hover {
  color: rgb(32 58 11 / 0.7);
}

.hover\:text-accent-950\/75:hover {
  color: rgb(32 58 11 / 0.75);
}

.hover\:text-accent-950\/80:hover {
  color: rgb(32 58 11 / 0.8);
}

.hover\:text-accent-950\/85:hover {
  color: rgb(32 58 11 / 0.85);
}

.hover\:text-accent-950\/90:hover {
  color: rgb(32 58 11 / 0.9);
}

.hover\:text-accent-950\/95:hover {
  color: rgb(32 58 11 / 0.95);
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-black\/0:hover {
  color: rgb(0 0 0 / 0);
}

.hover\:text-black\/10:hover {
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-black\/100:hover {
  color: rgb(0 0 0 / 1);
}

.hover\:text-black\/15:hover {
  color: rgb(0 0 0 / 0.15);
}

.hover\:text-black\/20:hover {
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-black\/25:hover {
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-black\/30:hover {
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-black\/35:hover {
  color: rgb(0 0 0 / 0.35);
}

.hover\:text-black\/40:hover {
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-black\/45:hover {
  color: rgb(0 0 0 / 0.45);
}

.hover\:text-black\/5:hover {
  color: rgb(0 0 0 / 0.05);
}

.hover\:text-black\/50:hover {
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-black\/55:hover {
  color: rgb(0 0 0 / 0.55);
}

.hover\:text-black\/60:hover {
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-black\/65:hover {
  color: rgb(0 0 0 / 0.65);
}

.hover\:text-black\/70:hover {
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-black\/75:hover {
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-black\/80:hover {
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-black\/85:hover {
  color: rgb(0 0 0 / 0.85);
}

.hover\:text-black\/90:hover {
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-black\/95:hover {
  color: rgb(0 0 0 / 0.95);
}

.hover\:text-brand-100:hover {
  --tw-text-opacity: 1;
  color: rgb(233 227 255 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-100\/0:hover {
  color: rgb(233 227 255 / 0);
}

.hover\:text-brand-100\/10:hover {
  color: rgb(233 227 255 / 0.1);
}

.hover\:text-brand-100\/100:hover {
  color: rgb(233 227 255 / 1);
}

.hover\:text-brand-100\/15:hover {
  color: rgb(233 227 255 / 0.15);
}

.hover\:text-brand-100\/20:hover {
  color: rgb(233 227 255 / 0.2);
}

.hover\:text-brand-100\/25:hover {
  color: rgb(233 227 255 / 0.25);
}

.hover\:text-brand-100\/30:hover {
  color: rgb(233 227 255 / 0.3);
}

.hover\:text-brand-100\/35:hover {
  color: rgb(233 227 255 / 0.35);
}

.hover\:text-brand-100\/40:hover {
  color: rgb(233 227 255 / 0.4);
}

.hover\:text-brand-100\/45:hover {
  color: rgb(233 227 255 / 0.45);
}

.hover\:text-brand-100\/5:hover {
  color: rgb(233 227 255 / 0.05);
}

.hover\:text-brand-100\/50:hover {
  color: rgb(233 227 255 / 0.5);
}

.hover\:text-brand-100\/55:hover {
  color: rgb(233 227 255 / 0.55);
}

.hover\:text-brand-100\/60:hover {
  color: rgb(233 227 255 / 0.6);
}

.hover\:text-brand-100\/65:hover {
  color: rgb(233 227 255 / 0.65);
}

.hover\:text-brand-100\/70:hover {
  color: rgb(233 227 255 / 0.7);
}

.hover\:text-brand-100\/75:hover {
  color: rgb(233 227 255 / 0.75);
}

.hover\:text-brand-100\/80:hover {
  color: rgb(233 227 255 / 0.8);
}

.hover\:text-brand-100\/85:hover {
  color: rgb(233 227 255 / 0.85);
}

.hover\:text-brand-100\/90:hover {
  color: rgb(233 227 255 / 0.9);
}

.hover\:text-brand-100\/95:hover {
  color: rgb(233 227 255 / 0.95);
}

.hover\:text-brand-200:hover {
  --tw-text-opacity: 1;
  color: rgb(211 199 255 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-200\/0:hover {
  color: rgb(211 199 255 / 0);
}

.hover\:text-brand-200\/10:hover {
  color: rgb(211 199 255 / 0.1);
}

.hover\:text-brand-200\/100:hover {
  color: rgb(211 199 255 / 1);
}

.hover\:text-brand-200\/15:hover {
  color: rgb(211 199 255 / 0.15);
}

.hover\:text-brand-200\/20:hover {
  color: rgb(211 199 255 / 0.2);
}

.hover\:text-brand-200\/25:hover {
  color: rgb(211 199 255 / 0.25);
}

.hover\:text-brand-200\/30:hover {
  color: rgb(211 199 255 / 0.3);
}

.hover\:text-brand-200\/35:hover {
  color: rgb(211 199 255 / 0.35);
}

.hover\:text-brand-200\/40:hover {
  color: rgb(211 199 255 / 0.4);
}

.hover\:text-brand-200\/45:hover {
  color: rgb(211 199 255 / 0.45);
}

.hover\:text-brand-200\/5:hover {
  color: rgb(211 199 255 / 0.05);
}

.hover\:text-brand-200\/50:hover {
  color: rgb(211 199 255 / 0.5);
}

.hover\:text-brand-200\/55:hover {
  color: rgb(211 199 255 / 0.55);
}

.hover\:text-brand-200\/60:hover {
  color: rgb(211 199 255 / 0.6);
}

.hover\:text-brand-200\/65:hover {
  color: rgb(211 199 255 / 0.65);
}

.hover\:text-brand-200\/70:hover {
  color: rgb(211 199 255 / 0.7);
}

.hover\:text-brand-200\/75:hover {
  color: rgb(211 199 255 / 0.75);
}

.hover\:text-brand-200\/80:hover {
  color: rgb(211 199 255 / 0.8);
}

.hover\:text-brand-200\/85:hover {
  color: rgb(211 199 255 / 0.85);
}

.hover\:text-brand-200\/90:hover {
  color: rgb(211 199 255 / 0.9);
}

.hover\:text-brand-200\/95:hover {
  color: rgb(211 199 255 / 0.95);
}

.hover\:text-brand-300:hover {
  --tw-text-opacity: 1;
  color: rgb(183 154 255 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-300\/0:hover {
  color: rgb(183 154 255 / 0);
}

.hover\:text-brand-300\/10:hover {
  color: rgb(183 154 255 / 0.1);
}

.hover\:text-brand-300\/100:hover {
  color: rgb(183 154 255 / 1);
}

.hover\:text-brand-300\/15:hover {
  color: rgb(183 154 255 / 0.15);
}

.hover\:text-brand-300\/20:hover {
  color: rgb(183 154 255 / 0.2);
}

.hover\:text-brand-300\/25:hover {
  color: rgb(183 154 255 / 0.25);
}

.hover\:text-brand-300\/30:hover {
  color: rgb(183 154 255 / 0.3);
}

.hover\:text-brand-300\/35:hover {
  color: rgb(183 154 255 / 0.35);
}

.hover\:text-brand-300\/40:hover {
  color: rgb(183 154 255 / 0.4);
}

.hover\:text-brand-300\/45:hover {
  color: rgb(183 154 255 / 0.45);
}

.hover\:text-brand-300\/5:hover {
  color: rgb(183 154 255 / 0.05);
}

.hover\:text-brand-300\/50:hover {
  color: rgb(183 154 255 / 0.5);
}

.hover\:text-brand-300\/55:hover {
  color: rgb(183 154 255 / 0.55);
}

.hover\:text-brand-300\/60:hover {
  color: rgb(183 154 255 / 0.6);
}

.hover\:text-brand-300\/65:hover {
  color: rgb(183 154 255 / 0.65);
}

.hover\:text-brand-300\/70:hover {
  color: rgb(183 154 255 / 0.7);
}

.hover\:text-brand-300\/75:hover {
  color: rgb(183 154 255 / 0.75);
}

.hover\:text-brand-300\/80:hover {
  color: rgb(183 154 255 / 0.8);
}

.hover\:text-brand-300\/85:hover {
  color: rgb(183 154 255 / 0.85);
}

.hover\:text-brand-300\/90:hover {
  color: rgb(183 154 255 / 0.9);
}

.hover\:text-brand-300\/95:hover {
  color: rgb(183 154 255 / 0.95);
}

.hover\:text-brand-400:hover {
  --tw-text-opacity: 1;
  color: rgb(149 98 255 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-400\/0:hover {
  color: rgb(149 98 255 / 0);
}

.hover\:text-brand-400\/10:hover {
  color: rgb(149 98 255 / 0.1);
}

.hover\:text-brand-400\/100:hover {
  color: rgb(149 98 255 / 1);
}

.hover\:text-brand-400\/15:hover {
  color: rgb(149 98 255 / 0.15);
}

.hover\:text-brand-400\/20:hover {
  color: rgb(149 98 255 / 0.2);
}

.hover\:text-brand-400\/25:hover {
  color: rgb(149 98 255 / 0.25);
}

.hover\:text-brand-400\/30:hover {
  color: rgb(149 98 255 / 0.3);
}

.hover\:text-brand-400\/35:hover {
  color: rgb(149 98 255 / 0.35);
}

.hover\:text-brand-400\/40:hover {
  color: rgb(149 98 255 / 0.4);
}

.hover\:text-brand-400\/45:hover {
  color: rgb(149 98 255 / 0.45);
}

.hover\:text-brand-400\/5:hover {
  color: rgb(149 98 255 / 0.05);
}

.hover\:text-brand-400\/50:hover {
  color: rgb(149 98 255 / 0.5);
}

.hover\:text-brand-400\/55:hover {
  color: rgb(149 98 255 / 0.55);
}

.hover\:text-brand-400\/60:hover {
  color: rgb(149 98 255 / 0.6);
}

.hover\:text-brand-400\/65:hover {
  color: rgb(149 98 255 / 0.65);
}

.hover\:text-brand-400\/70:hover {
  color: rgb(149 98 255 / 0.7);
}

.hover\:text-brand-400\/75:hover {
  color: rgb(149 98 255 / 0.75);
}

.hover\:text-brand-400\/80:hover {
  color: rgb(149 98 255 / 0.8);
}

.hover\:text-brand-400\/85:hover {
  color: rgb(149 98 255 / 0.85);
}

.hover\:text-brand-400\/90:hover {
  color: rgb(149 98 255 / 0.9);
}

.hover\:text-brand-400\/95:hover {
  color: rgb(149 98 255 / 0.95);
}

.hover\:text-brand-50:hover {
  --tw-text-opacity: 1;
  color: rgb(244 241 255 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-50\/0:hover {
  color: rgb(244 241 255 / 0);
}

.hover\:text-brand-50\/10:hover {
  color: rgb(244 241 255 / 0.1);
}

.hover\:text-brand-50\/100:hover {
  color: rgb(244 241 255 / 1);
}

.hover\:text-brand-50\/15:hover {
  color: rgb(244 241 255 / 0.15);
}

.hover\:text-brand-50\/20:hover {
  color: rgb(244 241 255 / 0.2);
}

.hover\:text-brand-50\/25:hover {
  color: rgb(244 241 255 / 0.25);
}

.hover\:text-brand-50\/30:hover {
  color: rgb(244 241 255 / 0.3);
}

.hover\:text-brand-50\/35:hover {
  color: rgb(244 241 255 / 0.35);
}

.hover\:text-brand-50\/40:hover {
  color: rgb(244 241 255 / 0.4);
}

.hover\:text-brand-50\/45:hover {
  color: rgb(244 241 255 / 0.45);
}

.hover\:text-brand-50\/5:hover {
  color: rgb(244 241 255 / 0.05);
}

.hover\:text-brand-50\/50:hover {
  color: rgb(244 241 255 / 0.5);
}

.hover\:text-brand-50\/55:hover {
  color: rgb(244 241 255 / 0.55);
}

.hover\:text-brand-50\/60:hover {
  color: rgb(244 241 255 / 0.6);
}

.hover\:text-brand-50\/65:hover {
  color: rgb(244 241 255 / 0.65);
}

.hover\:text-brand-50\/70:hover {
  color: rgb(244 241 255 / 0.7);
}

.hover\:text-brand-50\/75:hover {
  color: rgb(244 241 255 / 0.75);
}

.hover\:text-brand-50\/80:hover {
  color: rgb(244 241 255 / 0.8);
}

.hover\:text-brand-50\/85:hover {
  color: rgb(244 241 255 / 0.85);
}

.hover\:text-brand-50\/90:hover {
  color: rgb(244 241 255 / 0.9);
}

.hover\:text-brand-50\/95:hover {
  color: rgb(244 241 255 / 0.95);
}

.hover\:text-brand-500:hover {
  --tw-text-opacity: 1;
  color: rgb(78 28 209 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-500\/0:hover {
  color: rgb(78 28 209 / 0);
}

.hover\:text-brand-500\/10:hover {
  color: rgb(78 28 209 / 0.1);
}

.hover\:text-brand-500\/100:hover {
  color: rgb(78 28 209 / 1);
}

.hover\:text-brand-500\/15:hover {
  color: rgb(78 28 209 / 0.15);
}

.hover\:text-brand-500\/20:hover {
  color: rgb(78 28 209 / 0.2);
}

.hover\:text-brand-500\/25:hover {
  color: rgb(78 28 209 / 0.25);
}

.hover\:text-brand-500\/30:hover {
  color: rgb(78 28 209 / 0.3);
}

.hover\:text-brand-500\/35:hover {
  color: rgb(78 28 209 / 0.35);
}

.hover\:text-brand-500\/40:hover {
  color: rgb(78 28 209 / 0.4);
}

.hover\:text-brand-500\/45:hover {
  color: rgb(78 28 209 / 0.45);
}

.hover\:text-brand-500\/5:hover {
  color: rgb(78 28 209 / 0.05);
}

.hover\:text-brand-500\/50:hover {
  color: rgb(78 28 209 / 0.5);
}

.hover\:text-brand-500\/55:hover {
  color: rgb(78 28 209 / 0.55);
}

.hover\:text-brand-500\/60:hover {
  color: rgb(78 28 209 / 0.6);
}

.hover\:text-brand-500\/65:hover {
  color: rgb(78 28 209 / 0.65);
}

.hover\:text-brand-500\/70:hover {
  color: rgb(78 28 209 / 0.7);
}

.hover\:text-brand-500\/75:hover {
  color: rgb(78 28 209 / 0.75);
}

.hover\:text-brand-500\/80:hover {
  color: rgb(78 28 209 / 0.8);
}

.hover\:text-brand-500\/85:hover {
  color: rgb(78 28 209 / 0.85);
}

.hover\:text-brand-500\/90:hover {
  color: rgb(78 28 209 / 0.9);
}

.hover\:text-brand-500\/95:hover {
  color: rgb(78 28 209 / 0.95);
}

.hover\:text-brand-600:hover {
  --tw-text-opacity: 1;
  color: rgb(65 21 181 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-600\/0:hover {
  color: rgb(65 21 181 / 0);
}

.hover\:text-brand-600\/10:hover {
  color: rgb(65 21 181 / 0.1);
}

.hover\:text-brand-600\/100:hover {
  color: rgb(65 21 181 / 1);
}

.hover\:text-brand-600\/15:hover {
  color: rgb(65 21 181 / 0.15);
}

.hover\:text-brand-600\/20:hover {
  color: rgb(65 21 181 / 0.2);
}

.hover\:text-brand-600\/25:hover {
  color: rgb(65 21 181 / 0.25);
}

.hover\:text-brand-600\/30:hover {
  color: rgb(65 21 181 / 0.3);
}

.hover\:text-brand-600\/35:hover {
  color: rgb(65 21 181 / 0.35);
}

.hover\:text-brand-600\/40:hover {
  color: rgb(65 21 181 / 0.4);
}

.hover\:text-brand-600\/45:hover {
  color: rgb(65 21 181 / 0.45);
}

.hover\:text-brand-600\/5:hover {
  color: rgb(65 21 181 / 0.05);
}

.hover\:text-brand-600\/50:hover {
  color: rgb(65 21 181 / 0.5);
}

.hover\:text-brand-600\/55:hover {
  color: rgb(65 21 181 / 0.55);
}

.hover\:text-brand-600\/60:hover {
  color: rgb(65 21 181 / 0.6);
}

.hover\:text-brand-600\/65:hover {
  color: rgb(65 21 181 / 0.65);
}

.hover\:text-brand-600\/70:hover {
  color: rgb(65 21 181 / 0.7);
}

.hover\:text-brand-600\/75:hover {
  color: rgb(65 21 181 / 0.75);
}

.hover\:text-brand-600\/80:hover {
  color: rgb(65 21 181 / 0.8);
}

.hover\:text-brand-600\/85:hover {
  color: rgb(65 21 181 / 0.85);
}

.hover\:text-brand-600\/90:hover {
  color: rgb(65 21 181 / 0.9);
}

.hover\:text-brand-600\/95:hover {
  color: rgb(65 21 181 / 0.95);
}

.hover\:text-brand-700:hover {
  --tw-text-opacity: 1;
  color: rgb(54 16 150 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-700\/0:hover {
  color: rgb(54 16 150 / 0);
}

.hover\:text-brand-700\/10:hover {
  color: rgb(54 16 150 / 0.1);
}

.hover\:text-brand-700\/100:hover {
  color: rgb(54 16 150 / 1);
}

.hover\:text-brand-700\/15:hover {
  color: rgb(54 16 150 / 0.15);
}

.hover\:text-brand-700\/20:hover {
  color: rgb(54 16 150 / 0.2);
}

.hover\:text-brand-700\/25:hover {
  color: rgb(54 16 150 / 0.25);
}

.hover\:text-brand-700\/30:hover {
  color: rgb(54 16 150 / 0.3);
}

.hover\:text-brand-700\/35:hover {
  color: rgb(54 16 150 / 0.35);
}

.hover\:text-brand-700\/40:hover {
  color: rgb(54 16 150 / 0.4);
}

.hover\:text-brand-700\/45:hover {
  color: rgb(54 16 150 / 0.45);
}

.hover\:text-brand-700\/5:hover {
  color: rgb(54 16 150 / 0.05);
}

.hover\:text-brand-700\/50:hover {
  color: rgb(54 16 150 / 0.5);
}

.hover\:text-brand-700\/55:hover {
  color: rgb(54 16 150 / 0.55);
}

.hover\:text-brand-700\/60:hover {
  color: rgb(54 16 150 / 0.6);
}

.hover\:text-brand-700\/65:hover {
  color: rgb(54 16 150 / 0.65);
}

.hover\:text-brand-700\/70:hover {
  color: rgb(54 16 150 / 0.7);
}

.hover\:text-brand-700\/75:hover {
  color: rgb(54 16 150 / 0.75);
}

.hover\:text-brand-700\/80:hover {
  color: rgb(54 16 150 / 0.8);
}

.hover\:text-brand-700\/85:hover {
  color: rgb(54 16 150 / 0.85);
}

.hover\:text-brand-700\/90:hover {
  color: rgb(54 16 150 / 0.9);
}

.hover\:text-brand-700\/95:hover {
  color: rgb(54 16 150 / 0.95);
}

.hover\:text-brand-800:hover {
  --tw-text-opacity: 1;
  color: rgb(46 16 120 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-800\/0:hover {
  color: rgb(46 16 120 / 0);
}

.hover\:text-brand-800\/10:hover {
  color: rgb(46 16 120 / 0.1);
}

.hover\:text-brand-800\/100:hover {
  color: rgb(46 16 120 / 1);
}

.hover\:text-brand-800\/15:hover {
  color: rgb(46 16 120 / 0.15);
}

.hover\:text-brand-800\/20:hover {
  color: rgb(46 16 120 / 0.2);
}

.hover\:text-brand-800\/25:hover {
  color: rgb(46 16 120 / 0.25);
}

.hover\:text-brand-800\/30:hover {
  color: rgb(46 16 120 / 0.3);
}

.hover\:text-brand-800\/35:hover {
  color: rgb(46 16 120 / 0.35);
}

.hover\:text-brand-800\/40:hover {
  color: rgb(46 16 120 / 0.4);
}

.hover\:text-brand-800\/45:hover {
  color: rgb(46 16 120 / 0.45);
}

.hover\:text-brand-800\/5:hover {
  color: rgb(46 16 120 / 0.05);
}

.hover\:text-brand-800\/50:hover {
  color: rgb(46 16 120 / 0.5);
}

.hover\:text-brand-800\/55:hover {
  color: rgb(46 16 120 / 0.55);
}

.hover\:text-brand-800\/60:hover {
  color: rgb(46 16 120 / 0.6);
}

.hover\:text-brand-800\/65:hover {
  color: rgb(46 16 120 / 0.65);
}

.hover\:text-brand-800\/70:hover {
  color: rgb(46 16 120 / 0.7);
}

.hover\:text-brand-800\/75:hover {
  color: rgb(46 16 120 / 0.75);
}

.hover\:text-brand-800\/80:hover {
  color: rgb(46 16 120 / 0.8);
}

.hover\:text-brand-800\/85:hover {
  color: rgb(46 16 120 / 0.85);
}

.hover\:text-brand-800\/90:hover {
  color: rgb(46 16 120 / 0.9);
}

.hover\:text-brand-800\/95:hover {
  color: rgb(46 16 120 / 0.95);
}

.hover\:text-brand-900:hover {
  --tw-text-opacity: 1;
  color: rgb(39 15 98 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-900\/0:hover {
  color: rgb(39 15 98 / 0);
}

.hover\:text-brand-900\/10:hover {
  color: rgb(39 15 98 / 0.1);
}

.hover\:text-brand-900\/100:hover {
  color: rgb(39 15 98 / 1);
}

.hover\:text-brand-900\/15:hover {
  color: rgb(39 15 98 / 0.15);
}

.hover\:text-brand-900\/20:hover {
  color: rgb(39 15 98 / 0.2);
}

.hover\:text-brand-900\/25:hover {
  color: rgb(39 15 98 / 0.25);
}

.hover\:text-brand-900\/30:hover {
  color: rgb(39 15 98 / 0.3);
}

.hover\:text-brand-900\/35:hover {
  color: rgb(39 15 98 / 0.35);
}

.hover\:text-brand-900\/40:hover {
  color: rgb(39 15 98 / 0.4);
}

.hover\:text-brand-900\/45:hover {
  color: rgb(39 15 98 / 0.45);
}

.hover\:text-brand-900\/5:hover {
  color: rgb(39 15 98 / 0.05);
}

.hover\:text-brand-900\/50:hover {
  color: rgb(39 15 98 / 0.5);
}

.hover\:text-brand-900\/55:hover {
  color: rgb(39 15 98 / 0.55);
}

.hover\:text-brand-900\/60:hover {
  color: rgb(39 15 98 / 0.6);
}

.hover\:text-brand-900\/65:hover {
  color: rgb(39 15 98 / 0.65);
}

.hover\:text-brand-900\/70:hover {
  color: rgb(39 15 98 / 0.7);
}

.hover\:text-brand-900\/75:hover {
  color: rgb(39 15 98 / 0.75);
}

.hover\:text-brand-900\/80:hover {
  color: rgb(39 15 98 / 0.8);
}

.hover\:text-brand-900\/85:hover {
  color: rgb(39 15 98 / 0.85);
}

.hover\:text-brand-900\/90:hover {
  color: rgb(39 15 98 / 0.9);
}

.hover\:text-brand-900\/95:hover {
  color: rgb(39 15 98 / 0.95);
}

.hover\:text-brand-950:hover {
  --tw-text-opacity: 1;
  color: rgb(22 5 58 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-950\/0:hover {
  color: rgb(22 5 58 / 0);
}

.hover\:text-brand-950\/10:hover {
  color: rgb(22 5 58 / 0.1);
}

.hover\:text-brand-950\/100:hover {
  color: rgb(22 5 58 / 1);
}

.hover\:text-brand-950\/15:hover {
  color: rgb(22 5 58 / 0.15);
}

.hover\:text-brand-950\/20:hover {
  color: rgb(22 5 58 / 0.2);
}

.hover\:text-brand-950\/25:hover {
  color: rgb(22 5 58 / 0.25);
}

.hover\:text-brand-950\/30:hover {
  color: rgb(22 5 58 / 0.3);
}

.hover\:text-brand-950\/35:hover {
  color: rgb(22 5 58 / 0.35);
}

.hover\:text-brand-950\/40:hover {
  color: rgb(22 5 58 / 0.4);
}

.hover\:text-brand-950\/45:hover {
  color: rgb(22 5 58 / 0.45);
}

.hover\:text-brand-950\/5:hover {
  color: rgb(22 5 58 / 0.05);
}

.hover\:text-brand-950\/50:hover {
  color: rgb(22 5 58 / 0.5);
}

.hover\:text-brand-950\/55:hover {
  color: rgb(22 5 58 / 0.55);
}

.hover\:text-brand-950\/60:hover {
  color: rgb(22 5 58 / 0.6);
}

.hover\:text-brand-950\/65:hover {
  color: rgb(22 5 58 / 0.65);
}

.hover\:text-brand-950\/70:hover {
  color: rgb(22 5 58 / 0.7);
}

.hover\:text-brand-950\/75:hover {
  color: rgb(22 5 58 / 0.75);
}

.hover\:text-brand-950\/80:hover {
  color: rgb(22 5 58 / 0.8);
}

.hover\:text-brand-950\/85:hover {
  color: rgb(22 5 58 / 0.85);
}

.hover\:text-brand-950\/90:hover {
  color: rgb(22 5 58 / 0.9);
}

.hover\:text-brand-950\/95:hover {
  color: rgb(22 5 58 / 0.95);
}

.hover\:text-neutral-100:hover {
  --tw-text-opacity: 1;
  color: rgb(246 245 244 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-100\/0:hover {
  color: rgb(246 245 244 / 0);
}

.hover\:text-neutral-100\/10:hover {
  color: rgb(246 245 244 / 0.1);
}

.hover\:text-neutral-100\/100:hover {
  color: rgb(246 245 244 / 1);
}

.hover\:text-neutral-100\/15:hover {
  color: rgb(246 245 244 / 0.15);
}

.hover\:text-neutral-100\/20:hover {
  color: rgb(246 245 244 / 0.2);
}

.hover\:text-neutral-100\/25:hover {
  color: rgb(246 245 244 / 0.25);
}

.hover\:text-neutral-100\/30:hover {
  color: rgb(246 245 244 / 0.3);
}

.hover\:text-neutral-100\/35:hover {
  color: rgb(246 245 244 / 0.35);
}

.hover\:text-neutral-100\/40:hover {
  color: rgb(246 245 244 / 0.4);
}

.hover\:text-neutral-100\/45:hover {
  color: rgb(246 245 244 / 0.45);
}

.hover\:text-neutral-100\/5:hover {
  color: rgb(246 245 244 / 0.05);
}

.hover\:text-neutral-100\/50:hover {
  color: rgb(246 245 244 / 0.5);
}

.hover\:text-neutral-100\/55:hover {
  color: rgb(246 245 244 / 0.55);
}

.hover\:text-neutral-100\/60:hover {
  color: rgb(246 245 244 / 0.6);
}

.hover\:text-neutral-100\/65:hover {
  color: rgb(246 245 244 / 0.65);
}

.hover\:text-neutral-100\/70:hover {
  color: rgb(246 245 244 / 0.7);
}

.hover\:text-neutral-100\/75:hover {
  color: rgb(246 245 244 / 0.75);
}

.hover\:text-neutral-100\/80:hover {
  color: rgb(246 245 244 / 0.8);
}

.hover\:text-neutral-100\/85:hover {
  color: rgb(246 245 244 / 0.85);
}

.hover\:text-neutral-100\/90:hover {
  color: rgb(246 245 244 / 0.9);
}

.hover\:text-neutral-100\/95:hover {
  color: rgb(246 245 244 / 0.95);
}

.hover\:text-neutral-200:hover {
  --tw-text-opacity: 1;
  color: rgb(233 230 227 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-200\/0:hover {
  color: rgb(233 230 227 / 0);
}

.hover\:text-neutral-200\/10:hover {
  color: rgb(233 230 227 / 0.1);
}

.hover\:text-neutral-200\/100:hover {
  color: rgb(233 230 227 / 1);
}

.hover\:text-neutral-200\/15:hover {
  color: rgb(233 230 227 / 0.15);
}

.hover\:text-neutral-200\/20:hover {
  color: rgb(233 230 227 / 0.2);
}

.hover\:text-neutral-200\/25:hover {
  color: rgb(233 230 227 / 0.25);
}

.hover\:text-neutral-200\/30:hover {
  color: rgb(233 230 227 / 0.3);
}

.hover\:text-neutral-200\/35:hover {
  color: rgb(233 230 227 / 0.35);
}

.hover\:text-neutral-200\/40:hover {
  color: rgb(233 230 227 / 0.4);
}

.hover\:text-neutral-200\/45:hover {
  color: rgb(233 230 227 / 0.45);
}

.hover\:text-neutral-200\/5:hover {
  color: rgb(233 230 227 / 0.05);
}

.hover\:text-neutral-200\/50:hover {
  color: rgb(233 230 227 / 0.5);
}

.hover\:text-neutral-200\/55:hover {
  color: rgb(233 230 227 / 0.55);
}

.hover\:text-neutral-200\/60:hover {
  color: rgb(233 230 227 / 0.6);
}

.hover\:text-neutral-200\/65:hover {
  color: rgb(233 230 227 / 0.65);
}

.hover\:text-neutral-200\/70:hover {
  color: rgb(233 230 227 / 0.7);
}

.hover\:text-neutral-200\/75:hover {
  color: rgb(233 230 227 / 0.75);
}

.hover\:text-neutral-200\/80:hover {
  color: rgb(233 230 227 / 0.8);
}

.hover\:text-neutral-200\/85:hover {
  color: rgb(233 230 227 / 0.85);
}

.hover\:text-neutral-200\/90:hover {
  color: rgb(233 230 227 / 0.9);
}

.hover\:text-neutral-200\/95:hover {
  color: rgb(233 230 227 / 0.95);
}

.hover\:text-neutral-300:hover {
  --tw-text-opacity: 1;
  color: rgb(215 210 205 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-300\/0:hover {
  color: rgb(215 210 205 / 0);
}

.hover\:text-neutral-300\/10:hover {
  color: rgb(215 210 205 / 0.1);
}

.hover\:text-neutral-300\/100:hover {
  color: rgb(215 210 205 / 1);
}

.hover\:text-neutral-300\/15:hover {
  color: rgb(215 210 205 / 0.15);
}

.hover\:text-neutral-300\/20:hover {
  color: rgb(215 210 205 / 0.2);
}

.hover\:text-neutral-300\/25:hover {
  color: rgb(215 210 205 / 0.25);
}

.hover\:text-neutral-300\/30:hover {
  color: rgb(215 210 205 / 0.3);
}

.hover\:text-neutral-300\/35:hover {
  color: rgb(215 210 205 / 0.35);
}

.hover\:text-neutral-300\/40:hover {
  color: rgb(215 210 205 / 0.4);
}

.hover\:text-neutral-300\/45:hover {
  color: rgb(215 210 205 / 0.45);
}

.hover\:text-neutral-300\/5:hover {
  color: rgb(215 210 205 / 0.05);
}

.hover\:text-neutral-300\/50:hover {
  color: rgb(215 210 205 / 0.5);
}

.hover\:text-neutral-300\/55:hover {
  color: rgb(215 210 205 / 0.55);
}

.hover\:text-neutral-300\/60:hover {
  color: rgb(215 210 205 / 0.6);
}

.hover\:text-neutral-300\/65:hover {
  color: rgb(215 210 205 / 0.65);
}

.hover\:text-neutral-300\/70:hover {
  color: rgb(215 210 205 / 0.7);
}

.hover\:text-neutral-300\/75:hover {
  color: rgb(215 210 205 / 0.75);
}

.hover\:text-neutral-300\/80:hover {
  color: rgb(215 210 205 / 0.8);
}

.hover\:text-neutral-300\/85:hover {
  color: rgb(215 210 205 / 0.85);
}

.hover\:text-neutral-300\/90:hover {
  color: rgb(215 210 205 / 0.9);
}

.hover\:text-neutral-300\/95:hover {
  color: rgb(215 210 205 / 0.95);
}

.hover\:text-neutral-400:hover {
  --tw-text-opacity: 1;
  color: rgb(175 168 161 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-400\/0:hover {
  color: rgb(175 168 161 / 0);
}

.hover\:text-neutral-400\/10:hover {
  color: rgb(175 168 161 / 0.1);
}

.hover\:text-neutral-400\/100:hover {
  color: rgb(175 168 161 / 1);
}

.hover\:text-neutral-400\/15:hover {
  color: rgb(175 168 161 / 0.15);
}

.hover\:text-neutral-400\/20:hover {
  color: rgb(175 168 161 / 0.2);
}

.hover\:text-neutral-400\/25:hover {
  color: rgb(175 168 161 / 0.25);
}

.hover\:text-neutral-400\/30:hover {
  color: rgb(175 168 161 / 0.3);
}

.hover\:text-neutral-400\/35:hover {
  color: rgb(175 168 161 / 0.35);
}

.hover\:text-neutral-400\/40:hover {
  color: rgb(175 168 161 / 0.4);
}

.hover\:text-neutral-400\/45:hover {
  color: rgb(175 168 161 / 0.45);
}

.hover\:text-neutral-400\/5:hover {
  color: rgb(175 168 161 / 0.05);
}

.hover\:text-neutral-400\/50:hover {
  color: rgb(175 168 161 / 0.5);
}

.hover\:text-neutral-400\/55:hover {
  color: rgb(175 168 161 / 0.55);
}

.hover\:text-neutral-400\/60:hover {
  color: rgb(175 168 161 / 0.6);
}

.hover\:text-neutral-400\/65:hover {
  color: rgb(175 168 161 / 0.65);
}

.hover\:text-neutral-400\/70:hover {
  color: rgb(175 168 161 / 0.7);
}

.hover\:text-neutral-400\/75:hover {
  color: rgb(175 168 161 / 0.75);
}

.hover\:text-neutral-400\/80:hover {
  color: rgb(175 168 161 / 0.8);
}

.hover\:text-neutral-400\/85:hover {
  color: rgb(175 168 161 / 0.85);
}

.hover\:text-neutral-400\/90:hover {
  color: rgb(175 168 161 / 0.9);
}

.hover\:text-neutral-400\/95:hover {
  color: rgb(175 168 161 / 0.95);
}

.hover\:text-neutral-50:hover {
  --tw-text-opacity: 1;
  color: rgb(251 250 249 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-50\/0:hover {
  color: rgb(251 250 249 / 0);
}

.hover\:text-neutral-50\/10:hover {
  color: rgb(251 250 249 / 0.1);
}

.hover\:text-neutral-50\/100:hover {
  color: rgb(251 250 249 / 1);
}

.hover\:text-neutral-50\/15:hover {
  color: rgb(251 250 249 / 0.15);
}

.hover\:text-neutral-50\/20:hover {
  color: rgb(251 250 249 / 0.2);
}

.hover\:text-neutral-50\/25:hover {
  color: rgb(251 250 249 / 0.25);
}

.hover\:text-neutral-50\/30:hover {
  color: rgb(251 250 249 / 0.3);
}

.hover\:text-neutral-50\/35:hover {
  color: rgb(251 250 249 / 0.35);
}

.hover\:text-neutral-50\/40:hover {
  color: rgb(251 250 249 / 0.4);
}

.hover\:text-neutral-50\/45:hover {
  color: rgb(251 250 249 / 0.45);
}

.hover\:text-neutral-50\/5:hover {
  color: rgb(251 250 249 / 0.05);
}

.hover\:text-neutral-50\/50:hover {
  color: rgb(251 250 249 / 0.5);
}

.hover\:text-neutral-50\/55:hover {
  color: rgb(251 250 249 / 0.55);
}

.hover\:text-neutral-50\/60:hover {
  color: rgb(251 250 249 / 0.6);
}

.hover\:text-neutral-50\/65:hover {
  color: rgb(251 250 249 / 0.65);
}

.hover\:text-neutral-50\/70:hover {
  color: rgb(251 250 249 / 0.7);
}

.hover\:text-neutral-50\/75:hover {
  color: rgb(251 250 249 / 0.75);
}

.hover\:text-neutral-50\/80:hover {
  color: rgb(251 250 249 / 0.8);
}

.hover\:text-neutral-50\/85:hover {
  color: rgb(251 250 249 / 0.85);
}

.hover\:text-neutral-50\/90:hover {
  color: rgb(251 250 249 / 0.9);
}

.hover\:text-neutral-50\/95:hover {
  color: rgb(251 250 249 / 0.95);
}

.hover\:text-neutral-500:hover {
  --tw-text-opacity: 1;
  color: rgb(129 121 113 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-500\/0:hover {
  color: rgb(129 121 113 / 0);
}

.hover\:text-neutral-500\/10:hover {
  color: rgb(129 121 113 / 0.1);
}

.hover\:text-neutral-500\/100:hover {
  color: rgb(129 121 113 / 1);
}

.hover\:text-neutral-500\/15:hover {
  color: rgb(129 121 113 / 0.15);
}

.hover\:text-neutral-500\/20:hover {
  color: rgb(129 121 113 / 0.2);
}

.hover\:text-neutral-500\/25:hover {
  color: rgb(129 121 113 / 0.25);
}

.hover\:text-neutral-500\/30:hover {
  color: rgb(129 121 113 / 0.3);
}

.hover\:text-neutral-500\/35:hover {
  color: rgb(129 121 113 / 0.35);
}

.hover\:text-neutral-500\/40:hover {
  color: rgb(129 121 113 / 0.4);
}

.hover\:text-neutral-500\/45:hover {
  color: rgb(129 121 113 / 0.45);
}

.hover\:text-neutral-500\/5:hover {
  color: rgb(129 121 113 / 0.05);
}

.hover\:text-neutral-500\/50:hover {
  color: rgb(129 121 113 / 0.5);
}

.hover\:text-neutral-500\/55:hover {
  color: rgb(129 121 113 / 0.55);
}

.hover\:text-neutral-500\/60:hover {
  color: rgb(129 121 113 / 0.6);
}

.hover\:text-neutral-500\/65:hover {
  color: rgb(129 121 113 / 0.65);
}

.hover\:text-neutral-500\/70:hover {
  color: rgb(129 121 113 / 0.7);
}

.hover\:text-neutral-500\/75:hover {
  color: rgb(129 121 113 / 0.75);
}

.hover\:text-neutral-500\/80:hover {
  color: rgb(129 121 113 / 0.8);
}

.hover\:text-neutral-500\/85:hover {
  color: rgb(129 121 113 / 0.85);
}

.hover\:text-neutral-500\/90:hover {
  color: rgb(129 121 113 / 0.9);
}

.hover\:text-neutral-500\/95:hover {
  color: rgb(129 121 113 / 0.95);
}

.hover\:text-neutral-600:hover {
  --tw-text-opacity: 1;
  color: rgb(96 89 82 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-600\/0:hover {
  color: rgb(96 89 82 / 0);
}

.hover\:text-neutral-600\/10:hover {
  color: rgb(96 89 82 / 0.1);
}

.hover\:text-neutral-600\/100:hover {
  color: rgb(96 89 82 / 1);
}

.hover\:text-neutral-600\/15:hover {
  color: rgb(96 89 82 / 0.15);
}

.hover\:text-neutral-600\/20:hover {
  color: rgb(96 89 82 / 0.2);
}

.hover\:text-neutral-600\/25:hover {
  color: rgb(96 89 82 / 0.25);
}

.hover\:text-neutral-600\/30:hover {
  color: rgb(96 89 82 / 0.3);
}

.hover\:text-neutral-600\/35:hover {
  color: rgb(96 89 82 / 0.35);
}

.hover\:text-neutral-600\/40:hover {
  color: rgb(96 89 82 / 0.4);
}

.hover\:text-neutral-600\/45:hover {
  color: rgb(96 89 82 / 0.45);
}

.hover\:text-neutral-600\/5:hover {
  color: rgb(96 89 82 / 0.05);
}

.hover\:text-neutral-600\/50:hover {
  color: rgb(96 89 82 / 0.5);
}

.hover\:text-neutral-600\/55:hover {
  color: rgb(96 89 82 / 0.55);
}

.hover\:text-neutral-600\/60:hover {
  color: rgb(96 89 82 / 0.6);
}

.hover\:text-neutral-600\/65:hover {
  color: rgb(96 89 82 / 0.65);
}

.hover\:text-neutral-600\/70:hover {
  color: rgb(96 89 82 / 0.7);
}

.hover\:text-neutral-600\/75:hover {
  color: rgb(96 89 82 / 0.75);
}

.hover\:text-neutral-600\/80:hover {
  color: rgb(96 89 82 / 0.8);
}

.hover\:text-neutral-600\/85:hover {
  color: rgb(96 89 82 / 0.85);
}

.hover\:text-neutral-600\/90:hover {
  color: rgb(96 89 82 / 0.9);
}

.hover\:text-neutral-600\/95:hover {
  color: rgb(96 89 82 / 0.95);
}

.hover\:text-neutral-700:hover {
  --tw-text-opacity: 1;
  color: rgb(73 68 63 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-700\/0:hover {
  color: rgb(73 68 63 / 0);
}

.hover\:text-neutral-700\/10:hover {
  color: rgb(73 68 63 / 0.1);
}

.hover\:text-neutral-700\/100:hover {
  color: rgb(73 68 63 / 1);
}

.hover\:text-neutral-700\/15:hover {
  color: rgb(73 68 63 / 0.15);
}

.hover\:text-neutral-700\/20:hover {
  color: rgb(73 68 63 / 0.2);
}

.hover\:text-neutral-700\/25:hover {
  color: rgb(73 68 63 / 0.25);
}

.hover\:text-neutral-700\/30:hover {
  color: rgb(73 68 63 / 0.3);
}

.hover\:text-neutral-700\/35:hover {
  color: rgb(73 68 63 / 0.35);
}

.hover\:text-neutral-700\/40:hover {
  color: rgb(73 68 63 / 0.4);
}

.hover\:text-neutral-700\/45:hover {
  color: rgb(73 68 63 / 0.45);
}

.hover\:text-neutral-700\/5:hover {
  color: rgb(73 68 63 / 0.05);
}

.hover\:text-neutral-700\/50:hover {
  color: rgb(73 68 63 / 0.5);
}

.hover\:text-neutral-700\/55:hover {
  color: rgb(73 68 63 / 0.55);
}

.hover\:text-neutral-700\/60:hover {
  color: rgb(73 68 63 / 0.6);
}

.hover\:text-neutral-700\/65:hover {
  color: rgb(73 68 63 / 0.65);
}

.hover\:text-neutral-700\/70:hover {
  color: rgb(73 68 63 / 0.7);
}

.hover\:text-neutral-700\/75:hover {
  color: rgb(73 68 63 / 0.75);
}

.hover\:text-neutral-700\/80:hover {
  color: rgb(73 68 63 / 0.8);
}

.hover\:text-neutral-700\/85:hover {
  color: rgb(73 68 63 / 0.85);
}

.hover\:text-neutral-700\/90:hover {
  color: rgb(73 68 63 / 0.9);
}

.hover\:text-neutral-700\/95:hover {
  color: rgb(73 68 63 / 0.95);
}

.hover\:text-neutral-800:hover {
  --tw-text-opacity: 1;
  color: rgb(48 45 42 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-800\/0:hover {
  color: rgb(48 45 42 / 0);
}

.hover\:text-neutral-800\/10:hover {
  color: rgb(48 45 42 / 0.1);
}

.hover\:text-neutral-800\/100:hover {
  color: rgb(48 45 42 / 1);
}

.hover\:text-neutral-800\/15:hover {
  color: rgb(48 45 42 / 0.15);
}

.hover\:text-neutral-800\/20:hover {
  color: rgb(48 45 42 / 0.2);
}

.hover\:text-neutral-800\/25:hover {
  color: rgb(48 45 42 / 0.25);
}

.hover\:text-neutral-800\/30:hover {
  color: rgb(48 45 42 / 0.3);
}

.hover\:text-neutral-800\/35:hover {
  color: rgb(48 45 42 / 0.35);
}

.hover\:text-neutral-800\/40:hover {
  color: rgb(48 45 42 / 0.4);
}

.hover\:text-neutral-800\/45:hover {
  color: rgb(48 45 42 / 0.45);
}

.hover\:text-neutral-800\/5:hover {
  color: rgb(48 45 42 / 0.05);
}

.hover\:text-neutral-800\/50:hover {
  color: rgb(48 45 42 / 0.5);
}

.hover\:text-neutral-800\/55:hover {
  color: rgb(48 45 42 / 0.55);
}

.hover\:text-neutral-800\/60:hover {
  color: rgb(48 45 42 / 0.6);
}

.hover\:text-neutral-800\/65:hover {
  color: rgb(48 45 42 / 0.65);
}

.hover\:text-neutral-800\/70:hover {
  color: rgb(48 45 42 / 0.7);
}

.hover\:text-neutral-800\/75:hover {
  color: rgb(48 45 42 / 0.75);
}

.hover\:text-neutral-800\/80:hover {
  color: rgb(48 45 42 / 0.8);
}

.hover\:text-neutral-800\/85:hover {
  color: rgb(48 45 42 / 0.85);
}

.hover\:text-neutral-800\/90:hover {
  color: rgb(48 45 42 / 0.9);
}

.hover\:text-neutral-800\/95:hover {
  color: rgb(48 45 42 / 0.95);
}

.hover\:text-neutral-900:hover {
  --tw-text-opacity: 1;
  color: rgb(33 31 29 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-900\/0:hover {
  color: rgb(33 31 29 / 0);
}

.hover\:text-neutral-900\/10:hover {
  color: rgb(33 31 29 / 0.1);
}

.hover\:text-neutral-900\/100:hover {
  color: rgb(33 31 29 / 1);
}

.hover\:text-neutral-900\/15:hover {
  color: rgb(33 31 29 / 0.15);
}

.hover\:text-neutral-900\/20:hover {
  color: rgb(33 31 29 / 0.2);
}

.hover\:text-neutral-900\/25:hover {
  color: rgb(33 31 29 / 0.25);
}

.hover\:text-neutral-900\/30:hover {
  color: rgb(33 31 29 / 0.3);
}

.hover\:text-neutral-900\/35:hover {
  color: rgb(33 31 29 / 0.35);
}

.hover\:text-neutral-900\/40:hover {
  color: rgb(33 31 29 / 0.4);
}

.hover\:text-neutral-900\/45:hover {
  color: rgb(33 31 29 / 0.45);
}

.hover\:text-neutral-900\/5:hover {
  color: rgb(33 31 29 / 0.05);
}

.hover\:text-neutral-900\/50:hover {
  color: rgb(33 31 29 / 0.5);
}

.hover\:text-neutral-900\/55:hover {
  color: rgb(33 31 29 / 0.55);
}

.hover\:text-neutral-900\/60:hover {
  color: rgb(33 31 29 / 0.6);
}

.hover\:text-neutral-900\/65:hover {
  color: rgb(33 31 29 / 0.65);
}

.hover\:text-neutral-900\/70:hover {
  color: rgb(33 31 29 / 0.7);
}

.hover\:text-neutral-900\/75:hover {
  color: rgb(33 31 29 / 0.75);
}

.hover\:text-neutral-900\/80:hover {
  color: rgb(33 31 29 / 0.8);
}

.hover\:text-neutral-900\/85:hover {
  color: rgb(33 31 29 / 0.85);
}

.hover\:text-neutral-900\/90:hover {
  color: rgb(33 31 29 / 0.9);
}

.hover\:text-neutral-900\/95:hover {
  color: rgb(33 31 29 / 0.95);
}

.hover\:text-neutral-950:hover {
  --tw-text-opacity: 1;
  color: rgb(18 17 16 / var(--tw-text-opacity, 1));
}

.hover\:text-neutral-950\/0:hover {
  color: rgb(18 17 16 / 0);
}

.hover\:text-neutral-950\/10:hover {
  color: rgb(18 17 16 / 0.1);
}

.hover\:text-neutral-950\/100:hover {
  color: rgb(18 17 16 / 1);
}

.hover\:text-neutral-950\/15:hover {
  color: rgb(18 17 16 / 0.15);
}

.hover\:text-neutral-950\/20:hover {
  color: rgb(18 17 16 / 0.2);
}

.hover\:text-neutral-950\/25:hover {
  color: rgb(18 17 16 / 0.25);
}

.hover\:text-neutral-950\/30:hover {
  color: rgb(18 17 16 / 0.3);
}

.hover\:text-neutral-950\/35:hover {
  color: rgb(18 17 16 / 0.35);
}

.hover\:text-neutral-950\/40:hover {
  color: rgb(18 17 16 / 0.4);
}

.hover\:text-neutral-950\/45:hover {
  color: rgb(18 17 16 / 0.45);
}

.hover\:text-neutral-950\/5:hover {
  color: rgb(18 17 16 / 0.05);
}

.hover\:text-neutral-950\/50:hover {
  color: rgb(18 17 16 / 0.5);
}

.hover\:text-neutral-950\/55:hover {
  color: rgb(18 17 16 / 0.55);
}

.hover\:text-neutral-950\/60:hover {
  color: rgb(18 17 16 / 0.6);
}

.hover\:text-neutral-950\/65:hover {
  color: rgb(18 17 16 / 0.65);
}

.hover\:text-neutral-950\/70:hover {
  color: rgb(18 17 16 / 0.7);
}

.hover\:text-neutral-950\/75:hover {
  color: rgb(18 17 16 / 0.75);
}

.hover\:text-neutral-950\/80:hover {
  color: rgb(18 17 16 / 0.8);
}

.hover\:text-neutral-950\/85:hover {
  color: rgb(18 17 16 / 0.85);
}

.hover\:text-neutral-950\/90:hover {
  color: rgb(18 17 16 / 0.9);
}

.hover\:text-neutral-950\/95:hover {
  color: rgb(18 17 16 / 0.95);
}

.hover\:text-primary-100:hover {
  --tw-text-opacity: 1;
  color: rgb(254 234 222 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-100\/0:hover {
  color: rgb(254 234 222 / 0);
}

.hover\:text-primary-100\/10:hover {
  color: rgb(254 234 222 / 0.1);
}

.hover\:text-primary-100\/100:hover {
  color: rgb(254 234 222 / 1);
}

.hover\:text-primary-100\/15:hover {
  color: rgb(254 234 222 / 0.15);
}

.hover\:text-primary-100\/20:hover {
  color: rgb(254 234 222 / 0.2);
}

.hover\:text-primary-100\/25:hover {
  color: rgb(254 234 222 / 0.25);
}

.hover\:text-primary-100\/30:hover {
  color: rgb(254 234 222 / 0.3);
}

.hover\:text-primary-100\/35:hover {
  color: rgb(254 234 222 / 0.35);
}

.hover\:text-primary-100\/40:hover {
  color: rgb(254 234 222 / 0.4);
}

.hover\:text-primary-100\/45:hover {
  color: rgb(254 234 222 / 0.45);
}

.hover\:text-primary-100\/5:hover {
  color: rgb(254 234 222 / 0.05);
}

.hover\:text-primary-100\/50:hover {
  color: rgb(254 234 222 / 0.5);
}

.hover\:text-primary-100\/55:hover {
  color: rgb(254 234 222 / 0.55);
}

.hover\:text-primary-100\/60:hover {
  color: rgb(254 234 222 / 0.6);
}

.hover\:text-primary-100\/65:hover {
  color: rgb(254 234 222 / 0.65);
}

.hover\:text-primary-100\/70:hover {
  color: rgb(254 234 222 / 0.7);
}

.hover\:text-primary-100\/75:hover {
  color: rgb(254 234 222 / 0.75);
}

.hover\:text-primary-100\/80:hover {
  color: rgb(254 234 222 / 0.8);
}

.hover\:text-primary-100\/85:hover {
  color: rgb(254 234 222 / 0.85);
}

.hover\:text-primary-100\/90:hover {
  color: rgb(254 234 222 / 0.9);
}

.hover\:text-primary-100\/95:hover {
  color: rgb(254 234 222 / 0.95);
}

.hover\:text-primary-200:hover {
  --tw-text-opacity: 1;
  color: rgb(252 211 189 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-200\/0:hover {
  color: rgb(252 211 189 / 0);
}

.hover\:text-primary-200\/10:hover {
  color: rgb(252 211 189 / 0.1);
}

.hover\:text-primary-200\/100:hover {
  color: rgb(252 211 189 / 1);
}

.hover\:text-primary-200\/15:hover {
  color: rgb(252 211 189 / 0.15);
}

.hover\:text-primary-200\/20:hover {
  color: rgb(252 211 189 / 0.2);
}

.hover\:text-primary-200\/25:hover {
  color: rgb(252 211 189 / 0.25);
}

.hover\:text-primary-200\/30:hover {
  color: rgb(252 211 189 / 0.3);
}

.hover\:text-primary-200\/35:hover {
  color: rgb(252 211 189 / 0.35);
}

.hover\:text-primary-200\/40:hover {
  color: rgb(252 211 189 / 0.4);
}

.hover\:text-primary-200\/45:hover {
  color: rgb(252 211 189 / 0.45);
}

.hover\:text-primary-200\/5:hover {
  color: rgb(252 211 189 / 0.05);
}

.hover\:text-primary-200\/50:hover {
  color: rgb(252 211 189 / 0.5);
}

.hover\:text-primary-200\/55:hover {
  color: rgb(252 211 189 / 0.55);
}

.hover\:text-primary-200\/60:hover {
  color: rgb(252 211 189 / 0.6);
}

.hover\:text-primary-200\/65:hover {
  color: rgb(252 211 189 / 0.65);
}

.hover\:text-primary-200\/70:hover {
  color: rgb(252 211 189 / 0.7);
}

.hover\:text-primary-200\/75:hover {
  color: rgb(252 211 189 / 0.75);
}

.hover\:text-primary-200\/80:hover {
  color: rgb(252 211 189 / 0.8);
}

.hover\:text-primary-200\/85:hover {
  color: rgb(252 211 189 / 0.85);
}

.hover\:text-primary-200\/90:hover {
  color: rgb(252 211 189 / 0.9);
}

.hover\:text-primary-200\/95:hover {
  color: rgb(252 211 189 / 0.95);
}

.hover\:text-primary-300:hover {
  --tw-text-opacity: 1;
  color: rgb(250 179 143 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-300\/0:hover {
  color: rgb(250 179 143 / 0);
}

.hover\:text-primary-300\/10:hover {
  color: rgb(250 179 143 / 0.1);
}

.hover\:text-primary-300\/100:hover {
  color: rgb(250 179 143 / 1);
}

.hover\:text-primary-300\/15:hover {
  color: rgb(250 179 143 / 0.15);
}

.hover\:text-primary-300\/20:hover {
  color: rgb(250 179 143 / 0.2);
}

.hover\:text-primary-300\/25:hover {
  color: rgb(250 179 143 / 0.25);
}

.hover\:text-primary-300\/30:hover {
  color: rgb(250 179 143 / 0.3);
}

.hover\:text-primary-300\/35:hover {
  color: rgb(250 179 143 / 0.35);
}

.hover\:text-primary-300\/40:hover {
  color: rgb(250 179 143 / 0.4);
}

.hover\:text-primary-300\/45:hover {
  color: rgb(250 179 143 / 0.45);
}

.hover\:text-primary-300\/5:hover {
  color: rgb(250 179 143 / 0.05);
}

.hover\:text-primary-300\/50:hover {
  color: rgb(250 179 143 / 0.5);
}

.hover\:text-primary-300\/55:hover {
  color: rgb(250 179 143 / 0.55);
}

.hover\:text-primary-300\/60:hover {
  color: rgb(250 179 143 / 0.6);
}

.hover\:text-primary-300\/65:hover {
  color: rgb(250 179 143 / 0.65);
}

.hover\:text-primary-300\/70:hover {
  color: rgb(250 179 143 / 0.7);
}

.hover\:text-primary-300\/75:hover {
  color: rgb(250 179 143 / 0.75);
}

.hover\:text-primary-300\/80:hover {
  color: rgb(250 179 143 / 0.8);
}

.hover\:text-primary-300\/85:hover {
  color: rgb(250 179 143 / 0.85);
}

.hover\:text-primary-300\/90:hover {
  color: rgb(250 179 143 / 0.9);
}

.hover\:text-primary-300\/95:hover {
  color: rgb(250 179 143 / 0.95);
}

.hover\:text-primary-400:hover {
  --tw-text-opacity: 1;
  color: rgb(249 151 102 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-400\/0:hover {
  color: rgb(249 151 102 / 0);
}

.hover\:text-primary-400\/10:hover {
  color: rgb(249 151 102 / 0.1);
}

.hover\:text-primary-400\/100:hover {
  color: rgb(249 151 102 / 1);
}

.hover\:text-primary-400\/15:hover {
  color: rgb(249 151 102 / 0.15);
}

.hover\:text-primary-400\/20:hover {
  color: rgb(249 151 102 / 0.2);
}

.hover\:text-primary-400\/25:hover {
  color: rgb(249 151 102 / 0.25);
}

.hover\:text-primary-400\/30:hover {
  color: rgb(249 151 102 / 0.3);
}

.hover\:text-primary-400\/35:hover {
  color: rgb(249 151 102 / 0.35);
}

.hover\:text-primary-400\/40:hover {
  color: rgb(249 151 102 / 0.4);
}

.hover\:text-primary-400\/45:hover {
  color: rgb(249 151 102 / 0.45);
}

.hover\:text-primary-400\/5:hover {
  color: rgb(249 151 102 / 0.05);
}

.hover\:text-primary-400\/50:hover {
  color: rgb(249 151 102 / 0.5);
}

.hover\:text-primary-400\/55:hover {
  color: rgb(249 151 102 / 0.55);
}

.hover\:text-primary-400\/60:hover {
  color: rgb(249 151 102 / 0.6);
}

.hover\:text-primary-400\/65:hover {
  color: rgb(249 151 102 / 0.65);
}

.hover\:text-primary-400\/70:hover {
  color: rgb(249 151 102 / 0.7);
}

.hover\:text-primary-400\/75:hover {
  color: rgb(249 151 102 / 0.75);
}

.hover\:text-primary-400\/80:hover {
  color: rgb(249 151 102 / 0.8);
}

.hover\:text-primary-400\/85:hover {
  color: rgb(249 151 102 / 0.85);
}

.hover\:text-primary-400\/90:hover {
  color: rgb(249 151 102 / 0.9);
}

.hover\:text-primary-400\/95:hover {
  color: rgb(249 151 102 / 0.95);
}

.hover\:text-primary-50:hover {
  --tw-text-opacity: 1;
  color: rgb(255 247 242 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-50\/0:hover {
  color: rgb(255 247 242 / 0);
}

.hover\:text-primary-50\/10:hover {
  color: rgb(255 247 242 / 0.1);
}

.hover\:text-primary-50\/100:hover {
  color: rgb(255 247 242 / 1);
}

.hover\:text-primary-50\/15:hover {
  color: rgb(255 247 242 / 0.15);
}

.hover\:text-primary-50\/20:hover {
  color: rgb(255 247 242 / 0.2);
}

.hover\:text-primary-50\/25:hover {
  color: rgb(255 247 242 / 0.25);
}

.hover\:text-primary-50\/30:hover {
  color: rgb(255 247 242 / 0.3);
}

.hover\:text-primary-50\/35:hover {
  color: rgb(255 247 242 / 0.35);
}

.hover\:text-primary-50\/40:hover {
  color: rgb(255 247 242 / 0.4);
}

.hover\:text-primary-50\/45:hover {
  color: rgb(255 247 242 / 0.45);
}

.hover\:text-primary-50\/5:hover {
  color: rgb(255 247 242 / 0.05);
}

.hover\:text-primary-50\/50:hover {
  color: rgb(255 247 242 / 0.5);
}

.hover\:text-primary-50\/55:hover {
  color: rgb(255 247 242 / 0.55);
}

.hover\:text-primary-50\/60:hover {
  color: rgb(255 247 242 / 0.6);
}

.hover\:text-primary-50\/65:hover {
  color: rgb(255 247 242 / 0.65);
}

.hover\:text-primary-50\/70:hover {
  color: rgb(255 247 242 / 0.7);
}

.hover\:text-primary-50\/75:hover {
  color: rgb(255 247 242 / 0.75);
}

.hover\:text-primary-50\/80:hover {
  color: rgb(255 247 242 / 0.8);
}

.hover\:text-primary-50\/85:hover {
  color: rgb(255 247 242 / 0.85);
}

.hover\:text-primary-50\/90:hover {
  color: rgb(255 247 242 / 0.9);
}

.hover\:text-primary-50\/95:hover {
  color: rgb(255 247 242 / 0.95);
}

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(247 141 77 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-500\/0:hover {
  color: rgb(247 141 77 / 0);
}

.hover\:text-primary-500\/10:hover {
  color: rgb(247 141 77 / 0.1);
}

.hover\:text-primary-500\/100:hover {
  color: rgb(247 141 77 / 1);
}

.hover\:text-primary-500\/15:hover {
  color: rgb(247 141 77 / 0.15);
}

.hover\:text-primary-500\/20:hover {
  color: rgb(247 141 77 / 0.2);
}

.hover\:text-primary-500\/25:hover {
  color: rgb(247 141 77 / 0.25);
}

.hover\:text-primary-500\/30:hover {
  color: rgb(247 141 77 / 0.3);
}

.hover\:text-primary-500\/35:hover {
  color: rgb(247 141 77 / 0.35);
}

.hover\:text-primary-500\/40:hover {
  color: rgb(247 141 77 / 0.4);
}

.hover\:text-primary-500\/45:hover {
  color: rgb(247 141 77 / 0.45);
}

.hover\:text-primary-500\/5:hover {
  color: rgb(247 141 77 / 0.05);
}

.hover\:text-primary-500\/50:hover {
  color: rgb(247 141 77 / 0.5);
}

.hover\:text-primary-500\/55:hover {
  color: rgb(247 141 77 / 0.55);
}

.hover\:text-primary-500\/60:hover {
  color: rgb(247 141 77 / 0.6);
}

.hover\:text-primary-500\/65:hover {
  color: rgb(247 141 77 / 0.65);
}

.hover\:text-primary-500\/70:hover {
  color: rgb(247 141 77 / 0.7);
}

.hover\:text-primary-500\/75:hover {
  color: rgb(247 141 77 / 0.75);
}

.hover\:text-primary-500\/80:hover {
  color: rgb(247 141 77 / 0.8);
}

.hover\:text-primary-500\/85:hover {
  color: rgb(247 141 77 / 0.85);
}

.hover\:text-primary-500\/90:hover {
  color: rgb(247 141 77 / 0.9);
}

.hover\:text-primary-500\/95:hover {
  color: rgb(247 141 77 / 0.95);
}

.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgb(233 99 37 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-600\/0:hover {
  color: rgb(233 99 37 / 0);
}

.hover\:text-primary-600\/10:hover {
  color: rgb(233 99 37 / 0.1);
}

.hover\:text-primary-600\/100:hover {
  color: rgb(233 99 37 / 1);
}

.hover\:text-primary-600\/15:hover {
  color: rgb(233 99 37 / 0.15);
}

.hover\:text-primary-600\/20:hover {
  color: rgb(233 99 37 / 0.2);
}

.hover\:text-primary-600\/25:hover {
  color: rgb(233 99 37 / 0.25);
}

.hover\:text-primary-600\/30:hover {
  color: rgb(233 99 37 / 0.3);
}

.hover\:text-primary-600\/35:hover {
  color: rgb(233 99 37 / 0.35);
}

.hover\:text-primary-600\/40:hover {
  color: rgb(233 99 37 / 0.4);
}

.hover\:text-primary-600\/45:hover {
  color: rgb(233 99 37 / 0.45);
}

.hover\:text-primary-600\/5:hover {
  color: rgb(233 99 37 / 0.05);
}

.hover\:text-primary-600\/50:hover {
  color: rgb(233 99 37 / 0.5);
}

.hover\:text-primary-600\/55:hover {
  color: rgb(233 99 37 / 0.55);
}

.hover\:text-primary-600\/60:hover {
  color: rgb(233 99 37 / 0.6);
}

.hover\:text-primary-600\/65:hover {
  color: rgb(233 99 37 / 0.65);
}

.hover\:text-primary-600\/70:hover {
  color: rgb(233 99 37 / 0.7);
}

.hover\:text-primary-600\/75:hover {
  color: rgb(233 99 37 / 0.75);
}

.hover\:text-primary-600\/80:hover {
  color: rgb(233 99 37 / 0.8);
}

.hover\:text-primary-600\/85:hover {
  color: rgb(233 99 37 / 0.85);
}

.hover\:text-primary-600\/90:hover {
  color: rgb(233 99 37 / 0.9);
}

.hover\:text-primary-600\/95:hover {
  color: rgb(233 99 37 / 0.95);
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(201 74 22 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-700\/0:hover {
  color: rgb(201 74 22 / 0);
}

.hover\:text-primary-700\/10:hover {
  color: rgb(201 74 22 / 0.1);
}

.hover\:text-primary-700\/100:hover {
  color: rgb(201 74 22 / 1);
}

.hover\:text-primary-700\/15:hover {
  color: rgb(201 74 22 / 0.15);
}

.hover\:text-primary-700\/20:hover {
  color: rgb(201 74 22 / 0.2);
}

.hover\:text-primary-700\/25:hover {
  color: rgb(201 74 22 / 0.25);
}

.hover\:text-primary-700\/30:hover {
  color: rgb(201 74 22 / 0.3);
}

.hover\:text-primary-700\/35:hover {
  color: rgb(201 74 22 / 0.35);
}

.hover\:text-primary-700\/40:hover {
  color: rgb(201 74 22 / 0.4);
}

.hover\:text-primary-700\/45:hover {
  color: rgb(201 74 22 / 0.45);
}

.hover\:text-primary-700\/5:hover {
  color: rgb(201 74 22 / 0.05);
}

.hover\:text-primary-700\/50:hover {
  color: rgb(201 74 22 / 0.5);
}

.hover\:text-primary-700\/55:hover {
  color: rgb(201 74 22 / 0.55);
}

.hover\:text-primary-700\/60:hover {
  color: rgb(201 74 22 / 0.6);
}

.hover\:text-primary-700\/65:hover {
  color: rgb(201 74 22 / 0.65);
}

.hover\:text-primary-700\/70:hover {
  color: rgb(201 74 22 / 0.7);
}

.hover\:text-primary-700\/75:hover {
  color: rgb(201 74 22 / 0.75);
}

.hover\:text-primary-700\/80:hover {
  color: rgb(201 74 22 / 0.8);
}

.hover\:text-primary-700\/85:hover {
  color: rgb(201 74 22 / 0.85);
}

.hover\:text-primary-700\/90:hover {
  color: rgb(201 74 22 / 0.9);
}

.hover\:text-primary-700\/95:hover {
  color: rgb(201 74 22 / 0.95);
}

.hover\:text-primary-800:hover {
  --tw-text-opacity: 1;
  color: rgb(161 59 24 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-800\/0:hover {
  color: rgb(161 59 24 / 0);
}

.hover\:text-primary-800\/10:hover {
  color: rgb(161 59 24 / 0.1);
}

.hover\:text-primary-800\/100:hover {
  color: rgb(161 59 24 / 1);
}

.hover\:text-primary-800\/15:hover {
  color: rgb(161 59 24 / 0.15);
}

.hover\:text-primary-800\/20:hover {
  color: rgb(161 59 24 / 0.2);
}

.hover\:text-primary-800\/25:hover {
  color: rgb(161 59 24 / 0.25);
}

.hover\:text-primary-800\/30:hover {
  color: rgb(161 59 24 / 0.3);
}

.hover\:text-primary-800\/35:hover {
  color: rgb(161 59 24 / 0.35);
}

.hover\:text-primary-800\/40:hover {
  color: rgb(161 59 24 / 0.4);
}

.hover\:text-primary-800\/45:hover {
  color: rgb(161 59 24 / 0.45);
}

.hover\:text-primary-800\/5:hover {
  color: rgb(161 59 24 / 0.05);
}

.hover\:text-primary-800\/50:hover {
  color: rgb(161 59 24 / 0.5);
}

.hover\:text-primary-800\/55:hover {
  color: rgb(161 59 24 / 0.55);
}

.hover\:text-primary-800\/60:hover {
  color: rgb(161 59 24 / 0.6);
}

.hover\:text-primary-800\/65:hover {
  color: rgb(161 59 24 / 0.65);
}

.hover\:text-primary-800\/70:hover {
  color: rgb(161 59 24 / 0.7);
}

.hover\:text-primary-800\/75:hover {
  color: rgb(161 59 24 / 0.75);
}

.hover\:text-primary-800\/80:hover {
  color: rgb(161 59 24 / 0.8);
}

.hover\:text-primary-800\/85:hover {
  color: rgb(161 59 24 / 0.85);
}

.hover\:text-primary-800\/90:hover {
  color: rgb(161 59 24 / 0.9);
}

.hover\:text-primary-800\/95:hover {
  color: rgb(161 59 24 / 0.95);
}

.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(130 51 24 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-900\/0:hover {
  color: rgb(130 51 24 / 0);
}

.hover\:text-primary-900\/10:hover {
  color: rgb(130 51 24 / 0.1);
}

.hover\:text-primary-900\/100:hover {
  color: rgb(130 51 24 / 1);
}

.hover\:text-primary-900\/15:hover {
  color: rgb(130 51 24 / 0.15);
}

.hover\:text-primary-900\/20:hover {
  color: rgb(130 51 24 / 0.2);
}

.hover\:text-primary-900\/25:hover {
  color: rgb(130 51 24 / 0.25);
}

.hover\:text-primary-900\/30:hover {
  color: rgb(130 51 24 / 0.3);
}

.hover\:text-primary-900\/35:hover {
  color: rgb(130 51 24 / 0.35);
}

.hover\:text-primary-900\/40:hover {
  color: rgb(130 51 24 / 0.4);
}

.hover\:text-primary-900\/45:hover {
  color: rgb(130 51 24 / 0.45);
}

.hover\:text-primary-900\/5:hover {
  color: rgb(130 51 24 / 0.05);
}

.hover\:text-primary-900\/50:hover {
  color: rgb(130 51 24 / 0.5);
}

.hover\:text-primary-900\/55:hover {
  color: rgb(130 51 24 / 0.55);
}

.hover\:text-primary-900\/60:hover {
  color: rgb(130 51 24 / 0.6);
}

.hover\:text-primary-900\/65:hover {
  color: rgb(130 51 24 / 0.65);
}

.hover\:text-primary-900\/70:hover {
  color: rgb(130 51 24 / 0.7);
}

.hover\:text-primary-900\/75:hover {
  color: rgb(130 51 24 / 0.75);
}

.hover\:text-primary-900\/80:hover {
  color: rgb(130 51 24 / 0.8);
}

.hover\:text-primary-900\/85:hover {
  color: rgb(130 51 24 / 0.85);
}

.hover\:text-primary-900\/90:hover {
  color: rgb(130 51 24 / 0.9);
}

.hover\:text-primary-900\/95:hover {
  color: rgb(130 51 24 / 0.95);
}

.hover\:text-primary-950:hover {
  --tw-text-opacity: 1;
  color: rgb(70 23 8 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-950\/0:hover {
  color: rgb(70 23 8 / 0);
}

.hover\:text-primary-950\/10:hover {
  color: rgb(70 23 8 / 0.1);
}

.hover\:text-primary-950\/100:hover {
  color: rgb(70 23 8 / 1);
}

.hover\:text-primary-950\/15:hover {
  color: rgb(70 23 8 / 0.15);
}

.hover\:text-primary-950\/20:hover {
  color: rgb(70 23 8 / 0.2);
}

.hover\:text-primary-950\/25:hover {
  color: rgb(70 23 8 / 0.25);
}

.hover\:text-primary-950\/30:hover {
  color: rgb(70 23 8 / 0.3);
}

.hover\:text-primary-950\/35:hover {
  color: rgb(70 23 8 / 0.35);
}

.hover\:text-primary-950\/40:hover {
  color: rgb(70 23 8 / 0.4);
}

.hover\:text-primary-950\/45:hover {
  color: rgb(70 23 8 / 0.45);
}

.hover\:text-primary-950\/5:hover {
  color: rgb(70 23 8 / 0.05);
}

.hover\:text-primary-950\/50:hover {
  color: rgb(70 23 8 / 0.5);
}

.hover\:text-primary-950\/55:hover {
  color: rgb(70 23 8 / 0.55);
}

.hover\:text-primary-950\/60:hover {
  color: rgb(70 23 8 / 0.6);
}

.hover\:text-primary-950\/65:hover {
  color: rgb(70 23 8 / 0.65);
}

.hover\:text-primary-950\/70:hover {
  color: rgb(70 23 8 / 0.7);
}

.hover\:text-primary-950\/75:hover {
  color: rgb(70 23 8 / 0.75);
}

.hover\:text-primary-950\/80:hover {
  color: rgb(70 23 8 / 0.8);
}

.hover\:text-primary-950\/85:hover {
  color: rgb(70 23 8 / 0.85);
}

.hover\:text-primary-950\/90:hover {
  color: rgb(70 23 8 / 0.9);
}

.hover\:text-primary-950\/95:hover {
  color: rgb(70 23 8 / 0.95);
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-transparent\/0:hover {
  color: rgb(0 0 0 / 0);
}

.hover\:text-transparent\/10:hover {
  color: rgb(0 0 0 / 0.1);
}

.hover\:text-transparent\/100:hover {
  color: rgb(0 0 0 / 1);
}

.hover\:text-transparent\/15:hover {
  color: rgb(0 0 0 / 0.15);
}

.hover\:text-transparent\/20:hover {
  color: rgb(0 0 0 / 0.2);
}

.hover\:text-transparent\/25:hover {
  color: rgb(0 0 0 / 0.25);
}

.hover\:text-transparent\/30:hover {
  color: rgb(0 0 0 / 0.3);
}

.hover\:text-transparent\/35:hover {
  color: rgb(0 0 0 / 0.35);
}

.hover\:text-transparent\/40:hover {
  color: rgb(0 0 0 / 0.4);
}

.hover\:text-transparent\/45:hover {
  color: rgb(0 0 0 / 0.45);
}

.hover\:text-transparent\/5:hover {
  color: rgb(0 0 0 / 0.05);
}

.hover\:text-transparent\/50:hover {
  color: rgb(0 0 0 / 0.5);
}

.hover\:text-transparent\/55:hover {
  color: rgb(0 0 0 / 0.55);
}

.hover\:text-transparent\/60:hover {
  color: rgb(0 0 0 / 0.6);
}

.hover\:text-transparent\/65:hover {
  color: rgb(0 0 0 / 0.65);
}

.hover\:text-transparent\/70:hover {
  color: rgb(0 0 0 / 0.7);
}

.hover\:text-transparent\/75:hover {
  color: rgb(0 0 0 / 0.75);
}

.hover\:text-transparent\/80:hover {
  color: rgb(0 0 0 / 0.8);
}

.hover\:text-transparent\/85:hover {
  color: rgb(0 0 0 / 0.85);
}

.hover\:text-transparent\/90:hover {
  color: rgb(0 0 0 / 0.9);
}

.hover\:text-transparent\/95:hover {
  color: rgb(0 0 0 / 0.95);
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-white\/0:hover {
  color: rgb(255 255 255 / 0);
}

.hover\:text-white\/10:hover {
  color: rgb(255 255 255 / 0.1);
}

.hover\:text-white\/100:hover {
  color: rgb(255 255 255 / 1);
}

.hover\:text-white\/15:hover {
  color: rgb(255 255 255 / 0.15);
}

.hover\:text-white\/20:hover {
  color: rgb(255 255 255 / 0.2);
}

.hover\:text-white\/25:hover {
  color: rgb(255 255 255 / 0.25);
}

.hover\:text-white\/30:hover {
  color: rgb(255 255 255 / 0.3);
}

.hover\:text-white\/35:hover {
  color: rgb(255 255 255 / 0.35);
}

.hover\:text-white\/40:hover {
  color: rgb(255 255 255 / 0.4);
}

.hover\:text-white\/45:hover {
  color: rgb(255 255 255 / 0.45);
}

.hover\:text-white\/5:hover {
  color: rgb(255 255 255 / 0.05);
}

.hover\:text-white\/50:hover {
  color: rgb(255 255 255 / 0.5);
}

.hover\:text-white\/55:hover {
  color: rgb(255 255 255 / 0.55);
}

.hover\:text-white\/60:hover {
  color: rgb(255 255 255 / 0.6);
}

.hover\:text-white\/65:hover {
  color: rgb(255 255 255 / 0.65);
}

.hover\:text-white\/70:hover {
  color: rgb(255 255 255 / 0.7);
}

.hover\:text-white\/75:hover {
  color: rgb(255 255 255 / 0.75);
}

.hover\:text-white\/80:hover {
  color: rgb(255 255 255 / 0.8);
}

.hover\:text-white\/85:hover {
  color: rgb(255 255 255 / 0.85);
}

.hover\:text-white\/90:hover {
  color: rgb(255 255 255 / 0.9);
}

.hover\:text-white\/95:hover {
  color: rgb(255 255 255 / 0.95);
}

.hover\:antialiased:hover {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.hover\:subpixel-antialiased:hover {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.hover\:shadow:hover {
  --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);
}

.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-inner:hover {
  --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);
}

.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-md:hover {
  --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);
}

.hover\:shadow-none:hover {
  --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);
}

.hover\:shadow-sm:hover {
  --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);
}

.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\:shadow-accent-100:hover {
  --tw-shadow-color: #ebfbcb;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/0:hover {
  --tw-shadow-color: rgb(235 251 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/10:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/100:hover {
  --tw-shadow-color: rgb(235 251 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/15:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/20:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/25:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/30:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/35:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/40:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/45:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/5:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/50:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/55:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/60:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/65:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/70:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/75:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/80:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/85:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/90:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-100\/95:hover {
  --tw-shadow-color: rgb(235 251 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200:hover {
  --tw-shadow-color: #d8f69a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/0:hover {
  --tw-shadow-color: rgb(216 246 154 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/10:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/100:hover {
  --tw-shadow-color: rgb(216 246 154 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/15:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/20:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/25:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/30:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/35:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/40:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/45:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/5:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/50:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/55:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/60:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/65:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/70:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/75:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/80:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/85:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/90:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-200\/95:hover {
  --tw-shadow-color: rgb(216 246 154 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300:hover {
  --tw-shadow-color: #c4f078;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/0:hover {
  --tw-shadow-color: rgb(196 240 120 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/10:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/100:hover {
  --tw-shadow-color: rgb(196 240 120 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/15:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/20:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/25:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/30:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/35:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/40:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/45:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/5:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/50:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/55:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/60:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/65:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/70:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/75:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/80:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/85:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/90:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-300\/95:hover {
  --tw-shadow-color: rgb(196 240 120 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400:hover {
  --tw-shadow-color: #b7ed68;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/0:hover {
  --tw-shadow-color: rgb(183 237 104 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/10:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/100:hover {
  --tw-shadow-color: rgb(183 237 104 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/15:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/20:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/25:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/30:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/35:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/40:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/45:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/5:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/50:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/55:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/60:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/65:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/70:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/75:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/80:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/85:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/90:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-400\/95:hover {
  --tw-shadow-color: rgb(183 237 104 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50:hover {
  --tw-shadow-color: #f7fdeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/0:hover {
  --tw-shadow-color: rgb(247 253 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/10:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/100:hover {
  --tw-shadow-color: rgb(247 253 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/15:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/20:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/25:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/30:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/35:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/40:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/45:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/5:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/50:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/55:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/60:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/65:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/70:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/75:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/80:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/85:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/90:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-50\/95:hover {
  --tw-shadow-color: rgb(247 253 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500:hover {
  --tw-shadow-color: #aeeb60;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/0:hover {
  --tw-shadow-color: rgb(174 235 96 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/10:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/100:hover {
  --tw-shadow-color: rgb(174 235 96 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/15:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/20:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/25:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/30:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/35:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/40:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/45:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/5:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/50:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/55:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/60:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/65:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/70:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/75:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/80:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/85:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/90:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-500\/95:hover {
  --tw-shadow-color: rgb(174 235 96 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600:hover {
  --tw-shadow-color: #82c930;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/0:hover {
  --tw-shadow-color: rgb(130 201 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/10:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/100:hover {
  --tw-shadow-color: rgb(130 201 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/15:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/20:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/25:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/30:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/35:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/40:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/45:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/5:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/50:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/55:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/60:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/65:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/70:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/75:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/80:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/85:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/90:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-600\/95:hover {
  --tw-shadow-color: rgb(130 201 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700:hover {
  --tw-shadow-color: #61a11f;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/0:hover {
  --tw-shadow-color: rgb(97 161 31 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/10:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/100:hover {
  --tw-shadow-color: rgb(97 161 31 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/15:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/20:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/25:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/30:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/35:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/40:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/45:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/5:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/50:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/55:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/60:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/65:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/70:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/75:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/80:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/85:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/90:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-700\/95:hover {
  --tw-shadow-color: rgb(97 161 31 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800:hover {
  --tw-shadow-color: #4e7e20;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/0:hover {
  --tw-shadow-color: rgb(78 126 32 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/10:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/100:hover {
  --tw-shadow-color: rgb(78 126 32 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/15:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/20:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/25:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/30:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/35:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/40:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/45:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/5:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/50:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/55:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/60:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/65:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/70:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/75:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/80:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/85:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/90:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-800\/95:hover {
  --tw-shadow-color: rgb(78 126 32 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900:hover {
  --tw-shadow-color: #426a21;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/0:hover {
  --tw-shadow-color: rgb(66 106 33 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/10:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/100:hover {
  --tw-shadow-color: rgb(66 106 33 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/15:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/20:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/25:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/30:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/35:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/40:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/45:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/5:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/50:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/55:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/60:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/65:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/70:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/75:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/80:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/85:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/90:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-900\/95:hover {
  --tw-shadow-color: rgb(66 106 33 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950:hover {
  --tw-shadow-color: #203a0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/0:hover {
  --tw-shadow-color: rgb(32 58 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/10:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/100:hover {
  --tw-shadow-color: rgb(32 58 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/15:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/20:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/25:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/30:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/35:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/40:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/45:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/5:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/50:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/55:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/60:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/65:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/70:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/75:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/80:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/85:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/90:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-accent-950\/95:hover {
  --tw-shadow-color: rgb(32 58 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100:hover {
  --tw-shadow-color: #fef3c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/0:hover {
  --tw-shadow-color: rgb(254 243 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/10:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/100:hover {
  --tw-shadow-color: rgb(254 243 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/15:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/20:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/25:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/30:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/35:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/40:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/45:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/5:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/50:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/55:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/60:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/65:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/70:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/75:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/80:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/85:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/90:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-100\/95:hover {
  --tw-shadow-color: rgb(254 243 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200:hover {
  --tw-shadow-color: #fde68a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/0:hover {
  --tw-shadow-color: rgb(253 230 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/10:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/100:hover {
  --tw-shadow-color: rgb(253 230 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/15:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/20:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/25:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/30:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/35:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/40:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/45:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/5:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/50:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/55:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/60:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/65:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/70:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/75:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/80:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/85:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/90:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-200\/95:hover {
  --tw-shadow-color: rgb(253 230 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300:hover {
  --tw-shadow-color: #fcd34d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/0:hover {
  --tw-shadow-color: rgb(252 211 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/10:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/100:hover {
  --tw-shadow-color: rgb(252 211 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/15:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/20:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/25:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/30:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/35:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/40:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/45:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/5:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/50:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/55:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/60:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/65:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/70:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/75:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/80:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/85:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/90:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-300\/95:hover {
  --tw-shadow-color: rgb(252 211 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400:hover {
  --tw-shadow-color: #fbbf24;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/0:hover {
  --tw-shadow-color: rgb(251 191 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/10:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/100:hover {
  --tw-shadow-color: rgb(251 191 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/15:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/20:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/25:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/30:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/35:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/40:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/45:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/5:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/50:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/55:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/60:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/65:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/70:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/75:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/80:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/85:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/90:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-400\/95:hover {
  --tw-shadow-color: rgb(251 191 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50:hover {
  --tw-shadow-color: #fffbeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/0:hover {
  --tw-shadow-color: rgb(255 251 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/10:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/100:hover {
  --tw-shadow-color: rgb(255 251 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/15:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/20:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/25:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/30:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/35:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/40:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/45:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/5:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/50:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/55:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/60:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/65:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/70:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/75:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/80:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/85:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/90:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-50\/95:hover {
  --tw-shadow-color: rgb(255 251 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500:hover {
  --tw-shadow-color: #f59e0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/0:hover {
  --tw-shadow-color: rgb(245 158 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/10:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/100:hover {
  --tw-shadow-color: rgb(245 158 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/15:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/20:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/25:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/30:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/35:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/40:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/45:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/5:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/50:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/55:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/60:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/65:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/70:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/75:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/80:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/85:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/90:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-500\/95:hover {
  --tw-shadow-color: rgb(245 158 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600:hover {
  --tw-shadow-color: #d97706;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/0:hover {
  --tw-shadow-color: rgb(217 119 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/10:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/100:hover {
  --tw-shadow-color: rgb(217 119 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/15:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/20:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/25:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/30:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/35:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/40:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/45:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/5:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/50:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/55:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/60:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/65:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/70:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/75:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/80:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/85:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/90:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-600\/95:hover {
  --tw-shadow-color: rgb(217 119 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700:hover {
  --tw-shadow-color: #b45309;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/0:hover {
  --tw-shadow-color: rgb(180 83 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/10:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/100:hover {
  --tw-shadow-color: rgb(180 83 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/15:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/20:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/25:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/30:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/35:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/40:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/45:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/5:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/50:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/55:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/60:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/65:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/70:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/75:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/80:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/85:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/90:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-700\/95:hover {
  --tw-shadow-color: rgb(180 83 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800:hover {
  --tw-shadow-color: #92400e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/0:hover {
  --tw-shadow-color: rgb(146 64 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/10:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/100:hover {
  --tw-shadow-color: rgb(146 64 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/15:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/20:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/25:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/30:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/35:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/40:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/45:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/5:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/50:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/55:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/60:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/65:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/70:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/75:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/80:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/85:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/90:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-800\/95:hover {
  --tw-shadow-color: rgb(146 64 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900:hover {
  --tw-shadow-color: #78350f;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/0:hover {
  --tw-shadow-color: rgb(120 53 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/10:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/100:hover {
  --tw-shadow-color: rgb(120 53 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/15:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/20:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/25:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/30:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/35:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/40:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/45:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/5:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/50:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/55:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/60:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/65:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/70:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/75:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/80:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/85:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/90:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-900\/95:hover {
  --tw-shadow-color: rgb(120 53 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950:hover {
  --tw-shadow-color: #451a03;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/0:hover {
  --tw-shadow-color: rgb(69 26 3 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/10:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/100:hover {
  --tw-shadow-color: rgb(69 26 3 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/15:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/20:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/25:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/30:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/35:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/40:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/45:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/5:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/50:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/55:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/60:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/65:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/70:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/75:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/80:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/85:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/90:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-amber-950\/95:hover {
  --tw-shadow-color: rgb(69 26 3 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black:hover {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/0:hover {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/10:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/100:hover {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/15:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/20:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/25:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/30:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/35:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/40:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/45:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/5:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/50:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/55:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/60:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/65:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/70:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/75:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/80:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/85:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/90:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-black\/95:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100:hover {
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/0:hover {
  --tw-shadow-color: rgb(219 234 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/10:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/100:hover {
  --tw-shadow-color: rgb(219 234 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/15:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/20:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/25:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/30:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/35:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/40:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/45:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/5:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/50:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/55:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/60:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/65:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/70:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/75:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/80:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/85:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/90:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-100\/95:hover {
  --tw-shadow-color: rgb(219 234 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200:hover {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/0:hover {
  --tw-shadow-color: rgb(191 219 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/10:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/100:hover {
  --tw-shadow-color: rgb(191 219 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/15:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/20:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/25:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/30:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/35:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/40:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/45:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/5:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/50:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/55:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/60:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/65:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/70:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/75:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/80:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/85:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/90:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-200\/95:hover {
  --tw-shadow-color: rgb(191 219 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300:hover {
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/0:hover {
  --tw-shadow-color: rgb(147 197 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/10:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/100:hover {
  --tw-shadow-color: rgb(147 197 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/15:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/20:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/25:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/30:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/35:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/40:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/45:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/5:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/50:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/55:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/60:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/65:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/70:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/75:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/80:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/85:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/90:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-300\/95:hover {
  --tw-shadow-color: rgb(147 197 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400:hover {
  --tw-shadow-color: #60a5fa;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/0:hover {
  --tw-shadow-color: rgb(96 165 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/10:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/100:hover {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/15:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/20:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/25:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/30:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/35:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/40:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/45:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/5:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/50:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/55:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/60:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/65:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/70:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/75:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/80:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/85:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/90:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-400\/95:hover {
  --tw-shadow-color: rgb(96 165 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50:hover {
  --tw-shadow-color: #eff6ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/0:hover {
  --tw-shadow-color: rgb(239 246 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/10:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/100:hover {
  --tw-shadow-color: rgb(239 246 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/15:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/20:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/25:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/30:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/35:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/40:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/45:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/5:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/50:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/55:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/60:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/65:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/70:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/75:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/80:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/85:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/90:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-50\/95:hover {
  --tw-shadow-color: rgb(239 246 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500:hover {
  --tw-shadow-color: #3b82f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/0:hover {
  --tw-shadow-color: rgb(59 130 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/10:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/100:hover {
  --tw-shadow-color: rgb(59 130 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/15:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/20:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/25:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/30:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/35:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/40:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/45:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/5:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/50:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/55:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/60:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/65:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/70:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/75:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/80:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/85:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/90:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-500\/95:hover {
  --tw-shadow-color: rgb(59 130 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600:hover {
  --tw-shadow-color: #2563eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/0:hover {
  --tw-shadow-color: rgb(37 99 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/10:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/100:hover {
  --tw-shadow-color: rgb(37 99 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/15:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/20:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/25:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/30:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/35:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/40:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/45:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/5:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/50:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/55:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/60:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/65:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/70:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/75:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/80:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/85:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/90:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-600\/95:hover {
  --tw-shadow-color: rgb(37 99 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700:hover {
  --tw-shadow-color: #1d4ed8;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/0:hover {
  --tw-shadow-color: rgb(29 78 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/10:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/100:hover {
  --tw-shadow-color: rgb(29 78 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/15:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/20:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/25:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/30:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/35:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/40:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/45:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/5:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/50:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/55:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/60:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/65:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/70:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/75:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/80:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/85:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/90:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-700\/95:hover {
  --tw-shadow-color: rgb(29 78 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800:hover {
  --tw-shadow-color: #1e40af;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/0:hover {
  --tw-shadow-color: rgb(30 64 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/10:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/100:hover {
  --tw-shadow-color: rgb(30 64 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/15:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/20:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/25:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/30:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/35:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/40:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/45:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/5:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/50:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/55:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/60:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/65:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/70:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/75:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/80:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/85:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/90:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-800\/95:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900:hover {
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/0:hover {
  --tw-shadow-color: rgb(30 58 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/10:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/100:hover {
  --tw-shadow-color: rgb(30 58 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/15:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/20:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/25:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/30:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/35:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/40:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/45:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/5:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/50:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/55:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/60:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/65:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/70:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/75:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/80:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/85:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/90:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-900\/95:hover {
  --tw-shadow-color: rgb(30 58 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950:hover {
  --tw-shadow-color: #172554;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/0:hover {
  --tw-shadow-color: rgb(23 37 84 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/10:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/100:hover {
  --tw-shadow-color: rgb(23 37 84 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/15:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/20:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/25:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/30:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/35:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/40:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/45:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/5:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/50:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/55:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/60:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/65:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/70:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/75:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/80:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/85:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/90:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-blue-950\/95:hover {
  --tw-shadow-color: rgb(23 37 84 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100:hover {
  --tw-shadow-color: #e9e3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/0:hover {
  --tw-shadow-color: rgb(233 227 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/10:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/100:hover {
  --tw-shadow-color: rgb(233 227 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/15:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/20:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/25:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/30:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/35:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/40:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/45:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/5:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/50:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/55:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/60:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/65:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/70:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/75:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/80:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/85:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/90:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-100\/95:hover {
  --tw-shadow-color: rgb(233 227 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200:hover {
  --tw-shadow-color: #d3c7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/0:hover {
  --tw-shadow-color: rgb(211 199 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/10:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/100:hover {
  --tw-shadow-color: rgb(211 199 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/15:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/20:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/25:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/30:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/35:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/40:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/45:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/5:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/50:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/55:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/60:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/65:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/70:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/75:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/80:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/85:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/90:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-200\/95:hover {
  --tw-shadow-color: rgb(211 199 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300:hover {
  --tw-shadow-color: #b79aff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/0:hover {
  --tw-shadow-color: rgb(183 154 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/10:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/100:hover {
  --tw-shadow-color: rgb(183 154 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/15:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/20:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/25:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/30:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/35:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/40:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/45:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/5:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/50:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/55:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/60:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/65:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/70:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/75:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/80:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/85:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/90:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-300\/95:hover {
  --tw-shadow-color: rgb(183 154 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400:hover {
  --tw-shadow-color: #9562ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/0:hover {
  --tw-shadow-color: rgb(149 98 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/10:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/100:hover {
  --tw-shadow-color: rgb(149 98 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/15:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/20:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/25:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/30:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/35:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/40:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/45:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/5:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/50:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/55:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/60:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/65:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/70:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/75:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/80:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/85:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/90:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-400\/95:hover {
  --tw-shadow-color: rgb(149 98 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50:hover {
  --tw-shadow-color: #f4f1ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/0:hover {
  --tw-shadow-color: rgb(244 241 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/10:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/100:hover {
  --tw-shadow-color: rgb(244 241 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/15:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/20:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/25:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/30:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/35:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/40:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/45:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/5:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/50:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/55:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/60:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/65:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/70:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/75:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/80:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/85:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/90:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-50\/95:hover {
  --tw-shadow-color: rgb(244 241 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500:hover {
  --tw-shadow-color: #4e1cd1;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/0:hover {
  --tw-shadow-color: rgb(78 28 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/10:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/100:hover {
  --tw-shadow-color: rgb(78 28 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/15:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/20:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/25:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/30:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/35:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/40:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/45:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/5:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/50:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/55:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/60:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/65:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/70:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/75:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/80:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/85:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/90:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-500\/95:hover {
  --tw-shadow-color: rgb(78 28 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600:hover {
  --tw-shadow-color: #4115b5;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/0:hover {
  --tw-shadow-color: rgb(65 21 181 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/10:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/100:hover {
  --tw-shadow-color: rgb(65 21 181 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/15:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/20:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/25:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/30:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/35:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/40:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/45:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/5:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/50:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/55:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/60:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/65:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/70:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/75:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/80:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/85:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/90:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-600\/95:hover {
  --tw-shadow-color: rgb(65 21 181 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700:hover {
  --tw-shadow-color: #361096;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/0:hover {
  --tw-shadow-color: rgb(54 16 150 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/10:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/100:hover {
  --tw-shadow-color: rgb(54 16 150 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/15:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/20:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/25:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/30:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/35:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/40:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/45:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/5:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/50:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/55:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/60:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/65:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/70:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/75:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/80:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/85:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/90:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-700\/95:hover {
  --tw-shadow-color: rgb(54 16 150 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800:hover {
  --tw-shadow-color: #2e1078;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/0:hover {
  --tw-shadow-color: rgb(46 16 120 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/10:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/100:hover {
  --tw-shadow-color: rgb(46 16 120 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/15:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/20:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/25:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/30:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/35:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/40:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/45:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/5:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/50:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/55:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/60:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/65:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/70:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/75:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/80:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/85:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/90:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-800\/95:hover {
  --tw-shadow-color: rgb(46 16 120 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900:hover {
  --tw-shadow-color: #270f62;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/0:hover {
  --tw-shadow-color: rgb(39 15 98 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/10:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/100:hover {
  --tw-shadow-color: rgb(39 15 98 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/15:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/20:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/25:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/30:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/35:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/40:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/45:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/5:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/50:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/55:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/60:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/65:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/70:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/75:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/80:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/85:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/90:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-900\/95:hover {
  --tw-shadow-color: rgb(39 15 98 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950:hover {
  --tw-shadow-color: #16053a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/0:hover {
  --tw-shadow-color: rgb(22 5 58 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/10:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/100:hover {
  --tw-shadow-color: rgb(22 5 58 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/15:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/20:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/25:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/30:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/35:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/40:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/45:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/5:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/50:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/55:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/60:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/65:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/70:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/75:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/80:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/85:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/90:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-brand-950\/95:hover {
  --tw-shadow-color: rgb(22 5 58 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-current:hover {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100:hover {
  --tw-shadow-color: #cffafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/0:hover {
  --tw-shadow-color: rgb(207 250 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/10:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/100:hover {
  --tw-shadow-color: rgb(207 250 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/15:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/20:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/25:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/30:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/35:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/40:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/45:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/5:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/50:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/55:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/60:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/65:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/70:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/75:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/80:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/85:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/90:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-100\/95:hover {
  --tw-shadow-color: rgb(207 250 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200:hover {
  --tw-shadow-color: #a5f3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/0:hover {
  --tw-shadow-color: rgb(165 243 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/10:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/100:hover {
  --tw-shadow-color: rgb(165 243 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/15:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/20:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/25:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/30:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/35:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/40:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/45:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/5:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/50:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/55:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/60:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/65:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/70:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/75:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/80:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/85:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/90:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-200\/95:hover {
  --tw-shadow-color: rgb(165 243 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300:hover {
  --tw-shadow-color: #67e8f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/0:hover {
  --tw-shadow-color: rgb(103 232 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/10:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/100:hover {
  --tw-shadow-color: rgb(103 232 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/15:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/20:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/25:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/30:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/35:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/40:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/45:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/5:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/50:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/55:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/60:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/65:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/70:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/75:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/80:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/85:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/90:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-300\/95:hover {
  --tw-shadow-color: rgb(103 232 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400:hover {
  --tw-shadow-color: #22d3ee;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/0:hover {
  --tw-shadow-color: rgb(34 211 238 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/10:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/100:hover {
  --tw-shadow-color: rgb(34 211 238 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/15:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/20:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/25:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/30:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/35:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/40:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/45:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/5:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/50:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/55:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/60:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/65:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/70:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/75:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/80:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/85:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/90:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-400\/95:hover {
  --tw-shadow-color: rgb(34 211 238 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50:hover {
  --tw-shadow-color: #ecfeff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/0:hover {
  --tw-shadow-color: rgb(236 254 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/10:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/100:hover {
  --tw-shadow-color: rgb(236 254 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/15:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/20:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/25:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/30:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/35:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/40:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/45:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/5:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/50:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/55:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/60:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/65:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/70:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/75:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/80:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/85:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/90:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-50\/95:hover {
  --tw-shadow-color: rgb(236 254 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500:hover {
  --tw-shadow-color: #06b6d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/0:hover {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/10:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/100:hover {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/15:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/20:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/25:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/30:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/35:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/40:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/45:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/5:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/50:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/55:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/60:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/65:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/70:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/75:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/80:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/85:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/90:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-500\/95:hover {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600:hover {
  --tw-shadow-color: #0891b2;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/0:hover {
  --tw-shadow-color: rgb(8 145 178 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/10:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/100:hover {
  --tw-shadow-color: rgb(8 145 178 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/15:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/20:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/25:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/30:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/35:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/40:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/45:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/5:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/50:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/55:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/60:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/65:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/70:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/75:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/80:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/85:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/90:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-600\/95:hover {
  --tw-shadow-color: rgb(8 145 178 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700:hover {
  --tw-shadow-color: #0e7490;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/0:hover {
  --tw-shadow-color: rgb(14 116 144 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/10:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/100:hover {
  --tw-shadow-color: rgb(14 116 144 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/15:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/20:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/25:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/30:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/35:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/40:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/45:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/5:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/50:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/55:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/60:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/65:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/70:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/75:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/80:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/85:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/90:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-700\/95:hover {
  --tw-shadow-color: rgb(14 116 144 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800:hover {
  --tw-shadow-color: #155e75;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/0:hover {
  --tw-shadow-color: rgb(21 94 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/10:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/100:hover {
  --tw-shadow-color: rgb(21 94 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/15:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/20:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/25:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/30:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/35:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/40:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/45:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/5:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/50:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/55:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/60:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/65:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/70:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/75:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/80:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/85:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/90:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-800\/95:hover {
  --tw-shadow-color: rgb(21 94 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900:hover {
  --tw-shadow-color: #164e63;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/0:hover {
  --tw-shadow-color: rgb(22 78 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/10:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/100:hover {
  --tw-shadow-color: rgb(22 78 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/15:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/20:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/25:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/30:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/35:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/40:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/45:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/5:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/50:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/55:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/60:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/65:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/70:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/75:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/80:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/85:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/90:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-900\/95:hover {
  --tw-shadow-color: rgb(22 78 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950:hover {
  --tw-shadow-color: #083344;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/0:hover {
  --tw-shadow-color: rgb(8 51 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/10:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/100:hover {
  --tw-shadow-color: rgb(8 51 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/15:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/20:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/25:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/30:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/35:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/40:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/45:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/5:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/50:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/55:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/60:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/65:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/70:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/75:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/80:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/85:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/90:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-cyan-950\/95:hover {
  --tw-shadow-color: rgb(8 51 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100:hover {
  --tw-shadow-color: #d1fae5;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/0:hover {
  --tw-shadow-color: rgb(209 250 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/10:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/100:hover {
  --tw-shadow-color: rgb(209 250 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/15:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/20:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/25:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/30:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/35:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/40:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/45:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/5:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/50:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/55:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/60:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/65:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/70:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/75:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/80:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/85:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/90:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-100\/95:hover {
  --tw-shadow-color: rgb(209 250 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200:hover {
  --tw-shadow-color: #a7f3d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/0:hover {
  --tw-shadow-color: rgb(167 243 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/10:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/100:hover {
  --tw-shadow-color: rgb(167 243 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/15:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/20:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/25:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/30:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/35:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/40:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/45:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/5:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/50:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/55:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/60:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/65:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/70:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/75:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/80:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/85:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/90:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-200\/95:hover {
  --tw-shadow-color: rgb(167 243 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300:hover {
  --tw-shadow-color: #6ee7b7;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/0:hover {
  --tw-shadow-color: rgb(110 231 183 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/10:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/100:hover {
  --tw-shadow-color: rgb(110 231 183 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/15:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/20:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/25:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/30:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/35:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/40:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/45:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/5:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/50:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/55:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/60:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/65:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/70:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/75:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/80:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/85:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/90:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-300\/95:hover {
  --tw-shadow-color: rgb(110 231 183 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400:hover {
  --tw-shadow-color: #34d399;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/0:hover {
  --tw-shadow-color: rgb(52 211 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/10:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/100:hover {
  --tw-shadow-color: rgb(52 211 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/15:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/20:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/25:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/30:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/35:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/40:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/45:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/5:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/50:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/55:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/60:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/65:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/70:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/75:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/80:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/85:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/90:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-400\/95:hover {
  --tw-shadow-color: rgb(52 211 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50:hover {
  --tw-shadow-color: #ecfdf5;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/0:hover {
  --tw-shadow-color: rgb(236 253 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/10:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/100:hover {
  --tw-shadow-color: rgb(236 253 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/15:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/20:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/25:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/30:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/35:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/40:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/45:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/5:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/50:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/55:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/60:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/65:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/70:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/75:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/80:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/85:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/90:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-50\/95:hover {
  --tw-shadow-color: rgb(236 253 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500:hover {
  --tw-shadow-color: #10b981;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/0:hover {
  --tw-shadow-color: rgb(16 185 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/10:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/100:hover {
  --tw-shadow-color: rgb(16 185 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/15:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/20:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/25:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/30:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/35:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/40:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/45:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/5:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/50:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/55:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/60:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/65:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/70:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/75:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/80:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/85:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/90:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-500\/95:hover {
  --tw-shadow-color: rgb(16 185 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600:hover {
  --tw-shadow-color: #059669;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/0:hover {
  --tw-shadow-color: rgb(5 150 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/10:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/100:hover {
  --tw-shadow-color: rgb(5 150 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/15:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/20:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/25:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/30:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/35:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/40:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/45:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/5:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/50:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/55:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/60:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/65:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/70:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/75:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/80:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/85:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/90:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-600\/95:hover {
  --tw-shadow-color: rgb(5 150 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700:hover {
  --tw-shadow-color: #047857;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/0:hover {
  --tw-shadow-color: rgb(4 120 87 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/10:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/100:hover {
  --tw-shadow-color: rgb(4 120 87 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/15:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/20:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/25:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/30:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/35:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/40:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/45:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/5:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/50:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/55:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/60:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/65:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/70:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/75:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/80:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/85:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/90:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-700\/95:hover {
  --tw-shadow-color: rgb(4 120 87 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800:hover {
  --tw-shadow-color: #065f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/0:hover {
  --tw-shadow-color: rgb(6 95 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/10:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/100:hover {
  --tw-shadow-color: rgb(6 95 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/15:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/20:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/25:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/30:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/35:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/40:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/45:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/5:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/50:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/55:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/60:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/65:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/70:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/75:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/80:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/85:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/90:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-800\/95:hover {
  --tw-shadow-color: rgb(6 95 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900:hover {
  --tw-shadow-color: #064e3b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/0:hover {
  --tw-shadow-color: rgb(6 78 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/10:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/100:hover {
  --tw-shadow-color: rgb(6 78 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/15:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/20:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/25:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/30:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/35:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/40:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/45:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/5:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/50:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/55:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/60:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/65:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/70:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/75:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/80:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/85:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/90:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-900\/95:hover {
  --tw-shadow-color: rgb(6 78 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950:hover {
  --tw-shadow-color: #022c22;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/0:hover {
  --tw-shadow-color: rgb(2 44 34 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/10:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/100:hover {
  --tw-shadow-color: rgb(2 44 34 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/15:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/20:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/25:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/30:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/35:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/40:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/45:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/5:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/50:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/55:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/60:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/65:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/70:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/75:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/80:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/85:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/90:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-emerald-950\/95:hover {
  --tw-shadow-color: rgb(2 44 34 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100:hover {
  --tw-shadow-color: #fae8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/0:hover {
  --tw-shadow-color: rgb(250 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/10:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/100:hover {
  --tw-shadow-color: rgb(250 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/15:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/20:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/25:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/30:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/35:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/40:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/45:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/5:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/50:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/55:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/60:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/65:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/70:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/75:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/80:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/85:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/90:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-100\/95:hover {
  --tw-shadow-color: rgb(250 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200:hover {
  --tw-shadow-color: #f5d0fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/0:hover {
  --tw-shadow-color: rgb(245 208 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/10:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/100:hover {
  --tw-shadow-color: rgb(245 208 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/15:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/20:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/25:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/30:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/35:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/40:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/45:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/5:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/50:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/55:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/60:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/65:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/70:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/75:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/80:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/85:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/90:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-200\/95:hover {
  --tw-shadow-color: rgb(245 208 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300:hover {
  --tw-shadow-color: #f0abfc;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/0:hover {
  --tw-shadow-color: rgb(240 171 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/10:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/100:hover {
  --tw-shadow-color: rgb(240 171 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/15:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/20:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/25:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/30:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/35:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/40:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/45:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/5:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/50:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/55:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/60:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/65:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/70:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/75:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/80:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/85:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/90:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-300\/95:hover {
  --tw-shadow-color: rgb(240 171 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400:hover {
  --tw-shadow-color: #e879f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/0:hover {
  --tw-shadow-color: rgb(232 121 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/10:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/100:hover {
  --tw-shadow-color: rgb(232 121 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/15:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/20:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/25:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/30:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/35:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/40:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/45:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/5:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/50:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/55:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/60:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/65:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/70:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/75:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/80:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/85:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/90:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-400\/95:hover {
  --tw-shadow-color: rgb(232 121 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50:hover {
  --tw-shadow-color: #fdf4ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/0:hover {
  --tw-shadow-color: rgb(253 244 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/10:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/100:hover {
  --tw-shadow-color: rgb(253 244 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/15:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/20:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/25:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/30:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/35:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/40:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/45:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/5:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/50:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/55:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/60:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/65:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/70:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/75:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/80:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/85:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/90:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-50\/95:hover {
  --tw-shadow-color: rgb(253 244 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500:hover {
  --tw-shadow-color: #d946ef;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/0:hover {
  --tw-shadow-color: rgb(217 70 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/10:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/100:hover {
  --tw-shadow-color: rgb(217 70 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/15:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/20:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/25:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/30:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/35:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/40:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/45:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/5:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/50:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/55:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/60:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/65:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/70:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/75:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/80:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/85:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/90:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-500\/95:hover {
  --tw-shadow-color: rgb(217 70 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600:hover {
  --tw-shadow-color: #c026d3;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/0:hover {
  --tw-shadow-color: rgb(192 38 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/10:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/100:hover {
  --tw-shadow-color: rgb(192 38 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/15:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/20:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/25:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/30:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/35:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/40:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/45:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/5:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/50:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/55:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/60:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/65:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/70:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/75:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/80:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/85:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/90:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-600\/95:hover {
  --tw-shadow-color: rgb(192 38 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700:hover {
  --tw-shadow-color: #a21caf;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/0:hover {
  --tw-shadow-color: rgb(162 28 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/10:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/100:hover {
  --tw-shadow-color: rgb(162 28 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/15:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/20:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/25:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/30:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/35:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/40:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/45:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/5:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/50:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/55:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/60:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/65:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/70:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/75:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/80:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/85:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/90:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-700\/95:hover {
  --tw-shadow-color: rgb(162 28 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800:hover {
  --tw-shadow-color: #86198f;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/0:hover {
  --tw-shadow-color: rgb(134 25 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/10:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/100:hover {
  --tw-shadow-color: rgb(134 25 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/15:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/20:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/25:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/30:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/35:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/40:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/45:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/5:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/50:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/55:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/60:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/65:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/70:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/75:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/80:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/85:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/90:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-800\/95:hover {
  --tw-shadow-color: rgb(134 25 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900:hover {
  --tw-shadow-color: #701a75;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/0:hover {
  --tw-shadow-color: rgb(112 26 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/10:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/100:hover {
  --tw-shadow-color: rgb(112 26 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/15:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/20:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/25:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/30:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/35:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/40:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/45:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/5:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/50:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/55:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/60:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/65:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/70:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/75:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/80:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/85:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/90:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-900\/95:hover {
  --tw-shadow-color: rgb(112 26 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950:hover {
  --tw-shadow-color: #4a044e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/0:hover {
  --tw-shadow-color: rgb(74 4 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/10:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/100:hover {
  --tw-shadow-color: rgb(74 4 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/15:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/20:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/25:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/30:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/35:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/40:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/45:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/5:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/50:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/55:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/60:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/65:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/70:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/75:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/80:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/85:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/90:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-fuchsia-950\/95:hover {
  --tw-shadow-color: rgb(74 4 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100:hover {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/0:hover {
  --tw-shadow-color: rgb(243 244 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/10:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/100:hover {
  --tw-shadow-color: rgb(243 244 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/15:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/20:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/25:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/30:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/35:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/40:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/45:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/5:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/50:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/55:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/60:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/65:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/70:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/75:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/80:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/85:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/90:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-100\/95:hover {
  --tw-shadow-color: rgb(243 244 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200:hover {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/0:hover {
  --tw-shadow-color: rgb(229 231 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/10:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/100:hover {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/15:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/20:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/25:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/30:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/35:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/40:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/45:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/5:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/50:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/55:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/60:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/65:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/70:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/75:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/80:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/85:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/90:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-200\/95:hover {
  --tw-shadow-color: rgb(229 231 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300:hover {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/0:hover {
  --tw-shadow-color: rgb(209 213 219 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/10:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/100:hover {
  --tw-shadow-color: rgb(209 213 219 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/15:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/20:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/25:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/30:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/35:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/40:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/45:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/5:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/50:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/55:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/60:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/65:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/70:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/75:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/80:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/85:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/90:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-300\/95:hover {
  --tw-shadow-color: rgb(209 213 219 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400:hover {
  --tw-shadow-color: #9ca3af;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/0:hover {
  --tw-shadow-color: rgb(156 163 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/10:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/100:hover {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/15:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/20:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/25:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/30:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/35:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/40:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/45:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/5:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/50:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/55:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/60:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/65:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/70:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/75:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/80:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/85:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/90:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-400\/95:hover {
  --tw-shadow-color: rgb(156 163 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50:hover {
  --tw-shadow-color: #f9fafb;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/0:hover {
  --tw-shadow-color: rgb(249 250 251 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/10:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/100:hover {
  --tw-shadow-color: rgb(249 250 251 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/15:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/20:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/25:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/30:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/35:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/40:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/45:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/5:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/50:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/55:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/60:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/65:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/70:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/75:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/80:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/85:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/90:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-50\/95:hover {
  --tw-shadow-color: rgb(249 250 251 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500:hover {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/0:hover {
  --tw-shadow-color: rgb(107 114 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/10:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/100:hover {
  --tw-shadow-color: rgb(107 114 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/15:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/20:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/25:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/30:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/35:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/40:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/45:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/5:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/50:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/55:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/60:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/65:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/70:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/75:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/80:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/85:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/90:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-500\/95:hover {
  --tw-shadow-color: rgb(107 114 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600:hover {
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/0:hover {
  --tw-shadow-color: rgb(75 85 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/10:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/100:hover {
  --tw-shadow-color: rgb(75 85 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/15:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/20:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/25:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/30:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/35:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/40:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/45:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/5:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/50:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/55:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/60:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/65:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/70:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/75:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/80:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/85:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/90:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-600\/95:hover {
  --tw-shadow-color: rgb(75 85 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700:hover {
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/0:hover {
  --tw-shadow-color: rgb(55 65 81 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/10:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/100:hover {
  --tw-shadow-color: rgb(55 65 81 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/15:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/20:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/25:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/30:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/35:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/40:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/45:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/5:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/50:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/55:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/60:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/65:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/70:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/75:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/80:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/85:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/90:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-700\/95:hover {
  --tw-shadow-color: rgb(55 65 81 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800:hover {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/0:hover {
  --tw-shadow-color: rgb(31 41 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/10:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/100:hover {
  --tw-shadow-color: rgb(31 41 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/15:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/20:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/25:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/30:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/35:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/40:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/45:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/5:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/50:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/55:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/60:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/65:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/70:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/75:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/80:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/85:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/90:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-800\/95:hover {
  --tw-shadow-color: rgb(31 41 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900:hover {
  --tw-shadow-color: #111827;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/0:hover {
  --tw-shadow-color: rgb(17 24 39 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/10:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/100:hover {
  --tw-shadow-color: rgb(17 24 39 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/15:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/20:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/25:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/30:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/35:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/40:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/45:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/5:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/50:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/55:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/60:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/65:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/70:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/75:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/80:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/85:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/90:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-900\/95:hover {
  --tw-shadow-color: rgb(17 24 39 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950:hover {
  --tw-shadow-color: #030712;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/0:hover {
  --tw-shadow-color: rgb(3 7 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/10:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/100:hover {
  --tw-shadow-color: rgb(3 7 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/15:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/20:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/25:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/30:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/35:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/40:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/45:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/5:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/50:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/55:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/60:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/65:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/70:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/75:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/80:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/85:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/90:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-gray-950\/95:hover {
  --tw-shadow-color: rgb(3 7 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100:hover {
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/0:hover {
  --tw-shadow-color: rgb(220 252 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/10:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/100:hover {
  --tw-shadow-color: rgb(220 252 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/15:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/20:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/25:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/30:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/35:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/40:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/45:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/5:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/50:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/55:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/60:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/65:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/70:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/75:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/80:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/85:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/90:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-100\/95:hover {
  --tw-shadow-color: rgb(220 252 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200:hover {
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/0:hover {
  --tw-shadow-color: rgb(187 247 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/10:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/100:hover {
  --tw-shadow-color: rgb(187 247 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/15:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/20:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/25:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/30:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/35:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/40:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/45:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/5:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/50:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/55:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/60:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/65:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/70:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/75:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/80:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/85:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/90:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-200\/95:hover {
  --tw-shadow-color: rgb(187 247 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300:hover {
  --tw-shadow-color: #86efac;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/0:hover {
  --tw-shadow-color: rgb(134 239 172 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/10:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/100:hover {
  --tw-shadow-color: rgb(134 239 172 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/15:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/20:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/25:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/30:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/35:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/40:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/45:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/5:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/50:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/55:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/60:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/65:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/70:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/75:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/80:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/85:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/90:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-300\/95:hover {
  --tw-shadow-color: rgb(134 239 172 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400:hover {
  --tw-shadow-color: #4ade80;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/0:hover {
  --tw-shadow-color: rgb(74 222 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/10:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/100:hover {
  --tw-shadow-color: rgb(74 222 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/15:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/20:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/25:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/30:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/35:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/40:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/45:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/5:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/50:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/55:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/60:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/65:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/70:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/75:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/80:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/85:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/90:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-400\/95:hover {
  --tw-shadow-color: rgb(74 222 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50:hover {
  --tw-shadow-color: #f0fdf4;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/0:hover {
  --tw-shadow-color: rgb(240 253 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/10:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/100:hover {
  --tw-shadow-color: rgb(240 253 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/15:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/20:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/25:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/30:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/35:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/40:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/45:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/5:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/50:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/55:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/60:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/65:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/70:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/75:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/80:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/85:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/90:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-50\/95:hover {
  --tw-shadow-color: rgb(240 253 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500:hover {
  --tw-shadow-color: #22c55e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/0:hover {
  --tw-shadow-color: rgb(34 197 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/10:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/100:hover {
  --tw-shadow-color: rgb(34 197 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/15:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/20:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/25:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/30:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/35:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/40:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/45:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/5:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/50:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/55:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/60:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/65:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/70:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/75:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/80:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/85:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/90:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-500\/95:hover {
  --tw-shadow-color: rgb(34 197 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600:hover {
  --tw-shadow-color: #16a34a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/0:hover {
  --tw-shadow-color: rgb(22 163 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/10:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/100:hover {
  --tw-shadow-color: rgb(22 163 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/15:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/20:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/25:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/30:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/35:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/40:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/45:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/5:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/50:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/55:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/60:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/65:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/70:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/75:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/80:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/85:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/90:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-600\/95:hover {
  --tw-shadow-color: rgb(22 163 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700:hover {
  --tw-shadow-color: #15803d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/0:hover {
  --tw-shadow-color: rgb(21 128 61 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/10:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/100:hover {
  --tw-shadow-color: rgb(21 128 61 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/15:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/20:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/25:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/30:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/35:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/40:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/45:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/5:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/50:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/55:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/60:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/65:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/70:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/75:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/80:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/85:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/90:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-700\/95:hover {
  --tw-shadow-color: rgb(21 128 61 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800:hover {
  --tw-shadow-color: #166534;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/0:hover {
  --tw-shadow-color: rgb(22 101 52 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/10:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/100:hover {
  --tw-shadow-color: rgb(22 101 52 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/15:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/20:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/25:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/30:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/35:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/40:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/45:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/5:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/50:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/55:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/60:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/65:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/70:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/75:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/80:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/85:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/90:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-800\/95:hover {
  --tw-shadow-color: rgb(22 101 52 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900:hover {
  --tw-shadow-color: #14532d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/0:hover {
  --tw-shadow-color: rgb(20 83 45 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/10:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/100:hover {
  --tw-shadow-color: rgb(20 83 45 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/15:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/20:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/25:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/30:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/35:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/40:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/45:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/5:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/50:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/55:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/60:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/65:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/70:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/75:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/80:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/85:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/90:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-900\/95:hover {
  --tw-shadow-color: rgb(20 83 45 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950:hover {
  --tw-shadow-color: #052e16;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/0:hover {
  --tw-shadow-color: rgb(5 46 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/10:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/100:hover {
  --tw-shadow-color: rgb(5 46 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/15:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/20:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/25:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/30:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/35:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/40:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/45:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/5:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/50:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/55:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/60:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/65:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/70:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/75:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/80:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/85:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/90:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-green-950\/95:hover {
  --tw-shadow-color: rgb(5 46 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100:hover {
  --tw-shadow-color: #e0e7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/0:hover {
  --tw-shadow-color: rgb(224 231 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/10:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/100:hover {
  --tw-shadow-color: rgb(224 231 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/15:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/20:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/25:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/30:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/35:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/40:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/45:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/5:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/50:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/55:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/60:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/65:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/70:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/75:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/80:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/85:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/90:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-100\/95:hover {
  --tw-shadow-color: rgb(224 231 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200:hover {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/0:hover {
  --tw-shadow-color: rgb(199 210 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/10:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/100:hover {
  --tw-shadow-color: rgb(199 210 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/15:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/20:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/25:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/30:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/35:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/40:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/45:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/5:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/50:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/55:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/60:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/65:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/70:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/75:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/80:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/85:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/90:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-200\/95:hover {
  --tw-shadow-color: rgb(199 210 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300:hover {
  --tw-shadow-color: #a5b4fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/0:hover {
  --tw-shadow-color: rgb(165 180 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/10:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/100:hover {
  --tw-shadow-color: rgb(165 180 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/15:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/20:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/25:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/30:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/35:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/40:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/45:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/5:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/50:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/55:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/60:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/65:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/70:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/75:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/80:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/85:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/90:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-300\/95:hover {
  --tw-shadow-color: rgb(165 180 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400:hover {
  --tw-shadow-color: #818cf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/0:hover {
  --tw-shadow-color: rgb(129 140 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/10:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/100:hover {
  --tw-shadow-color: rgb(129 140 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/15:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/20:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/25:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/30:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/35:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/40:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/45:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/5:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/50:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/55:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/60:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/65:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/70:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/75:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/80:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/85:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/90:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-400\/95:hover {
  --tw-shadow-color: rgb(129 140 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50:hover {
  --tw-shadow-color: #eef2ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/0:hover {
  --tw-shadow-color: rgb(238 242 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/10:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/100:hover {
  --tw-shadow-color: rgb(238 242 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/15:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/20:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/25:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/30:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/35:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/40:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/45:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/5:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/50:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/55:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/60:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/65:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/70:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/75:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/80:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/85:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/90:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-50\/95:hover {
  --tw-shadow-color: rgb(238 242 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500:hover {
  --tw-shadow-color: #6366f1;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/0:hover {
  --tw-shadow-color: rgb(99 102 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/10:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/100:hover {
  --tw-shadow-color: rgb(99 102 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/15:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/20:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/25:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/30:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/35:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/40:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/45:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/5:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/50:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/55:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/60:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/65:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/70:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/75:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/80:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/85:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/90:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-500\/95:hover {
  --tw-shadow-color: rgb(99 102 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600:hover {
  --tw-shadow-color: #4f46e5;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/0:hover {
  --tw-shadow-color: rgb(79 70 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/10:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/100:hover {
  --tw-shadow-color: rgb(79 70 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/15:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/20:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/25:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/30:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/35:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/40:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/45:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/5:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/50:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/55:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/60:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/65:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/70:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/75:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/80:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/85:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/90:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-600\/95:hover {
  --tw-shadow-color: rgb(79 70 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700:hover {
  --tw-shadow-color: #4338ca;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/0:hover {
  --tw-shadow-color: rgb(67 56 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/10:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/100:hover {
  --tw-shadow-color: rgb(67 56 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/15:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/20:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/25:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/30:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/35:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/40:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/45:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/5:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/50:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/55:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/60:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/65:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/70:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/75:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/80:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/85:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/90:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-700\/95:hover {
  --tw-shadow-color: rgb(67 56 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800:hover {
  --tw-shadow-color: #3730a3;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/0:hover {
  --tw-shadow-color: rgb(55 48 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/10:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/100:hover {
  --tw-shadow-color: rgb(55 48 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/15:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/20:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/25:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/30:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/35:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/40:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/45:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/5:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/50:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/55:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/60:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/65:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/70:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/75:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/80:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/85:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/90:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-800\/95:hover {
  --tw-shadow-color: rgb(55 48 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900:hover {
  --tw-shadow-color: #312e81;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/0:hover {
  --tw-shadow-color: rgb(49 46 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/10:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/100:hover {
  --tw-shadow-color: rgb(49 46 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/15:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/20:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/25:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/30:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/35:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/40:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/45:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/5:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/50:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/55:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/60:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/65:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/70:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/75:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/80:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/85:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/90:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-900\/95:hover {
  --tw-shadow-color: rgb(49 46 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950:hover {
  --tw-shadow-color: #1e1b4b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/0:hover {
  --tw-shadow-color: rgb(30 27 75 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/10:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/100:hover {
  --tw-shadow-color: rgb(30 27 75 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/15:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/20:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/25:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/30:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/35:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/40:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/45:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/5:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/50:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/55:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/60:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/65:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/70:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/75:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/80:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/85:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/90:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-indigo-950\/95:hover {
  --tw-shadow-color: rgb(30 27 75 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-inherit:hover {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100:hover {
  --tw-shadow-color: #ecfccb;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/0:hover {
  --tw-shadow-color: rgb(236 252 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/10:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/100:hover {
  --tw-shadow-color: rgb(236 252 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/15:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/20:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/25:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/30:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/35:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/40:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/45:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/5:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/50:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/55:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/60:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/65:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/70:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/75:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/80:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/85:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/90:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-100\/95:hover {
  --tw-shadow-color: rgb(236 252 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200:hover {
  --tw-shadow-color: #d9f99d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/0:hover {
  --tw-shadow-color: rgb(217 249 157 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/10:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/100:hover {
  --tw-shadow-color: rgb(217 249 157 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/15:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/20:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/25:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/30:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/35:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/40:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/45:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/5:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/50:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/55:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/60:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/65:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/70:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/75:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/80:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/85:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/90:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-200\/95:hover {
  --tw-shadow-color: rgb(217 249 157 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300:hover {
  --tw-shadow-color: #bef264;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/0:hover {
  --tw-shadow-color: rgb(190 242 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/10:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/100:hover {
  --tw-shadow-color: rgb(190 242 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/15:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/20:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/25:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/30:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/35:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/40:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/45:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/5:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/50:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/55:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/60:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/65:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/70:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/75:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/80:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/85:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/90:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-300\/95:hover {
  --tw-shadow-color: rgb(190 242 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400:hover {
  --tw-shadow-color: #a3e635;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/0:hover {
  --tw-shadow-color: rgb(163 230 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/10:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/100:hover {
  --tw-shadow-color: rgb(163 230 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/15:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/20:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/25:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/30:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/35:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/40:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/45:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/5:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/50:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/55:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/60:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/65:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/70:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/75:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/80:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/85:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/90:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-400\/95:hover {
  --tw-shadow-color: rgb(163 230 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50:hover {
  --tw-shadow-color: #f7fee7;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/0:hover {
  --tw-shadow-color: rgb(247 254 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/10:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/100:hover {
  --tw-shadow-color: rgb(247 254 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/15:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/20:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/25:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/30:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/35:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/40:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/45:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/5:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/50:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/55:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/60:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/65:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/70:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/75:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/80:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/85:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/90:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-50\/95:hover {
  --tw-shadow-color: rgb(247 254 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500:hover {
  --tw-shadow-color: #84cc16;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/0:hover {
  --tw-shadow-color: rgb(132 204 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/10:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/100:hover {
  --tw-shadow-color: rgb(132 204 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/15:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/20:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/25:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/30:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/35:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/40:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/45:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/5:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/50:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/55:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/60:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/65:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/70:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/75:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/80:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/85:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/90:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-500\/95:hover {
  --tw-shadow-color: rgb(132 204 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600:hover {
  --tw-shadow-color: #65a30d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/0:hover {
  --tw-shadow-color: rgb(101 163 13 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/10:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/100:hover {
  --tw-shadow-color: rgb(101 163 13 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/15:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/20:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/25:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/30:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/35:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/40:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/45:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/5:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/50:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/55:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/60:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/65:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/70:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/75:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/80:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/85:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/90:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-600\/95:hover {
  --tw-shadow-color: rgb(101 163 13 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700:hover {
  --tw-shadow-color: #4d7c0f;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/0:hover {
  --tw-shadow-color: rgb(77 124 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/10:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/100:hover {
  --tw-shadow-color: rgb(77 124 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/15:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/20:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/25:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/30:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/35:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/40:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/45:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/5:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/50:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/55:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/60:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/65:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/70:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/75:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/80:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/85:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/90:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-700\/95:hover {
  --tw-shadow-color: rgb(77 124 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800:hover {
  --tw-shadow-color: #3f6212;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/0:hover {
  --tw-shadow-color: rgb(63 98 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/10:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/100:hover {
  --tw-shadow-color: rgb(63 98 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/15:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/20:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/25:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/30:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/35:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/40:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/45:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/5:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/50:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/55:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/60:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/65:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/70:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/75:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/80:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/85:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/90:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-800\/95:hover {
  --tw-shadow-color: rgb(63 98 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900:hover {
  --tw-shadow-color: #365314;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/0:hover {
  --tw-shadow-color: rgb(54 83 20 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/10:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/100:hover {
  --tw-shadow-color: rgb(54 83 20 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/15:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/20:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/25:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/30:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/35:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/40:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/45:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/5:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/50:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/55:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/60:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/65:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/70:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/75:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/80:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/85:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/90:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-900\/95:hover {
  --tw-shadow-color: rgb(54 83 20 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950:hover {
  --tw-shadow-color: #1a2e05;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/0:hover {
  --tw-shadow-color: rgb(26 46 5 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/10:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/100:hover {
  --tw-shadow-color: rgb(26 46 5 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/15:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/20:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/25:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/30:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/35:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/40:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/45:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/5:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/50:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/55:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/60:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/65:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/70:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/75:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/80:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/85:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/90:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-lime-950\/95:hover {
  --tw-shadow-color: rgb(26 46 5 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100:hover {
  --tw-shadow-color: #f6f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/0:hover {
  --tw-shadow-color: rgb(246 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/10:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/100:hover {
  --tw-shadow-color: rgb(246 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/15:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/20:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/25:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/30:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/35:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/40:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/45:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/5:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/50:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/55:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/60:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/65:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/70:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/75:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/80:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/85:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/90:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-100\/95:hover {
  --tw-shadow-color: rgb(246 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200:hover {
  --tw-shadow-color: #e9e6e3;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/0:hover {
  --tw-shadow-color: rgb(233 230 227 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/10:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/100:hover {
  --tw-shadow-color: rgb(233 230 227 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/15:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/20:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/25:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/30:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/35:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/40:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/45:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/5:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/50:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/55:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/60:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/65:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/70:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/75:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/80:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/85:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/90:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-200\/95:hover {
  --tw-shadow-color: rgb(233 230 227 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300:hover {
  --tw-shadow-color: #d7d2cd;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/0:hover {
  --tw-shadow-color: rgb(215 210 205 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/10:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/100:hover {
  --tw-shadow-color: rgb(215 210 205 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/15:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/20:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/25:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/30:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/35:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/40:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/45:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/5:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/50:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/55:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/60:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/65:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/70:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/75:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/80:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/85:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/90:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-300\/95:hover {
  --tw-shadow-color: rgb(215 210 205 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400:hover {
  --tw-shadow-color: #afa8a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/0:hover {
  --tw-shadow-color: rgb(175 168 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/10:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/100:hover {
  --tw-shadow-color: rgb(175 168 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/15:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/20:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/25:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/30:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/35:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/40:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/45:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/5:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/50:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/55:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/60:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/65:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/70:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/75:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/80:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/85:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/90:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-400\/95:hover {
  --tw-shadow-color: rgb(175 168 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50:hover {
  --tw-shadow-color: #fbfaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/0:hover {
  --tw-shadow-color: rgb(251 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/10:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/100:hover {
  --tw-shadow-color: rgb(251 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/15:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/20:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/25:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/30:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/35:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/40:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/45:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/5:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/50:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/55:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/60:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/65:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/70:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/75:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/80:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/85:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/90:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-50\/95:hover {
  --tw-shadow-color: rgb(251 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500:hover {
  --tw-shadow-color: #817971;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/0:hover {
  --tw-shadow-color: rgb(129 121 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/10:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/100:hover {
  --tw-shadow-color: rgb(129 121 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/15:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/20:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/25:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/30:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/35:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/40:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/45:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/5:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/50:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/55:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/60:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/65:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/70:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/75:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/80:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/85:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/90:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-500\/95:hover {
  --tw-shadow-color: rgb(129 121 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600:hover {
  --tw-shadow-color: #605952;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/0:hover {
  --tw-shadow-color: rgb(96 89 82 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/10:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/100:hover {
  --tw-shadow-color: rgb(96 89 82 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/15:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/20:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/25:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/30:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/35:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/40:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/45:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/5:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/50:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/55:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/60:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/65:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/70:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/75:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/80:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/85:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/90:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-600\/95:hover {
  --tw-shadow-color: rgb(96 89 82 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700:hover {
  --tw-shadow-color: #49443f;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/0:hover {
  --tw-shadow-color: rgb(73 68 63 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/10:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/100:hover {
  --tw-shadow-color: rgb(73 68 63 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/15:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/20:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/25:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/30:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/35:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/40:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/45:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/5:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/50:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/55:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/60:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/65:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/70:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/75:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/80:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/85:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/90:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-700\/95:hover {
  --tw-shadow-color: rgb(73 68 63 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800:hover {
  --tw-shadow-color: #302d2a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/0:hover {
  --tw-shadow-color: rgb(48 45 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/10:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/100:hover {
  --tw-shadow-color: rgb(48 45 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/15:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/20:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/25:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/30:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/35:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/40:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/45:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/5:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/50:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/55:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/60:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/65:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/70:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/75:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/80:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/85:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/90:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-800\/95:hover {
  --tw-shadow-color: rgb(48 45 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900:hover {
  --tw-shadow-color: #211f1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/0:hover {
  --tw-shadow-color: rgb(33 31 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/10:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/100:hover {
  --tw-shadow-color: rgb(33 31 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/15:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/20:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/25:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/30:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/35:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/40:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/45:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/5:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/50:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/55:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/60:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/65:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/70:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/75:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/80:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/85:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/90:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-900\/95:hover {
  --tw-shadow-color: rgb(33 31 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950:hover {
  --tw-shadow-color: #121110;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/0:hover {
  --tw-shadow-color: rgb(18 17 16 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/10:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/100:hover {
  --tw-shadow-color: rgb(18 17 16 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/15:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/20:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/25:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/30:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/35:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/40:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/45:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/5:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/50:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/55:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/60:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/65:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/70:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/75:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/80:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/85:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/90:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-neutral-950\/95:hover {
  --tw-shadow-color: rgb(18 17 16 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100:hover {
  --tw-shadow-color: #ffedd5;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/0:hover {
  --tw-shadow-color: rgb(255 237 213 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/10:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/100:hover {
  --tw-shadow-color: rgb(255 237 213 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/15:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/20:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/25:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/30:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/35:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/40:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/45:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/5:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/50:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/55:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/60:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/65:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/70:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/75:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/80:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/85:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/90:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-100\/95:hover {
  --tw-shadow-color: rgb(255 237 213 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200:hover {
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/0:hover {
  --tw-shadow-color: rgb(254 215 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/10:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/100:hover {
  --tw-shadow-color: rgb(254 215 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/15:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/20:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/25:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/30:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/35:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/40:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/45:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/5:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/50:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/55:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/60:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/65:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/70:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/75:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/80:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/85:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/90:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-200\/95:hover {
  --tw-shadow-color: rgb(254 215 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300:hover {
  --tw-shadow-color: #fdba74;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/0:hover {
  --tw-shadow-color: rgb(253 186 116 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/10:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/100:hover {
  --tw-shadow-color: rgb(253 186 116 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/15:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/20:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/25:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/30:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/35:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/40:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/45:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/5:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/50:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/55:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/60:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/65:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/70:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/75:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/80:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/85:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/90:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-300\/95:hover {
  --tw-shadow-color: rgb(253 186 116 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400:hover {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/0:hover {
  --tw-shadow-color: rgb(251 146 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/10:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/100:hover {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/15:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/20:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/25:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/30:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/35:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/40:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/45:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/5:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/50:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/55:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/60:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/65:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/70:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/75:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/80:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/85:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/90:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-400\/95:hover {
  --tw-shadow-color: rgb(251 146 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50:hover {
  --tw-shadow-color: #fff7ed;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/0:hover {
  --tw-shadow-color: rgb(255 247 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/10:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/100:hover {
  --tw-shadow-color: rgb(255 247 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/15:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/20:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/25:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/30:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/35:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/40:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/45:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/5:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/50:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/55:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/60:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/65:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/70:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/75:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/80:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/85:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/90:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-50\/95:hover {
  --tw-shadow-color: rgb(255 247 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500:hover {
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/0:hover {
  --tw-shadow-color: rgb(249 115 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/10:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/100:hover {
  --tw-shadow-color: rgb(249 115 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/15:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/20:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/25:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/30:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/35:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/40:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/45:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/5:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/50:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/55:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/60:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/65:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/70:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/75:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/80:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/85:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/90:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-500\/95:hover {
  --tw-shadow-color: rgb(249 115 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600:hover {
  --tw-shadow-color: #ea580c;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/0:hover {
  --tw-shadow-color: rgb(234 88 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/10:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/100:hover {
  --tw-shadow-color: rgb(234 88 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/15:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/20:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/25:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/30:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/35:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/40:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/45:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/5:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/50:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/55:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/60:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/65:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/70:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/75:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/80:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/85:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/90:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-600\/95:hover {
  --tw-shadow-color: rgb(234 88 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700:hover {
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/0:hover {
  --tw-shadow-color: rgb(194 65 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/10:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/100:hover {
  --tw-shadow-color: rgb(194 65 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/15:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/20:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/25:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/30:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/35:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/40:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/45:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/5:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/50:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/55:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/60:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/65:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/70:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/75:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/80:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/85:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/90:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-700\/95:hover {
  --tw-shadow-color: rgb(194 65 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800:hover {
  --tw-shadow-color: #9a3412;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/0:hover {
  --tw-shadow-color: rgb(154 52 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/10:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/100:hover {
  --tw-shadow-color: rgb(154 52 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/15:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/20:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/25:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/30:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/35:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/40:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/45:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/5:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/50:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/55:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/60:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/65:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/70:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/75:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/80:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/85:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/90:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-800\/95:hover {
  --tw-shadow-color: rgb(154 52 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900:hover {
  --tw-shadow-color: #7c2d12;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/0:hover {
  --tw-shadow-color: rgb(124 45 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/10:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/100:hover {
  --tw-shadow-color: rgb(124 45 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/15:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/20:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/25:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/30:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/35:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/40:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/45:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/5:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/50:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/55:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/60:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/65:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/70:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/75:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/80:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/85:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/90:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-900\/95:hover {
  --tw-shadow-color: rgb(124 45 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950:hover {
  --tw-shadow-color: #431407;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/0:hover {
  --tw-shadow-color: rgb(67 20 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/10:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/100:hover {
  --tw-shadow-color: rgb(67 20 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/15:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/20:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/25:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/30:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/35:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/40:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/45:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/5:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/50:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/55:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/60:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/65:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/70:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/75:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/80:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/85:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/90:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-orange-950\/95:hover {
  --tw-shadow-color: rgb(67 20 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100:hover {
  --tw-shadow-color: #fce7f3;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/0:hover {
  --tw-shadow-color: rgb(252 231 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/10:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/100:hover {
  --tw-shadow-color: rgb(252 231 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/15:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/20:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/25:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/30:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/35:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/40:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/45:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/5:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/50:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/55:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/60:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/65:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/70:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/75:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/80:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/85:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/90:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-100\/95:hover {
  --tw-shadow-color: rgb(252 231 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200:hover {
  --tw-shadow-color: #fbcfe8;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/0:hover {
  --tw-shadow-color: rgb(251 207 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/10:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/100:hover {
  --tw-shadow-color: rgb(251 207 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/15:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/20:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/25:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/30:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/35:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/40:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/45:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/5:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/50:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/55:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/60:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/65:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/70:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/75:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/80:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/85:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/90:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-200\/95:hover {
  --tw-shadow-color: rgb(251 207 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300:hover {
  --tw-shadow-color: #f9a8d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/0:hover {
  --tw-shadow-color: rgb(249 168 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/10:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/100:hover {
  --tw-shadow-color: rgb(249 168 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/15:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/20:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/25:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/30:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/35:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/40:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/45:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/5:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/50:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/55:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/60:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/65:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/70:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/75:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/80:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/85:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/90:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-300\/95:hover {
  --tw-shadow-color: rgb(249 168 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400:hover {
  --tw-shadow-color: #f472b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/0:hover {
  --tw-shadow-color: rgb(244 114 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/10:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/100:hover {
  --tw-shadow-color: rgb(244 114 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/15:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/20:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/25:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/30:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/35:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/40:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/45:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/5:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/50:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/55:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/60:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/65:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/70:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/75:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/80:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/85:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/90:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-400\/95:hover {
  --tw-shadow-color: rgb(244 114 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50:hover {
  --tw-shadow-color: #fdf2f8;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/0:hover {
  --tw-shadow-color: rgb(253 242 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/10:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/100:hover {
  --tw-shadow-color: rgb(253 242 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/15:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/20:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/25:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/30:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/35:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/40:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/45:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/5:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/50:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/55:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/60:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/65:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/70:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/75:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/80:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/85:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/90:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-50\/95:hover {
  --tw-shadow-color: rgb(253 242 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500:hover {
  --tw-shadow-color: #ec4899;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/0:hover {
  --tw-shadow-color: rgb(236 72 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/10:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/100:hover {
  --tw-shadow-color: rgb(236 72 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/15:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/20:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/25:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/30:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/35:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/40:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/45:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/5:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/50:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/55:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/60:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/65:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/70:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/75:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/80:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/85:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/90:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-500\/95:hover {
  --tw-shadow-color: rgb(236 72 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600:hover {
  --tw-shadow-color: #db2777;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/0:hover {
  --tw-shadow-color: rgb(219 39 119 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/10:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/100:hover {
  --tw-shadow-color: rgb(219 39 119 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/15:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/20:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/25:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/30:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/35:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/40:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/45:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/5:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/50:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/55:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/60:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/65:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/70:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/75:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/80:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/85:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/90:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-600\/95:hover {
  --tw-shadow-color: rgb(219 39 119 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700:hover {
  --tw-shadow-color: #be185d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/0:hover {
  --tw-shadow-color: rgb(190 24 93 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/10:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/100:hover {
  --tw-shadow-color: rgb(190 24 93 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/15:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/20:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/25:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/30:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/35:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/40:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/45:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/5:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/50:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/55:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/60:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/65:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/70:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/75:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/80:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/85:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/90:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-700\/95:hover {
  --tw-shadow-color: rgb(190 24 93 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800:hover {
  --tw-shadow-color: #9d174d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/0:hover {
  --tw-shadow-color: rgb(157 23 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/10:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/100:hover {
  --tw-shadow-color: rgb(157 23 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/15:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/20:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/25:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/30:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/35:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/40:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/45:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/5:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/50:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/55:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/60:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/65:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/70:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/75:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/80:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/85:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/90:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-800\/95:hover {
  --tw-shadow-color: rgb(157 23 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900:hover {
  --tw-shadow-color: #831843;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/0:hover {
  --tw-shadow-color: rgb(131 24 67 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/10:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/100:hover {
  --tw-shadow-color: rgb(131 24 67 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/15:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/20:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/25:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/30:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/35:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/40:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/45:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/5:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/50:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/55:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/60:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/65:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/70:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/75:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/80:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/85:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/90:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-900\/95:hover {
  --tw-shadow-color: rgb(131 24 67 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950:hover {
  --tw-shadow-color: #500724;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/0:hover {
  --tw-shadow-color: rgb(80 7 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/10:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/100:hover {
  --tw-shadow-color: rgb(80 7 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/15:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/20:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/25:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/30:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/35:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/40:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/45:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/5:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/50:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/55:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/60:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/65:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/70:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/75:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/80:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/85:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/90:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-pink-950\/95:hover {
  --tw-shadow-color: rgb(80 7 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100:hover {
  --tw-shadow-color: #feeade;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/0:hover {
  --tw-shadow-color: rgb(254 234 222 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/10:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/100:hover {
  --tw-shadow-color: rgb(254 234 222 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/15:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/20:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/25:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/30:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/35:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/40:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/45:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/5:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/50:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/55:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/60:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/65:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/70:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/75:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/80:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/85:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/90:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-100\/95:hover {
  --tw-shadow-color: rgb(254 234 222 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200:hover {
  --tw-shadow-color: #fcd3bd;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/0:hover {
  --tw-shadow-color: rgb(252 211 189 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/10:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/100:hover {
  --tw-shadow-color: rgb(252 211 189 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/15:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/20:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/25:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/30:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/35:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/40:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/45:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/5:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/50:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/55:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/60:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/65:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/70:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/75:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/80:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/85:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/90:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-200\/95:hover {
  --tw-shadow-color: rgb(252 211 189 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300:hover {
  --tw-shadow-color: #fab38f;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/0:hover {
  --tw-shadow-color: rgb(250 179 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/10:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/100:hover {
  --tw-shadow-color: rgb(250 179 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/15:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/20:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/25:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/30:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/35:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/40:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/45:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/5:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/50:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/55:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/60:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/65:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/70:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/75:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/80:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/85:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/90:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-300\/95:hover {
  --tw-shadow-color: rgb(250 179 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400:hover {
  --tw-shadow-color: #f99766;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/0:hover {
  --tw-shadow-color: rgb(249 151 102 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/10:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/100:hover {
  --tw-shadow-color: rgb(249 151 102 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/15:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/20:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/25:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/30:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/35:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/40:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/45:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/5:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/50:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/55:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/60:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/65:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/70:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/75:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/80:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/85:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/90:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-400\/95:hover {
  --tw-shadow-color: rgb(249 151 102 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50:hover {
  --tw-shadow-color: #fff7f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/0:hover {
  --tw-shadow-color: rgb(255 247 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/10:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/100:hover {
  --tw-shadow-color: rgb(255 247 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/15:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/20:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/25:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/30:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/35:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/40:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/45:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/5:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/50:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/55:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/60:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/65:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/70:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/75:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/80:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/85:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/90:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-50\/95:hover {
  --tw-shadow-color: rgb(255 247 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500:hover {
  --tw-shadow-color: #f78d4d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/0:hover {
  --tw-shadow-color: rgb(247 141 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/10:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/100:hover {
  --tw-shadow-color: rgb(247 141 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/15:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/20:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/25:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/30:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/35:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/40:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/45:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/5:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/50:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/55:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/60:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/65:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/70:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/75:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/80:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/85:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/90:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-500\/95:hover {
  --tw-shadow-color: rgb(247 141 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600:hover {
  --tw-shadow-color: #e96325;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/0:hover {
  --tw-shadow-color: rgb(233 99 37 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/10:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/100:hover {
  --tw-shadow-color: rgb(233 99 37 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/15:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/20:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/25:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/30:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/35:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/40:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/45:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/5:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/50:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/55:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/60:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/65:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/70:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/75:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/80:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/85:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/90:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-600\/95:hover {
  --tw-shadow-color: rgb(233 99 37 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700:hover {
  --tw-shadow-color: #c94a16;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/0:hover {
  --tw-shadow-color: rgb(201 74 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/10:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/100:hover {
  --tw-shadow-color: rgb(201 74 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/15:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/20:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/25:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/30:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/35:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/40:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/45:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/5:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/50:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/55:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/60:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/65:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/70:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/75:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/80:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/85:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/90:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-700\/95:hover {
  --tw-shadow-color: rgb(201 74 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800:hover {
  --tw-shadow-color: #a13b18;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/0:hover {
  --tw-shadow-color: rgb(161 59 24 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/10:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/100:hover {
  --tw-shadow-color: rgb(161 59 24 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/15:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/20:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/25:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/30:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/35:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/40:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/45:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/5:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/50:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/55:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/60:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/65:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/70:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/75:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/80:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/85:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/90:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-800\/95:hover {
  --tw-shadow-color: rgb(161 59 24 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900:hover {
  --tw-shadow-color: #823318;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/0:hover {
  --tw-shadow-color: rgb(130 51 24 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/10:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/100:hover {
  --tw-shadow-color: rgb(130 51 24 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/15:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/20:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/25:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/30:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/35:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/40:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/45:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/5:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/50:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/55:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/60:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/65:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/70:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/75:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/80:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/85:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/90:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-900\/95:hover {
  --tw-shadow-color: rgb(130 51 24 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950:hover {
  --tw-shadow-color: #461708;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/0:hover {
  --tw-shadow-color: rgb(70 23 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/10:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/100:hover {
  --tw-shadow-color: rgb(70 23 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/15:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/20:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/25:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/30:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/35:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/40:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/45:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/5:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/50:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/55:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/60:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/65:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/70:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/75:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/80:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/85:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/90:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-primary-950\/95:hover {
  --tw-shadow-color: rgb(70 23 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100:hover {
  --tw-shadow-color: #f3e8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/0:hover {
  --tw-shadow-color: rgb(243 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/10:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/100:hover {
  --tw-shadow-color: rgb(243 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/15:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/20:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/25:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/30:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/35:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/40:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/45:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/5:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/50:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/55:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/60:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/65:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/70:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/75:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/80:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/85:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/90:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-100\/95:hover {
  --tw-shadow-color: rgb(243 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200:hover {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/0:hover {
  --tw-shadow-color: rgb(233 213 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/10:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/100:hover {
  --tw-shadow-color: rgb(233 213 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/15:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/20:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/25:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/30:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/35:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/40:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/45:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/5:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/50:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/55:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/60:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/65:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/70:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/75:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/80:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/85:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/90:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-200\/95:hover {
  --tw-shadow-color: rgb(233 213 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300:hover {
  --tw-shadow-color: #d8b4fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/0:hover {
  --tw-shadow-color: rgb(216 180 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/10:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/100:hover {
  --tw-shadow-color: rgb(216 180 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/15:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/20:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/25:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/30:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/35:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/40:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/45:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/5:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/50:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/55:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/60:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/65:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/70:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/75:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/80:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/85:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/90:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-300\/95:hover {
  --tw-shadow-color: rgb(216 180 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400:hover {
  --tw-shadow-color: #c084fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/0:hover {
  --tw-shadow-color: rgb(192 132 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/10:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/100:hover {
  --tw-shadow-color: rgb(192 132 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/15:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/20:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/25:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/30:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/35:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/40:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/45:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/5:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/50:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/55:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/60:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/65:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/70:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/75:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/80:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/85:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/90:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-400\/95:hover {
  --tw-shadow-color: rgb(192 132 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50:hover {
  --tw-shadow-color: #faf5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/0:hover {
  --tw-shadow-color: rgb(250 245 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/10:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/100:hover {
  --tw-shadow-color: rgb(250 245 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/15:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/20:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/25:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/30:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/35:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/40:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/45:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/5:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/50:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/55:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/60:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/65:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/70:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/75:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/80:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/85:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/90:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-50\/95:hover {
  --tw-shadow-color: rgb(250 245 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500:hover {
  --tw-shadow-color: #a855f7;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/0:hover {
  --tw-shadow-color: rgb(168 85 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/10:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/100:hover {
  --tw-shadow-color: rgb(168 85 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/15:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/20:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/25:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/30:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/35:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/40:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/45:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/5:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/50:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/55:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/60:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/65:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/70:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/75:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/80:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/85:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/90:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-500\/95:hover {
  --tw-shadow-color: rgb(168 85 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600:hover {
  --tw-shadow-color: #9333ea;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/0:hover {
  --tw-shadow-color: rgb(147 51 234 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/10:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/100:hover {
  --tw-shadow-color: rgb(147 51 234 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/15:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/20:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/25:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/30:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/35:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/40:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/45:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/5:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/50:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/55:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/60:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/65:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/70:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/75:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/80:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/85:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/90:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-600\/95:hover {
  --tw-shadow-color: rgb(147 51 234 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700:hover {
  --tw-shadow-color: #7e22ce;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/0:hover {
  --tw-shadow-color: rgb(126 34 206 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/10:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/100:hover {
  --tw-shadow-color: rgb(126 34 206 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/15:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/20:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/25:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/30:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/35:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/40:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/45:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/5:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/50:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/55:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/60:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/65:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/70:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/75:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/80:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/85:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/90:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-700\/95:hover {
  --tw-shadow-color: rgb(126 34 206 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800:hover {
  --tw-shadow-color: #6b21a8;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/0:hover {
  --tw-shadow-color: rgb(107 33 168 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/10:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/100:hover {
  --tw-shadow-color: rgb(107 33 168 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/15:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/20:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/25:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/30:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/35:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/40:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/45:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/5:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/50:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/55:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/60:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/65:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/70:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/75:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/80:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/85:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/90:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-800\/95:hover {
  --tw-shadow-color: rgb(107 33 168 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900:hover {
  --tw-shadow-color: #581c87;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/0:hover {
  --tw-shadow-color: rgb(88 28 135 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/10:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/100:hover {
  --tw-shadow-color: rgb(88 28 135 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/15:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/20:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/25:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/30:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/35:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/40:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/45:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/5:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/50:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/55:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/60:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/65:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/70:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/75:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/80:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/85:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/90:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-900\/95:hover {
  --tw-shadow-color: rgb(88 28 135 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950:hover {
  --tw-shadow-color: #3b0764;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/0:hover {
  --tw-shadow-color: rgb(59 7 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/10:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/100:hover {
  --tw-shadow-color: rgb(59 7 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/15:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/20:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/25:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/30:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/35:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/40:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/45:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/5:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/50:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/55:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/60:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/65:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/70:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/75:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/80:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/85:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/90:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-purple-950\/95:hover {
  --tw-shadow-color: rgb(59 7 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100:hover {
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/0:hover {
  --tw-shadow-color: rgb(254 226 226 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/10:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/100:hover {
  --tw-shadow-color: rgb(254 226 226 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/15:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/20:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/25:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/30:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/35:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/40:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/45:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/5:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/50:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/55:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/60:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/65:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/70:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/75:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/80:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/85:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/90:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-100\/95:hover {
  --tw-shadow-color: rgb(254 226 226 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200:hover {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/0:hover {
  --tw-shadow-color: rgb(254 202 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/10:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/100:hover {
  --tw-shadow-color: rgb(254 202 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/15:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/20:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/25:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/30:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/35:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/40:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/45:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/5:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/50:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/55:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/60:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/65:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/70:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/75:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/80:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/85:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/90:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-200\/95:hover {
  --tw-shadow-color: rgb(254 202 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300:hover {
  --tw-shadow-color: #fca5a5;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/0:hover {
  --tw-shadow-color: rgb(252 165 165 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/10:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/100:hover {
  --tw-shadow-color: rgb(252 165 165 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/15:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/20:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/25:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/30:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/35:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/40:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/45:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/5:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/50:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/55:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/60:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/65:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/70:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/75:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/80:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/85:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/90:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-300\/95:hover {
  --tw-shadow-color: rgb(252 165 165 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400:hover {
  --tw-shadow-color: #f87171;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/0:hover {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/10:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/100:hover {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/15:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/20:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/25:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/30:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/35:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/40:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/45:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/5:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/50:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/55:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/60:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/65:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/70:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/75:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/80:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/85:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/90:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-400\/95:hover {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50:hover {
  --tw-shadow-color: #fef2f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/0:hover {
  --tw-shadow-color: rgb(254 242 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/10:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/100:hover {
  --tw-shadow-color: rgb(254 242 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/15:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/20:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/25:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/30:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/35:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/40:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/45:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/5:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/50:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/55:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/60:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/65:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/70:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/75:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/80:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/85:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/90:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-50\/95:hover {
  --tw-shadow-color: rgb(254 242 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500:hover {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/0:hover {
  --tw-shadow-color: rgb(239 68 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/10:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/100:hover {
  --tw-shadow-color: rgb(239 68 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/15:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/20:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/25:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/30:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/35:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/40:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/45:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/5:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/50:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/55:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/60:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/65:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/70:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/75:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/80:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/85:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/90:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-500\/95:hover {
  --tw-shadow-color: rgb(239 68 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600:hover {
  --tw-shadow-color: #dc2626;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/0:hover {
  --tw-shadow-color: rgb(220 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/10:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/100:hover {
  --tw-shadow-color: rgb(220 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/15:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/20:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/25:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/30:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/35:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/40:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/45:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/5:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/50:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/55:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/60:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/65:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/70:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/75:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/80:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/85:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/90:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-600\/95:hover {
  --tw-shadow-color: rgb(220 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700:hover {
  --tw-shadow-color: #b91c1c;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/0:hover {
  --tw-shadow-color: rgb(185 28 28 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/10:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/100:hover {
  --tw-shadow-color: rgb(185 28 28 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/15:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/20:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/25:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/30:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/35:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/40:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/45:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/5:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/50:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/55:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/60:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/65:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/70:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/75:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/80:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/85:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/90:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-700\/95:hover {
  --tw-shadow-color: rgb(185 28 28 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800:hover {
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/0:hover {
  --tw-shadow-color: rgb(153 27 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/10:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/100:hover {
  --tw-shadow-color: rgb(153 27 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/15:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/20:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/25:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/30:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/35:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/40:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/45:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/5:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/50:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/55:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/60:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/65:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/70:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/75:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/80:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/85:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/90:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-800\/95:hover {
  --tw-shadow-color: rgb(153 27 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900:hover {
  --tw-shadow-color: #7f1d1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/0:hover {
  --tw-shadow-color: rgb(127 29 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/10:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/100:hover {
  --tw-shadow-color: rgb(127 29 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/15:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/20:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/25:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/30:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/35:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/40:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/45:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/5:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/50:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/55:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/60:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/65:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/70:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/75:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/80:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/85:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/90:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-900\/95:hover {
  --tw-shadow-color: rgb(127 29 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950:hover {
  --tw-shadow-color: #450a0a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/0:hover {
  --tw-shadow-color: rgb(69 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/10:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/100:hover {
  --tw-shadow-color: rgb(69 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/15:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/20:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/25:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/30:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/35:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/40:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/45:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/5:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/50:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/55:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/60:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/65:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/70:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/75:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/80:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/85:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/90:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-red-950\/95:hover {
  --tw-shadow-color: rgb(69 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100:hover {
  --tw-shadow-color: #ffe4e6;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/0:hover {
  --tw-shadow-color: rgb(255 228 230 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/10:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/100:hover {
  --tw-shadow-color: rgb(255 228 230 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/15:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/20:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/25:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/30:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/35:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/40:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/45:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/5:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/50:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/55:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/60:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/65:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/70:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/75:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/80:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/85:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/90:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-100\/95:hover {
  --tw-shadow-color: rgb(255 228 230 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200:hover {
  --tw-shadow-color: #fecdd3;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/0:hover {
  --tw-shadow-color: rgb(254 205 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/10:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/100:hover {
  --tw-shadow-color: rgb(254 205 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/15:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/20:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/25:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/30:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/35:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/40:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/45:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/5:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/50:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/55:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/60:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/65:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/70:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/75:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/80:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/85:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/90:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-200\/95:hover {
  --tw-shadow-color: rgb(254 205 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300:hover {
  --tw-shadow-color: #fda4af;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/0:hover {
  --tw-shadow-color: rgb(253 164 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/10:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/100:hover {
  --tw-shadow-color: rgb(253 164 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/15:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/20:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/25:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/30:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/35:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/40:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/45:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/5:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/50:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/55:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/60:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/65:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/70:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/75:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/80:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/85:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/90:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-300\/95:hover {
  --tw-shadow-color: rgb(253 164 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400:hover {
  --tw-shadow-color: #fb7185;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/0:hover {
  --tw-shadow-color: rgb(251 113 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/10:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/100:hover {
  --tw-shadow-color: rgb(251 113 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/15:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/20:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/25:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/30:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/35:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/40:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/45:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/5:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/50:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/55:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/60:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/65:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/70:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/75:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/80:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/85:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/90:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-400\/95:hover {
  --tw-shadow-color: rgb(251 113 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50:hover {
  --tw-shadow-color: #fff1f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/0:hover {
  --tw-shadow-color: rgb(255 241 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/10:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/100:hover {
  --tw-shadow-color: rgb(255 241 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/15:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/20:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/25:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/30:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/35:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/40:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/45:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/5:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/50:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/55:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/60:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/65:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/70:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/75:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/80:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/85:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/90:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-50\/95:hover {
  --tw-shadow-color: rgb(255 241 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500:hover {
  --tw-shadow-color: #f43f5e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/0:hover {
  --tw-shadow-color: rgb(244 63 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/10:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/100:hover {
  --tw-shadow-color: rgb(244 63 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/15:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/20:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/25:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/30:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/35:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/40:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/45:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/5:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/50:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/55:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/60:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/65:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/70:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/75:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/80:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/85:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/90:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-500\/95:hover {
  --tw-shadow-color: rgb(244 63 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600:hover {
  --tw-shadow-color: #e11d48;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/0:hover {
  --tw-shadow-color: rgb(225 29 72 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/10:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/100:hover {
  --tw-shadow-color: rgb(225 29 72 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/15:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/20:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/25:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/30:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/35:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/40:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/45:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/5:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/50:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/55:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/60:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/65:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/70:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/75:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/80:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/85:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/90:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-600\/95:hover {
  --tw-shadow-color: rgb(225 29 72 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700:hover {
  --tw-shadow-color: #be123c;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/0:hover {
  --tw-shadow-color: rgb(190 18 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/10:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/100:hover {
  --tw-shadow-color: rgb(190 18 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/15:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/20:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/25:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/30:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/35:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/40:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/45:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/5:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/50:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/55:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/60:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/65:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/70:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/75:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/80:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/85:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/90:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-700\/95:hover {
  --tw-shadow-color: rgb(190 18 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800:hover {
  --tw-shadow-color: #9f1239;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/0:hover {
  --tw-shadow-color: rgb(159 18 57 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/10:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/100:hover {
  --tw-shadow-color: rgb(159 18 57 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/15:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/20:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/25:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/30:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/35:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/40:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/45:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/5:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/50:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/55:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/60:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/65:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/70:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/75:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/80:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/85:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/90:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-800\/95:hover {
  --tw-shadow-color: rgb(159 18 57 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900:hover {
  --tw-shadow-color: #881337;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/0:hover {
  --tw-shadow-color: rgb(136 19 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/10:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/100:hover {
  --tw-shadow-color: rgb(136 19 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/15:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/20:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/25:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/30:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/35:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/40:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/45:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/5:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/50:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/55:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/60:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/65:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/70:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/75:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/80:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/85:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/90:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-900\/95:hover {
  --tw-shadow-color: rgb(136 19 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950:hover {
  --tw-shadow-color: #4c0519;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/0:hover {
  --tw-shadow-color: rgb(76 5 25 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/10:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/100:hover {
  --tw-shadow-color: rgb(76 5 25 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/15:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/20:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/25:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/30:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/35:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/40:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/45:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/5:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/50:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/55:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/60:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/65:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/70:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/75:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/80:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/85:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/90:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-rose-950\/95:hover {
  --tw-shadow-color: rgb(76 5 25 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100:hover {
  --tw-shadow-color: #e0f2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/0:hover {
  --tw-shadow-color: rgb(224 242 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/10:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/100:hover {
  --tw-shadow-color: rgb(224 242 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/15:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/20:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/25:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/30:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/35:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/40:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/45:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/5:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/50:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/55:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/60:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/65:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/70:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/75:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/80:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/85:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/90:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-100\/95:hover {
  --tw-shadow-color: rgb(224 242 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200:hover {
  --tw-shadow-color: #bae6fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/0:hover {
  --tw-shadow-color: rgb(186 230 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/10:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/100:hover {
  --tw-shadow-color: rgb(186 230 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/15:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/20:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/25:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/30:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/35:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/40:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/45:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/5:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/50:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/55:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/60:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/65:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/70:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/75:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/80:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/85:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/90:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-200\/95:hover {
  --tw-shadow-color: rgb(186 230 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300:hover {
  --tw-shadow-color: #7dd3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/0:hover {
  --tw-shadow-color: rgb(125 211 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/10:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/100:hover {
  --tw-shadow-color: rgb(125 211 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/15:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/20:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/25:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/30:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/35:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/40:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/45:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/5:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/50:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/55:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/60:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/65:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/70:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/75:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/80:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/85:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/90:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-300\/95:hover {
  --tw-shadow-color: rgb(125 211 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400:hover {
  --tw-shadow-color: #38bdf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/0:hover {
  --tw-shadow-color: rgb(56 189 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/10:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/100:hover {
  --tw-shadow-color: rgb(56 189 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/15:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/20:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/25:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/30:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/35:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/40:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/45:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/5:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/50:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/55:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/60:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/65:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/70:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/75:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/80:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/85:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/90:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-400\/95:hover {
  --tw-shadow-color: rgb(56 189 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50:hover {
  --tw-shadow-color: #f0f9ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/0:hover {
  --tw-shadow-color: rgb(240 249 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/10:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/100:hover {
  --tw-shadow-color: rgb(240 249 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/15:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/20:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/25:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/30:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/35:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/40:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/45:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/5:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/50:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/55:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/60:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/65:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/70:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/75:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/80:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/85:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/90:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-50\/95:hover {
  --tw-shadow-color: rgb(240 249 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500:hover {
  --tw-shadow-color: #0ea5e9;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/0:hover {
  --tw-shadow-color: rgb(14 165 233 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/10:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/100:hover {
  --tw-shadow-color: rgb(14 165 233 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/15:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/20:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/25:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/30:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/35:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/40:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/45:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/5:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/50:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/55:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/60:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/65:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/70:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/75:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/80:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/85:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/90:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-500\/95:hover {
  --tw-shadow-color: rgb(14 165 233 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600:hover {
  --tw-shadow-color: #0284c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/0:hover {
  --tw-shadow-color: rgb(2 132 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/10:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/100:hover {
  --tw-shadow-color: rgb(2 132 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/15:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/20:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/25:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/30:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/35:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/40:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/45:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/5:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/50:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/55:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/60:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/65:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/70:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/75:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/80:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/85:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/90:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-600\/95:hover {
  --tw-shadow-color: rgb(2 132 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700:hover {
  --tw-shadow-color: #0369a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/0:hover {
  --tw-shadow-color: rgb(3 105 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/10:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/100:hover {
  --tw-shadow-color: rgb(3 105 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/15:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/20:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/25:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/30:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/35:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/40:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/45:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/5:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/50:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/55:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/60:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/65:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/70:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/75:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/80:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/85:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/90:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-700\/95:hover {
  --tw-shadow-color: rgb(3 105 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800:hover {
  --tw-shadow-color: #075985;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/0:hover {
  --tw-shadow-color: rgb(7 89 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/10:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/100:hover {
  --tw-shadow-color: rgb(7 89 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/15:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/20:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/25:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/30:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/35:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/40:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/45:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/5:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/50:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/55:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/60:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/65:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/70:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/75:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/80:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/85:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/90:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-800\/95:hover {
  --tw-shadow-color: rgb(7 89 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900:hover {
  --tw-shadow-color: #0c4a6e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/0:hover {
  --tw-shadow-color: rgb(12 74 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/10:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/100:hover {
  --tw-shadow-color: rgb(12 74 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/15:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/20:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/25:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/30:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/35:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/40:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/45:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/5:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/50:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/55:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/60:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/65:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/70:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/75:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/80:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/85:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/90:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-900\/95:hover {
  --tw-shadow-color: rgb(12 74 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950:hover {
  --tw-shadow-color: #082f49;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/0:hover {
  --tw-shadow-color: rgb(8 47 73 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/10:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/100:hover {
  --tw-shadow-color: rgb(8 47 73 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/15:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/20:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/25:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/30:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/35:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/40:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/45:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/5:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/50:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/55:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/60:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/65:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/70:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/75:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/80:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/85:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/90:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-sky-950\/95:hover {
  --tw-shadow-color: rgb(8 47 73 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100:hover {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/0:hover {
  --tw-shadow-color: rgb(241 245 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/10:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/100:hover {
  --tw-shadow-color: rgb(241 245 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/15:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/20:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/25:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/30:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/35:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/40:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/45:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/5:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/50:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/55:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/60:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/65:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/70:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/75:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/80:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/85:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/90:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-100\/95:hover {
  --tw-shadow-color: rgb(241 245 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200:hover {
  --tw-shadow-color: #e2e8f0;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/0:hover {
  --tw-shadow-color: rgb(226 232 240 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/10:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/100:hover {
  --tw-shadow-color: rgb(226 232 240 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/15:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/20:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/25:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/30:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/35:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/40:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/45:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/5:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/50:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/55:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/60:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/65:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/70:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/75:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/80:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/85:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/90:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-200\/95:hover {
  --tw-shadow-color: rgb(226 232 240 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300:hover {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/0:hover {
  --tw-shadow-color: rgb(203 213 225 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/10:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/100:hover {
  --tw-shadow-color: rgb(203 213 225 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/15:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/20:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/25:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/30:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/35:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/40:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/45:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/5:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/50:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/55:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/60:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/65:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/70:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/75:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/80:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/85:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/90:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-300\/95:hover {
  --tw-shadow-color: rgb(203 213 225 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400:hover {
  --tw-shadow-color: #94a3b8;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/0:hover {
  --tw-shadow-color: rgb(148 163 184 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/10:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/100:hover {
  --tw-shadow-color: rgb(148 163 184 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/15:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/20:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/25:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/30:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/35:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/40:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/45:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/5:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/50:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/55:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/60:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/65:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/70:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/75:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/80:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/85:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/90:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-400\/95:hover {
  --tw-shadow-color: rgb(148 163 184 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50:hover {
  --tw-shadow-color: #f8fafc;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/0:hover {
  --tw-shadow-color: rgb(248 250 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/10:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/100:hover {
  --tw-shadow-color: rgb(248 250 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/15:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/20:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/25:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/30:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/35:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/40:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/45:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/5:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/50:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/55:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/60:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/65:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/70:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/75:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/80:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/85:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/90:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-50\/95:hover {
  --tw-shadow-color: rgb(248 250 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500:hover {
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/0:hover {
  --tw-shadow-color: rgb(100 116 139 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/10:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/100:hover {
  --tw-shadow-color: rgb(100 116 139 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/15:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/20:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/25:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/30:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/35:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/40:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/45:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/5:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/50:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/55:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/60:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/65:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/70:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/75:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/80:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/85:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/90:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-500\/95:hover {
  --tw-shadow-color: rgb(100 116 139 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600:hover {
  --tw-shadow-color: #475569;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/0:hover {
  --tw-shadow-color: rgb(71 85 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/10:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/100:hover {
  --tw-shadow-color: rgb(71 85 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/15:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/20:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/25:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/30:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/35:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/40:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/45:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/5:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/50:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/55:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/60:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/65:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/70:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/75:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/80:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/85:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/90:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-600\/95:hover {
  --tw-shadow-color: rgb(71 85 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700:hover {
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/0:hover {
  --tw-shadow-color: rgb(51 65 85 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/10:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/100:hover {
  --tw-shadow-color: rgb(51 65 85 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/15:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/20:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/25:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/30:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/35:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/40:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/45:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/5:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/50:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/55:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/60:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/65:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/70:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/75:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/80:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/85:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/90:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-700\/95:hover {
  --tw-shadow-color: rgb(51 65 85 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800:hover {
  --tw-shadow-color: #1e293b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/0:hover {
  --tw-shadow-color: rgb(30 41 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/10:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/100:hover {
  --tw-shadow-color: rgb(30 41 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/15:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/20:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/25:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/30:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/35:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/40:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/45:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/5:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/50:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/55:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/60:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/65:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/70:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/75:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/80:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/85:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/90:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-800\/95:hover {
  --tw-shadow-color: rgb(30 41 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900:hover {
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/0:hover {
  --tw-shadow-color: rgb(15 23 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/10:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/100:hover {
  --tw-shadow-color: rgb(15 23 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/15:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/20:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/25:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/30:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/35:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/40:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/45:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/5:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/50:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/55:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/60:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/65:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/70:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/75:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/80:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/85:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/90:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-900\/95:hover {
  --tw-shadow-color: rgb(15 23 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950:hover {
  --tw-shadow-color: #020617;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/0:hover {
  --tw-shadow-color: rgb(2 6 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/10:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/100:hover {
  --tw-shadow-color: rgb(2 6 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/15:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/20:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/25:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/30:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/35:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/40:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/45:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/5:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/50:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/55:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/60:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/65:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/70:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/75:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/80:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/85:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/90:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-slate-950\/95:hover {
  --tw-shadow-color: rgb(2 6 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100:hover {
  --tw-shadow-color: #f5f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/0:hover {
  --tw-shadow-color: rgb(245 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/10:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/100:hover {
  --tw-shadow-color: rgb(245 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/15:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/20:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/25:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/30:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/35:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/40:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/45:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/5:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/50:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/55:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/60:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/65:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/70:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/75:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/80:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/85:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/90:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-100\/95:hover {
  --tw-shadow-color: rgb(245 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200:hover {
  --tw-shadow-color: #e7e5e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/0:hover {
  --tw-shadow-color: rgb(231 229 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/10:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/100:hover {
  --tw-shadow-color: rgb(231 229 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/15:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/20:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/25:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/30:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/35:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/40:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/45:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/5:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/50:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/55:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/60:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/65:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/70:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/75:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/80:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/85:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/90:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-200\/95:hover {
  --tw-shadow-color: rgb(231 229 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300:hover {
  --tw-shadow-color: #d6d3d1;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/0:hover {
  --tw-shadow-color: rgb(214 211 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/10:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/100:hover {
  --tw-shadow-color: rgb(214 211 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/15:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/20:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/25:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/30:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/35:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/40:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/45:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/5:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/50:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/55:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/60:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/65:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/70:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/75:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/80:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/85:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/90:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-300\/95:hover {
  --tw-shadow-color: rgb(214 211 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400:hover {
  --tw-shadow-color: #a8a29e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/0:hover {
  --tw-shadow-color: rgb(168 162 158 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/10:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/100:hover {
  --tw-shadow-color: rgb(168 162 158 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/15:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/20:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/25:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/30:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/35:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/40:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/45:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/5:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/50:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/55:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/60:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/65:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/70:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/75:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/80:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/85:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/90:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-400\/95:hover {
  --tw-shadow-color: rgb(168 162 158 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50:hover {
  --tw-shadow-color: #fafaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/0:hover {
  --tw-shadow-color: rgb(250 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/10:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/100:hover {
  --tw-shadow-color: rgb(250 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/15:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/20:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/25:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/30:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/35:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/40:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/45:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/5:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/50:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/55:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/60:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/65:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/70:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/75:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/80:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/85:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/90:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-50\/95:hover {
  --tw-shadow-color: rgb(250 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500:hover {
  --tw-shadow-color: #78716c;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/0:hover {
  --tw-shadow-color: rgb(120 113 108 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/10:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/100:hover {
  --tw-shadow-color: rgb(120 113 108 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/15:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/20:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/25:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/30:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/35:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/40:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/45:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/5:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/50:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/55:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/60:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/65:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/70:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/75:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/80:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/85:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/90:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-500\/95:hover {
  --tw-shadow-color: rgb(120 113 108 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600:hover {
  --tw-shadow-color: #57534e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/0:hover {
  --tw-shadow-color: rgb(87 83 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/10:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/100:hover {
  --tw-shadow-color: rgb(87 83 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/15:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/20:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/25:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/30:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/35:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/40:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/45:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/5:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/50:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/55:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/60:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/65:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/70:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/75:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/80:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/85:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/90:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-600\/95:hover {
  --tw-shadow-color: rgb(87 83 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700:hover {
  --tw-shadow-color: #44403c;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/0:hover {
  --tw-shadow-color: rgb(68 64 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/10:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/100:hover {
  --tw-shadow-color: rgb(68 64 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/15:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/20:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/25:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/30:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/35:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/40:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/45:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/5:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/50:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/55:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/60:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/65:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/70:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/75:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/80:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/85:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/90:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-700\/95:hover {
  --tw-shadow-color: rgb(68 64 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800:hover {
  --tw-shadow-color: #292524;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/0:hover {
  --tw-shadow-color: rgb(41 37 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/10:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/100:hover {
  --tw-shadow-color: rgb(41 37 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/15:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/20:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/25:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/30:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/35:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/40:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/45:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/5:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/50:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/55:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/60:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/65:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/70:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/75:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/80:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/85:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/90:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-800\/95:hover {
  --tw-shadow-color: rgb(41 37 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900:hover {
  --tw-shadow-color: #1c1917;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/0:hover {
  --tw-shadow-color: rgb(28 25 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/10:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/100:hover {
  --tw-shadow-color: rgb(28 25 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/15:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/20:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/25:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/30:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/35:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/40:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/45:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/5:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/50:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/55:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/60:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/65:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/70:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/75:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/80:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/85:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/90:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-900\/95:hover {
  --tw-shadow-color: rgb(28 25 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950:hover {
  --tw-shadow-color: #0c0a09;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/0:hover {
  --tw-shadow-color: rgb(12 10 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/10:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/100:hover {
  --tw-shadow-color: rgb(12 10 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/15:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/20:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/25:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/30:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/35:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/40:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/45:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/5:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/50:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/55:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/60:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/65:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/70:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/75:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/80:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/85:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/90:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-stone-950\/95:hover {
  --tw-shadow-color: rgb(12 10 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100:hover {
  --tw-shadow-color: #ccfbf1;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/0:hover {
  --tw-shadow-color: rgb(204 251 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/10:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/100:hover {
  --tw-shadow-color: rgb(204 251 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/15:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/20:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/25:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/30:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/35:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/40:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/45:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/5:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/50:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/55:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/60:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/65:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/70:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/75:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/80:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/85:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/90:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-100\/95:hover {
  --tw-shadow-color: rgb(204 251 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200:hover {
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/0:hover {
  --tw-shadow-color: rgb(153 246 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/10:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/100:hover {
  --tw-shadow-color: rgb(153 246 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/15:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/20:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/25:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/30:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/35:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/40:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/45:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/5:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/50:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/55:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/60:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/65:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/70:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/75:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/80:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/85:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/90:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-200\/95:hover {
  --tw-shadow-color: rgb(153 246 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300:hover {
  --tw-shadow-color: #5eead4;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/0:hover {
  --tw-shadow-color: rgb(94 234 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/10:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/100:hover {
  --tw-shadow-color: rgb(94 234 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/15:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/20:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/25:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/30:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/35:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/40:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/45:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/5:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/50:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/55:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/60:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/65:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/70:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/75:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/80:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/85:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/90:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-300\/95:hover {
  --tw-shadow-color: rgb(94 234 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400:hover {
  --tw-shadow-color: #2dd4bf;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/0:hover {
  --tw-shadow-color: rgb(45 212 191 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/10:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/100:hover {
  --tw-shadow-color: rgb(45 212 191 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/15:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/20:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/25:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/30:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/35:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/40:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/45:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/5:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/50:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/55:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/60:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/65:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/70:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/75:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/80:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/85:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/90:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-400\/95:hover {
  --tw-shadow-color: rgb(45 212 191 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50:hover {
  --tw-shadow-color: #f0fdfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/0:hover {
  --tw-shadow-color: rgb(240 253 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/10:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/100:hover {
  --tw-shadow-color: rgb(240 253 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/15:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/20:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/25:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/30:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/35:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/40:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/45:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/5:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/50:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/55:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/60:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/65:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/70:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/75:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/80:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/85:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/90:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-50\/95:hover {
  --tw-shadow-color: rgb(240 253 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500:hover {
  --tw-shadow-color: #14b8a6;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/0:hover {
  --tw-shadow-color: rgb(20 184 166 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/10:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/100:hover {
  --tw-shadow-color: rgb(20 184 166 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/15:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/20:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/25:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/30:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/35:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/40:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/45:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/5:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/50:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/55:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/60:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/65:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/70:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/75:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/80:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/85:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/90:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-500\/95:hover {
  --tw-shadow-color: rgb(20 184 166 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600:hover {
  --tw-shadow-color: #0d9488;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/0:hover {
  --tw-shadow-color: rgb(13 148 136 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/10:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/100:hover {
  --tw-shadow-color: rgb(13 148 136 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/15:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/20:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/25:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/30:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/35:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/40:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/45:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/5:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/50:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/55:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/60:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/65:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/70:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/75:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/80:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/85:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/90:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-600\/95:hover {
  --tw-shadow-color: rgb(13 148 136 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700:hover {
  --tw-shadow-color: #0f766e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/0:hover {
  --tw-shadow-color: rgb(15 118 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/10:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/100:hover {
  --tw-shadow-color: rgb(15 118 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/15:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/20:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/25:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/30:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/35:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/40:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/45:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/5:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/50:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/55:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/60:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/65:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/70:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/75:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/80:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/85:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/90:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-700\/95:hover {
  --tw-shadow-color: rgb(15 118 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800:hover {
  --tw-shadow-color: #115e59;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/0:hover {
  --tw-shadow-color: rgb(17 94 89 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/10:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/100:hover {
  --tw-shadow-color: rgb(17 94 89 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/15:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/20:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/25:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/30:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/35:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/40:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/45:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/5:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/50:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/55:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/60:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/65:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/70:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/75:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/80:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/85:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/90:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-800\/95:hover {
  --tw-shadow-color: rgb(17 94 89 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900:hover {
  --tw-shadow-color: #134e4a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/0:hover {
  --tw-shadow-color: rgb(19 78 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/10:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/100:hover {
  --tw-shadow-color: rgb(19 78 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/15:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/20:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/25:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/30:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/35:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/40:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/45:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/5:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/50:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/55:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/60:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/65:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/70:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/75:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/80:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/85:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/90:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-900\/95:hover {
  --tw-shadow-color: rgb(19 78 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950:hover {
  --tw-shadow-color: #042f2e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/0:hover {
  --tw-shadow-color: rgb(4 47 46 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/10:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/100:hover {
  --tw-shadow-color: rgb(4 47 46 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/15:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/20:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/25:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/30:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/35:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/40:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/45:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/5:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/50:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/55:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/60:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/65:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/70:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/75:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/80:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/85:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/90:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-teal-950\/95:hover {
  --tw-shadow-color: rgb(4 47 46 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent:hover {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/0:hover {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/10:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/100:hover {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/15:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/20:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/25:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/30:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/35:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/40:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/45:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/5:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/50:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/55:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/60:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/65:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/70:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/75:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/80:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/85:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/90:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-transparent\/95:hover {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100:hover {
  --tw-shadow-color: #ede9fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/0:hover {
  --tw-shadow-color: rgb(237 233 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/10:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/100:hover {
  --tw-shadow-color: rgb(237 233 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/15:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/20:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/25:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/30:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/35:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/40:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/45:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/5:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/50:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/55:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/60:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/65:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/70:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/75:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/80:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/85:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/90:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-100\/95:hover {
  --tw-shadow-color: rgb(237 233 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200:hover {
  --tw-shadow-color: #ddd6fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/0:hover {
  --tw-shadow-color: rgb(221 214 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/10:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/100:hover {
  --tw-shadow-color: rgb(221 214 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/15:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/20:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/25:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/30:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/35:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/40:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/45:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/5:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/50:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/55:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/60:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/65:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/70:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/75:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/80:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/85:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/90:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-200\/95:hover {
  --tw-shadow-color: rgb(221 214 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300:hover {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/0:hover {
  --tw-shadow-color: rgb(196 181 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/10:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/100:hover {
  --tw-shadow-color: rgb(196 181 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/15:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/20:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/25:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/30:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/35:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/40:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/45:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/5:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/50:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/55:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/60:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/65:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/70:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/75:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/80:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/85:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/90:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-300\/95:hover {
  --tw-shadow-color: rgb(196 181 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400:hover {
  --tw-shadow-color: #a78bfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/0:hover {
  --tw-shadow-color: rgb(167 139 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/10:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/100:hover {
  --tw-shadow-color: rgb(167 139 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/15:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/20:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/25:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/30:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/35:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/40:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/45:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/5:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/50:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/55:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/60:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/65:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/70:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/75:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/80:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/85:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/90:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-400\/95:hover {
  --tw-shadow-color: rgb(167 139 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50:hover {
  --tw-shadow-color: #f5f3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/0:hover {
  --tw-shadow-color: rgb(245 243 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/10:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/100:hover {
  --tw-shadow-color: rgb(245 243 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/15:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/20:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/25:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/30:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/35:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/40:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/45:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/5:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/50:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/55:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/60:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/65:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/70:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/75:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/80:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/85:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/90:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-50\/95:hover {
  --tw-shadow-color: rgb(245 243 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500:hover {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/0:hover {
  --tw-shadow-color: rgb(139 92 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/10:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/100:hover {
  --tw-shadow-color: rgb(139 92 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/15:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/20:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/25:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/30:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/35:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/40:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/45:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/5:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/50:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/55:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/60:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/65:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/70:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/75:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/80:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/85:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/90:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-500\/95:hover {
  --tw-shadow-color: rgb(139 92 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600:hover {
  --tw-shadow-color: #7c3aed;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/0:hover {
  --tw-shadow-color: rgb(124 58 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/10:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/100:hover {
  --tw-shadow-color: rgb(124 58 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/15:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/20:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/25:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/30:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/35:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/40:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/45:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/5:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/50:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/55:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/60:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/65:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/70:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/75:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/80:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/85:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/90:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-600\/95:hover {
  --tw-shadow-color: rgb(124 58 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700:hover {
  --tw-shadow-color: #6d28d9;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/0:hover {
  --tw-shadow-color: rgb(109 40 217 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/10:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/100:hover {
  --tw-shadow-color: rgb(109 40 217 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/15:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/20:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/25:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/30:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/35:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/40:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/45:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/5:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/50:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/55:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/60:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/65:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/70:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/75:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/80:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/85:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/90:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-700\/95:hover {
  --tw-shadow-color: rgb(109 40 217 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800:hover {
  --tw-shadow-color: #5b21b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/0:hover {
  --tw-shadow-color: rgb(91 33 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/10:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/100:hover {
  --tw-shadow-color: rgb(91 33 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/15:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/20:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/25:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/30:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/35:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/40:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/45:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/5:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/50:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/55:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/60:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/65:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/70:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/75:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/80:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/85:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/90:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-800\/95:hover {
  --tw-shadow-color: rgb(91 33 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900:hover {
  --tw-shadow-color: #4c1d95;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/0:hover {
  --tw-shadow-color: rgb(76 29 149 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/10:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/100:hover {
  --tw-shadow-color: rgb(76 29 149 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/15:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/20:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/25:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/30:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/35:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/40:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/45:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/5:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/50:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/55:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/60:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/65:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/70:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/75:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/80:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/85:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/90:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-900\/95:hover {
  --tw-shadow-color: rgb(76 29 149 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950:hover {
  --tw-shadow-color: #2e1065;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/0:hover {
  --tw-shadow-color: rgb(46 16 101 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/10:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/100:hover {
  --tw-shadow-color: rgb(46 16 101 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/15:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/20:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/25:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/30:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/35:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/40:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/45:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/5:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/50:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/55:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/60:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/65:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/70:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/75:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/80:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/85:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/90:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-violet-950\/95:hover {
  --tw-shadow-color: rgb(46 16 101 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white:hover {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/0:hover {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/10:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/100:hover {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/15:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/20:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/25:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/30:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/35:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/40:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/45:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/5:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/50:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/55:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/60:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/65:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/70:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/75:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/80:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/85:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/90:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-white\/95:hover {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100:hover {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/0:hover {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/10:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/100:hover {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/15:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/20:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/25:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/30:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/35:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/40:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/45:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/5:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/50:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/55:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/60:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/65:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/70:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/75:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/80:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/85:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/90:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-100\/95:hover {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200:hover {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/0:hover {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/10:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/100:hover {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/15:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/20:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/25:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/30:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/35:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/40:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/45:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/5:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/50:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/55:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/60:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/65:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/70:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/75:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/80:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/85:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/90:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-200\/95:hover {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300:hover {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/0:hover {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/10:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/100:hover {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/15:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/20:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/25:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/30:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/35:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/40:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/45:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/5:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/50:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/55:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/60:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/65:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/70:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/75:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/80:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/85:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/90:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-300\/95:hover {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400:hover {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/0:hover {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/10:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/100:hover {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/15:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/20:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/25:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/30:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/35:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/40:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/45:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/5:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/50:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/55:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/60:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/65:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/70:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/75:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/80:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/85:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/90:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-400\/95:hover {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50:hover {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/0:hover {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/10:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/100:hover {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/15:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/20:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/25:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/30:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/35:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/40:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/45:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/5:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/50:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/55:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/60:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/65:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/70:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/75:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/80:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/85:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/90:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-50\/95:hover {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500:hover {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/0:hover {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/10:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/100:hover {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/15:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/20:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/25:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/30:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/35:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/40:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/45:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/5:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/50:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/55:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/60:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/65:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/70:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/75:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/80:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/85:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/90:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-500\/95:hover {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600:hover {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/0:hover {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/10:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/100:hover {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/15:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/20:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/25:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/30:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/35:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/40:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/45:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/5:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/50:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/55:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/60:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/65:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/70:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/75:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/80:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/85:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/90:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-600\/95:hover {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700:hover {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/0:hover {
  --tw-shadow-color: rgb(161 98 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/10:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/100:hover {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/15:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/20:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/25:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/30:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/35:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/40:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/45:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/5:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/50:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/55:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/60:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/65:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/70:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/75:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/80:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/85:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/90:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-700\/95:hover {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800:hover {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/0:hover {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/10:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/100:hover {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/15:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/20:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/25:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/30:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/35:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/40:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/45:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/5:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/50:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/55:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/60:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/65:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/70:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/75:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/80:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/85:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/90:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-800\/95:hover {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900:hover {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/0:hover {
  --tw-shadow-color: rgb(113 63 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/10:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/100:hover {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/15:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/20:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/25:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/30:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/35:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/40:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/45:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/5:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/50:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/55:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/60:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/65:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/70:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/75:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/80:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/85:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/90:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-900\/95:hover {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950:hover {
  --tw-shadow-color: #422006;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/0:hover {
  --tw-shadow-color: rgb(66 32 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/10:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/100:hover {
  --tw-shadow-color: rgb(66 32 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/15:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/20:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/25:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/30:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/35:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/40:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/45:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/5:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/50:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/55:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/60:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/65:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/70:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/75:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/80:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/85:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/90:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-yellow-950\/95:hover {
  --tw-shadow-color: rgb(66 32 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100:hover {
  --tw-shadow-color: #f4f4f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/0:hover {
  --tw-shadow-color: rgb(244 244 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/10:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/100:hover {
  --tw-shadow-color: rgb(244 244 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/15:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/20:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/25:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/30:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/35:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/40:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/45:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/5:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/50:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/55:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/60:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/65:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/70:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/75:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/80:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/85:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/90:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-100\/95:hover {
  --tw-shadow-color: rgb(244 244 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200:hover {
  --tw-shadow-color: #e4e4e7;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/0:hover {
  --tw-shadow-color: rgb(228 228 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/10:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/100:hover {
  --tw-shadow-color: rgb(228 228 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/15:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/20:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/25:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/30:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/35:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/40:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/45:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/5:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/50:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/55:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/60:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/65:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/70:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/75:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/80:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/85:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/90:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-200\/95:hover {
  --tw-shadow-color: rgb(228 228 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300:hover {
  --tw-shadow-color: #d4d4d8;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/0:hover {
  --tw-shadow-color: rgb(212 212 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/10:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/100:hover {
  --tw-shadow-color: rgb(212 212 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/15:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/20:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/25:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/30:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/35:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/40:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/45:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/5:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/50:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/55:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/60:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/65:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/70:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/75:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/80:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/85:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/90:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-300\/95:hover {
  --tw-shadow-color: rgb(212 212 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400:hover {
  --tw-shadow-color: #a1a1aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/0:hover {
  --tw-shadow-color: rgb(161 161 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/10:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/100:hover {
  --tw-shadow-color: rgb(161 161 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/15:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/20:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/25:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/30:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/35:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/40:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/45:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/5:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/50:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/55:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/60:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/65:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/70:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/75:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/80:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/85:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/90:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-400\/95:hover {
  --tw-shadow-color: rgb(161 161 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50:hover {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/0:hover {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/10:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/100:hover {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/15:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/20:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/25:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/30:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/35:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/40:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/45:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/5:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/50:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/55:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/60:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/65:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/70:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/75:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/80:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/85:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/90:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-50\/95:hover {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500:hover {
  --tw-shadow-color: #71717a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/0:hover {
  --tw-shadow-color: rgb(113 113 122 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/10:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/100:hover {
  --tw-shadow-color: rgb(113 113 122 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/15:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/20:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/25:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/30:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/35:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/40:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/45:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/5:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/50:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/55:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/60:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/65:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/70:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/75:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/80:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/85:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/90:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-500\/95:hover {
  --tw-shadow-color: rgb(113 113 122 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600:hover {
  --tw-shadow-color: #52525b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/0:hover {
  --tw-shadow-color: rgb(82 82 91 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/10:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/100:hover {
  --tw-shadow-color: rgb(82 82 91 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/15:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/20:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/25:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/30:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/35:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/40:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/45:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/5:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/50:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/55:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/60:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/65:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/70:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/75:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/80:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/85:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/90:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-600\/95:hover {
  --tw-shadow-color: rgb(82 82 91 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700:hover {
  --tw-shadow-color: #3f3f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/0:hover {
  --tw-shadow-color: rgb(63 63 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/10:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/100:hover {
  --tw-shadow-color: rgb(63 63 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/15:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/20:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/25:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/30:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/35:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/40:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/45:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/5:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/50:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/55:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/60:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/65:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/70:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/75:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/80:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/85:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/90:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-700\/95:hover {
  --tw-shadow-color: rgb(63 63 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800:hover {
  --tw-shadow-color: #27272a;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/0:hover {
  --tw-shadow-color: rgb(39 39 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/10:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/100:hover {
  --tw-shadow-color: rgb(39 39 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/15:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/20:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/25:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/30:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/35:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/40:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/45:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/5:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/50:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/55:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/60:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/65:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/70:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/75:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/80:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/85:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/90:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-800\/95:hover {
  --tw-shadow-color: rgb(39 39 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900:hover {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/0:hover {
  --tw-shadow-color: rgb(24 24 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/10:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/100:hover {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/15:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/20:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/25:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/30:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/35:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/40:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/45:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/5:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/50:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/55:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/60:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/65:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/70:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/75:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/80:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/85:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/90:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-900\/95:hover {
  --tw-shadow-color: rgb(24 24 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950:hover {
  --tw-shadow-color: #09090b;
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/0:hover {
  --tw-shadow-color: rgb(9 9 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/10:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/100:hover {
  --tw-shadow-color: rgb(9 9 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/15:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/20:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/25:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/30:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/35:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/40:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/45:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/5:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/50:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/55:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/60:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/65:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/70:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/75:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/80:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/85:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/90:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:shadow-zinc-950\/95:hover {
  --tw-shadow-color: rgb(9 9 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:ring-accent-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(235 251 203 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-100\/0:hover {
  --tw-ring-color: rgb(235 251 203 / 0);
}

.hover\:ring-accent-100\/10:hover {
  --tw-ring-color: rgb(235 251 203 / 0.1);
}

.hover\:ring-accent-100\/100:hover {
  --tw-ring-color: rgb(235 251 203 / 1);
}

.hover\:ring-accent-100\/15:hover {
  --tw-ring-color: rgb(235 251 203 / 0.15);
}

.hover\:ring-accent-100\/20:hover {
  --tw-ring-color: rgb(235 251 203 / 0.2);
}

.hover\:ring-accent-100\/25:hover {
  --tw-ring-color: rgb(235 251 203 / 0.25);
}

.hover\:ring-accent-100\/30:hover {
  --tw-ring-color: rgb(235 251 203 / 0.3);
}

.hover\:ring-accent-100\/35:hover {
  --tw-ring-color: rgb(235 251 203 / 0.35);
}

.hover\:ring-accent-100\/40:hover {
  --tw-ring-color: rgb(235 251 203 / 0.4);
}

.hover\:ring-accent-100\/45:hover {
  --tw-ring-color: rgb(235 251 203 / 0.45);
}

.hover\:ring-accent-100\/5:hover {
  --tw-ring-color: rgb(235 251 203 / 0.05);
}

.hover\:ring-accent-100\/50:hover {
  --tw-ring-color: rgb(235 251 203 / 0.5);
}

.hover\:ring-accent-100\/55:hover {
  --tw-ring-color: rgb(235 251 203 / 0.55);
}

.hover\:ring-accent-100\/60:hover {
  --tw-ring-color: rgb(235 251 203 / 0.6);
}

.hover\:ring-accent-100\/65:hover {
  --tw-ring-color: rgb(235 251 203 / 0.65);
}

.hover\:ring-accent-100\/70:hover {
  --tw-ring-color: rgb(235 251 203 / 0.7);
}

.hover\:ring-accent-100\/75:hover {
  --tw-ring-color: rgb(235 251 203 / 0.75);
}

.hover\:ring-accent-100\/80:hover {
  --tw-ring-color: rgb(235 251 203 / 0.8);
}

.hover\:ring-accent-100\/85:hover {
  --tw-ring-color: rgb(235 251 203 / 0.85);
}

.hover\:ring-accent-100\/90:hover {
  --tw-ring-color: rgb(235 251 203 / 0.9);
}

.hover\:ring-accent-100\/95:hover {
  --tw-ring-color: rgb(235 251 203 / 0.95);
}

.hover\:ring-accent-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 246 154 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-200\/0:hover {
  --tw-ring-color: rgb(216 246 154 / 0);
}

.hover\:ring-accent-200\/10:hover {
  --tw-ring-color: rgb(216 246 154 / 0.1);
}

.hover\:ring-accent-200\/100:hover {
  --tw-ring-color: rgb(216 246 154 / 1);
}

.hover\:ring-accent-200\/15:hover {
  --tw-ring-color: rgb(216 246 154 / 0.15);
}

.hover\:ring-accent-200\/20:hover {
  --tw-ring-color: rgb(216 246 154 / 0.2);
}

.hover\:ring-accent-200\/25:hover {
  --tw-ring-color: rgb(216 246 154 / 0.25);
}

.hover\:ring-accent-200\/30:hover {
  --tw-ring-color: rgb(216 246 154 / 0.3);
}

.hover\:ring-accent-200\/35:hover {
  --tw-ring-color: rgb(216 246 154 / 0.35);
}

.hover\:ring-accent-200\/40:hover {
  --tw-ring-color: rgb(216 246 154 / 0.4);
}

.hover\:ring-accent-200\/45:hover {
  --tw-ring-color: rgb(216 246 154 / 0.45);
}

.hover\:ring-accent-200\/5:hover {
  --tw-ring-color: rgb(216 246 154 / 0.05);
}

.hover\:ring-accent-200\/50:hover {
  --tw-ring-color: rgb(216 246 154 / 0.5);
}

.hover\:ring-accent-200\/55:hover {
  --tw-ring-color: rgb(216 246 154 / 0.55);
}

.hover\:ring-accent-200\/60:hover {
  --tw-ring-color: rgb(216 246 154 / 0.6);
}

.hover\:ring-accent-200\/65:hover {
  --tw-ring-color: rgb(216 246 154 / 0.65);
}

.hover\:ring-accent-200\/70:hover {
  --tw-ring-color: rgb(216 246 154 / 0.7);
}

.hover\:ring-accent-200\/75:hover {
  --tw-ring-color: rgb(216 246 154 / 0.75);
}

.hover\:ring-accent-200\/80:hover {
  --tw-ring-color: rgb(216 246 154 / 0.8);
}

.hover\:ring-accent-200\/85:hover {
  --tw-ring-color: rgb(216 246 154 / 0.85);
}

.hover\:ring-accent-200\/90:hover {
  --tw-ring-color: rgb(216 246 154 / 0.9);
}

.hover\:ring-accent-200\/95:hover {
  --tw-ring-color: rgb(216 246 154 / 0.95);
}

.hover\:ring-accent-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 240 120 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-300\/0:hover {
  --tw-ring-color: rgb(196 240 120 / 0);
}

.hover\:ring-accent-300\/10:hover {
  --tw-ring-color: rgb(196 240 120 / 0.1);
}

.hover\:ring-accent-300\/100:hover {
  --tw-ring-color: rgb(196 240 120 / 1);
}

.hover\:ring-accent-300\/15:hover {
  --tw-ring-color: rgb(196 240 120 / 0.15);
}

.hover\:ring-accent-300\/20:hover {
  --tw-ring-color: rgb(196 240 120 / 0.2);
}

.hover\:ring-accent-300\/25:hover {
  --tw-ring-color: rgb(196 240 120 / 0.25);
}

.hover\:ring-accent-300\/30:hover {
  --tw-ring-color: rgb(196 240 120 / 0.3);
}

.hover\:ring-accent-300\/35:hover {
  --tw-ring-color: rgb(196 240 120 / 0.35);
}

.hover\:ring-accent-300\/40:hover {
  --tw-ring-color: rgb(196 240 120 / 0.4);
}

.hover\:ring-accent-300\/45:hover {
  --tw-ring-color: rgb(196 240 120 / 0.45);
}

.hover\:ring-accent-300\/5:hover {
  --tw-ring-color: rgb(196 240 120 / 0.05);
}

.hover\:ring-accent-300\/50:hover {
  --tw-ring-color: rgb(196 240 120 / 0.5);
}

.hover\:ring-accent-300\/55:hover {
  --tw-ring-color: rgb(196 240 120 / 0.55);
}

.hover\:ring-accent-300\/60:hover {
  --tw-ring-color: rgb(196 240 120 / 0.6);
}

.hover\:ring-accent-300\/65:hover {
  --tw-ring-color: rgb(196 240 120 / 0.65);
}

.hover\:ring-accent-300\/70:hover {
  --tw-ring-color: rgb(196 240 120 / 0.7);
}

.hover\:ring-accent-300\/75:hover {
  --tw-ring-color: rgb(196 240 120 / 0.75);
}

.hover\:ring-accent-300\/80:hover {
  --tw-ring-color: rgb(196 240 120 / 0.8);
}

.hover\:ring-accent-300\/85:hover {
  --tw-ring-color: rgb(196 240 120 / 0.85);
}

.hover\:ring-accent-300\/90:hover {
  --tw-ring-color: rgb(196 240 120 / 0.9);
}

.hover\:ring-accent-300\/95:hover {
  --tw-ring-color: rgb(196 240 120 / 0.95);
}

.hover\:ring-accent-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 237 104 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-400\/0:hover {
  --tw-ring-color: rgb(183 237 104 / 0);
}

.hover\:ring-accent-400\/10:hover {
  --tw-ring-color: rgb(183 237 104 / 0.1);
}

.hover\:ring-accent-400\/100:hover {
  --tw-ring-color: rgb(183 237 104 / 1);
}

.hover\:ring-accent-400\/15:hover {
  --tw-ring-color: rgb(183 237 104 / 0.15);
}

.hover\:ring-accent-400\/20:hover {
  --tw-ring-color: rgb(183 237 104 / 0.2);
}

.hover\:ring-accent-400\/25:hover {
  --tw-ring-color: rgb(183 237 104 / 0.25);
}

.hover\:ring-accent-400\/30:hover {
  --tw-ring-color: rgb(183 237 104 / 0.3);
}

.hover\:ring-accent-400\/35:hover {
  --tw-ring-color: rgb(183 237 104 / 0.35);
}

.hover\:ring-accent-400\/40:hover {
  --tw-ring-color: rgb(183 237 104 / 0.4);
}

.hover\:ring-accent-400\/45:hover {
  --tw-ring-color: rgb(183 237 104 / 0.45);
}

.hover\:ring-accent-400\/5:hover {
  --tw-ring-color: rgb(183 237 104 / 0.05);
}

.hover\:ring-accent-400\/50:hover {
  --tw-ring-color: rgb(183 237 104 / 0.5);
}

.hover\:ring-accent-400\/55:hover {
  --tw-ring-color: rgb(183 237 104 / 0.55);
}

.hover\:ring-accent-400\/60:hover {
  --tw-ring-color: rgb(183 237 104 / 0.6);
}

.hover\:ring-accent-400\/65:hover {
  --tw-ring-color: rgb(183 237 104 / 0.65);
}

.hover\:ring-accent-400\/70:hover {
  --tw-ring-color: rgb(183 237 104 / 0.7);
}

.hover\:ring-accent-400\/75:hover {
  --tw-ring-color: rgb(183 237 104 / 0.75);
}

.hover\:ring-accent-400\/80:hover {
  --tw-ring-color: rgb(183 237 104 / 0.8);
}

.hover\:ring-accent-400\/85:hover {
  --tw-ring-color: rgb(183 237 104 / 0.85);
}

.hover\:ring-accent-400\/90:hover {
  --tw-ring-color: rgb(183 237 104 / 0.9);
}

.hover\:ring-accent-400\/95:hover {
  --tw-ring-color: rgb(183 237 104 / 0.95);
}

.hover\:ring-accent-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 253 235 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-50\/0:hover {
  --tw-ring-color: rgb(247 253 235 / 0);
}

.hover\:ring-accent-50\/10:hover {
  --tw-ring-color: rgb(247 253 235 / 0.1);
}

.hover\:ring-accent-50\/100:hover {
  --tw-ring-color: rgb(247 253 235 / 1);
}

.hover\:ring-accent-50\/15:hover {
  --tw-ring-color: rgb(247 253 235 / 0.15);
}

.hover\:ring-accent-50\/20:hover {
  --tw-ring-color: rgb(247 253 235 / 0.2);
}

.hover\:ring-accent-50\/25:hover {
  --tw-ring-color: rgb(247 253 235 / 0.25);
}

.hover\:ring-accent-50\/30:hover {
  --tw-ring-color: rgb(247 253 235 / 0.3);
}

.hover\:ring-accent-50\/35:hover {
  --tw-ring-color: rgb(247 253 235 / 0.35);
}

.hover\:ring-accent-50\/40:hover {
  --tw-ring-color: rgb(247 253 235 / 0.4);
}

.hover\:ring-accent-50\/45:hover {
  --tw-ring-color: rgb(247 253 235 / 0.45);
}

.hover\:ring-accent-50\/5:hover {
  --tw-ring-color: rgb(247 253 235 / 0.05);
}

.hover\:ring-accent-50\/50:hover {
  --tw-ring-color: rgb(247 253 235 / 0.5);
}

.hover\:ring-accent-50\/55:hover {
  --tw-ring-color: rgb(247 253 235 / 0.55);
}

.hover\:ring-accent-50\/60:hover {
  --tw-ring-color: rgb(247 253 235 / 0.6);
}

.hover\:ring-accent-50\/65:hover {
  --tw-ring-color: rgb(247 253 235 / 0.65);
}

.hover\:ring-accent-50\/70:hover {
  --tw-ring-color: rgb(247 253 235 / 0.7);
}

.hover\:ring-accent-50\/75:hover {
  --tw-ring-color: rgb(247 253 235 / 0.75);
}

.hover\:ring-accent-50\/80:hover {
  --tw-ring-color: rgb(247 253 235 / 0.8);
}

.hover\:ring-accent-50\/85:hover {
  --tw-ring-color: rgb(247 253 235 / 0.85);
}

.hover\:ring-accent-50\/90:hover {
  --tw-ring-color: rgb(247 253 235 / 0.9);
}

.hover\:ring-accent-50\/95:hover {
  --tw-ring-color: rgb(247 253 235 / 0.95);
}

.hover\:ring-accent-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(174 235 96 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-500\/0:hover {
  --tw-ring-color: rgb(174 235 96 / 0);
}

.hover\:ring-accent-500\/10:hover {
  --tw-ring-color: rgb(174 235 96 / 0.1);
}

.hover\:ring-accent-500\/100:hover {
  --tw-ring-color: rgb(174 235 96 / 1);
}

.hover\:ring-accent-500\/15:hover {
  --tw-ring-color: rgb(174 235 96 / 0.15);
}

.hover\:ring-accent-500\/20:hover {
  --tw-ring-color: rgb(174 235 96 / 0.2);
}

.hover\:ring-accent-500\/25:hover {
  --tw-ring-color: rgb(174 235 96 / 0.25);
}

.hover\:ring-accent-500\/30:hover {
  --tw-ring-color: rgb(174 235 96 / 0.3);
}

.hover\:ring-accent-500\/35:hover {
  --tw-ring-color: rgb(174 235 96 / 0.35);
}

.hover\:ring-accent-500\/40:hover {
  --tw-ring-color: rgb(174 235 96 / 0.4);
}

.hover\:ring-accent-500\/45:hover {
  --tw-ring-color: rgb(174 235 96 / 0.45);
}

.hover\:ring-accent-500\/5:hover {
  --tw-ring-color: rgb(174 235 96 / 0.05);
}

.hover\:ring-accent-500\/50:hover {
  --tw-ring-color: rgb(174 235 96 / 0.5);
}

.hover\:ring-accent-500\/55:hover {
  --tw-ring-color: rgb(174 235 96 / 0.55);
}

.hover\:ring-accent-500\/60:hover {
  --tw-ring-color: rgb(174 235 96 / 0.6);
}

.hover\:ring-accent-500\/65:hover {
  --tw-ring-color: rgb(174 235 96 / 0.65);
}

.hover\:ring-accent-500\/70:hover {
  --tw-ring-color: rgb(174 235 96 / 0.7);
}

.hover\:ring-accent-500\/75:hover {
  --tw-ring-color: rgb(174 235 96 / 0.75);
}

.hover\:ring-accent-500\/80:hover {
  --tw-ring-color: rgb(174 235 96 / 0.8);
}

.hover\:ring-accent-500\/85:hover {
  --tw-ring-color: rgb(174 235 96 / 0.85);
}

.hover\:ring-accent-500\/90:hover {
  --tw-ring-color: rgb(174 235 96 / 0.9);
}

.hover\:ring-accent-500\/95:hover {
  --tw-ring-color: rgb(174 235 96 / 0.95);
}

.hover\:ring-accent-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 201 48 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-600\/0:hover {
  --tw-ring-color: rgb(130 201 48 / 0);
}

.hover\:ring-accent-600\/10:hover {
  --tw-ring-color: rgb(130 201 48 / 0.1);
}

.hover\:ring-accent-600\/100:hover {
  --tw-ring-color: rgb(130 201 48 / 1);
}

.hover\:ring-accent-600\/15:hover {
  --tw-ring-color: rgb(130 201 48 / 0.15);
}

.hover\:ring-accent-600\/20:hover {
  --tw-ring-color: rgb(130 201 48 / 0.2);
}

.hover\:ring-accent-600\/25:hover {
  --tw-ring-color: rgb(130 201 48 / 0.25);
}

.hover\:ring-accent-600\/30:hover {
  --tw-ring-color: rgb(130 201 48 / 0.3);
}

.hover\:ring-accent-600\/35:hover {
  --tw-ring-color: rgb(130 201 48 / 0.35);
}

.hover\:ring-accent-600\/40:hover {
  --tw-ring-color: rgb(130 201 48 / 0.4);
}

.hover\:ring-accent-600\/45:hover {
  --tw-ring-color: rgb(130 201 48 / 0.45);
}

.hover\:ring-accent-600\/5:hover {
  --tw-ring-color: rgb(130 201 48 / 0.05);
}

.hover\:ring-accent-600\/50:hover {
  --tw-ring-color: rgb(130 201 48 / 0.5);
}

.hover\:ring-accent-600\/55:hover {
  --tw-ring-color: rgb(130 201 48 / 0.55);
}

.hover\:ring-accent-600\/60:hover {
  --tw-ring-color: rgb(130 201 48 / 0.6);
}

.hover\:ring-accent-600\/65:hover {
  --tw-ring-color: rgb(130 201 48 / 0.65);
}

.hover\:ring-accent-600\/70:hover {
  --tw-ring-color: rgb(130 201 48 / 0.7);
}

.hover\:ring-accent-600\/75:hover {
  --tw-ring-color: rgb(130 201 48 / 0.75);
}

.hover\:ring-accent-600\/80:hover {
  --tw-ring-color: rgb(130 201 48 / 0.8);
}

.hover\:ring-accent-600\/85:hover {
  --tw-ring-color: rgb(130 201 48 / 0.85);
}

.hover\:ring-accent-600\/90:hover {
  --tw-ring-color: rgb(130 201 48 / 0.9);
}

.hover\:ring-accent-600\/95:hover {
  --tw-ring-color: rgb(130 201 48 / 0.95);
}

.hover\:ring-accent-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 161 31 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-700\/0:hover {
  --tw-ring-color: rgb(97 161 31 / 0);
}

.hover\:ring-accent-700\/10:hover {
  --tw-ring-color: rgb(97 161 31 / 0.1);
}

.hover\:ring-accent-700\/100:hover {
  --tw-ring-color: rgb(97 161 31 / 1);
}

.hover\:ring-accent-700\/15:hover {
  --tw-ring-color: rgb(97 161 31 / 0.15);
}

.hover\:ring-accent-700\/20:hover {
  --tw-ring-color: rgb(97 161 31 / 0.2);
}

.hover\:ring-accent-700\/25:hover {
  --tw-ring-color: rgb(97 161 31 / 0.25);
}

.hover\:ring-accent-700\/30:hover {
  --tw-ring-color: rgb(97 161 31 / 0.3);
}

.hover\:ring-accent-700\/35:hover {
  --tw-ring-color: rgb(97 161 31 / 0.35);
}

.hover\:ring-accent-700\/40:hover {
  --tw-ring-color: rgb(97 161 31 / 0.4);
}

.hover\:ring-accent-700\/45:hover {
  --tw-ring-color: rgb(97 161 31 / 0.45);
}

.hover\:ring-accent-700\/5:hover {
  --tw-ring-color: rgb(97 161 31 / 0.05);
}

.hover\:ring-accent-700\/50:hover {
  --tw-ring-color: rgb(97 161 31 / 0.5);
}

.hover\:ring-accent-700\/55:hover {
  --tw-ring-color: rgb(97 161 31 / 0.55);
}

.hover\:ring-accent-700\/60:hover {
  --tw-ring-color: rgb(97 161 31 / 0.6);
}

.hover\:ring-accent-700\/65:hover {
  --tw-ring-color: rgb(97 161 31 / 0.65);
}

.hover\:ring-accent-700\/70:hover {
  --tw-ring-color: rgb(97 161 31 / 0.7);
}

.hover\:ring-accent-700\/75:hover {
  --tw-ring-color: rgb(97 161 31 / 0.75);
}

.hover\:ring-accent-700\/80:hover {
  --tw-ring-color: rgb(97 161 31 / 0.8);
}

.hover\:ring-accent-700\/85:hover {
  --tw-ring-color: rgb(97 161 31 / 0.85);
}

.hover\:ring-accent-700\/90:hover {
  --tw-ring-color: rgb(97 161 31 / 0.9);
}

.hover\:ring-accent-700\/95:hover {
  --tw-ring-color: rgb(97 161 31 / 0.95);
}

.hover\:ring-accent-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 126 32 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-800\/0:hover {
  --tw-ring-color: rgb(78 126 32 / 0);
}

.hover\:ring-accent-800\/10:hover {
  --tw-ring-color: rgb(78 126 32 / 0.1);
}

.hover\:ring-accent-800\/100:hover {
  --tw-ring-color: rgb(78 126 32 / 1);
}

.hover\:ring-accent-800\/15:hover {
  --tw-ring-color: rgb(78 126 32 / 0.15);
}

.hover\:ring-accent-800\/20:hover {
  --tw-ring-color: rgb(78 126 32 / 0.2);
}

.hover\:ring-accent-800\/25:hover {
  --tw-ring-color: rgb(78 126 32 / 0.25);
}

.hover\:ring-accent-800\/30:hover {
  --tw-ring-color: rgb(78 126 32 / 0.3);
}

.hover\:ring-accent-800\/35:hover {
  --tw-ring-color: rgb(78 126 32 / 0.35);
}

.hover\:ring-accent-800\/40:hover {
  --tw-ring-color: rgb(78 126 32 / 0.4);
}

.hover\:ring-accent-800\/45:hover {
  --tw-ring-color: rgb(78 126 32 / 0.45);
}

.hover\:ring-accent-800\/5:hover {
  --tw-ring-color: rgb(78 126 32 / 0.05);
}

.hover\:ring-accent-800\/50:hover {
  --tw-ring-color: rgb(78 126 32 / 0.5);
}

.hover\:ring-accent-800\/55:hover {
  --tw-ring-color: rgb(78 126 32 / 0.55);
}

.hover\:ring-accent-800\/60:hover {
  --tw-ring-color: rgb(78 126 32 / 0.6);
}

.hover\:ring-accent-800\/65:hover {
  --tw-ring-color: rgb(78 126 32 / 0.65);
}

.hover\:ring-accent-800\/70:hover {
  --tw-ring-color: rgb(78 126 32 / 0.7);
}

.hover\:ring-accent-800\/75:hover {
  --tw-ring-color: rgb(78 126 32 / 0.75);
}

.hover\:ring-accent-800\/80:hover {
  --tw-ring-color: rgb(78 126 32 / 0.8);
}

.hover\:ring-accent-800\/85:hover {
  --tw-ring-color: rgb(78 126 32 / 0.85);
}

.hover\:ring-accent-800\/90:hover {
  --tw-ring-color: rgb(78 126 32 / 0.9);
}

.hover\:ring-accent-800\/95:hover {
  --tw-ring-color: rgb(78 126 32 / 0.95);
}

.hover\:ring-accent-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 106 33 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-900\/0:hover {
  --tw-ring-color: rgb(66 106 33 / 0);
}

.hover\:ring-accent-900\/10:hover {
  --tw-ring-color: rgb(66 106 33 / 0.1);
}

.hover\:ring-accent-900\/100:hover {
  --tw-ring-color: rgb(66 106 33 / 1);
}

.hover\:ring-accent-900\/15:hover {
  --tw-ring-color: rgb(66 106 33 / 0.15);
}

.hover\:ring-accent-900\/20:hover {
  --tw-ring-color: rgb(66 106 33 / 0.2);
}

.hover\:ring-accent-900\/25:hover {
  --tw-ring-color: rgb(66 106 33 / 0.25);
}

.hover\:ring-accent-900\/30:hover {
  --tw-ring-color: rgb(66 106 33 / 0.3);
}

.hover\:ring-accent-900\/35:hover {
  --tw-ring-color: rgb(66 106 33 / 0.35);
}

.hover\:ring-accent-900\/40:hover {
  --tw-ring-color: rgb(66 106 33 / 0.4);
}

.hover\:ring-accent-900\/45:hover {
  --tw-ring-color: rgb(66 106 33 / 0.45);
}

.hover\:ring-accent-900\/5:hover {
  --tw-ring-color: rgb(66 106 33 / 0.05);
}

.hover\:ring-accent-900\/50:hover {
  --tw-ring-color: rgb(66 106 33 / 0.5);
}

.hover\:ring-accent-900\/55:hover {
  --tw-ring-color: rgb(66 106 33 / 0.55);
}

.hover\:ring-accent-900\/60:hover {
  --tw-ring-color: rgb(66 106 33 / 0.6);
}

.hover\:ring-accent-900\/65:hover {
  --tw-ring-color: rgb(66 106 33 / 0.65);
}

.hover\:ring-accent-900\/70:hover {
  --tw-ring-color: rgb(66 106 33 / 0.7);
}

.hover\:ring-accent-900\/75:hover {
  --tw-ring-color: rgb(66 106 33 / 0.75);
}

.hover\:ring-accent-900\/80:hover {
  --tw-ring-color: rgb(66 106 33 / 0.8);
}

.hover\:ring-accent-900\/85:hover {
  --tw-ring-color: rgb(66 106 33 / 0.85);
}

.hover\:ring-accent-900\/90:hover {
  --tw-ring-color: rgb(66 106 33 / 0.9);
}

.hover\:ring-accent-900\/95:hover {
  --tw-ring-color: rgb(66 106 33 / 0.95);
}

.hover\:ring-accent-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(32 58 11 / var(--tw-ring-opacity, 1));
}

.hover\:ring-accent-950\/0:hover {
  --tw-ring-color: rgb(32 58 11 / 0);
}

.hover\:ring-accent-950\/10:hover {
  --tw-ring-color: rgb(32 58 11 / 0.1);
}

.hover\:ring-accent-950\/100:hover {
  --tw-ring-color: rgb(32 58 11 / 1);
}

.hover\:ring-accent-950\/15:hover {
  --tw-ring-color: rgb(32 58 11 / 0.15);
}

.hover\:ring-accent-950\/20:hover {
  --tw-ring-color: rgb(32 58 11 / 0.2);
}

.hover\:ring-accent-950\/25:hover {
  --tw-ring-color: rgb(32 58 11 / 0.25);
}

.hover\:ring-accent-950\/30:hover {
  --tw-ring-color: rgb(32 58 11 / 0.3);
}

.hover\:ring-accent-950\/35:hover {
  --tw-ring-color: rgb(32 58 11 / 0.35);
}

.hover\:ring-accent-950\/40:hover {
  --tw-ring-color: rgb(32 58 11 / 0.4);
}

.hover\:ring-accent-950\/45:hover {
  --tw-ring-color: rgb(32 58 11 / 0.45);
}

.hover\:ring-accent-950\/5:hover {
  --tw-ring-color: rgb(32 58 11 / 0.05);
}

.hover\:ring-accent-950\/50:hover {
  --tw-ring-color: rgb(32 58 11 / 0.5);
}

.hover\:ring-accent-950\/55:hover {
  --tw-ring-color: rgb(32 58 11 / 0.55);
}

.hover\:ring-accent-950\/60:hover {
  --tw-ring-color: rgb(32 58 11 / 0.6);
}

.hover\:ring-accent-950\/65:hover {
  --tw-ring-color: rgb(32 58 11 / 0.65);
}

.hover\:ring-accent-950\/70:hover {
  --tw-ring-color: rgb(32 58 11 / 0.7);
}

.hover\:ring-accent-950\/75:hover {
  --tw-ring-color: rgb(32 58 11 / 0.75);
}

.hover\:ring-accent-950\/80:hover {
  --tw-ring-color: rgb(32 58 11 / 0.8);
}

.hover\:ring-accent-950\/85:hover {
  --tw-ring-color: rgb(32 58 11 / 0.85);
}

.hover\:ring-accent-950\/90:hover {
  --tw-ring-color: rgb(32 58 11 / 0.9);
}

.hover\:ring-accent-950\/95:hover {
  --tw-ring-color: rgb(32 58 11 / 0.95);
}

.hover\:ring-black:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.hover\:ring-black\/0:hover {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.hover\:ring-black\/10:hover {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.hover\:ring-black\/100:hover {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.hover\:ring-black\/15:hover {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.hover\:ring-black\/20:hover {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.hover\:ring-black\/25:hover {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.hover\:ring-black\/30:hover {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.hover\:ring-black\/35:hover {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.hover\:ring-black\/40:hover {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.hover\:ring-black\/45:hover {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.hover\:ring-black\/5:hover {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.hover\:ring-black\/50:hover {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.hover\:ring-black\/55:hover {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.hover\:ring-black\/60:hover {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.hover\:ring-black\/65:hover {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.hover\:ring-black\/70:hover {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.hover\:ring-black\/75:hover {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.hover\:ring-black\/80:hover {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.hover\:ring-black\/85:hover {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.hover\:ring-black\/90:hover {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.hover\:ring-black\/95:hover {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.hover\:ring-brand-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 227 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-100\/0:hover {
  --tw-ring-color: rgb(233 227 255 / 0);
}

.hover\:ring-brand-100\/10:hover {
  --tw-ring-color: rgb(233 227 255 / 0.1);
}

.hover\:ring-brand-100\/100:hover {
  --tw-ring-color: rgb(233 227 255 / 1);
}

.hover\:ring-brand-100\/15:hover {
  --tw-ring-color: rgb(233 227 255 / 0.15);
}

.hover\:ring-brand-100\/20:hover {
  --tw-ring-color: rgb(233 227 255 / 0.2);
}

.hover\:ring-brand-100\/25:hover {
  --tw-ring-color: rgb(233 227 255 / 0.25);
}

.hover\:ring-brand-100\/30:hover {
  --tw-ring-color: rgb(233 227 255 / 0.3);
}

.hover\:ring-brand-100\/35:hover {
  --tw-ring-color: rgb(233 227 255 / 0.35);
}

.hover\:ring-brand-100\/40:hover {
  --tw-ring-color: rgb(233 227 255 / 0.4);
}

.hover\:ring-brand-100\/45:hover {
  --tw-ring-color: rgb(233 227 255 / 0.45);
}

.hover\:ring-brand-100\/5:hover {
  --tw-ring-color: rgb(233 227 255 / 0.05);
}

.hover\:ring-brand-100\/50:hover {
  --tw-ring-color: rgb(233 227 255 / 0.5);
}

.hover\:ring-brand-100\/55:hover {
  --tw-ring-color: rgb(233 227 255 / 0.55);
}

.hover\:ring-brand-100\/60:hover {
  --tw-ring-color: rgb(233 227 255 / 0.6);
}

.hover\:ring-brand-100\/65:hover {
  --tw-ring-color: rgb(233 227 255 / 0.65);
}

.hover\:ring-brand-100\/70:hover {
  --tw-ring-color: rgb(233 227 255 / 0.7);
}

.hover\:ring-brand-100\/75:hover {
  --tw-ring-color: rgb(233 227 255 / 0.75);
}

.hover\:ring-brand-100\/80:hover {
  --tw-ring-color: rgb(233 227 255 / 0.8);
}

.hover\:ring-brand-100\/85:hover {
  --tw-ring-color: rgb(233 227 255 / 0.85);
}

.hover\:ring-brand-100\/90:hover {
  --tw-ring-color: rgb(233 227 255 / 0.9);
}

.hover\:ring-brand-100\/95:hover {
  --tw-ring-color: rgb(233 227 255 / 0.95);
}

.hover\:ring-brand-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 199 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-200\/0:hover {
  --tw-ring-color: rgb(211 199 255 / 0);
}

.hover\:ring-brand-200\/10:hover {
  --tw-ring-color: rgb(211 199 255 / 0.1);
}

.hover\:ring-brand-200\/100:hover {
  --tw-ring-color: rgb(211 199 255 / 1);
}

.hover\:ring-brand-200\/15:hover {
  --tw-ring-color: rgb(211 199 255 / 0.15);
}

.hover\:ring-brand-200\/20:hover {
  --tw-ring-color: rgb(211 199 255 / 0.2);
}

.hover\:ring-brand-200\/25:hover {
  --tw-ring-color: rgb(211 199 255 / 0.25);
}

.hover\:ring-brand-200\/30:hover {
  --tw-ring-color: rgb(211 199 255 / 0.3);
}

.hover\:ring-brand-200\/35:hover {
  --tw-ring-color: rgb(211 199 255 / 0.35);
}

.hover\:ring-brand-200\/40:hover {
  --tw-ring-color: rgb(211 199 255 / 0.4);
}

.hover\:ring-brand-200\/45:hover {
  --tw-ring-color: rgb(211 199 255 / 0.45);
}

.hover\:ring-brand-200\/5:hover {
  --tw-ring-color: rgb(211 199 255 / 0.05);
}

.hover\:ring-brand-200\/50:hover {
  --tw-ring-color: rgb(211 199 255 / 0.5);
}

.hover\:ring-brand-200\/55:hover {
  --tw-ring-color: rgb(211 199 255 / 0.55);
}

.hover\:ring-brand-200\/60:hover {
  --tw-ring-color: rgb(211 199 255 / 0.6);
}

.hover\:ring-brand-200\/65:hover {
  --tw-ring-color: rgb(211 199 255 / 0.65);
}

.hover\:ring-brand-200\/70:hover {
  --tw-ring-color: rgb(211 199 255 / 0.7);
}

.hover\:ring-brand-200\/75:hover {
  --tw-ring-color: rgb(211 199 255 / 0.75);
}

.hover\:ring-brand-200\/80:hover {
  --tw-ring-color: rgb(211 199 255 / 0.8);
}

.hover\:ring-brand-200\/85:hover {
  --tw-ring-color: rgb(211 199 255 / 0.85);
}

.hover\:ring-brand-200\/90:hover {
  --tw-ring-color: rgb(211 199 255 / 0.9);
}

.hover\:ring-brand-200\/95:hover {
  --tw-ring-color: rgb(211 199 255 / 0.95);
}

.hover\:ring-brand-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 154 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-300\/0:hover {
  --tw-ring-color: rgb(183 154 255 / 0);
}

.hover\:ring-brand-300\/10:hover {
  --tw-ring-color: rgb(183 154 255 / 0.1);
}

.hover\:ring-brand-300\/100:hover {
  --tw-ring-color: rgb(183 154 255 / 1);
}

.hover\:ring-brand-300\/15:hover {
  --tw-ring-color: rgb(183 154 255 / 0.15);
}

.hover\:ring-brand-300\/20:hover {
  --tw-ring-color: rgb(183 154 255 / 0.2);
}

.hover\:ring-brand-300\/25:hover {
  --tw-ring-color: rgb(183 154 255 / 0.25);
}

.hover\:ring-brand-300\/30:hover {
  --tw-ring-color: rgb(183 154 255 / 0.3);
}

.hover\:ring-brand-300\/35:hover {
  --tw-ring-color: rgb(183 154 255 / 0.35);
}

.hover\:ring-brand-300\/40:hover {
  --tw-ring-color: rgb(183 154 255 / 0.4);
}

.hover\:ring-brand-300\/45:hover {
  --tw-ring-color: rgb(183 154 255 / 0.45);
}

.hover\:ring-brand-300\/5:hover {
  --tw-ring-color: rgb(183 154 255 / 0.05);
}

.hover\:ring-brand-300\/50:hover {
  --tw-ring-color: rgb(183 154 255 / 0.5);
}

.hover\:ring-brand-300\/55:hover {
  --tw-ring-color: rgb(183 154 255 / 0.55);
}

.hover\:ring-brand-300\/60:hover {
  --tw-ring-color: rgb(183 154 255 / 0.6);
}

.hover\:ring-brand-300\/65:hover {
  --tw-ring-color: rgb(183 154 255 / 0.65);
}

.hover\:ring-brand-300\/70:hover {
  --tw-ring-color: rgb(183 154 255 / 0.7);
}

.hover\:ring-brand-300\/75:hover {
  --tw-ring-color: rgb(183 154 255 / 0.75);
}

.hover\:ring-brand-300\/80:hover {
  --tw-ring-color: rgb(183 154 255 / 0.8);
}

.hover\:ring-brand-300\/85:hover {
  --tw-ring-color: rgb(183 154 255 / 0.85);
}

.hover\:ring-brand-300\/90:hover {
  --tw-ring-color: rgb(183 154 255 / 0.9);
}

.hover\:ring-brand-300\/95:hover {
  --tw-ring-color: rgb(183 154 255 / 0.95);
}

.hover\:ring-brand-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(149 98 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-400\/0:hover {
  --tw-ring-color: rgb(149 98 255 / 0);
}

.hover\:ring-brand-400\/10:hover {
  --tw-ring-color: rgb(149 98 255 / 0.1);
}

.hover\:ring-brand-400\/100:hover {
  --tw-ring-color: rgb(149 98 255 / 1);
}

.hover\:ring-brand-400\/15:hover {
  --tw-ring-color: rgb(149 98 255 / 0.15);
}

.hover\:ring-brand-400\/20:hover {
  --tw-ring-color: rgb(149 98 255 / 0.2);
}

.hover\:ring-brand-400\/25:hover {
  --tw-ring-color: rgb(149 98 255 / 0.25);
}

.hover\:ring-brand-400\/30:hover {
  --tw-ring-color: rgb(149 98 255 / 0.3);
}

.hover\:ring-brand-400\/35:hover {
  --tw-ring-color: rgb(149 98 255 / 0.35);
}

.hover\:ring-brand-400\/40:hover {
  --tw-ring-color: rgb(149 98 255 / 0.4);
}

.hover\:ring-brand-400\/45:hover {
  --tw-ring-color: rgb(149 98 255 / 0.45);
}

.hover\:ring-brand-400\/5:hover {
  --tw-ring-color: rgb(149 98 255 / 0.05);
}

.hover\:ring-brand-400\/50:hover {
  --tw-ring-color: rgb(149 98 255 / 0.5);
}

.hover\:ring-brand-400\/55:hover {
  --tw-ring-color: rgb(149 98 255 / 0.55);
}

.hover\:ring-brand-400\/60:hover {
  --tw-ring-color: rgb(149 98 255 / 0.6);
}

.hover\:ring-brand-400\/65:hover {
  --tw-ring-color: rgb(149 98 255 / 0.65);
}

.hover\:ring-brand-400\/70:hover {
  --tw-ring-color: rgb(149 98 255 / 0.7);
}

.hover\:ring-brand-400\/75:hover {
  --tw-ring-color: rgb(149 98 255 / 0.75);
}

.hover\:ring-brand-400\/80:hover {
  --tw-ring-color: rgb(149 98 255 / 0.8);
}

.hover\:ring-brand-400\/85:hover {
  --tw-ring-color: rgb(149 98 255 / 0.85);
}

.hover\:ring-brand-400\/90:hover {
  --tw-ring-color: rgb(149 98 255 / 0.9);
}

.hover\:ring-brand-400\/95:hover {
  --tw-ring-color: rgb(149 98 255 / 0.95);
}

.hover\:ring-brand-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 241 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-50\/0:hover {
  --tw-ring-color: rgb(244 241 255 / 0);
}

.hover\:ring-brand-50\/10:hover {
  --tw-ring-color: rgb(244 241 255 / 0.1);
}

.hover\:ring-brand-50\/100:hover {
  --tw-ring-color: rgb(244 241 255 / 1);
}

.hover\:ring-brand-50\/15:hover {
  --tw-ring-color: rgb(244 241 255 / 0.15);
}

.hover\:ring-brand-50\/20:hover {
  --tw-ring-color: rgb(244 241 255 / 0.2);
}

.hover\:ring-brand-50\/25:hover {
  --tw-ring-color: rgb(244 241 255 / 0.25);
}

.hover\:ring-brand-50\/30:hover {
  --tw-ring-color: rgb(244 241 255 / 0.3);
}

.hover\:ring-brand-50\/35:hover {
  --tw-ring-color: rgb(244 241 255 / 0.35);
}

.hover\:ring-brand-50\/40:hover {
  --tw-ring-color: rgb(244 241 255 / 0.4);
}

.hover\:ring-brand-50\/45:hover {
  --tw-ring-color: rgb(244 241 255 / 0.45);
}

.hover\:ring-brand-50\/5:hover {
  --tw-ring-color: rgb(244 241 255 / 0.05);
}

.hover\:ring-brand-50\/50:hover {
  --tw-ring-color: rgb(244 241 255 / 0.5);
}

.hover\:ring-brand-50\/55:hover {
  --tw-ring-color: rgb(244 241 255 / 0.55);
}

.hover\:ring-brand-50\/60:hover {
  --tw-ring-color: rgb(244 241 255 / 0.6);
}

.hover\:ring-brand-50\/65:hover {
  --tw-ring-color: rgb(244 241 255 / 0.65);
}

.hover\:ring-brand-50\/70:hover {
  --tw-ring-color: rgb(244 241 255 / 0.7);
}

.hover\:ring-brand-50\/75:hover {
  --tw-ring-color: rgb(244 241 255 / 0.75);
}

.hover\:ring-brand-50\/80:hover {
  --tw-ring-color: rgb(244 241 255 / 0.8);
}

.hover\:ring-brand-50\/85:hover {
  --tw-ring-color: rgb(244 241 255 / 0.85);
}

.hover\:ring-brand-50\/90:hover {
  --tw-ring-color: rgb(244 241 255 / 0.9);
}

.hover\:ring-brand-50\/95:hover {
  --tw-ring-color: rgb(244 241 255 / 0.95);
}

.hover\:ring-brand-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 28 209 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-500\/0:hover {
  --tw-ring-color: rgb(78 28 209 / 0);
}

.hover\:ring-brand-500\/10:hover {
  --tw-ring-color: rgb(78 28 209 / 0.1);
}

.hover\:ring-brand-500\/100:hover {
  --tw-ring-color: rgb(78 28 209 / 1);
}

.hover\:ring-brand-500\/15:hover {
  --tw-ring-color: rgb(78 28 209 / 0.15);
}

.hover\:ring-brand-500\/20:hover {
  --tw-ring-color: rgb(78 28 209 / 0.2);
}

.hover\:ring-brand-500\/25:hover {
  --tw-ring-color: rgb(78 28 209 / 0.25);
}

.hover\:ring-brand-500\/30:hover {
  --tw-ring-color: rgb(78 28 209 / 0.3);
}

.hover\:ring-brand-500\/35:hover {
  --tw-ring-color: rgb(78 28 209 / 0.35);
}

.hover\:ring-brand-500\/40:hover {
  --tw-ring-color: rgb(78 28 209 / 0.4);
}

.hover\:ring-brand-500\/45:hover {
  --tw-ring-color: rgb(78 28 209 / 0.45);
}

.hover\:ring-brand-500\/5:hover {
  --tw-ring-color: rgb(78 28 209 / 0.05);
}

.hover\:ring-brand-500\/50:hover {
  --tw-ring-color: rgb(78 28 209 / 0.5);
}

.hover\:ring-brand-500\/55:hover {
  --tw-ring-color: rgb(78 28 209 / 0.55);
}

.hover\:ring-brand-500\/60:hover {
  --tw-ring-color: rgb(78 28 209 / 0.6);
}

.hover\:ring-brand-500\/65:hover {
  --tw-ring-color: rgb(78 28 209 / 0.65);
}

.hover\:ring-brand-500\/70:hover {
  --tw-ring-color: rgb(78 28 209 / 0.7);
}

.hover\:ring-brand-500\/75:hover {
  --tw-ring-color: rgb(78 28 209 / 0.75);
}

.hover\:ring-brand-500\/80:hover {
  --tw-ring-color: rgb(78 28 209 / 0.8);
}

.hover\:ring-brand-500\/85:hover {
  --tw-ring-color: rgb(78 28 209 / 0.85);
}

.hover\:ring-brand-500\/90:hover {
  --tw-ring-color: rgb(78 28 209 / 0.9);
}

.hover\:ring-brand-500\/95:hover {
  --tw-ring-color: rgb(78 28 209 / 0.95);
}

.hover\:ring-brand-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(65 21 181 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-600\/0:hover {
  --tw-ring-color: rgb(65 21 181 / 0);
}

.hover\:ring-brand-600\/10:hover {
  --tw-ring-color: rgb(65 21 181 / 0.1);
}

.hover\:ring-brand-600\/100:hover {
  --tw-ring-color: rgb(65 21 181 / 1);
}

.hover\:ring-brand-600\/15:hover {
  --tw-ring-color: rgb(65 21 181 / 0.15);
}

.hover\:ring-brand-600\/20:hover {
  --tw-ring-color: rgb(65 21 181 / 0.2);
}

.hover\:ring-brand-600\/25:hover {
  --tw-ring-color: rgb(65 21 181 / 0.25);
}

.hover\:ring-brand-600\/30:hover {
  --tw-ring-color: rgb(65 21 181 / 0.3);
}

.hover\:ring-brand-600\/35:hover {
  --tw-ring-color: rgb(65 21 181 / 0.35);
}

.hover\:ring-brand-600\/40:hover {
  --tw-ring-color: rgb(65 21 181 / 0.4);
}

.hover\:ring-brand-600\/45:hover {
  --tw-ring-color: rgb(65 21 181 / 0.45);
}

.hover\:ring-brand-600\/5:hover {
  --tw-ring-color: rgb(65 21 181 / 0.05);
}

.hover\:ring-brand-600\/50:hover {
  --tw-ring-color: rgb(65 21 181 / 0.5);
}

.hover\:ring-brand-600\/55:hover {
  --tw-ring-color: rgb(65 21 181 / 0.55);
}

.hover\:ring-brand-600\/60:hover {
  --tw-ring-color: rgb(65 21 181 / 0.6);
}

.hover\:ring-brand-600\/65:hover {
  --tw-ring-color: rgb(65 21 181 / 0.65);
}

.hover\:ring-brand-600\/70:hover {
  --tw-ring-color: rgb(65 21 181 / 0.7);
}

.hover\:ring-brand-600\/75:hover {
  --tw-ring-color: rgb(65 21 181 / 0.75);
}

.hover\:ring-brand-600\/80:hover {
  --tw-ring-color: rgb(65 21 181 / 0.8);
}

.hover\:ring-brand-600\/85:hover {
  --tw-ring-color: rgb(65 21 181 / 0.85);
}

.hover\:ring-brand-600\/90:hover {
  --tw-ring-color: rgb(65 21 181 / 0.9);
}

.hover\:ring-brand-600\/95:hover {
  --tw-ring-color: rgb(65 21 181 / 0.95);
}

.hover\:ring-brand-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 16 150 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-700\/0:hover {
  --tw-ring-color: rgb(54 16 150 / 0);
}

.hover\:ring-brand-700\/10:hover {
  --tw-ring-color: rgb(54 16 150 / 0.1);
}

.hover\:ring-brand-700\/100:hover {
  --tw-ring-color: rgb(54 16 150 / 1);
}

.hover\:ring-brand-700\/15:hover {
  --tw-ring-color: rgb(54 16 150 / 0.15);
}

.hover\:ring-brand-700\/20:hover {
  --tw-ring-color: rgb(54 16 150 / 0.2);
}

.hover\:ring-brand-700\/25:hover {
  --tw-ring-color: rgb(54 16 150 / 0.25);
}

.hover\:ring-brand-700\/30:hover {
  --tw-ring-color: rgb(54 16 150 / 0.3);
}

.hover\:ring-brand-700\/35:hover {
  --tw-ring-color: rgb(54 16 150 / 0.35);
}

.hover\:ring-brand-700\/40:hover {
  --tw-ring-color: rgb(54 16 150 / 0.4);
}

.hover\:ring-brand-700\/45:hover {
  --tw-ring-color: rgb(54 16 150 / 0.45);
}

.hover\:ring-brand-700\/5:hover {
  --tw-ring-color: rgb(54 16 150 / 0.05);
}

.hover\:ring-brand-700\/50:hover {
  --tw-ring-color: rgb(54 16 150 / 0.5);
}

.hover\:ring-brand-700\/55:hover {
  --tw-ring-color: rgb(54 16 150 / 0.55);
}

.hover\:ring-brand-700\/60:hover {
  --tw-ring-color: rgb(54 16 150 / 0.6);
}

.hover\:ring-brand-700\/65:hover {
  --tw-ring-color: rgb(54 16 150 / 0.65);
}

.hover\:ring-brand-700\/70:hover {
  --tw-ring-color: rgb(54 16 150 / 0.7);
}

.hover\:ring-brand-700\/75:hover {
  --tw-ring-color: rgb(54 16 150 / 0.75);
}

.hover\:ring-brand-700\/80:hover {
  --tw-ring-color: rgb(54 16 150 / 0.8);
}

.hover\:ring-brand-700\/85:hover {
  --tw-ring-color: rgb(54 16 150 / 0.85);
}

.hover\:ring-brand-700\/90:hover {
  --tw-ring-color: rgb(54 16 150 / 0.9);
}

.hover\:ring-brand-700\/95:hover {
  --tw-ring-color: rgb(54 16 150 / 0.95);
}

.hover\:ring-brand-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 120 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-800\/0:hover {
  --tw-ring-color: rgb(46 16 120 / 0);
}

.hover\:ring-brand-800\/10:hover {
  --tw-ring-color: rgb(46 16 120 / 0.1);
}

.hover\:ring-brand-800\/100:hover {
  --tw-ring-color: rgb(46 16 120 / 1);
}

.hover\:ring-brand-800\/15:hover {
  --tw-ring-color: rgb(46 16 120 / 0.15);
}

.hover\:ring-brand-800\/20:hover {
  --tw-ring-color: rgb(46 16 120 / 0.2);
}

.hover\:ring-brand-800\/25:hover {
  --tw-ring-color: rgb(46 16 120 / 0.25);
}

.hover\:ring-brand-800\/30:hover {
  --tw-ring-color: rgb(46 16 120 / 0.3);
}

.hover\:ring-brand-800\/35:hover {
  --tw-ring-color: rgb(46 16 120 / 0.35);
}

.hover\:ring-brand-800\/40:hover {
  --tw-ring-color: rgb(46 16 120 / 0.4);
}

.hover\:ring-brand-800\/45:hover {
  --tw-ring-color: rgb(46 16 120 / 0.45);
}

.hover\:ring-brand-800\/5:hover {
  --tw-ring-color: rgb(46 16 120 / 0.05);
}

.hover\:ring-brand-800\/50:hover {
  --tw-ring-color: rgb(46 16 120 / 0.5);
}

.hover\:ring-brand-800\/55:hover {
  --tw-ring-color: rgb(46 16 120 / 0.55);
}

.hover\:ring-brand-800\/60:hover {
  --tw-ring-color: rgb(46 16 120 / 0.6);
}

.hover\:ring-brand-800\/65:hover {
  --tw-ring-color: rgb(46 16 120 / 0.65);
}

.hover\:ring-brand-800\/70:hover {
  --tw-ring-color: rgb(46 16 120 / 0.7);
}

.hover\:ring-brand-800\/75:hover {
  --tw-ring-color: rgb(46 16 120 / 0.75);
}

.hover\:ring-brand-800\/80:hover {
  --tw-ring-color: rgb(46 16 120 / 0.8);
}

.hover\:ring-brand-800\/85:hover {
  --tw-ring-color: rgb(46 16 120 / 0.85);
}

.hover\:ring-brand-800\/90:hover {
  --tw-ring-color: rgb(46 16 120 / 0.9);
}

.hover\:ring-brand-800\/95:hover {
  --tw-ring-color: rgb(46 16 120 / 0.95);
}

.hover\:ring-brand-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 15 98 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-900\/0:hover {
  --tw-ring-color: rgb(39 15 98 / 0);
}

.hover\:ring-brand-900\/10:hover {
  --tw-ring-color: rgb(39 15 98 / 0.1);
}

.hover\:ring-brand-900\/100:hover {
  --tw-ring-color: rgb(39 15 98 / 1);
}

.hover\:ring-brand-900\/15:hover {
  --tw-ring-color: rgb(39 15 98 / 0.15);
}

.hover\:ring-brand-900\/20:hover {
  --tw-ring-color: rgb(39 15 98 / 0.2);
}

.hover\:ring-brand-900\/25:hover {
  --tw-ring-color: rgb(39 15 98 / 0.25);
}

.hover\:ring-brand-900\/30:hover {
  --tw-ring-color: rgb(39 15 98 / 0.3);
}

.hover\:ring-brand-900\/35:hover {
  --tw-ring-color: rgb(39 15 98 / 0.35);
}

.hover\:ring-brand-900\/40:hover {
  --tw-ring-color: rgb(39 15 98 / 0.4);
}

.hover\:ring-brand-900\/45:hover {
  --tw-ring-color: rgb(39 15 98 / 0.45);
}

.hover\:ring-brand-900\/5:hover {
  --tw-ring-color: rgb(39 15 98 / 0.05);
}

.hover\:ring-brand-900\/50:hover {
  --tw-ring-color: rgb(39 15 98 / 0.5);
}

.hover\:ring-brand-900\/55:hover {
  --tw-ring-color: rgb(39 15 98 / 0.55);
}

.hover\:ring-brand-900\/60:hover {
  --tw-ring-color: rgb(39 15 98 / 0.6);
}

.hover\:ring-brand-900\/65:hover {
  --tw-ring-color: rgb(39 15 98 / 0.65);
}

.hover\:ring-brand-900\/70:hover {
  --tw-ring-color: rgb(39 15 98 / 0.7);
}

.hover\:ring-brand-900\/75:hover {
  --tw-ring-color: rgb(39 15 98 / 0.75);
}

.hover\:ring-brand-900\/80:hover {
  --tw-ring-color: rgb(39 15 98 / 0.8);
}

.hover\:ring-brand-900\/85:hover {
  --tw-ring-color: rgb(39 15 98 / 0.85);
}

.hover\:ring-brand-900\/90:hover {
  --tw-ring-color: rgb(39 15 98 / 0.9);
}

.hover\:ring-brand-900\/95:hover {
  --tw-ring-color: rgb(39 15 98 / 0.95);
}

.hover\:ring-brand-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 5 58 / var(--tw-ring-opacity, 1));
}

.hover\:ring-brand-950\/0:hover {
  --tw-ring-color: rgb(22 5 58 / 0);
}

.hover\:ring-brand-950\/10:hover {
  --tw-ring-color: rgb(22 5 58 / 0.1);
}

.hover\:ring-brand-950\/100:hover {
  --tw-ring-color: rgb(22 5 58 / 1);
}

.hover\:ring-brand-950\/15:hover {
  --tw-ring-color: rgb(22 5 58 / 0.15);
}

.hover\:ring-brand-950\/20:hover {
  --tw-ring-color: rgb(22 5 58 / 0.2);
}

.hover\:ring-brand-950\/25:hover {
  --tw-ring-color: rgb(22 5 58 / 0.25);
}

.hover\:ring-brand-950\/30:hover {
  --tw-ring-color: rgb(22 5 58 / 0.3);
}

.hover\:ring-brand-950\/35:hover {
  --tw-ring-color: rgb(22 5 58 / 0.35);
}

.hover\:ring-brand-950\/40:hover {
  --tw-ring-color: rgb(22 5 58 / 0.4);
}

.hover\:ring-brand-950\/45:hover {
  --tw-ring-color: rgb(22 5 58 / 0.45);
}

.hover\:ring-brand-950\/5:hover {
  --tw-ring-color: rgb(22 5 58 / 0.05);
}

.hover\:ring-brand-950\/50:hover {
  --tw-ring-color: rgb(22 5 58 / 0.5);
}

.hover\:ring-brand-950\/55:hover {
  --tw-ring-color: rgb(22 5 58 / 0.55);
}

.hover\:ring-brand-950\/60:hover {
  --tw-ring-color: rgb(22 5 58 / 0.6);
}

.hover\:ring-brand-950\/65:hover {
  --tw-ring-color: rgb(22 5 58 / 0.65);
}

.hover\:ring-brand-950\/70:hover {
  --tw-ring-color: rgb(22 5 58 / 0.7);
}

.hover\:ring-brand-950\/75:hover {
  --tw-ring-color: rgb(22 5 58 / 0.75);
}

.hover\:ring-brand-950\/80:hover {
  --tw-ring-color: rgb(22 5 58 / 0.8);
}

.hover\:ring-brand-950\/85:hover {
  --tw-ring-color: rgb(22 5 58 / 0.85);
}

.hover\:ring-brand-950\/90:hover {
  --tw-ring-color: rgb(22 5 58 / 0.9);
}

.hover\:ring-brand-950\/95:hover {
  --tw-ring-color: rgb(22 5 58 / 0.95);
}

.hover\:ring-neutral-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 245 244 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-100\/0:hover {
  --tw-ring-color: rgb(246 245 244 / 0);
}

.hover\:ring-neutral-100\/10:hover {
  --tw-ring-color: rgb(246 245 244 / 0.1);
}

.hover\:ring-neutral-100\/100:hover {
  --tw-ring-color: rgb(246 245 244 / 1);
}

.hover\:ring-neutral-100\/15:hover {
  --tw-ring-color: rgb(246 245 244 / 0.15);
}

.hover\:ring-neutral-100\/20:hover {
  --tw-ring-color: rgb(246 245 244 / 0.2);
}

.hover\:ring-neutral-100\/25:hover {
  --tw-ring-color: rgb(246 245 244 / 0.25);
}

.hover\:ring-neutral-100\/30:hover {
  --tw-ring-color: rgb(246 245 244 / 0.3);
}

.hover\:ring-neutral-100\/35:hover {
  --tw-ring-color: rgb(246 245 244 / 0.35);
}

.hover\:ring-neutral-100\/40:hover {
  --tw-ring-color: rgb(246 245 244 / 0.4);
}

.hover\:ring-neutral-100\/45:hover {
  --tw-ring-color: rgb(246 245 244 / 0.45);
}

.hover\:ring-neutral-100\/5:hover {
  --tw-ring-color: rgb(246 245 244 / 0.05);
}

.hover\:ring-neutral-100\/50:hover {
  --tw-ring-color: rgb(246 245 244 / 0.5);
}

.hover\:ring-neutral-100\/55:hover {
  --tw-ring-color: rgb(246 245 244 / 0.55);
}

.hover\:ring-neutral-100\/60:hover {
  --tw-ring-color: rgb(246 245 244 / 0.6);
}

.hover\:ring-neutral-100\/65:hover {
  --tw-ring-color: rgb(246 245 244 / 0.65);
}

.hover\:ring-neutral-100\/70:hover {
  --tw-ring-color: rgb(246 245 244 / 0.7);
}

.hover\:ring-neutral-100\/75:hover {
  --tw-ring-color: rgb(246 245 244 / 0.75);
}

.hover\:ring-neutral-100\/80:hover {
  --tw-ring-color: rgb(246 245 244 / 0.8);
}

.hover\:ring-neutral-100\/85:hover {
  --tw-ring-color: rgb(246 245 244 / 0.85);
}

.hover\:ring-neutral-100\/90:hover {
  --tw-ring-color: rgb(246 245 244 / 0.9);
}

.hover\:ring-neutral-100\/95:hover {
  --tw-ring-color: rgb(246 245 244 / 0.95);
}

.hover\:ring-neutral-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 230 227 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-200\/0:hover {
  --tw-ring-color: rgb(233 230 227 / 0);
}

.hover\:ring-neutral-200\/10:hover {
  --tw-ring-color: rgb(233 230 227 / 0.1);
}

.hover\:ring-neutral-200\/100:hover {
  --tw-ring-color: rgb(233 230 227 / 1);
}

.hover\:ring-neutral-200\/15:hover {
  --tw-ring-color: rgb(233 230 227 / 0.15);
}

.hover\:ring-neutral-200\/20:hover {
  --tw-ring-color: rgb(233 230 227 / 0.2);
}

.hover\:ring-neutral-200\/25:hover {
  --tw-ring-color: rgb(233 230 227 / 0.25);
}

.hover\:ring-neutral-200\/30:hover {
  --tw-ring-color: rgb(233 230 227 / 0.3);
}

.hover\:ring-neutral-200\/35:hover {
  --tw-ring-color: rgb(233 230 227 / 0.35);
}

.hover\:ring-neutral-200\/40:hover {
  --tw-ring-color: rgb(233 230 227 / 0.4);
}

.hover\:ring-neutral-200\/45:hover {
  --tw-ring-color: rgb(233 230 227 / 0.45);
}

.hover\:ring-neutral-200\/5:hover {
  --tw-ring-color: rgb(233 230 227 / 0.05);
}

.hover\:ring-neutral-200\/50:hover {
  --tw-ring-color: rgb(233 230 227 / 0.5);
}

.hover\:ring-neutral-200\/55:hover {
  --tw-ring-color: rgb(233 230 227 / 0.55);
}

.hover\:ring-neutral-200\/60:hover {
  --tw-ring-color: rgb(233 230 227 / 0.6);
}

.hover\:ring-neutral-200\/65:hover {
  --tw-ring-color: rgb(233 230 227 / 0.65);
}

.hover\:ring-neutral-200\/70:hover {
  --tw-ring-color: rgb(233 230 227 / 0.7);
}

.hover\:ring-neutral-200\/75:hover {
  --tw-ring-color: rgb(233 230 227 / 0.75);
}

.hover\:ring-neutral-200\/80:hover {
  --tw-ring-color: rgb(233 230 227 / 0.8);
}

.hover\:ring-neutral-200\/85:hover {
  --tw-ring-color: rgb(233 230 227 / 0.85);
}

.hover\:ring-neutral-200\/90:hover {
  --tw-ring-color: rgb(233 230 227 / 0.9);
}

.hover\:ring-neutral-200\/95:hover {
  --tw-ring-color: rgb(233 230 227 / 0.95);
}

.hover\:ring-neutral-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 210 205 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-300\/0:hover {
  --tw-ring-color: rgb(215 210 205 / 0);
}

.hover\:ring-neutral-300\/10:hover {
  --tw-ring-color: rgb(215 210 205 / 0.1);
}

.hover\:ring-neutral-300\/100:hover {
  --tw-ring-color: rgb(215 210 205 / 1);
}

.hover\:ring-neutral-300\/15:hover {
  --tw-ring-color: rgb(215 210 205 / 0.15);
}

.hover\:ring-neutral-300\/20:hover {
  --tw-ring-color: rgb(215 210 205 / 0.2);
}

.hover\:ring-neutral-300\/25:hover {
  --tw-ring-color: rgb(215 210 205 / 0.25);
}

.hover\:ring-neutral-300\/30:hover {
  --tw-ring-color: rgb(215 210 205 / 0.3);
}

.hover\:ring-neutral-300\/35:hover {
  --tw-ring-color: rgb(215 210 205 / 0.35);
}

.hover\:ring-neutral-300\/40:hover {
  --tw-ring-color: rgb(215 210 205 / 0.4);
}

.hover\:ring-neutral-300\/45:hover {
  --tw-ring-color: rgb(215 210 205 / 0.45);
}

.hover\:ring-neutral-300\/5:hover {
  --tw-ring-color: rgb(215 210 205 / 0.05);
}

.hover\:ring-neutral-300\/50:hover {
  --tw-ring-color: rgb(215 210 205 / 0.5);
}

.hover\:ring-neutral-300\/55:hover {
  --tw-ring-color: rgb(215 210 205 / 0.55);
}

.hover\:ring-neutral-300\/60:hover {
  --tw-ring-color: rgb(215 210 205 / 0.6);
}

.hover\:ring-neutral-300\/65:hover {
  --tw-ring-color: rgb(215 210 205 / 0.65);
}

.hover\:ring-neutral-300\/70:hover {
  --tw-ring-color: rgb(215 210 205 / 0.7);
}

.hover\:ring-neutral-300\/75:hover {
  --tw-ring-color: rgb(215 210 205 / 0.75);
}

.hover\:ring-neutral-300\/80:hover {
  --tw-ring-color: rgb(215 210 205 / 0.8);
}

.hover\:ring-neutral-300\/85:hover {
  --tw-ring-color: rgb(215 210 205 / 0.85);
}

.hover\:ring-neutral-300\/90:hover {
  --tw-ring-color: rgb(215 210 205 / 0.9);
}

.hover\:ring-neutral-300\/95:hover {
  --tw-ring-color: rgb(215 210 205 / 0.95);
}

.hover\:ring-neutral-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(175 168 161 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-400\/0:hover {
  --tw-ring-color: rgb(175 168 161 / 0);
}

.hover\:ring-neutral-400\/10:hover {
  --tw-ring-color: rgb(175 168 161 / 0.1);
}

.hover\:ring-neutral-400\/100:hover {
  --tw-ring-color: rgb(175 168 161 / 1);
}

.hover\:ring-neutral-400\/15:hover {
  --tw-ring-color: rgb(175 168 161 / 0.15);
}

.hover\:ring-neutral-400\/20:hover {
  --tw-ring-color: rgb(175 168 161 / 0.2);
}

.hover\:ring-neutral-400\/25:hover {
  --tw-ring-color: rgb(175 168 161 / 0.25);
}

.hover\:ring-neutral-400\/30:hover {
  --tw-ring-color: rgb(175 168 161 / 0.3);
}

.hover\:ring-neutral-400\/35:hover {
  --tw-ring-color: rgb(175 168 161 / 0.35);
}

.hover\:ring-neutral-400\/40:hover {
  --tw-ring-color: rgb(175 168 161 / 0.4);
}

.hover\:ring-neutral-400\/45:hover {
  --tw-ring-color: rgb(175 168 161 / 0.45);
}

.hover\:ring-neutral-400\/5:hover {
  --tw-ring-color: rgb(175 168 161 / 0.05);
}

.hover\:ring-neutral-400\/50:hover {
  --tw-ring-color: rgb(175 168 161 / 0.5);
}

.hover\:ring-neutral-400\/55:hover {
  --tw-ring-color: rgb(175 168 161 / 0.55);
}

.hover\:ring-neutral-400\/60:hover {
  --tw-ring-color: rgb(175 168 161 / 0.6);
}

.hover\:ring-neutral-400\/65:hover {
  --tw-ring-color: rgb(175 168 161 / 0.65);
}

.hover\:ring-neutral-400\/70:hover {
  --tw-ring-color: rgb(175 168 161 / 0.7);
}

.hover\:ring-neutral-400\/75:hover {
  --tw-ring-color: rgb(175 168 161 / 0.75);
}

.hover\:ring-neutral-400\/80:hover {
  --tw-ring-color: rgb(175 168 161 / 0.8);
}

.hover\:ring-neutral-400\/85:hover {
  --tw-ring-color: rgb(175 168 161 / 0.85);
}

.hover\:ring-neutral-400\/90:hover {
  --tw-ring-color: rgb(175 168 161 / 0.9);
}

.hover\:ring-neutral-400\/95:hover {
  --tw-ring-color: rgb(175 168 161 / 0.95);
}

.hover\:ring-neutral-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-50\/0:hover {
  --tw-ring-color: rgb(251 250 249 / 0);
}

.hover\:ring-neutral-50\/10:hover {
  --tw-ring-color: rgb(251 250 249 / 0.1);
}

.hover\:ring-neutral-50\/100:hover {
  --tw-ring-color: rgb(251 250 249 / 1);
}

.hover\:ring-neutral-50\/15:hover {
  --tw-ring-color: rgb(251 250 249 / 0.15);
}

.hover\:ring-neutral-50\/20:hover {
  --tw-ring-color: rgb(251 250 249 / 0.2);
}

.hover\:ring-neutral-50\/25:hover {
  --tw-ring-color: rgb(251 250 249 / 0.25);
}

.hover\:ring-neutral-50\/30:hover {
  --tw-ring-color: rgb(251 250 249 / 0.3);
}

.hover\:ring-neutral-50\/35:hover {
  --tw-ring-color: rgb(251 250 249 / 0.35);
}

.hover\:ring-neutral-50\/40:hover {
  --tw-ring-color: rgb(251 250 249 / 0.4);
}

.hover\:ring-neutral-50\/45:hover {
  --tw-ring-color: rgb(251 250 249 / 0.45);
}

.hover\:ring-neutral-50\/5:hover {
  --tw-ring-color: rgb(251 250 249 / 0.05);
}

.hover\:ring-neutral-50\/50:hover {
  --tw-ring-color: rgb(251 250 249 / 0.5);
}

.hover\:ring-neutral-50\/55:hover {
  --tw-ring-color: rgb(251 250 249 / 0.55);
}

.hover\:ring-neutral-50\/60:hover {
  --tw-ring-color: rgb(251 250 249 / 0.6);
}

.hover\:ring-neutral-50\/65:hover {
  --tw-ring-color: rgb(251 250 249 / 0.65);
}

.hover\:ring-neutral-50\/70:hover {
  --tw-ring-color: rgb(251 250 249 / 0.7);
}

.hover\:ring-neutral-50\/75:hover {
  --tw-ring-color: rgb(251 250 249 / 0.75);
}

.hover\:ring-neutral-50\/80:hover {
  --tw-ring-color: rgb(251 250 249 / 0.8);
}

.hover\:ring-neutral-50\/85:hover {
  --tw-ring-color: rgb(251 250 249 / 0.85);
}

.hover\:ring-neutral-50\/90:hover {
  --tw-ring-color: rgb(251 250 249 / 0.9);
}

.hover\:ring-neutral-50\/95:hover {
  --tw-ring-color: rgb(251 250 249 / 0.95);
}

.hover\:ring-neutral-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 121 113 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-500\/0:hover {
  --tw-ring-color: rgb(129 121 113 / 0);
}

.hover\:ring-neutral-500\/10:hover {
  --tw-ring-color: rgb(129 121 113 / 0.1);
}

.hover\:ring-neutral-500\/100:hover {
  --tw-ring-color: rgb(129 121 113 / 1);
}

.hover\:ring-neutral-500\/15:hover {
  --tw-ring-color: rgb(129 121 113 / 0.15);
}

.hover\:ring-neutral-500\/20:hover {
  --tw-ring-color: rgb(129 121 113 / 0.2);
}

.hover\:ring-neutral-500\/25:hover {
  --tw-ring-color: rgb(129 121 113 / 0.25);
}

.hover\:ring-neutral-500\/30:hover {
  --tw-ring-color: rgb(129 121 113 / 0.3);
}

.hover\:ring-neutral-500\/35:hover {
  --tw-ring-color: rgb(129 121 113 / 0.35);
}

.hover\:ring-neutral-500\/40:hover {
  --tw-ring-color: rgb(129 121 113 / 0.4);
}

.hover\:ring-neutral-500\/45:hover {
  --tw-ring-color: rgb(129 121 113 / 0.45);
}

.hover\:ring-neutral-500\/5:hover {
  --tw-ring-color: rgb(129 121 113 / 0.05);
}

.hover\:ring-neutral-500\/50:hover {
  --tw-ring-color: rgb(129 121 113 / 0.5);
}

.hover\:ring-neutral-500\/55:hover {
  --tw-ring-color: rgb(129 121 113 / 0.55);
}

.hover\:ring-neutral-500\/60:hover {
  --tw-ring-color: rgb(129 121 113 / 0.6);
}

.hover\:ring-neutral-500\/65:hover {
  --tw-ring-color: rgb(129 121 113 / 0.65);
}

.hover\:ring-neutral-500\/70:hover {
  --tw-ring-color: rgb(129 121 113 / 0.7);
}

.hover\:ring-neutral-500\/75:hover {
  --tw-ring-color: rgb(129 121 113 / 0.75);
}

.hover\:ring-neutral-500\/80:hover {
  --tw-ring-color: rgb(129 121 113 / 0.8);
}

.hover\:ring-neutral-500\/85:hover {
  --tw-ring-color: rgb(129 121 113 / 0.85);
}

.hover\:ring-neutral-500\/90:hover {
  --tw-ring-color: rgb(129 121 113 / 0.9);
}

.hover\:ring-neutral-500\/95:hover {
  --tw-ring-color: rgb(129 121 113 / 0.95);
}

.hover\:ring-neutral-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 89 82 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-600\/0:hover {
  --tw-ring-color: rgb(96 89 82 / 0);
}

.hover\:ring-neutral-600\/10:hover {
  --tw-ring-color: rgb(96 89 82 / 0.1);
}

.hover\:ring-neutral-600\/100:hover {
  --tw-ring-color: rgb(96 89 82 / 1);
}

.hover\:ring-neutral-600\/15:hover {
  --tw-ring-color: rgb(96 89 82 / 0.15);
}

.hover\:ring-neutral-600\/20:hover {
  --tw-ring-color: rgb(96 89 82 / 0.2);
}

.hover\:ring-neutral-600\/25:hover {
  --tw-ring-color: rgb(96 89 82 / 0.25);
}

.hover\:ring-neutral-600\/30:hover {
  --tw-ring-color: rgb(96 89 82 / 0.3);
}

.hover\:ring-neutral-600\/35:hover {
  --tw-ring-color: rgb(96 89 82 / 0.35);
}

.hover\:ring-neutral-600\/40:hover {
  --tw-ring-color: rgb(96 89 82 / 0.4);
}

.hover\:ring-neutral-600\/45:hover {
  --tw-ring-color: rgb(96 89 82 / 0.45);
}

.hover\:ring-neutral-600\/5:hover {
  --tw-ring-color: rgb(96 89 82 / 0.05);
}

.hover\:ring-neutral-600\/50:hover {
  --tw-ring-color: rgb(96 89 82 / 0.5);
}

.hover\:ring-neutral-600\/55:hover {
  --tw-ring-color: rgb(96 89 82 / 0.55);
}

.hover\:ring-neutral-600\/60:hover {
  --tw-ring-color: rgb(96 89 82 / 0.6);
}

.hover\:ring-neutral-600\/65:hover {
  --tw-ring-color: rgb(96 89 82 / 0.65);
}

.hover\:ring-neutral-600\/70:hover {
  --tw-ring-color: rgb(96 89 82 / 0.7);
}

.hover\:ring-neutral-600\/75:hover {
  --tw-ring-color: rgb(96 89 82 / 0.75);
}

.hover\:ring-neutral-600\/80:hover {
  --tw-ring-color: rgb(96 89 82 / 0.8);
}

.hover\:ring-neutral-600\/85:hover {
  --tw-ring-color: rgb(96 89 82 / 0.85);
}

.hover\:ring-neutral-600\/90:hover {
  --tw-ring-color: rgb(96 89 82 / 0.9);
}

.hover\:ring-neutral-600\/95:hover {
  --tw-ring-color: rgb(96 89 82 / 0.95);
}

.hover\:ring-neutral-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(73 68 63 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-700\/0:hover {
  --tw-ring-color: rgb(73 68 63 / 0);
}

.hover\:ring-neutral-700\/10:hover {
  --tw-ring-color: rgb(73 68 63 / 0.1);
}

.hover\:ring-neutral-700\/100:hover {
  --tw-ring-color: rgb(73 68 63 / 1);
}

.hover\:ring-neutral-700\/15:hover {
  --tw-ring-color: rgb(73 68 63 / 0.15);
}

.hover\:ring-neutral-700\/20:hover {
  --tw-ring-color: rgb(73 68 63 / 0.2);
}

.hover\:ring-neutral-700\/25:hover {
  --tw-ring-color: rgb(73 68 63 / 0.25);
}

.hover\:ring-neutral-700\/30:hover {
  --tw-ring-color: rgb(73 68 63 / 0.3);
}

.hover\:ring-neutral-700\/35:hover {
  --tw-ring-color: rgb(73 68 63 / 0.35);
}

.hover\:ring-neutral-700\/40:hover {
  --tw-ring-color: rgb(73 68 63 / 0.4);
}

.hover\:ring-neutral-700\/45:hover {
  --tw-ring-color: rgb(73 68 63 / 0.45);
}

.hover\:ring-neutral-700\/5:hover {
  --tw-ring-color: rgb(73 68 63 / 0.05);
}

.hover\:ring-neutral-700\/50:hover {
  --tw-ring-color: rgb(73 68 63 / 0.5);
}

.hover\:ring-neutral-700\/55:hover {
  --tw-ring-color: rgb(73 68 63 / 0.55);
}

.hover\:ring-neutral-700\/60:hover {
  --tw-ring-color: rgb(73 68 63 / 0.6);
}

.hover\:ring-neutral-700\/65:hover {
  --tw-ring-color: rgb(73 68 63 / 0.65);
}

.hover\:ring-neutral-700\/70:hover {
  --tw-ring-color: rgb(73 68 63 / 0.7);
}

.hover\:ring-neutral-700\/75:hover {
  --tw-ring-color: rgb(73 68 63 / 0.75);
}

.hover\:ring-neutral-700\/80:hover {
  --tw-ring-color: rgb(73 68 63 / 0.8);
}

.hover\:ring-neutral-700\/85:hover {
  --tw-ring-color: rgb(73 68 63 / 0.85);
}

.hover\:ring-neutral-700\/90:hover {
  --tw-ring-color: rgb(73 68 63 / 0.9);
}

.hover\:ring-neutral-700\/95:hover {
  --tw-ring-color: rgb(73 68 63 / 0.95);
}

.hover\:ring-neutral-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(48 45 42 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-800\/0:hover {
  --tw-ring-color: rgb(48 45 42 / 0);
}

.hover\:ring-neutral-800\/10:hover {
  --tw-ring-color: rgb(48 45 42 / 0.1);
}

.hover\:ring-neutral-800\/100:hover {
  --tw-ring-color: rgb(48 45 42 / 1);
}

.hover\:ring-neutral-800\/15:hover {
  --tw-ring-color: rgb(48 45 42 / 0.15);
}

.hover\:ring-neutral-800\/20:hover {
  --tw-ring-color: rgb(48 45 42 / 0.2);
}

.hover\:ring-neutral-800\/25:hover {
  --tw-ring-color: rgb(48 45 42 / 0.25);
}

.hover\:ring-neutral-800\/30:hover {
  --tw-ring-color: rgb(48 45 42 / 0.3);
}

.hover\:ring-neutral-800\/35:hover {
  --tw-ring-color: rgb(48 45 42 / 0.35);
}

.hover\:ring-neutral-800\/40:hover {
  --tw-ring-color: rgb(48 45 42 / 0.4);
}

.hover\:ring-neutral-800\/45:hover {
  --tw-ring-color: rgb(48 45 42 / 0.45);
}

.hover\:ring-neutral-800\/5:hover {
  --tw-ring-color: rgb(48 45 42 / 0.05);
}

.hover\:ring-neutral-800\/50:hover {
  --tw-ring-color: rgb(48 45 42 / 0.5);
}

.hover\:ring-neutral-800\/55:hover {
  --tw-ring-color: rgb(48 45 42 / 0.55);
}

.hover\:ring-neutral-800\/60:hover {
  --tw-ring-color: rgb(48 45 42 / 0.6);
}

.hover\:ring-neutral-800\/65:hover {
  --tw-ring-color: rgb(48 45 42 / 0.65);
}

.hover\:ring-neutral-800\/70:hover {
  --tw-ring-color: rgb(48 45 42 / 0.7);
}

.hover\:ring-neutral-800\/75:hover {
  --tw-ring-color: rgb(48 45 42 / 0.75);
}

.hover\:ring-neutral-800\/80:hover {
  --tw-ring-color: rgb(48 45 42 / 0.8);
}

.hover\:ring-neutral-800\/85:hover {
  --tw-ring-color: rgb(48 45 42 / 0.85);
}

.hover\:ring-neutral-800\/90:hover {
  --tw-ring-color: rgb(48 45 42 / 0.9);
}

.hover\:ring-neutral-800\/95:hover {
  --tw-ring-color: rgb(48 45 42 / 0.95);
}

.hover\:ring-neutral-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(33 31 29 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-900\/0:hover {
  --tw-ring-color: rgb(33 31 29 / 0);
}

.hover\:ring-neutral-900\/10:hover {
  --tw-ring-color: rgb(33 31 29 / 0.1);
}

.hover\:ring-neutral-900\/100:hover {
  --tw-ring-color: rgb(33 31 29 / 1);
}

.hover\:ring-neutral-900\/15:hover {
  --tw-ring-color: rgb(33 31 29 / 0.15);
}

.hover\:ring-neutral-900\/20:hover {
  --tw-ring-color: rgb(33 31 29 / 0.2);
}

.hover\:ring-neutral-900\/25:hover {
  --tw-ring-color: rgb(33 31 29 / 0.25);
}

.hover\:ring-neutral-900\/30:hover {
  --tw-ring-color: rgb(33 31 29 / 0.3);
}

.hover\:ring-neutral-900\/35:hover {
  --tw-ring-color: rgb(33 31 29 / 0.35);
}

.hover\:ring-neutral-900\/40:hover {
  --tw-ring-color: rgb(33 31 29 / 0.4);
}

.hover\:ring-neutral-900\/45:hover {
  --tw-ring-color: rgb(33 31 29 / 0.45);
}

.hover\:ring-neutral-900\/5:hover {
  --tw-ring-color: rgb(33 31 29 / 0.05);
}

.hover\:ring-neutral-900\/50:hover {
  --tw-ring-color: rgb(33 31 29 / 0.5);
}

.hover\:ring-neutral-900\/55:hover {
  --tw-ring-color: rgb(33 31 29 / 0.55);
}

.hover\:ring-neutral-900\/60:hover {
  --tw-ring-color: rgb(33 31 29 / 0.6);
}

.hover\:ring-neutral-900\/65:hover {
  --tw-ring-color: rgb(33 31 29 / 0.65);
}

.hover\:ring-neutral-900\/70:hover {
  --tw-ring-color: rgb(33 31 29 / 0.7);
}

.hover\:ring-neutral-900\/75:hover {
  --tw-ring-color: rgb(33 31 29 / 0.75);
}

.hover\:ring-neutral-900\/80:hover {
  --tw-ring-color: rgb(33 31 29 / 0.8);
}

.hover\:ring-neutral-900\/85:hover {
  --tw-ring-color: rgb(33 31 29 / 0.85);
}

.hover\:ring-neutral-900\/90:hover {
  --tw-ring-color: rgb(33 31 29 / 0.9);
}

.hover\:ring-neutral-900\/95:hover {
  --tw-ring-color: rgb(33 31 29 / 0.95);
}

.hover\:ring-neutral-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 17 16 / var(--tw-ring-opacity, 1));
}

.hover\:ring-neutral-950\/0:hover {
  --tw-ring-color: rgb(18 17 16 / 0);
}

.hover\:ring-neutral-950\/10:hover {
  --tw-ring-color: rgb(18 17 16 / 0.1);
}

.hover\:ring-neutral-950\/100:hover {
  --tw-ring-color: rgb(18 17 16 / 1);
}

.hover\:ring-neutral-950\/15:hover {
  --tw-ring-color: rgb(18 17 16 / 0.15);
}

.hover\:ring-neutral-950\/20:hover {
  --tw-ring-color: rgb(18 17 16 / 0.2);
}

.hover\:ring-neutral-950\/25:hover {
  --tw-ring-color: rgb(18 17 16 / 0.25);
}

.hover\:ring-neutral-950\/30:hover {
  --tw-ring-color: rgb(18 17 16 / 0.3);
}

.hover\:ring-neutral-950\/35:hover {
  --tw-ring-color: rgb(18 17 16 / 0.35);
}

.hover\:ring-neutral-950\/40:hover {
  --tw-ring-color: rgb(18 17 16 / 0.4);
}

.hover\:ring-neutral-950\/45:hover {
  --tw-ring-color: rgb(18 17 16 / 0.45);
}

.hover\:ring-neutral-950\/5:hover {
  --tw-ring-color: rgb(18 17 16 / 0.05);
}

.hover\:ring-neutral-950\/50:hover {
  --tw-ring-color: rgb(18 17 16 / 0.5);
}

.hover\:ring-neutral-950\/55:hover {
  --tw-ring-color: rgb(18 17 16 / 0.55);
}

.hover\:ring-neutral-950\/60:hover {
  --tw-ring-color: rgb(18 17 16 / 0.6);
}

.hover\:ring-neutral-950\/65:hover {
  --tw-ring-color: rgb(18 17 16 / 0.65);
}

.hover\:ring-neutral-950\/70:hover {
  --tw-ring-color: rgb(18 17 16 / 0.7);
}

.hover\:ring-neutral-950\/75:hover {
  --tw-ring-color: rgb(18 17 16 / 0.75);
}

.hover\:ring-neutral-950\/80:hover {
  --tw-ring-color: rgb(18 17 16 / 0.8);
}

.hover\:ring-neutral-950\/85:hover {
  --tw-ring-color: rgb(18 17 16 / 0.85);
}

.hover\:ring-neutral-950\/90:hover {
  --tw-ring-color: rgb(18 17 16 / 0.9);
}

.hover\:ring-neutral-950\/95:hover {
  --tw-ring-color: rgb(18 17 16 / 0.95);
}

.hover\:ring-primary-100:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 234 222 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-100\/0:hover {
  --tw-ring-color: rgb(254 234 222 / 0);
}

.hover\:ring-primary-100\/10:hover {
  --tw-ring-color: rgb(254 234 222 / 0.1);
}

.hover\:ring-primary-100\/100:hover {
  --tw-ring-color: rgb(254 234 222 / 1);
}

.hover\:ring-primary-100\/15:hover {
  --tw-ring-color: rgb(254 234 222 / 0.15);
}

.hover\:ring-primary-100\/20:hover {
  --tw-ring-color: rgb(254 234 222 / 0.2);
}

.hover\:ring-primary-100\/25:hover {
  --tw-ring-color: rgb(254 234 222 / 0.25);
}

.hover\:ring-primary-100\/30:hover {
  --tw-ring-color: rgb(254 234 222 / 0.3);
}

.hover\:ring-primary-100\/35:hover {
  --tw-ring-color: rgb(254 234 222 / 0.35);
}

.hover\:ring-primary-100\/40:hover {
  --tw-ring-color: rgb(254 234 222 / 0.4);
}

.hover\:ring-primary-100\/45:hover {
  --tw-ring-color: rgb(254 234 222 / 0.45);
}

.hover\:ring-primary-100\/5:hover {
  --tw-ring-color: rgb(254 234 222 / 0.05);
}

.hover\:ring-primary-100\/50:hover {
  --tw-ring-color: rgb(254 234 222 / 0.5);
}

.hover\:ring-primary-100\/55:hover {
  --tw-ring-color: rgb(254 234 222 / 0.55);
}

.hover\:ring-primary-100\/60:hover {
  --tw-ring-color: rgb(254 234 222 / 0.6);
}

.hover\:ring-primary-100\/65:hover {
  --tw-ring-color: rgb(254 234 222 / 0.65);
}

.hover\:ring-primary-100\/70:hover {
  --tw-ring-color: rgb(254 234 222 / 0.7);
}

.hover\:ring-primary-100\/75:hover {
  --tw-ring-color: rgb(254 234 222 / 0.75);
}

.hover\:ring-primary-100\/80:hover {
  --tw-ring-color: rgb(254 234 222 / 0.8);
}

.hover\:ring-primary-100\/85:hover {
  --tw-ring-color: rgb(254 234 222 / 0.85);
}

.hover\:ring-primary-100\/90:hover {
  --tw-ring-color: rgb(254 234 222 / 0.9);
}

.hover\:ring-primary-100\/95:hover {
  --tw-ring-color: rgb(254 234 222 / 0.95);
}

.hover\:ring-primary-200:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 189 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-200\/0:hover {
  --tw-ring-color: rgb(252 211 189 / 0);
}

.hover\:ring-primary-200\/10:hover {
  --tw-ring-color: rgb(252 211 189 / 0.1);
}

.hover\:ring-primary-200\/100:hover {
  --tw-ring-color: rgb(252 211 189 / 1);
}

.hover\:ring-primary-200\/15:hover {
  --tw-ring-color: rgb(252 211 189 / 0.15);
}

.hover\:ring-primary-200\/20:hover {
  --tw-ring-color: rgb(252 211 189 / 0.2);
}

.hover\:ring-primary-200\/25:hover {
  --tw-ring-color: rgb(252 211 189 / 0.25);
}

.hover\:ring-primary-200\/30:hover {
  --tw-ring-color: rgb(252 211 189 / 0.3);
}

.hover\:ring-primary-200\/35:hover {
  --tw-ring-color: rgb(252 211 189 / 0.35);
}

.hover\:ring-primary-200\/40:hover {
  --tw-ring-color: rgb(252 211 189 / 0.4);
}

.hover\:ring-primary-200\/45:hover {
  --tw-ring-color: rgb(252 211 189 / 0.45);
}

.hover\:ring-primary-200\/5:hover {
  --tw-ring-color: rgb(252 211 189 / 0.05);
}

.hover\:ring-primary-200\/50:hover {
  --tw-ring-color: rgb(252 211 189 / 0.5);
}

.hover\:ring-primary-200\/55:hover {
  --tw-ring-color: rgb(252 211 189 / 0.55);
}

.hover\:ring-primary-200\/60:hover {
  --tw-ring-color: rgb(252 211 189 / 0.6);
}

.hover\:ring-primary-200\/65:hover {
  --tw-ring-color: rgb(252 211 189 / 0.65);
}

.hover\:ring-primary-200\/70:hover {
  --tw-ring-color: rgb(252 211 189 / 0.7);
}

.hover\:ring-primary-200\/75:hover {
  --tw-ring-color: rgb(252 211 189 / 0.75);
}

.hover\:ring-primary-200\/80:hover {
  --tw-ring-color: rgb(252 211 189 / 0.8);
}

.hover\:ring-primary-200\/85:hover {
  --tw-ring-color: rgb(252 211 189 / 0.85);
}

.hover\:ring-primary-200\/90:hover {
  --tw-ring-color: rgb(252 211 189 / 0.9);
}

.hover\:ring-primary-200\/95:hover {
  --tw-ring-color: rgb(252 211 189 / 0.95);
}

.hover\:ring-primary-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 179 143 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-300\/0:hover {
  --tw-ring-color: rgb(250 179 143 / 0);
}

.hover\:ring-primary-300\/10:hover {
  --tw-ring-color: rgb(250 179 143 / 0.1);
}

.hover\:ring-primary-300\/100:hover {
  --tw-ring-color: rgb(250 179 143 / 1);
}

.hover\:ring-primary-300\/15:hover {
  --tw-ring-color: rgb(250 179 143 / 0.15);
}

.hover\:ring-primary-300\/20:hover {
  --tw-ring-color: rgb(250 179 143 / 0.2);
}

.hover\:ring-primary-300\/25:hover {
  --tw-ring-color: rgb(250 179 143 / 0.25);
}

.hover\:ring-primary-300\/30:hover {
  --tw-ring-color: rgb(250 179 143 / 0.3);
}

.hover\:ring-primary-300\/35:hover {
  --tw-ring-color: rgb(250 179 143 / 0.35);
}

.hover\:ring-primary-300\/40:hover {
  --tw-ring-color: rgb(250 179 143 / 0.4);
}

.hover\:ring-primary-300\/45:hover {
  --tw-ring-color: rgb(250 179 143 / 0.45);
}

.hover\:ring-primary-300\/5:hover {
  --tw-ring-color: rgb(250 179 143 / 0.05);
}

.hover\:ring-primary-300\/50:hover {
  --tw-ring-color: rgb(250 179 143 / 0.5);
}

.hover\:ring-primary-300\/55:hover {
  --tw-ring-color: rgb(250 179 143 / 0.55);
}

.hover\:ring-primary-300\/60:hover {
  --tw-ring-color: rgb(250 179 143 / 0.6);
}

.hover\:ring-primary-300\/65:hover {
  --tw-ring-color: rgb(250 179 143 / 0.65);
}

.hover\:ring-primary-300\/70:hover {
  --tw-ring-color: rgb(250 179 143 / 0.7);
}

.hover\:ring-primary-300\/75:hover {
  --tw-ring-color: rgb(250 179 143 / 0.75);
}

.hover\:ring-primary-300\/80:hover {
  --tw-ring-color: rgb(250 179 143 / 0.8);
}

.hover\:ring-primary-300\/85:hover {
  --tw-ring-color: rgb(250 179 143 / 0.85);
}

.hover\:ring-primary-300\/90:hover {
  --tw-ring-color: rgb(250 179 143 / 0.9);
}

.hover\:ring-primary-300\/95:hover {
  --tw-ring-color: rgb(250 179 143 / 0.95);
}

.hover\:ring-primary-400:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 151 102 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-400\/0:hover {
  --tw-ring-color: rgb(249 151 102 / 0);
}

.hover\:ring-primary-400\/10:hover {
  --tw-ring-color: rgb(249 151 102 / 0.1);
}

.hover\:ring-primary-400\/100:hover {
  --tw-ring-color: rgb(249 151 102 / 1);
}

.hover\:ring-primary-400\/15:hover {
  --tw-ring-color: rgb(249 151 102 / 0.15);
}

.hover\:ring-primary-400\/20:hover {
  --tw-ring-color: rgb(249 151 102 / 0.2);
}

.hover\:ring-primary-400\/25:hover {
  --tw-ring-color: rgb(249 151 102 / 0.25);
}

.hover\:ring-primary-400\/30:hover {
  --tw-ring-color: rgb(249 151 102 / 0.3);
}

.hover\:ring-primary-400\/35:hover {
  --tw-ring-color: rgb(249 151 102 / 0.35);
}

.hover\:ring-primary-400\/40:hover {
  --tw-ring-color: rgb(249 151 102 / 0.4);
}

.hover\:ring-primary-400\/45:hover {
  --tw-ring-color: rgb(249 151 102 / 0.45);
}

.hover\:ring-primary-400\/5:hover {
  --tw-ring-color: rgb(249 151 102 / 0.05);
}

.hover\:ring-primary-400\/50:hover {
  --tw-ring-color: rgb(249 151 102 / 0.5);
}

.hover\:ring-primary-400\/55:hover {
  --tw-ring-color: rgb(249 151 102 / 0.55);
}

.hover\:ring-primary-400\/60:hover {
  --tw-ring-color: rgb(249 151 102 / 0.6);
}

.hover\:ring-primary-400\/65:hover {
  --tw-ring-color: rgb(249 151 102 / 0.65);
}

.hover\:ring-primary-400\/70:hover {
  --tw-ring-color: rgb(249 151 102 / 0.7);
}

.hover\:ring-primary-400\/75:hover {
  --tw-ring-color: rgb(249 151 102 / 0.75);
}

.hover\:ring-primary-400\/80:hover {
  --tw-ring-color: rgb(249 151 102 / 0.8);
}

.hover\:ring-primary-400\/85:hover {
  --tw-ring-color: rgb(249 151 102 / 0.85);
}

.hover\:ring-primary-400\/90:hover {
  --tw-ring-color: rgb(249 151 102 / 0.9);
}

.hover\:ring-primary-400\/95:hover {
  --tw-ring-color: rgb(249 151 102 / 0.95);
}

.hover\:ring-primary-50:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 242 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-50\/0:hover {
  --tw-ring-color: rgb(255 247 242 / 0);
}

.hover\:ring-primary-50\/10:hover {
  --tw-ring-color: rgb(255 247 242 / 0.1);
}

.hover\:ring-primary-50\/100:hover {
  --tw-ring-color: rgb(255 247 242 / 1);
}

.hover\:ring-primary-50\/15:hover {
  --tw-ring-color: rgb(255 247 242 / 0.15);
}

.hover\:ring-primary-50\/20:hover {
  --tw-ring-color: rgb(255 247 242 / 0.2);
}

.hover\:ring-primary-50\/25:hover {
  --tw-ring-color: rgb(255 247 242 / 0.25);
}

.hover\:ring-primary-50\/30:hover {
  --tw-ring-color: rgb(255 247 242 / 0.3);
}

.hover\:ring-primary-50\/35:hover {
  --tw-ring-color: rgb(255 247 242 / 0.35);
}

.hover\:ring-primary-50\/40:hover {
  --tw-ring-color: rgb(255 247 242 / 0.4);
}

.hover\:ring-primary-50\/45:hover {
  --tw-ring-color: rgb(255 247 242 / 0.45);
}

.hover\:ring-primary-50\/5:hover {
  --tw-ring-color: rgb(255 247 242 / 0.05);
}

.hover\:ring-primary-50\/50:hover {
  --tw-ring-color: rgb(255 247 242 / 0.5);
}

.hover\:ring-primary-50\/55:hover {
  --tw-ring-color: rgb(255 247 242 / 0.55);
}

.hover\:ring-primary-50\/60:hover {
  --tw-ring-color: rgb(255 247 242 / 0.6);
}

.hover\:ring-primary-50\/65:hover {
  --tw-ring-color: rgb(255 247 242 / 0.65);
}

.hover\:ring-primary-50\/70:hover {
  --tw-ring-color: rgb(255 247 242 / 0.7);
}

.hover\:ring-primary-50\/75:hover {
  --tw-ring-color: rgb(255 247 242 / 0.75);
}

.hover\:ring-primary-50\/80:hover {
  --tw-ring-color: rgb(255 247 242 / 0.8);
}

.hover\:ring-primary-50\/85:hover {
  --tw-ring-color: rgb(255 247 242 / 0.85);
}

.hover\:ring-primary-50\/90:hover {
  --tw-ring-color: rgb(255 247 242 / 0.9);
}

.hover\:ring-primary-50\/95:hover {
  --tw-ring-color: rgb(255 247 242 / 0.95);
}

.hover\:ring-primary-500:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 141 77 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-500\/0:hover {
  --tw-ring-color: rgb(247 141 77 / 0);
}

.hover\:ring-primary-500\/10:hover {
  --tw-ring-color: rgb(247 141 77 / 0.1);
}

.hover\:ring-primary-500\/100:hover {
  --tw-ring-color: rgb(247 141 77 / 1);
}

.hover\:ring-primary-500\/15:hover {
  --tw-ring-color: rgb(247 141 77 / 0.15);
}

.hover\:ring-primary-500\/20:hover {
  --tw-ring-color: rgb(247 141 77 / 0.2);
}

.hover\:ring-primary-500\/25:hover {
  --tw-ring-color: rgb(247 141 77 / 0.25);
}

.hover\:ring-primary-500\/30:hover {
  --tw-ring-color: rgb(247 141 77 / 0.3);
}

.hover\:ring-primary-500\/35:hover {
  --tw-ring-color: rgb(247 141 77 / 0.35);
}

.hover\:ring-primary-500\/40:hover {
  --tw-ring-color: rgb(247 141 77 / 0.4);
}

.hover\:ring-primary-500\/45:hover {
  --tw-ring-color: rgb(247 141 77 / 0.45);
}

.hover\:ring-primary-500\/5:hover {
  --tw-ring-color: rgb(247 141 77 / 0.05);
}

.hover\:ring-primary-500\/50:hover {
  --tw-ring-color: rgb(247 141 77 / 0.5);
}

.hover\:ring-primary-500\/55:hover {
  --tw-ring-color: rgb(247 141 77 / 0.55);
}

.hover\:ring-primary-500\/60:hover {
  --tw-ring-color: rgb(247 141 77 / 0.6);
}

.hover\:ring-primary-500\/65:hover {
  --tw-ring-color: rgb(247 141 77 / 0.65);
}

.hover\:ring-primary-500\/70:hover {
  --tw-ring-color: rgb(247 141 77 / 0.7);
}

.hover\:ring-primary-500\/75:hover {
  --tw-ring-color: rgb(247 141 77 / 0.75);
}

.hover\:ring-primary-500\/80:hover {
  --tw-ring-color: rgb(247 141 77 / 0.8);
}

.hover\:ring-primary-500\/85:hover {
  --tw-ring-color: rgb(247 141 77 / 0.85);
}

.hover\:ring-primary-500\/90:hover {
  --tw-ring-color: rgb(247 141 77 / 0.9);
}

.hover\:ring-primary-500\/95:hover {
  --tw-ring-color: rgb(247 141 77 / 0.95);
}

.hover\:ring-primary-600:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 99 37 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-600\/0:hover {
  --tw-ring-color: rgb(233 99 37 / 0);
}

.hover\:ring-primary-600\/10:hover {
  --tw-ring-color: rgb(233 99 37 / 0.1);
}

.hover\:ring-primary-600\/100:hover {
  --tw-ring-color: rgb(233 99 37 / 1);
}

.hover\:ring-primary-600\/15:hover {
  --tw-ring-color: rgb(233 99 37 / 0.15);
}

.hover\:ring-primary-600\/20:hover {
  --tw-ring-color: rgb(233 99 37 / 0.2);
}

.hover\:ring-primary-600\/25:hover {
  --tw-ring-color: rgb(233 99 37 / 0.25);
}

.hover\:ring-primary-600\/30:hover {
  --tw-ring-color: rgb(233 99 37 / 0.3);
}

.hover\:ring-primary-600\/35:hover {
  --tw-ring-color: rgb(233 99 37 / 0.35);
}

.hover\:ring-primary-600\/40:hover {
  --tw-ring-color: rgb(233 99 37 / 0.4);
}

.hover\:ring-primary-600\/45:hover {
  --tw-ring-color: rgb(233 99 37 / 0.45);
}

.hover\:ring-primary-600\/5:hover {
  --tw-ring-color: rgb(233 99 37 / 0.05);
}

.hover\:ring-primary-600\/50:hover {
  --tw-ring-color: rgb(233 99 37 / 0.5);
}

.hover\:ring-primary-600\/55:hover {
  --tw-ring-color: rgb(233 99 37 / 0.55);
}

.hover\:ring-primary-600\/60:hover {
  --tw-ring-color: rgb(233 99 37 / 0.6);
}

.hover\:ring-primary-600\/65:hover {
  --tw-ring-color: rgb(233 99 37 / 0.65);
}

.hover\:ring-primary-600\/70:hover {
  --tw-ring-color: rgb(233 99 37 / 0.7);
}

.hover\:ring-primary-600\/75:hover {
  --tw-ring-color: rgb(233 99 37 / 0.75);
}

.hover\:ring-primary-600\/80:hover {
  --tw-ring-color: rgb(233 99 37 / 0.8);
}

.hover\:ring-primary-600\/85:hover {
  --tw-ring-color: rgb(233 99 37 / 0.85);
}

.hover\:ring-primary-600\/90:hover {
  --tw-ring-color: rgb(233 99 37 / 0.9);
}

.hover\:ring-primary-600\/95:hover {
  --tw-ring-color: rgb(233 99 37 / 0.95);
}

.hover\:ring-primary-700:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(201 74 22 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-700\/0:hover {
  --tw-ring-color: rgb(201 74 22 / 0);
}

.hover\:ring-primary-700\/10:hover {
  --tw-ring-color: rgb(201 74 22 / 0.1);
}

.hover\:ring-primary-700\/100:hover {
  --tw-ring-color: rgb(201 74 22 / 1);
}

.hover\:ring-primary-700\/15:hover {
  --tw-ring-color: rgb(201 74 22 / 0.15);
}

.hover\:ring-primary-700\/20:hover {
  --tw-ring-color: rgb(201 74 22 / 0.2);
}

.hover\:ring-primary-700\/25:hover {
  --tw-ring-color: rgb(201 74 22 / 0.25);
}

.hover\:ring-primary-700\/30:hover {
  --tw-ring-color: rgb(201 74 22 / 0.3);
}

.hover\:ring-primary-700\/35:hover {
  --tw-ring-color: rgb(201 74 22 / 0.35);
}

.hover\:ring-primary-700\/40:hover {
  --tw-ring-color: rgb(201 74 22 / 0.4);
}

.hover\:ring-primary-700\/45:hover {
  --tw-ring-color: rgb(201 74 22 / 0.45);
}

.hover\:ring-primary-700\/5:hover {
  --tw-ring-color: rgb(201 74 22 / 0.05);
}

.hover\:ring-primary-700\/50:hover {
  --tw-ring-color: rgb(201 74 22 / 0.5);
}

.hover\:ring-primary-700\/55:hover {
  --tw-ring-color: rgb(201 74 22 / 0.55);
}

.hover\:ring-primary-700\/60:hover {
  --tw-ring-color: rgb(201 74 22 / 0.6);
}

.hover\:ring-primary-700\/65:hover {
  --tw-ring-color: rgb(201 74 22 / 0.65);
}

.hover\:ring-primary-700\/70:hover {
  --tw-ring-color: rgb(201 74 22 / 0.7);
}

.hover\:ring-primary-700\/75:hover {
  --tw-ring-color: rgb(201 74 22 / 0.75);
}

.hover\:ring-primary-700\/80:hover {
  --tw-ring-color: rgb(201 74 22 / 0.8);
}

.hover\:ring-primary-700\/85:hover {
  --tw-ring-color: rgb(201 74 22 / 0.85);
}

.hover\:ring-primary-700\/90:hover {
  --tw-ring-color: rgb(201 74 22 / 0.9);
}

.hover\:ring-primary-700\/95:hover {
  --tw-ring-color: rgb(201 74 22 / 0.95);
}

.hover\:ring-primary-800:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 59 24 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-800\/0:hover {
  --tw-ring-color: rgb(161 59 24 / 0);
}

.hover\:ring-primary-800\/10:hover {
  --tw-ring-color: rgb(161 59 24 / 0.1);
}

.hover\:ring-primary-800\/100:hover {
  --tw-ring-color: rgb(161 59 24 / 1);
}

.hover\:ring-primary-800\/15:hover {
  --tw-ring-color: rgb(161 59 24 / 0.15);
}

.hover\:ring-primary-800\/20:hover {
  --tw-ring-color: rgb(161 59 24 / 0.2);
}

.hover\:ring-primary-800\/25:hover {
  --tw-ring-color: rgb(161 59 24 / 0.25);
}

.hover\:ring-primary-800\/30:hover {
  --tw-ring-color: rgb(161 59 24 / 0.3);
}

.hover\:ring-primary-800\/35:hover {
  --tw-ring-color: rgb(161 59 24 / 0.35);
}

.hover\:ring-primary-800\/40:hover {
  --tw-ring-color: rgb(161 59 24 / 0.4);
}

.hover\:ring-primary-800\/45:hover {
  --tw-ring-color: rgb(161 59 24 / 0.45);
}

.hover\:ring-primary-800\/5:hover {
  --tw-ring-color: rgb(161 59 24 / 0.05);
}

.hover\:ring-primary-800\/50:hover {
  --tw-ring-color: rgb(161 59 24 / 0.5);
}

.hover\:ring-primary-800\/55:hover {
  --tw-ring-color: rgb(161 59 24 / 0.55);
}

.hover\:ring-primary-800\/60:hover {
  --tw-ring-color: rgb(161 59 24 / 0.6);
}

.hover\:ring-primary-800\/65:hover {
  --tw-ring-color: rgb(161 59 24 / 0.65);
}

.hover\:ring-primary-800\/70:hover {
  --tw-ring-color: rgb(161 59 24 / 0.7);
}

.hover\:ring-primary-800\/75:hover {
  --tw-ring-color: rgb(161 59 24 / 0.75);
}

.hover\:ring-primary-800\/80:hover {
  --tw-ring-color: rgb(161 59 24 / 0.8);
}

.hover\:ring-primary-800\/85:hover {
  --tw-ring-color: rgb(161 59 24 / 0.85);
}

.hover\:ring-primary-800\/90:hover {
  --tw-ring-color: rgb(161 59 24 / 0.9);
}

.hover\:ring-primary-800\/95:hover {
  --tw-ring-color: rgb(161 59 24 / 0.95);
}

.hover\:ring-primary-900:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 51 24 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-900\/0:hover {
  --tw-ring-color: rgb(130 51 24 / 0);
}

.hover\:ring-primary-900\/10:hover {
  --tw-ring-color: rgb(130 51 24 / 0.1);
}

.hover\:ring-primary-900\/100:hover {
  --tw-ring-color: rgb(130 51 24 / 1);
}

.hover\:ring-primary-900\/15:hover {
  --tw-ring-color: rgb(130 51 24 / 0.15);
}

.hover\:ring-primary-900\/20:hover {
  --tw-ring-color: rgb(130 51 24 / 0.2);
}

.hover\:ring-primary-900\/25:hover {
  --tw-ring-color: rgb(130 51 24 / 0.25);
}

.hover\:ring-primary-900\/30:hover {
  --tw-ring-color: rgb(130 51 24 / 0.3);
}

.hover\:ring-primary-900\/35:hover {
  --tw-ring-color: rgb(130 51 24 / 0.35);
}

.hover\:ring-primary-900\/40:hover {
  --tw-ring-color: rgb(130 51 24 / 0.4);
}

.hover\:ring-primary-900\/45:hover {
  --tw-ring-color: rgb(130 51 24 / 0.45);
}

.hover\:ring-primary-900\/5:hover {
  --tw-ring-color: rgb(130 51 24 / 0.05);
}

.hover\:ring-primary-900\/50:hover {
  --tw-ring-color: rgb(130 51 24 / 0.5);
}

.hover\:ring-primary-900\/55:hover {
  --tw-ring-color: rgb(130 51 24 / 0.55);
}

.hover\:ring-primary-900\/60:hover {
  --tw-ring-color: rgb(130 51 24 / 0.6);
}

.hover\:ring-primary-900\/65:hover {
  --tw-ring-color: rgb(130 51 24 / 0.65);
}

.hover\:ring-primary-900\/70:hover {
  --tw-ring-color: rgb(130 51 24 / 0.7);
}

.hover\:ring-primary-900\/75:hover {
  --tw-ring-color: rgb(130 51 24 / 0.75);
}

.hover\:ring-primary-900\/80:hover {
  --tw-ring-color: rgb(130 51 24 / 0.8);
}

.hover\:ring-primary-900\/85:hover {
  --tw-ring-color: rgb(130 51 24 / 0.85);
}

.hover\:ring-primary-900\/90:hover {
  --tw-ring-color: rgb(130 51 24 / 0.9);
}

.hover\:ring-primary-900\/95:hover {
  --tw-ring-color: rgb(130 51 24 / 0.95);
}

.hover\:ring-primary-950:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(70 23 8 / var(--tw-ring-opacity, 1));
}

.hover\:ring-primary-950\/0:hover {
  --tw-ring-color: rgb(70 23 8 / 0);
}

.hover\:ring-primary-950\/10:hover {
  --tw-ring-color: rgb(70 23 8 / 0.1);
}

.hover\:ring-primary-950\/100:hover {
  --tw-ring-color: rgb(70 23 8 / 1);
}

.hover\:ring-primary-950\/15:hover {
  --tw-ring-color: rgb(70 23 8 / 0.15);
}

.hover\:ring-primary-950\/20:hover {
  --tw-ring-color: rgb(70 23 8 / 0.2);
}

.hover\:ring-primary-950\/25:hover {
  --tw-ring-color: rgb(70 23 8 / 0.25);
}

.hover\:ring-primary-950\/30:hover {
  --tw-ring-color: rgb(70 23 8 / 0.3);
}

.hover\:ring-primary-950\/35:hover {
  --tw-ring-color: rgb(70 23 8 / 0.35);
}

.hover\:ring-primary-950\/40:hover {
  --tw-ring-color: rgb(70 23 8 / 0.4);
}

.hover\:ring-primary-950\/45:hover {
  --tw-ring-color: rgb(70 23 8 / 0.45);
}

.hover\:ring-primary-950\/5:hover {
  --tw-ring-color: rgb(70 23 8 / 0.05);
}

.hover\:ring-primary-950\/50:hover {
  --tw-ring-color: rgb(70 23 8 / 0.5);
}

.hover\:ring-primary-950\/55:hover {
  --tw-ring-color: rgb(70 23 8 / 0.55);
}

.hover\:ring-primary-950\/60:hover {
  --tw-ring-color: rgb(70 23 8 / 0.6);
}

.hover\:ring-primary-950\/65:hover {
  --tw-ring-color: rgb(70 23 8 / 0.65);
}

.hover\:ring-primary-950\/70:hover {
  --tw-ring-color: rgb(70 23 8 / 0.7);
}

.hover\:ring-primary-950\/75:hover {
  --tw-ring-color: rgb(70 23 8 / 0.75);
}

.hover\:ring-primary-950\/80:hover {
  --tw-ring-color: rgb(70 23 8 / 0.8);
}

.hover\:ring-primary-950\/85:hover {
  --tw-ring-color: rgb(70 23 8 / 0.85);
}

.hover\:ring-primary-950\/90:hover {
  --tw-ring-color: rgb(70 23 8 / 0.9);
}

.hover\:ring-primary-950\/95:hover {
  --tw-ring-color: rgb(70 23 8 / 0.95);
}

.hover\:ring-transparent:hover {
  --tw-ring-color: transparent;
}

.hover\:ring-transparent\/0:hover {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.hover\:ring-transparent\/10:hover {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.hover\:ring-transparent\/100:hover {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.hover\:ring-transparent\/15:hover {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.hover\:ring-transparent\/20:hover {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.hover\:ring-transparent\/25:hover {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.hover\:ring-transparent\/30:hover {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.hover\:ring-transparent\/35:hover {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.hover\:ring-transparent\/40:hover {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.hover\:ring-transparent\/45:hover {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.hover\:ring-transparent\/5:hover {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.hover\:ring-transparent\/50:hover {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.hover\:ring-transparent\/55:hover {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.hover\:ring-transparent\/60:hover {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.hover\:ring-transparent\/65:hover {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.hover\:ring-transparent\/70:hover {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.hover\:ring-transparent\/75:hover {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.hover\:ring-transparent\/80:hover {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.hover\:ring-transparent\/85:hover {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.hover\:ring-transparent\/90:hover {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.hover\:ring-transparent\/95:hover {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.hover\:ring-white:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.hover\:ring-white\/0:hover {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.hover\:ring-white\/10:hover {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.hover\:ring-white\/100:hover {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.hover\:ring-white\/15:hover {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}

.hover\:ring-white\/20:hover {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.hover\:ring-white\/25:hover {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.hover\:ring-white\/30:hover {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.hover\:ring-white\/35:hover {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}

.hover\:ring-white\/40:hover {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.hover\:ring-white\/45:hover {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}

.hover\:ring-white\/5:hover {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.hover\:ring-white\/50:hover {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.hover\:ring-white\/55:hover {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}

.hover\:ring-white\/60:hover {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.hover\:ring-white\/65:hover {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}

.hover\:ring-white\/70:hover {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.hover\:ring-white\/75:hover {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.hover\:ring-white\/80:hover {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.hover\:ring-white\/85:hover {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}

.hover\:ring-white\/90:hover {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.hover\:ring-white\/95:hover {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.hover\:drop-shadow:hover {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:drop-shadow-2xl:hover {
  --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);
}

.hover\:drop-shadow-lg:hover {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:drop-shadow-md:hover {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:drop-shadow-none:hover {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:drop-shadow-sm:hover {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:drop-shadow-xl:hover {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.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\:backdrop-grayscale-0:hover {
  --tw-backdrop-grayscale: grayscale(0);
  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);
}

.hover\:transition-shadow:hover {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:relative:focus {
  position: relative;
}

.focus\:sticky:focus {
  position: sticky;
}

.focus\:block:focus {
  display: block;
}

.focus\:inline-block:focus {
  display: inline-block;
}

.focus\:flex:focus {
  display: flex;
}

.focus\:inline-flex:focus {
  display: inline-flex;
}

.focus\:grid:focus {
  display: grid;
}

.focus\:inline-grid:focus {
  display: inline-grid;
}

.focus\:hidden:focus {
  display: none;
}

.focus\:flex-1:focus {
  flex: 1 1 0%;
}

.focus\:flex-auto:focus {
  flex: 1 1 auto;
}

.focus\:flex-initial:focus {
  flex: 0 1 auto;
}

.focus\:flex-none:focus {
  flex: none;
}

.focus\:flex-shrink:focus {
  flex-shrink: 1;
}

.focus\:flex-shrink-0:focus {
  flex-shrink: 0;
}

.focus\:flex-grow:focus {
  flex-grow: 1;
}

.focus\:flex-grow-0:focus {
  flex-grow: 0;
}

.focus\:table-fixed:focus {
  table-layout: fixed;
}

.focus\:grid-flow-row:focus {
  grid-auto-flow: row;
}

.focus\:grid-flow-col:focus {
  grid-auto-flow: column;
}

.focus\:grid-flow-dense:focus {
  grid-auto-flow: dense;
}

.focus\:grid-flow-row-dense:focus {
  grid-auto-flow: row dense;
}

.focus\:grid-flow-col-dense:focus {
  grid-auto-flow: column dense;
}

.focus\:grid-cols-1:focus {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.focus\:grid-cols-10:focus {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.focus\:grid-cols-11:focus {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.focus\:grid-cols-12:focus {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.focus\:grid-cols-2:focus {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.focus\:grid-cols-3:focus {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.focus\:grid-cols-4:focus {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.focus\:grid-cols-5:focus {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.focus\:grid-cols-6:focus {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.focus\:grid-cols-7:focus {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.focus\:grid-cols-8:focus {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.focus\:grid-cols-9:focus {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.focus\:grid-cols-none:focus {
  grid-template-columns: none;
}

.focus\:grid-cols-subgrid:focus {
  grid-template-columns: subgrid;
}

.focus\:grid-rows-1:focus {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.focus\:grid-rows-10:focus {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.focus\:grid-rows-11:focus {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.focus\:grid-rows-12:focus {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.focus\:grid-rows-2:focus {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.focus\:grid-rows-3:focus {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.focus\:grid-rows-4:focus {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.focus\:grid-rows-5:focus {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.focus\:grid-rows-6:focus {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.focus\:grid-rows-7:focus {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.focus\:grid-rows-8:focus {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.focus\:grid-rows-9:focus {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.focus\:grid-rows-none:focus {
  grid-template-rows: none;
}

.focus\:grid-rows-subgrid:focus {
  grid-template-rows: subgrid;
}

.focus\:flex-row:focus {
  flex-direction: row;
}

.focus\:flex-row-reverse:focus {
  flex-direction: row-reverse;
}

.focus\:flex-col:focus {
  flex-direction: column;
}

.focus\:flex-col-reverse:focus {
  flex-direction: column-reverse;
}

.focus\:flex-wrap:focus {
  flex-wrap: wrap;
}

.focus\:flex-wrap-reverse:focus {
  flex-wrap: wrap-reverse;
}

.focus\:flex-nowrap:focus {
  flex-wrap: nowrap;
}

.focus\:place-items-start:focus {
  place-items: start;
}

.focus\:place-items-end:focus {
  place-items: end;
}

.focus\:place-items-center:focus {
  place-items: center;
}

.focus\:items-start:focus {
  align-items: flex-start;
}

.focus\:items-end:focus {
  align-items: flex-end;
}

.focus\:items-center:focus {
  align-items: center;
}

.focus\:justify-start:focus {
  justify-content: flex-start;
}

.focus\:justify-end:focus {
  justify-content: flex-end;
}

.focus\:justify-center:focus {
  justify-content: center;
}

.focus\:justify-between:focus {
  justify-content: space-between;
}

.focus\:justify-items-start:focus {
  justify-items: start;
}

.focus\:justify-items-end:focus {
  justify-items: end;
}

.focus\:justify-items-center:focus {
  justify-items: center;
}

.focus\:overflow-auto:focus {
  overflow: auto;
}

.focus\:overflow-hidden:focus {
  overflow: hidden;
}

.focus\:overflow-x-auto:focus {
  overflow-x: auto;
}

.focus\:overflow-y-auto:focus {
  overflow-y: auto;
}

.focus\:overflow-x-hidden:focus {
  overflow-x: hidden;
}

.focus\:overflow-y-hidden:focus {
  overflow-y: hidden;
}

.focus\:scroll-smooth:focus {
  scroll-behavior: smooth;
}

.focus\:rounded:focus {
  border-radius: 0.25rem;
}

.focus\:rounded-2xl:focus {
  border-radius: 1rem;
}

.focus\:rounded-3xl:focus {
  border-radius: 1.5rem;
}

.focus\:rounded-full:focus {
  border-radius: 9999px;
}

.focus\:rounded-lg:focus {
  border-radius: 0.5rem;
}

.focus\:rounded-md:focus {
  border-radius: 0.375rem;
}

.focus\:rounded-none:focus {
  border-radius: 0px;
}

.focus\:rounded-sm:focus {
  border-radius: 0.125rem;
}

.focus\:rounded-xl:focus {
  border-radius: 0.75rem;
}

.focus\:rounded-b:focus {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-b-2xl:focus {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-b-3xl:focus {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-b-full:focus {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-b-lg:focus {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-b-md:focus {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-b-none:focus {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus\:rounded-b-sm:focus {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-b-xl:focus {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-e:focus {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.focus\:rounded-e-2xl:focus {
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}

.focus\:rounded-e-3xl:focus {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}

.focus\:rounded-e-full:focus {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}

.focus\:rounded-e-lg:focus {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.focus\:rounded-e-md:focus {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}

.focus\:rounded-e-none:focus {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}

.focus\:rounded-e-sm:focus {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}

.focus\:rounded-e-xl:focus {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}

.focus\:rounded-l:focus {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-l-2xl:focus {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-l-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-l-full:focus {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-l-lg:focus {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-l-md:focus {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-l-none:focus {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus\:rounded-l-sm:focus {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-l-xl:focus {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-r:focus {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-r-2xl:focus {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-r-3xl:focus {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-r-full:focus {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-r-lg:focus {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-r-md:focus {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-r-none:focus {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.focus\:rounded-r-sm:focus {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-r-xl:focus {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-s:focus {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.focus\:rounded-s-2xl:focus {
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}

.focus\:rounded-s-3xl:focus {
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}

.focus\:rounded-s-full:focus {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}

.focus\:rounded-s-lg:focus {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.focus\:rounded-s-md:focus {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}

.focus\:rounded-s-none:focus {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

.focus\:rounded-s-sm:focus {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}

.focus\:rounded-s-xl:focus {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}

.focus\:rounded-t:focus {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-t-2xl:focus {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.focus\:rounded-t-3xl:focus {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-t-full:focus {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.focus\:rounded-t-lg:focus {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-t-md:focus {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-t-none:focus {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.focus\:rounded-t-sm:focus {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-t-xl:focus {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.focus\:rounded-bl:focus {
  border-bottom-left-radius: 0.25rem;
}

.focus\:rounded-bl-2xl:focus {
  border-bottom-left-radius: 1rem;
}

.focus\:rounded-bl-3xl:focus {
  border-bottom-left-radius: 1.5rem;
}

.focus\:rounded-bl-full:focus {
  border-bottom-left-radius: 9999px;
}

.focus\:rounded-bl-lg:focus {
  border-bottom-left-radius: 0.5rem;
}

.focus\:rounded-bl-md:focus {
  border-bottom-left-radius: 0.375rem;
}

.focus\:rounded-bl-none:focus {
  border-bottom-left-radius: 0px;
}

.focus\:rounded-bl-sm:focus {
  border-bottom-left-radius: 0.125rem;
}

.focus\:rounded-bl-xl:focus {
  border-bottom-left-radius: 0.75rem;
}

.focus\:rounded-br:focus {
  border-bottom-right-radius: 0.25rem;
}

.focus\:rounded-br-2xl:focus {
  border-bottom-right-radius: 1rem;
}

.focus\:rounded-br-3xl:focus {
  border-bottom-right-radius: 1.5rem;
}

.focus\:rounded-br-full:focus {
  border-bottom-right-radius: 9999px;
}

.focus\:rounded-br-lg:focus {
  border-bottom-right-radius: 0.5rem;
}

.focus\:rounded-br-md:focus {
  border-bottom-right-radius: 0.375rem;
}

.focus\:rounded-br-none:focus {
  border-bottom-right-radius: 0px;
}

.focus\:rounded-br-sm:focus {
  border-bottom-right-radius: 0.125rem;
}

.focus\:rounded-br-xl:focus {
  border-bottom-right-radius: 0.75rem;
}

.focus\:rounded-ee:focus {
  border-end-end-radius: 0.25rem;
}

.focus\:rounded-ee-2xl:focus {
  border-end-end-radius: 1rem;
}

.focus\:rounded-ee-3xl:focus {
  border-end-end-radius: 1.5rem;
}

.focus\:rounded-ee-full:focus {
  border-end-end-radius: 9999px;
}

.focus\:rounded-ee-lg:focus {
  border-end-end-radius: 0.5rem;
}

.focus\:rounded-ee-md:focus {
  border-end-end-radius: 0.375rem;
}

.focus\:rounded-ee-none:focus {
  border-end-end-radius: 0px;
}

.focus\:rounded-ee-sm:focus {
  border-end-end-radius: 0.125rem;
}

.focus\:rounded-ee-xl:focus {
  border-end-end-radius: 0.75rem;
}

.focus\:rounded-es:focus {
  border-end-start-radius: 0.25rem;
}

.focus\:rounded-es-2xl:focus {
  border-end-start-radius: 1rem;
}

.focus\:rounded-es-3xl:focus {
  border-end-start-radius: 1.5rem;
}

.focus\:rounded-es-full:focus {
  border-end-start-radius: 9999px;
}

.focus\:rounded-es-lg:focus {
  border-end-start-radius: 0.5rem;
}

.focus\:rounded-es-md:focus {
  border-end-start-radius: 0.375rem;
}

.focus\:rounded-es-none:focus {
  border-end-start-radius: 0px;
}

.focus\:rounded-es-sm:focus {
  border-end-start-radius: 0.125rem;
}

.focus\:rounded-es-xl:focus {
  border-end-start-radius: 0.75rem;
}

.focus\:rounded-se:focus {
  border-start-end-radius: 0.25rem;
}

.focus\:rounded-se-2xl:focus {
  border-start-end-radius: 1rem;
}

.focus\:rounded-se-3xl:focus {
  border-start-end-radius: 1.5rem;
}

.focus\:rounded-se-full:focus {
  border-start-end-radius: 9999px;
}

.focus\:rounded-se-lg:focus {
  border-start-end-radius: 0.5rem;
}

.focus\:rounded-se-md:focus {
  border-start-end-radius: 0.375rem;
}

.focus\:rounded-se-none:focus {
  border-start-end-radius: 0px;
}

.focus\:rounded-se-sm:focus {
  border-start-end-radius: 0.125rem;
}

.focus\:rounded-se-xl:focus {
  border-start-end-radius: 0.75rem;
}

.focus\:rounded-ss:focus {
  border-start-start-radius: 0.25rem;
}

.focus\:rounded-ss-2xl:focus {
  border-start-start-radius: 1rem;
}

.focus\:rounded-ss-3xl:focus {
  border-start-start-radius: 1.5rem;
}

.focus\:rounded-ss-full:focus {
  border-start-start-radius: 9999px;
}

.focus\:rounded-ss-lg:focus {
  border-start-start-radius: 0.5rem;
}

.focus\:rounded-ss-md:focus {
  border-start-start-radius: 0.375rem;
}

.focus\:rounded-ss-none:focus {
  border-start-start-radius: 0px;
}

.focus\:rounded-ss-sm:focus {
  border-start-start-radius: 0.125rem;
}

.focus\:rounded-ss-xl:focus {
  border-start-start-radius: 0.75rem;
}

.focus\:rounded-tl:focus {
  border-top-left-radius: 0.25rem;
}

.focus\:rounded-tl-2xl:focus {
  border-top-left-radius: 1rem;
}

.focus\:rounded-tl-3xl:focus {
  border-top-left-radius: 1.5rem;
}

.focus\:rounded-tl-full:focus {
  border-top-left-radius: 9999px;
}

.focus\:rounded-tl-lg:focus {
  border-top-left-radius: 0.5rem;
}

.focus\:rounded-tl-md:focus {
  border-top-left-radius: 0.375rem;
}

.focus\:rounded-tl-none:focus {
  border-top-left-radius: 0px;
}

.focus\:rounded-tl-sm:focus {
  border-top-left-radius: 0.125rem;
}

.focus\:rounded-tl-xl:focus {
  border-top-left-radius: 0.75rem;
}

.focus\:rounded-tr:focus {
  border-top-right-radius: 0.25rem;
}

.focus\:rounded-tr-2xl:focus {
  border-top-right-radius: 1rem;
}

.focus\:rounded-tr-3xl:focus {
  border-top-right-radius: 1.5rem;
}

.focus\:rounded-tr-full:focus {
  border-top-right-radius: 9999px;
}

.focus\:rounded-tr-lg:focus {
  border-top-right-radius: 0.5rem;
}

.focus\:rounded-tr-md:focus {
  border-top-right-radius: 0.375rem;
}

.focus\:rounded-tr-none:focus {
  border-top-right-radius: 0px;
}

.focus\:rounded-tr-sm:focus {
  border-top-right-radius: 0.125rem;
}

.focus\:rounded-tr-xl:focus {
  border-top-right-radius: 0.75rem;
}

.focus\:border-hidden:focus {
  border-style: hidden;
}

.focus\:border-accent-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(235 251 203 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-100\/0:focus {
  border-color: rgb(235 251 203 / 0);
}

.focus\:border-accent-100\/10:focus {
  border-color: rgb(235 251 203 / 0.1);
}

.focus\:border-accent-100\/100:focus {
  border-color: rgb(235 251 203 / 1);
}

.focus\:border-accent-100\/15:focus {
  border-color: rgb(235 251 203 / 0.15);
}

.focus\:border-accent-100\/20:focus {
  border-color: rgb(235 251 203 / 0.2);
}

.focus\:border-accent-100\/25:focus {
  border-color: rgb(235 251 203 / 0.25);
}

.focus\:border-accent-100\/30:focus {
  border-color: rgb(235 251 203 / 0.3);
}

.focus\:border-accent-100\/35:focus {
  border-color: rgb(235 251 203 / 0.35);
}

.focus\:border-accent-100\/40:focus {
  border-color: rgb(235 251 203 / 0.4);
}

.focus\:border-accent-100\/45:focus {
  border-color: rgb(235 251 203 / 0.45);
}

.focus\:border-accent-100\/5:focus {
  border-color: rgb(235 251 203 / 0.05);
}

.focus\:border-accent-100\/50:focus {
  border-color: rgb(235 251 203 / 0.5);
}

.focus\:border-accent-100\/55:focus {
  border-color: rgb(235 251 203 / 0.55);
}

.focus\:border-accent-100\/60:focus {
  border-color: rgb(235 251 203 / 0.6);
}

.focus\:border-accent-100\/65:focus {
  border-color: rgb(235 251 203 / 0.65);
}

.focus\:border-accent-100\/70:focus {
  border-color: rgb(235 251 203 / 0.7);
}

.focus\:border-accent-100\/75:focus {
  border-color: rgb(235 251 203 / 0.75);
}

.focus\:border-accent-100\/80:focus {
  border-color: rgb(235 251 203 / 0.8);
}

.focus\:border-accent-100\/85:focus {
  border-color: rgb(235 251 203 / 0.85);
}

.focus\:border-accent-100\/90:focus {
  border-color: rgb(235 251 203 / 0.9);
}

.focus\:border-accent-100\/95:focus {
  border-color: rgb(235 251 203 / 0.95);
}

.focus\:border-accent-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(216 246 154 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-200\/0:focus {
  border-color: rgb(216 246 154 / 0);
}

.focus\:border-accent-200\/10:focus {
  border-color: rgb(216 246 154 / 0.1);
}

.focus\:border-accent-200\/100:focus {
  border-color: rgb(216 246 154 / 1);
}

.focus\:border-accent-200\/15:focus {
  border-color: rgb(216 246 154 / 0.15);
}

.focus\:border-accent-200\/20:focus {
  border-color: rgb(216 246 154 / 0.2);
}

.focus\:border-accent-200\/25:focus {
  border-color: rgb(216 246 154 / 0.25);
}

.focus\:border-accent-200\/30:focus {
  border-color: rgb(216 246 154 / 0.3);
}

.focus\:border-accent-200\/35:focus {
  border-color: rgb(216 246 154 / 0.35);
}

.focus\:border-accent-200\/40:focus {
  border-color: rgb(216 246 154 / 0.4);
}

.focus\:border-accent-200\/45:focus {
  border-color: rgb(216 246 154 / 0.45);
}

.focus\:border-accent-200\/5:focus {
  border-color: rgb(216 246 154 / 0.05);
}

.focus\:border-accent-200\/50:focus {
  border-color: rgb(216 246 154 / 0.5);
}

.focus\:border-accent-200\/55:focus {
  border-color: rgb(216 246 154 / 0.55);
}

.focus\:border-accent-200\/60:focus {
  border-color: rgb(216 246 154 / 0.6);
}

.focus\:border-accent-200\/65:focus {
  border-color: rgb(216 246 154 / 0.65);
}

.focus\:border-accent-200\/70:focus {
  border-color: rgb(216 246 154 / 0.7);
}

.focus\:border-accent-200\/75:focus {
  border-color: rgb(216 246 154 / 0.75);
}

.focus\:border-accent-200\/80:focus {
  border-color: rgb(216 246 154 / 0.8);
}

.focus\:border-accent-200\/85:focus {
  border-color: rgb(216 246 154 / 0.85);
}

.focus\:border-accent-200\/90:focus {
  border-color: rgb(216 246 154 / 0.9);
}

.focus\:border-accent-200\/95:focus {
  border-color: rgb(216 246 154 / 0.95);
}

.focus\:border-accent-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(196 240 120 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-300\/0:focus {
  border-color: rgb(196 240 120 / 0);
}

.focus\:border-accent-300\/10:focus {
  border-color: rgb(196 240 120 / 0.1);
}

.focus\:border-accent-300\/100:focus {
  border-color: rgb(196 240 120 / 1);
}

.focus\:border-accent-300\/15:focus {
  border-color: rgb(196 240 120 / 0.15);
}

.focus\:border-accent-300\/20:focus {
  border-color: rgb(196 240 120 / 0.2);
}

.focus\:border-accent-300\/25:focus {
  border-color: rgb(196 240 120 / 0.25);
}

.focus\:border-accent-300\/30:focus {
  border-color: rgb(196 240 120 / 0.3);
}

.focus\:border-accent-300\/35:focus {
  border-color: rgb(196 240 120 / 0.35);
}

.focus\:border-accent-300\/40:focus {
  border-color: rgb(196 240 120 / 0.4);
}

.focus\:border-accent-300\/45:focus {
  border-color: rgb(196 240 120 / 0.45);
}

.focus\:border-accent-300\/5:focus {
  border-color: rgb(196 240 120 / 0.05);
}

.focus\:border-accent-300\/50:focus {
  border-color: rgb(196 240 120 / 0.5);
}

.focus\:border-accent-300\/55:focus {
  border-color: rgb(196 240 120 / 0.55);
}

.focus\:border-accent-300\/60:focus {
  border-color: rgb(196 240 120 / 0.6);
}

.focus\:border-accent-300\/65:focus {
  border-color: rgb(196 240 120 / 0.65);
}

.focus\:border-accent-300\/70:focus {
  border-color: rgb(196 240 120 / 0.7);
}

.focus\:border-accent-300\/75:focus {
  border-color: rgb(196 240 120 / 0.75);
}

.focus\:border-accent-300\/80:focus {
  border-color: rgb(196 240 120 / 0.8);
}

.focus\:border-accent-300\/85:focus {
  border-color: rgb(196 240 120 / 0.85);
}

.focus\:border-accent-300\/90:focus {
  border-color: rgb(196 240 120 / 0.9);
}

.focus\:border-accent-300\/95:focus {
  border-color: rgb(196 240 120 / 0.95);
}

.focus\:border-accent-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(183 237 104 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-400\/0:focus {
  border-color: rgb(183 237 104 / 0);
}

.focus\:border-accent-400\/10:focus {
  border-color: rgb(183 237 104 / 0.1);
}

.focus\:border-accent-400\/100:focus {
  border-color: rgb(183 237 104 / 1);
}

.focus\:border-accent-400\/15:focus {
  border-color: rgb(183 237 104 / 0.15);
}

.focus\:border-accent-400\/20:focus {
  border-color: rgb(183 237 104 / 0.2);
}

.focus\:border-accent-400\/25:focus {
  border-color: rgb(183 237 104 / 0.25);
}

.focus\:border-accent-400\/30:focus {
  border-color: rgb(183 237 104 / 0.3);
}

.focus\:border-accent-400\/35:focus {
  border-color: rgb(183 237 104 / 0.35);
}

.focus\:border-accent-400\/40:focus {
  border-color: rgb(183 237 104 / 0.4);
}

.focus\:border-accent-400\/45:focus {
  border-color: rgb(183 237 104 / 0.45);
}

.focus\:border-accent-400\/5:focus {
  border-color: rgb(183 237 104 / 0.05);
}

.focus\:border-accent-400\/50:focus {
  border-color: rgb(183 237 104 / 0.5);
}

.focus\:border-accent-400\/55:focus {
  border-color: rgb(183 237 104 / 0.55);
}

.focus\:border-accent-400\/60:focus {
  border-color: rgb(183 237 104 / 0.6);
}

.focus\:border-accent-400\/65:focus {
  border-color: rgb(183 237 104 / 0.65);
}

.focus\:border-accent-400\/70:focus {
  border-color: rgb(183 237 104 / 0.7);
}

.focus\:border-accent-400\/75:focus {
  border-color: rgb(183 237 104 / 0.75);
}

.focus\:border-accent-400\/80:focus {
  border-color: rgb(183 237 104 / 0.8);
}

.focus\:border-accent-400\/85:focus {
  border-color: rgb(183 237 104 / 0.85);
}

.focus\:border-accent-400\/90:focus {
  border-color: rgb(183 237 104 / 0.9);
}

.focus\:border-accent-400\/95:focus {
  border-color: rgb(183 237 104 / 0.95);
}

.focus\:border-accent-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(247 253 235 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-50\/0:focus {
  border-color: rgb(247 253 235 / 0);
}

.focus\:border-accent-50\/10:focus {
  border-color: rgb(247 253 235 / 0.1);
}

.focus\:border-accent-50\/100:focus {
  border-color: rgb(247 253 235 / 1);
}

.focus\:border-accent-50\/15:focus {
  border-color: rgb(247 253 235 / 0.15);
}

.focus\:border-accent-50\/20:focus {
  border-color: rgb(247 253 235 / 0.2);
}

.focus\:border-accent-50\/25:focus {
  border-color: rgb(247 253 235 / 0.25);
}

.focus\:border-accent-50\/30:focus {
  border-color: rgb(247 253 235 / 0.3);
}

.focus\:border-accent-50\/35:focus {
  border-color: rgb(247 253 235 / 0.35);
}

.focus\:border-accent-50\/40:focus {
  border-color: rgb(247 253 235 / 0.4);
}

.focus\:border-accent-50\/45:focus {
  border-color: rgb(247 253 235 / 0.45);
}

.focus\:border-accent-50\/5:focus {
  border-color: rgb(247 253 235 / 0.05);
}

.focus\:border-accent-50\/50:focus {
  border-color: rgb(247 253 235 / 0.5);
}

.focus\:border-accent-50\/55:focus {
  border-color: rgb(247 253 235 / 0.55);
}

.focus\:border-accent-50\/60:focus {
  border-color: rgb(247 253 235 / 0.6);
}

.focus\:border-accent-50\/65:focus {
  border-color: rgb(247 253 235 / 0.65);
}

.focus\:border-accent-50\/70:focus {
  border-color: rgb(247 253 235 / 0.7);
}

.focus\:border-accent-50\/75:focus {
  border-color: rgb(247 253 235 / 0.75);
}

.focus\:border-accent-50\/80:focus {
  border-color: rgb(247 253 235 / 0.8);
}

.focus\:border-accent-50\/85:focus {
  border-color: rgb(247 253 235 / 0.85);
}

.focus\:border-accent-50\/90:focus {
  border-color: rgb(247 253 235 / 0.9);
}

.focus\:border-accent-50\/95:focus {
  border-color: rgb(247 253 235 / 0.95);
}

.focus\:border-accent-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(174 235 96 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-500\/0:focus {
  border-color: rgb(174 235 96 / 0);
}

.focus\:border-accent-500\/10:focus {
  border-color: rgb(174 235 96 / 0.1);
}

.focus\:border-accent-500\/100:focus {
  border-color: rgb(174 235 96 / 1);
}

.focus\:border-accent-500\/15:focus {
  border-color: rgb(174 235 96 / 0.15);
}

.focus\:border-accent-500\/20:focus {
  border-color: rgb(174 235 96 / 0.2);
}

.focus\:border-accent-500\/25:focus {
  border-color: rgb(174 235 96 / 0.25);
}

.focus\:border-accent-500\/30:focus {
  border-color: rgb(174 235 96 / 0.3);
}

.focus\:border-accent-500\/35:focus {
  border-color: rgb(174 235 96 / 0.35);
}

.focus\:border-accent-500\/40:focus {
  border-color: rgb(174 235 96 / 0.4);
}

.focus\:border-accent-500\/45:focus {
  border-color: rgb(174 235 96 / 0.45);
}

.focus\:border-accent-500\/5:focus {
  border-color: rgb(174 235 96 / 0.05);
}

.focus\:border-accent-500\/50:focus {
  border-color: rgb(174 235 96 / 0.5);
}

.focus\:border-accent-500\/55:focus {
  border-color: rgb(174 235 96 / 0.55);
}

.focus\:border-accent-500\/60:focus {
  border-color: rgb(174 235 96 / 0.6);
}

.focus\:border-accent-500\/65:focus {
  border-color: rgb(174 235 96 / 0.65);
}

.focus\:border-accent-500\/70:focus {
  border-color: rgb(174 235 96 / 0.7);
}

.focus\:border-accent-500\/75:focus {
  border-color: rgb(174 235 96 / 0.75);
}

.focus\:border-accent-500\/80:focus {
  border-color: rgb(174 235 96 / 0.8);
}

.focus\:border-accent-500\/85:focus {
  border-color: rgb(174 235 96 / 0.85);
}

.focus\:border-accent-500\/90:focus {
  border-color: rgb(174 235 96 / 0.9);
}

.focus\:border-accent-500\/95:focus {
  border-color: rgb(174 235 96 / 0.95);
}

.focus\:border-accent-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(130 201 48 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-600\/0:focus {
  border-color: rgb(130 201 48 / 0);
}

.focus\:border-accent-600\/10:focus {
  border-color: rgb(130 201 48 / 0.1);
}

.focus\:border-accent-600\/100:focus {
  border-color: rgb(130 201 48 / 1);
}

.focus\:border-accent-600\/15:focus {
  border-color: rgb(130 201 48 / 0.15);
}

.focus\:border-accent-600\/20:focus {
  border-color: rgb(130 201 48 / 0.2);
}

.focus\:border-accent-600\/25:focus {
  border-color: rgb(130 201 48 / 0.25);
}

.focus\:border-accent-600\/30:focus {
  border-color: rgb(130 201 48 / 0.3);
}

.focus\:border-accent-600\/35:focus {
  border-color: rgb(130 201 48 / 0.35);
}

.focus\:border-accent-600\/40:focus {
  border-color: rgb(130 201 48 / 0.4);
}

.focus\:border-accent-600\/45:focus {
  border-color: rgb(130 201 48 / 0.45);
}

.focus\:border-accent-600\/5:focus {
  border-color: rgb(130 201 48 / 0.05);
}

.focus\:border-accent-600\/50:focus {
  border-color: rgb(130 201 48 / 0.5);
}

.focus\:border-accent-600\/55:focus {
  border-color: rgb(130 201 48 / 0.55);
}

.focus\:border-accent-600\/60:focus {
  border-color: rgb(130 201 48 / 0.6);
}

.focus\:border-accent-600\/65:focus {
  border-color: rgb(130 201 48 / 0.65);
}

.focus\:border-accent-600\/70:focus {
  border-color: rgb(130 201 48 / 0.7);
}

.focus\:border-accent-600\/75:focus {
  border-color: rgb(130 201 48 / 0.75);
}

.focus\:border-accent-600\/80:focus {
  border-color: rgb(130 201 48 / 0.8);
}

.focus\:border-accent-600\/85:focus {
  border-color: rgb(130 201 48 / 0.85);
}

.focus\:border-accent-600\/90:focus {
  border-color: rgb(130 201 48 / 0.9);
}

.focus\:border-accent-600\/95:focus {
  border-color: rgb(130 201 48 / 0.95);
}

.focus\:border-accent-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(97 161 31 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-700\/0:focus {
  border-color: rgb(97 161 31 / 0);
}

.focus\:border-accent-700\/10:focus {
  border-color: rgb(97 161 31 / 0.1);
}

.focus\:border-accent-700\/100:focus {
  border-color: rgb(97 161 31 / 1);
}

.focus\:border-accent-700\/15:focus {
  border-color: rgb(97 161 31 / 0.15);
}

.focus\:border-accent-700\/20:focus {
  border-color: rgb(97 161 31 / 0.2);
}

.focus\:border-accent-700\/25:focus {
  border-color: rgb(97 161 31 / 0.25);
}

.focus\:border-accent-700\/30:focus {
  border-color: rgb(97 161 31 / 0.3);
}

.focus\:border-accent-700\/35:focus {
  border-color: rgb(97 161 31 / 0.35);
}

.focus\:border-accent-700\/40:focus {
  border-color: rgb(97 161 31 / 0.4);
}

.focus\:border-accent-700\/45:focus {
  border-color: rgb(97 161 31 / 0.45);
}

.focus\:border-accent-700\/5:focus {
  border-color: rgb(97 161 31 / 0.05);
}

.focus\:border-accent-700\/50:focus {
  border-color: rgb(97 161 31 / 0.5);
}

.focus\:border-accent-700\/55:focus {
  border-color: rgb(97 161 31 / 0.55);
}

.focus\:border-accent-700\/60:focus {
  border-color: rgb(97 161 31 / 0.6);
}

.focus\:border-accent-700\/65:focus {
  border-color: rgb(97 161 31 / 0.65);
}

.focus\:border-accent-700\/70:focus {
  border-color: rgb(97 161 31 / 0.7);
}

.focus\:border-accent-700\/75:focus {
  border-color: rgb(97 161 31 / 0.75);
}

.focus\:border-accent-700\/80:focus {
  border-color: rgb(97 161 31 / 0.8);
}

.focus\:border-accent-700\/85:focus {
  border-color: rgb(97 161 31 / 0.85);
}

.focus\:border-accent-700\/90:focus {
  border-color: rgb(97 161 31 / 0.9);
}

.focus\:border-accent-700\/95:focus {
  border-color: rgb(97 161 31 / 0.95);
}

.focus\:border-accent-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(78 126 32 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-800\/0:focus {
  border-color: rgb(78 126 32 / 0);
}

.focus\:border-accent-800\/10:focus {
  border-color: rgb(78 126 32 / 0.1);
}

.focus\:border-accent-800\/100:focus {
  border-color: rgb(78 126 32 / 1);
}

.focus\:border-accent-800\/15:focus {
  border-color: rgb(78 126 32 / 0.15);
}

.focus\:border-accent-800\/20:focus {
  border-color: rgb(78 126 32 / 0.2);
}

.focus\:border-accent-800\/25:focus {
  border-color: rgb(78 126 32 / 0.25);
}

.focus\:border-accent-800\/30:focus {
  border-color: rgb(78 126 32 / 0.3);
}

.focus\:border-accent-800\/35:focus {
  border-color: rgb(78 126 32 / 0.35);
}

.focus\:border-accent-800\/40:focus {
  border-color: rgb(78 126 32 / 0.4);
}

.focus\:border-accent-800\/45:focus {
  border-color: rgb(78 126 32 / 0.45);
}

.focus\:border-accent-800\/5:focus {
  border-color: rgb(78 126 32 / 0.05);
}

.focus\:border-accent-800\/50:focus {
  border-color: rgb(78 126 32 / 0.5);
}

.focus\:border-accent-800\/55:focus {
  border-color: rgb(78 126 32 / 0.55);
}

.focus\:border-accent-800\/60:focus {
  border-color: rgb(78 126 32 / 0.6);
}

.focus\:border-accent-800\/65:focus {
  border-color: rgb(78 126 32 / 0.65);
}

.focus\:border-accent-800\/70:focus {
  border-color: rgb(78 126 32 / 0.7);
}

.focus\:border-accent-800\/75:focus {
  border-color: rgb(78 126 32 / 0.75);
}

.focus\:border-accent-800\/80:focus {
  border-color: rgb(78 126 32 / 0.8);
}

.focus\:border-accent-800\/85:focus {
  border-color: rgb(78 126 32 / 0.85);
}

.focus\:border-accent-800\/90:focus {
  border-color: rgb(78 126 32 / 0.9);
}

.focus\:border-accent-800\/95:focus {
  border-color: rgb(78 126 32 / 0.95);
}

.focus\:border-accent-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(66 106 33 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-900\/0:focus {
  border-color: rgb(66 106 33 / 0);
}

.focus\:border-accent-900\/10:focus {
  border-color: rgb(66 106 33 / 0.1);
}

.focus\:border-accent-900\/100:focus {
  border-color: rgb(66 106 33 / 1);
}

.focus\:border-accent-900\/15:focus {
  border-color: rgb(66 106 33 / 0.15);
}

.focus\:border-accent-900\/20:focus {
  border-color: rgb(66 106 33 / 0.2);
}

.focus\:border-accent-900\/25:focus {
  border-color: rgb(66 106 33 / 0.25);
}

.focus\:border-accent-900\/30:focus {
  border-color: rgb(66 106 33 / 0.3);
}

.focus\:border-accent-900\/35:focus {
  border-color: rgb(66 106 33 / 0.35);
}

.focus\:border-accent-900\/40:focus {
  border-color: rgb(66 106 33 / 0.4);
}

.focus\:border-accent-900\/45:focus {
  border-color: rgb(66 106 33 / 0.45);
}

.focus\:border-accent-900\/5:focus {
  border-color: rgb(66 106 33 / 0.05);
}

.focus\:border-accent-900\/50:focus {
  border-color: rgb(66 106 33 / 0.5);
}

.focus\:border-accent-900\/55:focus {
  border-color: rgb(66 106 33 / 0.55);
}

.focus\:border-accent-900\/60:focus {
  border-color: rgb(66 106 33 / 0.6);
}

.focus\:border-accent-900\/65:focus {
  border-color: rgb(66 106 33 / 0.65);
}

.focus\:border-accent-900\/70:focus {
  border-color: rgb(66 106 33 / 0.7);
}

.focus\:border-accent-900\/75:focus {
  border-color: rgb(66 106 33 / 0.75);
}

.focus\:border-accent-900\/80:focus {
  border-color: rgb(66 106 33 / 0.8);
}

.focus\:border-accent-900\/85:focus {
  border-color: rgb(66 106 33 / 0.85);
}

.focus\:border-accent-900\/90:focus {
  border-color: rgb(66 106 33 / 0.9);
}

.focus\:border-accent-900\/95:focus {
  border-color: rgb(66 106 33 / 0.95);
}

.focus\:border-accent-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(32 58 11 / var(--tw-border-opacity, 1));
}

.focus\:border-accent-950\/0:focus {
  border-color: rgb(32 58 11 / 0);
}

.focus\:border-accent-950\/10:focus {
  border-color: rgb(32 58 11 / 0.1);
}

.focus\:border-accent-950\/100:focus {
  border-color: rgb(32 58 11 / 1);
}

.focus\:border-accent-950\/15:focus {
  border-color: rgb(32 58 11 / 0.15);
}

.focus\:border-accent-950\/20:focus {
  border-color: rgb(32 58 11 / 0.2);
}

.focus\:border-accent-950\/25:focus {
  border-color: rgb(32 58 11 / 0.25);
}

.focus\:border-accent-950\/30:focus {
  border-color: rgb(32 58 11 / 0.3);
}

.focus\:border-accent-950\/35:focus {
  border-color: rgb(32 58 11 / 0.35);
}

.focus\:border-accent-950\/40:focus {
  border-color: rgb(32 58 11 / 0.4);
}

.focus\:border-accent-950\/45:focus {
  border-color: rgb(32 58 11 / 0.45);
}

.focus\:border-accent-950\/5:focus {
  border-color: rgb(32 58 11 / 0.05);
}

.focus\:border-accent-950\/50:focus {
  border-color: rgb(32 58 11 / 0.5);
}

.focus\:border-accent-950\/55:focus {
  border-color: rgb(32 58 11 / 0.55);
}

.focus\:border-accent-950\/60:focus {
  border-color: rgb(32 58 11 / 0.6);
}

.focus\:border-accent-950\/65:focus {
  border-color: rgb(32 58 11 / 0.65);
}

.focus\:border-accent-950\/70:focus {
  border-color: rgb(32 58 11 / 0.7);
}

.focus\:border-accent-950\/75:focus {
  border-color: rgb(32 58 11 / 0.75);
}

.focus\:border-accent-950\/80:focus {
  border-color: rgb(32 58 11 / 0.8);
}

.focus\:border-accent-950\/85:focus {
  border-color: rgb(32 58 11 / 0.85);
}

.focus\:border-accent-950\/90:focus {
  border-color: rgb(32 58 11 / 0.9);
}

.focus\:border-accent-950\/95:focus {
  border-color: rgb(32 58 11 / 0.95);
}

.focus\:border-black:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.focus\:border-black\/0:focus {
  border-color: rgb(0 0 0 / 0);
}

.focus\:border-black\/10:focus {
  border-color: rgb(0 0 0 / 0.1);
}

.focus\:border-black\/100:focus {
  border-color: rgb(0 0 0 / 1);
}

.focus\:border-black\/15:focus {
  border-color: rgb(0 0 0 / 0.15);
}

.focus\:border-black\/20:focus {
  border-color: rgb(0 0 0 / 0.2);
}

.focus\:border-black\/25:focus {
  border-color: rgb(0 0 0 / 0.25);
}

.focus\:border-black\/30:focus {
  border-color: rgb(0 0 0 / 0.3);
}

.focus\:border-black\/35:focus {
  border-color: rgb(0 0 0 / 0.35);
}

.focus\:border-black\/40:focus {
  border-color: rgb(0 0 0 / 0.4);
}

.focus\:border-black\/45:focus {
  border-color: rgb(0 0 0 / 0.45);
}

.focus\:border-black\/5:focus {
  border-color: rgb(0 0 0 / 0.05);
}

.focus\:border-black\/50:focus {
  border-color: rgb(0 0 0 / 0.5);
}

.focus\:border-black\/55:focus {
  border-color: rgb(0 0 0 / 0.55);
}

.focus\:border-black\/60:focus {
  border-color: rgb(0 0 0 / 0.6);
}

.focus\:border-black\/65:focus {
  border-color: rgb(0 0 0 / 0.65);
}

.focus\:border-black\/70:focus {
  border-color: rgb(0 0 0 / 0.7);
}

.focus\:border-black\/75:focus {
  border-color: rgb(0 0 0 / 0.75);
}

.focus\:border-black\/80:focus {
  border-color: rgb(0 0 0 / 0.8);
}

.focus\:border-black\/85:focus {
  border-color: rgb(0 0 0 / 0.85);
}

.focus\:border-black\/90:focus {
  border-color: rgb(0 0 0 / 0.9);
}

.focus\:border-black\/95:focus {
  border-color: rgb(0 0 0 / 0.95);
}

.focus\:border-brand-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(233 227 255 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-100\/0:focus {
  border-color: rgb(233 227 255 / 0);
}

.focus\:border-brand-100\/10:focus {
  border-color: rgb(233 227 255 / 0.1);
}

.focus\:border-brand-100\/100:focus {
  border-color: rgb(233 227 255 / 1);
}

.focus\:border-brand-100\/15:focus {
  border-color: rgb(233 227 255 / 0.15);
}

.focus\:border-brand-100\/20:focus {
  border-color: rgb(233 227 255 / 0.2);
}

.focus\:border-brand-100\/25:focus {
  border-color: rgb(233 227 255 / 0.25);
}

.focus\:border-brand-100\/30:focus {
  border-color: rgb(233 227 255 / 0.3);
}

.focus\:border-brand-100\/35:focus {
  border-color: rgb(233 227 255 / 0.35);
}

.focus\:border-brand-100\/40:focus {
  border-color: rgb(233 227 255 / 0.4);
}

.focus\:border-brand-100\/45:focus {
  border-color: rgb(233 227 255 / 0.45);
}

.focus\:border-brand-100\/5:focus {
  border-color: rgb(233 227 255 / 0.05);
}

.focus\:border-brand-100\/50:focus {
  border-color: rgb(233 227 255 / 0.5);
}

.focus\:border-brand-100\/55:focus {
  border-color: rgb(233 227 255 / 0.55);
}

.focus\:border-brand-100\/60:focus {
  border-color: rgb(233 227 255 / 0.6);
}

.focus\:border-brand-100\/65:focus {
  border-color: rgb(233 227 255 / 0.65);
}

.focus\:border-brand-100\/70:focus {
  border-color: rgb(233 227 255 / 0.7);
}

.focus\:border-brand-100\/75:focus {
  border-color: rgb(233 227 255 / 0.75);
}

.focus\:border-brand-100\/80:focus {
  border-color: rgb(233 227 255 / 0.8);
}

.focus\:border-brand-100\/85:focus {
  border-color: rgb(233 227 255 / 0.85);
}

.focus\:border-brand-100\/90:focus {
  border-color: rgb(233 227 255 / 0.9);
}

.focus\:border-brand-100\/95:focus {
  border-color: rgb(233 227 255 / 0.95);
}

.focus\:border-brand-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(211 199 255 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-200\/0:focus {
  border-color: rgb(211 199 255 / 0);
}

.focus\:border-brand-200\/10:focus {
  border-color: rgb(211 199 255 / 0.1);
}

.focus\:border-brand-200\/100:focus {
  border-color: rgb(211 199 255 / 1);
}

.focus\:border-brand-200\/15:focus {
  border-color: rgb(211 199 255 / 0.15);
}

.focus\:border-brand-200\/20:focus {
  border-color: rgb(211 199 255 / 0.2);
}

.focus\:border-brand-200\/25:focus {
  border-color: rgb(211 199 255 / 0.25);
}

.focus\:border-brand-200\/30:focus {
  border-color: rgb(211 199 255 / 0.3);
}

.focus\:border-brand-200\/35:focus {
  border-color: rgb(211 199 255 / 0.35);
}

.focus\:border-brand-200\/40:focus {
  border-color: rgb(211 199 255 / 0.4);
}

.focus\:border-brand-200\/45:focus {
  border-color: rgb(211 199 255 / 0.45);
}

.focus\:border-brand-200\/5:focus {
  border-color: rgb(211 199 255 / 0.05);
}

.focus\:border-brand-200\/50:focus {
  border-color: rgb(211 199 255 / 0.5);
}

.focus\:border-brand-200\/55:focus {
  border-color: rgb(211 199 255 / 0.55);
}

.focus\:border-brand-200\/60:focus {
  border-color: rgb(211 199 255 / 0.6);
}

.focus\:border-brand-200\/65:focus {
  border-color: rgb(211 199 255 / 0.65);
}

.focus\:border-brand-200\/70:focus {
  border-color: rgb(211 199 255 / 0.7);
}

.focus\:border-brand-200\/75:focus {
  border-color: rgb(211 199 255 / 0.75);
}

.focus\:border-brand-200\/80:focus {
  border-color: rgb(211 199 255 / 0.8);
}

.focus\:border-brand-200\/85:focus {
  border-color: rgb(211 199 255 / 0.85);
}

.focus\:border-brand-200\/90:focus {
  border-color: rgb(211 199 255 / 0.9);
}

.focus\:border-brand-200\/95:focus {
  border-color: rgb(211 199 255 / 0.95);
}

.focus\:border-brand-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(183 154 255 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-300\/0:focus {
  border-color: rgb(183 154 255 / 0);
}

.focus\:border-brand-300\/10:focus {
  border-color: rgb(183 154 255 / 0.1);
}

.focus\:border-brand-300\/100:focus {
  border-color: rgb(183 154 255 / 1);
}

.focus\:border-brand-300\/15:focus {
  border-color: rgb(183 154 255 / 0.15);
}

.focus\:border-brand-300\/20:focus {
  border-color: rgb(183 154 255 / 0.2);
}

.focus\:border-brand-300\/25:focus {
  border-color: rgb(183 154 255 / 0.25);
}

.focus\:border-brand-300\/30:focus {
  border-color: rgb(183 154 255 / 0.3);
}

.focus\:border-brand-300\/35:focus {
  border-color: rgb(183 154 255 / 0.35);
}

.focus\:border-brand-300\/40:focus {
  border-color: rgb(183 154 255 / 0.4);
}

.focus\:border-brand-300\/45:focus {
  border-color: rgb(183 154 255 / 0.45);
}

.focus\:border-brand-300\/5:focus {
  border-color: rgb(183 154 255 / 0.05);
}

.focus\:border-brand-300\/50:focus {
  border-color: rgb(183 154 255 / 0.5);
}

.focus\:border-brand-300\/55:focus {
  border-color: rgb(183 154 255 / 0.55);
}

.focus\:border-brand-300\/60:focus {
  border-color: rgb(183 154 255 / 0.6);
}

.focus\:border-brand-300\/65:focus {
  border-color: rgb(183 154 255 / 0.65);
}

.focus\:border-brand-300\/70:focus {
  border-color: rgb(183 154 255 / 0.7);
}

.focus\:border-brand-300\/75:focus {
  border-color: rgb(183 154 255 / 0.75);
}

.focus\:border-brand-300\/80:focus {
  border-color: rgb(183 154 255 / 0.8);
}

.focus\:border-brand-300\/85:focus {
  border-color: rgb(183 154 255 / 0.85);
}

.focus\:border-brand-300\/90:focus {
  border-color: rgb(183 154 255 / 0.9);
}

.focus\:border-brand-300\/95:focus {
  border-color: rgb(183 154 255 / 0.95);
}

.focus\:border-brand-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(149 98 255 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-400\/0:focus {
  border-color: rgb(149 98 255 / 0);
}

.focus\:border-brand-400\/10:focus {
  border-color: rgb(149 98 255 / 0.1);
}

.focus\:border-brand-400\/100:focus {
  border-color: rgb(149 98 255 / 1);
}

.focus\:border-brand-400\/15:focus {
  border-color: rgb(149 98 255 / 0.15);
}

.focus\:border-brand-400\/20:focus {
  border-color: rgb(149 98 255 / 0.2);
}

.focus\:border-brand-400\/25:focus {
  border-color: rgb(149 98 255 / 0.25);
}

.focus\:border-brand-400\/30:focus {
  border-color: rgb(149 98 255 / 0.3);
}

.focus\:border-brand-400\/35:focus {
  border-color: rgb(149 98 255 / 0.35);
}

.focus\:border-brand-400\/40:focus {
  border-color: rgb(149 98 255 / 0.4);
}

.focus\:border-brand-400\/45:focus {
  border-color: rgb(149 98 255 / 0.45);
}

.focus\:border-brand-400\/5:focus {
  border-color: rgb(149 98 255 / 0.05);
}

.focus\:border-brand-400\/50:focus {
  border-color: rgb(149 98 255 / 0.5);
}

.focus\:border-brand-400\/55:focus {
  border-color: rgb(149 98 255 / 0.55);
}

.focus\:border-brand-400\/60:focus {
  border-color: rgb(149 98 255 / 0.6);
}

.focus\:border-brand-400\/65:focus {
  border-color: rgb(149 98 255 / 0.65);
}

.focus\:border-brand-400\/70:focus {
  border-color: rgb(149 98 255 / 0.7);
}

.focus\:border-brand-400\/75:focus {
  border-color: rgb(149 98 255 / 0.75);
}

.focus\:border-brand-400\/80:focus {
  border-color: rgb(149 98 255 / 0.8);
}

.focus\:border-brand-400\/85:focus {
  border-color: rgb(149 98 255 / 0.85);
}

.focus\:border-brand-400\/90:focus {
  border-color: rgb(149 98 255 / 0.9);
}

.focus\:border-brand-400\/95:focus {
  border-color: rgb(149 98 255 / 0.95);
}

.focus\:border-brand-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(244 241 255 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-50\/0:focus {
  border-color: rgb(244 241 255 / 0);
}

.focus\:border-brand-50\/10:focus {
  border-color: rgb(244 241 255 / 0.1);
}

.focus\:border-brand-50\/100:focus {
  border-color: rgb(244 241 255 / 1);
}

.focus\:border-brand-50\/15:focus {
  border-color: rgb(244 241 255 / 0.15);
}

.focus\:border-brand-50\/20:focus {
  border-color: rgb(244 241 255 / 0.2);
}

.focus\:border-brand-50\/25:focus {
  border-color: rgb(244 241 255 / 0.25);
}

.focus\:border-brand-50\/30:focus {
  border-color: rgb(244 241 255 / 0.3);
}

.focus\:border-brand-50\/35:focus {
  border-color: rgb(244 241 255 / 0.35);
}

.focus\:border-brand-50\/40:focus {
  border-color: rgb(244 241 255 / 0.4);
}

.focus\:border-brand-50\/45:focus {
  border-color: rgb(244 241 255 / 0.45);
}

.focus\:border-brand-50\/5:focus {
  border-color: rgb(244 241 255 / 0.05);
}

.focus\:border-brand-50\/50:focus {
  border-color: rgb(244 241 255 / 0.5);
}

.focus\:border-brand-50\/55:focus {
  border-color: rgb(244 241 255 / 0.55);
}

.focus\:border-brand-50\/60:focus {
  border-color: rgb(244 241 255 / 0.6);
}

.focus\:border-brand-50\/65:focus {
  border-color: rgb(244 241 255 / 0.65);
}

.focus\:border-brand-50\/70:focus {
  border-color: rgb(244 241 255 / 0.7);
}

.focus\:border-brand-50\/75:focus {
  border-color: rgb(244 241 255 / 0.75);
}

.focus\:border-brand-50\/80:focus {
  border-color: rgb(244 241 255 / 0.8);
}

.focus\:border-brand-50\/85:focus {
  border-color: rgb(244 241 255 / 0.85);
}

.focus\:border-brand-50\/90:focus {
  border-color: rgb(244 241 255 / 0.9);
}

.focus\:border-brand-50\/95:focus {
  border-color: rgb(244 241 255 / 0.95);
}

.focus\:border-brand-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(78 28 209 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-500\/0:focus {
  border-color: rgb(78 28 209 / 0);
}

.focus\:border-brand-500\/10:focus {
  border-color: rgb(78 28 209 / 0.1);
}

.focus\:border-brand-500\/100:focus {
  border-color: rgb(78 28 209 / 1);
}

.focus\:border-brand-500\/15:focus {
  border-color: rgb(78 28 209 / 0.15);
}

.focus\:border-brand-500\/20:focus {
  border-color: rgb(78 28 209 / 0.2);
}

.focus\:border-brand-500\/25:focus {
  border-color: rgb(78 28 209 / 0.25);
}

.focus\:border-brand-500\/30:focus {
  border-color: rgb(78 28 209 / 0.3);
}

.focus\:border-brand-500\/35:focus {
  border-color: rgb(78 28 209 / 0.35);
}

.focus\:border-brand-500\/40:focus {
  border-color: rgb(78 28 209 / 0.4);
}

.focus\:border-brand-500\/45:focus {
  border-color: rgb(78 28 209 / 0.45);
}

.focus\:border-brand-500\/5:focus {
  border-color: rgb(78 28 209 / 0.05);
}

.focus\:border-brand-500\/50:focus {
  border-color: rgb(78 28 209 / 0.5);
}

.focus\:border-brand-500\/55:focus {
  border-color: rgb(78 28 209 / 0.55);
}

.focus\:border-brand-500\/60:focus {
  border-color: rgb(78 28 209 / 0.6);
}

.focus\:border-brand-500\/65:focus {
  border-color: rgb(78 28 209 / 0.65);
}

.focus\:border-brand-500\/70:focus {
  border-color: rgb(78 28 209 / 0.7);
}

.focus\:border-brand-500\/75:focus {
  border-color: rgb(78 28 209 / 0.75);
}

.focus\:border-brand-500\/80:focus {
  border-color: rgb(78 28 209 / 0.8);
}

.focus\:border-brand-500\/85:focus {
  border-color: rgb(78 28 209 / 0.85);
}

.focus\:border-brand-500\/90:focus {
  border-color: rgb(78 28 209 / 0.9);
}

.focus\:border-brand-500\/95:focus {
  border-color: rgb(78 28 209 / 0.95);
}

.focus\:border-brand-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(65 21 181 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-600\/0:focus {
  border-color: rgb(65 21 181 / 0);
}

.focus\:border-brand-600\/10:focus {
  border-color: rgb(65 21 181 / 0.1);
}

.focus\:border-brand-600\/100:focus {
  border-color: rgb(65 21 181 / 1);
}

.focus\:border-brand-600\/15:focus {
  border-color: rgb(65 21 181 / 0.15);
}

.focus\:border-brand-600\/20:focus {
  border-color: rgb(65 21 181 / 0.2);
}

.focus\:border-brand-600\/25:focus {
  border-color: rgb(65 21 181 / 0.25);
}

.focus\:border-brand-600\/30:focus {
  border-color: rgb(65 21 181 / 0.3);
}

.focus\:border-brand-600\/35:focus {
  border-color: rgb(65 21 181 / 0.35);
}

.focus\:border-brand-600\/40:focus {
  border-color: rgb(65 21 181 / 0.4);
}

.focus\:border-brand-600\/45:focus {
  border-color: rgb(65 21 181 / 0.45);
}

.focus\:border-brand-600\/5:focus {
  border-color: rgb(65 21 181 / 0.05);
}

.focus\:border-brand-600\/50:focus {
  border-color: rgb(65 21 181 / 0.5);
}

.focus\:border-brand-600\/55:focus {
  border-color: rgb(65 21 181 / 0.55);
}

.focus\:border-brand-600\/60:focus {
  border-color: rgb(65 21 181 / 0.6);
}

.focus\:border-brand-600\/65:focus {
  border-color: rgb(65 21 181 / 0.65);
}

.focus\:border-brand-600\/70:focus {
  border-color: rgb(65 21 181 / 0.7);
}

.focus\:border-brand-600\/75:focus {
  border-color: rgb(65 21 181 / 0.75);
}

.focus\:border-brand-600\/80:focus {
  border-color: rgb(65 21 181 / 0.8);
}

.focus\:border-brand-600\/85:focus {
  border-color: rgb(65 21 181 / 0.85);
}

.focus\:border-brand-600\/90:focus {
  border-color: rgb(65 21 181 / 0.9);
}

.focus\:border-brand-600\/95:focus {
  border-color: rgb(65 21 181 / 0.95);
}

.focus\:border-brand-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 16 150 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-700\/0:focus {
  border-color: rgb(54 16 150 / 0);
}

.focus\:border-brand-700\/10:focus {
  border-color: rgb(54 16 150 / 0.1);
}

.focus\:border-brand-700\/100:focus {
  border-color: rgb(54 16 150 / 1);
}

.focus\:border-brand-700\/15:focus {
  border-color: rgb(54 16 150 / 0.15);
}

.focus\:border-brand-700\/20:focus {
  border-color: rgb(54 16 150 / 0.2);
}

.focus\:border-brand-700\/25:focus {
  border-color: rgb(54 16 150 / 0.25);
}

.focus\:border-brand-700\/30:focus {
  border-color: rgb(54 16 150 / 0.3);
}

.focus\:border-brand-700\/35:focus {
  border-color: rgb(54 16 150 / 0.35);
}

.focus\:border-brand-700\/40:focus {
  border-color: rgb(54 16 150 / 0.4);
}

.focus\:border-brand-700\/45:focus {
  border-color: rgb(54 16 150 / 0.45);
}

.focus\:border-brand-700\/5:focus {
  border-color: rgb(54 16 150 / 0.05);
}

.focus\:border-brand-700\/50:focus {
  border-color: rgb(54 16 150 / 0.5);
}

.focus\:border-brand-700\/55:focus {
  border-color: rgb(54 16 150 / 0.55);
}

.focus\:border-brand-700\/60:focus {
  border-color: rgb(54 16 150 / 0.6);
}

.focus\:border-brand-700\/65:focus {
  border-color: rgb(54 16 150 / 0.65);
}

.focus\:border-brand-700\/70:focus {
  border-color: rgb(54 16 150 / 0.7);
}

.focus\:border-brand-700\/75:focus {
  border-color: rgb(54 16 150 / 0.75);
}

.focus\:border-brand-700\/80:focus {
  border-color: rgb(54 16 150 / 0.8);
}

.focus\:border-brand-700\/85:focus {
  border-color: rgb(54 16 150 / 0.85);
}

.focus\:border-brand-700\/90:focus {
  border-color: rgb(54 16 150 / 0.9);
}

.focus\:border-brand-700\/95:focus {
  border-color: rgb(54 16 150 / 0.95);
}

.focus\:border-brand-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 120 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-800\/0:focus {
  border-color: rgb(46 16 120 / 0);
}

.focus\:border-brand-800\/10:focus {
  border-color: rgb(46 16 120 / 0.1);
}

.focus\:border-brand-800\/100:focus {
  border-color: rgb(46 16 120 / 1);
}

.focus\:border-brand-800\/15:focus {
  border-color: rgb(46 16 120 / 0.15);
}

.focus\:border-brand-800\/20:focus {
  border-color: rgb(46 16 120 / 0.2);
}

.focus\:border-brand-800\/25:focus {
  border-color: rgb(46 16 120 / 0.25);
}

.focus\:border-brand-800\/30:focus {
  border-color: rgb(46 16 120 / 0.3);
}

.focus\:border-brand-800\/35:focus {
  border-color: rgb(46 16 120 / 0.35);
}

.focus\:border-brand-800\/40:focus {
  border-color: rgb(46 16 120 / 0.4);
}

.focus\:border-brand-800\/45:focus {
  border-color: rgb(46 16 120 / 0.45);
}

.focus\:border-brand-800\/5:focus {
  border-color: rgb(46 16 120 / 0.05);
}

.focus\:border-brand-800\/50:focus {
  border-color: rgb(46 16 120 / 0.5);
}

.focus\:border-brand-800\/55:focus {
  border-color: rgb(46 16 120 / 0.55);
}

.focus\:border-brand-800\/60:focus {
  border-color: rgb(46 16 120 / 0.6);
}

.focus\:border-brand-800\/65:focus {
  border-color: rgb(46 16 120 / 0.65);
}

.focus\:border-brand-800\/70:focus {
  border-color: rgb(46 16 120 / 0.7);
}

.focus\:border-brand-800\/75:focus {
  border-color: rgb(46 16 120 / 0.75);
}

.focus\:border-brand-800\/80:focus {
  border-color: rgb(46 16 120 / 0.8);
}

.focus\:border-brand-800\/85:focus {
  border-color: rgb(46 16 120 / 0.85);
}

.focus\:border-brand-800\/90:focus {
  border-color: rgb(46 16 120 / 0.9);
}

.focus\:border-brand-800\/95:focus {
  border-color: rgb(46 16 120 / 0.95);
}

.focus\:border-brand-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(39 15 98 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-900\/0:focus {
  border-color: rgb(39 15 98 / 0);
}

.focus\:border-brand-900\/10:focus {
  border-color: rgb(39 15 98 / 0.1);
}

.focus\:border-brand-900\/100:focus {
  border-color: rgb(39 15 98 / 1);
}

.focus\:border-brand-900\/15:focus {
  border-color: rgb(39 15 98 / 0.15);
}

.focus\:border-brand-900\/20:focus {
  border-color: rgb(39 15 98 / 0.2);
}

.focus\:border-brand-900\/25:focus {
  border-color: rgb(39 15 98 / 0.25);
}

.focus\:border-brand-900\/30:focus {
  border-color: rgb(39 15 98 / 0.3);
}

.focus\:border-brand-900\/35:focus {
  border-color: rgb(39 15 98 / 0.35);
}

.focus\:border-brand-900\/40:focus {
  border-color: rgb(39 15 98 / 0.4);
}

.focus\:border-brand-900\/45:focus {
  border-color: rgb(39 15 98 / 0.45);
}

.focus\:border-brand-900\/5:focus {
  border-color: rgb(39 15 98 / 0.05);
}

.focus\:border-brand-900\/50:focus {
  border-color: rgb(39 15 98 / 0.5);
}

.focus\:border-brand-900\/55:focus {
  border-color: rgb(39 15 98 / 0.55);
}

.focus\:border-brand-900\/60:focus {
  border-color: rgb(39 15 98 / 0.6);
}

.focus\:border-brand-900\/65:focus {
  border-color: rgb(39 15 98 / 0.65);
}

.focus\:border-brand-900\/70:focus {
  border-color: rgb(39 15 98 / 0.7);
}

.focus\:border-brand-900\/75:focus {
  border-color: rgb(39 15 98 / 0.75);
}

.focus\:border-brand-900\/80:focus {
  border-color: rgb(39 15 98 / 0.8);
}

.focus\:border-brand-900\/85:focus {
  border-color: rgb(39 15 98 / 0.85);
}

.focus\:border-brand-900\/90:focus {
  border-color: rgb(39 15 98 / 0.9);
}

.focus\:border-brand-900\/95:focus {
  border-color: rgb(39 15 98 / 0.95);
}

.focus\:border-brand-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(22 5 58 / var(--tw-border-opacity, 1));
}

.focus\:border-brand-950\/0:focus {
  border-color: rgb(22 5 58 / 0);
}

.focus\:border-brand-950\/10:focus {
  border-color: rgb(22 5 58 / 0.1);
}

.focus\:border-brand-950\/100:focus {
  border-color: rgb(22 5 58 / 1);
}

.focus\:border-brand-950\/15:focus {
  border-color: rgb(22 5 58 / 0.15);
}

.focus\:border-brand-950\/20:focus {
  border-color: rgb(22 5 58 / 0.2);
}

.focus\:border-brand-950\/25:focus {
  border-color: rgb(22 5 58 / 0.25);
}

.focus\:border-brand-950\/30:focus {
  border-color: rgb(22 5 58 / 0.3);
}

.focus\:border-brand-950\/35:focus {
  border-color: rgb(22 5 58 / 0.35);
}

.focus\:border-brand-950\/40:focus {
  border-color: rgb(22 5 58 / 0.4);
}

.focus\:border-brand-950\/45:focus {
  border-color: rgb(22 5 58 / 0.45);
}

.focus\:border-brand-950\/5:focus {
  border-color: rgb(22 5 58 / 0.05);
}

.focus\:border-brand-950\/50:focus {
  border-color: rgb(22 5 58 / 0.5);
}

.focus\:border-brand-950\/55:focus {
  border-color: rgb(22 5 58 / 0.55);
}

.focus\:border-brand-950\/60:focus {
  border-color: rgb(22 5 58 / 0.6);
}

.focus\:border-brand-950\/65:focus {
  border-color: rgb(22 5 58 / 0.65);
}

.focus\:border-brand-950\/70:focus {
  border-color: rgb(22 5 58 / 0.7);
}

.focus\:border-brand-950\/75:focus {
  border-color: rgb(22 5 58 / 0.75);
}

.focus\:border-brand-950\/80:focus {
  border-color: rgb(22 5 58 / 0.8);
}

.focus\:border-brand-950\/85:focus {
  border-color: rgb(22 5 58 / 0.85);
}

.focus\:border-brand-950\/90:focus {
  border-color: rgb(22 5 58 / 0.9);
}

.focus\:border-brand-950\/95:focus {
  border-color: rgb(22 5 58 / 0.95);
}

.focus\:border-neutral-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(246 245 244 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-100\/0:focus {
  border-color: rgb(246 245 244 / 0);
}

.focus\:border-neutral-100\/10:focus {
  border-color: rgb(246 245 244 / 0.1);
}

.focus\:border-neutral-100\/100:focus {
  border-color: rgb(246 245 244 / 1);
}

.focus\:border-neutral-100\/15:focus {
  border-color: rgb(246 245 244 / 0.15);
}

.focus\:border-neutral-100\/20:focus {
  border-color: rgb(246 245 244 / 0.2);
}

.focus\:border-neutral-100\/25:focus {
  border-color: rgb(246 245 244 / 0.25);
}

.focus\:border-neutral-100\/30:focus {
  border-color: rgb(246 245 244 / 0.3);
}

.focus\:border-neutral-100\/35:focus {
  border-color: rgb(246 245 244 / 0.35);
}

.focus\:border-neutral-100\/40:focus {
  border-color: rgb(246 245 244 / 0.4);
}

.focus\:border-neutral-100\/45:focus {
  border-color: rgb(246 245 244 / 0.45);
}

.focus\:border-neutral-100\/5:focus {
  border-color: rgb(246 245 244 / 0.05);
}

.focus\:border-neutral-100\/50:focus {
  border-color: rgb(246 245 244 / 0.5);
}

.focus\:border-neutral-100\/55:focus {
  border-color: rgb(246 245 244 / 0.55);
}

.focus\:border-neutral-100\/60:focus {
  border-color: rgb(246 245 244 / 0.6);
}

.focus\:border-neutral-100\/65:focus {
  border-color: rgb(246 245 244 / 0.65);
}

.focus\:border-neutral-100\/70:focus {
  border-color: rgb(246 245 244 / 0.7);
}

.focus\:border-neutral-100\/75:focus {
  border-color: rgb(246 245 244 / 0.75);
}

.focus\:border-neutral-100\/80:focus {
  border-color: rgb(246 245 244 / 0.8);
}

.focus\:border-neutral-100\/85:focus {
  border-color: rgb(246 245 244 / 0.85);
}

.focus\:border-neutral-100\/90:focus {
  border-color: rgb(246 245 244 / 0.9);
}

.focus\:border-neutral-100\/95:focus {
  border-color: rgb(246 245 244 / 0.95);
}

.focus\:border-neutral-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(233 230 227 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-200\/0:focus {
  border-color: rgb(233 230 227 / 0);
}

.focus\:border-neutral-200\/10:focus {
  border-color: rgb(233 230 227 / 0.1);
}

.focus\:border-neutral-200\/100:focus {
  border-color: rgb(233 230 227 / 1);
}

.focus\:border-neutral-200\/15:focus {
  border-color: rgb(233 230 227 / 0.15);
}

.focus\:border-neutral-200\/20:focus {
  border-color: rgb(233 230 227 / 0.2);
}

.focus\:border-neutral-200\/25:focus {
  border-color: rgb(233 230 227 / 0.25);
}

.focus\:border-neutral-200\/30:focus {
  border-color: rgb(233 230 227 / 0.3);
}

.focus\:border-neutral-200\/35:focus {
  border-color: rgb(233 230 227 / 0.35);
}

.focus\:border-neutral-200\/40:focus {
  border-color: rgb(233 230 227 / 0.4);
}

.focus\:border-neutral-200\/45:focus {
  border-color: rgb(233 230 227 / 0.45);
}

.focus\:border-neutral-200\/5:focus {
  border-color: rgb(233 230 227 / 0.05);
}

.focus\:border-neutral-200\/50:focus {
  border-color: rgb(233 230 227 / 0.5);
}

.focus\:border-neutral-200\/55:focus {
  border-color: rgb(233 230 227 / 0.55);
}

.focus\:border-neutral-200\/60:focus {
  border-color: rgb(233 230 227 / 0.6);
}

.focus\:border-neutral-200\/65:focus {
  border-color: rgb(233 230 227 / 0.65);
}

.focus\:border-neutral-200\/70:focus {
  border-color: rgb(233 230 227 / 0.7);
}

.focus\:border-neutral-200\/75:focus {
  border-color: rgb(233 230 227 / 0.75);
}

.focus\:border-neutral-200\/80:focus {
  border-color: rgb(233 230 227 / 0.8);
}

.focus\:border-neutral-200\/85:focus {
  border-color: rgb(233 230 227 / 0.85);
}

.focus\:border-neutral-200\/90:focus {
  border-color: rgb(233 230 227 / 0.9);
}

.focus\:border-neutral-200\/95:focus {
  border-color: rgb(233 230 227 / 0.95);
}

.focus\:border-neutral-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(215 210 205 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-300\/0:focus {
  border-color: rgb(215 210 205 / 0);
}

.focus\:border-neutral-300\/10:focus {
  border-color: rgb(215 210 205 / 0.1);
}

.focus\:border-neutral-300\/100:focus {
  border-color: rgb(215 210 205 / 1);
}

.focus\:border-neutral-300\/15:focus {
  border-color: rgb(215 210 205 / 0.15);
}

.focus\:border-neutral-300\/20:focus {
  border-color: rgb(215 210 205 / 0.2);
}

.focus\:border-neutral-300\/25:focus {
  border-color: rgb(215 210 205 / 0.25);
}

.focus\:border-neutral-300\/30:focus {
  border-color: rgb(215 210 205 / 0.3);
}

.focus\:border-neutral-300\/35:focus {
  border-color: rgb(215 210 205 / 0.35);
}

.focus\:border-neutral-300\/40:focus {
  border-color: rgb(215 210 205 / 0.4);
}

.focus\:border-neutral-300\/45:focus {
  border-color: rgb(215 210 205 / 0.45);
}

.focus\:border-neutral-300\/5:focus {
  border-color: rgb(215 210 205 / 0.05);
}

.focus\:border-neutral-300\/50:focus {
  border-color: rgb(215 210 205 / 0.5);
}

.focus\:border-neutral-300\/55:focus {
  border-color: rgb(215 210 205 / 0.55);
}

.focus\:border-neutral-300\/60:focus {
  border-color: rgb(215 210 205 / 0.6);
}

.focus\:border-neutral-300\/65:focus {
  border-color: rgb(215 210 205 / 0.65);
}

.focus\:border-neutral-300\/70:focus {
  border-color: rgb(215 210 205 / 0.7);
}

.focus\:border-neutral-300\/75:focus {
  border-color: rgb(215 210 205 / 0.75);
}

.focus\:border-neutral-300\/80:focus {
  border-color: rgb(215 210 205 / 0.8);
}

.focus\:border-neutral-300\/85:focus {
  border-color: rgb(215 210 205 / 0.85);
}

.focus\:border-neutral-300\/90:focus {
  border-color: rgb(215 210 205 / 0.9);
}

.focus\:border-neutral-300\/95:focus {
  border-color: rgb(215 210 205 / 0.95);
}

.focus\:border-neutral-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(175 168 161 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-400\/0:focus {
  border-color: rgb(175 168 161 / 0);
}

.focus\:border-neutral-400\/10:focus {
  border-color: rgb(175 168 161 / 0.1);
}

.focus\:border-neutral-400\/100:focus {
  border-color: rgb(175 168 161 / 1);
}

.focus\:border-neutral-400\/15:focus {
  border-color: rgb(175 168 161 / 0.15);
}

.focus\:border-neutral-400\/20:focus {
  border-color: rgb(175 168 161 / 0.2);
}

.focus\:border-neutral-400\/25:focus {
  border-color: rgb(175 168 161 / 0.25);
}

.focus\:border-neutral-400\/30:focus {
  border-color: rgb(175 168 161 / 0.3);
}

.focus\:border-neutral-400\/35:focus {
  border-color: rgb(175 168 161 / 0.35);
}

.focus\:border-neutral-400\/40:focus {
  border-color: rgb(175 168 161 / 0.4);
}

.focus\:border-neutral-400\/45:focus {
  border-color: rgb(175 168 161 / 0.45);
}

.focus\:border-neutral-400\/5:focus {
  border-color: rgb(175 168 161 / 0.05);
}

.focus\:border-neutral-400\/50:focus {
  border-color: rgb(175 168 161 / 0.5);
}

.focus\:border-neutral-400\/55:focus {
  border-color: rgb(175 168 161 / 0.55);
}

.focus\:border-neutral-400\/60:focus {
  border-color: rgb(175 168 161 / 0.6);
}

.focus\:border-neutral-400\/65:focus {
  border-color: rgb(175 168 161 / 0.65);
}

.focus\:border-neutral-400\/70:focus {
  border-color: rgb(175 168 161 / 0.7);
}

.focus\:border-neutral-400\/75:focus {
  border-color: rgb(175 168 161 / 0.75);
}

.focus\:border-neutral-400\/80:focus {
  border-color: rgb(175 168 161 / 0.8);
}

.focus\:border-neutral-400\/85:focus {
  border-color: rgb(175 168 161 / 0.85);
}

.focus\:border-neutral-400\/90:focus {
  border-color: rgb(175 168 161 / 0.9);
}

.focus\:border-neutral-400\/95:focus {
  border-color: rgb(175 168 161 / 0.95);
}

.focus\:border-neutral-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(251 250 249 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-50\/0:focus {
  border-color: rgb(251 250 249 / 0);
}

.focus\:border-neutral-50\/10:focus {
  border-color: rgb(251 250 249 / 0.1);
}

.focus\:border-neutral-50\/100:focus {
  border-color: rgb(251 250 249 / 1);
}

.focus\:border-neutral-50\/15:focus {
  border-color: rgb(251 250 249 / 0.15);
}

.focus\:border-neutral-50\/20:focus {
  border-color: rgb(251 250 249 / 0.2);
}

.focus\:border-neutral-50\/25:focus {
  border-color: rgb(251 250 249 / 0.25);
}

.focus\:border-neutral-50\/30:focus {
  border-color: rgb(251 250 249 / 0.3);
}

.focus\:border-neutral-50\/35:focus {
  border-color: rgb(251 250 249 / 0.35);
}

.focus\:border-neutral-50\/40:focus {
  border-color: rgb(251 250 249 / 0.4);
}

.focus\:border-neutral-50\/45:focus {
  border-color: rgb(251 250 249 / 0.45);
}

.focus\:border-neutral-50\/5:focus {
  border-color: rgb(251 250 249 / 0.05);
}

.focus\:border-neutral-50\/50:focus {
  border-color: rgb(251 250 249 / 0.5);
}

.focus\:border-neutral-50\/55:focus {
  border-color: rgb(251 250 249 / 0.55);
}

.focus\:border-neutral-50\/60:focus {
  border-color: rgb(251 250 249 / 0.6);
}

.focus\:border-neutral-50\/65:focus {
  border-color: rgb(251 250 249 / 0.65);
}

.focus\:border-neutral-50\/70:focus {
  border-color: rgb(251 250 249 / 0.7);
}

.focus\:border-neutral-50\/75:focus {
  border-color: rgb(251 250 249 / 0.75);
}

.focus\:border-neutral-50\/80:focus {
  border-color: rgb(251 250 249 / 0.8);
}

.focus\:border-neutral-50\/85:focus {
  border-color: rgb(251 250 249 / 0.85);
}

.focus\:border-neutral-50\/90:focus {
  border-color: rgb(251 250 249 / 0.9);
}

.focus\:border-neutral-50\/95:focus {
  border-color: rgb(251 250 249 / 0.95);
}

.focus\:border-neutral-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(129 121 113 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-500\/0:focus {
  border-color: rgb(129 121 113 / 0);
}

.focus\:border-neutral-500\/10:focus {
  border-color: rgb(129 121 113 / 0.1);
}

.focus\:border-neutral-500\/100:focus {
  border-color: rgb(129 121 113 / 1);
}

.focus\:border-neutral-500\/15:focus {
  border-color: rgb(129 121 113 / 0.15);
}

.focus\:border-neutral-500\/20:focus {
  border-color: rgb(129 121 113 / 0.2);
}

.focus\:border-neutral-500\/25:focus {
  border-color: rgb(129 121 113 / 0.25);
}

.focus\:border-neutral-500\/30:focus {
  border-color: rgb(129 121 113 / 0.3);
}

.focus\:border-neutral-500\/35:focus {
  border-color: rgb(129 121 113 / 0.35);
}

.focus\:border-neutral-500\/40:focus {
  border-color: rgb(129 121 113 / 0.4);
}

.focus\:border-neutral-500\/45:focus {
  border-color: rgb(129 121 113 / 0.45);
}

.focus\:border-neutral-500\/5:focus {
  border-color: rgb(129 121 113 / 0.05);
}

.focus\:border-neutral-500\/50:focus {
  border-color: rgb(129 121 113 / 0.5);
}

.focus\:border-neutral-500\/55:focus {
  border-color: rgb(129 121 113 / 0.55);
}

.focus\:border-neutral-500\/60:focus {
  border-color: rgb(129 121 113 / 0.6);
}

.focus\:border-neutral-500\/65:focus {
  border-color: rgb(129 121 113 / 0.65);
}

.focus\:border-neutral-500\/70:focus {
  border-color: rgb(129 121 113 / 0.7);
}

.focus\:border-neutral-500\/75:focus {
  border-color: rgb(129 121 113 / 0.75);
}

.focus\:border-neutral-500\/80:focus {
  border-color: rgb(129 121 113 / 0.8);
}

.focus\:border-neutral-500\/85:focus {
  border-color: rgb(129 121 113 / 0.85);
}

.focus\:border-neutral-500\/90:focus {
  border-color: rgb(129 121 113 / 0.9);
}

.focus\:border-neutral-500\/95:focus {
  border-color: rgb(129 121 113 / 0.95);
}

.focus\:border-neutral-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(96 89 82 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-600\/0:focus {
  border-color: rgb(96 89 82 / 0);
}

.focus\:border-neutral-600\/10:focus {
  border-color: rgb(96 89 82 / 0.1);
}

.focus\:border-neutral-600\/100:focus {
  border-color: rgb(96 89 82 / 1);
}

.focus\:border-neutral-600\/15:focus {
  border-color: rgb(96 89 82 / 0.15);
}

.focus\:border-neutral-600\/20:focus {
  border-color: rgb(96 89 82 / 0.2);
}

.focus\:border-neutral-600\/25:focus {
  border-color: rgb(96 89 82 / 0.25);
}

.focus\:border-neutral-600\/30:focus {
  border-color: rgb(96 89 82 / 0.3);
}

.focus\:border-neutral-600\/35:focus {
  border-color: rgb(96 89 82 / 0.35);
}

.focus\:border-neutral-600\/40:focus {
  border-color: rgb(96 89 82 / 0.4);
}

.focus\:border-neutral-600\/45:focus {
  border-color: rgb(96 89 82 / 0.45);
}

.focus\:border-neutral-600\/5:focus {
  border-color: rgb(96 89 82 / 0.05);
}

.focus\:border-neutral-600\/50:focus {
  border-color: rgb(96 89 82 / 0.5);
}

.focus\:border-neutral-600\/55:focus {
  border-color: rgb(96 89 82 / 0.55);
}

.focus\:border-neutral-600\/60:focus {
  border-color: rgb(96 89 82 / 0.6);
}

.focus\:border-neutral-600\/65:focus {
  border-color: rgb(96 89 82 / 0.65);
}

.focus\:border-neutral-600\/70:focus {
  border-color: rgb(96 89 82 / 0.7);
}

.focus\:border-neutral-600\/75:focus {
  border-color: rgb(96 89 82 / 0.75);
}

.focus\:border-neutral-600\/80:focus {
  border-color: rgb(96 89 82 / 0.8);
}

.focus\:border-neutral-600\/85:focus {
  border-color: rgb(96 89 82 / 0.85);
}

.focus\:border-neutral-600\/90:focus {
  border-color: rgb(96 89 82 / 0.9);
}

.focus\:border-neutral-600\/95:focus {
  border-color: rgb(96 89 82 / 0.95);
}

.focus\:border-neutral-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(73 68 63 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-700\/0:focus {
  border-color: rgb(73 68 63 / 0);
}

.focus\:border-neutral-700\/10:focus {
  border-color: rgb(73 68 63 / 0.1);
}

.focus\:border-neutral-700\/100:focus {
  border-color: rgb(73 68 63 / 1);
}

.focus\:border-neutral-700\/15:focus {
  border-color: rgb(73 68 63 / 0.15);
}

.focus\:border-neutral-700\/20:focus {
  border-color: rgb(73 68 63 / 0.2);
}

.focus\:border-neutral-700\/25:focus {
  border-color: rgb(73 68 63 / 0.25);
}

.focus\:border-neutral-700\/30:focus {
  border-color: rgb(73 68 63 / 0.3);
}

.focus\:border-neutral-700\/35:focus {
  border-color: rgb(73 68 63 / 0.35);
}

.focus\:border-neutral-700\/40:focus {
  border-color: rgb(73 68 63 / 0.4);
}

.focus\:border-neutral-700\/45:focus {
  border-color: rgb(73 68 63 / 0.45);
}

.focus\:border-neutral-700\/5:focus {
  border-color: rgb(73 68 63 / 0.05);
}

.focus\:border-neutral-700\/50:focus {
  border-color: rgb(73 68 63 / 0.5);
}

.focus\:border-neutral-700\/55:focus {
  border-color: rgb(73 68 63 / 0.55);
}

.focus\:border-neutral-700\/60:focus {
  border-color: rgb(73 68 63 / 0.6);
}

.focus\:border-neutral-700\/65:focus {
  border-color: rgb(73 68 63 / 0.65);
}

.focus\:border-neutral-700\/70:focus {
  border-color: rgb(73 68 63 / 0.7);
}

.focus\:border-neutral-700\/75:focus {
  border-color: rgb(73 68 63 / 0.75);
}

.focus\:border-neutral-700\/80:focus {
  border-color: rgb(73 68 63 / 0.8);
}

.focus\:border-neutral-700\/85:focus {
  border-color: rgb(73 68 63 / 0.85);
}

.focus\:border-neutral-700\/90:focus {
  border-color: rgb(73 68 63 / 0.9);
}

.focus\:border-neutral-700\/95:focus {
  border-color: rgb(73 68 63 / 0.95);
}

.focus\:border-neutral-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(48 45 42 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-800\/0:focus {
  border-color: rgb(48 45 42 / 0);
}

.focus\:border-neutral-800\/10:focus {
  border-color: rgb(48 45 42 / 0.1);
}

.focus\:border-neutral-800\/100:focus {
  border-color: rgb(48 45 42 / 1);
}

.focus\:border-neutral-800\/15:focus {
  border-color: rgb(48 45 42 / 0.15);
}

.focus\:border-neutral-800\/20:focus {
  border-color: rgb(48 45 42 / 0.2);
}

.focus\:border-neutral-800\/25:focus {
  border-color: rgb(48 45 42 / 0.25);
}

.focus\:border-neutral-800\/30:focus {
  border-color: rgb(48 45 42 / 0.3);
}

.focus\:border-neutral-800\/35:focus {
  border-color: rgb(48 45 42 / 0.35);
}

.focus\:border-neutral-800\/40:focus {
  border-color: rgb(48 45 42 / 0.4);
}

.focus\:border-neutral-800\/45:focus {
  border-color: rgb(48 45 42 / 0.45);
}

.focus\:border-neutral-800\/5:focus {
  border-color: rgb(48 45 42 / 0.05);
}

.focus\:border-neutral-800\/50:focus {
  border-color: rgb(48 45 42 / 0.5);
}

.focus\:border-neutral-800\/55:focus {
  border-color: rgb(48 45 42 / 0.55);
}

.focus\:border-neutral-800\/60:focus {
  border-color: rgb(48 45 42 / 0.6);
}

.focus\:border-neutral-800\/65:focus {
  border-color: rgb(48 45 42 / 0.65);
}

.focus\:border-neutral-800\/70:focus {
  border-color: rgb(48 45 42 / 0.7);
}

.focus\:border-neutral-800\/75:focus {
  border-color: rgb(48 45 42 / 0.75);
}

.focus\:border-neutral-800\/80:focus {
  border-color: rgb(48 45 42 / 0.8);
}

.focus\:border-neutral-800\/85:focus {
  border-color: rgb(48 45 42 / 0.85);
}

.focus\:border-neutral-800\/90:focus {
  border-color: rgb(48 45 42 / 0.9);
}

.focus\:border-neutral-800\/95:focus {
  border-color: rgb(48 45 42 / 0.95);
}

.focus\:border-neutral-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(33 31 29 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-900\/0:focus {
  border-color: rgb(33 31 29 / 0);
}

.focus\:border-neutral-900\/10:focus {
  border-color: rgb(33 31 29 / 0.1);
}

.focus\:border-neutral-900\/100:focus {
  border-color: rgb(33 31 29 / 1);
}

.focus\:border-neutral-900\/15:focus {
  border-color: rgb(33 31 29 / 0.15);
}

.focus\:border-neutral-900\/20:focus {
  border-color: rgb(33 31 29 / 0.2);
}

.focus\:border-neutral-900\/25:focus {
  border-color: rgb(33 31 29 / 0.25);
}

.focus\:border-neutral-900\/30:focus {
  border-color: rgb(33 31 29 / 0.3);
}

.focus\:border-neutral-900\/35:focus {
  border-color: rgb(33 31 29 / 0.35);
}

.focus\:border-neutral-900\/40:focus {
  border-color: rgb(33 31 29 / 0.4);
}

.focus\:border-neutral-900\/45:focus {
  border-color: rgb(33 31 29 / 0.45);
}

.focus\:border-neutral-900\/5:focus {
  border-color: rgb(33 31 29 / 0.05);
}

.focus\:border-neutral-900\/50:focus {
  border-color: rgb(33 31 29 / 0.5);
}

.focus\:border-neutral-900\/55:focus {
  border-color: rgb(33 31 29 / 0.55);
}

.focus\:border-neutral-900\/60:focus {
  border-color: rgb(33 31 29 / 0.6);
}

.focus\:border-neutral-900\/65:focus {
  border-color: rgb(33 31 29 / 0.65);
}

.focus\:border-neutral-900\/70:focus {
  border-color: rgb(33 31 29 / 0.7);
}

.focus\:border-neutral-900\/75:focus {
  border-color: rgb(33 31 29 / 0.75);
}

.focus\:border-neutral-900\/80:focus {
  border-color: rgb(33 31 29 / 0.8);
}

.focus\:border-neutral-900\/85:focus {
  border-color: rgb(33 31 29 / 0.85);
}

.focus\:border-neutral-900\/90:focus {
  border-color: rgb(33 31 29 / 0.9);
}

.focus\:border-neutral-900\/95:focus {
  border-color: rgb(33 31 29 / 0.95);
}

.focus\:border-neutral-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(18 17 16 / var(--tw-border-opacity, 1));
}

.focus\:border-neutral-950\/0:focus {
  border-color: rgb(18 17 16 / 0);
}

.focus\:border-neutral-950\/10:focus {
  border-color: rgb(18 17 16 / 0.1);
}

.focus\:border-neutral-950\/100:focus {
  border-color: rgb(18 17 16 / 1);
}

.focus\:border-neutral-950\/15:focus {
  border-color: rgb(18 17 16 / 0.15);
}

.focus\:border-neutral-950\/20:focus {
  border-color: rgb(18 17 16 / 0.2);
}

.focus\:border-neutral-950\/25:focus {
  border-color: rgb(18 17 16 / 0.25);
}

.focus\:border-neutral-950\/30:focus {
  border-color: rgb(18 17 16 / 0.3);
}

.focus\:border-neutral-950\/35:focus {
  border-color: rgb(18 17 16 / 0.35);
}

.focus\:border-neutral-950\/40:focus {
  border-color: rgb(18 17 16 / 0.4);
}

.focus\:border-neutral-950\/45:focus {
  border-color: rgb(18 17 16 / 0.45);
}

.focus\:border-neutral-950\/5:focus {
  border-color: rgb(18 17 16 / 0.05);
}

.focus\:border-neutral-950\/50:focus {
  border-color: rgb(18 17 16 / 0.5);
}

.focus\:border-neutral-950\/55:focus {
  border-color: rgb(18 17 16 / 0.55);
}

.focus\:border-neutral-950\/60:focus {
  border-color: rgb(18 17 16 / 0.6);
}

.focus\:border-neutral-950\/65:focus {
  border-color: rgb(18 17 16 / 0.65);
}

.focus\:border-neutral-950\/70:focus {
  border-color: rgb(18 17 16 / 0.7);
}

.focus\:border-neutral-950\/75:focus {
  border-color: rgb(18 17 16 / 0.75);
}

.focus\:border-neutral-950\/80:focus {
  border-color: rgb(18 17 16 / 0.8);
}

.focus\:border-neutral-950\/85:focus {
  border-color: rgb(18 17 16 / 0.85);
}

.focus\:border-neutral-950\/90:focus {
  border-color: rgb(18 17 16 / 0.9);
}

.focus\:border-neutral-950\/95:focus {
  border-color: rgb(18 17 16 / 0.95);
}

.focus\:border-primary-100:focus {
  --tw-border-opacity: 1;
  border-color: rgb(254 234 222 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-100\/0:focus {
  border-color: rgb(254 234 222 / 0);
}

.focus\:border-primary-100\/10:focus {
  border-color: rgb(254 234 222 / 0.1);
}

.focus\:border-primary-100\/100:focus {
  border-color: rgb(254 234 222 / 1);
}

.focus\:border-primary-100\/15:focus {
  border-color: rgb(254 234 222 / 0.15);
}

.focus\:border-primary-100\/20:focus {
  border-color: rgb(254 234 222 / 0.2);
}

.focus\:border-primary-100\/25:focus {
  border-color: rgb(254 234 222 / 0.25);
}

.focus\:border-primary-100\/30:focus {
  border-color: rgb(254 234 222 / 0.3);
}

.focus\:border-primary-100\/35:focus {
  border-color: rgb(254 234 222 / 0.35);
}

.focus\:border-primary-100\/40:focus {
  border-color: rgb(254 234 222 / 0.4);
}

.focus\:border-primary-100\/45:focus {
  border-color: rgb(254 234 222 / 0.45);
}

.focus\:border-primary-100\/5:focus {
  border-color: rgb(254 234 222 / 0.05);
}

.focus\:border-primary-100\/50:focus {
  border-color: rgb(254 234 222 / 0.5);
}

.focus\:border-primary-100\/55:focus {
  border-color: rgb(254 234 222 / 0.55);
}

.focus\:border-primary-100\/60:focus {
  border-color: rgb(254 234 222 / 0.6);
}

.focus\:border-primary-100\/65:focus {
  border-color: rgb(254 234 222 / 0.65);
}

.focus\:border-primary-100\/70:focus {
  border-color: rgb(254 234 222 / 0.7);
}

.focus\:border-primary-100\/75:focus {
  border-color: rgb(254 234 222 / 0.75);
}

.focus\:border-primary-100\/80:focus {
  border-color: rgb(254 234 222 / 0.8);
}

.focus\:border-primary-100\/85:focus {
  border-color: rgb(254 234 222 / 0.85);
}

.focus\:border-primary-100\/90:focus {
  border-color: rgb(254 234 222 / 0.9);
}

.focus\:border-primary-100\/95:focus {
  border-color: rgb(254 234 222 / 0.95);
}

.focus\:border-primary-200:focus {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 189 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-200\/0:focus {
  border-color: rgb(252 211 189 / 0);
}

.focus\:border-primary-200\/10:focus {
  border-color: rgb(252 211 189 / 0.1);
}

.focus\:border-primary-200\/100:focus {
  border-color: rgb(252 211 189 / 1);
}

.focus\:border-primary-200\/15:focus {
  border-color: rgb(252 211 189 / 0.15);
}

.focus\:border-primary-200\/20:focus {
  border-color: rgb(252 211 189 / 0.2);
}

.focus\:border-primary-200\/25:focus {
  border-color: rgb(252 211 189 / 0.25);
}

.focus\:border-primary-200\/30:focus {
  border-color: rgb(252 211 189 / 0.3);
}

.focus\:border-primary-200\/35:focus {
  border-color: rgb(252 211 189 / 0.35);
}

.focus\:border-primary-200\/40:focus {
  border-color: rgb(252 211 189 / 0.4);
}

.focus\:border-primary-200\/45:focus {
  border-color: rgb(252 211 189 / 0.45);
}

.focus\:border-primary-200\/5:focus {
  border-color: rgb(252 211 189 / 0.05);
}

.focus\:border-primary-200\/50:focus {
  border-color: rgb(252 211 189 / 0.5);
}

.focus\:border-primary-200\/55:focus {
  border-color: rgb(252 211 189 / 0.55);
}

.focus\:border-primary-200\/60:focus {
  border-color: rgb(252 211 189 / 0.6);
}

.focus\:border-primary-200\/65:focus {
  border-color: rgb(252 211 189 / 0.65);
}

.focus\:border-primary-200\/70:focus {
  border-color: rgb(252 211 189 / 0.7);
}

.focus\:border-primary-200\/75:focus {
  border-color: rgb(252 211 189 / 0.75);
}

.focus\:border-primary-200\/80:focus {
  border-color: rgb(252 211 189 / 0.8);
}

.focus\:border-primary-200\/85:focus {
  border-color: rgb(252 211 189 / 0.85);
}

.focus\:border-primary-200\/90:focus {
  border-color: rgb(252 211 189 / 0.9);
}

.focus\:border-primary-200\/95:focus {
  border-color: rgb(252 211 189 / 0.95);
}

.focus\:border-primary-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(250 179 143 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-300\/0:focus {
  border-color: rgb(250 179 143 / 0);
}

.focus\:border-primary-300\/10:focus {
  border-color: rgb(250 179 143 / 0.1);
}

.focus\:border-primary-300\/100:focus {
  border-color: rgb(250 179 143 / 1);
}

.focus\:border-primary-300\/15:focus {
  border-color: rgb(250 179 143 / 0.15);
}

.focus\:border-primary-300\/20:focus {
  border-color: rgb(250 179 143 / 0.2);
}

.focus\:border-primary-300\/25:focus {
  border-color: rgb(250 179 143 / 0.25);
}

.focus\:border-primary-300\/30:focus {
  border-color: rgb(250 179 143 / 0.3);
}

.focus\:border-primary-300\/35:focus {
  border-color: rgb(250 179 143 / 0.35);
}

.focus\:border-primary-300\/40:focus {
  border-color: rgb(250 179 143 / 0.4);
}

.focus\:border-primary-300\/45:focus {
  border-color: rgb(250 179 143 / 0.45);
}

.focus\:border-primary-300\/5:focus {
  border-color: rgb(250 179 143 / 0.05);
}

.focus\:border-primary-300\/50:focus {
  border-color: rgb(250 179 143 / 0.5);
}

.focus\:border-primary-300\/55:focus {
  border-color: rgb(250 179 143 / 0.55);
}

.focus\:border-primary-300\/60:focus {
  border-color: rgb(250 179 143 / 0.6);
}

.focus\:border-primary-300\/65:focus {
  border-color: rgb(250 179 143 / 0.65);
}

.focus\:border-primary-300\/70:focus {
  border-color: rgb(250 179 143 / 0.7);
}

.focus\:border-primary-300\/75:focus {
  border-color: rgb(250 179 143 / 0.75);
}

.focus\:border-primary-300\/80:focus {
  border-color: rgb(250 179 143 / 0.8);
}

.focus\:border-primary-300\/85:focus {
  border-color: rgb(250 179 143 / 0.85);
}

.focus\:border-primary-300\/90:focus {
  border-color: rgb(250 179 143 / 0.9);
}

.focus\:border-primary-300\/95:focus {
  border-color: rgb(250 179 143 / 0.95);
}

.focus\:border-primary-400:focus {
  --tw-border-opacity: 1;
  border-color: rgb(249 151 102 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-400\/0:focus {
  border-color: rgb(249 151 102 / 0);
}

.focus\:border-primary-400\/10:focus {
  border-color: rgb(249 151 102 / 0.1);
}

.focus\:border-primary-400\/100:focus {
  border-color: rgb(249 151 102 / 1);
}

.focus\:border-primary-400\/15:focus {
  border-color: rgb(249 151 102 / 0.15);
}

.focus\:border-primary-400\/20:focus {
  border-color: rgb(249 151 102 / 0.2);
}

.focus\:border-primary-400\/25:focus {
  border-color: rgb(249 151 102 / 0.25);
}

.focus\:border-primary-400\/30:focus {
  border-color: rgb(249 151 102 / 0.3);
}

.focus\:border-primary-400\/35:focus {
  border-color: rgb(249 151 102 / 0.35);
}

.focus\:border-primary-400\/40:focus {
  border-color: rgb(249 151 102 / 0.4);
}

.focus\:border-primary-400\/45:focus {
  border-color: rgb(249 151 102 / 0.45);
}

.focus\:border-primary-400\/5:focus {
  border-color: rgb(249 151 102 / 0.05);
}

.focus\:border-primary-400\/50:focus {
  border-color: rgb(249 151 102 / 0.5);
}

.focus\:border-primary-400\/55:focus {
  border-color: rgb(249 151 102 / 0.55);
}

.focus\:border-primary-400\/60:focus {
  border-color: rgb(249 151 102 / 0.6);
}

.focus\:border-primary-400\/65:focus {
  border-color: rgb(249 151 102 / 0.65);
}

.focus\:border-primary-400\/70:focus {
  border-color: rgb(249 151 102 / 0.7);
}

.focus\:border-primary-400\/75:focus {
  border-color: rgb(249 151 102 / 0.75);
}

.focus\:border-primary-400\/80:focus {
  border-color: rgb(249 151 102 / 0.8);
}

.focus\:border-primary-400\/85:focus {
  border-color: rgb(249 151 102 / 0.85);
}

.focus\:border-primary-400\/90:focus {
  border-color: rgb(249 151 102 / 0.9);
}

.focus\:border-primary-400\/95:focus {
  border-color: rgb(249 151 102 / 0.95);
}

.focus\:border-primary-50:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 242 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-50\/0:focus {
  border-color: rgb(255 247 242 / 0);
}

.focus\:border-primary-50\/10:focus {
  border-color: rgb(255 247 242 / 0.1);
}

.focus\:border-primary-50\/100:focus {
  border-color: rgb(255 247 242 / 1);
}

.focus\:border-primary-50\/15:focus {
  border-color: rgb(255 247 242 / 0.15);
}

.focus\:border-primary-50\/20:focus {
  border-color: rgb(255 247 242 / 0.2);
}

.focus\:border-primary-50\/25:focus {
  border-color: rgb(255 247 242 / 0.25);
}

.focus\:border-primary-50\/30:focus {
  border-color: rgb(255 247 242 / 0.3);
}

.focus\:border-primary-50\/35:focus {
  border-color: rgb(255 247 242 / 0.35);
}

.focus\:border-primary-50\/40:focus {
  border-color: rgb(255 247 242 / 0.4);
}

.focus\:border-primary-50\/45:focus {
  border-color: rgb(255 247 242 / 0.45);
}

.focus\:border-primary-50\/5:focus {
  border-color: rgb(255 247 242 / 0.05);
}

.focus\:border-primary-50\/50:focus {
  border-color: rgb(255 247 242 / 0.5);
}

.focus\:border-primary-50\/55:focus {
  border-color: rgb(255 247 242 / 0.55);
}

.focus\:border-primary-50\/60:focus {
  border-color: rgb(255 247 242 / 0.6);
}

.focus\:border-primary-50\/65:focus {
  border-color: rgb(255 247 242 / 0.65);
}

.focus\:border-primary-50\/70:focus {
  border-color: rgb(255 247 242 / 0.7);
}

.focus\:border-primary-50\/75:focus {
  border-color: rgb(255 247 242 / 0.75);
}

.focus\:border-primary-50\/80:focus {
  border-color: rgb(255 247 242 / 0.8);
}

.focus\:border-primary-50\/85:focus {
  border-color: rgb(255 247 242 / 0.85);
}

.focus\:border-primary-50\/90:focus {
  border-color: rgb(255 247 242 / 0.9);
}

.focus\:border-primary-50\/95:focus {
  border-color: rgb(255 247 242 / 0.95);
}

.focus\:border-primary-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(247 141 77 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-500\/0:focus {
  border-color: rgb(247 141 77 / 0);
}

.focus\:border-primary-500\/10:focus {
  border-color: rgb(247 141 77 / 0.1);
}

.focus\:border-primary-500\/100:focus {
  border-color: rgb(247 141 77 / 1);
}

.focus\:border-primary-500\/15:focus {
  border-color: rgb(247 141 77 / 0.15);
}

.focus\:border-primary-500\/20:focus {
  border-color: rgb(247 141 77 / 0.2);
}

.focus\:border-primary-500\/25:focus {
  border-color: rgb(247 141 77 / 0.25);
}

.focus\:border-primary-500\/30:focus {
  border-color: rgb(247 141 77 / 0.3);
}

.focus\:border-primary-500\/35:focus {
  border-color: rgb(247 141 77 / 0.35);
}

.focus\:border-primary-500\/40:focus {
  border-color: rgb(247 141 77 / 0.4);
}

.focus\:border-primary-500\/45:focus {
  border-color: rgb(247 141 77 / 0.45);
}

.focus\:border-primary-500\/5:focus {
  border-color: rgb(247 141 77 / 0.05);
}

.focus\:border-primary-500\/50:focus {
  border-color: rgb(247 141 77 / 0.5);
}

.focus\:border-primary-500\/55:focus {
  border-color: rgb(247 141 77 / 0.55);
}

.focus\:border-primary-500\/60:focus {
  border-color: rgb(247 141 77 / 0.6);
}

.focus\:border-primary-500\/65:focus {
  border-color: rgb(247 141 77 / 0.65);
}

.focus\:border-primary-500\/70:focus {
  border-color: rgb(247 141 77 / 0.7);
}

.focus\:border-primary-500\/75:focus {
  border-color: rgb(247 141 77 / 0.75);
}

.focus\:border-primary-500\/80:focus {
  border-color: rgb(247 141 77 / 0.8);
}

.focus\:border-primary-500\/85:focus {
  border-color: rgb(247 141 77 / 0.85);
}

.focus\:border-primary-500\/90:focus {
  border-color: rgb(247 141 77 / 0.9);
}

.focus\:border-primary-500\/95:focus {
  border-color: rgb(247 141 77 / 0.95);
}

.focus\:border-primary-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(233 99 37 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-600\/0:focus {
  border-color: rgb(233 99 37 / 0);
}

.focus\:border-primary-600\/10:focus {
  border-color: rgb(233 99 37 / 0.1);
}

.focus\:border-primary-600\/100:focus {
  border-color: rgb(233 99 37 / 1);
}

.focus\:border-primary-600\/15:focus {
  border-color: rgb(233 99 37 / 0.15);
}

.focus\:border-primary-600\/20:focus {
  border-color: rgb(233 99 37 / 0.2);
}

.focus\:border-primary-600\/25:focus {
  border-color: rgb(233 99 37 / 0.25);
}

.focus\:border-primary-600\/30:focus {
  border-color: rgb(233 99 37 / 0.3);
}

.focus\:border-primary-600\/35:focus {
  border-color: rgb(233 99 37 / 0.35);
}

.focus\:border-primary-600\/40:focus {
  border-color: rgb(233 99 37 / 0.4);
}

.focus\:border-primary-600\/45:focus {
  border-color: rgb(233 99 37 / 0.45);
}

.focus\:border-primary-600\/5:focus {
  border-color: rgb(233 99 37 / 0.05);
}

.focus\:border-primary-600\/50:focus {
  border-color: rgb(233 99 37 / 0.5);
}

.focus\:border-primary-600\/55:focus {
  border-color: rgb(233 99 37 / 0.55);
}

.focus\:border-primary-600\/60:focus {
  border-color: rgb(233 99 37 / 0.6);
}

.focus\:border-primary-600\/65:focus {
  border-color: rgb(233 99 37 / 0.65);
}

.focus\:border-primary-600\/70:focus {
  border-color: rgb(233 99 37 / 0.7);
}

.focus\:border-primary-600\/75:focus {
  border-color: rgb(233 99 37 / 0.75);
}

.focus\:border-primary-600\/80:focus {
  border-color: rgb(233 99 37 / 0.8);
}

.focus\:border-primary-600\/85:focus {
  border-color: rgb(233 99 37 / 0.85);
}

.focus\:border-primary-600\/90:focus {
  border-color: rgb(233 99 37 / 0.9);
}

.focus\:border-primary-600\/95:focus {
  border-color: rgb(233 99 37 / 0.95);
}

.focus\:border-primary-700:focus {
  --tw-border-opacity: 1;
  border-color: rgb(201 74 22 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-700\/0:focus {
  border-color: rgb(201 74 22 / 0);
}

.focus\:border-primary-700\/10:focus {
  border-color: rgb(201 74 22 / 0.1);
}

.focus\:border-primary-700\/100:focus {
  border-color: rgb(201 74 22 / 1);
}

.focus\:border-primary-700\/15:focus {
  border-color: rgb(201 74 22 / 0.15);
}

.focus\:border-primary-700\/20:focus {
  border-color: rgb(201 74 22 / 0.2);
}

.focus\:border-primary-700\/25:focus {
  border-color: rgb(201 74 22 / 0.25);
}

.focus\:border-primary-700\/30:focus {
  border-color: rgb(201 74 22 / 0.3);
}

.focus\:border-primary-700\/35:focus {
  border-color: rgb(201 74 22 / 0.35);
}

.focus\:border-primary-700\/40:focus {
  border-color: rgb(201 74 22 / 0.4);
}

.focus\:border-primary-700\/45:focus {
  border-color: rgb(201 74 22 / 0.45);
}

.focus\:border-primary-700\/5:focus {
  border-color: rgb(201 74 22 / 0.05);
}

.focus\:border-primary-700\/50:focus {
  border-color: rgb(201 74 22 / 0.5);
}

.focus\:border-primary-700\/55:focus {
  border-color: rgb(201 74 22 / 0.55);
}

.focus\:border-primary-700\/60:focus {
  border-color: rgb(201 74 22 / 0.6);
}

.focus\:border-primary-700\/65:focus {
  border-color: rgb(201 74 22 / 0.65);
}

.focus\:border-primary-700\/70:focus {
  border-color: rgb(201 74 22 / 0.7);
}

.focus\:border-primary-700\/75:focus {
  border-color: rgb(201 74 22 / 0.75);
}

.focus\:border-primary-700\/80:focus {
  border-color: rgb(201 74 22 / 0.8);
}

.focus\:border-primary-700\/85:focus {
  border-color: rgb(201 74 22 / 0.85);
}

.focus\:border-primary-700\/90:focus {
  border-color: rgb(201 74 22 / 0.9);
}

.focus\:border-primary-700\/95:focus {
  border-color: rgb(201 74 22 / 0.95);
}

.focus\:border-primary-800:focus {
  --tw-border-opacity: 1;
  border-color: rgb(161 59 24 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-800\/0:focus {
  border-color: rgb(161 59 24 / 0);
}

.focus\:border-primary-800\/10:focus {
  border-color: rgb(161 59 24 / 0.1);
}

.focus\:border-primary-800\/100:focus {
  border-color: rgb(161 59 24 / 1);
}

.focus\:border-primary-800\/15:focus {
  border-color: rgb(161 59 24 / 0.15);
}

.focus\:border-primary-800\/20:focus {
  border-color: rgb(161 59 24 / 0.2);
}

.focus\:border-primary-800\/25:focus {
  border-color: rgb(161 59 24 / 0.25);
}

.focus\:border-primary-800\/30:focus {
  border-color: rgb(161 59 24 / 0.3);
}

.focus\:border-primary-800\/35:focus {
  border-color: rgb(161 59 24 / 0.35);
}

.focus\:border-primary-800\/40:focus {
  border-color: rgb(161 59 24 / 0.4);
}

.focus\:border-primary-800\/45:focus {
  border-color: rgb(161 59 24 / 0.45);
}

.focus\:border-primary-800\/5:focus {
  border-color: rgb(161 59 24 / 0.05);
}

.focus\:border-primary-800\/50:focus {
  border-color: rgb(161 59 24 / 0.5);
}

.focus\:border-primary-800\/55:focus {
  border-color: rgb(161 59 24 / 0.55);
}

.focus\:border-primary-800\/60:focus {
  border-color: rgb(161 59 24 / 0.6);
}

.focus\:border-primary-800\/65:focus {
  border-color: rgb(161 59 24 / 0.65);
}

.focus\:border-primary-800\/70:focus {
  border-color: rgb(161 59 24 / 0.7);
}

.focus\:border-primary-800\/75:focus {
  border-color: rgb(161 59 24 / 0.75);
}

.focus\:border-primary-800\/80:focus {
  border-color: rgb(161 59 24 / 0.8);
}

.focus\:border-primary-800\/85:focus {
  border-color: rgb(161 59 24 / 0.85);
}

.focus\:border-primary-800\/90:focus {
  border-color: rgb(161 59 24 / 0.9);
}

.focus\:border-primary-800\/95:focus {
  border-color: rgb(161 59 24 / 0.95);
}

.focus\:border-primary-900:focus {
  --tw-border-opacity: 1;
  border-color: rgb(130 51 24 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-900\/0:focus {
  border-color: rgb(130 51 24 / 0);
}

.focus\:border-primary-900\/10:focus {
  border-color: rgb(130 51 24 / 0.1);
}

.focus\:border-primary-900\/100:focus {
  border-color: rgb(130 51 24 / 1);
}

.focus\:border-primary-900\/15:focus {
  border-color: rgb(130 51 24 / 0.15);
}

.focus\:border-primary-900\/20:focus {
  border-color: rgb(130 51 24 / 0.2);
}

.focus\:border-primary-900\/25:focus {
  border-color: rgb(130 51 24 / 0.25);
}

.focus\:border-primary-900\/30:focus {
  border-color: rgb(130 51 24 / 0.3);
}

.focus\:border-primary-900\/35:focus {
  border-color: rgb(130 51 24 / 0.35);
}

.focus\:border-primary-900\/40:focus {
  border-color: rgb(130 51 24 / 0.4);
}

.focus\:border-primary-900\/45:focus {
  border-color: rgb(130 51 24 / 0.45);
}

.focus\:border-primary-900\/5:focus {
  border-color: rgb(130 51 24 / 0.05);
}

.focus\:border-primary-900\/50:focus {
  border-color: rgb(130 51 24 / 0.5);
}

.focus\:border-primary-900\/55:focus {
  border-color: rgb(130 51 24 / 0.55);
}

.focus\:border-primary-900\/60:focus {
  border-color: rgb(130 51 24 / 0.6);
}

.focus\:border-primary-900\/65:focus {
  border-color: rgb(130 51 24 / 0.65);
}

.focus\:border-primary-900\/70:focus {
  border-color: rgb(130 51 24 / 0.7);
}

.focus\:border-primary-900\/75:focus {
  border-color: rgb(130 51 24 / 0.75);
}

.focus\:border-primary-900\/80:focus {
  border-color: rgb(130 51 24 / 0.8);
}

.focus\:border-primary-900\/85:focus {
  border-color: rgb(130 51 24 / 0.85);
}

.focus\:border-primary-900\/90:focus {
  border-color: rgb(130 51 24 / 0.9);
}

.focus\:border-primary-900\/95:focus {
  border-color: rgb(130 51 24 / 0.95);
}

.focus\:border-primary-950:focus {
  --tw-border-opacity: 1;
  border-color: rgb(70 23 8 / var(--tw-border-opacity, 1));
}

.focus\:border-primary-950\/0:focus {
  border-color: rgb(70 23 8 / 0);
}

.focus\:border-primary-950\/10:focus {
  border-color: rgb(70 23 8 / 0.1);
}

.focus\:border-primary-950\/100:focus {
  border-color: rgb(70 23 8 / 1);
}

.focus\:border-primary-950\/15:focus {
  border-color: rgb(70 23 8 / 0.15);
}

.focus\:border-primary-950\/20:focus {
  border-color: rgb(70 23 8 / 0.2);
}

.focus\:border-primary-950\/25:focus {
  border-color: rgb(70 23 8 / 0.25);
}

.focus\:border-primary-950\/30:focus {
  border-color: rgb(70 23 8 / 0.3);
}

.focus\:border-primary-950\/35:focus {
  border-color: rgb(70 23 8 / 0.35);
}

.focus\:border-primary-950\/40:focus {
  border-color: rgb(70 23 8 / 0.4);
}

.focus\:border-primary-950\/45:focus {
  border-color: rgb(70 23 8 / 0.45);
}

.focus\:border-primary-950\/5:focus {
  border-color: rgb(70 23 8 / 0.05);
}

.focus\:border-primary-950\/50:focus {
  border-color: rgb(70 23 8 / 0.5);
}

.focus\:border-primary-950\/55:focus {
  border-color: rgb(70 23 8 / 0.55);
}

.focus\:border-primary-950\/60:focus {
  border-color: rgb(70 23 8 / 0.6);
}

.focus\:border-primary-950\/65:focus {
  border-color: rgb(70 23 8 / 0.65);
}

.focus\:border-primary-950\/70:focus {
  border-color: rgb(70 23 8 / 0.7);
}

.focus\:border-primary-950\/75:focus {
  border-color: rgb(70 23 8 / 0.75);
}

.focus\:border-primary-950\/80:focus {
  border-color: rgb(70 23 8 / 0.8);
}

.focus\:border-primary-950\/85:focus {
  border-color: rgb(70 23 8 / 0.85);
}

.focus\:border-primary-950\/90:focus {
  border-color: rgb(70 23 8 / 0.9);
}

.focus\:border-primary-950\/95:focus {
  border-color: rgb(70 23 8 / 0.95);
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-transparent\/0:focus {
  border-color: rgb(0 0 0 / 0);
}

.focus\:border-transparent\/10:focus {
  border-color: rgb(0 0 0 / 0.1);
}

.focus\:border-transparent\/100:focus {
  border-color: rgb(0 0 0 / 1);
}

.focus\:border-transparent\/15:focus {
  border-color: rgb(0 0 0 / 0.15);
}

.focus\:border-transparent\/20:focus {
  border-color: rgb(0 0 0 / 0.2);
}

.focus\:border-transparent\/25:focus {
  border-color: rgb(0 0 0 / 0.25);
}

.focus\:border-transparent\/30:focus {
  border-color: rgb(0 0 0 / 0.3);
}

.focus\:border-transparent\/35:focus {
  border-color: rgb(0 0 0 / 0.35);
}

.focus\:border-transparent\/40:focus {
  border-color: rgb(0 0 0 / 0.4);
}

.focus\:border-transparent\/45:focus {
  border-color: rgb(0 0 0 / 0.45);
}

.focus\:border-transparent\/5:focus {
  border-color: rgb(0 0 0 / 0.05);
}

.focus\:border-transparent\/50:focus {
  border-color: rgb(0 0 0 / 0.5);
}

.focus\:border-transparent\/55:focus {
  border-color: rgb(0 0 0 / 0.55);
}

.focus\:border-transparent\/60:focus {
  border-color: rgb(0 0 0 / 0.6);
}

.focus\:border-transparent\/65:focus {
  border-color: rgb(0 0 0 / 0.65);
}

.focus\:border-transparent\/70:focus {
  border-color: rgb(0 0 0 / 0.7);
}

.focus\:border-transparent\/75:focus {
  border-color: rgb(0 0 0 / 0.75);
}

.focus\:border-transparent\/80:focus {
  border-color: rgb(0 0 0 / 0.8);
}

.focus\:border-transparent\/85:focus {
  border-color: rgb(0 0 0 / 0.85);
}

.focus\:border-transparent\/90:focus {
  border-color: rgb(0 0 0 / 0.9);
}

.focus\:border-transparent\/95:focus {
  border-color: rgb(0 0 0 / 0.95);
}

.focus\:border-white:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.focus\:border-white\/0:focus {
  border-color: rgb(255 255 255 / 0);
}

.focus\:border-white\/10:focus {
  border-color: rgb(255 255 255 / 0.1);
}

.focus\:border-white\/100:focus {
  border-color: rgb(255 255 255 / 1);
}

.focus\:border-white\/15:focus {
  border-color: rgb(255 255 255 / 0.15);
}

.focus\:border-white\/20:focus {
  border-color: rgb(255 255 255 / 0.2);
}

.focus\:border-white\/25:focus {
  border-color: rgb(255 255 255 / 0.25);
}

.focus\:border-white\/30:focus {
  border-color: rgb(255 255 255 / 0.3);
}

.focus\:border-white\/35:focus {
  border-color: rgb(255 255 255 / 0.35);
}

.focus\:border-white\/40:focus {
  border-color: rgb(255 255 255 / 0.4);
}

.focus\:border-white\/45:focus {
  border-color: rgb(255 255 255 / 0.45);
}

.focus\:border-white\/5:focus {
  border-color: rgb(255 255 255 / 0.05);
}

.focus\:border-white\/50:focus {
  border-color: rgb(255 255 255 / 0.5);
}

.focus\:border-white\/55:focus {
  border-color: rgb(255 255 255 / 0.55);
}

.focus\:border-white\/60:focus {
  border-color: rgb(255 255 255 / 0.6);
}

.focus\:border-white\/65:focus {
  border-color: rgb(255 255 255 / 0.65);
}

.focus\:border-white\/70:focus {
  border-color: rgb(255 255 255 / 0.7);
}

.focus\:border-white\/75:focus {
  border-color: rgb(255 255 255 / 0.75);
}

.focus\:border-white\/80:focus {
  border-color: rgb(255 255 255 / 0.8);
}

.focus\:border-white\/85:focus {
  border-color: rgb(255 255 255 / 0.85);
}

.focus\:border-white\/90:focus {
  border-color: rgb(255 255 255 / 0.9);
}

.focus\:border-white\/95:focus {
  border-color: rgb(255 255 255 / 0.95);
}

.focus\:bg-accent-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(235 251 203 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-100\/0:focus {
  background-color: rgb(235 251 203 / 0);
}

.focus\:bg-accent-100\/10:focus {
  background-color: rgb(235 251 203 / 0.1);
}

.focus\:bg-accent-100\/100:focus {
  background-color: rgb(235 251 203 / 1);
}

.focus\:bg-accent-100\/15:focus {
  background-color: rgb(235 251 203 / 0.15);
}

.focus\:bg-accent-100\/20:focus {
  background-color: rgb(235 251 203 / 0.2);
}

.focus\:bg-accent-100\/25:focus {
  background-color: rgb(235 251 203 / 0.25);
}

.focus\:bg-accent-100\/30:focus {
  background-color: rgb(235 251 203 / 0.3);
}

.focus\:bg-accent-100\/35:focus {
  background-color: rgb(235 251 203 / 0.35);
}

.focus\:bg-accent-100\/40:focus {
  background-color: rgb(235 251 203 / 0.4);
}

.focus\:bg-accent-100\/45:focus {
  background-color: rgb(235 251 203 / 0.45);
}

.focus\:bg-accent-100\/5:focus {
  background-color: rgb(235 251 203 / 0.05);
}

.focus\:bg-accent-100\/50:focus {
  background-color: rgb(235 251 203 / 0.5);
}

.focus\:bg-accent-100\/55:focus {
  background-color: rgb(235 251 203 / 0.55);
}

.focus\:bg-accent-100\/60:focus {
  background-color: rgb(235 251 203 / 0.6);
}

.focus\:bg-accent-100\/65:focus {
  background-color: rgb(235 251 203 / 0.65);
}

.focus\:bg-accent-100\/70:focus {
  background-color: rgb(235 251 203 / 0.7);
}

.focus\:bg-accent-100\/75:focus {
  background-color: rgb(235 251 203 / 0.75);
}

.focus\:bg-accent-100\/80:focus {
  background-color: rgb(235 251 203 / 0.8);
}

.focus\:bg-accent-100\/85:focus {
  background-color: rgb(235 251 203 / 0.85);
}

.focus\:bg-accent-100\/90:focus {
  background-color: rgb(235 251 203 / 0.9);
}

.focus\:bg-accent-100\/95:focus {
  background-color: rgb(235 251 203 / 0.95);
}

.focus\:bg-accent-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(216 246 154 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-200\/0:focus {
  background-color: rgb(216 246 154 / 0);
}

.focus\:bg-accent-200\/10:focus {
  background-color: rgb(216 246 154 / 0.1);
}

.focus\:bg-accent-200\/100:focus {
  background-color: rgb(216 246 154 / 1);
}

.focus\:bg-accent-200\/15:focus {
  background-color: rgb(216 246 154 / 0.15);
}

.focus\:bg-accent-200\/20:focus {
  background-color: rgb(216 246 154 / 0.2);
}

.focus\:bg-accent-200\/25:focus {
  background-color: rgb(216 246 154 / 0.25);
}

.focus\:bg-accent-200\/30:focus {
  background-color: rgb(216 246 154 / 0.3);
}

.focus\:bg-accent-200\/35:focus {
  background-color: rgb(216 246 154 / 0.35);
}

.focus\:bg-accent-200\/40:focus {
  background-color: rgb(216 246 154 / 0.4);
}

.focus\:bg-accent-200\/45:focus {
  background-color: rgb(216 246 154 / 0.45);
}

.focus\:bg-accent-200\/5:focus {
  background-color: rgb(216 246 154 / 0.05);
}

.focus\:bg-accent-200\/50:focus {
  background-color: rgb(216 246 154 / 0.5);
}

.focus\:bg-accent-200\/55:focus {
  background-color: rgb(216 246 154 / 0.55);
}

.focus\:bg-accent-200\/60:focus {
  background-color: rgb(216 246 154 / 0.6);
}

.focus\:bg-accent-200\/65:focus {
  background-color: rgb(216 246 154 / 0.65);
}

.focus\:bg-accent-200\/70:focus {
  background-color: rgb(216 246 154 / 0.7);
}

.focus\:bg-accent-200\/75:focus {
  background-color: rgb(216 246 154 / 0.75);
}

.focus\:bg-accent-200\/80:focus {
  background-color: rgb(216 246 154 / 0.8);
}

.focus\:bg-accent-200\/85:focus {
  background-color: rgb(216 246 154 / 0.85);
}

.focus\:bg-accent-200\/90:focus {
  background-color: rgb(216 246 154 / 0.9);
}

.focus\:bg-accent-200\/95:focus {
  background-color: rgb(216 246 154 / 0.95);
}

.focus\:bg-accent-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(196 240 120 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-300\/0:focus {
  background-color: rgb(196 240 120 / 0);
}

.focus\:bg-accent-300\/10:focus {
  background-color: rgb(196 240 120 / 0.1);
}

.focus\:bg-accent-300\/100:focus {
  background-color: rgb(196 240 120 / 1);
}

.focus\:bg-accent-300\/15:focus {
  background-color: rgb(196 240 120 / 0.15);
}

.focus\:bg-accent-300\/20:focus {
  background-color: rgb(196 240 120 / 0.2);
}

.focus\:bg-accent-300\/25:focus {
  background-color: rgb(196 240 120 / 0.25);
}

.focus\:bg-accent-300\/30:focus {
  background-color: rgb(196 240 120 / 0.3);
}

.focus\:bg-accent-300\/35:focus {
  background-color: rgb(196 240 120 / 0.35);
}

.focus\:bg-accent-300\/40:focus {
  background-color: rgb(196 240 120 / 0.4);
}

.focus\:bg-accent-300\/45:focus {
  background-color: rgb(196 240 120 / 0.45);
}

.focus\:bg-accent-300\/5:focus {
  background-color: rgb(196 240 120 / 0.05);
}

.focus\:bg-accent-300\/50:focus {
  background-color: rgb(196 240 120 / 0.5);
}

.focus\:bg-accent-300\/55:focus {
  background-color: rgb(196 240 120 / 0.55);
}

.focus\:bg-accent-300\/60:focus {
  background-color: rgb(196 240 120 / 0.6);
}

.focus\:bg-accent-300\/65:focus {
  background-color: rgb(196 240 120 / 0.65);
}

.focus\:bg-accent-300\/70:focus {
  background-color: rgb(196 240 120 / 0.7);
}

.focus\:bg-accent-300\/75:focus {
  background-color: rgb(196 240 120 / 0.75);
}

.focus\:bg-accent-300\/80:focus {
  background-color: rgb(196 240 120 / 0.8);
}

.focus\:bg-accent-300\/85:focus {
  background-color: rgb(196 240 120 / 0.85);
}

.focus\:bg-accent-300\/90:focus {
  background-color: rgb(196 240 120 / 0.9);
}

.focus\:bg-accent-300\/95:focus {
  background-color: rgb(196 240 120 / 0.95);
}

.focus\:bg-accent-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(183 237 104 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-400\/0:focus {
  background-color: rgb(183 237 104 / 0);
}

.focus\:bg-accent-400\/10:focus {
  background-color: rgb(183 237 104 / 0.1);
}

.focus\:bg-accent-400\/100:focus {
  background-color: rgb(183 237 104 / 1);
}

.focus\:bg-accent-400\/15:focus {
  background-color: rgb(183 237 104 / 0.15);
}

.focus\:bg-accent-400\/20:focus {
  background-color: rgb(183 237 104 / 0.2);
}

.focus\:bg-accent-400\/25:focus {
  background-color: rgb(183 237 104 / 0.25);
}

.focus\:bg-accent-400\/30:focus {
  background-color: rgb(183 237 104 / 0.3);
}

.focus\:bg-accent-400\/35:focus {
  background-color: rgb(183 237 104 / 0.35);
}

.focus\:bg-accent-400\/40:focus {
  background-color: rgb(183 237 104 / 0.4);
}

.focus\:bg-accent-400\/45:focus {
  background-color: rgb(183 237 104 / 0.45);
}

.focus\:bg-accent-400\/5:focus {
  background-color: rgb(183 237 104 / 0.05);
}

.focus\:bg-accent-400\/50:focus {
  background-color: rgb(183 237 104 / 0.5);
}

.focus\:bg-accent-400\/55:focus {
  background-color: rgb(183 237 104 / 0.55);
}

.focus\:bg-accent-400\/60:focus {
  background-color: rgb(183 237 104 / 0.6);
}

.focus\:bg-accent-400\/65:focus {
  background-color: rgb(183 237 104 / 0.65);
}

.focus\:bg-accent-400\/70:focus {
  background-color: rgb(183 237 104 / 0.7);
}

.focus\:bg-accent-400\/75:focus {
  background-color: rgb(183 237 104 / 0.75);
}

.focus\:bg-accent-400\/80:focus {
  background-color: rgb(183 237 104 / 0.8);
}

.focus\:bg-accent-400\/85:focus {
  background-color: rgb(183 237 104 / 0.85);
}

.focus\:bg-accent-400\/90:focus {
  background-color: rgb(183 237 104 / 0.9);
}

.focus\:bg-accent-400\/95:focus {
  background-color: rgb(183 237 104 / 0.95);
}

.focus\:bg-accent-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(247 253 235 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-50\/0:focus {
  background-color: rgb(247 253 235 / 0);
}

.focus\:bg-accent-50\/10:focus {
  background-color: rgb(247 253 235 / 0.1);
}

.focus\:bg-accent-50\/100:focus {
  background-color: rgb(247 253 235 / 1);
}

.focus\:bg-accent-50\/15:focus {
  background-color: rgb(247 253 235 / 0.15);
}

.focus\:bg-accent-50\/20:focus {
  background-color: rgb(247 253 235 / 0.2);
}

.focus\:bg-accent-50\/25:focus {
  background-color: rgb(247 253 235 / 0.25);
}

.focus\:bg-accent-50\/30:focus {
  background-color: rgb(247 253 235 / 0.3);
}

.focus\:bg-accent-50\/35:focus {
  background-color: rgb(247 253 235 / 0.35);
}

.focus\:bg-accent-50\/40:focus {
  background-color: rgb(247 253 235 / 0.4);
}

.focus\:bg-accent-50\/45:focus {
  background-color: rgb(247 253 235 / 0.45);
}

.focus\:bg-accent-50\/5:focus {
  background-color: rgb(247 253 235 / 0.05);
}

.focus\:bg-accent-50\/50:focus {
  background-color: rgb(247 253 235 / 0.5);
}

.focus\:bg-accent-50\/55:focus {
  background-color: rgb(247 253 235 / 0.55);
}

.focus\:bg-accent-50\/60:focus {
  background-color: rgb(247 253 235 / 0.6);
}

.focus\:bg-accent-50\/65:focus {
  background-color: rgb(247 253 235 / 0.65);
}

.focus\:bg-accent-50\/70:focus {
  background-color: rgb(247 253 235 / 0.7);
}

.focus\:bg-accent-50\/75:focus {
  background-color: rgb(247 253 235 / 0.75);
}

.focus\:bg-accent-50\/80:focus {
  background-color: rgb(247 253 235 / 0.8);
}

.focus\:bg-accent-50\/85:focus {
  background-color: rgb(247 253 235 / 0.85);
}

.focus\:bg-accent-50\/90:focus {
  background-color: rgb(247 253 235 / 0.9);
}

.focus\:bg-accent-50\/95:focus {
  background-color: rgb(247 253 235 / 0.95);
}

.focus\:bg-accent-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(174 235 96 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-500\/0:focus {
  background-color: rgb(174 235 96 / 0);
}

.focus\:bg-accent-500\/10:focus {
  background-color: rgb(174 235 96 / 0.1);
}

.focus\:bg-accent-500\/100:focus {
  background-color: rgb(174 235 96 / 1);
}

.focus\:bg-accent-500\/15:focus {
  background-color: rgb(174 235 96 / 0.15);
}

.focus\:bg-accent-500\/20:focus {
  background-color: rgb(174 235 96 / 0.2);
}

.focus\:bg-accent-500\/25:focus {
  background-color: rgb(174 235 96 / 0.25);
}

.focus\:bg-accent-500\/30:focus {
  background-color: rgb(174 235 96 / 0.3);
}

.focus\:bg-accent-500\/35:focus {
  background-color: rgb(174 235 96 / 0.35);
}

.focus\:bg-accent-500\/40:focus {
  background-color: rgb(174 235 96 / 0.4);
}

.focus\:bg-accent-500\/45:focus {
  background-color: rgb(174 235 96 / 0.45);
}

.focus\:bg-accent-500\/5:focus {
  background-color: rgb(174 235 96 / 0.05);
}

.focus\:bg-accent-500\/50:focus {
  background-color: rgb(174 235 96 / 0.5);
}

.focus\:bg-accent-500\/55:focus {
  background-color: rgb(174 235 96 / 0.55);
}

.focus\:bg-accent-500\/60:focus {
  background-color: rgb(174 235 96 / 0.6);
}

.focus\:bg-accent-500\/65:focus {
  background-color: rgb(174 235 96 / 0.65);
}

.focus\:bg-accent-500\/70:focus {
  background-color: rgb(174 235 96 / 0.7);
}

.focus\:bg-accent-500\/75:focus {
  background-color: rgb(174 235 96 / 0.75);
}

.focus\:bg-accent-500\/80:focus {
  background-color: rgb(174 235 96 / 0.8);
}

.focus\:bg-accent-500\/85:focus {
  background-color: rgb(174 235 96 / 0.85);
}

.focus\:bg-accent-500\/90:focus {
  background-color: rgb(174 235 96 / 0.9);
}

.focus\:bg-accent-500\/95:focus {
  background-color: rgb(174 235 96 / 0.95);
}

.focus\:bg-accent-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(130 201 48 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-600\/0:focus {
  background-color: rgb(130 201 48 / 0);
}

.focus\:bg-accent-600\/10:focus {
  background-color: rgb(130 201 48 / 0.1);
}

.focus\:bg-accent-600\/100:focus {
  background-color: rgb(130 201 48 / 1);
}

.focus\:bg-accent-600\/15:focus {
  background-color: rgb(130 201 48 / 0.15);
}

.focus\:bg-accent-600\/20:focus {
  background-color: rgb(130 201 48 / 0.2);
}

.focus\:bg-accent-600\/25:focus {
  background-color: rgb(130 201 48 / 0.25);
}

.focus\:bg-accent-600\/30:focus {
  background-color: rgb(130 201 48 / 0.3);
}

.focus\:bg-accent-600\/35:focus {
  background-color: rgb(130 201 48 / 0.35);
}

.focus\:bg-accent-600\/40:focus {
  background-color: rgb(130 201 48 / 0.4);
}

.focus\:bg-accent-600\/45:focus {
  background-color: rgb(130 201 48 / 0.45);
}

.focus\:bg-accent-600\/5:focus {
  background-color: rgb(130 201 48 / 0.05);
}

.focus\:bg-accent-600\/50:focus {
  background-color: rgb(130 201 48 / 0.5);
}

.focus\:bg-accent-600\/55:focus {
  background-color: rgb(130 201 48 / 0.55);
}

.focus\:bg-accent-600\/60:focus {
  background-color: rgb(130 201 48 / 0.6);
}

.focus\:bg-accent-600\/65:focus {
  background-color: rgb(130 201 48 / 0.65);
}

.focus\:bg-accent-600\/70:focus {
  background-color: rgb(130 201 48 / 0.7);
}

.focus\:bg-accent-600\/75:focus {
  background-color: rgb(130 201 48 / 0.75);
}

.focus\:bg-accent-600\/80:focus {
  background-color: rgb(130 201 48 / 0.8);
}

.focus\:bg-accent-600\/85:focus {
  background-color: rgb(130 201 48 / 0.85);
}

.focus\:bg-accent-600\/90:focus {
  background-color: rgb(130 201 48 / 0.9);
}

.focus\:bg-accent-600\/95:focus {
  background-color: rgb(130 201 48 / 0.95);
}

.focus\:bg-accent-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(97 161 31 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-700\/0:focus {
  background-color: rgb(97 161 31 / 0);
}

.focus\:bg-accent-700\/10:focus {
  background-color: rgb(97 161 31 / 0.1);
}

.focus\:bg-accent-700\/100:focus {
  background-color: rgb(97 161 31 / 1);
}

.focus\:bg-accent-700\/15:focus {
  background-color: rgb(97 161 31 / 0.15);
}

.focus\:bg-accent-700\/20:focus {
  background-color: rgb(97 161 31 / 0.2);
}

.focus\:bg-accent-700\/25:focus {
  background-color: rgb(97 161 31 / 0.25);
}

.focus\:bg-accent-700\/30:focus {
  background-color: rgb(97 161 31 / 0.3);
}

.focus\:bg-accent-700\/35:focus {
  background-color: rgb(97 161 31 / 0.35);
}

.focus\:bg-accent-700\/40:focus {
  background-color: rgb(97 161 31 / 0.4);
}

.focus\:bg-accent-700\/45:focus {
  background-color: rgb(97 161 31 / 0.45);
}

.focus\:bg-accent-700\/5:focus {
  background-color: rgb(97 161 31 / 0.05);
}

.focus\:bg-accent-700\/50:focus {
  background-color: rgb(97 161 31 / 0.5);
}

.focus\:bg-accent-700\/55:focus {
  background-color: rgb(97 161 31 / 0.55);
}

.focus\:bg-accent-700\/60:focus {
  background-color: rgb(97 161 31 / 0.6);
}

.focus\:bg-accent-700\/65:focus {
  background-color: rgb(97 161 31 / 0.65);
}

.focus\:bg-accent-700\/70:focus {
  background-color: rgb(97 161 31 / 0.7);
}

.focus\:bg-accent-700\/75:focus {
  background-color: rgb(97 161 31 / 0.75);
}

.focus\:bg-accent-700\/80:focus {
  background-color: rgb(97 161 31 / 0.8);
}

.focus\:bg-accent-700\/85:focus {
  background-color: rgb(97 161 31 / 0.85);
}

.focus\:bg-accent-700\/90:focus {
  background-color: rgb(97 161 31 / 0.9);
}

.focus\:bg-accent-700\/95:focus {
  background-color: rgb(97 161 31 / 0.95);
}

.focus\:bg-accent-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(78 126 32 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-800\/0:focus {
  background-color: rgb(78 126 32 / 0);
}

.focus\:bg-accent-800\/10:focus {
  background-color: rgb(78 126 32 / 0.1);
}

.focus\:bg-accent-800\/100:focus {
  background-color: rgb(78 126 32 / 1);
}

.focus\:bg-accent-800\/15:focus {
  background-color: rgb(78 126 32 / 0.15);
}

.focus\:bg-accent-800\/20:focus {
  background-color: rgb(78 126 32 / 0.2);
}

.focus\:bg-accent-800\/25:focus {
  background-color: rgb(78 126 32 / 0.25);
}

.focus\:bg-accent-800\/30:focus {
  background-color: rgb(78 126 32 / 0.3);
}

.focus\:bg-accent-800\/35:focus {
  background-color: rgb(78 126 32 / 0.35);
}

.focus\:bg-accent-800\/40:focus {
  background-color: rgb(78 126 32 / 0.4);
}

.focus\:bg-accent-800\/45:focus {
  background-color: rgb(78 126 32 / 0.45);
}

.focus\:bg-accent-800\/5:focus {
  background-color: rgb(78 126 32 / 0.05);
}

.focus\:bg-accent-800\/50:focus {
  background-color: rgb(78 126 32 / 0.5);
}

.focus\:bg-accent-800\/55:focus {
  background-color: rgb(78 126 32 / 0.55);
}

.focus\:bg-accent-800\/60:focus {
  background-color: rgb(78 126 32 / 0.6);
}

.focus\:bg-accent-800\/65:focus {
  background-color: rgb(78 126 32 / 0.65);
}

.focus\:bg-accent-800\/70:focus {
  background-color: rgb(78 126 32 / 0.7);
}

.focus\:bg-accent-800\/75:focus {
  background-color: rgb(78 126 32 / 0.75);
}

.focus\:bg-accent-800\/80:focus {
  background-color: rgb(78 126 32 / 0.8);
}

.focus\:bg-accent-800\/85:focus {
  background-color: rgb(78 126 32 / 0.85);
}

.focus\:bg-accent-800\/90:focus {
  background-color: rgb(78 126 32 / 0.9);
}

.focus\:bg-accent-800\/95:focus {
  background-color: rgb(78 126 32 / 0.95);
}

.focus\:bg-accent-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(66 106 33 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-900\/0:focus {
  background-color: rgb(66 106 33 / 0);
}

.focus\:bg-accent-900\/10:focus {
  background-color: rgb(66 106 33 / 0.1);
}

.focus\:bg-accent-900\/100:focus {
  background-color: rgb(66 106 33 / 1);
}

.focus\:bg-accent-900\/15:focus {
  background-color: rgb(66 106 33 / 0.15);
}

.focus\:bg-accent-900\/20:focus {
  background-color: rgb(66 106 33 / 0.2);
}

.focus\:bg-accent-900\/25:focus {
  background-color: rgb(66 106 33 / 0.25);
}

.focus\:bg-accent-900\/30:focus {
  background-color: rgb(66 106 33 / 0.3);
}

.focus\:bg-accent-900\/35:focus {
  background-color: rgb(66 106 33 / 0.35);
}

.focus\:bg-accent-900\/40:focus {
  background-color: rgb(66 106 33 / 0.4);
}

.focus\:bg-accent-900\/45:focus {
  background-color: rgb(66 106 33 / 0.45);
}

.focus\:bg-accent-900\/5:focus {
  background-color: rgb(66 106 33 / 0.05);
}

.focus\:bg-accent-900\/50:focus {
  background-color: rgb(66 106 33 / 0.5);
}

.focus\:bg-accent-900\/55:focus {
  background-color: rgb(66 106 33 / 0.55);
}

.focus\:bg-accent-900\/60:focus {
  background-color: rgb(66 106 33 / 0.6);
}

.focus\:bg-accent-900\/65:focus {
  background-color: rgb(66 106 33 / 0.65);
}

.focus\:bg-accent-900\/70:focus {
  background-color: rgb(66 106 33 / 0.7);
}

.focus\:bg-accent-900\/75:focus {
  background-color: rgb(66 106 33 / 0.75);
}

.focus\:bg-accent-900\/80:focus {
  background-color: rgb(66 106 33 / 0.8);
}

.focus\:bg-accent-900\/85:focus {
  background-color: rgb(66 106 33 / 0.85);
}

.focus\:bg-accent-900\/90:focus {
  background-color: rgb(66 106 33 / 0.9);
}

.focus\:bg-accent-900\/95:focus {
  background-color: rgb(66 106 33 / 0.95);
}

.focus\:bg-accent-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(32 58 11 / var(--tw-bg-opacity, 1));
}

.focus\:bg-accent-950\/0:focus {
  background-color: rgb(32 58 11 / 0);
}

.focus\:bg-accent-950\/10:focus {
  background-color: rgb(32 58 11 / 0.1);
}

.focus\:bg-accent-950\/100:focus {
  background-color: rgb(32 58 11 / 1);
}

.focus\:bg-accent-950\/15:focus {
  background-color: rgb(32 58 11 / 0.15);
}

.focus\:bg-accent-950\/20:focus {
  background-color: rgb(32 58 11 / 0.2);
}

.focus\:bg-accent-950\/25:focus {
  background-color: rgb(32 58 11 / 0.25);
}

.focus\:bg-accent-950\/30:focus {
  background-color: rgb(32 58 11 / 0.3);
}

.focus\:bg-accent-950\/35:focus {
  background-color: rgb(32 58 11 / 0.35);
}

.focus\:bg-accent-950\/40:focus {
  background-color: rgb(32 58 11 / 0.4);
}

.focus\:bg-accent-950\/45:focus {
  background-color: rgb(32 58 11 / 0.45);
}

.focus\:bg-accent-950\/5:focus {
  background-color: rgb(32 58 11 / 0.05);
}

.focus\:bg-accent-950\/50:focus {
  background-color: rgb(32 58 11 / 0.5);
}

.focus\:bg-accent-950\/55:focus {
  background-color: rgb(32 58 11 / 0.55);
}

.focus\:bg-accent-950\/60:focus {
  background-color: rgb(32 58 11 / 0.6);
}

.focus\:bg-accent-950\/65:focus {
  background-color: rgb(32 58 11 / 0.65);
}

.focus\:bg-accent-950\/70:focus {
  background-color: rgb(32 58 11 / 0.7);
}

.focus\:bg-accent-950\/75:focus {
  background-color: rgb(32 58 11 / 0.75);
}

.focus\:bg-accent-950\/80:focus {
  background-color: rgb(32 58 11 / 0.8);
}

.focus\:bg-accent-950\/85:focus {
  background-color: rgb(32 58 11 / 0.85);
}

.focus\:bg-accent-950\/90:focus {
  background-color: rgb(32 58 11 / 0.9);
}

.focus\:bg-accent-950\/95:focus {
  background-color: rgb(32 58 11 / 0.95);
}

.focus\:bg-black:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.focus\:bg-black\/0:focus {
  background-color: rgb(0 0 0 / 0);
}

.focus\:bg-black\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}

.focus\:bg-black\/100:focus {
  background-color: rgb(0 0 0 / 1);
}

.focus\:bg-black\/15:focus {
  background-color: rgb(0 0 0 / 0.15);
}

.focus\:bg-black\/20:focus {
  background-color: rgb(0 0 0 / 0.2);
}

.focus\:bg-black\/25:focus {
  background-color: rgb(0 0 0 / 0.25);
}

.focus\:bg-black\/30:focus {
  background-color: rgb(0 0 0 / 0.3);
}

.focus\:bg-black\/35:focus {
  background-color: rgb(0 0 0 / 0.35);
}

.focus\:bg-black\/40:focus {
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-black\/45:focus {
  background-color: rgb(0 0 0 / 0.45);
}

.focus\:bg-black\/5:focus {
  background-color: rgb(0 0 0 / 0.05);
}

.focus\:bg-black\/50:focus {
  background-color: rgb(0 0 0 / 0.5);
}

.focus\:bg-black\/55:focus {
  background-color: rgb(0 0 0 / 0.55);
}

.focus\:bg-black\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-black\/65:focus {
  background-color: rgb(0 0 0 / 0.65);
}

.focus\:bg-black\/70:focus {
  background-color: rgb(0 0 0 / 0.7);
}

.focus\:bg-black\/75:focus {
  background-color: rgb(0 0 0 / 0.75);
}

.focus\:bg-black\/80:focus {
  background-color: rgb(0 0 0 / 0.8);
}

.focus\:bg-black\/85:focus {
  background-color: rgb(0 0 0 / 0.85);
}

.focus\:bg-black\/90:focus {
  background-color: rgb(0 0 0 / 0.9);
}

.focus\:bg-black\/95:focus {
  background-color: rgb(0 0 0 / 0.95);
}

.focus\:bg-brand-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(233 227 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-100\/0:focus {
  background-color: rgb(233 227 255 / 0);
}

.focus\:bg-brand-100\/10:focus {
  background-color: rgb(233 227 255 / 0.1);
}

.focus\:bg-brand-100\/100:focus {
  background-color: rgb(233 227 255 / 1);
}

.focus\:bg-brand-100\/15:focus {
  background-color: rgb(233 227 255 / 0.15);
}

.focus\:bg-brand-100\/20:focus {
  background-color: rgb(233 227 255 / 0.2);
}

.focus\:bg-brand-100\/25:focus {
  background-color: rgb(233 227 255 / 0.25);
}

.focus\:bg-brand-100\/30:focus {
  background-color: rgb(233 227 255 / 0.3);
}

.focus\:bg-brand-100\/35:focus {
  background-color: rgb(233 227 255 / 0.35);
}

.focus\:bg-brand-100\/40:focus {
  background-color: rgb(233 227 255 / 0.4);
}

.focus\:bg-brand-100\/45:focus {
  background-color: rgb(233 227 255 / 0.45);
}

.focus\:bg-brand-100\/5:focus {
  background-color: rgb(233 227 255 / 0.05);
}

.focus\:bg-brand-100\/50:focus {
  background-color: rgb(233 227 255 / 0.5);
}

.focus\:bg-brand-100\/55:focus {
  background-color: rgb(233 227 255 / 0.55);
}

.focus\:bg-brand-100\/60:focus {
  background-color: rgb(233 227 255 / 0.6);
}

.focus\:bg-brand-100\/65:focus {
  background-color: rgb(233 227 255 / 0.65);
}

.focus\:bg-brand-100\/70:focus {
  background-color: rgb(233 227 255 / 0.7);
}

.focus\:bg-brand-100\/75:focus {
  background-color: rgb(233 227 255 / 0.75);
}

.focus\:bg-brand-100\/80:focus {
  background-color: rgb(233 227 255 / 0.8);
}

.focus\:bg-brand-100\/85:focus {
  background-color: rgb(233 227 255 / 0.85);
}

.focus\:bg-brand-100\/90:focus {
  background-color: rgb(233 227 255 / 0.9);
}

.focus\:bg-brand-100\/95:focus {
  background-color: rgb(233 227 255 / 0.95);
}

.focus\:bg-brand-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(211 199 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-200\/0:focus {
  background-color: rgb(211 199 255 / 0);
}

.focus\:bg-brand-200\/10:focus {
  background-color: rgb(211 199 255 / 0.1);
}

.focus\:bg-brand-200\/100:focus {
  background-color: rgb(211 199 255 / 1);
}

.focus\:bg-brand-200\/15:focus {
  background-color: rgb(211 199 255 / 0.15);
}

.focus\:bg-brand-200\/20:focus {
  background-color: rgb(211 199 255 / 0.2);
}

.focus\:bg-brand-200\/25:focus {
  background-color: rgb(211 199 255 / 0.25);
}

.focus\:bg-brand-200\/30:focus {
  background-color: rgb(211 199 255 / 0.3);
}

.focus\:bg-brand-200\/35:focus {
  background-color: rgb(211 199 255 / 0.35);
}

.focus\:bg-brand-200\/40:focus {
  background-color: rgb(211 199 255 / 0.4);
}

.focus\:bg-brand-200\/45:focus {
  background-color: rgb(211 199 255 / 0.45);
}

.focus\:bg-brand-200\/5:focus {
  background-color: rgb(211 199 255 / 0.05);
}

.focus\:bg-brand-200\/50:focus {
  background-color: rgb(211 199 255 / 0.5);
}

.focus\:bg-brand-200\/55:focus {
  background-color: rgb(211 199 255 / 0.55);
}

.focus\:bg-brand-200\/60:focus {
  background-color: rgb(211 199 255 / 0.6);
}

.focus\:bg-brand-200\/65:focus {
  background-color: rgb(211 199 255 / 0.65);
}

.focus\:bg-brand-200\/70:focus {
  background-color: rgb(211 199 255 / 0.7);
}

.focus\:bg-brand-200\/75:focus {
  background-color: rgb(211 199 255 / 0.75);
}

.focus\:bg-brand-200\/80:focus {
  background-color: rgb(211 199 255 / 0.8);
}

.focus\:bg-brand-200\/85:focus {
  background-color: rgb(211 199 255 / 0.85);
}

.focus\:bg-brand-200\/90:focus {
  background-color: rgb(211 199 255 / 0.9);
}

.focus\:bg-brand-200\/95:focus {
  background-color: rgb(211 199 255 / 0.95);
}

.focus\:bg-brand-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(183 154 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-300\/0:focus {
  background-color: rgb(183 154 255 / 0);
}

.focus\:bg-brand-300\/10:focus {
  background-color: rgb(183 154 255 / 0.1);
}

.focus\:bg-brand-300\/100:focus {
  background-color: rgb(183 154 255 / 1);
}

.focus\:bg-brand-300\/15:focus {
  background-color: rgb(183 154 255 / 0.15);
}

.focus\:bg-brand-300\/20:focus {
  background-color: rgb(183 154 255 / 0.2);
}

.focus\:bg-brand-300\/25:focus {
  background-color: rgb(183 154 255 / 0.25);
}

.focus\:bg-brand-300\/30:focus {
  background-color: rgb(183 154 255 / 0.3);
}

.focus\:bg-brand-300\/35:focus {
  background-color: rgb(183 154 255 / 0.35);
}

.focus\:bg-brand-300\/40:focus {
  background-color: rgb(183 154 255 / 0.4);
}

.focus\:bg-brand-300\/45:focus {
  background-color: rgb(183 154 255 / 0.45);
}

.focus\:bg-brand-300\/5:focus {
  background-color: rgb(183 154 255 / 0.05);
}

.focus\:bg-brand-300\/50:focus {
  background-color: rgb(183 154 255 / 0.5);
}

.focus\:bg-brand-300\/55:focus {
  background-color: rgb(183 154 255 / 0.55);
}

.focus\:bg-brand-300\/60:focus {
  background-color: rgb(183 154 255 / 0.6);
}

.focus\:bg-brand-300\/65:focus {
  background-color: rgb(183 154 255 / 0.65);
}

.focus\:bg-brand-300\/70:focus {
  background-color: rgb(183 154 255 / 0.7);
}

.focus\:bg-brand-300\/75:focus {
  background-color: rgb(183 154 255 / 0.75);
}

.focus\:bg-brand-300\/80:focus {
  background-color: rgb(183 154 255 / 0.8);
}

.focus\:bg-brand-300\/85:focus {
  background-color: rgb(183 154 255 / 0.85);
}

.focus\:bg-brand-300\/90:focus {
  background-color: rgb(183 154 255 / 0.9);
}

.focus\:bg-brand-300\/95:focus {
  background-color: rgb(183 154 255 / 0.95);
}

.focus\:bg-brand-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(149 98 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-400\/0:focus {
  background-color: rgb(149 98 255 / 0);
}

.focus\:bg-brand-400\/10:focus {
  background-color: rgb(149 98 255 / 0.1);
}

.focus\:bg-brand-400\/100:focus {
  background-color: rgb(149 98 255 / 1);
}

.focus\:bg-brand-400\/15:focus {
  background-color: rgb(149 98 255 / 0.15);
}

.focus\:bg-brand-400\/20:focus {
  background-color: rgb(149 98 255 / 0.2);
}

.focus\:bg-brand-400\/25:focus {
  background-color: rgb(149 98 255 / 0.25);
}

.focus\:bg-brand-400\/30:focus {
  background-color: rgb(149 98 255 / 0.3);
}

.focus\:bg-brand-400\/35:focus {
  background-color: rgb(149 98 255 / 0.35);
}

.focus\:bg-brand-400\/40:focus {
  background-color: rgb(149 98 255 / 0.4);
}

.focus\:bg-brand-400\/45:focus {
  background-color: rgb(149 98 255 / 0.45);
}

.focus\:bg-brand-400\/5:focus {
  background-color: rgb(149 98 255 / 0.05);
}

.focus\:bg-brand-400\/50:focus {
  background-color: rgb(149 98 255 / 0.5);
}

.focus\:bg-brand-400\/55:focus {
  background-color: rgb(149 98 255 / 0.55);
}

.focus\:bg-brand-400\/60:focus {
  background-color: rgb(149 98 255 / 0.6);
}

.focus\:bg-brand-400\/65:focus {
  background-color: rgb(149 98 255 / 0.65);
}

.focus\:bg-brand-400\/70:focus {
  background-color: rgb(149 98 255 / 0.7);
}

.focus\:bg-brand-400\/75:focus {
  background-color: rgb(149 98 255 / 0.75);
}

.focus\:bg-brand-400\/80:focus {
  background-color: rgb(149 98 255 / 0.8);
}

.focus\:bg-brand-400\/85:focus {
  background-color: rgb(149 98 255 / 0.85);
}

.focus\:bg-brand-400\/90:focus {
  background-color: rgb(149 98 255 / 0.9);
}

.focus\:bg-brand-400\/95:focus {
  background-color: rgb(149 98 255 / 0.95);
}

.focus\:bg-brand-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-50\/0:focus {
  background-color: rgb(244 241 255 / 0);
}

.focus\:bg-brand-50\/10:focus {
  background-color: rgb(244 241 255 / 0.1);
}

.focus\:bg-brand-50\/100:focus {
  background-color: rgb(244 241 255 / 1);
}

.focus\:bg-brand-50\/15:focus {
  background-color: rgb(244 241 255 / 0.15);
}

.focus\:bg-brand-50\/20:focus {
  background-color: rgb(244 241 255 / 0.2);
}

.focus\:bg-brand-50\/25:focus {
  background-color: rgb(244 241 255 / 0.25);
}

.focus\:bg-brand-50\/30:focus {
  background-color: rgb(244 241 255 / 0.3);
}

.focus\:bg-brand-50\/35:focus {
  background-color: rgb(244 241 255 / 0.35);
}

.focus\:bg-brand-50\/40:focus {
  background-color: rgb(244 241 255 / 0.4);
}

.focus\:bg-brand-50\/45:focus {
  background-color: rgb(244 241 255 / 0.45);
}

.focus\:bg-brand-50\/5:focus {
  background-color: rgb(244 241 255 / 0.05);
}

.focus\:bg-brand-50\/50:focus {
  background-color: rgb(244 241 255 / 0.5);
}

.focus\:bg-brand-50\/55:focus {
  background-color: rgb(244 241 255 / 0.55);
}

.focus\:bg-brand-50\/60:focus {
  background-color: rgb(244 241 255 / 0.6);
}

.focus\:bg-brand-50\/65:focus {
  background-color: rgb(244 241 255 / 0.65);
}

.focus\:bg-brand-50\/70:focus {
  background-color: rgb(244 241 255 / 0.7);
}

.focus\:bg-brand-50\/75:focus {
  background-color: rgb(244 241 255 / 0.75);
}

.focus\:bg-brand-50\/80:focus {
  background-color: rgb(244 241 255 / 0.8);
}

.focus\:bg-brand-50\/85:focus {
  background-color: rgb(244 241 255 / 0.85);
}

.focus\:bg-brand-50\/90:focus {
  background-color: rgb(244 241 255 / 0.9);
}

.focus\:bg-brand-50\/95:focus {
  background-color: rgb(244 241 255 / 0.95);
}

.focus\:bg-brand-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(78 28 209 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-500\/0:focus {
  background-color: rgb(78 28 209 / 0);
}

.focus\:bg-brand-500\/10:focus {
  background-color: rgb(78 28 209 / 0.1);
}

.focus\:bg-brand-500\/100:focus {
  background-color: rgb(78 28 209 / 1);
}

.focus\:bg-brand-500\/15:focus {
  background-color: rgb(78 28 209 / 0.15);
}

.focus\:bg-brand-500\/20:focus {
  background-color: rgb(78 28 209 / 0.2);
}

.focus\:bg-brand-500\/25:focus {
  background-color: rgb(78 28 209 / 0.25);
}

.focus\:bg-brand-500\/30:focus {
  background-color: rgb(78 28 209 / 0.3);
}

.focus\:bg-brand-500\/35:focus {
  background-color: rgb(78 28 209 / 0.35);
}

.focus\:bg-brand-500\/40:focus {
  background-color: rgb(78 28 209 / 0.4);
}

.focus\:bg-brand-500\/45:focus {
  background-color: rgb(78 28 209 / 0.45);
}

.focus\:bg-brand-500\/5:focus {
  background-color: rgb(78 28 209 / 0.05);
}

.focus\:bg-brand-500\/50:focus {
  background-color: rgb(78 28 209 / 0.5);
}

.focus\:bg-brand-500\/55:focus {
  background-color: rgb(78 28 209 / 0.55);
}

.focus\:bg-brand-500\/60:focus {
  background-color: rgb(78 28 209 / 0.6);
}

.focus\:bg-brand-500\/65:focus {
  background-color: rgb(78 28 209 / 0.65);
}

.focus\:bg-brand-500\/70:focus {
  background-color: rgb(78 28 209 / 0.7);
}

.focus\:bg-brand-500\/75:focus {
  background-color: rgb(78 28 209 / 0.75);
}

.focus\:bg-brand-500\/80:focus {
  background-color: rgb(78 28 209 / 0.8);
}

.focus\:bg-brand-500\/85:focus {
  background-color: rgb(78 28 209 / 0.85);
}

.focus\:bg-brand-500\/90:focus {
  background-color: rgb(78 28 209 / 0.9);
}

.focus\:bg-brand-500\/95:focus {
  background-color: rgb(78 28 209 / 0.95);
}

.focus\:bg-brand-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(65 21 181 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-600\/0:focus {
  background-color: rgb(65 21 181 / 0);
}

.focus\:bg-brand-600\/10:focus {
  background-color: rgb(65 21 181 / 0.1);
}

.focus\:bg-brand-600\/100:focus {
  background-color: rgb(65 21 181 / 1);
}

.focus\:bg-brand-600\/15:focus {
  background-color: rgb(65 21 181 / 0.15);
}

.focus\:bg-brand-600\/20:focus {
  background-color: rgb(65 21 181 / 0.2);
}

.focus\:bg-brand-600\/25:focus {
  background-color: rgb(65 21 181 / 0.25);
}

.focus\:bg-brand-600\/30:focus {
  background-color: rgb(65 21 181 / 0.3);
}

.focus\:bg-brand-600\/35:focus {
  background-color: rgb(65 21 181 / 0.35);
}

.focus\:bg-brand-600\/40:focus {
  background-color: rgb(65 21 181 / 0.4);
}

.focus\:bg-brand-600\/45:focus {
  background-color: rgb(65 21 181 / 0.45);
}

.focus\:bg-brand-600\/5:focus {
  background-color: rgb(65 21 181 / 0.05);
}

.focus\:bg-brand-600\/50:focus {
  background-color: rgb(65 21 181 / 0.5);
}

.focus\:bg-brand-600\/55:focus {
  background-color: rgb(65 21 181 / 0.55);
}

.focus\:bg-brand-600\/60:focus {
  background-color: rgb(65 21 181 / 0.6);
}

.focus\:bg-brand-600\/65:focus {
  background-color: rgb(65 21 181 / 0.65);
}

.focus\:bg-brand-600\/70:focus {
  background-color: rgb(65 21 181 / 0.7);
}

.focus\:bg-brand-600\/75:focus {
  background-color: rgb(65 21 181 / 0.75);
}

.focus\:bg-brand-600\/80:focus {
  background-color: rgb(65 21 181 / 0.8);
}

.focus\:bg-brand-600\/85:focus {
  background-color: rgb(65 21 181 / 0.85);
}

.focus\:bg-brand-600\/90:focus {
  background-color: rgb(65 21 181 / 0.9);
}

.focus\:bg-brand-600\/95:focus {
  background-color: rgb(65 21 181 / 0.95);
}

.focus\:bg-brand-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(54 16 150 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-700\/0:focus {
  background-color: rgb(54 16 150 / 0);
}

.focus\:bg-brand-700\/10:focus {
  background-color: rgb(54 16 150 / 0.1);
}

.focus\:bg-brand-700\/100:focus {
  background-color: rgb(54 16 150 / 1);
}

.focus\:bg-brand-700\/15:focus {
  background-color: rgb(54 16 150 / 0.15);
}

.focus\:bg-brand-700\/20:focus {
  background-color: rgb(54 16 150 / 0.2);
}

.focus\:bg-brand-700\/25:focus {
  background-color: rgb(54 16 150 / 0.25);
}

.focus\:bg-brand-700\/30:focus {
  background-color: rgb(54 16 150 / 0.3);
}

.focus\:bg-brand-700\/35:focus {
  background-color: rgb(54 16 150 / 0.35);
}

.focus\:bg-brand-700\/40:focus {
  background-color: rgb(54 16 150 / 0.4);
}

.focus\:bg-brand-700\/45:focus {
  background-color: rgb(54 16 150 / 0.45);
}

.focus\:bg-brand-700\/5:focus {
  background-color: rgb(54 16 150 / 0.05);
}

.focus\:bg-brand-700\/50:focus {
  background-color: rgb(54 16 150 / 0.5);
}

.focus\:bg-brand-700\/55:focus {
  background-color: rgb(54 16 150 / 0.55);
}

.focus\:bg-brand-700\/60:focus {
  background-color: rgb(54 16 150 / 0.6);
}

.focus\:bg-brand-700\/65:focus {
  background-color: rgb(54 16 150 / 0.65);
}

.focus\:bg-brand-700\/70:focus {
  background-color: rgb(54 16 150 / 0.7);
}

.focus\:bg-brand-700\/75:focus {
  background-color: rgb(54 16 150 / 0.75);
}

.focus\:bg-brand-700\/80:focus {
  background-color: rgb(54 16 150 / 0.8);
}

.focus\:bg-brand-700\/85:focus {
  background-color: rgb(54 16 150 / 0.85);
}

.focus\:bg-brand-700\/90:focus {
  background-color: rgb(54 16 150 / 0.9);
}

.focus\:bg-brand-700\/95:focus {
  background-color: rgb(54 16 150 / 0.95);
}

.focus\:bg-brand-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 120 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-800\/0:focus {
  background-color: rgb(46 16 120 / 0);
}

.focus\:bg-brand-800\/10:focus {
  background-color: rgb(46 16 120 / 0.1);
}

.focus\:bg-brand-800\/100:focus {
  background-color: rgb(46 16 120 / 1);
}

.focus\:bg-brand-800\/15:focus {
  background-color: rgb(46 16 120 / 0.15);
}

.focus\:bg-brand-800\/20:focus {
  background-color: rgb(46 16 120 / 0.2);
}

.focus\:bg-brand-800\/25:focus {
  background-color: rgb(46 16 120 / 0.25);
}

.focus\:bg-brand-800\/30:focus {
  background-color: rgb(46 16 120 / 0.3);
}

.focus\:bg-brand-800\/35:focus {
  background-color: rgb(46 16 120 / 0.35);
}

.focus\:bg-brand-800\/40:focus {
  background-color: rgb(46 16 120 / 0.4);
}

.focus\:bg-brand-800\/45:focus {
  background-color: rgb(46 16 120 / 0.45);
}

.focus\:bg-brand-800\/5:focus {
  background-color: rgb(46 16 120 / 0.05);
}

.focus\:bg-brand-800\/50:focus {
  background-color: rgb(46 16 120 / 0.5);
}

.focus\:bg-brand-800\/55:focus {
  background-color: rgb(46 16 120 / 0.55);
}

.focus\:bg-brand-800\/60:focus {
  background-color: rgb(46 16 120 / 0.6);
}

.focus\:bg-brand-800\/65:focus {
  background-color: rgb(46 16 120 / 0.65);
}

.focus\:bg-brand-800\/70:focus {
  background-color: rgb(46 16 120 / 0.7);
}

.focus\:bg-brand-800\/75:focus {
  background-color: rgb(46 16 120 / 0.75);
}

.focus\:bg-brand-800\/80:focus {
  background-color: rgb(46 16 120 / 0.8);
}

.focus\:bg-brand-800\/85:focus {
  background-color: rgb(46 16 120 / 0.85);
}

.focus\:bg-brand-800\/90:focus {
  background-color: rgb(46 16 120 / 0.9);
}

.focus\:bg-brand-800\/95:focus {
  background-color: rgb(46 16 120 / 0.95);
}

.focus\:bg-brand-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(39 15 98 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-900\/0:focus {
  background-color: rgb(39 15 98 / 0);
}

.focus\:bg-brand-900\/10:focus {
  background-color: rgb(39 15 98 / 0.1);
}

.focus\:bg-brand-900\/100:focus {
  background-color: rgb(39 15 98 / 1);
}

.focus\:bg-brand-900\/15:focus {
  background-color: rgb(39 15 98 / 0.15);
}

.focus\:bg-brand-900\/20:focus {
  background-color: rgb(39 15 98 / 0.2);
}

.focus\:bg-brand-900\/25:focus {
  background-color: rgb(39 15 98 / 0.25);
}

.focus\:bg-brand-900\/30:focus {
  background-color: rgb(39 15 98 / 0.3);
}

.focus\:bg-brand-900\/35:focus {
  background-color: rgb(39 15 98 / 0.35);
}

.focus\:bg-brand-900\/40:focus {
  background-color: rgb(39 15 98 / 0.4);
}

.focus\:bg-brand-900\/45:focus {
  background-color: rgb(39 15 98 / 0.45);
}

.focus\:bg-brand-900\/5:focus {
  background-color: rgb(39 15 98 / 0.05);
}

.focus\:bg-brand-900\/50:focus {
  background-color: rgb(39 15 98 / 0.5);
}

.focus\:bg-brand-900\/55:focus {
  background-color: rgb(39 15 98 / 0.55);
}

.focus\:bg-brand-900\/60:focus {
  background-color: rgb(39 15 98 / 0.6);
}

.focus\:bg-brand-900\/65:focus {
  background-color: rgb(39 15 98 / 0.65);
}

.focus\:bg-brand-900\/70:focus {
  background-color: rgb(39 15 98 / 0.7);
}

.focus\:bg-brand-900\/75:focus {
  background-color: rgb(39 15 98 / 0.75);
}

.focus\:bg-brand-900\/80:focus {
  background-color: rgb(39 15 98 / 0.8);
}

.focus\:bg-brand-900\/85:focus {
  background-color: rgb(39 15 98 / 0.85);
}

.focus\:bg-brand-900\/90:focus {
  background-color: rgb(39 15 98 / 0.9);
}

.focus\:bg-brand-900\/95:focus {
  background-color: rgb(39 15 98 / 0.95);
}

.focus\:bg-brand-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(22 5 58 / var(--tw-bg-opacity, 1));
}

.focus\:bg-brand-950\/0:focus {
  background-color: rgb(22 5 58 / 0);
}

.focus\:bg-brand-950\/10:focus {
  background-color: rgb(22 5 58 / 0.1);
}

.focus\:bg-brand-950\/100:focus {
  background-color: rgb(22 5 58 / 1);
}

.focus\:bg-brand-950\/15:focus {
  background-color: rgb(22 5 58 / 0.15);
}

.focus\:bg-brand-950\/20:focus {
  background-color: rgb(22 5 58 / 0.2);
}

.focus\:bg-brand-950\/25:focus {
  background-color: rgb(22 5 58 / 0.25);
}

.focus\:bg-brand-950\/30:focus {
  background-color: rgb(22 5 58 / 0.3);
}

.focus\:bg-brand-950\/35:focus {
  background-color: rgb(22 5 58 / 0.35);
}

.focus\:bg-brand-950\/40:focus {
  background-color: rgb(22 5 58 / 0.4);
}

.focus\:bg-brand-950\/45:focus {
  background-color: rgb(22 5 58 / 0.45);
}

.focus\:bg-brand-950\/5:focus {
  background-color: rgb(22 5 58 / 0.05);
}

.focus\:bg-brand-950\/50:focus {
  background-color: rgb(22 5 58 / 0.5);
}

.focus\:bg-brand-950\/55:focus {
  background-color: rgb(22 5 58 / 0.55);
}

.focus\:bg-brand-950\/60:focus {
  background-color: rgb(22 5 58 / 0.6);
}

.focus\:bg-brand-950\/65:focus {
  background-color: rgb(22 5 58 / 0.65);
}

.focus\:bg-brand-950\/70:focus {
  background-color: rgb(22 5 58 / 0.7);
}

.focus\:bg-brand-950\/75:focus {
  background-color: rgb(22 5 58 / 0.75);
}

.focus\:bg-brand-950\/80:focus {
  background-color: rgb(22 5 58 / 0.8);
}

.focus\:bg-brand-950\/85:focus {
  background-color: rgb(22 5 58 / 0.85);
}

.focus\:bg-brand-950\/90:focus {
  background-color: rgb(22 5 58 / 0.9);
}

.focus\:bg-brand-950\/95:focus {
  background-color: rgb(22 5 58 / 0.95);
}

.focus\:bg-neutral-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-100\/0:focus {
  background-color: rgb(246 245 244 / 0);
}

.focus\:bg-neutral-100\/10:focus {
  background-color: rgb(246 245 244 / 0.1);
}

.focus\:bg-neutral-100\/100:focus {
  background-color: rgb(246 245 244 / 1);
}

.focus\:bg-neutral-100\/15:focus {
  background-color: rgb(246 245 244 / 0.15);
}

.focus\:bg-neutral-100\/20:focus {
  background-color: rgb(246 245 244 / 0.2);
}

.focus\:bg-neutral-100\/25:focus {
  background-color: rgb(246 245 244 / 0.25);
}

.focus\:bg-neutral-100\/30:focus {
  background-color: rgb(246 245 244 / 0.3);
}

.focus\:bg-neutral-100\/35:focus {
  background-color: rgb(246 245 244 / 0.35);
}

.focus\:bg-neutral-100\/40:focus {
  background-color: rgb(246 245 244 / 0.4);
}

.focus\:bg-neutral-100\/45:focus {
  background-color: rgb(246 245 244 / 0.45);
}

.focus\:bg-neutral-100\/5:focus {
  background-color: rgb(246 245 244 / 0.05);
}

.focus\:bg-neutral-100\/50:focus {
  background-color: rgb(246 245 244 / 0.5);
}

.focus\:bg-neutral-100\/55:focus {
  background-color: rgb(246 245 244 / 0.55);
}

.focus\:bg-neutral-100\/60:focus {
  background-color: rgb(246 245 244 / 0.6);
}

.focus\:bg-neutral-100\/65:focus {
  background-color: rgb(246 245 244 / 0.65);
}

.focus\:bg-neutral-100\/70:focus {
  background-color: rgb(246 245 244 / 0.7);
}

.focus\:bg-neutral-100\/75:focus {
  background-color: rgb(246 245 244 / 0.75);
}

.focus\:bg-neutral-100\/80:focus {
  background-color: rgb(246 245 244 / 0.8);
}

.focus\:bg-neutral-100\/85:focus {
  background-color: rgb(246 245 244 / 0.85);
}

.focus\:bg-neutral-100\/90:focus {
  background-color: rgb(246 245 244 / 0.9);
}

.focus\:bg-neutral-100\/95:focus {
  background-color: rgb(246 245 244 / 0.95);
}

.focus\:bg-neutral-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 227 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-200\/0:focus {
  background-color: rgb(233 230 227 / 0);
}

.focus\:bg-neutral-200\/10:focus {
  background-color: rgb(233 230 227 / 0.1);
}

.focus\:bg-neutral-200\/100:focus {
  background-color: rgb(233 230 227 / 1);
}

.focus\:bg-neutral-200\/15:focus {
  background-color: rgb(233 230 227 / 0.15);
}

.focus\:bg-neutral-200\/20:focus {
  background-color: rgb(233 230 227 / 0.2);
}

.focus\:bg-neutral-200\/25:focus {
  background-color: rgb(233 230 227 / 0.25);
}

.focus\:bg-neutral-200\/30:focus {
  background-color: rgb(233 230 227 / 0.3);
}

.focus\:bg-neutral-200\/35:focus {
  background-color: rgb(233 230 227 / 0.35);
}

.focus\:bg-neutral-200\/40:focus {
  background-color: rgb(233 230 227 / 0.4);
}

.focus\:bg-neutral-200\/45:focus {
  background-color: rgb(233 230 227 / 0.45);
}

.focus\:bg-neutral-200\/5:focus {
  background-color: rgb(233 230 227 / 0.05);
}

.focus\:bg-neutral-200\/50:focus {
  background-color: rgb(233 230 227 / 0.5);
}

.focus\:bg-neutral-200\/55:focus {
  background-color: rgb(233 230 227 / 0.55);
}

.focus\:bg-neutral-200\/60:focus {
  background-color: rgb(233 230 227 / 0.6);
}

.focus\:bg-neutral-200\/65:focus {
  background-color: rgb(233 230 227 / 0.65);
}

.focus\:bg-neutral-200\/70:focus {
  background-color: rgb(233 230 227 / 0.7);
}

.focus\:bg-neutral-200\/75:focus {
  background-color: rgb(233 230 227 / 0.75);
}

.focus\:bg-neutral-200\/80:focus {
  background-color: rgb(233 230 227 / 0.8);
}

.focus\:bg-neutral-200\/85:focus {
  background-color: rgb(233 230 227 / 0.85);
}

.focus\:bg-neutral-200\/90:focus {
  background-color: rgb(233 230 227 / 0.9);
}

.focus\:bg-neutral-200\/95:focus {
  background-color: rgb(233 230 227 / 0.95);
}

.focus\:bg-neutral-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(215 210 205 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-300\/0:focus {
  background-color: rgb(215 210 205 / 0);
}

.focus\:bg-neutral-300\/10:focus {
  background-color: rgb(215 210 205 / 0.1);
}

.focus\:bg-neutral-300\/100:focus {
  background-color: rgb(215 210 205 / 1);
}

.focus\:bg-neutral-300\/15:focus {
  background-color: rgb(215 210 205 / 0.15);
}

.focus\:bg-neutral-300\/20:focus {
  background-color: rgb(215 210 205 / 0.2);
}

.focus\:bg-neutral-300\/25:focus {
  background-color: rgb(215 210 205 / 0.25);
}

.focus\:bg-neutral-300\/30:focus {
  background-color: rgb(215 210 205 / 0.3);
}

.focus\:bg-neutral-300\/35:focus {
  background-color: rgb(215 210 205 / 0.35);
}

.focus\:bg-neutral-300\/40:focus {
  background-color: rgb(215 210 205 / 0.4);
}

.focus\:bg-neutral-300\/45:focus {
  background-color: rgb(215 210 205 / 0.45);
}

.focus\:bg-neutral-300\/5:focus {
  background-color: rgb(215 210 205 / 0.05);
}

.focus\:bg-neutral-300\/50:focus {
  background-color: rgb(215 210 205 / 0.5);
}

.focus\:bg-neutral-300\/55:focus {
  background-color: rgb(215 210 205 / 0.55);
}

.focus\:bg-neutral-300\/60:focus {
  background-color: rgb(215 210 205 / 0.6);
}

.focus\:bg-neutral-300\/65:focus {
  background-color: rgb(215 210 205 / 0.65);
}

.focus\:bg-neutral-300\/70:focus {
  background-color: rgb(215 210 205 / 0.7);
}

.focus\:bg-neutral-300\/75:focus {
  background-color: rgb(215 210 205 / 0.75);
}

.focus\:bg-neutral-300\/80:focus {
  background-color: rgb(215 210 205 / 0.8);
}

.focus\:bg-neutral-300\/85:focus {
  background-color: rgb(215 210 205 / 0.85);
}

.focus\:bg-neutral-300\/90:focus {
  background-color: rgb(215 210 205 / 0.9);
}

.focus\:bg-neutral-300\/95:focus {
  background-color: rgb(215 210 205 / 0.95);
}

.focus\:bg-neutral-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(175 168 161 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-400\/0:focus {
  background-color: rgb(175 168 161 / 0);
}

.focus\:bg-neutral-400\/10:focus {
  background-color: rgb(175 168 161 / 0.1);
}

.focus\:bg-neutral-400\/100:focus {
  background-color: rgb(175 168 161 / 1);
}

.focus\:bg-neutral-400\/15:focus {
  background-color: rgb(175 168 161 / 0.15);
}

.focus\:bg-neutral-400\/20:focus {
  background-color: rgb(175 168 161 / 0.2);
}

.focus\:bg-neutral-400\/25:focus {
  background-color: rgb(175 168 161 / 0.25);
}

.focus\:bg-neutral-400\/30:focus {
  background-color: rgb(175 168 161 / 0.3);
}

.focus\:bg-neutral-400\/35:focus {
  background-color: rgb(175 168 161 / 0.35);
}

.focus\:bg-neutral-400\/40:focus {
  background-color: rgb(175 168 161 / 0.4);
}

.focus\:bg-neutral-400\/45:focus {
  background-color: rgb(175 168 161 / 0.45);
}

.focus\:bg-neutral-400\/5:focus {
  background-color: rgb(175 168 161 / 0.05);
}

.focus\:bg-neutral-400\/50:focus {
  background-color: rgb(175 168 161 / 0.5);
}

.focus\:bg-neutral-400\/55:focus {
  background-color: rgb(175 168 161 / 0.55);
}

.focus\:bg-neutral-400\/60:focus {
  background-color: rgb(175 168 161 / 0.6);
}

.focus\:bg-neutral-400\/65:focus {
  background-color: rgb(175 168 161 / 0.65);
}

.focus\:bg-neutral-400\/70:focus {
  background-color: rgb(175 168 161 / 0.7);
}

.focus\:bg-neutral-400\/75:focus {
  background-color: rgb(175 168 161 / 0.75);
}

.focus\:bg-neutral-400\/80:focus {
  background-color: rgb(175 168 161 / 0.8);
}

.focus\:bg-neutral-400\/85:focus {
  background-color: rgb(175 168 161 / 0.85);
}

.focus\:bg-neutral-400\/90:focus {
  background-color: rgb(175 168 161 / 0.9);
}

.focus\:bg-neutral-400\/95:focus {
  background-color: rgb(175 168 161 / 0.95);
}

.focus\:bg-neutral-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 249 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-50\/0:focus {
  background-color: rgb(251 250 249 / 0);
}

.focus\:bg-neutral-50\/10:focus {
  background-color: rgb(251 250 249 / 0.1);
}

.focus\:bg-neutral-50\/100:focus {
  background-color: rgb(251 250 249 / 1);
}

.focus\:bg-neutral-50\/15:focus {
  background-color: rgb(251 250 249 / 0.15);
}

.focus\:bg-neutral-50\/20:focus {
  background-color: rgb(251 250 249 / 0.2);
}

.focus\:bg-neutral-50\/25:focus {
  background-color: rgb(251 250 249 / 0.25);
}

.focus\:bg-neutral-50\/30:focus {
  background-color: rgb(251 250 249 / 0.3);
}

.focus\:bg-neutral-50\/35:focus {
  background-color: rgb(251 250 249 / 0.35);
}

.focus\:bg-neutral-50\/40:focus {
  background-color: rgb(251 250 249 / 0.4);
}

.focus\:bg-neutral-50\/45:focus {
  background-color: rgb(251 250 249 / 0.45);
}

.focus\:bg-neutral-50\/5:focus {
  background-color: rgb(251 250 249 / 0.05);
}

.focus\:bg-neutral-50\/50:focus {
  background-color: rgb(251 250 249 / 0.5);
}

.focus\:bg-neutral-50\/55:focus {
  background-color: rgb(251 250 249 / 0.55);
}

.focus\:bg-neutral-50\/60:focus {
  background-color: rgb(251 250 249 / 0.6);
}

.focus\:bg-neutral-50\/65:focus {
  background-color: rgb(251 250 249 / 0.65);
}

.focus\:bg-neutral-50\/70:focus {
  background-color: rgb(251 250 249 / 0.7);
}

.focus\:bg-neutral-50\/75:focus {
  background-color: rgb(251 250 249 / 0.75);
}

.focus\:bg-neutral-50\/80:focus {
  background-color: rgb(251 250 249 / 0.8);
}

.focus\:bg-neutral-50\/85:focus {
  background-color: rgb(251 250 249 / 0.85);
}

.focus\:bg-neutral-50\/90:focus {
  background-color: rgb(251 250 249 / 0.9);
}

.focus\:bg-neutral-50\/95:focus {
  background-color: rgb(251 250 249 / 0.95);
}

.focus\:bg-neutral-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(129 121 113 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-500\/0:focus {
  background-color: rgb(129 121 113 / 0);
}

.focus\:bg-neutral-500\/10:focus {
  background-color: rgb(129 121 113 / 0.1);
}

.focus\:bg-neutral-500\/100:focus {
  background-color: rgb(129 121 113 / 1);
}

.focus\:bg-neutral-500\/15:focus {
  background-color: rgb(129 121 113 / 0.15);
}

.focus\:bg-neutral-500\/20:focus {
  background-color: rgb(129 121 113 / 0.2);
}

.focus\:bg-neutral-500\/25:focus {
  background-color: rgb(129 121 113 / 0.25);
}

.focus\:bg-neutral-500\/30:focus {
  background-color: rgb(129 121 113 / 0.3);
}

.focus\:bg-neutral-500\/35:focus {
  background-color: rgb(129 121 113 / 0.35);
}

.focus\:bg-neutral-500\/40:focus {
  background-color: rgb(129 121 113 / 0.4);
}

.focus\:bg-neutral-500\/45:focus {
  background-color: rgb(129 121 113 / 0.45);
}

.focus\:bg-neutral-500\/5:focus {
  background-color: rgb(129 121 113 / 0.05);
}

.focus\:bg-neutral-500\/50:focus {
  background-color: rgb(129 121 113 / 0.5);
}

.focus\:bg-neutral-500\/55:focus {
  background-color: rgb(129 121 113 / 0.55);
}

.focus\:bg-neutral-500\/60:focus {
  background-color: rgb(129 121 113 / 0.6);
}

.focus\:bg-neutral-500\/65:focus {
  background-color: rgb(129 121 113 / 0.65);
}

.focus\:bg-neutral-500\/70:focus {
  background-color: rgb(129 121 113 / 0.7);
}

.focus\:bg-neutral-500\/75:focus {
  background-color: rgb(129 121 113 / 0.75);
}

.focus\:bg-neutral-500\/80:focus {
  background-color: rgb(129 121 113 / 0.8);
}

.focus\:bg-neutral-500\/85:focus {
  background-color: rgb(129 121 113 / 0.85);
}

.focus\:bg-neutral-500\/90:focus {
  background-color: rgb(129 121 113 / 0.9);
}

.focus\:bg-neutral-500\/95:focus {
  background-color: rgb(129 121 113 / 0.95);
}

.focus\:bg-neutral-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(96 89 82 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-600\/0:focus {
  background-color: rgb(96 89 82 / 0);
}

.focus\:bg-neutral-600\/10:focus {
  background-color: rgb(96 89 82 / 0.1);
}

.focus\:bg-neutral-600\/100:focus {
  background-color: rgb(96 89 82 / 1);
}

.focus\:bg-neutral-600\/15:focus {
  background-color: rgb(96 89 82 / 0.15);
}

.focus\:bg-neutral-600\/20:focus {
  background-color: rgb(96 89 82 / 0.2);
}

.focus\:bg-neutral-600\/25:focus {
  background-color: rgb(96 89 82 / 0.25);
}

.focus\:bg-neutral-600\/30:focus {
  background-color: rgb(96 89 82 / 0.3);
}

.focus\:bg-neutral-600\/35:focus {
  background-color: rgb(96 89 82 / 0.35);
}

.focus\:bg-neutral-600\/40:focus {
  background-color: rgb(96 89 82 / 0.4);
}

.focus\:bg-neutral-600\/45:focus {
  background-color: rgb(96 89 82 / 0.45);
}

.focus\:bg-neutral-600\/5:focus {
  background-color: rgb(96 89 82 / 0.05);
}

.focus\:bg-neutral-600\/50:focus {
  background-color: rgb(96 89 82 / 0.5);
}

.focus\:bg-neutral-600\/55:focus {
  background-color: rgb(96 89 82 / 0.55);
}

.focus\:bg-neutral-600\/60:focus {
  background-color: rgb(96 89 82 / 0.6);
}

.focus\:bg-neutral-600\/65:focus {
  background-color: rgb(96 89 82 / 0.65);
}

.focus\:bg-neutral-600\/70:focus {
  background-color: rgb(96 89 82 / 0.7);
}

.focus\:bg-neutral-600\/75:focus {
  background-color: rgb(96 89 82 / 0.75);
}

.focus\:bg-neutral-600\/80:focus {
  background-color: rgb(96 89 82 / 0.8);
}

.focus\:bg-neutral-600\/85:focus {
  background-color: rgb(96 89 82 / 0.85);
}

.focus\:bg-neutral-600\/90:focus {
  background-color: rgb(96 89 82 / 0.9);
}

.focus\:bg-neutral-600\/95:focus {
  background-color: rgb(96 89 82 / 0.95);
}

.focus\:bg-neutral-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(73 68 63 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-700\/0:focus {
  background-color: rgb(73 68 63 / 0);
}

.focus\:bg-neutral-700\/10:focus {
  background-color: rgb(73 68 63 / 0.1);
}

.focus\:bg-neutral-700\/100:focus {
  background-color: rgb(73 68 63 / 1);
}

.focus\:bg-neutral-700\/15:focus {
  background-color: rgb(73 68 63 / 0.15);
}

.focus\:bg-neutral-700\/20:focus {
  background-color: rgb(73 68 63 / 0.2);
}

.focus\:bg-neutral-700\/25:focus {
  background-color: rgb(73 68 63 / 0.25);
}

.focus\:bg-neutral-700\/30:focus {
  background-color: rgb(73 68 63 / 0.3);
}

.focus\:bg-neutral-700\/35:focus {
  background-color: rgb(73 68 63 / 0.35);
}

.focus\:bg-neutral-700\/40:focus {
  background-color: rgb(73 68 63 / 0.4);
}

.focus\:bg-neutral-700\/45:focus {
  background-color: rgb(73 68 63 / 0.45);
}

.focus\:bg-neutral-700\/5:focus {
  background-color: rgb(73 68 63 / 0.05);
}

.focus\:bg-neutral-700\/50:focus {
  background-color: rgb(73 68 63 / 0.5);
}

.focus\:bg-neutral-700\/55:focus {
  background-color: rgb(73 68 63 / 0.55);
}

.focus\:bg-neutral-700\/60:focus {
  background-color: rgb(73 68 63 / 0.6);
}

.focus\:bg-neutral-700\/65:focus {
  background-color: rgb(73 68 63 / 0.65);
}

.focus\:bg-neutral-700\/70:focus {
  background-color: rgb(73 68 63 / 0.7);
}

.focus\:bg-neutral-700\/75:focus {
  background-color: rgb(73 68 63 / 0.75);
}

.focus\:bg-neutral-700\/80:focus {
  background-color: rgb(73 68 63 / 0.8);
}

.focus\:bg-neutral-700\/85:focus {
  background-color: rgb(73 68 63 / 0.85);
}

.focus\:bg-neutral-700\/90:focus {
  background-color: rgb(73 68 63 / 0.9);
}

.focus\:bg-neutral-700\/95:focus {
  background-color: rgb(73 68 63 / 0.95);
}

.focus\:bg-neutral-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(48 45 42 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-800\/0:focus {
  background-color: rgb(48 45 42 / 0);
}

.focus\:bg-neutral-800\/10:focus {
  background-color: rgb(48 45 42 / 0.1);
}

.focus\:bg-neutral-800\/100:focus {
  background-color: rgb(48 45 42 / 1);
}

.focus\:bg-neutral-800\/15:focus {
  background-color: rgb(48 45 42 / 0.15);
}

.focus\:bg-neutral-800\/20:focus {
  background-color: rgb(48 45 42 / 0.2);
}

.focus\:bg-neutral-800\/25:focus {
  background-color: rgb(48 45 42 / 0.25);
}

.focus\:bg-neutral-800\/30:focus {
  background-color: rgb(48 45 42 / 0.3);
}

.focus\:bg-neutral-800\/35:focus {
  background-color: rgb(48 45 42 / 0.35);
}

.focus\:bg-neutral-800\/40:focus {
  background-color: rgb(48 45 42 / 0.4);
}

.focus\:bg-neutral-800\/45:focus {
  background-color: rgb(48 45 42 / 0.45);
}

.focus\:bg-neutral-800\/5:focus {
  background-color: rgb(48 45 42 / 0.05);
}

.focus\:bg-neutral-800\/50:focus {
  background-color: rgb(48 45 42 / 0.5);
}

.focus\:bg-neutral-800\/55:focus {
  background-color: rgb(48 45 42 / 0.55);
}

.focus\:bg-neutral-800\/60:focus {
  background-color: rgb(48 45 42 / 0.6);
}

.focus\:bg-neutral-800\/65:focus {
  background-color: rgb(48 45 42 / 0.65);
}

.focus\:bg-neutral-800\/70:focus {
  background-color: rgb(48 45 42 / 0.7);
}

.focus\:bg-neutral-800\/75:focus {
  background-color: rgb(48 45 42 / 0.75);
}

.focus\:bg-neutral-800\/80:focus {
  background-color: rgb(48 45 42 / 0.8);
}

.focus\:bg-neutral-800\/85:focus {
  background-color: rgb(48 45 42 / 0.85);
}

.focus\:bg-neutral-800\/90:focus {
  background-color: rgb(48 45 42 / 0.9);
}

.focus\:bg-neutral-800\/95:focus {
  background-color: rgb(48 45 42 / 0.95);
}

.focus\:bg-neutral-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(33 31 29 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-900\/0:focus {
  background-color: rgb(33 31 29 / 0);
}

.focus\:bg-neutral-900\/10:focus {
  background-color: rgb(33 31 29 / 0.1);
}

.focus\:bg-neutral-900\/100:focus {
  background-color: rgb(33 31 29 / 1);
}

.focus\:bg-neutral-900\/15:focus {
  background-color: rgb(33 31 29 / 0.15);
}

.focus\:bg-neutral-900\/20:focus {
  background-color: rgb(33 31 29 / 0.2);
}

.focus\:bg-neutral-900\/25:focus {
  background-color: rgb(33 31 29 / 0.25);
}

.focus\:bg-neutral-900\/30:focus {
  background-color: rgb(33 31 29 / 0.3);
}

.focus\:bg-neutral-900\/35:focus {
  background-color: rgb(33 31 29 / 0.35);
}

.focus\:bg-neutral-900\/40:focus {
  background-color: rgb(33 31 29 / 0.4);
}

.focus\:bg-neutral-900\/45:focus {
  background-color: rgb(33 31 29 / 0.45);
}

.focus\:bg-neutral-900\/5:focus {
  background-color: rgb(33 31 29 / 0.05);
}

.focus\:bg-neutral-900\/50:focus {
  background-color: rgb(33 31 29 / 0.5);
}

.focus\:bg-neutral-900\/55:focus {
  background-color: rgb(33 31 29 / 0.55);
}

.focus\:bg-neutral-900\/60:focus {
  background-color: rgb(33 31 29 / 0.6);
}

.focus\:bg-neutral-900\/65:focus {
  background-color: rgb(33 31 29 / 0.65);
}

.focus\:bg-neutral-900\/70:focus {
  background-color: rgb(33 31 29 / 0.7);
}

.focus\:bg-neutral-900\/75:focus {
  background-color: rgb(33 31 29 / 0.75);
}

.focus\:bg-neutral-900\/80:focus {
  background-color: rgb(33 31 29 / 0.8);
}

.focus\:bg-neutral-900\/85:focus {
  background-color: rgb(33 31 29 / 0.85);
}

.focus\:bg-neutral-900\/90:focus {
  background-color: rgb(33 31 29 / 0.9);
}

.focus\:bg-neutral-900\/95:focus {
  background-color: rgb(33 31 29 / 0.95);
}

.focus\:bg-neutral-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(18 17 16 / var(--tw-bg-opacity, 1));
}

.focus\:bg-neutral-950\/0:focus {
  background-color: rgb(18 17 16 / 0);
}

.focus\:bg-neutral-950\/10:focus {
  background-color: rgb(18 17 16 / 0.1);
}

.focus\:bg-neutral-950\/100:focus {
  background-color: rgb(18 17 16 / 1);
}

.focus\:bg-neutral-950\/15:focus {
  background-color: rgb(18 17 16 / 0.15);
}

.focus\:bg-neutral-950\/20:focus {
  background-color: rgb(18 17 16 / 0.2);
}

.focus\:bg-neutral-950\/25:focus {
  background-color: rgb(18 17 16 / 0.25);
}

.focus\:bg-neutral-950\/30:focus {
  background-color: rgb(18 17 16 / 0.3);
}

.focus\:bg-neutral-950\/35:focus {
  background-color: rgb(18 17 16 / 0.35);
}

.focus\:bg-neutral-950\/40:focus {
  background-color: rgb(18 17 16 / 0.4);
}

.focus\:bg-neutral-950\/45:focus {
  background-color: rgb(18 17 16 / 0.45);
}

.focus\:bg-neutral-950\/5:focus {
  background-color: rgb(18 17 16 / 0.05);
}

.focus\:bg-neutral-950\/50:focus {
  background-color: rgb(18 17 16 / 0.5);
}

.focus\:bg-neutral-950\/55:focus {
  background-color: rgb(18 17 16 / 0.55);
}

.focus\:bg-neutral-950\/60:focus {
  background-color: rgb(18 17 16 / 0.6);
}

.focus\:bg-neutral-950\/65:focus {
  background-color: rgb(18 17 16 / 0.65);
}

.focus\:bg-neutral-950\/70:focus {
  background-color: rgb(18 17 16 / 0.7);
}

.focus\:bg-neutral-950\/75:focus {
  background-color: rgb(18 17 16 / 0.75);
}

.focus\:bg-neutral-950\/80:focus {
  background-color: rgb(18 17 16 / 0.8);
}

.focus\:bg-neutral-950\/85:focus {
  background-color: rgb(18 17 16 / 0.85);
}

.focus\:bg-neutral-950\/90:focus {
  background-color: rgb(18 17 16 / 0.9);
}

.focus\:bg-neutral-950\/95:focus {
  background-color: rgb(18 17 16 / 0.95);
}

.focus\:bg-primary-100:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(254 234 222 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-100\/0:focus {
  background-color: rgb(254 234 222 / 0);
}

.focus\:bg-primary-100\/10:focus {
  background-color: rgb(254 234 222 / 0.1);
}

.focus\:bg-primary-100\/100:focus {
  background-color: rgb(254 234 222 / 1);
}

.focus\:bg-primary-100\/15:focus {
  background-color: rgb(254 234 222 / 0.15);
}

.focus\:bg-primary-100\/20:focus {
  background-color: rgb(254 234 222 / 0.2);
}

.focus\:bg-primary-100\/25:focus {
  background-color: rgb(254 234 222 / 0.25);
}

.focus\:bg-primary-100\/30:focus {
  background-color: rgb(254 234 222 / 0.3);
}

.focus\:bg-primary-100\/35:focus {
  background-color: rgb(254 234 222 / 0.35);
}

.focus\:bg-primary-100\/40:focus {
  background-color: rgb(254 234 222 / 0.4);
}

.focus\:bg-primary-100\/45:focus {
  background-color: rgb(254 234 222 / 0.45);
}

.focus\:bg-primary-100\/5:focus {
  background-color: rgb(254 234 222 / 0.05);
}

.focus\:bg-primary-100\/50:focus {
  background-color: rgb(254 234 222 / 0.5);
}

.focus\:bg-primary-100\/55:focus {
  background-color: rgb(254 234 222 / 0.55);
}

.focus\:bg-primary-100\/60:focus {
  background-color: rgb(254 234 222 / 0.6);
}

.focus\:bg-primary-100\/65:focus {
  background-color: rgb(254 234 222 / 0.65);
}

.focus\:bg-primary-100\/70:focus {
  background-color: rgb(254 234 222 / 0.7);
}

.focus\:bg-primary-100\/75:focus {
  background-color: rgb(254 234 222 / 0.75);
}

.focus\:bg-primary-100\/80:focus {
  background-color: rgb(254 234 222 / 0.8);
}

.focus\:bg-primary-100\/85:focus {
  background-color: rgb(254 234 222 / 0.85);
}

.focus\:bg-primary-100\/90:focus {
  background-color: rgb(254 234 222 / 0.9);
}

.focus\:bg-primary-100\/95:focus {
  background-color: rgb(254 234 222 / 0.95);
}

.focus\:bg-primary-200:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 189 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-200\/0:focus {
  background-color: rgb(252 211 189 / 0);
}

.focus\:bg-primary-200\/10:focus {
  background-color: rgb(252 211 189 / 0.1);
}

.focus\:bg-primary-200\/100:focus {
  background-color: rgb(252 211 189 / 1);
}

.focus\:bg-primary-200\/15:focus {
  background-color: rgb(252 211 189 / 0.15);
}

.focus\:bg-primary-200\/20:focus {
  background-color: rgb(252 211 189 / 0.2);
}

.focus\:bg-primary-200\/25:focus {
  background-color: rgb(252 211 189 / 0.25);
}

.focus\:bg-primary-200\/30:focus {
  background-color: rgb(252 211 189 / 0.3);
}

.focus\:bg-primary-200\/35:focus {
  background-color: rgb(252 211 189 / 0.35);
}

.focus\:bg-primary-200\/40:focus {
  background-color: rgb(252 211 189 / 0.4);
}

.focus\:bg-primary-200\/45:focus {
  background-color: rgb(252 211 189 / 0.45);
}

.focus\:bg-primary-200\/5:focus {
  background-color: rgb(252 211 189 / 0.05);
}

.focus\:bg-primary-200\/50:focus {
  background-color: rgb(252 211 189 / 0.5);
}

.focus\:bg-primary-200\/55:focus {
  background-color: rgb(252 211 189 / 0.55);
}

.focus\:bg-primary-200\/60:focus {
  background-color: rgb(252 211 189 / 0.6);
}

.focus\:bg-primary-200\/65:focus {
  background-color: rgb(252 211 189 / 0.65);
}

.focus\:bg-primary-200\/70:focus {
  background-color: rgb(252 211 189 / 0.7);
}

.focus\:bg-primary-200\/75:focus {
  background-color: rgb(252 211 189 / 0.75);
}

.focus\:bg-primary-200\/80:focus {
  background-color: rgb(252 211 189 / 0.8);
}

.focus\:bg-primary-200\/85:focus {
  background-color: rgb(252 211 189 / 0.85);
}

.focus\:bg-primary-200\/90:focus {
  background-color: rgb(252 211 189 / 0.9);
}

.focus\:bg-primary-200\/95:focus {
  background-color: rgb(252 211 189 / 0.95);
}

.focus\:bg-primary-300:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(250 179 143 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-300\/0:focus {
  background-color: rgb(250 179 143 / 0);
}

.focus\:bg-primary-300\/10:focus {
  background-color: rgb(250 179 143 / 0.1);
}

.focus\:bg-primary-300\/100:focus {
  background-color: rgb(250 179 143 / 1);
}

.focus\:bg-primary-300\/15:focus {
  background-color: rgb(250 179 143 / 0.15);
}

.focus\:bg-primary-300\/20:focus {
  background-color: rgb(250 179 143 / 0.2);
}

.focus\:bg-primary-300\/25:focus {
  background-color: rgb(250 179 143 / 0.25);
}

.focus\:bg-primary-300\/30:focus {
  background-color: rgb(250 179 143 / 0.3);
}

.focus\:bg-primary-300\/35:focus {
  background-color: rgb(250 179 143 / 0.35);
}

.focus\:bg-primary-300\/40:focus {
  background-color: rgb(250 179 143 / 0.4);
}

.focus\:bg-primary-300\/45:focus {
  background-color: rgb(250 179 143 / 0.45);
}

.focus\:bg-primary-300\/5:focus {
  background-color: rgb(250 179 143 / 0.05);
}

.focus\:bg-primary-300\/50:focus {
  background-color: rgb(250 179 143 / 0.5);
}

.focus\:bg-primary-300\/55:focus {
  background-color: rgb(250 179 143 / 0.55);
}

.focus\:bg-primary-300\/60:focus {
  background-color: rgb(250 179 143 / 0.6);
}

.focus\:bg-primary-300\/65:focus {
  background-color: rgb(250 179 143 / 0.65);
}

.focus\:bg-primary-300\/70:focus {
  background-color: rgb(250 179 143 / 0.7);
}

.focus\:bg-primary-300\/75:focus {
  background-color: rgb(250 179 143 / 0.75);
}

.focus\:bg-primary-300\/80:focus {
  background-color: rgb(250 179 143 / 0.8);
}

.focus\:bg-primary-300\/85:focus {
  background-color: rgb(250 179 143 / 0.85);
}

.focus\:bg-primary-300\/90:focus {
  background-color: rgb(250 179 143 / 0.9);
}

.focus\:bg-primary-300\/95:focus {
  background-color: rgb(250 179 143 / 0.95);
}

.focus\:bg-primary-400:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(249 151 102 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-400\/0:focus {
  background-color: rgb(249 151 102 / 0);
}

.focus\:bg-primary-400\/10:focus {
  background-color: rgb(249 151 102 / 0.1);
}

.focus\:bg-primary-400\/100:focus {
  background-color: rgb(249 151 102 / 1);
}

.focus\:bg-primary-400\/15:focus {
  background-color: rgb(249 151 102 / 0.15);
}

.focus\:bg-primary-400\/20:focus {
  background-color: rgb(249 151 102 / 0.2);
}

.focus\:bg-primary-400\/25:focus {
  background-color: rgb(249 151 102 / 0.25);
}

.focus\:bg-primary-400\/30:focus {
  background-color: rgb(249 151 102 / 0.3);
}

.focus\:bg-primary-400\/35:focus {
  background-color: rgb(249 151 102 / 0.35);
}

.focus\:bg-primary-400\/40:focus {
  background-color: rgb(249 151 102 / 0.4);
}

.focus\:bg-primary-400\/45:focus {
  background-color: rgb(249 151 102 / 0.45);
}

.focus\:bg-primary-400\/5:focus {
  background-color: rgb(249 151 102 / 0.05);
}

.focus\:bg-primary-400\/50:focus {
  background-color: rgb(249 151 102 / 0.5);
}

.focus\:bg-primary-400\/55:focus {
  background-color: rgb(249 151 102 / 0.55);
}

.focus\:bg-primary-400\/60:focus {
  background-color: rgb(249 151 102 / 0.6);
}

.focus\:bg-primary-400\/65:focus {
  background-color: rgb(249 151 102 / 0.65);
}

.focus\:bg-primary-400\/70:focus {
  background-color: rgb(249 151 102 / 0.7);
}

.focus\:bg-primary-400\/75:focus {
  background-color: rgb(249 151 102 / 0.75);
}

.focus\:bg-primary-400\/80:focus {
  background-color: rgb(249 151 102 / 0.8);
}

.focus\:bg-primary-400\/85:focus {
  background-color: rgb(249 151 102 / 0.85);
}

.focus\:bg-primary-400\/90:focus {
  background-color: rgb(249 151 102 / 0.9);
}

.focus\:bg-primary-400\/95:focus {
  background-color: rgb(249 151 102 / 0.95);
}

.focus\:bg-primary-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 242 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-50\/0:focus {
  background-color: rgb(255 247 242 / 0);
}

.focus\:bg-primary-50\/10:focus {
  background-color: rgb(255 247 242 / 0.1);
}

.focus\:bg-primary-50\/100:focus {
  background-color: rgb(255 247 242 / 1);
}

.focus\:bg-primary-50\/15:focus {
  background-color: rgb(255 247 242 / 0.15);
}

.focus\:bg-primary-50\/20:focus {
  background-color: rgb(255 247 242 / 0.2);
}

.focus\:bg-primary-50\/25:focus {
  background-color: rgb(255 247 242 / 0.25);
}

.focus\:bg-primary-50\/30:focus {
  background-color: rgb(255 247 242 / 0.3);
}

.focus\:bg-primary-50\/35:focus {
  background-color: rgb(255 247 242 / 0.35);
}

.focus\:bg-primary-50\/40:focus {
  background-color: rgb(255 247 242 / 0.4);
}

.focus\:bg-primary-50\/45:focus {
  background-color: rgb(255 247 242 / 0.45);
}

.focus\:bg-primary-50\/5:focus {
  background-color: rgb(255 247 242 / 0.05);
}

.focus\:bg-primary-50\/50:focus {
  background-color: rgb(255 247 242 / 0.5);
}

.focus\:bg-primary-50\/55:focus {
  background-color: rgb(255 247 242 / 0.55);
}

.focus\:bg-primary-50\/60:focus {
  background-color: rgb(255 247 242 / 0.6);
}

.focus\:bg-primary-50\/65:focus {
  background-color: rgb(255 247 242 / 0.65);
}

.focus\:bg-primary-50\/70:focus {
  background-color: rgb(255 247 242 / 0.7);
}

.focus\:bg-primary-50\/75:focus {
  background-color: rgb(255 247 242 / 0.75);
}

.focus\:bg-primary-50\/80:focus {
  background-color: rgb(255 247 242 / 0.8);
}

.focus\:bg-primary-50\/85:focus {
  background-color: rgb(255 247 242 / 0.85);
}

.focus\:bg-primary-50\/90:focus {
  background-color: rgb(255 247 242 / 0.9);
}

.focus\:bg-primary-50\/95:focus {
  background-color: rgb(255 247 242 / 0.95);
}

.focus\:bg-primary-500:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(247 141 77 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-500\/0:focus {
  background-color: rgb(247 141 77 / 0);
}

.focus\:bg-primary-500\/10:focus {
  background-color: rgb(247 141 77 / 0.1);
}

.focus\:bg-primary-500\/100:focus {
  background-color: rgb(247 141 77 / 1);
}

.focus\:bg-primary-500\/15:focus {
  background-color: rgb(247 141 77 / 0.15);
}

.focus\:bg-primary-500\/20:focus {
  background-color: rgb(247 141 77 / 0.2);
}

.focus\:bg-primary-500\/25:focus {
  background-color: rgb(247 141 77 / 0.25);
}

.focus\:bg-primary-500\/30:focus {
  background-color: rgb(247 141 77 / 0.3);
}

.focus\:bg-primary-500\/35:focus {
  background-color: rgb(247 141 77 / 0.35);
}

.focus\:bg-primary-500\/40:focus {
  background-color: rgb(247 141 77 / 0.4);
}

.focus\:bg-primary-500\/45:focus {
  background-color: rgb(247 141 77 / 0.45);
}

.focus\:bg-primary-500\/5:focus {
  background-color: rgb(247 141 77 / 0.05);
}

.focus\:bg-primary-500\/50:focus {
  background-color: rgb(247 141 77 / 0.5);
}

.focus\:bg-primary-500\/55:focus {
  background-color: rgb(247 141 77 / 0.55);
}

.focus\:bg-primary-500\/60:focus {
  background-color: rgb(247 141 77 / 0.6);
}

.focus\:bg-primary-500\/65:focus {
  background-color: rgb(247 141 77 / 0.65);
}

.focus\:bg-primary-500\/70:focus {
  background-color: rgb(247 141 77 / 0.7);
}

.focus\:bg-primary-500\/75:focus {
  background-color: rgb(247 141 77 / 0.75);
}

.focus\:bg-primary-500\/80:focus {
  background-color: rgb(247 141 77 / 0.8);
}

.focus\:bg-primary-500\/85:focus {
  background-color: rgb(247 141 77 / 0.85);
}

.focus\:bg-primary-500\/90:focus {
  background-color: rgb(247 141 77 / 0.9);
}

.focus\:bg-primary-500\/95:focus {
  background-color: rgb(247 141 77 / 0.95);
}

.focus\:bg-primary-600:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(233 99 37 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-600\/0:focus {
  background-color: rgb(233 99 37 / 0);
}

.focus\:bg-primary-600\/10:focus {
  background-color: rgb(233 99 37 / 0.1);
}

.focus\:bg-primary-600\/100:focus {
  background-color: rgb(233 99 37 / 1);
}

.focus\:bg-primary-600\/15:focus {
  background-color: rgb(233 99 37 / 0.15);
}

.focus\:bg-primary-600\/20:focus {
  background-color: rgb(233 99 37 / 0.2);
}

.focus\:bg-primary-600\/25:focus {
  background-color: rgb(233 99 37 / 0.25);
}

.focus\:bg-primary-600\/30:focus {
  background-color: rgb(233 99 37 / 0.3);
}

.focus\:bg-primary-600\/35:focus {
  background-color: rgb(233 99 37 / 0.35);
}

.focus\:bg-primary-600\/40:focus {
  background-color: rgb(233 99 37 / 0.4);
}

.focus\:bg-primary-600\/45:focus {
  background-color: rgb(233 99 37 / 0.45);
}

.focus\:bg-primary-600\/5:focus {
  background-color: rgb(233 99 37 / 0.05);
}

.focus\:bg-primary-600\/50:focus {
  background-color: rgb(233 99 37 / 0.5);
}

.focus\:bg-primary-600\/55:focus {
  background-color: rgb(233 99 37 / 0.55);
}

.focus\:bg-primary-600\/60:focus {
  background-color: rgb(233 99 37 / 0.6);
}

.focus\:bg-primary-600\/65:focus {
  background-color: rgb(233 99 37 / 0.65);
}

.focus\:bg-primary-600\/70:focus {
  background-color: rgb(233 99 37 / 0.7);
}

.focus\:bg-primary-600\/75:focus {
  background-color: rgb(233 99 37 / 0.75);
}

.focus\:bg-primary-600\/80:focus {
  background-color: rgb(233 99 37 / 0.8);
}

.focus\:bg-primary-600\/85:focus {
  background-color: rgb(233 99 37 / 0.85);
}

.focus\:bg-primary-600\/90:focus {
  background-color: rgb(233 99 37 / 0.9);
}

.focus\:bg-primary-600\/95:focus {
  background-color: rgb(233 99 37 / 0.95);
}

.focus\:bg-primary-700:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(201 74 22 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-700\/0:focus {
  background-color: rgb(201 74 22 / 0);
}

.focus\:bg-primary-700\/10:focus {
  background-color: rgb(201 74 22 / 0.1);
}

.focus\:bg-primary-700\/100:focus {
  background-color: rgb(201 74 22 / 1);
}

.focus\:bg-primary-700\/15:focus {
  background-color: rgb(201 74 22 / 0.15);
}

.focus\:bg-primary-700\/20:focus {
  background-color: rgb(201 74 22 / 0.2);
}

.focus\:bg-primary-700\/25:focus {
  background-color: rgb(201 74 22 / 0.25);
}

.focus\:bg-primary-700\/30:focus {
  background-color: rgb(201 74 22 / 0.3);
}

.focus\:bg-primary-700\/35:focus {
  background-color: rgb(201 74 22 / 0.35);
}

.focus\:bg-primary-700\/40:focus {
  background-color: rgb(201 74 22 / 0.4);
}

.focus\:bg-primary-700\/45:focus {
  background-color: rgb(201 74 22 / 0.45);
}

.focus\:bg-primary-700\/5:focus {
  background-color: rgb(201 74 22 / 0.05);
}

.focus\:bg-primary-700\/50:focus {
  background-color: rgb(201 74 22 / 0.5);
}

.focus\:bg-primary-700\/55:focus {
  background-color: rgb(201 74 22 / 0.55);
}

.focus\:bg-primary-700\/60:focus {
  background-color: rgb(201 74 22 / 0.6);
}

.focus\:bg-primary-700\/65:focus {
  background-color: rgb(201 74 22 / 0.65);
}

.focus\:bg-primary-700\/70:focus {
  background-color: rgb(201 74 22 / 0.7);
}

.focus\:bg-primary-700\/75:focus {
  background-color: rgb(201 74 22 / 0.75);
}

.focus\:bg-primary-700\/80:focus {
  background-color: rgb(201 74 22 / 0.8);
}

.focus\:bg-primary-700\/85:focus {
  background-color: rgb(201 74 22 / 0.85);
}

.focus\:bg-primary-700\/90:focus {
  background-color: rgb(201 74 22 / 0.9);
}

.focus\:bg-primary-700\/95:focus {
  background-color: rgb(201 74 22 / 0.95);
}

.focus\:bg-primary-800:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(161 59 24 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-800\/0:focus {
  background-color: rgb(161 59 24 / 0);
}

.focus\:bg-primary-800\/10:focus {
  background-color: rgb(161 59 24 / 0.1);
}

.focus\:bg-primary-800\/100:focus {
  background-color: rgb(161 59 24 / 1);
}

.focus\:bg-primary-800\/15:focus {
  background-color: rgb(161 59 24 / 0.15);
}

.focus\:bg-primary-800\/20:focus {
  background-color: rgb(161 59 24 / 0.2);
}

.focus\:bg-primary-800\/25:focus {
  background-color: rgb(161 59 24 / 0.25);
}

.focus\:bg-primary-800\/30:focus {
  background-color: rgb(161 59 24 / 0.3);
}

.focus\:bg-primary-800\/35:focus {
  background-color: rgb(161 59 24 / 0.35);
}

.focus\:bg-primary-800\/40:focus {
  background-color: rgb(161 59 24 / 0.4);
}

.focus\:bg-primary-800\/45:focus {
  background-color: rgb(161 59 24 / 0.45);
}

.focus\:bg-primary-800\/5:focus {
  background-color: rgb(161 59 24 / 0.05);
}

.focus\:bg-primary-800\/50:focus {
  background-color: rgb(161 59 24 / 0.5);
}

.focus\:bg-primary-800\/55:focus {
  background-color: rgb(161 59 24 / 0.55);
}

.focus\:bg-primary-800\/60:focus {
  background-color: rgb(161 59 24 / 0.6);
}

.focus\:bg-primary-800\/65:focus {
  background-color: rgb(161 59 24 / 0.65);
}

.focus\:bg-primary-800\/70:focus {
  background-color: rgb(161 59 24 / 0.7);
}

.focus\:bg-primary-800\/75:focus {
  background-color: rgb(161 59 24 / 0.75);
}

.focus\:bg-primary-800\/80:focus {
  background-color: rgb(161 59 24 / 0.8);
}

.focus\:bg-primary-800\/85:focus {
  background-color: rgb(161 59 24 / 0.85);
}

.focus\:bg-primary-800\/90:focus {
  background-color: rgb(161 59 24 / 0.9);
}

.focus\:bg-primary-800\/95:focus {
  background-color: rgb(161 59 24 / 0.95);
}

.focus\:bg-primary-900:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(130 51 24 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-900\/0:focus {
  background-color: rgb(130 51 24 / 0);
}

.focus\:bg-primary-900\/10:focus {
  background-color: rgb(130 51 24 / 0.1);
}

.focus\:bg-primary-900\/100:focus {
  background-color: rgb(130 51 24 / 1);
}

.focus\:bg-primary-900\/15:focus {
  background-color: rgb(130 51 24 / 0.15);
}

.focus\:bg-primary-900\/20:focus {
  background-color: rgb(130 51 24 / 0.2);
}

.focus\:bg-primary-900\/25:focus {
  background-color: rgb(130 51 24 / 0.25);
}

.focus\:bg-primary-900\/30:focus {
  background-color: rgb(130 51 24 / 0.3);
}

.focus\:bg-primary-900\/35:focus {
  background-color: rgb(130 51 24 / 0.35);
}

.focus\:bg-primary-900\/40:focus {
  background-color: rgb(130 51 24 / 0.4);
}

.focus\:bg-primary-900\/45:focus {
  background-color: rgb(130 51 24 / 0.45);
}

.focus\:bg-primary-900\/5:focus {
  background-color: rgb(130 51 24 / 0.05);
}

.focus\:bg-primary-900\/50:focus {
  background-color: rgb(130 51 24 / 0.5);
}

.focus\:bg-primary-900\/55:focus {
  background-color: rgb(130 51 24 / 0.55);
}

.focus\:bg-primary-900\/60:focus {
  background-color: rgb(130 51 24 / 0.6);
}

.focus\:bg-primary-900\/65:focus {
  background-color: rgb(130 51 24 / 0.65);
}

.focus\:bg-primary-900\/70:focus {
  background-color: rgb(130 51 24 / 0.7);
}

.focus\:bg-primary-900\/75:focus {
  background-color: rgb(130 51 24 / 0.75);
}

.focus\:bg-primary-900\/80:focus {
  background-color: rgb(130 51 24 / 0.8);
}

.focus\:bg-primary-900\/85:focus {
  background-color: rgb(130 51 24 / 0.85);
}

.focus\:bg-primary-900\/90:focus {
  background-color: rgb(130 51 24 / 0.9);
}

.focus\:bg-primary-900\/95:focus {
  background-color: rgb(130 51 24 / 0.95);
}

.focus\:bg-primary-950:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(70 23 8 / var(--tw-bg-opacity, 1));
}

.focus\:bg-primary-950\/0:focus {
  background-color: rgb(70 23 8 / 0);
}

.focus\:bg-primary-950\/10:focus {
  background-color: rgb(70 23 8 / 0.1);
}

.focus\:bg-primary-950\/100:focus {
  background-color: rgb(70 23 8 / 1);
}

.focus\:bg-primary-950\/15:focus {
  background-color: rgb(70 23 8 / 0.15);
}

.focus\:bg-primary-950\/20:focus {
  background-color: rgb(70 23 8 / 0.2);
}

.focus\:bg-primary-950\/25:focus {
  background-color: rgb(70 23 8 / 0.25);
}

.focus\:bg-primary-950\/30:focus {
  background-color: rgb(70 23 8 / 0.3);
}

.focus\:bg-primary-950\/35:focus {
  background-color: rgb(70 23 8 / 0.35);
}

.focus\:bg-primary-950\/40:focus {
  background-color: rgb(70 23 8 / 0.4);
}

.focus\:bg-primary-950\/45:focus {
  background-color: rgb(70 23 8 / 0.45);
}

.focus\:bg-primary-950\/5:focus {
  background-color: rgb(70 23 8 / 0.05);
}

.focus\:bg-primary-950\/50:focus {
  background-color: rgb(70 23 8 / 0.5);
}

.focus\:bg-primary-950\/55:focus {
  background-color: rgb(70 23 8 / 0.55);
}

.focus\:bg-primary-950\/60:focus {
  background-color: rgb(70 23 8 / 0.6);
}

.focus\:bg-primary-950\/65:focus {
  background-color: rgb(70 23 8 / 0.65);
}

.focus\:bg-primary-950\/70:focus {
  background-color: rgb(70 23 8 / 0.7);
}

.focus\:bg-primary-950\/75:focus {
  background-color: rgb(70 23 8 / 0.75);
}

.focus\:bg-primary-950\/80:focus {
  background-color: rgb(70 23 8 / 0.8);
}

.focus\:bg-primary-950\/85:focus {
  background-color: rgb(70 23 8 / 0.85);
}

.focus\:bg-primary-950\/90:focus {
  background-color: rgb(70 23 8 / 0.9);
}

.focus\:bg-primary-950\/95:focus {
  background-color: rgb(70 23 8 / 0.95);
}

.focus\:bg-transparent:focus {
  background-color: transparent;
}

.focus\:bg-transparent\/0:focus {
  background-color: rgb(0 0 0 / 0);
}

.focus\:bg-transparent\/10:focus {
  background-color: rgb(0 0 0 / 0.1);
}

.focus\:bg-transparent\/100:focus {
  background-color: rgb(0 0 0 / 1);
}

.focus\:bg-transparent\/15:focus {
  background-color: rgb(0 0 0 / 0.15);
}

.focus\:bg-transparent\/20:focus {
  background-color: rgb(0 0 0 / 0.2);
}

.focus\:bg-transparent\/25:focus {
  background-color: rgb(0 0 0 / 0.25);
}

.focus\:bg-transparent\/30:focus {
  background-color: rgb(0 0 0 / 0.3);
}

.focus\:bg-transparent\/35:focus {
  background-color: rgb(0 0 0 / 0.35);
}

.focus\:bg-transparent\/40:focus {
  background-color: rgb(0 0 0 / 0.4);
}

.focus\:bg-transparent\/45:focus {
  background-color: rgb(0 0 0 / 0.45);
}

.focus\:bg-transparent\/5:focus {
  background-color: rgb(0 0 0 / 0.05);
}

.focus\:bg-transparent\/50:focus {
  background-color: rgb(0 0 0 / 0.5);
}

.focus\:bg-transparent\/55:focus {
  background-color: rgb(0 0 0 / 0.55);
}

.focus\:bg-transparent\/60:focus {
  background-color: rgb(0 0 0 / 0.6);
}

.focus\:bg-transparent\/65:focus {
  background-color: rgb(0 0 0 / 0.65);
}

.focus\:bg-transparent\/70:focus {
  background-color: rgb(0 0 0 / 0.7);
}

.focus\:bg-transparent\/75:focus {
  background-color: rgb(0 0 0 / 0.75);
}

.focus\:bg-transparent\/80:focus {
  background-color: rgb(0 0 0 / 0.8);
}

.focus\:bg-transparent\/85:focus {
  background-color: rgb(0 0 0 / 0.85);
}

.focus\:bg-transparent\/90:focus {
  background-color: rgb(0 0 0 / 0.9);
}

.focus\:bg-transparent\/95:focus {
  background-color: rgb(0 0 0 / 0.95);
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:bg-white\/0:focus {
  background-color: rgb(255 255 255 / 0);
}

.focus\:bg-white\/10:focus {
  background-color: rgb(255 255 255 / 0.1);
}

.focus\:bg-white\/100:focus {
  background-color: rgb(255 255 255 / 1);
}

.focus\:bg-white\/15:focus {
  background-color: rgb(255 255 255 / 0.15);
}

.focus\:bg-white\/20:focus {
  background-color: rgb(255 255 255 / 0.2);
}

.focus\:bg-white\/25:focus {
  background-color: rgb(255 255 255 / 0.25);
}

.focus\:bg-white\/30:focus {
  background-color: rgb(255 255 255 / 0.3);
}

.focus\:bg-white\/35:focus {
  background-color: rgb(255 255 255 / 0.35);
}

.focus\:bg-white\/40:focus {
  background-color: rgb(255 255 255 / 0.4);
}

.focus\:bg-white\/45:focus {
  background-color: rgb(255 255 255 / 0.45);
}

.focus\:bg-white\/5:focus {
  background-color: rgb(255 255 255 / 0.05);
}

.focus\:bg-white\/50:focus {
  background-color: rgb(255 255 255 / 0.5);
}

.focus\:bg-white\/55:focus {
  background-color: rgb(255 255 255 / 0.55);
}

.focus\:bg-white\/60:focus {
  background-color: rgb(255 255 255 / 0.6);
}

.focus\:bg-white\/65:focus {
  background-color: rgb(255 255 255 / 0.65);
}

.focus\:bg-white\/70:focus {
  background-color: rgb(255 255 255 / 0.7);
}

.focus\:bg-white\/75:focus {
  background-color: rgb(255 255 255 / 0.75);
}

.focus\:bg-white\/80:focus {
  background-color: rgb(255 255 255 / 0.8);
}

.focus\:bg-white\/85:focus {
  background-color: rgb(255 255 255 / 0.85);
}

.focus\:bg-white\/90:focus {
  background-color: rgb(255 255 255 / 0.9);
}

.focus\:bg-white\/95:focus {
  background-color: rgb(255 255 255 / 0.95);
}

.focus\:from-accent-100:focus {
  --tw-gradient-from: #ebfbcb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/0:focus {
  --tw-gradient-from: rgb(235 251 203 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/10:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/100:focus {
  --tw-gradient-from: rgb(235 251 203 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/15:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/20:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/25:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/30:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/35:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/40:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/45:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/5:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/50:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/55:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/60:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/65:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/70:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/75:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/80:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/85:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/90:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-100\/95:focus {
  --tw-gradient-from: rgb(235 251 203 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200:focus {
  --tw-gradient-from: #d8f69a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/0:focus {
  --tw-gradient-from: rgb(216 246 154 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/10:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/100:focus {
  --tw-gradient-from: rgb(216 246 154 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/15:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/20:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/25:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/30:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/35:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/40:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/45:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/5:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/50:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/55:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/60:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/65:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/70:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/75:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/80:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/85:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/90:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-200\/95:focus {
  --tw-gradient-from: rgb(216 246 154 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300:focus {
  --tw-gradient-from: #c4f078 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/0:focus {
  --tw-gradient-from: rgb(196 240 120 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/10:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/100:focus {
  --tw-gradient-from: rgb(196 240 120 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/15:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/20:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/25:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/30:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/35:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/40:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/45:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/5:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/50:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/55:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/60:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/65:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/70:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/75:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/80:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/85:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/90:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-300\/95:focus {
  --tw-gradient-from: rgb(196 240 120 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400:focus {
  --tw-gradient-from: #b7ed68 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/0:focus {
  --tw-gradient-from: rgb(183 237 104 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/10:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/100:focus {
  --tw-gradient-from: rgb(183 237 104 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/15:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/20:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/25:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/30:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/35:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/40:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/45:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/5:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/50:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/55:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/60:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/65:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/70:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/75:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/80:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/85:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/90:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-400\/95:focus {
  --tw-gradient-from: rgb(183 237 104 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50:focus {
  --tw-gradient-from: #f7fdeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/0:focus {
  --tw-gradient-from: rgb(247 253 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/10:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/100:focus {
  --tw-gradient-from: rgb(247 253 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/15:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/20:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/25:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/30:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/35:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/40:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/45:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/5:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/50:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/55:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/60:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/65:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/70:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/75:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/80:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/85:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/90:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-50\/95:focus {
  --tw-gradient-from: rgb(247 253 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500:focus {
  --tw-gradient-from: #aeeb60 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/0:focus {
  --tw-gradient-from: rgb(174 235 96 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/10:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/100:focus {
  --tw-gradient-from: rgb(174 235 96 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/15:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/20:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/25:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/30:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/35:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/40:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/45:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/5:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/50:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/55:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/60:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/65:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/70:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/75:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/80:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/85:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/90:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-500\/95:focus {
  --tw-gradient-from: rgb(174 235 96 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600:focus {
  --tw-gradient-from: #82c930 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/0:focus {
  --tw-gradient-from: rgb(130 201 48 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/10:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/100:focus {
  --tw-gradient-from: rgb(130 201 48 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/15:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/20:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/25:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/30:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/35:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/40:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/45:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/5:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/50:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/55:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/60:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/65:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/70:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/75:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/80:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/85:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/90:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-600\/95:focus {
  --tw-gradient-from: rgb(130 201 48 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700:focus {
  --tw-gradient-from: #61a11f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/0:focus {
  --tw-gradient-from: rgb(97 161 31 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/10:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/100:focus {
  --tw-gradient-from: rgb(97 161 31 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/15:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/20:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/25:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/30:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/35:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/40:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/45:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/5:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/50:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/55:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/60:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/65:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/70:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/75:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/80:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/85:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/90:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-700\/95:focus {
  --tw-gradient-from: rgb(97 161 31 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800:focus {
  --tw-gradient-from: #4e7e20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/0:focus {
  --tw-gradient-from: rgb(78 126 32 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/10:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/100:focus {
  --tw-gradient-from: rgb(78 126 32 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/15:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/20:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/25:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/30:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/35:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/40:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/45:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/5:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/50:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/55:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/60:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/65:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/70:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/75:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/80:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/85:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/90:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-800\/95:focus {
  --tw-gradient-from: rgb(78 126 32 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900:focus {
  --tw-gradient-from: #426a21 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/0:focus {
  --tw-gradient-from: rgb(66 106 33 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/10:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/100:focus {
  --tw-gradient-from: rgb(66 106 33 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/15:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/20:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/25:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/30:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/35:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/40:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/45:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/5:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/50:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/55:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/60:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/65:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/70:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/75:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/80:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/85:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/90:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-900\/95:focus {
  --tw-gradient-from: rgb(66 106 33 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950:focus {
  --tw-gradient-from: #203a0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/0:focus {
  --tw-gradient-from: rgb(32 58 11 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/10:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/100:focus {
  --tw-gradient-from: rgb(32 58 11 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/15:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/20:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/25:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/30:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/35:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/40:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/45:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/5:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/50:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/55:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/60:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/65:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/70:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/75:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/80:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/85:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/90:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-accent-950\/95:focus {
  --tw-gradient-from: rgb(32 58 11 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100:focus {
  --tw-gradient-from: #e9e3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/0:focus {
  --tw-gradient-from: rgb(233 227 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/10:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/100:focus {
  --tw-gradient-from: rgb(233 227 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/15:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/20:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/25:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/30:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/35:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/40:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/45:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/5:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/50:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/55:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/60:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/65:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/70:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/75:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/80:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/85:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/90:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-100\/95:focus {
  --tw-gradient-from: rgb(233 227 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200:focus {
  --tw-gradient-from: #d3c7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/0:focus {
  --tw-gradient-from: rgb(211 199 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/10:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/100:focus {
  --tw-gradient-from: rgb(211 199 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/15:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/20:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/25:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/30:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/35:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/40:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/45:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/5:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/50:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/55:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/60:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/65:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/70:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/75:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/80:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/85:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/90:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-200\/95:focus {
  --tw-gradient-from: rgb(211 199 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300:focus {
  --tw-gradient-from: #b79aff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/0:focus {
  --tw-gradient-from: rgb(183 154 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/10:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/100:focus {
  --tw-gradient-from: rgb(183 154 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/15:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/20:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/25:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/30:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/35:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/40:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/45:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/5:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/50:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/55:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/60:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/65:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/70:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/75:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/80:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/85:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/90:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-300\/95:focus {
  --tw-gradient-from: rgb(183 154 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400:focus {
  --tw-gradient-from: #9562ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/0:focus {
  --tw-gradient-from: rgb(149 98 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/10:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/100:focus {
  --tw-gradient-from: rgb(149 98 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/15:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/20:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/25:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/30:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/35:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/40:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/45:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/5:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/50:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/55:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/60:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/65:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/70:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/75:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/80:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/85:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/90:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-400\/95:focus {
  --tw-gradient-from: rgb(149 98 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50:focus {
  --tw-gradient-from: #f4f1ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/0:focus {
  --tw-gradient-from: rgb(244 241 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/10:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/100:focus {
  --tw-gradient-from: rgb(244 241 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/15:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/20:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/25:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/30:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/35:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/40:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/45:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/5:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/50:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/55:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/60:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/65:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/70:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/75:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/80:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/85:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/90:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-50\/95:focus {
  --tw-gradient-from: rgb(244 241 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500:focus {
  --tw-gradient-from: #4e1cd1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/0:focus {
  --tw-gradient-from: rgb(78 28 209 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/10:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/100:focus {
  --tw-gradient-from: rgb(78 28 209 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/15:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/20:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/25:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/30:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/35:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/40:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/45:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/5:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/50:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/55:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/60:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/65:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/70:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/75:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/80:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/85:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/90:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-500\/95:focus {
  --tw-gradient-from: rgb(78 28 209 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600:focus {
  --tw-gradient-from: #4115b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/0:focus {
  --tw-gradient-from: rgb(65 21 181 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/10:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/100:focus {
  --tw-gradient-from: rgb(65 21 181 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/15:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/20:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/25:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/30:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/35:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/40:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/45:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/5:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/50:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/55:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/60:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/65:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/70:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/75:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/80:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/85:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/90:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-600\/95:focus {
  --tw-gradient-from: rgb(65 21 181 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700:focus {
  --tw-gradient-from: #361096 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/0:focus {
  --tw-gradient-from: rgb(54 16 150 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/10:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/100:focus {
  --tw-gradient-from: rgb(54 16 150 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/15:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/20:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/25:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/30:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/35:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/40:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/45:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/5:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/50:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/55:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/60:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/65:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/70:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/75:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/80:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/85:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/90:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-700\/95:focus {
  --tw-gradient-from: rgb(54 16 150 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800:focus {
  --tw-gradient-from: #2e1078 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/0:focus {
  --tw-gradient-from: rgb(46 16 120 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/10:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/100:focus {
  --tw-gradient-from: rgb(46 16 120 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/15:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/20:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/25:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/30:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/35:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/40:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/45:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/5:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/50:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/55:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/60:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/65:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/70:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/75:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/80:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/85:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/90:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-800\/95:focus {
  --tw-gradient-from: rgb(46 16 120 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900:focus {
  --tw-gradient-from: #270f62 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/0:focus {
  --tw-gradient-from: rgb(39 15 98 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/10:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/100:focus {
  --tw-gradient-from: rgb(39 15 98 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/15:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/20:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/25:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/30:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/35:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/40:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/45:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/5:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/50:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/55:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/60:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/65:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/70:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/75:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/80:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/85:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/90:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-900\/95:focus {
  --tw-gradient-from: rgb(39 15 98 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950:focus {
  --tw-gradient-from: #16053a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/0:focus {
  --tw-gradient-from: rgb(22 5 58 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/10:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/100:focus {
  --tw-gradient-from: rgb(22 5 58 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/15:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/20:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/25:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/30:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/35:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/40:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/45:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/5:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/50:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/55:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/60:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/65:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/70:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/75:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/80:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/85:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/90:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-brand-950\/95:focus {
  --tw-gradient-from: rgb(22 5 58 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100:focus {
  --tw-gradient-from: #f6f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/0:focus {
  --tw-gradient-from: rgb(246 245 244 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/10:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/100:focus {
  --tw-gradient-from: rgb(246 245 244 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/15:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/20:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/25:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/30:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/35:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/40:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/45:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/5:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/50:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/55:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/60:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/65:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/70:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/75:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/80:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/85:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/90:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-100\/95:focus {
  --tw-gradient-from: rgb(246 245 244 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200:focus {
  --tw-gradient-from: #e9e6e3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/0:focus {
  --tw-gradient-from: rgb(233 230 227 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/10:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/100:focus {
  --tw-gradient-from: rgb(233 230 227 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/15:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/20:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/25:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/30:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/35:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/40:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/45:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/5:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/50:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/55:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/60:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/65:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/70:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/75:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/80:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/85:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/90:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-200\/95:focus {
  --tw-gradient-from: rgb(233 230 227 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300:focus {
  --tw-gradient-from: #d7d2cd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/0:focus {
  --tw-gradient-from: rgb(215 210 205 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/10:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/100:focus {
  --tw-gradient-from: rgb(215 210 205 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/15:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/20:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/25:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/30:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/35:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/40:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/45:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/5:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/50:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/55:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/60:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/65:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/70:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/75:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/80:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/85:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/90:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-300\/95:focus {
  --tw-gradient-from: rgb(215 210 205 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400:focus {
  --tw-gradient-from: #afa8a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/0:focus {
  --tw-gradient-from: rgb(175 168 161 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/10:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/100:focus {
  --tw-gradient-from: rgb(175 168 161 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/15:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/20:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/25:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/30:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/35:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/40:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/45:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/5:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/50:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/55:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/60:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/65:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/70:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/75:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/80:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/85:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/90:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-400\/95:focus {
  --tw-gradient-from: rgb(175 168 161 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50:focus {
  --tw-gradient-from: #fbfaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/0:focus {
  --tw-gradient-from: rgb(251 250 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/10:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/100:focus {
  --tw-gradient-from: rgb(251 250 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/15:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/20:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/25:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/30:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/35:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/40:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/45:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/5:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/50:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/55:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/60:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/65:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/70:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/75:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/80:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/85:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/90:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-50\/95:focus {
  --tw-gradient-from: rgb(251 250 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500:focus {
  --tw-gradient-from: #817971 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/0:focus {
  --tw-gradient-from: rgb(129 121 113 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/10:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/100:focus {
  --tw-gradient-from: rgb(129 121 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/15:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/20:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/25:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/30:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/35:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/40:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/45:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/5:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/50:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/55:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/60:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/65:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/70:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/75:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/80:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/85:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/90:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-500\/95:focus {
  --tw-gradient-from: rgb(129 121 113 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600:focus {
  --tw-gradient-from: #605952 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/0:focus {
  --tw-gradient-from: rgb(96 89 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/10:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/100:focus {
  --tw-gradient-from: rgb(96 89 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/15:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/20:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/25:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/30:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/35:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/40:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/45:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/5:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/50:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/55:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/60:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/65:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/70:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/75:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/80:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/85:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/90:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-600\/95:focus {
  --tw-gradient-from: rgb(96 89 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700:focus {
  --tw-gradient-from: #49443f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/0:focus {
  --tw-gradient-from: rgb(73 68 63 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/10:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/100:focus {
  --tw-gradient-from: rgb(73 68 63 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/15:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/20:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/25:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/30:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/35:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/40:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/45:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/5:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/50:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/55:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/60:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/65:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/70:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/75:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/80:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/85:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/90:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-700\/95:focus {
  --tw-gradient-from: rgb(73 68 63 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800:focus {
  --tw-gradient-from: #302d2a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/0:focus {
  --tw-gradient-from: rgb(48 45 42 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/10:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/100:focus {
  --tw-gradient-from: rgb(48 45 42 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/15:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/20:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/25:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/30:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/35:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/40:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/45:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/5:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/50:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/55:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/60:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/65:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/70:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/75:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/80:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/85:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/90:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-800\/95:focus {
  --tw-gradient-from: rgb(48 45 42 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900:focus {
  --tw-gradient-from: #211f1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/0:focus {
  --tw-gradient-from: rgb(33 31 29 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/10:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/100:focus {
  --tw-gradient-from: rgb(33 31 29 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/15:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/20:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/25:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/30:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/35:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/40:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/45:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/5:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/50:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/55:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/60:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/65:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/70:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/75:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/80:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/85:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/90:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-900\/95:focus {
  --tw-gradient-from: rgb(33 31 29 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950:focus {
  --tw-gradient-from: #121110 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/0:focus {
  --tw-gradient-from: rgb(18 17 16 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/10:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/100:focus {
  --tw-gradient-from: rgb(18 17 16 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/15:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/20:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/25:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/30:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/35:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/40:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/45:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/5:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/50:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/55:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/60:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/65:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/70:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/75:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/80:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/85:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/90:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-neutral-950\/95:focus {
  --tw-gradient-from: rgb(18 17 16 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100:focus {
  --tw-gradient-from: #feeade var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/0:focus {
  --tw-gradient-from: rgb(254 234 222 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/10:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/100:focus {
  --tw-gradient-from: rgb(254 234 222 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/15:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/20:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/25:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/30:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/35:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/40:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/45:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/5:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/50:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/55:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/60:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/65:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/70:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/75:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/80:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/85:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/90:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-100\/95:focus {
  --tw-gradient-from: rgb(254 234 222 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200:focus {
  --tw-gradient-from: #fcd3bd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/0:focus {
  --tw-gradient-from: rgb(252 211 189 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/10:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/100:focus {
  --tw-gradient-from: rgb(252 211 189 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/15:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/20:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/25:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/30:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/35:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/40:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/45:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/5:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/50:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/55:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/60:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/65:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/70:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/75:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/80:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/85:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/90:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-200\/95:focus {
  --tw-gradient-from: rgb(252 211 189 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300:focus {
  --tw-gradient-from: #fab38f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/0:focus {
  --tw-gradient-from: rgb(250 179 143 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/10:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/100:focus {
  --tw-gradient-from: rgb(250 179 143 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/15:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/20:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/25:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/30:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/35:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/40:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/45:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/5:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/50:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/55:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/60:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/65:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/70:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/75:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/80:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/85:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/90:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-300\/95:focus {
  --tw-gradient-from: rgb(250 179 143 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400:focus {
  --tw-gradient-from: #f99766 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/0:focus {
  --tw-gradient-from: rgb(249 151 102 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/10:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/100:focus {
  --tw-gradient-from: rgb(249 151 102 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/15:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/20:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/25:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/30:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/35:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/40:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/45:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/5:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/50:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/55:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/60:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/65:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/70:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/75:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/80:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/85:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/90:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-400\/95:focus {
  --tw-gradient-from: rgb(249 151 102 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50:focus {
  --tw-gradient-from: #fff7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/0:focus {
  --tw-gradient-from: rgb(255 247 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/10:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/100:focus {
  --tw-gradient-from: rgb(255 247 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/15:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/20:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/25:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/30:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/35:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/40:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/45:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/5:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/50:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/55:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/60:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/65:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/70:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/75:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/80:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/85:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/90:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-50\/95:focus {
  --tw-gradient-from: rgb(255 247 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500:focus {
  --tw-gradient-from: #f78d4d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/0:focus {
  --tw-gradient-from: rgb(247 141 77 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/10:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/100:focus {
  --tw-gradient-from: rgb(247 141 77 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/15:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/20:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/25:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/30:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/35:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/40:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/45:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/5:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/50:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/55:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/60:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/65:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/70:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/75:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/80:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/85:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/90:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-500\/95:focus {
  --tw-gradient-from: rgb(247 141 77 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600:focus {
  --tw-gradient-from: #e96325 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/0:focus {
  --tw-gradient-from: rgb(233 99 37 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/10:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/100:focus {
  --tw-gradient-from: rgb(233 99 37 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/15:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/20:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/25:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/30:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/35:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/40:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/45:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/5:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/50:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/55:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/60:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/65:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/70:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/75:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/80:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/85:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/90:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-600\/95:focus {
  --tw-gradient-from: rgb(233 99 37 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700:focus {
  --tw-gradient-from: #c94a16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/0:focus {
  --tw-gradient-from: rgb(201 74 22 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/10:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/100:focus {
  --tw-gradient-from: rgb(201 74 22 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/15:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/20:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/25:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/30:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/35:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/40:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/45:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/5:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/50:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/55:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/60:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/65:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/70:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/75:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/80:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/85:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/90:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-700\/95:focus {
  --tw-gradient-from: rgb(201 74 22 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800:focus {
  --tw-gradient-from: #a13b18 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/0:focus {
  --tw-gradient-from: rgb(161 59 24 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/10:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/100:focus {
  --tw-gradient-from: rgb(161 59 24 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/15:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/20:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/25:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/30:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/35:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/40:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/45:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/5:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/50:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/55:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/60:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/65:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/70:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/75:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/80:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/85:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/90:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-800\/95:focus {
  --tw-gradient-from: rgb(161 59 24 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900:focus {
  --tw-gradient-from: #823318 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/0:focus {
  --tw-gradient-from: rgb(130 51 24 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/10:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/100:focus {
  --tw-gradient-from: rgb(130 51 24 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/15:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/20:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/25:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/30:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/35:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/40:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/45:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/5:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/50:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/55:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/60:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/65:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/70:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/75:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/80:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/85:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/90:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-900\/95:focus {
  --tw-gradient-from: rgb(130 51 24 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950:focus {
  --tw-gradient-from: #461708 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/0:focus {
  --tw-gradient-from: rgb(70 23 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/10:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/100:focus {
  --tw-gradient-from: rgb(70 23 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/15:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/20:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/25:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/30:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/35:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/40:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/45:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/5:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/50:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/55:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/60:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/65:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/70:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/75:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/80:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/85:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/90:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:from-primary-950\/95:focus {
  --tw-gradient-from: rgb(70 23 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus\:via-accent-100:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ebfbcb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/0:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/10:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/100:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/15:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/20:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/25:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/30:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/35:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/40:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/45:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/5:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/50:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/55:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/60:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/65:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/70:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/75:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/80:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/85:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/90:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-100\/95:focus {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8f69a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/0:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/10:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/100:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/15:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/20:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/25:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/30:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/35:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/40:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/45:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/5:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/50:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/55:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/60:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/65:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/70:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/75:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/80:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/85:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/90:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-200\/95:focus {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4f078 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/0:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/10:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/100:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/15:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/20:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/25:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/30:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/35:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/40:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/45:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/5:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/50:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/55:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/60:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/65:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/70:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/75:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/80:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/85:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/90:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-300\/95:focus {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b7ed68 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/0:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/10:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/100:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/15:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/20:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/25:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/30:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/35:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/40:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/45:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/5:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/50:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/55:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/60:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/65:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/70:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/75:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/80:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/85:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/90:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-400\/95:focus {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fdeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/0:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/10:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/100:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/15:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/20:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/25:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/30:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/35:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/40:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/45:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/5:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/50:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/55:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/60:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/65:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/70:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/75:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/80:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/85:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/90:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-50\/95:focus {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #aeeb60 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/0:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/10:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/100:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/15:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/20:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/25:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/30:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/35:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/40:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/45:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/5:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/50:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/55:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/60:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/65:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/70:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/75:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/80:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/85:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/90:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-500\/95:focus {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #82c930 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/0:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/10:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/100:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/15:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/20:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/25:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/30:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/35:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/40:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/45:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/5:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/50:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/55:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/60:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/65:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/70:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/75:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/80:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/85:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/90:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-600\/95:focus {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #61a11f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/0:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/10:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/100:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/15:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/20:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/25:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/30:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/35:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/40:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/45:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/5:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/50:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/55:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/60:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/65:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/70:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/75:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/80:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/85:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/90:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-700\/95:focus {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4e7e20 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/0:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/10:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/100:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/15:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/20:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/25:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/30:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/35:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/40:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/45:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/5:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/50:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/55:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/60:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/65:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/70:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/75:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/80:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/85:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/90:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-800\/95:focus {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #426a21 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/0:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/10:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/100:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/15:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/20:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/25:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/30:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/35:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/40:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/45:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/5:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/50:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/55:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/60:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/65:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/70:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/75:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/80:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/85:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/90:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-900\/95:focus {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #203a0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/0:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/10:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/100:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/15:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/20:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/25:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/30:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/35:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/40:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/45:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/5:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/50:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/55:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/60:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/65:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/70:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/75:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/80:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/85:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/90:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-accent-950\/95:focus {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9e3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/0:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/10:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/100:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/15:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/20:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/25:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/30:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/35:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/40:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/45:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/5:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/50:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/55:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/60:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/65:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/70:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/75:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/80:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/85:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/90:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-100\/95:focus {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d3c7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/0:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/10:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/100:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/15:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/20:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/25:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/30:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/35:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/40:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/45:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/5:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/50:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/55:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/60:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/65:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/70:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/75:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/80:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/85:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/90:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-200\/95:focus {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b79aff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/0:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/10:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/100:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/15:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/20:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/25:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/30:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/35:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/40:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/45:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/5:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/50:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/55:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/60:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/65:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/70:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/75:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/80:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/85:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/90:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-300\/95:focus {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9562ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/0:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/10:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/100:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/15:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/20:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/25:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/30:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/35:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/40:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/45:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/5:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/50:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/55:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/60:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/65:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/70:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/75:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/80:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/85:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/90:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-400\/95:focus {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f1ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/0:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/10:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/100:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/15:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/20:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/25:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/30:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/35:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/40:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/45:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/5:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/50:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/55:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/60:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/65:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/70:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/75:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/80:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/85:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/90:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-50\/95:focus {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4e1cd1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/0:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/10:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/100:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/15:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/20:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/25:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/30:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/35:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/40:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/45:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/5:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/50:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/55:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/60:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/65:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/70:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/75:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/80:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/85:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/90:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-500\/95:focus {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4115b5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/0:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/10:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/100:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/15:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/20:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/25:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/30:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/35:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/40:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/45:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/5:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/50:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/55:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/60:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/65:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/70:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/75:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/80:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/85:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/90:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-600\/95:focus {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #361096 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/0:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/10:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/100:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/15:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/20:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/25:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/30:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/35:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/40:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/45:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/5:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/50:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/55:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/60:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/65:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/70:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/75:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/80:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/85:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/90:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-700\/95:focus {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1078 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/0:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/10:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/100:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/15:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/20:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/25:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/30:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/35:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/40:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/45:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/5:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/50:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/55:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/60:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/65:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/70:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/75:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/80:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/85:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/90:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-800\/95:focus {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #270f62 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/0:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/10:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/100:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/15:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/20:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/25:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/30:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/35:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/40:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/45:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/5:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/50:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/55:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/60:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/65:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/70:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/75:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/80:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/85:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/90:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-900\/95:focus {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16053a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/0:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/10:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/100:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/15:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/20:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/25:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/30:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/35:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/40:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/45:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/5:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/50:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/55:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/60:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/65:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/70:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/75:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/80:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/85:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/90:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-brand-950\/95:focus {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f6f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/0:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/10:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/100:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/15:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/20:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/25:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/30:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/35:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/40:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/45:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/5:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/50:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/55:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/60:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/65:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/70:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/75:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/80:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/85:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/90:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-100\/95:focus {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9e6e3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/0:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/10:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/100:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/15:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/20:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/25:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/30:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/35:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/40:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/45:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/5:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/50:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/55:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/60:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/65:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/70:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/75:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/80:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/85:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/90:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-200\/95:focus {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d7d2cd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/0:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/10:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/100:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/15:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/20:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/25:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/30:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/35:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/40:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/45:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/5:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/50:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/55:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/60:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/65:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/70:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/75:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/80:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/85:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/90:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-300\/95:focus {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #afa8a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/0:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/10:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/100:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/15:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/20:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/25:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/30:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/35:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/40:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/45:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/5:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/50:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/55:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/60:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/65:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/70:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/75:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/80:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/85:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/90:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-400\/95:focus {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbfaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/0:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/10:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/100:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/15:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/20:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/25:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/30:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/35:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/40:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/45:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/5:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/50:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/55:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/60:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/65:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/70:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/75:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/80:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/85:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/90:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-50\/95:focus {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #817971 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/0:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/10:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/100:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/15:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/20:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/25:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/30:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/35:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/40:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/45:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/5:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/50:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/55:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/60:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/65:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/70:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/75:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/80:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/85:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/90:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-500\/95:focus {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #605952 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/0:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/10:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/100:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/15:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/20:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/25:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/30:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/35:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/40:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/45:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/5:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/50:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/55:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/60:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/65:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/70:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/75:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/80:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/85:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/90:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-600\/95:focus {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #49443f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/0:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/10:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/100:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/15:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/20:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/25:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/30:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/35:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/40:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/45:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/5:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/50:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/55:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/60:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/65:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/70:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/75:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/80:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/85:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/90:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-700\/95:focus {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #302d2a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/0:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/10:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/100:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/15:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/20:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/25:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/30:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/35:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/40:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/45:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/5:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/50:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/55:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/60:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/65:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/70:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/75:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/80:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/85:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/90:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-800\/95:focus {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #211f1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/0:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/10:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/100:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/15:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/20:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/25:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/30:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/35:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/40:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/45:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/5:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/50:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/55:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/60:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/65:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/70:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/75:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/80:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/85:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/90:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-900\/95:focus {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #121110 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/0:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/10:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/100:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/15:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/20:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/25:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/30:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/35:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/40:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/45:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/5:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/50:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/55:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/60:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/65:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/70:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/75:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/80:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/85:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/90:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-neutral-950\/95:focus {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #feeade var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/0:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/10:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/100:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/15:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/20:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/25:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/30:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/35:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/40:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/45:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/5:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/50:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/55:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/60:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/65:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/70:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/75:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/80:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/85:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/90:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-100\/95:focus {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd3bd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/0:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/10:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/100:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/15:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/20:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/25:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/30:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/35:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/40:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/45:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/5:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/50:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/55:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/60:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/65:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/70:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/75:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/80:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/85:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/90:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-200\/95:focus {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fab38f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/0:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/10:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/100:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/15:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/20:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/25:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/30:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/35:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/40:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/45:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/5:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/50:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/55:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/60:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/65:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/70:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/75:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/80:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/85:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/90:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-300\/95:focus {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f99766 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/0:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/10:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/100:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/15:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/20:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/25:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/30:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/35:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/40:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/45:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/5:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/50:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/55:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/60:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/65:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/70:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/75:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/80:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/85:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/90:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-400\/95:focus {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/0:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/10:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/100:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/15:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/20:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/25:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/30:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/35:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/40:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/45:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/5:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/50:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/55:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/60:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/65:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/70:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/75:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/80:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/85:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/90:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-50\/95:focus {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f78d4d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/0:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/10:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/100:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/15:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/20:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/25:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/30:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/35:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/40:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/45:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/5:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/50:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/55:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/60:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/65:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/70:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/75:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/80:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/85:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/90:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-500\/95:focus {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e96325 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/0:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/10:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/100:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/15:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/20:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/25:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/30:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/35:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/40:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/45:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/5:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/50:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/55:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/60:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/65:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/70:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/75:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/80:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/85:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/90:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-600\/95:focus {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c94a16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/0:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/10:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/100:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/15:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/20:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/25:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/30:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/35:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/40:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/45:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/5:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/50:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/55:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/60:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/65:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/70:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/75:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/80:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/85:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/90:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-700\/95:focus {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a13b18 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/0:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/10:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/100:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/15:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/20:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/25:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/30:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/35:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/40:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/45:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/5:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/50:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/55:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/60:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/65:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/70:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/75:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/80:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/85:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/90:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-800\/95:focus {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #823318 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/0:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/10:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/100:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/15:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/20:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/25:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/30:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/35:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/40:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/45:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/5:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/50:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/55:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/60:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/65:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/70:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/75:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/80:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/85:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/90:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-900\/95:focus {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #461708 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/0:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/10:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/100:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/15:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/20:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/25:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/30:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/35:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/40:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/45:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/5:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/50:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/55:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/60:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/65:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/70:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/75:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/80:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/85:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/90:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:via-primary-950\/95:focus {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus\:to-accent-100:focus {
  --tw-gradient-to: #ebfbcb var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/0:focus {
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/10:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/100:focus {
  --tw-gradient-to: rgb(235 251 203 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/15:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/20:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/25:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/30:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/35:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/40:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/45:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/5:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/50:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/55:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/60:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/65:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/70:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/75:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/80:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/85:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/90:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-100\/95:focus {
  --tw-gradient-to: rgb(235 251 203 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-200:focus {
  --tw-gradient-to: #d8f69a var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/0:focus {
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/10:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/100:focus {
  --tw-gradient-to: rgb(216 246 154 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/15:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/20:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/25:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/30:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/35:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/40:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/45:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/5:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/50:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/55:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/60:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/65:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/70:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/75:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/80:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/85:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/90:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-200\/95:focus {
  --tw-gradient-to: rgb(216 246 154 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-300:focus {
  --tw-gradient-to: #c4f078 var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/0:focus {
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/10:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/100:focus {
  --tw-gradient-to: rgb(196 240 120 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/15:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/20:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/25:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/30:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/35:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/40:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/45:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/5:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/50:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/55:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/60:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/65:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/70:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/75:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/80:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/85:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/90:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-300\/95:focus {
  --tw-gradient-to: rgb(196 240 120 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-400:focus {
  --tw-gradient-to: #b7ed68 var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/0:focus {
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/10:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/100:focus {
  --tw-gradient-to: rgb(183 237 104 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/15:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/20:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/25:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/30:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/35:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/40:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/45:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/5:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/50:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/55:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/60:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/65:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/70:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/75:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/80:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/85:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/90:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-400\/95:focus {
  --tw-gradient-to: rgb(183 237 104 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-50:focus {
  --tw-gradient-to: #f7fdeb var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/0:focus {
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/10:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/100:focus {
  --tw-gradient-to: rgb(247 253 235 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/15:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/20:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/25:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/30:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/35:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/40:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/45:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/5:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/50:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/55:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/60:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/65:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/70:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/75:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/80:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/85:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/90:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-50\/95:focus {
  --tw-gradient-to: rgb(247 253 235 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-500:focus {
  --tw-gradient-to: #aeeb60 var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/0:focus {
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/10:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/100:focus {
  --tw-gradient-to: rgb(174 235 96 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/15:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/20:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/25:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/30:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/35:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/40:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/45:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/5:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/50:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/55:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/60:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/65:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/70:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/75:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/80:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/85:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/90:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-500\/95:focus {
  --tw-gradient-to: rgb(174 235 96 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-600:focus {
  --tw-gradient-to: #82c930 var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/0:focus {
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/10:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/100:focus {
  --tw-gradient-to: rgb(130 201 48 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/15:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/20:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/25:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/30:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/35:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/40:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/45:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/5:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/50:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/55:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/60:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/65:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/70:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/75:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/80:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/85:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/90:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-600\/95:focus {
  --tw-gradient-to: rgb(130 201 48 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-700:focus {
  --tw-gradient-to: #61a11f var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/0:focus {
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/10:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/100:focus {
  --tw-gradient-to: rgb(97 161 31 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/15:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/20:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/25:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/30:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/35:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/40:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/45:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/5:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/50:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/55:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/60:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/65:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/70:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/75:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/80:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/85:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/90:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-700\/95:focus {
  --tw-gradient-to: rgb(97 161 31 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-800:focus {
  --tw-gradient-to: #4e7e20 var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/0:focus {
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/10:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/100:focus {
  --tw-gradient-to: rgb(78 126 32 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/15:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/20:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/25:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/30:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/35:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/40:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/45:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/5:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/50:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/55:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/60:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/65:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/70:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/75:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/80:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/85:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/90:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-800\/95:focus {
  --tw-gradient-to: rgb(78 126 32 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-900:focus {
  --tw-gradient-to: #426a21 var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/0:focus {
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/10:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/100:focus {
  --tw-gradient-to: rgb(66 106 33 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/15:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/20:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/25:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/30:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/35:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/40:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/45:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/5:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/50:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/55:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/60:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/65:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/70:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/75:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/80:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/85:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/90:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-900\/95:focus {
  --tw-gradient-to: rgb(66 106 33 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-accent-950:focus {
  --tw-gradient-to: #203a0b var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/0:focus {
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/10:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/100:focus {
  --tw-gradient-to: rgb(32 58 11 / 1) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/15:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/20:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/25:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/30:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/35:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/40:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/45:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/5:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/50:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/55:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/60:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/65:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/70:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/75:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/80:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/85:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/90:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-accent-950\/95:focus {
  --tw-gradient-to: rgb(32 58 11 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-100:focus {
  --tw-gradient-to: #e9e3ff var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/0:focus {
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/10:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/100:focus {
  --tw-gradient-to: rgb(233 227 255 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/15:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/20:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/25:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/30:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/35:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/40:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/45:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/5:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/50:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/55:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/60:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/65:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/70:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/75:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/80:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/85:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/90:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-100\/95:focus {
  --tw-gradient-to: rgb(233 227 255 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-200:focus {
  --tw-gradient-to: #d3c7ff var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/0:focus {
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/10:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/100:focus {
  --tw-gradient-to: rgb(211 199 255 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/15:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/20:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/25:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/30:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/35:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/40:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/45:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/5:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/50:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/55:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/60:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/65:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/70:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/75:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/80:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/85:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/90:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-200\/95:focus {
  --tw-gradient-to: rgb(211 199 255 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-300:focus {
  --tw-gradient-to: #b79aff var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/0:focus {
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/10:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/100:focus {
  --tw-gradient-to: rgb(183 154 255 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/15:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/20:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/25:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/30:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/35:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/40:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/45:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/5:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/50:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/55:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/60:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/65:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/70:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/75:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/80:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/85:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/90:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-300\/95:focus {
  --tw-gradient-to: rgb(183 154 255 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-400:focus {
  --tw-gradient-to: #9562ff var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/0:focus {
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/10:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/100:focus {
  --tw-gradient-to: rgb(149 98 255 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/15:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/20:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/25:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/30:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/35:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/40:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/45:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/5:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/50:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/55:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/60:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/65:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/70:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/75:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/80:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/85:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/90:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-400\/95:focus {
  --tw-gradient-to: rgb(149 98 255 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-50:focus {
  --tw-gradient-to: #f4f1ff var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/0:focus {
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/10:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/100:focus {
  --tw-gradient-to: rgb(244 241 255 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/15:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/20:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/25:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/30:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/35:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/40:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/45:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/5:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/50:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/55:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/60:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/65:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/70:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/75:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/80:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/85:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/90:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-50\/95:focus {
  --tw-gradient-to: rgb(244 241 255 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-500:focus {
  --tw-gradient-to: #4e1cd1 var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/0:focus {
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/10:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/100:focus {
  --tw-gradient-to: rgb(78 28 209 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/15:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/20:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/25:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/30:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/35:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/40:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/45:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/5:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/50:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/55:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/60:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/65:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/70:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/75:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/80:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/85:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/90:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-500\/95:focus {
  --tw-gradient-to: rgb(78 28 209 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-600:focus {
  --tw-gradient-to: #4115b5 var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/0:focus {
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/10:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/100:focus {
  --tw-gradient-to: rgb(65 21 181 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/15:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/20:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/25:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/30:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/35:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/40:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/45:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/5:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/50:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/55:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/60:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/65:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/70:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/75:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/80:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/85:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/90:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-600\/95:focus {
  --tw-gradient-to: rgb(65 21 181 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-700:focus {
  --tw-gradient-to: #361096 var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/0:focus {
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/10:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/100:focus {
  --tw-gradient-to: rgb(54 16 150 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/15:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/20:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/25:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/30:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/35:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/40:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/45:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/5:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/50:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/55:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/60:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/65:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/70:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/75:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/80:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/85:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/90:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-700\/95:focus {
  --tw-gradient-to: rgb(54 16 150 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-800:focus {
  --tw-gradient-to: #2e1078 var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/0:focus {
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/10:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/100:focus {
  --tw-gradient-to: rgb(46 16 120 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/15:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/20:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/25:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/30:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/35:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/40:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/45:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/5:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/50:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/55:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/60:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/65:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/70:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/75:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/80:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/85:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/90:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-800\/95:focus {
  --tw-gradient-to: rgb(46 16 120 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-900:focus {
  --tw-gradient-to: #270f62 var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/0:focus {
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/10:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/100:focus {
  --tw-gradient-to: rgb(39 15 98 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/15:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/20:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/25:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/30:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/35:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/40:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/45:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/5:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/50:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/55:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/60:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/65:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/70:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/75:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/80:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/85:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/90:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-900\/95:focus {
  --tw-gradient-to: rgb(39 15 98 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-brand-950:focus {
  --tw-gradient-to: #16053a var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/0:focus {
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/10:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/100:focus {
  --tw-gradient-to: rgb(22 5 58 / 1) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/15:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/20:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/25:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/30:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/35:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/40:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/45:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/5:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/50:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/55:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/60:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/65:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/70:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/75:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/80:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/85:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/90:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-brand-950\/95:focus {
  --tw-gradient-to: rgb(22 5 58 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100:focus {
  --tw-gradient-to: #f6f5f4 var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/0:focus {
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/10:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/100:focus {
  --tw-gradient-to: rgb(246 245 244 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/15:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/20:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/25:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/30:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/35:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/40:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/45:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/5:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/50:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/55:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/60:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/65:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/70:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/75:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/80:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/85:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/90:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-100\/95:focus {
  --tw-gradient-to: rgb(246 245 244 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200:focus {
  --tw-gradient-to: #e9e6e3 var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/0:focus {
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/10:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/100:focus {
  --tw-gradient-to: rgb(233 230 227 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/15:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/20:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/25:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/30:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/35:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/40:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/45:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/5:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/50:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/55:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/60:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/65:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/70:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/75:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/80:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/85:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/90:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-200\/95:focus {
  --tw-gradient-to: rgb(233 230 227 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300:focus {
  --tw-gradient-to: #d7d2cd var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/0:focus {
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/10:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/100:focus {
  --tw-gradient-to: rgb(215 210 205 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/15:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/20:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/25:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/30:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/35:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/40:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/45:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/5:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/50:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/55:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/60:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/65:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/70:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/75:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/80:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/85:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/90:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-300\/95:focus {
  --tw-gradient-to: rgb(215 210 205 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400:focus {
  --tw-gradient-to: #afa8a1 var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/0:focus {
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/10:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/100:focus {
  --tw-gradient-to: rgb(175 168 161 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/15:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/20:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/25:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/30:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/35:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/40:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/45:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/5:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/50:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/55:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/60:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/65:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/70:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/75:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/80:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/85:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/90:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-400\/95:focus {
  --tw-gradient-to: rgb(175 168 161 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50:focus {
  --tw-gradient-to: #fbfaf9 var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/0:focus {
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/10:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/100:focus {
  --tw-gradient-to: rgb(251 250 249 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/15:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/20:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/25:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/30:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/35:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/40:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/45:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/5:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/50:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/55:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/60:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/65:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/70:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/75:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/80:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/85:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/90:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-50\/95:focus {
  --tw-gradient-to: rgb(251 250 249 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500:focus {
  --tw-gradient-to: #817971 var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/0:focus {
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/10:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/100:focus {
  --tw-gradient-to: rgb(129 121 113 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/15:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/20:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/25:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/30:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/35:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/40:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/45:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/5:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/50:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/55:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/60:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/65:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/70:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/75:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/80:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/85:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/90:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-500\/95:focus {
  --tw-gradient-to: rgb(129 121 113 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600:focus {
  --tw-gradient-to: #605952 var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/0:focus {
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/10:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/100:focus {
  --tw-gradient-to: rgb(96 89 82 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/15:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/20:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/25:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/30:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/35:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/40:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/45:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/5:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/50:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/55:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/60:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/65:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/70:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/75:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/80:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/85:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/90:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-600\/95:focus {
  --tw-gradient-to: rgb(96 89 82 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700:focus {
  --tw-gradient-to: #49443f var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/0:focus {
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/10:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/100:focus {
  --tw-gradient-to: rgb(73 68 63 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/15:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/20:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/25:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/30:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/35:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/40:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/45:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/5:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/50:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/55:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/60:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/65:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/70:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/75:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/80:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/85:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/90:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-700\/95:focus {
  --tw-gradient-to: rgb(73 68 63 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800:focus {
  --tw-gradient-to: #302d2a var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/0:focus {
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/10:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/100:focus {
  --tw-gradient-to: rgb(48 45 42 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/15:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/20:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/25:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/30:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/35:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/40:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/45:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/5:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/50:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/55:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/60:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/65:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/70:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/75:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/80:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/85:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/90:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-800\/95:focus {
  --tw-gradient-to: rgb(48 45 42 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900:focus {
  --tw-gradient-to: #211f1d var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/0:focus {
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/10:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/100:focus {
  --tw-gradient-to: rgb(33 31 29 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/15:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/20:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/25:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/30:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/35:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/40:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/45:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/5:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/50:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/55:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/60:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/65:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/70:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/75:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/80:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/85:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/90:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-900\/95:focus {
  --tw-gradient-to: rgb(33 31 29 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950:focus {
  --tw-gradient-to: #121110 var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/0:focus {
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/10:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/100:focus {
  --tw-gradient-to: rgb(18 17 16 / 1) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/15:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/20:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/25:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/30:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/35:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/40:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/45:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/5:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/50:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/55:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/60:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/65:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/70:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/75:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/80:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/85:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/90:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-neutral-950\/95:focus {
  --tw-gradient-to: rgb(18 17 16 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-100:focus {
  --tw-gradient-to: #feeade var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/0:focus {
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/10:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/100:focus {
  --tw-gradient-to: rgb(254 234 222 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/15:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/20:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/25:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/30:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/35:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/40:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/45:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/5:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/50:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/55:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/60:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/65:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/70:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/75:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/80:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/85:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/90:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-100\/95:focus {
  --tw-gradient-to: rgb(254 234 222 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-200:focus {
  --tw-gradient-to: #fcd3bd var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/0:focus {
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/10:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/100:focus {
  --tw-gradient-to: rgb(252 211 189 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/15:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/20:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/25:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/30:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/35:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/40:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/45:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/5:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/50:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/55:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/60:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/65:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/70:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/75:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/80:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/85:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/90:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-200\/95:focus {
  --tw-gradient-to: rgb(252 211 189 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-300:focus {
  --tw-gradient-to: #fab38f var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/0:focus {
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/10:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/100:focus {
  --tw-gradient-to: rgb(250 179 143 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/15:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/20:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/25:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/30:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/35:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/40:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/45:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/5:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/50:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/55:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/60:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/65:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/70:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/75:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/80:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/85:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/90:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-300\/95:focus {
  --tw-gradient-to: rgb(250 179 143 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-400:focus {
  --tw-gradient-to: #f99766 var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/0:focus {
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/10:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/100:focus {
  --tw-gradient-to: rgb(249 151 102 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/15:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/20:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/25:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/30:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/35:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/40:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/45:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/5:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/50:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/55:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/60:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/65:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/70:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/75:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/80:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/85:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/90:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-400\/95:focus {
  --tw-gradient-to: rgb(249 151 102 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-50:focus {
  --tw-gradient-to: #fff7f2 var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/0:focus {
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/10:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/100:focus {
  --tw-gradient-to: rgb(255 247 242 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/15:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/20:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/25:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/30:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/35:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/40:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/45:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/5:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/50:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/55:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/60:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/65:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/70:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/75:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/80:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/85:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/90:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-50\/95:focus {
  --tw-gradient-to: rgb(255 247 242 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-500:focus {
  --tw-gradient-to: #f78d4d var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/0:focus {
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/10:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/100:focus {
  --tw-gradient-to: rgb(247 141 77 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/15:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/20:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/25:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/30:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/35:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/40:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/45:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/5:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/50:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/55:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/60:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/65:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/70:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/75:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/80:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/85:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/90:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-500\/95:focus {
  --tw-gradient-to: rgb(247 141 77 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-600:focus {
  --tw-gradient-to: #e96325 var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/0:focus {
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/10:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/100:focus {
  --tw-gradient-to: rgb(233 99 37 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/15:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/20:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/25:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/30:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/35:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/40:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/45:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/5:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/50:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/55:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/60:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/65:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/70:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/75:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/80:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/85:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/90:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-600\/95:focus {
  --tw-gradient-to: rgb(233 99 37 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-700:focus {
  --tw-gradient-to: #c94a16 var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/0:focus {
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/10:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/100:focus {
  --tw-gradient-to: rgb(201 74 22 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/15:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/20:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/25:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/30:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/35:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/40:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/45:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/5:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/50:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/55:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/60:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/65:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/70:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/75:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/80:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/85:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/90:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-700\/95:focus {
  --tw-gradient-to: rgb(201 74 22 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-800:focus {
  --tw-gradient-to: #a13b18 var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/0:focus {
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/10:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/100:focus {
  --tw-gradient-to: rgb(161 59 24 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/15:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/20:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/25:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/30:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/35:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/40:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/45:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/5:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/50:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/55:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/60:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/65:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/70:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/75:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/80:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/85:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/90:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-800\/95:focus {
  --tw-gradient-to: rgb(161 59 24 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-900:focus {
  --tw-gradient-to: #823318 var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/0:focus {
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/10:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/100:focus {
  --tw-gradient-to: rgb(130 51 24 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/15:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/20:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/25:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/30:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/35:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/40:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/45:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/5:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/50:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/55:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/60:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/65:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/70:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/75:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/80:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/85:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/90:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-900\/95:focus {
  --tw-gradient-to: rgb(130 51 24 / 0.95) var(--tw-gradient-to-position);
}

.focus\:to-primary-950:focus {
  --tw-gradient-to: #461708 var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/0:focus {
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/10:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.1) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/100:focus {
  --tw-gradient-to: rgb(70 23 8 / 1) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/15:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.15) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/20:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.2) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/25:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.25) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/30:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.3) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/35:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.35) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/40:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.4) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/45:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.45) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/5:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.05) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/50:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.5) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/55:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.55) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/60:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.6) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/65:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.65) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/70:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.7) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/75:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.75) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/80:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.8) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/85:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.85) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/90:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.9) var(--tw-gradient-to-position);
}

.focus\:to-primary-950\/95:focus {
  --tw-gradient-to: rgb(70 23 8 / 0.95) var(--tw-gradient-to-position);
}

.focus\:bg-fixed:focus {
  background-attachment: fixed;
}

.focus\:object-contain:focus {
  -o-object-fit: contain;
     object-fit: contain;
}

.focus\:object-cover:focus {
  -o-object-fit: cover;
     object-fit: cover;
}

.focus\:text-left:focus {
  text-align: left;
}

.focus\:text-center:focus {
  text-align: center;
}

.focus\:text-right:focus {
  text-align: right;
}

.focus\:uppercase:focus {
  text-transform: uppercase;
}

.focus\:lowercase:focus {
  text-transform: lowercase;
}

.focus\:capitalize:focus {
  text-transform: capitalize;
}

.focus\:text-accent-100:focus {
  --tw-text-opacity: 1;
  color: rgb(235 251 203 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-100\/0:focus {
  color: rgb(235 251 203 / 0);
}

.focus\:text-accent-100\/10:focus {
  color: rgb(235 251 203 / 0.1);
}

.focus\:text-accent-100\/100:focus {
  color: rgb(235 251 203 / 1);
}

.focus\:text-accent-100\/15:focus {
  color: rgb(235 251 203 / 0.15);
}

.focus\:text-accent-100\/20:focus {
  color: rgb(235 251 203 / 0.2);
}

.focus\:text-accent-100\/25:focus {
  color: rgb(235 251 203 / 0.25);
}

.focus\:text-accent-100\/30:focus {
  color: rgb(235 251 203 / 0.3);
}

.focus\:text-accent-100\/35:focus {
  color: rgb(235 251 203 / 0.35);
}

.focus\:text-accent-100\/40:focus {
  color: rgb(235 251 203 / 0.4);
}

.focus\:text-accent-100\/45:focus {
  color: rgb(235 251 203 / 0.45);
}

.focus\:text-accent-100\/5:focus {
  color: rgb(235 251 203 / 0.05);
}

.focus\:text-accent-100\/50:focus {
  color: rgb(235 251 203 / 0.5);
}

.focus\:text-accent-100\/55:focus {
  color: rgb(235 251 203 / 0.55);
}

.focus\:text-accent-100\/60:focus {
  color: rgb(235 251 203 / 0.6);
}

.focus\:text-accent-100\/65:focus {
  color: rgb(235 251 203 / 0.65);
}

.focus\:text-accent-100\/70:focus {
  color: rgb(235 251 203 / 0.7);
}

.focus\:text-accent-100\/75:focus {
  color: rgb(235 251 203 / 0.75);
}

.focus\:text-accent-100\/80:focus {
  color: rgb(235 251 203 / 0.8);
}

.focus\:text-accent-100\/85:focus {
  color: rgb(235 251 203 / 0.85);
}

.focus\:text-accent-100\/90:focus {
  color: rgb(235 251 203 / 0.9);
}

.focus\:text-accent-100\/95:focus {
  color: rgb(235 251 203 / 0.95);
}

.focus\:text-accent-200:focus {
  --tw-text-opacity: 1;
  color: rgb(216 246 154 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-200\/0:focus {
  color: rgb(216 246 154 / 0);
}

.focus\:text-accent-200\/10:focus {
  color: rgb(216 246 154 / 0.1);
}

.focus\:text-accent-200\/100:focus {
  color: rgb(216 246 154 / 1);
}

.focus\:text-accent-200\/15:focus {
  color: rgb(216 246 154 / 0.15);
}

.focus\:text-accent-200\/20:focus {
  color: rgb(216 246 154 / 0.2);
}

.focus\:text-accent-200\/25:focus {
  color: rgb(216 246 154 / 0.25);
}

.focus\:text-accent-200\/30:focus {
  color: rgb(216 246 154 / 0.3);
}

.focus\:text-accent-200\/35:focus {
  color: rgb(216 246 154 / 0.35);
}

.focus\:text-accent-200\/40:focus {
  color: rgb(216 246 154 / 0.4);
}

.focus\:text-accent-200\/45:focus {
  color: rgb(216 246 154 / 0.45);
}

.focus\:text-accent-200\/5:focus {
  color: rgb(216 246 154 / 0.05);
}

.focus\:text-accent-200\/50:focus {
  color: rgb(216 246 154 / 0.5);
}

.focus\:text-accent-200\/55:focus {
  color: rgb(216 246 154 / 0.55);
}

.focus\:text-accent-200\/60:focus {
  color: rgb(216 246 154 / 0.6);
}

.focus\:text-accent-200\/65:focus {
  color: rgb(216 246 154 / 0.65);
}

.focus\:text-accent-200\/70:focus {
  color: rgb(216 246 154 / 0.7);
}

.focus\:text-accent-200\/75:focus {
  color: rgb(216 246 154 / 0.75);
}

.focus\:text-accent-200\/80:focus {
  color: rgb(216 246 154 / 0.8);
}

.focus\:text-accent-200\/85:focus {
  color: rgb(216 246 154 / 0.85);
}

.focus\:text-accent-200\/90:focus {
  color: rgb(216 246 154 / 0.9);
}

.focus\:text-accent-200\/95:focus {
  color: rgb(216 246 154 / 0.95);
}

.focus\:text-accent-300:focus {
  --tw-text-opacity: 1;
  color: rgb(196 240 120 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-300\/0:focus {
  color: rgb(196 240 120 / 0);
}

.focus\:text-accent-300\/10:focus {
  color: rgb(196 240 120 / 0.1);
}

.focus\:text-accent-300\/100:focus {
  color: rgb(196 240 120 / 1);
}

.focus\:text-accent-300\/15:focus {
  color: rgb(196 240 120 / 0.15);
}

.focus\:text-accent-300\/20:focus {
  color: rgb(196 240 120 / 0.2);
}

.focus\:text-accent-300\/25:focus {
  color: rgb(196 240 120 / 0.25);
}

.focus\:text-accent-300\/30:focus {
  color: rgb(196 240 120 / 0.3);
}

.focus\:text-accent-300\/35:focus {
  color: rgb(196 240 120 / 0.35);
}

.focus\:text-accent-300\/40:focus {
  color: rgb(196 240 120 / 0.4);
}

.focus\:text-accent-300\/45:focus {
  color: rgb(196 240 120 / 0.45);
}

.focus\:text-accent-300\/5:focus {
  color: rgb(196 240 120 / 0.05);
}

.focus\:text-accent-300\/50:focus {
  color: rgb(196 240 120 / 0.5);
}

.focus\:text-accent-300\/55:focus {
  color: rgb(196 240 120 / 0.55);
}

.focus\:text-accent-300\/60:focus {
  color: rgb(196 240 120 / 0.6);
}

.focus\:text-accent-300\/65:focus {
  color: rgb(196 240 120 / 0.65);
}

.focus\:text-accent-300\/70:focus {
  color: rgb(196 240 120 / 0.7);
}

.focus\:text-accent-300\/75:focus {
  color: rgb(196 240 120 / 0.75);
}

.focus\:text-accent-300\/80:focus {
  color: rgb(196 240 120 / 0.8);
}

.focus\:text-accent-300\/85:focus {
  color: rgb(196 240 120 / 0.85);
}

.focus\:text-accent-300\/90:focus {
  color: rgb(196 240 120 / 0.9);
}

.focus\:text-accent-300\/95:focus {
  color: rgb(196 240 120 / 0.95);
}

.focus\:text-accent-400:focus {
  --tw-text-opacity: 1;
  color: rgb(183 237 104 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-400\/0:focus {
  color: rgb(183 237 104 / 0);
}

.focus\:text-accent-400\/10:focus {
  color: rgb(183 237 104 / 0.1);
}

.focus\:text-accent-400\/100:focus {
  color: rgb(183 237 104 / 1);
}

.focus\:text-accent-400\/15:focus {
  color: rgb(183 237 104 / 0.15);
}

.focus\:text-accent-400\/20:focus {
  color: rgb(183 237 104 / 0.2);
}

.focus\:text-accent-400\/25:focus {
  color: rgb(183 237 104 / 0.25);
}

.focus\:text-accent-400\/30:focus {
  color: rgb(183 237 104 / 0.3);
}

.focus\:text-accent-400\/35:focus {
  color: rgb(183 237 104 / 0.35);
}

.focus\:text-accent-400\/40:focus {
  color: rgb(183 237 104 / 0.4);
}

.focus\:text-accent-400\/45:focus {
  color: rgb(183 237 104 / 0.45);
}

.focus\:text-accent-400\/5:focus {
  color: rgb(183 237 104 / 0.05);
}

.focus\:text-accent-400\/50:focus {
  color: rgb(183 237 104 / 0.5);
}

.focus\:text-accent-400\/55:focus {
  color: rgb(183 237 104 / 0.55);
}

.focus\:text-accent-400\/60:focus {
  color: rgb(183 237 104 / 0.6);
}

.focus\:text-accent-400\/65:focus {
  color: rgb(183 237 104 / 0.65);
}

.focus\:text-accent-400\/70:focus {
  color: rgb(183 237 104 / 0.7);
}

.focus\:text-accent-400\/75:focus {
  color: rgb(183 237 104 / 0.75);
}

.focus\:text-accent-400\/80:focus {
  color: rgb(183 237 104 / 0.8);
}

.focus\:text-accent-400\/85:focus {
  color: rgb(183 237 104 / 0.85);
}

.focus\:text-accent-400\/90:focus {
  color: rgb(183 237 104 / 0.9);
}

.focus\:text-accent-400\/95:focus {
  color: rgb(183 237 104 / 0.95);
}

.focus\:text-accent-50:focus {
  --tw-text-opacity: 1;
  color: rgb(247 253 235 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-50\/0:focus {
  color: rgb(247 253 235 / 0);
}

.focus\:text-accent-50\/10:focus {
  color: rgb(247 253 235 / 0.1);
}

.focus\:text-accent-50\/100:focus {
  color: rgb(247 253 235 / 1);
}

.focus\:text-accent-50\/15:focus {
  color: rgb(247 253 235 / 0.15);
}

.focus\:text-accent-50\/20:focus {
  color: rgb(247 253 235 / 0.2);
}

.focus\:text-accent-50\/25:focus {
  color: rgb(247 253 235 / 0.25);
}

.focus\:text-accent-50\/30:focus {
  color: rgb(247 253 235 / 0.3);
}

.focus\:text-accent-50\/35:focus {
  color: rgb(247 253 235 / 0.35);
}

.focus\:text-accent-50\/40:focus {
  color: rgb(247 253 235 / 0.4);
}

.focus\:text-accent-50\/45:focus {
  color: rgb(247 253 235 / 0.45);
}

.focus\:text-accent-50\/5:focus {
  color: rgb(247 253 235 / 0.05);
}

.focus\:text-accent-50\/50:focus {
  color: rgb(247 253 235 / 0.5);
}

.focus\:text-accent-50\/55:focus {
  color: rgb(247 253 235 / 0.55);
}

.focus\:text-accent-50\/60:focus {
  color: rgb(247 253 235 / 0.6);
}

.focus\:text-accent-50\/65:focus {
  color: rgb(247 253 235 / 0.65);
}

.focus\:text-accent-50\/70:focus {
  color: rgb(247 253 235 / 0.7);
}

.focus\:text-accent-50\/75:focus {
  color: rgb(247 253 235 / 0.75);
}

.focus\:text-accent-50\/80:focus {
  color: rgb(247 253 235 / 0.8);
}

.focus\:text-accent-50\/85:focus {
  color: rgb(247 253 235 / 0.85);
}

.focus\:text-accent-50\/90:focus {
  color: rgb(247 253 235 / 0.9);
}

.focus\:text-accent-50\/95:focus {
  color: rgb(247 253 235 / 0.95);
}

.focus\:text-accent-500:focus {
  --tw-text-opacity: 1;
  color: rgb(174 235 96 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-500\/0:focus {
  color: rgb(174 235 96 / 0);
}

.focus\:text-accent-500\/10:focus {
  color: rgb(174 235 96 / 0.1);
}

.focus\:text-accent-500\/100:focus {
  color: rgb(174 235 96 / 1);
}

.focus\:text-accent-500\/15:focus {
  color: rgb(174 235 96 / 0.15);
}

.focus\:text-accent-500\/20:focus {
  color: rgb(174 235 96 / 0.2);
}

.focus\:text-accent-500\/25:focus {
  color: rgb(174 235 96 / 0.25);
}

.focus\:text-accent-500\/30:focus {
  color: rgb(174 235 96 / 0.3);
}

.focus\:text-accent-500\/35:focus {
  color: rgb(174 235 96 / 0.35);
}

.focus\:text-accent-500\/40:focus {
  color: rgb(174 235 96 / 0.4);
}

.focus\:text-accent-500\/45:focus {
  color: rgb(174 235 96 / 0.45);
}

.focus\:text-accent-500\/5:focus {
  color: rgb(174 235 96 / 0.05);
}

.focus\:text-accent-500\/50:focus {
  color: rgb(174 235 96 / 0.5);
}

.focus\:text-accent-500\/55:focus {
  color: rgb(174 235 96 / 0.55);
}

.focus\:text-accent-500\/60:focus {
  color: rgb(174 235 96 / 0.6);
}

.focus\:text-accent-500\/65:focus {
  color: rgb(174 235 96 / 0.65);
}

.focus\:text-accent-500\/70:focus {
  color: rgb(174 235 96 / 0.7);
}

.focus\:text-accent-500\/75:focus {
  color: rgb(174 235 96 / 0.75);
}

.focus\:text-accent-500\/80:focus {
  color: rgb(174 235 96 / 0.8);
}

.focus\:text-accent-500\/85:focus {
  color: rgb(174 235 96 / 0.85);
}

.focus\:text-accent-500\/90:focus {
  color: rgb(174 235 96 / 0.9);
}

.focus\:text-accent-500\/95:focus {
  color: rgb(174 235 96 / 0.95);
}

.focus\:text-accent-600:focus {
  --tw-text-opacity: 1;
  color: rgb(130 201 48 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-600\/0:focus {
  color: rgb(130 201 48 / 0);
}

.focus\:text-accent-600\/10:focus {
  color: rgb(130 201 48 / 0.1);
}

.focus\:text-accent-600\/100:focus {
  color: rgb(130 201 48 / 1);
}

.focus\:text-accent-600\/15:focus {
  color: rgb(130 201 48 / 0.15);
}

.focus\:text-accent-600\/20:focus {
  color: rgb(130 201 48 / 0.2);
}

.focus\:text-accent-600\/25:focus {
  color: rgb(130 201 48 / 0.25);
}

.focus\:text-accent-600\/30:focus {
  color: rgb(130 201 48 / 0.3);
}

.focus\:text-accent-600\/35:focus {
  color: rgb(130 201 48 / 0.35);
}

.focus\:text-accent-600\/40:focus {
  color: rgb(130 201 48 / 0.4);
}

.focus\:text-accent-600\/45:focus {
  color: rgb(130 201 48 / 0.45);
}

.focus\:text-accent-600\/5:focus {
  color: rgb(130 201 48 / 0.05);
}

.focus\:text-accent-600\/50:focus {
  color: rgb(130 201 48 / 0.5);
}

.focus\:text-accent-600\/55:focus {
  color: rgb(130 201 48 / 0.55);
}

.focus\:text-accent-600\/60:focus {
  color: rgb(130 201 48 / 0.6);
}

.focus\:text-accent-600\/65:focus {
  color: rgb(130 201 48 / 0.65);
}

.focus\:text-accent-600\/70:focus {
  color: rgb(130 201 48 / 0.7);
}

.focus\:text-accent-600\/75:focus {
  color: rgb(130 201 48 / 0.75);
}

.focus\:text-accent-600\/80:focus {
  color: rgb(130 201 48 / 0.8);
}

.focus\:text-accent-600\/85:focus {
  color: rgb(130 201 48 / 0.85);
}

.focus\:text-accent-600\/90:focus {
  color: rgb(130 201 48 / 0.9);
}

.focus\:text-accent-600\/95:focus {
  color: rgb(130 201 48 / 0.95);
}

.focus\:text-accent-700:focus {
  --tw-text-opacity: 1;
  color: rgb(97 161 31 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-700\/0:focus {
  color: rgb(97 161 31 / 0);
}

.focus\:text-accent-700\/10:focus {
  color: rgb(97 161 31 / 0.1);
}

.focus\:text-accent-700\/100:focus {
  color: rgb(97 161 31 / 1);
}

.focus\:text-accent-700\/15:focus {
  color: rgb(97 161 31 / 0.15);
}

.focus\:text-accent-700\/20:focus {
  color: rgb(97 161 31 / 0.2);
}

.focus\:text-accent-700\/25:focus {
  color: rgb(97 161 31 / 0.25);
}

.focus\:text-accent-700\/30:focus {
  color: rgb(97 161 31 / 0.3);
}

.focus\:text-accent-700\/35:focus {
  color: rgb(97 161 31 / 0.35);
}

.focus\:text-accent-700\/40:focus {
  color: rgb(97 161 31 / 0.4);
}

.focus\:text-accent-700\/45:focus {
  color: rgb(97 161 31 / 0.45);
}

.focus\:text-accent-700\/5:focus {
  color: rgb(97 161 31 / 0.05);
}

.focus\:text-accent-700\/50:focus {
  color: rgb(97 161 31 / 0.5);
}

.focus\:text-accent-700\/55:focus {
  color: rgb(97 161 31 / 0.55);
}

.focus\:text-accent-700\/60:focus {
  color: rgb(97 161 31 / 0.6);
}

.focus\:text-accent-700\/65:focus {
  color: rgb(97 161 31 / 0.65);
}

.focus\:text-accent-700\/70:focus {
  color: rgb(97 161 31 / 0.7);
}

.focus\:text-accent-700\/75:focus {
  color: rgb(97 161 31 / 0.75);
}

.focus\:text-accent-700\/80:focus {
  color: rgb(97 161 31 / 0.8);
}

.focus\:text-accent-700\/85:focus {
  color: rgb(97 161 31 / 0.85);
}

.focus\:text-accent-700\/90:focus {
  color: rgb(97 161 31 / 0.9);
}

.focus\:text-accent-700\/95:focus {
  color: rgb(97 161 31 / 0.95);
}

.focus\:text-accent-800:focus {
  --tw-text-opacity: 1;
  color: rgb(78 126 32 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-800\/0:focus {
  color: rgb(78 126 32 / 0);
}

.focus\:text-accent-800\/10:focus {
  color: rgb(78 126 32 / 0.1);
}

.focus\:text-accent-800\/100:focus {
  color: rgb(78 126 32 / 1);
}

.focus\:text-accent-800\/15:focus {
  color: rgb(78 126 32 / 0.15);
}

.focus\:text-accent-800\/20:focus {
  color: rgb(78 126 32 / 0.2);
}

.focus\:text-accent-800\/25:focus {
  color: rgb(78 126 32 / 0.25);
}

.focus\:text-accent-800\/30:focus {
  color: rgb(78 126 32 / 0.3);
}

.focus\:text-accent-800\/35:focus {
  color: rgb(78 126 32 / 0.35);
}

.focus\:text-accent-800\/40:focus {
  color: rgb(78 126 32 / 0.4);
}

.focus\:text-accent-800\/45:focus {
  color: rgb(78 126 32 / 0.45);
}

.focus\:text-accent-800\/5:focus {
  color: rgb(78 126 32 / 0.05);
}

.focus\:text-accent-800\/50:focus {
  color: rgb(78 126 32 / 0.5);
}

.focus\:text-accent-800\/55:focus {
  color: rgb(78 126 32 / 0.55);
}

.focus\:text-accent-800\/60:focus {
  color: rgb(78 126 32 / 0.6);
}

.focus\:text-accent-800\/65:focus {
  color: rgb(78 126 32 / 0.65);
}

.focus\:text-accent-800\/70:focus {
  color: rgb(78 126 32 / 0.7);
}

.focus\:text-accent-800\/75:focus {
  color: rgb(78 126 32 / 0.75);
}

.focus\:text-accent-800\/80:focus {
  color: rgb(78 126 32 / 0.8);
}

.focus\:text-accent-800\/85:focus {
  color: rgb(78 126 32 / 0.85);
}

.focus\:text-accent-800\/90:focus {
  color: rgb(78 126 32 / 0.9);
}

.focus\:text-accent-800\/95:focus {
  color: rgb(78 126 32 / 0.95);
}

.focus\:text-accent-900:focus {
  --tw-text-opacity: 1;
  color: rgb(66 106 33 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-900\/0:focus {
  color: rgb(66 106 33 / 0);
}

.focus\:text-accent-900\/10:focus {
  color: rgb(66 106 33 / 0.1);
}

.focus\:text-accent-900\/100:focus {
  color: rgb(66 106 33 / 1);
}

.focus\:text-accent-900\/15:focus {
  color: rgb(66 106 33 / 0.15);
}

.focus\:text-accent-900\/20:focus {
  color: rgb(66 106 33 / 0.2);
}

.focus\:text-accent-900\/25:focus {
  color: rgb(66 106 33 / 0.25);
}

.focus\:text-accent-900\/30:focus {
  color: rgb(66 106 33 / 0.3);
}

.focus\:text-accent-900\/35:focus {
  color: rgb(66 106 33 / 0.35);
}

.focus\:text-accent-900\/40:focus {
  color: rgb(66 106 33 / 0.4);
}

.focus\:text-accent-900\/45:focus {
  color: rgb(66 106 33 / 0.45);
}

.focus\:text-accent-900\/5:focus {
  color: rgb(66 106 33 / 0.05);
}

.focus\:text-accent-900\/50:focus {
  color: rgb(66 106 33 / 0.5);
}

.focus\:text-accent-900\/55:focus {
  color: rgb(66 106 33 / 0.55);
}

.focus\:text-accent-900\/60:focus {
  color: rgb(66 106 33 / 0.6);
}

.focus\:text-accent-900\/65:focus {
  color: rgb(66 106 33 / 0.65);
}

.focus\:text-accent-900\/70:focus {
  color: rgb(66 106 33 / 0.7);
}

.focus\:text-accent-900\/75:focus {
  color: rgb(66 106 33 / 0.75);
}

.focus\:text-accent-900\/80:focus {
  color: rgb(66 106 33 / 0.8);
}

.focus\:text-accent-900\/85:focus {
  color: rgb(66 106 33 / 0.85);
}

.focus\:text-accent-900\/90:focus {
  color: rgb(66 106 33 / 0.9);
}

.focus\:text-accent-900\/95:focus {
  color: rgb(66 106 33 / 0.95);
}

.focus\:text-accent-950:focus {
  --tw-text-opacity: 1;
  color: rgb(32 58 11 / var(--tw-text-opacity, 1));
}

.focus\:text-accent-950\/0:focus {
  color: rgb(32 58 11 / 0);
}

.focus\:text-accent-950\/10:focus {
  color: rgb(32 58 11 / 0.1);
}

.focus\:text-accent-950\/100:focus {
  color: rgb(32 58 11 / 1);
}

.focus\:text-accent-950\/15:focus {
  color: rgb(32 58 11 / 0.15);
}

.focus\:text-accent-950\/20:focus {
  color: rgb(32 58 11 / 0.2);
}

.focus\:text-accent-950\/25:focus {
  color: rgb(32 58 11 / 0.25);
}

.focus\:text-accent-950\/30:focus {
  color: rgb(32 58 11 / 0.3);
}

.focus\:text-accent-950\/35:focus {
  color: rgb(32 58 11 / 0.35);
}

.focus\:text-accent-950\/40:focus {
  color: rgb(32 58 11 / 0.4);
}

.focus\:text-accent-950\/45:focus {
  color: rgb(32 58 11 / 0.45);
}

.focus\:text-accent-950\/5:focus {
  color: rgb(32 58 11 / 0.05);
}

.focus\:text-accent-950\/50:focus {
  color: rgb(32 58 11 / 0.5);
}

.focus\:text-accent-950\/55:focus {
  color: rgb(32 58 11 / 0.55);
}

.focus\:text-accent-950\/60:focus {
  color: rgb(32 58 11 / 0.6);
}

.focus\:text-accent-950\/65:focus {
  color: rgb(32 58 11 / 0.65);
}

.focus\:text-accent-950\/70:focus {
  color: rgb(32 58 11 / 0.7);
}

.focus\:text-accent-950\/75:focus {
  color: rgb(32 58 11 / 0.75);
}

.focus\:text-accent-950\/80:focus {
  color: rgb(32 58 11 / 0.8);
}

.focus\:text-accent-950\/85:focus {
  color: rgb(32 58 11 / 0.85);
}

.focus\:text-accent-950\/90:focus {
  color: rgb(32 58 11 / 0.9);
}

.focus\:text-accent-950\/95:focus {
  color: rgb(32 58 11 / 0.95);
}

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.focus\:text-black\/0:focus {
  color: rgb(0 0 0 / 0);
}

.focus\:text-black\/10:focus {
  color: rgb(0 0 0 / 0.1);
}

.focus\:text-black\/100:focus {
  color: rgb(0 0 0 / 1);
}

.focus\:text-black\/15:focus {
  color: rgb(0 0 0 / 0.15);
}

.focus\:text-black\/20:focus {
  color: rgb(0 0 0 / 0.2);
}

.focus\:text-black\/25:focus {
  color: rgb(0 0 0 / 0.25);
}

.focus\:text-black\/30:focus {
  color: rgb(0 0 0 / 0.3);
}

.focus\:text-black\/35:focus {
  color: rgb(0 0 0 / 0.35);
}

.focus\:text-black\/40:focus {
  color: rgb(0 0 0 / 0.4);
}

.focus\:text-black\/45:focus {
  color: rgb(0 0 0 / 0.45);
}

.focus\:text-black\/5:focus {
  color: rgb(0 0 0 / 0.05);
}

.focus\:text-black\/50:focus {
  color: rgb(0 0 0 / 0.5);
}

.focus\:text-black\/55:focus {
  color: rgb(0 0 0 / 0.55);
}

.focus\:text-black\/60:focus {
  color: rgb(0 0 0 / 0.6);
}

.focus\:text-black\/65:focus {
  color: rgb(0 0 0 / 0.65);
}

.focus\:text-black\/70:focus {
  color: rgb(0 0 0 / 0.7);
}

.focus\:text-black\/75:focus {
  color: rgb(0 0 0 / 0.75);
}

.focus\:text-black\/80:focus {
  color: rgb(0 0 0 / 0.8);
}

.focus\:text-black\/85:focus {
  color: rgb(0 0 0 / 0.85);
}

.focus\:text-black\/90:focus {
  color: rgb(0 0 0 / 0.9);
}

.focus\:text-black\/95:focus {
  color: rgb(0 0 0 / 0.95);
}

.focus\:text-brand-100:focus {
  --tw-text-opacity: 1;
  color: rgb(233 227 255 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-100\/0:focus {
  color: rgb(233 227 255 / 0);
}

.focus\:text-brand-100\/10:focus {
  color: rgb(233 227 255 / 0.1);
}

.focus\:text-brand-100\/100:focus {
  color: rgb(233 227 255 / 1);
}

.focus\:text-brand-100\/15:focus {
  color: rgb(233 227 255 / 0.15);
}

.focus\:text-brand-100\/20:focus {
  color: rgb(233 227 255 / 0.2);
}

.focus\:text-brand-100\/25:focus {
  color: rgb(233 227 255 / 0.25);
}

.focus\:text-brand-100\/30:focus {
  color: rgb(233 227 255 / 0.3);
}

.focus\:text-brand-100\/35:focus {
  color: rgb(233 227 255 / 0.35);
}

.focus\:text-brand-100\/40:focus {
  color: rgb(233 227 255 / 0.4);
}

.focus\:text-brand-100\/45:focus {
  color: rgb(233 227 255 / 0.45);
}

.focus\:text-brand-100\/5:focus {
  color: rgb(233 227 255 / 0.05);
}

.focus\:text-brand-100\/50:focus {
  color: rgb(233 227 255 / 0.5);
}

.focus\:text-brand-100\/55:focus {
  color: rgb(233 227 255 / 0.55);
}

.focus\:text-brand-100\/60:focus {
  color: rgb(233 227 255 / 0.6);
}

.focus\:text-brand-100\/65:focus {
  color: rgb(233 227 255 / 0.65);
}

.focus\:text-brand-100\/70:focus {
  color: rgb(233 227 255 / 0.7);
}

.focus\:text-brand-100\/75:focus {
  color: rgb(233 227 255 / 0.75);
}

.focus\:text-brand-100\/80:focus {
  color: rgb(233 227 255 / 0.8);
}

.focus\:text-brand-100\/85:focus {
  color: rgb(233 227 255 / 0.85);
}

.focus\:text-brand-100\/90:focus {
  color: rgb(233 227 255 / 0.9);
}

.focus\:text-brand-100\/95:focus {
  color: rgb(233 227 255 / 0.95);
}

.focus\:text-brand-200:focus {
  --tw-text-opacity: 1;
  color: rgb(211 199 255 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-200\/0:focus {
  color: rgb(211 199 255 / 0);
}

.focus\:text-brand-200\/10:focus {
  color: rgb(211 199 255 / 0.1);
}

.focus\:text-brand-200\/100:focus {
  color: rgb(211 199 255 / 1);
}

.focus\:text-brand-200\/15:focus {
  color: rgb(211 199 255 / 0.15);
}

.focus\:text-brand-200\/20:focus {
  color: rgb(211 199 255 / 0.2);
}

.focus\:text-brand-200\/25:focus {
  color: rgb(211 199 255 / 0.25);
}

.focus\:text-brand-200\/30:focus {
  color: rgb(211 199 255 / 0.3);
}

.focus\:text-brand-200\/35:focus {
  color: rgb(211 199 255 / 0.35);
}

.focus\:text-brand-200\/40:focus {
  color: rgb(211 199 255 / 0.4);
}

.focus\:text-brand-200\/45:focus {
  color: rgb(211 199 255 / 0.45);
}

.focus\:text-brand-200\/5:focus {
  color: rgb(211 199 255 / 0.05);
}

.focus\:text-brand-200\/50:focus {
  color: rgb(211 199 255 / 0.5);
}

.focus\:text-brand-200\/55:focus {
  color: rgb(211 199 255 / 0.55);
}

.focus\:text-brand-200\/60:focus {
  color: rgb(211 199 255 / 0.6);
}

.focus\:text-brand-200\/65:focus {
  color: rgb(211 199 255 / 0.65);
}

.focus\:text-brand-200\/70:focus {
  color: rgb(211 199 255 / 0.7);
}

.focus\:text-brand-200\/75:focus {
  color: rgb(211 199 255 / 0.75);
}

.focus\:text-brand-200\/80:focus {
  color: rgb(211 199 255 / 0.8);
}

.focus\:text-brand-200\/85:focus {
  color: rgb(211 199 255 / 0.85);
}

.focus\:text-brand-200\/90:focus {
  color: rgb(211 199 255 / 0.9);
}

.focus\:text-brand-200\/95:focus {
  color: rgb(211 199 255 / 0.95);
}

.focus\:text-brand-300:focus {
  --tw-text-opacity: 1;
  color: rgb(183 154 255 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-300\/0:focus {
  color: rgb(183 154 255 / 0);
}

.focus\:text-brand-300\/10:focus {
  color: rgb(183 154 255 / 0.1);
}

.focus\:text-brand-300\/100:focus {
  color: rgb(183 154 255 / 1);
}

.focus\:text-brand-300\/15:focus {
  color: rgb(183 154 255 / 0.15);
}

.focus\:text-brand-300\/20:focus {
  color: rgb(183 154 255 / 0.2);
}

.focus\:text-brand-300\/25:focus {
  color: rgb(183 154 255 / 0.25);
}

.focus\:text-brand-300\/30:focus {
  color: rgb(183 154 255 / 0.3);
}

.focus\:text-brand-300\/35:focus {
  color: rgb(183 154 255 / 0.35);
}

.focus\:text-brand-300\/40:focus {
  color: rgb(183 154 255 / 0.4);
}

.focus\:text-brand-300\/45:focus {
  color: rgb(183 154 255 / 0.45);
}

.focus\:text-brand-300\/5:focus {
  color: rgb(183 154 255 / 0.05);
}

.focus\:text-brand-300\/50:focus {
  color: rgb(183 154 255 / 0.5);
}

.focus\:text-brand-300\/55:focus {
  color: rgb(183 154 255 / 0.55);
}

.focus\:text-brand-300\/60:focus {
  color: rgb(183 154 255 / 0.6);
}

.focus\:text-brand-300\/65:focus {
  color: rgb(183 154 255 / 0.65);
}

.focus\:text-brand-300\/70:focus {
  color: rgb(183 154 255 / 0.7);
}

.focus\:text-brand-300\/75:focus {
  color: rgb(183 154 255 / 0.75);
}

.focus\:text-brand-300\/80:focus {
  color: rgb(183 154 255 / 0.8);
}

.focus\:text-brand-300\/85:focus {
  color: rgb(183 154 255 / 0.85);
}

.focus\:text-brand-300\/90:focus {
  color: rgb(183 154 255 / 0.9);
}

.focus\:text-brand-300\/95:focus {
  color: rgb(183 154 255 / 0.95);
}

.focus\:text-brand-400:focus {
  --tw-text-opacity: 1;
  color: rgb(149 98 255 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-400\/0:focus {
  color: rgb(149 98 255 / 0);
}

.focus\:text-brand-400\/10:focus {
  color: rgb(149 98 255 / 0.1);
}

.focus\:text-brand-400\/100:focus {
  color: rgb(149 98 255 / 1);
}

.focus\:text-brand-400\/15:focus {
  color: rgb(149 98 255 / 0.15);
}

.focus\:text-brand-400\/20:focus {
  color: rgb(149 98 255 / 0.2);
}

.focus\:text-brand-400\/25:focus {
  color: rgb(149 98 255 / 0.25);
}

.focus\:text-brand-400\/30:focus {
  color: rgb(149 98 255 / 0.3);
}

.focus\:text-brand-400\/35:focus {
  color: rgb(149 98 255 / 0.35);
}

.focus\:text-brand-400\/40:focus {
  color: rgb(149 98 255 / 0.4);
}

.focus\:text-brand-400\/45:focus {
  color: rgb(149 98 255 / 0.45);
}

.focus\:text-brand-400\/5:focus {
  color: rgb(149 98 255 / 0.05);
}

.focus\:text-brand-400\/50:focus {
  color: rgb(149 98 255 / 0.5);
}

.focus\:text-brand-400\/55:focus {
  color: rgb(149 98 255 / 0.55);
}

.focus\:text-brand-400\/60:focus {
  color: rgb(149 98 255 / 0.6);
}

.focus\:text-brand-400\/65:focus {
  color: rgb(149 98 255 / 0.65);
}

.focus\:text-brand-400\/70:focus {
  color: rgb(149 98 255 / 0.7);
}

.focus\:text-brand-400\/75:focus {
  color: rgb(149 98 255 / 0.75);
}

.focus\:text-brand-400\/80:focus {
  color: rgb(149 98 255 / 0.8);
}

.focus\:text-brand-400\/85:focus {
  color: rgb(149 98 255 / 0.85);
}

.focus\:text-brand-400\/90:focus {
  color: rgb(149 98 255 / 0.9);
}

.focus\:text-brand-400\/95:focus {
  color: rgb(149 98 255 / 0.95);
}

.focus\:text-brand-50:focus {
  --tw-text-opacity: 1;
  color: rgb(244 241 255 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-50\/0:focus {
  color: rgb(244 241 255 / 0);
}

.focus\:text-brand-50\/10:focus {
  color: rgb(244 241 255 / 0.1);
}

.focus\:text-brand-50\/100:focus {
  color: rgb(244 241 255 / 1);
}

.focus\:text-brand-50\/15:focus {
  color: rgb(244 241 255 / 0.15);
}

.focus\:text-brand-50\/20:focus {
  color: rgb(244 241 255 / 0.2);
}

.focus\:text-brand-50\/25:focus {
  color: rgb(244 241 255 / 0.25);
}

.focus\:text-brand-50\/30:focus {
  color: rgb(244 241 255 / 0.3);
}

.focus\:text-brand-50\/35:focus {
  color: rgb(244 241 255 / 0.35);
}

.focus\:text-brand-50\/40:focus {
  color: rgb(244 241 255 / 0.4);
}

.focus\:text-brand-50\/45:focus {
  color: rgb(244 241 255 / 0.45);
}

.focus\:text-brand-50\/5:focus {
  color: rgb(244 241 255 / 0.05);
}

.focus\:text-brand-50\/50:focus {
  color: rgb(244 241 255 / 0.5);
}

.focus\:text-brand-50\/55:focus {
  color: rgb(244 241 255 / 0.55);
}

.focus\:text-brand-50\/60:focus {
  color: rgb(244 241 255 / 0.6);
}

.focus\:text-brand-50\/65:focus {
  color: rgb(244 241 255 / 0.65);
}

.focus\:text-brand-50\/70:focus {
  color: rgb(244 241 255 / 0.7);
}

.focus\:text-brand-50\/75:focus {
  color: rgb(244 241 255 / 0.75);
}

.focus\:text-brand-50\/80:focus {
  color: rgb(244 241 255 / 0.8);
}

.focus\:text-brand-50\/85:focus {
  color: rgb(244 241 255 / 0.85);
}

.focus\:text-brand-50\/90:focus {
  color: rgb(244 241 255 / 0.9);
}

.focus\:text-brand-50\/95:focus {
  color: rgb(244 241 255 / 0.95);
}

.focus\:text-brand-500:focus {
  --tw-text-opacity: 1;
  color: rgb(78 28 209 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-500\/0:focus {
  color: rgb(78 28 209 / 0);
}

.focus\:text-brand-500\/10:focus {
  color: rgb(78 28 209 / 0.1);
}

.focus\:text-brand-500\/100:focus {
  color: rgb(78 28 209 / 1);
}

.focus\:text-brand-500\/15:focus {
  color: rgb(78 28 209 / 0.15);
}

.focus\:text-brand-500\/20:focus {
  color: rgb(78 28 209 / 0.2);
}

.focus\:text-brand-500\/25:focus {
  color: rgb(78 28 209 / 0.25);
}

.focus\:text-brand-500\/30:focus {
  color: rgb(78 28 209 / 0.3);
}

.focus\:text-brand-500\/35:focus {
  color: rgb(78 28 209 / 0.35);
}

.focus\:text-brand-500\/40:focus {
  color: rgb(78 28 209 / 0.4);
}

.focus\:text-brand-500\/45:focus {
  color: rgb(78 28 209 / 0.45);
}

.focus\:text-brand-500\/5:focus {
  color: rgb(78 28 209 / 0.05);
}

.focus\:text-brand-500\/50:focus {
  color: rgb(78 28 209 / 0.5);
}

.focus\:text-brand-500\/55:focus {
  color: rgb(78 28 209 / 0.55);
}

.focus\:text-brand-500\/60:focus {
  color: rgb(78 28 209 / 0.6);
}

.focus\:text-brand-500\/65:focus {
  color: rgb(78 28 209 / 0.65);
}

.focus\:text-brand-500\/70:focus {
  color: rgb(78 28 209 / 0.7);
}

.focus\:text-brand-500\/75:focus {
  color: rgb(78 28 209 / 0.75);
}

.focus\:text-brand-500\/80:focus {
  color: rgb(78 28 209 / 0.8);
}

.focus\:text-brand-500\/85:focus {
  color: rgb(78 28 209 / 0.85);
}

.focus\:text-brand-500\/90:focus {
  color: rgb(78 28 209 / 0.9);
}

.focus\:text-brand-500\/95:focus {
  color: rgb(78 28 209 / 0.95);
}

.focus\:text-brand-600:focus {
  --tw-text-opacity: 1;
  color: rgb(65 21 181 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-600\/0:focus {
  color: rgb(65 21 181 / 0);
}

.focus\:text-brand-600\/10:focus {
  color: rgb(65 21 181 / 0.1);
}

.focus\:text-brand-600\/100:focus {
  color: rgb(65 21 181 / 1);
}

.focus\:text-brand-600\/15:focus {
  color: rgb(65 21 181 / 0.15);
}

.focus\:text-brand-600\/20:focus {
  color: rgb(65 21 181 / 0.2);
}

.focus\:text-brand-600\/25:focus {
  color: rgb(65 21 181 / 0.25);
}

.focus\:text-brand-600\/30:focus {
  color: rgb(65 21 181 / 0.3);
}

.focus\:text-brand-600\/35:focus {
  color: rgb(65 21 181 / 0.35);
}

.focus\:text-brand-600\/40:focus {
  color: rgb(65 21 181 / 0.4);
}

.focus\:text-brand-600\/45:focus {
  color: rgb(65 21 181 / 0.45);
}

.focus\:text-brand-600\/5:focus {
  color: rgb(65 21 181 / 0.05);
}

.focus\:text-brand-600\/50:focus {
  color: rgb(65 21 181 / 0.5);
}

.focus\:text-brand-600\/55:focus {
  color: rgb(65 21 181 / 0.55);
}

.focus\:text-brand-600\/60:focus {
  color: rgb(65 21 181 / 0.6);
}

.focus\:text-brand-600\/65:focus {
  color: rgb(65 21 181 / 0.65);
}

.focus\:text-brand-600\/70:focus {
  color: rgb(65 21 181 / 0.7);
}

.focus\:text-brand-600\/75:focus {
  color: rgb(65 21 181 / 0.75);
}

.focus\:text-brand-600\/80:focus {
  color: rgb(65 21 181 / 0.8);
}

.focus\:text-brand-600\/85:focus {
  color: rgb(65 21 181 / 0.85);
}

.focus\:text-brand-600\/90:focus {
  color: rgb(65 21 181 / 0.9);
}

.focus\:text-brand-600\/95:focus {
  color: rgb(65 21 181 / 0.95);
}

.focus\:text-brand-700:focus {
  --tw-text-opacity: 1;
  color: rgb(54 16 150 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-700\/0:focus {
  color: rgb(54 16 150 / 0);
}

.focus\:text-brand-700\/10:focus {
  color: rgb(54 16 150 / 0.1);
}

.focus\:text-brand-700\/100:focus {
  color: rgb(54 16 150 / 1);
}

.focus\:text-brand-700\/15:focus {
  color: rgb(54 16 150 / 0.15);
}

.focus\:text-brand-700\/20:focus {
  color: rgb(54 16 150 / 0.2);
}

.focus\:text-brand-700\/25:focus {
  color: rgb(54 16 150 / 0.25);
}

.focus\:text-brand-700\/30:focus {
  color: rgb(54 16 150 / 0.3);
}

.focus\:text-brand-700\/35:focus {
  color: rgb(54 16 150 / 0.35);
}

.focus\:text-brand-700\/40:focus {
  color: rgb(54 16 150 / 0.4);
}

.focus\:text-brand-700\/45:focus {
  color: rgb(54 16 150 / 0.45);
}

.focus\:text-brand-700\/5:focus {
  color: rgb(54 16 150 / 0.05);
}

.focus\:text-brand-700\/50:focus {
  color: rgb(54 16 150 / 0.5);
}

.focus\:text-brand-700\/55:focus {
  color: rgb(54 16 150 / 0.55);
}

.focus\:text-brand-700\/60:focus {
  color: rgb(54 16 150 / 0.6);
}

.focus\:text-brand-700\/65:focus {
  color: rgb(54 16 150 / 0.65);
}

.focus\:text-brand-700\/70:focus {
  color: rgb(54 16 150 / 0.7);
}

.focus\:text-brand-700\/75:focus {
  color: rgb(54 16 150 / 0.75);
}

.focus\:text-brand-700\/80:focus {
  color: rgb(54 16 150 / 0.8);
}

.focus\:text-brand-700\/85:focus {
  color: rgb(54 16 150 / 0.85);
}

.focus\:text-brand-700\/90:focus {
  color: rgb(54 16 150 / 0.9);
}

.focus\:text-brand-700\/95:focus {
  color: rgb(54 16 150 / 0.95);
}

.focus\:text-brand-800:focus {
  --tw-text-opacity: 1;
  color: rgb(46 16 120 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-800\/0:focus {
  color: rgb(46 16 120 / 0);
}

.focus\:text-brand-800\/10:focus {
  color: rgb(46 16 120 / 0.1);
}

.focus\:text-brand-800\/100:focus {
  color: rgb(46 16 120 / 1);
}

.focus\:text-brand-800\/15:focus {
  color: rgb(46 16 120 / 0.15);
}

.focus\:text-brand-800\/20:focus {
  color: rgb(46 16 120 / 0.2);
}

.focus\:text-brand-800\/25:focus {
  color: rgb(46 16 120 / 0.25);
}

.focus\:text-brand-800\/30:focus {
  color: rgb(46 16 120 / 0.3);
}

.focus\:text-brand-800\/35:focus {
  color: rgb(46 16 120 / 0.35);
}

.focus\:text-brand-800\/40:focus {
  color: rgb(46 16 120 / 0.4);
}

.focus\:text-brand-800\/45:focus {
  color: rgb(46 16 120 / 0.45);
}

.focus\:text-brand-800\/5:focus {
  color: rgb(46 16 120 / 0.05);
}

.focus\:text-brand-800\/50:focus {
  color: rgb(46 16 120 / 0.5);
}

.focus\:text-brand-800\/55:focus {
  color: rgb(46 16 120 / 0.55);
}

.focus\:text-brand-800\/60:focus {
  color: rgb(46 16 120 / 0.6);
}

.focus\:text-brand-800\/65:focus {
  color: rgb(46 16 120 / 0.65);
}

.focus\:text-brand-800\/70:focus {
  color: rgb(46 16 120 / 0.7);
}

.focus\:text-brand-800\/75:focus {
  color: rgb(46 16 120 / 0.75);
}

.focus\:text-brand-800\/80:focus {
  color: rgb(46 16 120 / 0.8);
}

.focus\:text-brand-800\/85:focus {
  color: rgb(46 16 120 / 0.85);
}

.focus\:text-brand-800\/90:focus {
  color: rgb(46 16 120 / 0.9);
}

.focus\:text-brand-800\/95:focus {
  color: rgb(46 16 120 / 0.95);
}

.focus\:text-brand-900:focus {
  --tw-text-opacity: 1;
  color: rgb(39 15 98 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-900\/0:focus {
  color: rgb(39 15 98 / 0);
}

.focus\:text-brand-900\/10:focus {
  color: rgb(39 15 98 / 0.1);
}

.focus\:text-brand-900\/100:focus {
  color: rgb(39 15 98 / 1);
}

.focus\:text-brand-900\/15:focus {
  color: rgb(39 15 98 / 0.15);
}

.focus\:text-brand-900\/20:focus {
  color: rgb(39 15 98 / 0.2);
}

.focus\:text-brand-900\/25:focus {
  color: rgb(39 15 98 / 0.25);
}

.focus\:text-brand-900\/30:focus {
  color: rgb(39 15 98 / 0.3);
}

.focus\:text-brand-900\/35:focus {
  color: rgb(39 15 98 / 0.35);
}

.focus\:text-brand-900\/40:focus {
  color: rgb(39 15 98 / 0.4);
}

.focus\:text-brand-900\/45:focus {
  color: rgb(39 15 98 / 0.45);
}

.focus\:text-brand-900\/5:focus {
  color: rgb(39 15 98 / 0.05);
}

.focus\:text-brand-900\/50:focus {
  color: rgb(39 15 98 / 0.5);
}

.focus\:text-brand-900\/55:focus {
  color: rgb(39 15 98 / 0.55);
}

.focus\:text-brand-900\/60:focus {
  color: rgb(39 15 98 / 0.6);
}

.focus\:text-brand-900\/65:focus {
  color: rgb(39 15 98 / 0.65);
}

.focus\:text-brand-900\/70:focus {
  color: rgb(39 15 98 / 0.7);
}

.focus\:text-brand-900\/75:focus {
  color: rgb(39 15 98 / 0.75);
}

.focus\:text-brand-900\/80:focus {
  color: rgb(39 15 98 / 0.8);
}

.focus\:text-brand-900\/85:focus {
  color: rgb(39 15 98 / 0.85);
}

.focus\:text-brand-900\/90:focus {
  color: rgb(39 15 98 / 0.9);
}

.focus\:text-brand-900\/95:focus {
  color: rgb(39 15 98 / 0.95);
}

.focus\:text-brand-950:focus {
  --tw-text-opacity: 1;
  color: rgb(22 5 58 / var(--tw-text-opacity, 1));
}

.focus\:text-brand-950\/0:focus {
  color: rgb(22 5 58 / 0);
}

.focus\:text-brand-950\/10:focus {
  color: rgb(22 5 58 / 0.1);
}

.focus\:text-brand-950\/100:focus {
  color: rgb(22 5 58 / 1);
}

.focus\:text-brand-950\/15:focus {
  color: rgb(22 5 58 / 0.15);
}

.focus\:text-brand-950\/20:focus {
  color: rgb(22 5 58 / 0.2);
}

.focus\:text-brand-950\/25:focus {
  color: rgb(22 5 58 / 0.25);
}

.focus\:text-brand-950\/30:focus {
  color: rgb(22 5 58 / 0.3);
}

.focus\:text-brand-950\/35:focus {
  color: rgb(22 5 58 / 0.35);
}

.focus\:text-brand-950\/40:focus {
  color: rgb(22 5 58 / 0.4);
}

.focus\:text-brand-950\/45:focus {
  color: rgb(22 5 58 / 0.45);
}

.focus\:text-brand-950\/5:focus {
  color: rgb(22 5 58 / 0.05);
}

.focus\:text-brand-950\/50:focus {
  color: rgb(22 5 58 / 0.5);
}

.focus\:text-brand-950\/55:focus {
  color: rgb(22 5 58 / 0.55);
}

.focus\:text-brand-950\/60:focus {
  color: rgb(22 5 58 / 0.6);
}

.focus\:text-brand-950\/65:focus {
  color: rgb(22 5 58 / 0.65);
}

.focus\:text-brand-950\/70:focus {
  color: rgb(22 5 58 / 0.7);
}

.focus\:text-brand-950\/75:focus {
  color: rgb(22 5 58 / 0.75);
}

.focus\:text-brand-950\/80:focus {
  color: rgb(22 5 58 / 0.8);
}

.focus\:text-brand-950\/85:focus {
  color: rgb(22 5 58 / 0.85);
}

.focus\:text-brand-950\/90:focus {
  color: rgb(22 5 58 / 0.9);
}

.focus\:text-brand-950\/95:focus {
  color: rgb(22 5 58 / 0.95);
}

.focus\:text-neutral-100:focus {
  --tw-text-opacity: 1;
  color: rgb(246 245 244 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-100\/0:focus {
  color: rgb(246 245 244 / 0);
}

.focus\:text-neutral-100\/10:focus {
  color: rgb(246 245 244 / 0.1);
}

.focus\:text-neutral-100\/100:focus {
  color: rgb(246 245 244 / 1);
}

.focus\:text-neutral-100\/15:focus {
  color: rgb(246 245 244 / 0.15);
}

.focus\:text-neutral-100\/20:focus {
  color: rgb(246 245 244 / 0.2);
}

.focus\:text-neutral-100\/25:focus {
  color: rgb(246 245 244 / 0.25);
}

.focus\:text-neutral-100\/30:focus {
  color: rgb(246 245 244 / 0.3);
}

.focus\:text-neutral-100\/35:focus {
  color: rgb(246 245 244 / 0.35);
}

.focus\:text-neutral-100\/40:focus {
  color: rgb(246 245 244 / 0.4);
}

.focus\:text-neutral-100\/45:focus {
  color: rgb(246 245 244 / 0.45);
}

.focus\:text-neutral-100\/5:focus {
  color: rgb(246 245 244 / 0.05);
}

.focus\:text-neutral-100\/50:focus {
  color: rgb(246 245 244 / 0.5);
}

.focus\:text-neutral-100\/55:focus {
  color: rgb(246 245 244 / 0.55);
}

.focus\:text-neutral-100\/60:focus {
  color: rgb(246 245 244 / 0.6);
}

.focus\:text-neutral-100\/65:focus {
  color: rgb(246 245 244 / 0.65);
}

.focus\:text-neutral-100\/70:focus {
  color: rgb(246 245 244 / 0.7);
}

.focus\:text-neutral-100\/75:focus {
  color: rgb(246 245 244 / 0.75);
}

.focus\:text-neutral-100\/80:focus {
  color: rgb(246 245 244 / 0.8);
}

.focus\:text-neutral-100\/85:focus {
  color: rgb(246 245 244 / 0.85);
}

.focus\:text-neutral-100\/90:focus {
  color: rgb(246 245 244 / 0.9);
}

.focus\:text-neutral-100\/95:focus {
  color: rgb(246 245 244 / 0.95);
}

.focus\:text-neutral-200:focus {
  --tw-text-opacity: 1;
  color: rgb(233 230 227 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-200\/0:focus {
  color: rgb(233 230 227 / 0);
}

.focus\:text-neutral-200\/10:focus {
  color: rgb(233 230 227 / 0.1);
}

.focus\:text-neutral-200\/100:focus {
  color: rgb(233 230 227 / 1);
}

.focus\:text-neutral-200\/15:focus {
  color: rgb(233 230 227 / 0.15);
}

.focus\:text-neutral-200\/20:focus {
  color: rgb(233 230 227 / 0.2);
}

.focus\:text-neutral-200\/25:focus {
  color: rgb(233 230 227 / 0.25);
}

.focus\:text-neutral-200\/30:focus {
  color: rgb(233 230 227 / 0.3);
}

.focus\:text-neutral-200\/35:focus {
  color: rgb(233 230 227 / 0.35);
}

.focus\:text-neutral-200\/40:focus {
  color: rgb(233 230 227 / 0.4);
}

.focus\:text-neutral-200\/45:focus {
  color: rgb(233 230 227 / 0.45);
}

.focus\:text-neutral-200\/5:focus {
  color: rgb(233 230 227 / 0.05);
}

.focus\:text-neutral-200\/50:focus {
  color: rgb(233 230 227 / 0.5);
}

.focus\:text-neutral-200\/55:focus {
  color: rgb(233 230 227 / 0.55);
}

.focus\:text-neutral-200\/60:focus {
  color: rgb(233 230 227 / 0.6);
}

.focus\:text-neutral-200\/65:focus {
  color: rgb(233 230 227 / 0.65);
}

.focus\:text-neutral-200\/70:focus {
  color: rgb(233 230 227 / 0.7);
}

.focus\:text-neutral-200\/75:focus {
  color: rgb(233 230 227 / 0.75);
}

.focus\:text-neutral-200\/80:focus {
  color: rgb(233 230 227 / 0.8);
}

.focus\:text-neutral-200\/85:focus {
  color: rgb(233 230 227 / 0.85);
}

.focus\:text-neutral-200\/90:focus {
  color: rgb(233 230 227 / 0.9);
}

.focus\:text-neutral-200\/95:focus {
  color: rgb(233 230 227 / 0.95);
}

.focus\:text-neutral-300:focus {
  --tw-text-opacity: 1;
  color: rgb(215 210 205 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-300\/0:focus {
  color: rgb(215 210 205 / 0);
}

.focus\:text-neutral-300\/10:focus {
  color: rgb(215 210 205 / 0.1);
}

.focus\:text-neutral-300\/100:focus {
  color: rgb(215 210 205 / 1);
}

.focus\:text-neutral-300\/15:focus {
  color: rgb(215 210 205 / 0.15);
}

.focus\:text-neutral-300\/20:focus {
  color: rgb(215 210 205 / 0.2);
}

.focus\:text-neutral-300\/25:focus {
  color: rgb(215 210 205 / 0.25);
}

.focus\:text-neutral-300\/30:focus {
  color: rgb(215 210 205 / 0.3);
}

.focus\:text-neutral-300\/35:focus {
  color: rgb(215 210 205 / 0.35);
}

.focus\:text-neutral-300\/40:focus {
  color: rgb(215 210 205 / 0.4);
}

.focus\:text-neutral-300\/45:focus {
  color: rgb(215 210 205 / 0.45);
}

.focus\:text-neutral-300\/5:focus {
  color: rgb(215 210 205 / 0.05);
}

.focus\:text-neutral-300\/50:focus {
  color: rgb(215 210 205 / 0.5);
}

.focus\:text-neutral-300\/55:focus {
  color: rgb(215 210 205 / 0.55);
}

.focus\:text-neutral-300\/60:focus {
  color: rgb(215 210 205 / 0.6);
}

.focus\:text-neutral-300\/65:focus {
  color: rgb(215 210 205 / 0.65);
}

.focus\:text-neutral-300\/70:focus {
  color: rgb(215 210 205 / 0.7);
}

.focus\:text-neutral-300\/75:focus {
  color: rgb(215 210 205 / 0.75);
}

.focus\:text-neutral-300\/80:focus {
  color: rgb(215 210 205 / 0.8);
}

.focus\:text-neutral-300\/85:focus {
  color: rgb(215 210 205 / 0.85);
}

.focus\:text-neutral-300\/90:focus {
  color: rgb(215 210 205 / 0.9);
}

.focus\:text-neutral-300\/95:focus {
  color: rgb(215 210 205 / 0.95);
}

.focus\:text-neutral-400:focus {
  --tw-text-opacity: 1;
  color: rgb(175 168 161 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-400\/0:focus {
  color: rgb(175 168 161 / 0);
}

.focus\:text-neutral-400\/10:focus {
  color: rgb(175 168 161 / 0.1);
}

.focus\:text-neutral-400\/100:focus {
  color: rgb(175 168 161 / 1);
}

.focus\:text-neutral-400\/15:focus {
  color: rgb(175 168 161 / 0.15);
}

.focus\:text-neutral-400\/20:focus {
  color: rgb(175 168 161 / 0.2);
}

.focus\:text-neutral-400\/25:focus {
  color: rgb(175 168 161 / 0.25);
}

.focus\:text-neutral-400\/30:focus {
  color: rgb(175 168 161 / 0.3);
}

.focus\:text-neutral-400\/35:focus {
  color: rgb(175 168 161 / 0.35);
}

.focus\:text-neutral-400\/40:focus {
  color: rgb(175 168 161 / 0.4);
}

.focus\:text-neutral-400\/45:focus {
  color: rgb(175 168 161 / 0.45);
}

.focus\:text-neutral-400\/5:focus {
  color: rgb(175 168 161 / 0.05);
}

.focus\:text-neutral-400\/50:focus {
  color: rgb(175 168 161 / 0.5);
}

.focus\:text-neutral-400\/55:focus {
  color: rgb(175 168 161 / 0.55);
}

.focus\:text-neutral-400\/60:focus {
  color: rgb(175 168 161 / 0.6);
}

.focus\:text-neutral-400\/65:focus {
  color: rgb(175 168 161 / 0.65);
}

.focus\:text-neutral-400\/70:focus {
  color: rgb(175 168 161 / 0.7);
}

.focus\:text-neutral-400\/75:focus {
  color: rgb(175 168 161 / 0.75);
}

.focus\:text-neutral-400\/80:focus {
  color: rgb(175 168 161 / 0.8);
}

.focus\:text-neutral-400\/85:focus {
  color: rgb(175 168 161 / 0.85);
}

.focus\:text-neutral-400\/90:focus {
  color: rgb(175 168 161 / 0.9);
}

.focus\:text-neutral-400\/95:focus {
  color: rgb(175 168 161 / 0.95);
}

.focus\:text-neutral-50:focus {
  --tw-text-opacity: 1;
  color: rgb(251 250 249 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-50\/0:focus {
  color: rgb(251 250 249 / 0);
}

.focus\:text-neutral-50\/10:focus {
  color: rgb(251 250 249 / 0.1);
}

.focus\:text-neutral-50\/100:focus {
  color: rgb(251 250 249 / 1);
}

.focus\:text-neutral-50\/15:focus {
  color: rgb(251 250 249 / 0.15);
}

.focus\:text-neutral-50\/20:focus {
  color: rgb(251 250 249 / 0.2);
}

.focus\:text-neutral-50\/25:focus {
  color: rgb(251 250 249 / 0.25);
}

.focus\:text-neutral-50\/30:focus {
  color: rgb(251 250 249 / 0.3);
}

.focus\:text-neutral-50\/35:focus {
  color: rgb(251 250 249 / 0.35);
}

.focus\:text-neutral-50\/40:focus {
  color: rgb(251 250 249 / 0.4);
}

.focus\:text-neutral-50\/45:focus {
  color: rgb(251 250 249 / 0.45);
}

.focus\:text-neutral-50\/5:focus {
  color: rgb(251 250 249 / 0.05);
}

.focus\:text-neutral-50\/50:focus {
  color: rgb(251 250 249 / 0.5);
}

.focus\:text-neutral-50\/55:focus {
  color: rgb(251 250 249 / 0.55);
}

.focus\:text-neutral-50\/60:focus {
  color: rgb(251 250 249 / 0.6);
}

.focus\:text-neutral-50\/65:focus {
  color: rgb(251 250 249 / 0.65);
}

.focus\:text-neutral-50\/70:focus {
  color: rgb(251 250 249 / 0.7);
}

.focus\:text-neutral-50\/75:focus {
  color: rgb(251 250 249 / 0.75);
}

.focus\:text-neutral-50\/80:focus {
  color: rgb(251 250 249 / 0.8);
}

.focus\:text-neutral-50\/85:focus {
  color: rgb(251 250 249 / 0.85);
}

.focus\:text-neutral-50\/90:focus {
  color: rgb(251 250 249 / 0.9);
}

.focus\:text-neutral-50\/95:focus {
  color: rgb(251 250 249 / 0.95);
}

.focus\:text-neutral-500:focus {
  --tw-text-opacity: 1;
  color: rgb(129 121 113 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-500\/0:focus {
  color: rgb(129 121 113 / 0);
}

.focus\:text-neutral-500\/10:focus {
  color: rgb(129 121 113 / 0.1);
}

.focus\:text-neutral-500\/100:focus {
  color: rgb(129 121 113 / 1);
}

.focus\:text-neutral-500\/15:focus {
  color: rgb(129 121 113 / 0.15);
}

.focus\:text-neutral-500\/20:focus {
  color: rgb(129 121 113 / 0.2);
}

.focus\:text-neutral-500\/25:focus {
  color: rgb(129 121 113 / 0.25);
}

.focus\:text-neutral-500\/30:focus {
  color: rgb(129 121 113 / 0.3);
}

.focus\:text-neutral-500\/35:focus {
  color: rgb(129 121 113 / 0.35);
}

.focus\:text-neutral-500\/40:focus {
  color: rgb(129 121 113 / 0.4);
}

.focus\:text-neutral-500\/45:focus {
  color: rgb(129 121 113 / 0.45);
}

.focus\:text-neutral-500\/5:focus {
  color: rgb(129 121 113 / 0.05);
}

.focus\:text-neutral-500\/50:focus {
  color: rgb(129 121 113 / 0.5);
}

.focus\:text-neutral-500\/55:focus {
  color: rgb(129 121 113 / 0.55);
}

.focus\:text-neutral-500\/60:focus {
  color: rgb(129 121 113 / 0.6);
}

.focus\:text-neutral-500\/65:focus {
  color: rgb(129 121 113 / 0.65);
}

.focus\:text-neutral-500\/70:focus {
  color: rgb(129 121 113 / 0.7);
}

.focus\:text-neutral-500\/75:focus {
  color: rgb(129 121 113 / 0.75);
}

.focus\:text-neutral-500\/80:focus {
  color: rgb(129 121 113 / 0.8);
}

.focus\:text-neutral-500\/85:focus {
  color: rgb(129 121 113 / 0.85);
}

.focus\:text-neutral-500\/90:focus {
  color: rgb(129 121 113 / 0.9);
}

.focus\:text-neutral-500\/95:focus {
  color: rgb(129 121 113 / 0.95);
}

.focus\:text-neutral-600:focus {
  --tw-text-opacity: 1;
  color: rgb(96 89 82 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-600\/0:focus {
  color: rgb(96 89 82 / 0);
}

.focus\:text-neutral-600\/10:focus {
  color: rgb(96 89 82 / 0.1);
}

.focus\:text-neutral-600\/100:focus {
  color: rgb(96 89 82 / 1);
}

.focus\:text-neutral-600\/15:focus {
  color: rgb(96 89 82 / 0.15);
}

.focus\:text-neutral-600\/20:focus {
  color: rgb(96 89 82 / 0.2);
}

.focus\:text-neutral-600\/25:focus {
  color: rgb(96 89 82 / 0.25);
}

.focus\:text-neutral-600\/30:focus {
  color: rgb(96 89 82 / 0.3);
}

.focus\:text-neutral-600\/35:focus {
  color: rgb(96 89 82 / 0.35);
}

.focus\:text-neutral-600\/40:focus {
  color: rgb(96 89 82 / 0.4);
}

.focus\:text-neutral-600\/45:focus {
  color: rgb(96 89 82 / 0.45);
}

.focus\:text-neutral-600\/5:focus {
  color: rgb(96 89 82 / 0.05);
}

.focus\:text-neutral-600\/50:focus {
  color: rgb(96 89 82 / 0.5);
}

.focus\:text-neutral-600\/55:focus {
  color: rgb(96 89 82 / 0.55);
}

.focus\:text-neutral-600\/60:focus {
  color: rgb(96 89 82 / 0.6);
}

.focus\:text-neutral-600\/65:focus {
  color: rgb(96 89 82 / 0.65);
}

.focus\:text-neutral-600\/70:focus {
  color: rgb(96 89 82 / 0.7);
}

.focus\:text-neutral-600\/75:focus {
  color: rgb(96 89 82 / 0.75);
}

.focus\:text-neutral-600\/80:focus {
  color: rgb(96 89 82 / 0.8);
}

.focus\:text-neutral-600\/85:focus {
  color: rgb(96 89 82 / 0.85);
}

.focus\:text-neutral-600\/90:focus {
  color: rgb(96 89 82 / 0.9);
}

.focus\:text-neutral-600\/95:focus {
  color: rgb(96 89 82 / 0.95);
}

.focus\:text-neutral-700:focus {
  --tw-text-opacity: 1;
  color: rgb(73 68 63 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-700\/0:focus {
  color: rgb(73 68 63 / 0);
}

.focus\:text-neutral-700\/10:focus {
  color: rgb(73 68 63 / 0.1);
}

.focus\:text-neutral-700\/100:focus {
  color: rgb(73 68 63 / 1);
}

.focus\:text-neutral-700\/15:focus {
  color: rgb(73 68 63 / 0.15);
}

.focus\:text-neutral-700\/20:focus {
  color: rgb(73 68 63 / 0.2);
}

.focus\:text-neutral-700\/25:focus {
  color: rgb(73 68 63 / 0.25);
}

.focus\:text-neutral-700\/30:focus {
  color: rgb(73 68 63 / 0.3);
}

.focus\:text-neutral-700\/35:focus {
  color: rgb(73 68 63 / 0.35);
}

.focus\:text-neutral-700\/40:focus {
  color: rgb(73 68 63 / 0.4);
}

.focus\:text-neutral-700\/45:focus {
  color: rgb(73 68 63 / 0.45);
}

.focus\:text-neutral-700\/5:focus {
  color: rgb(73 68 63 / 0.05);
}

.focus\:text-neutral-700\/50:focus {
  color: rgb(73 68 63 / 0.5);
}

.focus\:text-neutral-700\/55:focus {
  color: rgb(73 68 63 / 0.55);
}

.focus\:text-neutral-700\/60:focus {
  color: rgb(73 68 63 / 0.6);
}

.focus\:text-neutral-700\/65:focus {
  color: rgb(73 68 63 / 0.65);
}

.focus\:text-neutral-700\/70:focus {
  color: rgb(73 68 63 / 0.7);
}

.focus\:text-neutral-700\/75:focus {
  color: rgb(73 68 63 / 0.75);
}

.focus\:text-neutral-700\/80:focus {
  color: rgb(73 68 63 / 0.8);
}

.focus\:text-neutral-700\/85:focus {
  color: rgb(73 68 63 / 0.85);
}

.focus\:text-neutral-700\/90:focus {
  color: rgb(73 68 63 / 0.9);
}

.focus\:text-neutral-700\/95:focus {
  color: rgb(73 68 63 / 0.95);
}

.focus\:text-neutral-800:focus {
  --tw-text-opacity: 1;
  color: rgb(48 45 42 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-800\/0:focus {
  color: rgb(48 45 42 / 0);
}

.focus\:text-neutral-800\/10:focus {
  color: rgb(48 45 42 / 0.1);
}

.focus\:text-neutral-800\/100:focus {
  color: rgb(48 45 42 / 1);
}

.focus\:text-neutral-800\/15:focus {
  color: rgb(48 45 42 / 0.15);
}

.focus\:text-neutral-800\/20:focus {
  color: rgb(48 45 42 / 0.2);
}

.focus\:text-neutral-800\/25:focus {
  color: rgb(48 45 42 / 0.25);
}

.focus\:text-neutral-800\/30:focus {
  color: rgb(48 45 42 / 0.3);
}

.focus\:text-neutral-800\/35:focus {
  color: rgb(48 45 42 / 0.35);
}

.focus\:text-neutral-800\/40:focus {
  color: rgb(48 45 42 / 0.4);
}

.focus\:text-neutral-800\/45:focus {
  color: rgb(48 45 42 / 0.45);
}

.focus\:text-neutral-800\/5:focus {
  color: rgb(48 45 42 / 0.05);
}

.focus\:text-neutral-800\/50:focus {
  color: rgb(48 45 42 / 0.5);
}

.focus\:text-neutral-800\/55:focus {
  color: rgb(48 45 42 / 0.55);
}

.focus\:text-neutral-800\/60:focus {
  color: rgb(48 45 42 / 0.6);
}

.focus\:text-neutral-800\/65:focus {
  color: rgb(48 45 42 / 0.65);
}

.focus\:text-neutral-800\/70:focus {
  color: rgb(48 45 42 / 0.7);
}

.focus\:text-neutral-800\/75:focus {
  color: rgb(48 45 42 / 0.75);
}

.focus\:text-neutral-800\/80:focus {
  color: rgb(48 45 42 / 0.8);
}

.focus\:text-neutral-800\/85:focus {
  color: rgb(48 45 42 / 0.85);
}

.focus\:text-neutral-800\/90:focus {
  color: rgb(48 45 42 / 0.9);
}

.focus\:text-neutral-800\/95:focus {
  color: rgb(48 45 42 / 0.95);
}

.focus\:text-neutral-900:focus {
  --tw-text-opacity: 1;
  color: rgb(33 31 29 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-900\/0:focus {
  color: rgb(33 31 29 / 0);
}

.focus\:text-neutral-900\/10:focus {
  color: rgb(33 31 29 / 0.1);
}

.focus\:text-neutral-900\/100:focus {
  color: rgb(33 31 29 / 1);
}

.focus\:text-neutral-900\/15:focus {
  color: rgb(33 31 29 / 0.15);
}

.focus\:text-neutral-900\/20:focus {
  color: rgb(33 31 29 / 0.2);
}

.focus\:text-neutral-900\/25:focus {
  color: rgb(33 31 29 / 0.25);
}

.focus\:text-neutral-900\/30:focus {
  color: rgb(33 31 29 / 0.3);
}

.focus\:text-neutral-900\/35:focus {
  color: rgb(33 31 29 / 0.35);
}

.focus\:text-neutral-900\/40:focus {
  color: rgb(33 31 29 / 0.4);
}

.focus\:text-neutral-900\/45:focus {
  color: rgb(33 31 29 / 0.45);
}

.focus\:text-neutral-900\/5:focus {
  color: rgb(33 31 29 / 0.05);
}

.focus\:text-neutral-900\/50:focus {
  color: rgb(33 31 29 / 0.5);
}

.focus\:text-neutral-900\/55:focus {
  color: rgb(33 31 29 / 0.55);
}

.focus\:text-neutral-900\/60:focus {
  color: rgb(33 31 29 / 0.6);
}

.focus\:text-neutral-900\/65:focus {
  color: rgb(33 31 29 / 0.65);
}

.focus\:text-neutral-900\/70:focus {
  color: rgb(33 31 29 / 0.7);
}

.focus\:text-neutral-900\/75:focus {
  color: rgb(33 31 29 / 0.75);
}

.focus\:text-neutral-900\/80:focus {
  color: rgb(33 31 29 / 0.8);
}

.focus\:text-neutral-900\/85:focus {
  color: rgb(33 31 29 / 0.85);
}

.focus\:text-neutral-900\/90:focus {
  color: rgb(33 31 29 / 0.9);
}

.focus\:text-neutral-900\/95:focus {
  color: rgb(33 31 29 / 0.95);
}

.focus\:text-neutral-950:focus {
  --tw-text-opacity: 1;
  color: rgb(18 17 16 / var(--tw-text-opacity, 1));
}

.focus\:text-neutral-950\/0:focus {
  color: rgb(18 17 16 / 0);
}

.focus\:text-neutral-950\/10:focus {
  color: rgb(18 17 16 / 0.1);
}

.focus\:text-neutral-950\/100:focus {
  color: rgb(18 17 16 / 1);
}

.focus\:text-neutral-950\/15:focus {
  color: rgb(18 17 16 / 0.15);
}

.focus\:text-neutral-950\/20:focus {
  color: rgb(18 17 16 / 0.2);
}

.focus\:text-neutral-950\/25:focus {
  color: rgb(18 17 16 / 0.25);
}

.focus\:text-neutral-950\/30:focus {
  color: rgb(18 17 16 / 0.3);
}

.focus\:text-neutral-950\/35:focus {
  color: rgb(18 17 16 / 0.35);
}

.focus\:text-neutral-950\/40:focus {
  color: rgb(18 17 16 / 0.4);
}

.focus\:text-neutral-950\/45:focus {
  color: rgb(18 17 16 / 0.45);
}

.focus\:text-neutral-950\/5:focus {
  color: rgb(18 17 16 / 0.05);
}

.focus\:text-neutral-950\/50:focus {
  color: rgb(18 17 16 / 0.5);
}

.focus\:text-neutral-950\/55:focus {
  color: rgb(18 17 16 / 0.55);
}

.focus\:text-neutral-950\/60:focus {
  color: rgb(18 17 16 / 0.6);
}

.focus\:text-neutral-950\/65:focus {
  color: rgb(18 17 16 / 0.65);
}

.focus\:text-neutral-950\/70:focus {
  color: rgb(18 17 16 / 0.7);
}

.focus\:text-neutral-950\/75:focus {
  color: rgb(18 17 16 / 0.75);
}

.focus\:text-neutral-950\/80:focus {
  color: rgb(18 17 16 / 0.8);
}

.focus\:text-neutral-950\/85:focus {
  color: rgb(18 17 16 / 0.85);
}

.focus\:text-neutral-950\/90:focus {
  color: rgb(18 17 16 / 0.9);
}

.focus\:text-neutral-950\/95:focus {
  color: rgb(18 17 16 / 0.95);
}

.focus\:text-primary-100:focus {
  --tw-text-opacity: 1;
  color: rgb(254 234 222 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-100\/0:focus {
  color: rgb(254 234 222 / 0);
}

.focus\:text-primary-100\/10:focus {
  color: rgb(254 234 222 / 0.1);
}

.focus\:text-primary-100\/100:focus {
  color: rgb(254 234 222 / 1);
}

.focus\:text-primary-100\/15:focus {
  color: rgb(254 234 222 / 0.15);
}

.focus\:text-primary-100\/20:focus {
  color: rgb(254 234 222 / 0.2);
}

.focus\:text-primary-100\/25:focus {
  color: rgb(254 234 222 / 0.25);
}

.focus\:text-primary-100\/30:focus {
  color: rgb(254 234 222 / 0.3);
}

.focus\:text-primary-100\/35:focus {
  color: rgb(254 234 222 / 0.35);
}

.focus\:text-primary-100\/40:focus {
  color: rgb(254 234 222 / 0.4);
}

.focus\:text-primary-100\/45:focus {
  color: rgb(254 234 222 / 0.45);
}

.focus\:text-primary-100\/5:focus {
  color: rgb(254 234 222 / 0.05);
}

.focus\:text-primary-100\/50:focus {
  color: rgb(254 234 222 / 0.5);
}

.focus\:text-primary-100\/55:focus {
  color: rgb(254 234 222 / 0.55);
}

.focus\:text-primary-100\/60:focus {
  color: rgb(254 234 222 / 0.6);
}

.focus\:text-primary-100\/65:focus {
  color: rgb(254 234 222 / 0.65);
}

.focus\:text-primary-100\/70:focus {
  color: rgb(254 234 222 / 0.7);
}

.focus\:text-primary-100\/75:focus {
  color: rgb(254 234 222 / 0.75);
}

.focus\:text-primary-100\/80:focus {
  color: rgb(254 234 222 / 0.8);
}

.focus\:text-primary-100\/85:focus {
  color: rgb(254 234 222 / 0.85);
}

.focus\:text-primary-100\/90:focus {
  color: rgb(254 234 222 / 0.9);
}

.focus\:text-primary-100\/95:focus {
  color: rgb(254 234 222 / 0.95);
}

.focus\:text-primary-200:focus {
  --tw-text-opacity: 1;
  color: rgb(252 211 189 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-200\/0:focus {
  color: rgb(252 211 189 / 0);
}

.focus\:text-primary-200\/10:focus {
  color: rgb(252 211 189 / 0.1);
}

.focus\:text-primary-200\/100:focus {
  color: rgb(252 211 189 / 1);
}

.focus\:text-primary-200\/15:focus {
  color: rgb(252 211 189 / 0.15);
}

.focus\:text-primary-200\/20:focus {
  color: rgb(252 211 189 / 0.2);
}

.focus\:text-primary-200\/25:focus {
  color: rgb(252 211 189 / 0.25);
}

.focus\:text-primary-200\/30:focus {
  color: rgb(252 211 189 / 0.3);
}

.focus\:text-primary-200\/35:focus {
  color: rgb(252 211 189 / 0.35);
}

.focus\:text-primary-200\/40:focus {
  color: rgb(252 211 189 / 0.4);
}

.focus\:text-primary-200\/45:focus {
  color: rgb(252 211 189 / 0.45);
}

.focus\:text-primary-200\/5:focus {
  color: rgb(252 211 189 / 0.05);
}

.focus\:text-primary-200\/50:focus {
  color: rgb(252 211 189 / 0.5);
}

.focus\:text-primary-200\/55:focus {
  color: rgb(252 211 189 / 0.55);
}

.focus\:text-primary-200\/60:focus {
  color: rgb(252 211 189 / 0.6);
}

.focus\:text-primary-200\/65:focus {
  color: rgb(252 211 189 / 0.65);
}

.focus\:text-primary-200\/70:focus {
  color: rgb(252 211 189 / 0.7);
}

.focus\:text-primary-200\/75:focus {
  color: rgb(252 211 189 / 0.75);
}

.focus\:text-primary-200\/80:focus {
  color: rgb(252 211 189 / 0.8);
}

.focus\:text-primary-200\/85:focus {
  color: rgb(252 211 189 / 0.85);
}

.focus\:text-primary-200\/90:focus {
  color: rgb(252 211 189 / 0.9);
}

.focus\:text-primary-200\/95:focus {
  color: rgb(252 211 189 / 0.95);
}

.focus\:text-primary-300:focus {
  --tw-text-opacity: 1;
  color: rgb(250 179 143 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-300\/0:focus {
  color: rgb(250 179 143 / 0);
}

.focus\:text-primary-300\/10:focus {
  color: rgb(250 179 143 / 0.1);
}

.focus\:text-primary-300\/100:focus {
  color: rgb(250 179 143 / 1);
}

.focus\:text-primary-300\/15:focus {
  color: rgb(250 179 143 / 0.15);
}

.focus\:text-primary-300\/20:focus {
  color: rgb(250 179 143 / 0.2);
}

.focus\:text-primary-300\/25:focus {
  color: rgb(250 179 143 / 0.25);
}

.focus\:text-primary-300\/30:focus {
  color: rgb(250 179 143 / 0.3);
}

.focus\:text-primary-300\/35:focus {
  color: rgb(250 179 143 / 0.35);
}

.focus\:text-primary-300\/40:focus {
  color: rgb(250 179 143 / 0.4);
}

.focus\:text-primary-300\/45:focus {
  color: rgb(250 179 143 / 0.45);
}

.focus\:text-primary-300\/5:focus {
  color: rgb(250 179 143 / 0.05);
}

.focus\:text-primary-300\/50:focus {
  color: rgb(250 179 143 / 0.5);
}

.focus\:text-primary-300\/55:focus {
  color: rgb(250 179 143 / 0.55);
}

.focus\:text-primary-300\/60:focus {
  color: rgb(250 179 143 / 0.6);
}

.focus\:text-primary-300\/65:focus {
  color: rgb(250 179 143 / 0.65);
}

.focus\:text-primary-300\/70:focus {
  color: rgb(250 179 143 / 0.7);
}

.focus\:text-primary-300\/75:focus {
  color: rgb(250 179 143 / 0.75);
}

.focus\:text-primary-300\/80:focus {
  color: rgb(250 179 143 / 0.8);
}

.focus\:text-primary-300\/85:focus {
  color: rgb(250 179 143 / 0.85);
}

.focus\:text-primary-300\/90:focus {
  color: rgb(250 179 143 / 0.9);
}

.focus\:text-primary-300\/95:focus {
  color: rgb(250 179 143 / 0.95);
}

.focus\:text-primary-400:focus {
  --tw-text-opacity: 1;
  color: rgb(249 151 102 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-400\/0:focus {
  color: rgb(249 151 102 / 0);
}

.focus\:text-primary-400\/10:focus {
  color: rgb(249 151 102 / 0.1);
}

.focus\:text-primary-400\/100:focus {
  color: rgb(249 151 102 / 1);
}

.focus\:text-primary-400\/15:focus {
  color: rgb(249 151 102 / 0.15);
}

.focus\:text-primary-400\/20:focus {
  color: rgb(249 151 102 / 0.2);
}

.focus\:text-primary-400\/25:focus {
  color: rgb(249 151 102 / 0.25);
}

.focus\:text-primary-400\/30:focus {
  color: rgb(249 151 102 / 0.3);
}

.focus\:text-primary-400\/35:focus {
  color: rgb(249 151 102 / 0.35);
}

.focus\:text-primary-400\/40:focus {
  color: rgb(249 151 102 / 0.4);
}

.focus\:text-primary-400\/45:focus {
  color: rgb(249 151 102 / 0.45);
}

.focus\:text-primary-400\/5:focus {
  color: rgb(249 151 102 / 0.05);
}

.focus\:text-primary-400\/50:focus {
  color: rgb(249 151 102 / 0.5);
}

.focus\:text-primary-400\/55:focus {
  color: rgb(249 151 102 / 0.55);
}

.focus\:text-primary-400\/60:focus {
  color: rgb(249 151 102 / 0.6);
}

.focus\:text-primary-400\/65:focus {
  color: rgb(249 151 102 / 0.65);
}

.focus\:text-primary-400\/70:focus {
  color: rgb(249 151 102 / 0.7);
}

.focus\:text-primary-400\/75:focus {
  color: rgb(249 151 102 / 0.75);
}

.focus\:text-primary-400\/80:focus {
  color: rgb(249 151 102 / 0.8);
}

.focus\:text-primary-400\/85:focus {
  color: rgb(249 151 102 / 0.85);
}

.focus\:text-primary-400\/90:focus {
  color: rgb(249 151 102 / 0.9);
}

.focus\:text-primary-400\/95:focus {
  color: rgb(249 151 102 / 0.95);
}

.focus\:text-primary-50:focus {
  --tw-text-opacity: 1;
  color: rgb(255 247 242 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-50\/0:focus {
  color: rgb(255 247 242 / 0);
}

.focus\:text-primary-50\/10:focus {
  color: rgb(255 247 242 / 0.1);
}

.focus\:text-primary-50\/100:focus {
  color: rgb(255 247 242 / 1);
}

.focus\:text-primary-50\/15:focus {
  color: rgb(255 247 242 / 0.15);
}

.focus\:text-primary-50\/20:focus {
  color: rgb(255 247 242 / 0.2);
}

.focus\:text-primary-50\/25:focus {
  color: rgb(255 247 242 / 0.25);
}

.focus\:text-primary-50\/30:focus {
  color: rgb(255 247 242 / 0.3);
}

.focus\:text-primary-50\/35:focus {
  color: rgb(255 247 242 / 0.35);
}

.focus\:text-primary-50\/40:focus {
  color: rgb(255 247 242 / 0.4);
}

.focus\:text-primary-50\/45:focus {
  color: rgb(255 247 242 / 0.45);
}

.focus\:text-primary-50\/5:focus {
  color: rgb(255 247 242 / 0.05);
}

.focus\:text-primary-50\/50:focus {
  color: rgb(255 247 242 / 0.5);
}

.focus\:text-primary-50\/55:focus {
  color: rgb(255 247 242 / 0.55);
}

.focus\:text-primary-50\/60:focus {
  color: rgb(255 247 242 / 0.6);
}

.focus\:text-primary-50\/65:focus {
  color: rgb(255 247 242 / 0.65);
}

.focus\:text-primary-50\/70:focus {
  color: rgb(255 247 242 / 0.7);
}

.focus\:text-primary-50\/75:focus {
  color: rgb(255 247 242 / 0.75);
}

.focus\:text-primary-50\/80:focus {
  color: rgb(255 247 242 / 0.8);
}

.focus\:text-primary-50\/85:focus {
  color: rgb(255 247 242 / 0.85);
}

.focus\:text-primary-50\/90:focus {
  color: rgb(255 247 242 / 0.9);
}

.focus\:text-primary-50\/95:focus {
  color: rgb(255 247 242 / 0.95);
}

.focus\:text-primary-500:focus {
  --tw-text-opacity: 1;
  color: rgb(247 141 77 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-500\/0:focus {
  color: rgb(247 141 77 / 0);
}

.focus\:text-primary-500\/10:focus {
  color: rgb(247 141 77 / 0.1);
}

.focus\:text-primary-500\/100:focus {
  color: rgb(247 141 77 / 1);
}

.focus\:text-primary-500\/15:focus {
  color: rgb(247 141 77 / 0.15);
}

.focus\:text-primary-500\/20:focus {
  color: rgb(247 141 77 / 0.2);
}

.focus\:text-primary-500\/25:focus {
  color: rgb(247 141 77 / 0.25);
}

.focus\:text-primary-500\/30:focus {
  color: rgb(247 141 77 / 0.3);
}

.focus\:text-primary-500\/35:focus {
  color: rgb(247 141 77 / 0.35);
}

.focus\:text-primary-500\/40:focus {
  color: rgb(247 141 77 / 0.4);
}

.focus\:text-primary-500\/45:focus {
  color: rgb(247 141 77 / 0.45);
}

.focus\:text-primary-500\/5:focus {
  color: rgb(247 141 77 / 0.05);
}

.focus\:text-primary-500\/50:focus {
  color: rgb(247 141 77 / 0.5);
}

.focus\:text-primary-500\/55:focus {
  color: rgb(247 141 77 / 0.55);
}

.focus\:text-primary-500\/60:focus {
  color: rgb(247 141 77 / 0.6);
}

.focus\:text-primary-500\/65:focus {
  color: rgb(247 141 77 / 0.65);
}

.focus\:text-primary-500\/70:focus {
  color: rgb(247 141 77 / 0.7);
}

.focus\:text-primary-500\/75:focus {
  color: rgb(247 141 77 / 0.75);
}

.focus\:text-primary-500\/80:focus {
  color: rgb(247 141 77 / 0.8);
}

.focus\:text-primary-500\/85:focus {
  color: rgb(247 141 77 / 0.85);
}

.focus\:text-primary-500\/90:focus {
  color: rgb(247 141 77 / 0.9);
}

.focus\:text-primary-500\/95:focus {
  color: rgb(247 141 77 / 0.95);
}

.focus\:text-primary-600:focus {
  --tw-text-opacity: 1;
  color: rgb(233 99 37 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-600\/0:focus {
  color: rgb(233 99 37 / 0);
}

.focus\:text-primary-600\/10:focus {
  color: rgb(233 99 37 / 0.1);
}

.focus\:text-primary-600\/100:focus {
  color: rgb(233 99 37 / 1);
}

.focus\:text-primary-600\/15:focus {
  color: rgb(233 99 37 / 0.15);
}

.focus\:text-primary-600\/20:focus {
  color: rgb(233 99 37 / 0.2);
}

.focus\:text-primary-600\/25:focus {
  color: rgb(233 99 37 / 0.25);
}

.focus\:text-primary-600\/30:focus {
  color: rgb(233 99 37 / 0.3);
}

.focus\:text-primary-600\/35:focus {
  color: rgb(233 99 37 / 0.35);
}

.focus\:text-primary-600\/40:focus {
  color: rgb(233 99 37 / 0.4);
}

.focus\:text-primary-600\/45:focus {
  color: rgb(233 99 37 / 0.45);
}

.focus\:text-primary-600\/5:focus {
  color: rgb(233 99 37 / 0.05);
}

.focus\:text-primary-600\/50:focus {
  color: rgb(233 99 37 / 0.5);
}

.focus\:text-primary-600\/55:focus {
  color: rgb(233 99 37 / 0.55);
}

.focus\:text-primary-600\/60:focus {
  color: rgb(233 99 37 / 0.6);
}

.focus\:text-primary-600\/65:focus {
  color: rgb(233 99 37 / 0.65);
}

.focus\:text-primary-600\/70:focus {
  color: rgb(233 99 37 / 0.7);
}

.focus\:text-primary-600\/75:focus {
  color: rgb(233 99 37 / 0.75);
}

.focus\:text-primary-600\/80:focus {
  color: rgb(233 99 37 / 0.8);
}

.focus\:text-primary-600\/85:focus {
  color: rgb(233 99 37 / 0.85);
}

.focus\:text-primary-600\/90:focus {
  color: rgb(233 99 37 / 0.9);
}

.focus\:text-primary-600\/95:focus {
  color: rgb(233 99 37 / 0.95);
}

.focus\:text-primary-700:focus {
  --tw-text-opacity: 1;
  color: rgb(201 74 22 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-700\/0:focus {
  color: rgb(201 74 22 / 0);
}

.focus\:text-primary-700\/10:focus {
  color: rgb(201 74 22 / 0.1);
}

.focus\:text-primary-700\/100:focus {
  color: rgb(201 74 22 / 1);
}

.focus\:text-primary-700\/15:focus {
  color: rgb(201 74 22 / 0.15);
}

.focus\:text-primary-700\/20:focus {
  color: rgb(201 74 22 / 0.2);
}

.focus\:text-primary-700\/25:focus {
  color: rgb(201 74 22 / 0.25);
}

.focus\:text-primary-700\/30:focus {
  color: rgb(201 74 22 / 0.3);
}

.focus\:text-primary-700\/35:focus {
  color: rgb(201 74 22 / 0.35);
}

.focus\:text-primary-700\/40:focus {
  color: rgb(201 74 22 / 0.4);
}

.focus\:text-primary-700\/45:focus {
  color: rgb(201 74 22 / 0.45);
}

.focus\:text-primary-700\/5:focus {
  color: rgb(201 74 22 / 0.05);
}

.focus\:text-primary-700\/50:focus {
  color: rgb(201 74 22 / 0.5);
}

.focus\:text-primary-700\/55:focus {
  color: rgb(201 74 22 / 0.55);
}

.focus\:text-primary-700\/60:focus {
  color: rgb(201 74 22 / 0.6);
}

.focus\:text-primary-700\/65:focus {
  color: rgb(201 74 22 / 0.65);
}

.focus\:text-primary-700\/70:focus {
  color: rgb(201 74 22 / 0.7);
}

.focus\:text-primary-700\/75:focus {
  color: rgb(201 74 22 / 0.75);
}

.focus\:text-primary-700\/80:focus {
  color: rgb(201 74 22 / 0.8);
}

.focus\:text-primary-700\/85:focus {
  color: rgb(201 74 22 / 0.85);
}

.focus\:text-primary-700\/90:focus {
  color: rgb(201 74 22 / 0.9);
}

.focus\:text-primary-700\/95:focus {
  color: rgb(201 74 22 / 0.95);
}

.focus\:text-primary-800:focus {
  --tw-text-opacity: 1;
  color: rgb(161 59 24 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-800\/0:focus {
  color: rgb(161 59 24 / 0);
}

.focus\:text-primary-800\/10:focus {
  color: rgb(161 59 24 / 0.1);
}

.focus\:text-primary-800\/100:focus {
  color: rgb(161 59 24 / 1);
}

.focus\:text-primary-800\/15:focus {
  color: rgb(161 59 24 / 0.15);
}

.focus\:text-primary-800\/20:focus {
  color: rgb(161 59 24 / 0.2);
}

.focus\:text-primary-800\/25:focus {
  color: rgb(161 59 24 / 0.25);
}

.focus\:text-primary-800\/30:focus {
  color: rgb(161 59 24 / 0.3);
}

.focus\:text-primary-800\/35:focus {
  color: rgb(161 59 24 / 0.35);
}

.focus\:text-primary-800\/40:focus {
  color: rgb(161 59 24 / 0.4);
}

.focus\:text-primary-800\/45:focus {
  color: rgb(161 59 24 / 0.45);
}

.focus\:text-primary-800\/5:focus {
  color: rgb(161 59 24 / 0.05);
}

.focus\:text-primary-800\/50:focus {
  color: rgb(161 59 24 / 0.5);
}

.focus\:text-primary-800\/55:focus {
  color: rgb(161 59 24 / 0.55);
}

.focus\:text-primary-800\/60:focus {
  color: rgb(161 59 24 / 0.6);
}

.focus\:text-primary-800\/65:focus {
  color: rgb(161 59 24 / 0.65);
}

.focus\:text-primary-800\/70:focus {
  color: rgb(161 59 24 / 0.7);
}

.focus\:text-primary-800\/75:focus {
  color: rgb(161 59 24 / 0.75);
}

.focus\:text-primary-800\/80:focus {
  color: rgb(161 59 24 / 0.8);
}

.focus\:text-primary-800\/85:focus {
  color: rgb(161 59 24 / 0.85);
}

.focus\:text-primary-800\/90:focus {
  color: rgb(161 59 24 / 0.9);
}

.focus\:text-primary-800\/95:focus {
  color: rgb(161 59 24 / 0.95);
}

.focus\:text-primary-900:focus {
  --tw-text-opacity: 1;
  color: rgb(130 51 24 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-900\/0:focus {
  color: rgb(130 51 24 / 0);
}

.focus\:text-primary-900\/10:focus {
  color: rgb(130 51 24 / 0.1);
}

.focus\:text-primary-900\/100:focus {
  color: rgb(130 51 24 / 1);
}

.focus\:text-primary-900\/15:focus {
  color: rgb(130 51 24 / 0.15);
}

.focus\:text-primary-900\/20:focus {
  color: rgb(130 51 24 / 0.2);
}

.focus\:text-primary-900\/25:focus {
  color: rgb(130 51 24 / 0.25);
}

.focus\:text-primary-900\/30:focus {
  color: rgb(130 51 24 / 0.3);
}

.focus\:text-primary-900\/35:focus {
  color: rgb(130 51 24 / 0.35);
}

.focus\:text-primary-900\/40:focus {
  color: rgb(130 51 24 / 0.4);
}

.focus\:text-primary-900\/45:focus {
  color: rgb(130 51 24 / 0.45);
}

.focus\:text-primary-900\/5:focus {
  color: rgb(130 51 24 / 0.05);
}

.focus\:text-primary-900\/50:focus {
  color: rgb(130 51 24 / 0.5);
}

.focus\:text-primary-900\/55:focus {
  color: rgb(130 51 24 / 0.55);
}

.focus\:text-primary-900\/60:focus {
  color: rgb(130 51 24 / 0.6);
}

.focus\:text-primary-900\/65:focus {
  color: rgb(130 51 24 / 0.65);
}

.focus\:text-primary-900\/70:focus {
  color: rgb(130 51 24 / 0.7);
}

.focus\:text-primary-900\/75:focus {
  color: rgb(130 51 24 / 0.75);
}

.focus\:text-primary-900\/80:focus {
  color: rgb(130 51 24 / 0.8);
}

.focus\:text-primary-900\/85:focus {
  color: rgb(130 51 24 / 0.85);
}

.focus\:text-primary-900\/90:focus {
  color: rgb(130 51 24 / 0.9);
}

.focus\:text-primary-900\/95:focus {
  color: rgb(130 51 24 / 0.95);
}

.focus\:text-primary-950:focus {
  --tw-text-opacity: 1;
  color: rgb(70 23 8 / var(--tw-text-opacity, 1));
}

.focus\:text-primary-950\/0:focus {
  color: rgb(70 23 8 / 0);
}

.focus\:text-primary-950\/10:focus {
  color: rgb(70 23 8 / 0.1);
}

.focus\:text-primary-950\/100:focus {
  color: rgb(70 23 8 / 1);
}

.focus\:text-primary-950\/15:focus {
  color: rgb(70 23 8 / 0.15);
}

.focus\:text-primary-950\/20:focus {
  color: rgb(70 23 8 / 0.2);
}

.focus\:text-primary-950\/25:focus {
  color: rgb(70 23 8 / 0.25);
}

.focus\:text-primary-950\/30:focus {
  color: rgb(70 23 8 / 0.3);
}

.focus\:text-primary-950\/35:focus {
  color: rgb(70 23 8 / 0.35);
}

.focus\:text-primary-950\/40:focus {
  color: rgb(70 23 8 / 0.4);
}

.focus\:text-primary-950\/45:focus {
  color: rgb(70 23 8 / 0.45);
}

.focus\:text-primary-950\/5:focus {
  color: rgb(70 23 8 / 0.05);
}

.focus\:text-primary-950\/50:focus {
  color: rgb(70 23 8 / 0.5);
}

.focus\:text-primary-950\/55:focus {
  color: rgb(70 23 8 / 0.55);
}

.focus\:text-primary-950\/60:focus {
  color: rgb(70 23 8 / 0.6);
}

.focus\:text-primary-950\/65:focus {
  color: rgb(70 23 8 / 0.65);
}

.focus\:text-primary-950\/70:focus {
  color: rgb(70 23 8 / 0.7);
}

.focus\:text-primary-950\/75:focus {
  color: rgb(70 23 8 / 0.75);
}

.focus\:text-primary-950\/80:focus {
  color: rgb(70 23 8 / 0.8);
}

.focus\:text-primary-950\/85:focus {
  color: rgb(70 23 8 / 0.85);
}

.focus\:text-primary-950\/90:focus {
  color: rgb(70 23 8 / 0.9);
}

.focus\:text-primary-950\/95:focus {
  color: rgb(70 23 8 / 0.95);
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-transparent\/0:focus {
  color: rgb(0 0 0 / 0);
}

.focus\:text-transparent\/10:focus {
  color: rgb(0 0 0 / 0.1);
}

.focus\:text-transparent\/100:focus {
  color: rgb(0 0 0 / 1);
}

.focus\:text-transparent\/15:focus {
  color: rgb(0 0 0 / 0.15);
}

.focus\:text-transparent\/20:focus {
  color: rgb(0 0 0 / 0.2);
}

.focus\:text-transparent\/25:focus {
  color: rgb(0 0 0 / 0.25);
}

.focus\:text-transparent\/30:focus {
  color: rgb(0 0 0 / 0.3);
}

.focus\:text-transparent\/35:focus {
  color: rgb(0 0 0 / 0.35);
}

.focus\:text-transparent\/40:focus {
  color: rgb(0 0 0 / 0.4);
}

.focus\:text-transparent\/45:focus {
  color: rgb(0 0 0 / 0.45);
}

.focus\:text-transparent\/5:focus {
  color: rgb(0 0 0 / 0.05);
}

.focus\:text-transparent\/50:focus {
  color: rgb(0 0 0 / 0.5);
}

.focus\:text-transparent\/55:focus {
  color: rgb(0 0 0 / 0.55);
}

.focus\:text-transparent\/60:focus {
  color: rgb(0 0 0 / 0.6);
}

.focus\:text-transparent\/65:focus {
  color: rgb(0 0 0 / 0.65);
}

.focus\:text-transparent\/70:focus {
  color: rgb(0 0 0 / 0.7);
}

.focus\:text-transparent\/75:focus {
  color: rgb(0 0 0 / 0.75);
}

.focus\:text-transparent\/80:focus {
  color: rgb(0 0 0 / 0.8);
}

.focus\:text-transparent\/85:focus {
  color: rgb(0 0 0 / 0.85);
}

.focus\:text-transparent\/90:focus {
  color: rgb(0 0 0 / 0.9);
}

.focus\:text-transparent\/95:focus {
  color: rgb(0 0 0 / 0.95);
}

.focus\:text-white:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus\:text-white\/0:focus {
  color: rgb(255 255 255 / 0);
}

.focus\:text-white\/10:focus {
  color: rgb(255 255 255 / 0.1);
}

.focus\:text-white\/100:focus {
  color: rgb(255 255 255 / 1);
}

.focus\:text-white\/15:focus {
  color: rgb(255 255 255 / 0.15);
}

.focus\:text-white\/20:focus {
  color: rgb(255 255 255 / 0.2);
}

.focus\:text-white\/25:focus {
  color: rgb(255 255 255 / 0.25);
}

.focus\:text-white\/30:focus {
  color: rgb(255 255 255 / 0.3);
}

.focus\:text-white\/35:focus {
  color: rgb(255 255 255 / 0.35);
}

.focus\:text-white\/40:focus {
  color: rgb(255 255 255 / 0.4);
}

.focus\:text-white\/45:focus {
  color: rgb(255 255 255 / 0.45);
}

.focus\:text-white\/5:focus {
  color: rgb(255 255 255 / 0.05);
}

.focus\:text-white\/50:focus {
  color: rgb(255 255 255 / 0.5);
}

.focus\:text-white\/55:focus {
  color: rgb(255 255 255 / 0.55);
}

.focus\:text-white\/60:focus {
  color: rgb(255 255 255 / 0.6);
}

.focus\:text-white\/65:focus {
  color: rgb(255 255 255 / 0.65);
}

.focus\:text-white\/70:focus {
  color: rgb(255 255 255 / 0.7);
}

.focus\:text-white\/75:focus {
  color: rgb(255 255 255 / 0.75);
}

.focus\:text-white\/80:focus {
  color: rgb(255 255 255 / 0.8);
}

.focus\:text-white\/85:focus {
  color: rgb(255 255 255 / 0.85);
}

.focus\:text-white\/90:focus {
  color: rgb(255 255 255 / 0.9);
}

.focus\:text-white\/95:focus {
  color: rgb(255 255 255 / 0.95);
}

.focus\:antialiased:focus {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus\:subpixel-antialiased:focus {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus\:shadow:focus {
  --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);
}

.focus\:shadow-2xl:focus {
  --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);
}

.focus\:shadow-inner:focus {
  --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);
}

.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-md:focus {
  --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);
}

.focus\:shadow-none:focus {
  --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);
}

.focus\:shadow-sm:focus {
  --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);
}

.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\:shadow-accent-100:focus {
  --tw-shadow-color: #ebfbcb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/0:focus {
  --tw-shadow-color: rgb(235 251 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/10:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/100:focus {
  --tw-shadow-color: rgb(235 251 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/15:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/20:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/25:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/30:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/35:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/40:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/45:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/5:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/50:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/55:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/60:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/65:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/70:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/75:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/80:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/85:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/90:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-100\/95:focus {
  --tw-shadow-color: rgb(235 251 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200:focus {
  --tw-shadow-color: #d8f69a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/0:focus {
  --tw-shadow-color: rgb(216 246 154 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/10:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/100:focus {
  --tw-shadow-color: rgb(216 246 154 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/15:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/20:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/25:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/30:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/35:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/40:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/45:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/5:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/50:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/55:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/60:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/65:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/70:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/75:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/80:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/85:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/90:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-200\/95:focus {
  --tw-shadow-color: rgb(216 246 154 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300:focus {
  --tw-shadow-color: #c4f078;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/0:focus {
  --tw-shadow-color: rgb(196 240 120 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/10:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/100:focus {
  --tw-shadow-color: rgb(196 240 120 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/15:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/20:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/25:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/30:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/35:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/40:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/45:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/5:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/50:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/55:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/60:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/65:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/70:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/75:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/80:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/85:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/90:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-300\/95:focus {
  --tw-shadow-color: rgb(196 240 120 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400:focus {
  --tw-shadow-color: #b7ed68;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/0:focus {
  --tw-shadow-color: rgb(183 237 104 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/10:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/100:focus {
  --tw-shadow-color: rgb(183 237 104 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/15:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/20:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/25:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/30:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/35:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/40:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/45:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/5:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/50:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/55:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/60:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/65:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/70:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/75:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/80:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/85:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/90:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-400\/95:focus {
  --tw-shadow-color: rgb(183 237 104 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50:focus {
  --tw-shadow-color: #f7fdeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/0:focus {
  --tw-shadow-color: rgb(247 253 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/10:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/100:focus {
  --tw-shadow-color: rgb(247 253 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/15:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/20:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/25:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/30:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/35:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/40:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/45:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/5:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/50:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/55:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/60:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/65:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/70:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/75:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/80:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/85:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/90:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-50\/95:focus {
  --tw-shadow-color: rgb(247 253 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500:focus {
  --tw-shadow-color: #aeeb60;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/0:focus {
  --tw-shadow-color: rgb(174 235 96 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/10:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/100:focus {
  --tw-shadow-color: rgb(174 235 96 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/15:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/20:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/25:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/30:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/35:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/40:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/45:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/5:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/50:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/55:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/60:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/65:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/70:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/75:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/80:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/85:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/90:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-500\/95:focus {
  --tw-shadow-color: rgb(174 235 96 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600:focus {
  --tw-shadow-color: #82c930;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/0:focus {
  --tw-shadow-color: rgb(130 201 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/10:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/100:focus {
  --tw-shadow-color: rgb(130 201 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/15:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/20:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/25:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/30:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/35:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/40:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/45:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/5:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/50:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/55:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/60:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/65:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/70:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/75:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/80:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/85:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/90:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-600\/95:focus {
  --tw-shadow-color: rgb(130 201 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700:focus {
  --tw-shadow-color: #61a11f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/0:focus {
  --tw-shadow-color: rgb(97 161 31 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/10:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/100:focus {
  --tw-shadow-color: rgb(97 161 31 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/15:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/20:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/25:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/30:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/35:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/40:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/45:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/5:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/50:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/55:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/60:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/65:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/70:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/75:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/80:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/85:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/90:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-700\/95:focus {
  --tw-shadow-color: rgb(97 161 31 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800:focus {
  --tw-shadow-color: #4e7e20;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/0:focus {
  --tw-shadow-color: rgb(78 126 32 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/10:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/100:focus {
  --tw-shadow-color: rgb(78 126 32 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/15:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/20:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/25:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/30:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/35:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/40:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/45:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/5:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/50:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/55:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/60:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/65:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/70:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/75:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/80:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/85:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/90:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-800\/95:focus {
  --tw-shadow-color: rgb(78 126 32 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900:focus {
  --tw-shadow-color: #426a21;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/0:focus {
  --tw-shadow-color: rgb(66 106 33 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/10:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/100:focus {
  --tw-shadow-color: rgb(66 106 33 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/15:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/20:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/25:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/30:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/35:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/40:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/45:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/5:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/50:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/55:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/60:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/65:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/70:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/75:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/80:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/85:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/90:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-900\/95:focus {
  --tw-shadow-color: rgb(66 106 33 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950:focus {
  --tw-shadow-color: #203a0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/0:focus {
  --tw-shadow-color: rgb(32 58 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/10:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/100:focus {
  --tw-shadow-color: rgb(32 58 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/15:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/20:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/25:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/30:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/35:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/40:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/45:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/5:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/50:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/55:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/60:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/65:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/70:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/75:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/80:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/85:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/90:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-accent-950\/95:focus {
  --tw-shadow-color: rgb(32 58 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100:focus {
  --tw-shadow-color: #fef3c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/0:focus {
  --tw-shadow-color: rgb(254 243 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/10:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/100:focus {
  --tw-shadow-color: rgb(254 243 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/15:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/20:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/25:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/30:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/35:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/40:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/45:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/5:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/50:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/55:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/60:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/65:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/70:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/75:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/80:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/85:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/90:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-100\/95:focus {
  --tw-shadow-color: rgb(254 243 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200:focus {
  --tw-shadow-color: #fde68a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/0:focus {
  --tw-shadow-color: rgb(253 230 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/10:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/100:focus {
  --tw-shadow-color: rgb(253 230 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/15:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/20:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/25:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/30:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/35:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/40:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/45:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/5:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/50:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/55:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/60:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/65:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/70:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/75:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/80:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/85:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/90:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-200\/95:focus {
  --tw-shadow-color: rgb(253 230 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300:focus {
  --tw-shadow-color: #fcd34d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/0:focus {
  --tw-shadow-color: rgb(252 211 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/10:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/100:focus {
  --tw-shadow-color: rgb(252 211 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/15:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/20:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/25:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/30:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/35:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/40:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/45:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/5:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/50:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/55:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/60:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/65:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/70:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/75:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/80:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/85:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/90:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-300\/95:focus {
  --tw-shadow-color: rgb(252 211 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400:focus {
  --tw-shadow-color: #fbbf24;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/0:focus {
  --tw-shadow-color: rgb(251 191 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/10:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/100:focus {
  --tw-shadow-color: rgb(251 191 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/15:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/20:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/25:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/30:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/35:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/40:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/45:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/5:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/50:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/55:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/60:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/65:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/70:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/75:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/80:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/85:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/90:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-400\/95:focus {
  --tw-shadow-color: rgb(251 191 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50:focus {
  --tw-shadow-color: #fffbeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/0:focus {
  --tw-shadow-color: rgb(255 251 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/10:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/100:focus {
  --tw-shadow-color: rgb(255 251 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/15:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/20:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/25:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/30:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/35:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/40:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/45:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/5:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/50:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/55:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/60:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/65:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/70:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/75:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/80:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/85:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/90:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-50\/95:focus {
  --tw-shadow-color: rgb(255 251 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500:focus {
  --tw-shadow-color: #f59e0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/0:focus {
  --tw-shadow-color: rgb(245 158 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/10:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/100:focus {
  --tw-shadow-color: rgb(245 158 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/15:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/20:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/25:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/30:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/35:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/40:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/45:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/5:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/50:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/55:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/60:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/65:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/70:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/75:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/80:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/85:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/90:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-500\/95:focus {
  --tw-shadow-color: rgb(245 158 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600:focus {
  --tw-shadow-color: #d97706;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/0:focus {
  --tw-shadow-color: rgb(217 119 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/10:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/100:focus {
  --tw-shadow-color: rgb(217 119 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/15:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/20:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/25:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/30:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/35:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/40:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/45:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/5:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/50:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/55:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/60:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/65:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/70:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/75:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/80:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/85:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/90:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-600\/95:focus {
  --tw-shadow-color: rgb(217 119 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700:focus {
  --tw-shadow-color: #b45309;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/0:focus {
  --tw-shadow-color: rgb(180 83 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/10:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/100:focus {
  --tw-shadow-color: rgb(180 83 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/15:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/20:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/25:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/30:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/35:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/40:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/45:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/5:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/50:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/55:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/60:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/65:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/70:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/75:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/80:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/85:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/90:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-700\/95:focus {
  --tw-shadow-color: rgb(180 83 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800:focus {
  --tw-shadow-color: #92400e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/0:focus {
  --tw-shadow-color: rgb(146 64 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/10:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/100:focus {
  --tw-shadow-color: rgb(146 64 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/15:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/20:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/25:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/30:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/35:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/40:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/45:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/5:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/50:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/55:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/60:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/65:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/70:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/75:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/80:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/85:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/90:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-800\/95:focus {
  --tw-shadow-color: rgb(146 64 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900:focus {
  --tw-shadow-color: #78350f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/0:focus {
  --tw-shadow-color: rgb(120 53 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/10:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/100:focus {
  --tw-shadow-color: rgb(120 53 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/15:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/20:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/25:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/30:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/35:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/40:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/45:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/5:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/50:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/55:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/60:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/65:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/70:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/75:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/80:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/85:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/90:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-900\/95:focus {
  --tw-shadow-color: rgb(120 53 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950:focus {
  --tw-shadow-color: #451a03;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/0:focus {
  --tw-shadow-color: rgb(69 26 3 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/10:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/100:focus {
  --tw-shadow-color: rgb(69 26 3 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/15:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/20:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/25:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/30:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/35:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/40:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/45:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/5:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/50:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/55:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/60:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/65:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/70:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/75:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/80:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/85:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/90:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-amber-950\/95:focus {
  --tw-shadow-color: rgb(69 26 3 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black:focus {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/0:focus {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/10:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/100:focus {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/15:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/20:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/25:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/30:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/35:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/40:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/45:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/5:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/50:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/55:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/60:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/65:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/70:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/75:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/80:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/85:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/90:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-black\/95:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100:focus {
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/0:focus {
  --tw-shadow-color: rgb(219 234 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/10:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/100:focus {
  --tw-shadow-color: rgb(219 234 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/15:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/20:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/25:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/30:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/35:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/40:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/45:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/5:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/50:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/55:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/60:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/65:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/70:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/75:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/80:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/85:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/90:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-100\/95:focus {
  --tw-shadow-color: rgb(219 234 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200:focus {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/0:focus {
  --tw-shadow-color: rgb(191 219 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/10:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/100:focus {
  --tw-shadow-color: rgb(191 219 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/15:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/20:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/25:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/30:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/35:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/40:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/45:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/5:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/50:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/55:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/60:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/65:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/70:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/75:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/80:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/85:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/90:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-200\/95:focus {
  --tw-shadow-color: rgb(191 219 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300:focus {
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/0:focus {
  --tw-shadow-color: rgb(147 197 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/10:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/100:focus {
  --tw-shadow-color: rgb(147 197 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/15:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/20:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/25:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/30:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/35:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/40:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/45:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/5:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/50:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/55:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/60:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/65:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/70:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/75:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/80:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/85:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/90:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-300\/95:focus {
  --tw-shadow-color: rgb(147 197 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400:focus {
  --tw-shadow-color: #60a5fa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/0:focus {
  --tw-shadow-color: rgb(96 165 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/10:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/100:focus {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/15:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/20:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/25:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/30:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/35:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/40:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/45:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/5:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/50:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/55:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/60:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/65:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/70:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/75:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/80:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/85:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/90:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-400\/95:focus {
  --tw-shadow-color: rgb(96 165 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50:focus {
  --tw-shadow-color: #eff6ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/0:focus {
  --tw-shadow-color: rgb(239 246 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/10:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/100:focus {
  --tw-shadow-color: rgb(239 246 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/15:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/20:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/25:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/30:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/35:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/40:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/45:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/5:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/50:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/55:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/60:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/65:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/70:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/75:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/80:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/85:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/90:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-50\/95:focus {
  --tw-shadow-color: rgb(239 246 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500:focus {
  --tw-shadow-color: #3b82f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/0:focus {
  --tw-shadow-color: rgb(59 130 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/10:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/100:focus {
  --tw-shadow-color: rgb(59 130 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/15:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/20:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/25:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/30:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/35:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/40:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/45:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/5:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/50:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/55:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/60:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/65:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/70:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/75:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/80:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/85:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/90:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-500\/95:focus {
  --tw-shadow-color: rgb(59 130 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600:focus {
  --tw-shadow-color: #2563eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/0:focus {
  --tw-shadow-color: rgb(37 99 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/10:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/100:focus {
  --tw-shadow-color: rgb(37 99 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/15:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/20:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/25:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/30:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/35:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/40:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/45:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/5:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/50:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/55:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/60:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/65:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/70:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/75:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/80:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/85:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/90:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-600\/95:focus {
  --tw-shadow-color: rgb(37 99 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700:focus {
  --tw-shadow-color: #1d4ed8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/0:focus {
  --tw-shadow-color: rgb(29 78 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/10:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/100:focus {
  --tw-shadow-color: rgb(29 78 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/15:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/20:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/25:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/30:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/35:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/40:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/45:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/5:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/50:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/55:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/60:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/65:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/70:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/75:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/80:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/85:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/90:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-700\/95:focus {
  --tw-shadow-color: rgb(29 78 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800:focus {
  --tw-shadow-color: #1e40af;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/0:focus {
  --tw-shadow-color: rgb(30 64 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/10:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/100:focus {
  --tw-shadow-color: rgb(30 64 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/15:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/20:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/25:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/30:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/35:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/40:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/45:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/5:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/50:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/55:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/60:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/65:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/70:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/75:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/80:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/85:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/90:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-800\/95:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900:focus {
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/0:focus {
  --tw-shadow-color: rgb(30 58 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/10:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/100:focus {
  --tw-shadow-color: rgb(30 58 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/15:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/20:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/25:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/30:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/35:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/40:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/45:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/5:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/50:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/55:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/60:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/65:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/70:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/75:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/80:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/85:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/90:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-900\/95:focus {
  --tw-shadow-color: rgb(30 58 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950:focus {
  --tw-shadow-color: #172554;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/0:focus {
  --tw-shadow-color: rgb(23 37 84 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/10:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/100:focus {
  --tw-shadow-color: rgb(23 37 84 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/15:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/20:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/25:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/30:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/35:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/40:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/45:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/5:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/50:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/55:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/60:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/65:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/70:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/75:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/80:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/85:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/90:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-blue-950\/95:focus {
  --tw-shadow-color: rgb(23 37 84 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100:focus {
  --tw-shadow-color: #e9e3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/0:focus {
  --tw-shadow-color: rgb(233 227 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/10:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/100:focus {
  --tw-shadow-color: rgb(233 227 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/15:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/20:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/25:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/30:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/35:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/40:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/45:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/5:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/50:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/55:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/60:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/65:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/70:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/75:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/80:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/85:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/90:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-100\/95:focus {
  --tw-shadow-color: rgb(233 227 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200:focus {
  --tw-shadow-color: #d3c7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/0:focus {
  --tw-shadow-color: rgb(211 199 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/10:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/100:focus {
  --tw-shadow-color: rgb(211 199 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/15:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/20:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/25:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/30:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/35:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/40:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/45:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/5:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/50:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/55:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/60:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/65:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/70:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/75:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/80:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/85:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/90:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-200\/95:focus {
  --tw-shadow-color: rgb(211 199 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300:focus {
  --tw-shadow-color: #b79aff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/0:focus {
  --tw-shadow-color: rgb(183 154 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/10:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/100:focus {
  --tw-shadow-color: rgb(183 154 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/15:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/20:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/25:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/30:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/35:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/40:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/45:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/5:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/50:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/55:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/60:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/65:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/70:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/75:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/80:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/85:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/90:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-300\/95:focus {
  --tw-shadow-color: rgb(183 154 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400:focus {
  --tw-shadow-color: #9562ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/0:focus {
  --tw-shadow-color: rgb(149 98 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/10:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/100:focus {
  --tw-shadow-color: rgb(149 98 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/15:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/20:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/25:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/30:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/35:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/40:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/45:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/5:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/50:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/55:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/60:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/65:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/70:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/75:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/80:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/85:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/90:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-400\/95:focus {
  --tw-shadow-color: rgb(149 98 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50:focus {
  --tw-shadow-color: #f4f1ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/0:focus {
  --tw-shadow-color: rgb(244 241 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/10:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/100:focus {
  --tw-shadow-color: rgb(244 241 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/15:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/20:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/25:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/30:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/35:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/40:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/45:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/5:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/50:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/55:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/60:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/65:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/70:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/75:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/80:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/85:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/90:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-50\/95:focus {
  --tw-shadow-color: rgb(244 241 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500:focus {
  --tw-shadow-color: #4e1cd1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/0:focus {
  --tw-shadow-color: rgb(78 28 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/10:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/100:focus {
  --tw-shadow-color: rgb(78 28 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/15:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/20:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/25:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/30:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/35:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/40:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/45:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/5:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/50:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/55:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/60:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/65:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/70:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/75:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/80:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/85:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/90:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-500\/95:focus {
  --tw-shadow-color: rgb(78 28 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600:focus {
  --tw-shadow-color: #4115b5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/0:focus {
  --tw-shadow-color: rgb(65 21 181 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/10:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/100:focus {
  --tw-shadow-color: rgb(65 21 181 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/15:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/20:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/25:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/30:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/35:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/40:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/45:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/5:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/50:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/55:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/60:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/65:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/70:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/75:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/80:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/85:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/90:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-600\/95:focus {
  --tw-shadow-color: rgb(65 21 181 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700:focus {
  --tw-shadow-color: #361096;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/0:focus {
  --tw-shadow-color: rgb(54 16 150 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/10:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/100:focus {
  --tw-shadow-color: rgb(54 16 150 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/15:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/20:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/25:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/30:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/35:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/40:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/45:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/5:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/50:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/55:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/60:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/65:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/70:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/75:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/80:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/85:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/90:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-700\/95:focus {
  --tw-shadow-color: rgb(54 16 150 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800:focus {
  --tw-shadow-color: #2e1078;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/0:focus {
  --tw-shadow-color: rgb(46 16 120 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/10:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/100:focus {
  --tw-shadow-color: rgb(46 16 120 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/15:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/20:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/25:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/30:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/35:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/40:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/45:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/5:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/50:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/55:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/60:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/65:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/70:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/75:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/80:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/85:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/90:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-800\/95:focus {
  --tw-shadow-color: rgb(46 16 120 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900:focus {
  --tw-shadow-color: #270f62;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/0:focus {
  --tw-shadow-color: rgb(39 15 98 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/10:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/100:focus {
  --tw-shadow-color: rgb(39 15 98 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/15:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/20:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/25:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/30:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/35:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/40:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/45:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/5:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/50:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/55:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/60:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/65:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/70:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/75:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/80:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/85:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/90:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-900\/95:focus {
  --tw-shadow-color: rgb(39 15 98 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950:focus {
  --tw-shadow-color: #16053a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/0:focus {
  --tw-shadow-color: rgb(22 5 58 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/10:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/100:focus {
  --tw-shadow-color: rgb(22 5 58 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/15:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/20:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/25:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/30:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/35:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/40:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/45:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/5:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/50:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/55:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/60:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/65:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/70:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/75:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/80:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/85:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/90:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-brand-950\/95:focus {
  --tw-shadow-color: rgb(22 5 58 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-current:focus {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100:focus {
  --tw-shadow-color: #cffafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/0:focus {
  --tw-shadow-color: rgb(207 250 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/10:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/100:focus {
  --tw-shadow-color: rgb(207 250 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/15:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/20:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/25:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/30:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/35:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/40:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/45:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/5:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/50:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/55:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/60:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/65:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/70:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/75:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/80:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/85:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/90:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-100\/95:focus {
  --tw-shadow-color: rgb(207 250 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200:focus {
  --tw-shadow-color: #a5f3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/0:focus {
  --tw-shadow-color: rgb(165 243 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/10:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/100:focus {
  --tw-shadow-color: rgb(165 243 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/15:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/20:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/25:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/30:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/35:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/40:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/45:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/5:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/50:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/55:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/60:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/65:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/70:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/75:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/80:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/85:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/90:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-200\/95:focus {
  --tw-shadow-color: rgb(165 243 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300:focus {
  --tw-shadow-color: #67e8f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/0:focus {
  --tw-shadow-color: rgb(103 232 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/10:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/100:focus {
  --tw-shadow-color: rgb(103 232 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/15:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/20:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/25:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/30:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/35:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/40:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/45:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/5:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/50:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/55:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/60:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/65:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/70:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/75:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/80:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/85:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/90:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-300\/95:focus {
  --tw-shadow-color: rgb(103 232 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400:focus {
  --tw-shadow-color: #22d3ee;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/0:focus {
  --tw-shadow-color: rgb(34 211 238 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/10:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/100:focus {
  --tw-shadow-color: rgb(34 211 238 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/15:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/20:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/25:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/30:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/35:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/40:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/45:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/5:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/50:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/55:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/60:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/65:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/70:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/75:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/80:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/85:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/90:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-400\/95:focus {
  --tw-shadow-color: rgb(34 211 238 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50:focus {
  --tw-shadow-color: #ecfeff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/0:focus {
  --tw-shadow-color: rgb(236 254 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/10:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/100:focus {
  --tw-shadow-color: rgb(236 254 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/15:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/20:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/25:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/30:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/35:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/40:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/45:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/5:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/50:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/55:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/60:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/65:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/70:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/75:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/80:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/85:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/90:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-50\/95:focus {
  --tw-shadow-color: rgb(236 254 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500:focus {
  --tw-shadow-color: #06b6d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/0:focus {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/10:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/100:focus {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/15:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/20:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/25:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/30:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/35:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/40:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/45:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/5:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/50:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/55:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/60:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/65:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/70:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/75:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/80:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/85:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/90:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-500\/95:focus {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600:focus {
  --tw-shadow-color: #0891b2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/0:focus {
  --tw-shadow-color: rgb(8 145 178 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/10:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/100:focus {
  --tw-shadow-color: rgb(8 145 178 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/15:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/20:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/25:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/30:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/35:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/40:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/45:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/5:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/50:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/55:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/60:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/65:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/70:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/75:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/80:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/85:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/90:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-600\/95:focus {
  --tw-shadow-color: rgb(8 145 178 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700:focus {
  --tw-shadow-color: #0e7490;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/0:focus {
  --tw-shadow-color: rgb(14 116 144 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/10:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/100:focus {
  --tw-shadow-color: rgb(14 116 144 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/15:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/20:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/25:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/30:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/35:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/40:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/45:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/5:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/50:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/55:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/60:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/65:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/70:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/75:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/80:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/85:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/90:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-700\/95:focus {
  --tw-shadow-color: rgb(14 116 144 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800:focus {
  --tw-shadow-color: #155e75;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/0:focus {
  --tw-shadow-color: rgb(21 94 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/10:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/100:focus {
  --tw-shadow-color: rgb(21 94 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/15:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/20:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/25:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/30:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/35:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/40:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/45:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/5:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/50:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/55:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/60:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/65:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/70:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/75:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/80:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/85:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/90:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-800\/95:focus {
  --tw-shadow-color: rgb(21 94 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900:focus {
  --tw-shadow-color: #164e63;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/0:focus {
  --tw-shadow-color: rgb(22 78 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/10:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/100:focus {
  --tw-shadow-color: rgb(22 78 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/15:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/20:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/25:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/30:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/35:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/40:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/45:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/5:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/50:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/55:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/60:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/65:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/70:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/75:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/80:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/85:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/90:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-900\/95:focus {
  --tw-shadow-color: rgb(22 78 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950:focus {
  --tw-shadow-color: #083344;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/0:focus {
  --tw-shadow-color: rgb(8 51 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/10:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/100:focus {
  --tw-shadow-color: rgb(8 51 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/15:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/20:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/25:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/30:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/35:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/40:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/45:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/5:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/50:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/55:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/60:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/65:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/70:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/75:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/80:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/85:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/90:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-cyan-950\/95:focus {
  --tw-shadow-color: rgb(8 51 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100:focus {
  --tw-shadow-color: #d1fae5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/0:focus {
  --tw-shadow-color: rgb(209 250 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/10:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/100:focus {
  --tw-shadow-color: rgb(209 250 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/15:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/20:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/25:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/30:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/35:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/40:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/45:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/5:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/50:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/55:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/60:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/65:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/70:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/75:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/80:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/85:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/90:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-100\/95:focus {
  --tw-shadow-color: rgb(209 250 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200:focus {
  --tw-shadow-color: #a7f3d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/0:focus {
  --tw-shadow-color: rgb(167 243 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/10:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/100:focus {
  --tw-shadow-color: rgb(167 243 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/15:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/20:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/25:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/30:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/35:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/40:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/45:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/5:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/50:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/55:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/60:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/65:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/70:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/75:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/80:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/85:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/90:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-200\/95:focus {
  --tw-shadow-color: rgb(167 243 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300:focus {
  --tw-shadow-color: #6ee7b7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/0:focus {
  --tw-shadow-color: rgb(110 231 183 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/10:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/100:focus {
  --tw-shadow-color: rgb(110 231 183 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/15:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/20:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/25:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/30:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/35:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/40:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/45:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/5:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/50:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/55:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/60:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/65:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/70:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/75:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/80:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/85:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/90:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-300\/95:focus {
  --tw-shadow-color: rgb(110 231 183 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400:focus {
  --tw-shadow-color: #34d399;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/0:focus {
  --tw-shadow-color: rgb(52 211 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/10:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/100:focus {
  --tw-shadow-color: rgb(52 211 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/15:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/20:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/25:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/30:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/35:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/40:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/45:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/5:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/50:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/55:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/60:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/65:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/70:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/75:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/80:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/85:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/90:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-400\/95:focus {
  --tw-shadow-color: rgb(52 211 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50:focus {
  --tw-shadow-color: #ecfdf5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/0:focus {
  --tw-shadow-color: rgb(236 253 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/10:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/100:focus {
  --tw-shadow-color: rgb(236 253 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/15:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/20:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/25:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/30:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/35:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/40:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/45:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/5:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/50:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/55:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/60:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/65:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/70:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/75:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/80:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/85:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/90:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-50\/95:focus {
  --tw-shadow-color: rgb(236 253 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500:focus {
  --tw-shadow-color: #10b981;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/0:focus {
  --tw-shadow-color: rgb(16 185 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/10:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/100:focus {
  --tw-shadow-color: rgb(16 185 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/15:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/20:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/25:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/30:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/35:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/40:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/45:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/5:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/50:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/55:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/60:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/65:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/70:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/75:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/80:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/85:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/90:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-500\/95:focus {
  --tw-shadow-color: rgb(16 185 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600:focus {
  --tw-shadow-color: #059669;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/0:focus {
  --tw-shadow-color: rgb(5 150 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/10:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/100:focus {
  --tw-shadow-color: rgb(5 150 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/15:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/20:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/25:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/30:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/35:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/40:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/45:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/5:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/50:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/55:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/60:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/65:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/70:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/75:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/80:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/85:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/90:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-600\/95:focus {
  --tw-shadow-color: rgb(5 150 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700:focus {
  --tw-shadow-color: #047857;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/0:focus {
  --tw-shadow-color: rgb(4 120 87 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/10:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/100:focus {
  --tw-shadow-color: rgb(4 120 87 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/15:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/20:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/25:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/30:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/35:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/40:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/45:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/5:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/50:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/55:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/60:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/65:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/70:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/75:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/80:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/85:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/90:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-700\/95:focus {
  --tw-shadow-color: rgb(4 120 87 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800:focus {
  --tw-shadow-color: #065f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/0:focus {
  --tw-shadow-color: rgb(6 95 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/10:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/100:focus {
  --tw-shadow-color: rgb(6 95 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/15:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/20:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/25:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/30:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/35:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/40:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/45:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/5:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/50:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/55:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/60:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/65:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/70:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/75:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/80:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/85:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/90:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-800\/95:focus {
  --tw-shadow-color: rgb(6 95 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900:focus {
  --tw-shadow-color: #064e3b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/0:focus {
  --tw-shadow-color: rgb(6 78 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/10:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/100:focus {
  --tw-shadow-color: rgb(6 78 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/15:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/20:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/25:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/30:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/35:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/40:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/45:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/5:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/50:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/55:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/60:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/65:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/70:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/75:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/80:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/85:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/90:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-900\/95:focus {
  --tw-shadow-color: rgb(6 78 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950:focus {
  --tw-shadow-color: #022c22;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/0:focus {
  --tw-shadow-color: rgb(2 44 34 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/10:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/100:focus {
  --tw-shadow-color: rgb(2 44 34 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/15:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/20:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/25:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/30:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/35:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/40:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/45:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/5:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/50:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/55:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/60:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/65:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/70:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/75:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/80:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/85:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/90:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-emerald-950\/95:focus {
  --tw-shadow-color: rgb(2 44 34 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100:focus {
  --tw-shadow-color: #fae8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/0:focus {
  --tw-shadow-color: rgb(250 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/10:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/100:focus {
  --tw-shadow-color: rgb(250 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/15:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/20:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/25:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/30:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/35:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/40:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/45:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/5:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/50:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/55:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/60:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/65:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/70:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/75:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/80:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/85:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/90:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-100\/95:focus {
  --tw-shadow-color: rgb(250 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200:focus {
  --tw-shadow-color: #f5d0fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/0:focus {
  --tw-shadow-color: rgb(245 208 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/10:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/100:focus {
  --tw-shadow-color: rgb(245 208 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/15:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/20:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/25:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/30:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/35:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/40:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/45:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/5:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/50:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/55:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/60:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/65:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/70:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/75:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/80:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/85:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/90:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-200\/95:focus {
  --tw-shadow-color: rgb(245 208 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300:focus {
  --tw-shadow-color: #f0abfc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/0:focus {
  --tw-shadow-color: rgb(240 171 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/10:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/100:focus {
  --tw-shadow-color: rgb(240 171 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/15:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/20:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/25:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/30:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/35:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/40:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/45:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/5:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/50:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/55:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/60:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/65:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/70:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/75:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/80:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/85:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/90:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-300\/95:focus {
  --tw-shadow-color: rgb(240 171 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400:focus {
  --tw-shadow-color: #e879f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/0:focus {
  --tw-shadow-color: rgb(232 121 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/10:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/100:focus {
  --tw-shadow-color: rgb(232 121 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/15:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/20:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/25:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/30:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/35:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/40:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/45:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/5:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/50:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/55:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/60:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/65:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/70:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/75:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/80:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/85:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/90:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-400\/95:focus {
  --tw-shadow-color: rgb(232 121 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50:focus {
  --tw-shadow-color: #fdf4ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/0:focus {
  --tw-shadow-color: rgb(253 244 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/10:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/100:focus {
  --tw-shadow-color: rgb(253 244 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/15:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/20:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/25:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/30:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/35:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/40:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/45:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/5:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/50:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/55:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/60:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/65:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/70:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/75:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/80:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/85:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/90:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-50\/95:focus {
  --tw-shadow-color: rgb(253 244 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500:focus {
  --tw-shadow-color: #d946ef;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/0:focus {
  --tw-shadow-color: rgb(217 70 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/10:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/100:focus {
  --tw-shadow-color: rgb(217 70 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/15:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/20:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/25:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/30:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/35:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/40:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/45:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/5:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/50:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/55:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/60:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/65:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/70:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/75:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/80:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/85:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/90:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-500\/95:focus {
  --tw-shadow-color: rgb(217 70 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600:focus {
  --tw-shadow-color: #c026d3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/0:focus {
  --tw-shadow-color: rgb(192 38 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/10:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/100:focus {
  --tw-shadow-color: rgb(192 38 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/15:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/20:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/25:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/30:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/35:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/40:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/45:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/5:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/50:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/55:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/60:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/65:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/70:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/75:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/80:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/85:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/90:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-600\/95:focus {
  --tw-shadow-color: rgb(192 38 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700:focus {
  --tw-shadow-color: #a21caf;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/0:focus {
  --tw-shadow-color: rgb(162 28 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/10:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/100:focus {
  --tw-shadow-color: rgb(162 28 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/15:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/20:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/25:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/30:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/35:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/40:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/45:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/5:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/50:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/55:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/60:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/65:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/70:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/75:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/80:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/85:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/90:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-700\/95:focus {
  --tw-shadow-color: rgb(162 28 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800:focus {
  --tw-shadow-color: #86198f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/0:focus {
  --tw-shadow-color: rgb(134 25 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/10:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/100:focus {
  --tw-shadow-color: rgb(134 25 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/15:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/20:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/25:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/30:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/35:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/40:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/45:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/5:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/50:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/55:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/60:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/65:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/70:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/75:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/80:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/85:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/90:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-800\/95:focus {
  --tw-shadow-color: rgb(134 25 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900:focus {
  --tw-shadow-color: #701a75;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/0:focus {
  --tw-shadow-color: rgb(112 26 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/10:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/100:focus {
  --tw-shadow-color: rgb(112 26 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/15:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/20:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/25:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/30:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/35:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/40:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/45:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/5:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/50:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/55:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/60:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/65:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/70:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/75:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/80:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/85:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/90:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-900\/95:focus {
  --tw-shadow-color: rgb(112 26 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950:focus {
  --tw-shadow-color: #4a044e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/0:focus {
  --tw-shadow-color: rgb(74 4 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/10:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/100:focus {
  --tw-shadow-color: rgb(74 4 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/15:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/20:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/25:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/30:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/35:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/40:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/45:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/5:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/50:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/55:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/60:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/65:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/70:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/75:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/80:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/85:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/90:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-fuchsia-950\/95:focus {
  --tw-shadow-color: rgb(74 4 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100:focus {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/0:focus {
  --tw-shadow-color: rgb(243 244 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/10:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/100:focus {
  --tw-shadow-color: rgb(243 244 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/15:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/20:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/25:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/30:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/35:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/40:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/45:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/5:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/50:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/55:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/60:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/65:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/70:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/75:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/80:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/85:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/90:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-100\/95:focus {
  --tw-shadow-color: rgb(243 244 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200:focus {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/0:focus {
  --tw-shadow-color: rgb(229 231 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/10:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/100:focus {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/15:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/20:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/25:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/30:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/35:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/40:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/45:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/5:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/50:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/55:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/60:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/65:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/70:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/75:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/80:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/85:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/90:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-200\/95:focus {
  --tw-shadow-color: rgb(229 231 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300:focus {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/0:focus {
  --tw-shadow-color: rgb(209 213 219 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/10:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/100:focus {
  --tw-shadow-color: rgb(209 213 219 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/15:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/20:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/25:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/30:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/35:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/40:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/45:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/5:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/50:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/55:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/60:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/65:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/70:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/75:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/80:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/85:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/90:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-300\/95:focus {
  --tw-shadow-color: rgb(209 213 219 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400:focus {
  --tw-shadow-color: #9ca3af;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/0:focus {
  --tw-shadow-color: rgb(156 163 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/10:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/100:focus {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/15:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/20:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/25:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/30:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/35:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/40:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/45:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/5:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/50:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/55:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/60:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/65:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/70:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/75:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/80:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/85:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/90:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-400\/95:focus {
  --tw-shadow-color: rgb(156 163 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50:focus {
  --tw-shadow-color: #f9fafb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/0:focus {
  --tw-shadow-color: rgb(249 250 251 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/10:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/100:focus {
  --tw-shadow-color: rgb(249 250 251 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/15:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/20:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/25:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/30:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/35:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/40:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/45:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/5:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/50:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/55:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/60:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/65:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/70:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/75:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/80:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/85:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/90:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-50\/95:focus {
  --tw-shadow-color: rgb(249 250 251 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500:focus {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/0:focus {
  --tw-shadow-color: rgb(107 114 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/10:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/100:focus {
  --tw-shadow-color: rgb(107 114 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/15:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/20:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/25:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/30:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/35:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/40:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/45:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/5:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/50:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/55:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/60:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/65:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/70:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/75:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/80:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/85:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/90:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-500\/95:focus {
  --tw-shadow-color: rgb(107 114 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600:focus {
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/0:focus {
  --tw-shadow-color: rgb(75 85 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/10:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/100:focus {
  --tw-shadow-color: rgb(75 85 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/15:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/20:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/25:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/30:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/35:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/40:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/45:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/5:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/50:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/55:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/60:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/65:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/70:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/75:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/80:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/85:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/90:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-600\/95:focus {
  --tw-shadow-color: rgb(75 85 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700:focus {
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/0:focus {
  --tw-shadow-color: rgb(55 65 81 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/10:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/100:focus {
  --tw-shadow-color: rgb(55 65 81 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/15:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/20:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/25:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/30:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/35:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/40:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/45:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/5:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/50:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/55:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/60:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/65:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/70:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/75:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/80:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/85:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/90:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-700\/95:focus {
  --tw-shadow-color: rgb(55 65 81 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800:focus {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/0:focus {
  --tw-shadow-color: rgb(31 41 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/10:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/100:focus {
  --tw-shadow-color: rgb(31 41 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/15:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/20:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/25:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/30:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/35:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/40:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/45:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/5:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/50:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/55:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/60:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/65:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/70:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/75:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/80:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/85:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/90:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-800\/95:focus {
  --tw-shadow-color: rgb(31 41 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900:focus {
  --tw-shadow-color: #111827;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/0:focus {
  --tw-shadow-color: rgb(17 24 39 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/10:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/100:focus {
  --tw-shadow-color: rgb(17 24 39 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/15:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/20:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/25:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/30:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/35:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/40:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/45:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/5:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/50:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/55:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/60:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/65:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/70:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/75:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/80:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/85:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/90:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-900\/95:focus {
  --tw-shadow-color: rgb(17 24 39 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950:focus {
  --tw-shadow-color: #030712;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/0:focus {
  --tw-shadow-color: rgb(3 7 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/10:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/100:focus {
  --tw-shadow-color: rgb(3 7 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/15:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/20:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/25:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/30:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/35:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/40:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/45:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/5:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/50:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/55:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/60:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/65:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/70:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/75:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/80:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/85:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/90:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-gray-950\/95:focus {
  --tw-shadow-color: rgb(3 7 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100:focus {
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/0:focus {
  --tw-shadow-color: rgb(220 252 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/10:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/100:focus {
  --tw-shadow-color: rgb(220 252 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/15:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/20:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/25:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/30:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/35:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/40:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/45:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/5:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/50:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/55:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/60:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/65:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/70:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/75:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/80:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/85:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/90:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-100\/95:focus {
  --tw-shadow-color: rgb(220 252 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200:focus {
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/0:focus {
  --tw-shadow-color: rgb(187 247 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/10:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/100:focus {
  --tw-shadow-color: rgb(187 247 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/15:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/20:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/25:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/30:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/35:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/40:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/45:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/5:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/50:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/55:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/60:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/65:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/70:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/75:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/80:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/85:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/90:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-200\/95:focus {
  --tw-shadow-color: rgb(187 247 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300:focus {
  --tw-shadow-color: #86efac;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/0:focus {
  --tw-shadow-color: rgb(134 239 172 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/10:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/100:focus {
  --tw-shadow-color: rgb(134 239 172 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/15:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/20:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/25:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/30:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/35:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/40:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/45:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/5:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/50:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/55:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/60:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/65:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/70:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/75:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/80:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/85:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/90:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-300\/95:focus {
  --tw-shadow-color: rgb(134 239 172 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400:focus {
  --tw-shadow-color: #4ade80;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/0:focus {
  --tw-shadow-color: rgb(74 222 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/10:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/100:focus {
  --tw-shadow-color: rgb(74 222 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/15:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/20:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/25:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/30:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/35:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/40:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/45:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/5:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/50:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/55:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/60:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/65:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/70:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/75:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/80:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/85:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/90:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-400\/95:focus {
  --tw-shadow-color: rgb(74 222 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50:focus {
  --tw-shadow-color: #f0fdf4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/0:focus {
  --tw-shadow-color: rgb(240 253 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/10:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/100:focus {
  --tw-shadow-color: rgb(240 253 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/15:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/20:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/25:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/30:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/35:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/40:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/45:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/5:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/50:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/55:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/60:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/65:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/70:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/75:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/80:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/85:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/90:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-50\/95:focus {
  --tw-shadow-color: rgb(240 253 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500:focus {
  --tw-shadow-color: #22c55e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/0:focus {
  --tw-shadow-color: rgb(34 197 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/10:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/100:focus {
  --tw-shadow-color: rgb(34 197 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/15:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/20:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/25:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/30:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/35:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/40:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/45:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/5:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/50:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/55:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/60:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/65:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/70:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/75:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/80:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/85:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/90:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-500\/95:focus {
  --tw-shadow-color: rgb(34 197 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600:focus {
  --tw-shadow-color: #16a34a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/0:focus {
  --tw-shadow-color: rgb(22 163 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/10:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/100:focus {
  --tw-shadow-color: rgb(22 163 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/15:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/20:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/25:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/30:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/35:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/40:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/45:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/5:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/50:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/55:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/60:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/65:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/70:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/75:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/80:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/85:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/90:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-600\/95:focus {
  --tw-shadow-color: rgb(22 163 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700:focus {
  --tw-shadow-color: #15803d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/0:focus {
  --tw-shadow-color: rgb(21 128 61 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/10:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/100:focus {
  --tw-shadow-color: rgb(21 128 61 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/15:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/20:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/25:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/30:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/35:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/40:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/45:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/5:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/50:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/55:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/60:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/65:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/70:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/75:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/80:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/85:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/90:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-700\/95:focus {
  --tw-shadow-color: rgb(21 128 61 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800:focus {
  --tw-shadow-color: #166534;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/0:focus {
  --tw-shadow-color: rgb(22 101 52 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/10:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/100:focus {
  --tw-shadow-color: rgb(22 101 52 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/15:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/20:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/25:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/30:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/35:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/40:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/45:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/5:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/50:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/55:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/60:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/65:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/70:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/75:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/80:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/85:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/90:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-800\/95:focus {
  --tw-shadow-color: rgb(22 101 52 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900:focus {
  --tw-shadow-color: #14532d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/0:focus {
  --tw-shadow-color: rgb(20 83 45 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/10:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/100:focus {
  --tw-shadow-color: rgb(20 83 45 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/15:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/20:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/25:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/30:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/35:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/40:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/45:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/5:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/50:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/55:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/60:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/65:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/70:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/75:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/80:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/85:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/90:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-900\/95:focus {
  --tw-shadow-color: rgb(20 83 45 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950:focus {
  --tw-shadow-color: #052e16;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/0:focus {
  --tw-shadow-color: rgb(5 46 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/10:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/100:focus {
  --tw-shadow-color: rgb(5 46 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/15:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/20:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/25:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/30:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/35:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/40:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/45:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/5:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/50:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/55:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/60:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/65:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/70:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/75:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/80:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/85:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/90:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-green-950\/95:focus {
  --tw-shadow-color: rgb(5 46 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100:focus {
  --tw-shadow-color: #e0e7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/0:focus {
  --tw-shadow-color: rgb(224 231 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/10:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/100:focus {
  --tw-shadow-color: rgb(224 231 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/15:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/20:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/25:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/30:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/35:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/40:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/45:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/5:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/50:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/55:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/60:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/65:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/70:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/75:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/80:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/85:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/90:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-100\/95:focus {
  --tw-shadow-color: rgb(224 231 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200:focus {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/0:focus {
  --tw-shadow-color: rgb(199 210 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/10:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/100:focus {
  --tw-shadow-color: rgb(199 210 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/15:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/20:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/25:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/30:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/35:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/40:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/45:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/5:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/50:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/55:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/60:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/65:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/70:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/75:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/80:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/85:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/90:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-200\/95:focus {
  --tw-shadow-color: rgb(199 210 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300:focus {
  --tw-shadow-color: #a5b4fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/0:focus {
  --tw-shadow-color: rgb(165 180 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/10:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/100:focus {
  --tw-shadow-color: rgb(165 180 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/15:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/20:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/25:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/30:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/35:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/40:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/45:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/5:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/50:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/55:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/60:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/65:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/70:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/75:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/80:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/85:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/90:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-300\/95:focus {
  --tw-shadow-color: rgb(165 180 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400:focus {
  --tw-shadow-color: #818cf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/0:focus {
  --tw-shadow-color: rgb(129 140 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/10:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/100:focus {
  --tw-shadow-color: rgb(129 140 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/15:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/20:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/25:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/30:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/35:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/40:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/45:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/5:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/50:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/55:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/60:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/65:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/70:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/75:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/80:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/85:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/90:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-400\/95:focus {
  --tw-shadow-color: rgb(129 140 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50:focus {
  --tw-shadow-color: #eef2ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/0:focus {
  --tw-shadow-color: rgb(238 242 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/10:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/100:focus {
  --tw-shadow-color: rgb(238 242 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/15:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/20:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/25:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/30:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/35:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/40:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/45:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/5:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/50:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/55:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/60:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/65:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/70:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/75:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/80:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/85:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/90:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-50\/95:focus {
  --tw-shadow-color: rgb(238 242 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500:focus {
  --tw-shadow-color: #6366f1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/0:focus {
  --tw-shadow-color: rgb(99 102 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/10:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/100:focus {
  --tw-shadow-color: rgb(99 102 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/15:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/20:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/25:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/30:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/35:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/40:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/45:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/5:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/50:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/55:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/60:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/65:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/70:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/75:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/80:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/85:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/90:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-500\/95:focus {
  --tw-shadow-color: rgb(99 102 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600:focus {
  --tw-shadow-color: #4f46e5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/0:focus {
  --tw-shadow-color: rgb(79 70 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/10:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/100:focus {
  --tw-shadow-color: rgb(79 70 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/15:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/20:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/25:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/30:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/35:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/40:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/45:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/5:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/50:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/55:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/60:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/65:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/70:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/75:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/80:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/85:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/90:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-600\/95:focus {
  --tw-shadow-color: rgb(79 70 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700:focus {
  --tw-shadow-color: #4338ca;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/0:focus {
  --tw-shadow-color: rgb(67 56 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/10:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/100:focus {
  --tw-shadow-color: rgb(67 56 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/15:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/20:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/25:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/30:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/35:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/40:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/45:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/5:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/50:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/55:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/60:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/65:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/70:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/75:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/80:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/85:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/90:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-700\/95:focus {
  --tw-shadow-color: rgb(67 56 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800:focus {
  --tw-shadow-color: #3730a3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/0:focus {
  --tw-shadow-color: rgb(55 48 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/10:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/100:focus {
  --tw-shadow-color: rgb(55 48 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/15:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/20:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/25:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/30:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/35:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/40:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/45:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/5:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/50:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/55:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/60:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/65:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/70:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/75:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/80:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/85:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/90:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-800\/95:focus {
  --tw-shadow-color: rgb(55 48 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900:focus {
  --tw-shadow-color: #312e81;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/0:focus {
  --tw-shadow-color: rgb(49 46 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/10:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/100:focus {
  --tw-shadow-color: rgb(49 46 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/15:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/20:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/25:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/30:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/35:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/40:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/45:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/5:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/50:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/55:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/60:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/65:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/70:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/75:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/80:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/85:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/90:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-900\/95:focus {
  --tw-shadow-color: rgb(49 46 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950:focus {
  --tw-shadow-color: #1e1b4b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/0:focus {
  --tw-shadow-color: rgb(30 27 75 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/10:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/100:focus {
  --tw-shadow-color: rgb(30 27 75 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/15:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/20:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/25:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/30:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/35:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/40:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/45:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/5:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/50:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/55:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/60:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/65:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/70:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/75:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/80:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/85:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/90:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-indigo-950\/95:focus {
  --tw-shadow-color: rgb(30 27 75 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-inherit:focus {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100:focus {
  --tw-shadow-color: #ecfccb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/0:focus {
  --tw-shadow-color: rgb(236 252 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/10:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/100:focus {
  --tw-shadow-color: rgb(236 252 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/15:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/20:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/25:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/30:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/35:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/40:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/45:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/5:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/50:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/55:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/60:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/65:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/70:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/75:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/80:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/85:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/90:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-100\/95:focus {
  --tw-shadow-color: rgb(236 252 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200:focus {
  --tw-shadow-color: #d9f99d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/0:focus {
  --tw-shadow-color: rgb(217 249 157 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/10:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/100:focus {
  --tw-shadow-color: rgb(217 249 157 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/15:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/20:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/25:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/30:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/35:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/40:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/45:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/5:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/50:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/55:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/60:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/65:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/70:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/75:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/80:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/85:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/90:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-200\/95:focus {
  --tw-shadow-color: rgb(217 249 157 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300:focus {
  --tw-shadow-color: #bef264;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/0:focus {
  --tw-shadow-color: rgb(190 242 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/10:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/100:focus {
  --tw-shadow-color: rgb(190 242 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/15:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/20:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/25:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/30:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/35:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/40:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/45:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/5:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/50:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/55:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/60:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/65:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/70:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/75:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/80:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/85:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/90:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-300\/95:focus {
  --tw-shadow-color: rgb(190 242 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400:focus {
  --tw-shadow-color: #a3e635;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/0:focus {
  --tw-shadow-color: rgb(163 230 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/10:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/100:focus {
  --tw-shadow-color: rgb(163 230 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/15:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/20:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/25:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/30:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/35:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/40:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/45:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/5:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/50:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/55:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/60:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/65:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/70:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/75:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/80:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/85:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/90:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-400\/95:focus {
  --tw-shadow-color: rgb(163 230 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50:focus {
  --tw-shadow-color: #f7fee7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/0:focus {
  --tw-shadow-color: rgb(247 254 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/10:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/100:focus {
  --tw-shadow-color: rgb(247 254 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/15:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/20:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/25:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/30:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/35:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/40:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/45:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/5:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/50:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/55:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/60:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/65:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/70:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/75:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/80:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/85:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/90:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-50\/95:focus {
  --tw-shadow-color: rgb(247 254 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500:focus {
  --tw-shadow-color: #84cc16;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/0:focus {
  --tw-shadow-color: rgb(132 204 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/10:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/100:focus {
  --tw-shadow-color: rgb(132 204 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/15:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/20:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/25:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/30:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/35:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/40:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/45:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/5:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/50:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/55:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/60:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/65:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/70:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/75:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/80:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/85:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/90:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-500\/95:focus {
  --tw-shadow-color: rgb(132 204 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600:focus {
  --tw-shadow-color: #65a30d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/0:focus {
  --tw-shadow-color: rgb(101 163 13 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/10:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/100:focus {
  --tw-shadow-color: rgb(101 163 13 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/15:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/20:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/25:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/30:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/35:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/40:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/45:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/5:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/50:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/55:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/60:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/65:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/70:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/75:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/80:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/85:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/90:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-600\/95:focus {
  --tw-shadow-color: rgb(101 163 13 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700:focus {
  --tw-shadow-color: #4d7c0f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/0:focus {
  --tw-shadow-color: rgb(77 124 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/10:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/100:focus {
  --tw-shadow-color: rgb(77 124 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/15:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/20:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/25:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/30:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/35:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/40:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/45:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/5:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/50:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/55:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/60:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/65:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/70:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/75:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/80:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/85:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/90:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-700\/95:focus {
  --tw-shadow-color: rgb(77 124 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800:focus {
  --tw-shadow-color: #3f6212;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/0:focus {
  --tw-shadow-color: rgb(63 98 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/10:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/100:focus {
  --tw-shadow-color: rgb(63 98 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/15:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/20:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/25:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/30:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/35:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/40:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/45:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/5:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/50:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/55:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/60:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/65:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/70:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/75:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/80:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/85:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/90:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-800\/95:focus {
  --tw-shadow-color: rgb(63 98 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900:focus {
  --tw-shadow-color: #365314;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/0:focus {
  --tw-shadow-color: rgb(54 83 20 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/10:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/100:focus {
  --tw-shadow-color: rgb(54 83 20 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/15:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/20:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/25:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/30:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/35:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/40:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/45:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/5:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/50:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/55:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/60:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/65:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/70:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/75:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/80:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/85:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/90:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-900\/95:focus {
  --tw-shadow-color: rgb(54 83 20 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950:focus {
  --tw-shadow-color: #1a2e05;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/0:focus {
  --tw-shadow-color: rgb(26 46 5 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/10:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/100:focus {
  --tw-shadow-color: rgb(26 46 5 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/15:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/20:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/25:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/30:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/35:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/40:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/45:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/5:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/50:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/55:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/60:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/65:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/70:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/75:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/80:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/85:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/90:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-lime-950\/95:focus {
  --tw-shadow-color: rgb(26 46 5 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100:focus {
  --tw-shadow-color: #f6f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/0:focus {
  --tw-shadow-color: rgb(246 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/10:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/100:focus {
  --tw-shadow-color: rgb(246 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/15:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/20:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/25:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/30:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/35:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/40:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/45:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/5:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/50:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/55:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/60:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/65:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/70:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/75:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/80:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/85:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/90:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-100\/95:focus {
  --tw-shadow-color: rgb(246 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200:focus {
  --tw-shadow-color: #e9e6e3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/0:focus {
  --tw-shadow-color: rgb(233 230 227 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/10:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/100:focus {
  --tw-shadow-color: rgb(233 230 227 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/15:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/20:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/25:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/30:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/35:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/40:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/45:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/5:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/50:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/55:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/60:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/65:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/70:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/75:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/80:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/85:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/90:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-200\/95:focus {
  --tw-shadow-color: rgb(233 230 227 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300:focus {
  --tw-shadow-color: #d7d2cd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/0:focus {
  --tw-shadow-color: rgb(215 210 205 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/10:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/100:focus {
  --tw-shadow-color: rgb(215 210 205 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/15:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/20:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/25:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/30:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/35:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/40:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/45:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/5:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/50:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/55:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/60:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/65:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/70:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/75:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/80:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/85:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/90:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-300\/95:focus {
  --tw-shadow-color: rgb(215 210 205 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400:focus {
  --tw-shadow-color: #afa8a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/0:focus {
  --tw-shadow-color: rgb(175 168 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/10:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/100:focus {
  --tw-shadow-color: rgb(175 168 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/15:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/20:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/25:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/30:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/35:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/40:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/45:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/5:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/50:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/55:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/60:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/65:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/70:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/75:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/80:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/85:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/90:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-400\/95:focus {
  --tw-shadow-color: rgb(175 168 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50:focus {
  --tw-shadow-color: #fbfaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/0:focus {
  --tw-shadow-color: rgb(251 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/10:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/100:focus {
  --tw-shadow-color: rgb(251 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/15:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/20:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/25:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/30:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/35:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/40:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/45:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/5:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/50:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/55:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/60:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/65:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/70:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/75:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/80:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/85:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/90:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-50\/95:focus {
  --tw-shadow-color: rgb(251 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500:focus {
  --tw-shadow-color: #817971;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/0:focus {
  --tw-shadow-color: rgb(129 121 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/10:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/100:focus {
  --tw-shadow-color: rgb(129 121 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/15:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/20:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/25:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/30:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/35:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/40:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/45:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/5:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/50:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/55:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/60:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/65:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/70:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/75:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/80:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/85:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/90:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-500\/95:focus {
  --tw-shadow-color: rgb(129 121 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600:focus {
  --tw-shadow-color: #605952;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/0:focus {
  --tw-shadow-color: rgb(96 89 82 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/10:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/100:focus {
  --tw-shadow-color: rgb(96 89 82 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/15:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/20:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/25:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/30:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/35:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/40:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/45:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/5:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/50:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/55:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/60:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/65:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/70:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/75:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/80:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/85:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/90:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-600\/95:focus {
  --tw-shadow-color: rgb(96 89 82 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700:focus {
  --tw-shadow-color: #49443f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/0:focus {
  --tw-shadow-color: rgb(73 68 63 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/10:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/100:focus {
  --tw-shadow-color: rgb(73 68 63 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/15:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/20:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/25:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/30:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/35:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/40:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/45:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/5:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/50:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/55:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/60:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/65:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/70:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/75:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/80:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/85:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/90:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-700\/95:focus {
  --tw-shadow-color: rgb(73 68 63 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800:focus {
  --tw-shadow-color: #302d2a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/0:focus {
  --tw-shadow-color: rgb(48 45 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/10:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/100:focus {
  --tw-shadow-color: rgb(48 45 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/15:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/20:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/25:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/30:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/35:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/40:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/45:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/5:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/50:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/55:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/60:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/65:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/70:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/75:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/80:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/85:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/90:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-800\/95:focus {
  --tw-shadow-color: rgb(48 45 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900:focus {
  --tw-shadow-color: #211f1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/0:focus {
  --tw-shadow-color: rgb(33 31 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/10:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/100:focus {
  --tw-shadow-color: rgb(33 31 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/15:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/20:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/25:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/30:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/35:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/40:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/45:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/5:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/50:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/55:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/60:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/65:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/70:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/75:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/80:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/85:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/90:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-900\/95:focus {
  --tw-shadow-color: rgb(33 31 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950:focus {
  --tw-shadow-color: #121110;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/0:focus {
  --tw-shadow-color: rgb(18 17 16 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/10:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/100:focus {
  --tw-shadow-color: rgb(18 17 16 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/15:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/20:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/25:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/30:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/35:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/40:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/45:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/5:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/50:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/55:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/60:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/65:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/70:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/75:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/80:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/85:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/90:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-neutral-950\/95:focus {
  --tw-shadow-color: rgb(18 17 16 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100:focus {
  --tw-shadow-color: #ffedd5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/0:focus {
  --tw-shadow-color: rgb(255 237 213 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/10:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/100:focus {
  --tw-shadow-color: rgb(255 237 213 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/15:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/20:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/25:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/30:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/35:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/40:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/45:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/5:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/50:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/55:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/60:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/65:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/70:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/75:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/80:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/85:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/90:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-100\/95:focus {
  --tw-shadow-color: rgb(255 237 213 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200:focus {
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/0:focus {
  --tw-shadow-color: rgb(254 215 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/10:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/100:focus {
  --tw-shadow-color: rgb(254 215 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/15:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/20:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/25:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/30:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/35:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/40:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/45:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/5:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/50:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/55:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/60:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/65:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/70:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/75:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/80:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/85:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/90:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-200\/95:focus {
  --tw-shadow-color: rgb(254 215 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300:focus {
  --tw-shadow-color: #fdba74;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/0:focus {
  --tw-shadow-color: rgb(253 186 116 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/10:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/100:focus {
  --tw-shadow-color: rgb(253 186 116 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/15:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/20:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/25:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/30:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/35:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/40:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/45:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/5:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/50:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/55:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/60:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/65:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/70:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/75:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/80:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/85:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/90:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-300\/95:focus {
  --tw-shadow-color: rgb(253 186 116 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400:focus {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/0:focus {
  --tw-shadow-color: rgb(251 146 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/10:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/100:focus {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/15:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/20:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/25:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/30:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/35:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/40:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/45:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/5:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/50:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/55:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/60:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/65:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/70:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/75:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/80:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/85:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/90:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-400\/95:focus {
  --tw-shadow-color: rgb(251 146 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50:focus {
  --tw-shadow-color: #fff7ed;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/0:focus {
  --tw-shadow-color: rgb(255 247 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/10:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/100:focus {
  --tw-shadow-color: rgb(255 247 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/15:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/20:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/25:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/30:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/35:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/40:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/45:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/5:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/50:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/55:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/60:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/65:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/70:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/75:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/80:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/85:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/90:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-50\/95:focus {
  --tw-shadow-color: rgb(255 247 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500:focus {
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/0:focus {
  --tw-shadow-color: rgb(249 115 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/10:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/100:focus {
  --tw-shadow-color: rgb(249 115 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/15:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/20:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/25:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/30:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/35:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/40:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/45:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/5:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/50:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/55:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/60:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/65:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/70:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/75:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/80:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/85:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/90:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-500\/95:focus {
  --tw-shadow-color: rgb(249 115 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600:focus {
  --tw-shadow-color: #ea580c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/0:focus {
  --tw-shadow-color: rgb(234 88 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/10:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/100:focus {
  --tw-shadow-color: rgb(234 88 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/15:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/20:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/25:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/30:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/35:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/40:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/45:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/5:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/50:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/55:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/60:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/65:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/70:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/75:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/80:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/85:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/90:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-600\/95:focus {
  --tw-shadow-color: rgb(234 88 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700:focus {
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/0:focus {
  --tw-shadow-color: rgb(194 65 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/10:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/100:focus {
  --tw-shadow-color: rgb(194 65 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/15:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/20:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/25:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/30:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/35:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/40:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/45:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/5:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/50:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/55:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/60:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/65:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/70:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/75:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/80:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/85:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/90:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-700\/95:focus {
  --tw-shadow-color: rgb(194 65 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800:focus {
  --tw-shadow-color: #9a3412;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/0:focus {
  --tw-shadow-color: rgb(154 52 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/10:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/100:focus {
  --tw-shadow-color: rgb(154 52 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/15:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/20:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/25:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/30:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/35:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/40:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/45:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/5:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/50:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/55:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/60:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/65:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/70:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/75:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/80:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/85:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/90:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-800\/95:focus {
  --tw-shadow-color: rgb(154 52 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900:focus {
  --tw-shadow-color: #7c2d12;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/0:focus {
  --tw-shadow-color: rgb(124 45 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/10:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/100:focus {
  --tw-shadow-color: rgb(124 45 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/15:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/20:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/25:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/30:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/35:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/40:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/45:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/5:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/50:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/55:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/60:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/65:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/70:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/75:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/80:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/85:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/90:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-900\/95:focus {
  --tw-shadow-color: rgb(124 45 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950:focus {
  --tw-shadow-color: #431407;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/0:focus {
  --tw-shadow-color: rgb(67 20 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/10:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/100:focus {
  --tw-shadow-color: rgb(67 20 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/15:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/20:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/25:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/30:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/35:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/40:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/45:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/5:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/50:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/55:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/60:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/65:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/70:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/75:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/80:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/85:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/90:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-orange-950\/95:focus {
  --tw-shadow-color: rgb(67 20 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100:focus {
  --tw-shadow-color: #fce7f3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/0:focus {
  --tw-shadow-color: rgb(252 231 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/10:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/100:focus {
  --tw-shadow-color: rgb(252 231 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/15:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/20:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/25:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/30:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/35:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/40:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/45:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/5:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/50:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/55:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/60:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/65:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/70:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/75:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/80:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/85:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/90:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-100\/95:focus {
  --tw-shadow-color: rgb(252 231 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200:focus {
  --tw-shadow-color: #fbcfe8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/0:focus {
  --tw-shadow-color: rgb(251 207 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/10:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/100:focus {
  --tw-shadow-color: rgb(251 207 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/15:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/20:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/25:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/30:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/35:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/40:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/45:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/5:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/50:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/55:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/60:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/65:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/70:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/75:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/80:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/85:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/90:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-200\/95:focus {
  --tw-shadow-color: rgb(251 207 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300:focus {
  --tw-shadow-color: #f9a8d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/0:focus {
  --tw-shadow-color: rgb(249 168 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/10:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/100:focus {
  --tw-shadow-color: rgb(249 168 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/15:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/20:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/25:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/30:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/35:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/40:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/45:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/5:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/50:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/55:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/60:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/65:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/70:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/75:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/80:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/85:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/90:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-300\/95:focus {
  --tw-shadow-color: rgb(249 168 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400:focus {
  --tw-shadow-color: #f472b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/0:focus {
  --tw-shadow-color: rgb(244 114 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/10:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/100:focus {
  --tw-shadow-color: rgb(244 114 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/15:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/20:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/25:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/30:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/35:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/40:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/45:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/5:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/50:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/55:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/60:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/65:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/70:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/75:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/80:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/85:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/90:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-400\/95:focus {
  --tw-shadow-color: rgb(244 114 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50:focus {
  --tw-shadow-color: #fdf2f8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/0:focus {
  --tw-shadow-color: rgb(253 242 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/10:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/100:focus {
  --tw-shadow-color: rgb(253 242 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/15:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/20:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/25:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/30:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/35:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/40:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/45:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/5:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/50:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/55:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/60:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/65:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/70:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/75:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/80:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/85:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/90:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-50\/95:focus {
  --tw-shadow-color: rgb(253 242 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500:focus {
  --tw-shadow-color: #ec4899;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/0:focus {
  --tw-shadow-color: rgb(236 72 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/10:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/100:focus {
  --tw-shadow-color: rgb(236 72 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/15:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/20:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/25:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/30:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/35:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/40:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/45:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/5:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/50:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/55:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/60:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/65:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/70:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/75:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/80:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/85:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/90:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-500\/95:focus {
  --tw-shadow-color: rgb(236 72 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600:focus {
  --tw-shadow-color: #db2777;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/0:focus {
  --tw-shadow-color: rgb(219 39 119 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/10:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/100:focus {
  --tw-shadow-color: rgb(219 39 119 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/15:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/20:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/25:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/30:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/35:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/40:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/45:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/5:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/50:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/55:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/60:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/65:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/70:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/75:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/80:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/85:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/90:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-600\/95:focus {
  --tw-shadow-color: rgb(219 39 119 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700:focus {
  --tw-shadow-color: #be185d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/0:focus {
  --tw-shadow-color: rgb(190 24 93 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/10:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/100:focus {
  --tw-shadow-color: rgb(190 24 93 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/15:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/20:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/25:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/30:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/35:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/40:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/45:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/5:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/50:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/55:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/60:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/65:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/70:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/75:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/80:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/85:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/90:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-700\/95:focus {
  --tw-shadow-color: rgb(190 24 93 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800:focus {
  --tw-shadow-color: #9d174d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/0:focus {
  --tw-shadow-color: rgb(157 23 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/10:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/100:focus {
  --tw-shadow-color: rgb(157 23 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/15:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/20:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/25:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/30:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/35:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/40:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/45:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/5:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/50:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/55:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/60:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/65:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/70:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/75:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/80:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/85:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/90:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-800\/95:focus {
  --tw-shadow-color: rgb(157 23 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900:focus {
  --tw-shadow-color: #831843;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/0:focus {
  --tw-shadow-color: rgb(131 24 67 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/10:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/100:focus {
  --tw-shadow-color: rgb(131 24 67 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/15:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/20:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/25:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/30:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/35:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/40:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/45:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/5:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/50:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/55:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/60:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/65:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/70:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/75:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/80:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/85:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/90:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-900\/95:focus {
  --tw-shadow-color: rgb(131 24 67 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950:focus {
  --tw-shadow-color: #500724;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/0:focus {
  --tw-shadow-color: rgb(80 7 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/10:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/100:focus {
  --tw-shadow-color: rgb(80 7 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/15:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/20:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/25:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/30:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/35:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/40:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/45:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/5:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/50:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/55:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/60:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/65:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/70:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/75:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/80:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/85:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/90:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-pink-950\/95:focus {
  --tw-shadow-color: rgb(80 7 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100:focus {
  --tw-shadow-color: #feeade;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/0:focus {
  --tw-shadow-color: rgb(254 234 222 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/10:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/100:focus {
  --tw-shadow-color: rgb(254 234 222 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/15:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/20:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/25:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/30:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/35:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/40:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/45:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/5:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/50:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/55:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/60:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/65:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/70:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/75:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/80:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/85:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/90:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-100\/95:focus {
  --tw-shadow-color: rgb(254 234 222 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200:focus {
  --tw-shadow-color: #fcd3bd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/0:focus {
  --tw-shadow-color: rgb(252 211 189 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/10:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/100:focus {
  --tw-shadow-color: rgb(252 211 189 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/15:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/20:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/25:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/30:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/35:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/40:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/45:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/5:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/50:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/55:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/60:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/65:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/70:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/75:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/80:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/85:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/90:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-200\/95:focus {
  --tw-shadow-color: rgb(252 211 189 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300:focus {
  --tw-shadow-color: #fab38f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/0:focus {
  --tw-shadow-color: rgb(250 179 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/10:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/100:focus {
  --tw-shadow-color: rgb(250 179 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/15:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/20:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/25:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/30:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/35:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/40:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/45:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/5:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/50:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/55:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/60:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/65:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/70:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/75:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/80:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/85:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/90:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-300\/95:focus {
  --tw-shadow-color: rgb(250 179 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400:focus {
  --tw-shadow-color: #f99766;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/0:focus {
  --tw-shadow-color: rgb(249 151 102 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/10:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/100:focus {
  --tw-shadow-color: rgb(249 151 102 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/15:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/20:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/25:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/30:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/35:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/40:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/45:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/5:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/50:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/55:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/60:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/65:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/70:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/75:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/80:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/85:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/90:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-400\/95:focus {
  --tw-shadow-color: rgb(249 151 102 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50:focus {
  --tw-shadow-color: #fff7f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/0:focus {
  --tw-shadow-color: rgb(255 247 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/10:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/100:focus {
  --tw-shadow-color: rgb(255 247 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/15:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/20:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/25:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/30:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/35:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/40:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/45:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/5:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/50:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/55:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/60:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/65:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/70:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/75:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/80:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/85:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/90:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-50\/95:focus {
  --tw-shadow-color: rgb(255 247 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500:focus {
  --tw-shadow-color: #f78d4d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/0:focus {
  --tw-shadow-color: rgb(247 141 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/10:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/100:focus {
  --tw-shadow-color: rgb(247 141 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/15:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/20:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/25:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/30:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/35:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/40:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/45:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/5:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/50:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/55:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/60:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/65:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/70:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/75:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/80:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/85:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/90:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-500\/95:focus {
  --tw-shadow-color: rgb(247 141 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600:focus {
  --tw-shadow-color: #e96325;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/0:focus {
  --tw-shadow-color: rgb(233 99 37 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/10:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/100:focus {
  --tw-shadow-color: rgb(233 99 37 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/15:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/20:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/25:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/30:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/35:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/40:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/45:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/5:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/50:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/55:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/60:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/65:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/70:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/75:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/80:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/85:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/90:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-600\/95:focus {
  --tw-shadow-color: rgb(233 99 37 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700:focus {
  --tw-shadow-color: #c94a16;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/0:focus {
  --tw-shadow-color: rgb(201 74 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/10:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/100:focus {
  --tw-shadow-color: rgb(201 74 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/15:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/20:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/25:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/30:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/35:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/40:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/45:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/5:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/50:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/55:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/60:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/65:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/70:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/75:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/80:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/85:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/90:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-700\/95:focus {
  --tw-shadow-color: rgb(201 74 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800:focus {
  --tw-shadow-color: #a13b18;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/0:focus {
  --tw-shadow-color: rgb(161 59 24 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/10:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/100:focus {
  --tw-shadow-color: rgb(161 59 24 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/15:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/20:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/25:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/30:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/35:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/40:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/45:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/5:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/50:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/55:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/60:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/65:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/70:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/75:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/80:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/85:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/90:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-800\/95:focus {
  --tw-shadow-color: rgb(161 59 24 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900:focus {
  --tw-shadow-color: #823318;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/0:focus {
  --tw-shadow-color: rgb(130 51 24 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/10:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/100:focus {
  --tw-shadow-color: rgb(130 51 24 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/15:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/20:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/25:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/30:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/35:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/40:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/45:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/5:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/50:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/55:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/60:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/65:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/70:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/75:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/80:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/85:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/90:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-900\/95:focus {
  --tw-shadow-color: rgb(130 51 24 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950:focus {
  --tw-shadow-color: #461708;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/0:focus {
  --tw-shadow-color: rgb(70 23 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/10:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/100:focus {
  --tw-shadow-color: rgb(70 23 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/15:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/20:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/25:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/30:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/35:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/40:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/45:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/5:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/50:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/55:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/60:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/65:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/70:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/75:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/80:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/85:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/90:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-primary-950\/95:focus {
  --tw-shadow-color: rgb(70 23 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100:focus {
  --tw-shadow-color: #f3e8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/0:focus {
  --tw-shadow-color: rgb(243 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/10:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/100:focus {
  --tw-shadow-color: rgb(243 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/15:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/20:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/25:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/30:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/35:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/40:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/45:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/5:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/50:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/55:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/60:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/65:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/70:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/75:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/80:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/85:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/90:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-100\/95:focus {
  --tw-shadow-color: rgb(243 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200:focus {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/0:focus {
  --tw-shadow-color: rgb(233 213 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/10:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/100:focus {
  --tw-shadow-color: rgb(233 213 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/15:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/20:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/25:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/30:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/35:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/40:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/45:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/5:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/50:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/55:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/60:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/65:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/70:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/75:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/80:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/85:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/90:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-200\/95:focus {
  --tw-shadow-color: rgb(233 213 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300:focus {
  --tw-shadow-color: #d8b4fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/0:focus {
  --tw-shadow-color: rgb(216 180 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/10:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/100:focus {
  --tw-shadow-color: rgb(216 180 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/15:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/20:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/25:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/30:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/35:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/40:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/45:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/5:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/50:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/55:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/60:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/65:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/70:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/75:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/80:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/85:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/90:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-300\/95:focus {
  --tw-shadow-color: rgb(216 180 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400:focus {
  --tw-shadow-color: #c084fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/0:focus {
  --tw-shadow-color: rgb(192 132 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/10:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/100:focus {
  --tw-shadow-color: rgb(192 132 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/15:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/20:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/25:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/30:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/35:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/40:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/45:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/5:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/50:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/55:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/60:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/65:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/70:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/75:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/80:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/85:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/90:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-400\/95:focus {
  --tw-shadow-color: rgb(192 132 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50:focus {
  --tw-shadow-color: #faf5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/0:focus {
  --tw-shadow-color: rgb(250 245 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/10:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/100:focus {
  --tw-shadow-color: rgb(250 245 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/15:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/20:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/25:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/30:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/35:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/40:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/45:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/5:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/50:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/55:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/60:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/65:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/70:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/75:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/80:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/85:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/90:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-50\/95:focus {
  --tw-shadow-color: rgb(250 245 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500:focus {
  --tw-shadow-color: #a855f7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/0:focus {
  --tw-shadow-color: rgb(168 85 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/10:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/100:focus {
  --tw-shadow-color: rgb(168 85 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/15:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/20:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/25:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/30:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/35:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/40:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/45:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/5:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/50:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/55:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/60:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/65:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/70:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/75:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/80:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/85:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/90:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-500\/95:focus {
  --tw-shadow-color: rgb(168 85 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600:focus {
  --tw-shadow-color: #9333ea;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/0:focus {
  --tw-shadow-color: rgb(147 51 234 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/10:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/100:focus {
  --tw-shadow-color: rgb(147 51 234 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/15:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/20:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/25:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/30:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/35:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/40:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/45:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/5:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/50:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/55:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/60:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/65:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/70:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/75:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/80:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/85:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/90:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-600\/95:focus {
  --tw-shadow-color: rgb(147 51 234 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700:focus {
  --tw-shadow-color: #7e22ce;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/0:focus {
  --tw-shadow-color: rgb(126 34 206 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/10:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/100:focus {
  --tw-shadow-color: rgb(126 34 206 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/15:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/20:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/25:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/30:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/35:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/40:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/45:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/5:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/50:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/55:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/60:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/65:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/70:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/75:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/80:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/85:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/90:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-700\/95:focus {
  --tw-shadow-color: rgb(126 34 206 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800:focus {
  --tw-shadow-color: #6b21a8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/0:focus {
  --tw-shadow-color: rgb(107 33 168 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/10:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/100:focus {
  --tw-shadow-color: rgb(107 33 168 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/15:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/20:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/25:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/30:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/35:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/40:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/45:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/5:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/50:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/55:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/60:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/65:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/70:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/75:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/80:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/85:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/90:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-800\/95:focus {
  --tw-shadow-color: rgb(107 33 168 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900:focus {
  --tw-shadow-color: #581c87;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/0:focus {
  --tw-shadow-color: rgb(88 28 135 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/10:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/100:focus {
  --tw-shadow-color: rgb(88 28 135 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/15:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/20:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/25:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/30:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/35:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/40:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/45:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/5:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/50:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/55:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/60:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/65:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/70:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/75:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/80:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/85:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/90:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-900\/95:focus {
  --tw-shadow-color: rgb(88 28 135 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950:focus {
  --tw-shadow-color: #3b0764;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/0:focus {
  --tw-shadow-color: rgb(59 7 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/10:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/100:focus {
  --tw-shadow-color: rgb(59 7 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/15:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/20:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/25:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/30:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/35:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/40:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/45:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/5:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/50:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/55:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/60:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/65:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/70:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/75:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/80:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/85:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/90:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-purple-950\/95:focus {
  --tw-shadow-color: rgb(59 7 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100:focus {
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/0:focus {
  --tw-shadow-color: rgb(254 226 226 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/10:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/100:focus {
  --tw-shadow-color: rgb(254 226 226 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/15:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/20:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/25:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/30:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/35:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/40:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/45:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/5:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/50:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/55:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/60:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/65:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/70:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/75:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/80:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/85:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/90:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-100\/95:focus {
  --tw-shadow-color: rgb(254 226 226 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200:focus {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/0:focus {
  --tw-shadow-color: rgb(254 202 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/10:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/100:focus {
  --tw-shadow-color: rgb(254 202 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/15:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/20:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/25:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/30:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/35:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/40:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/45:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/5:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/50:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/55:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/60:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/65:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/70:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/75:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/80:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/85:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/90:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-200\/95:focus {
  --tw-shadow-color: rgb(254 202 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300:focus {
  --tw-shadow-color: #fca5a5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/0:focus {
  --tw-shadow-color: rgb(252 165 165 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/10:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/100:focus {
  --tw-shadow-color: rgb(252 165 165 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/15:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/20:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/25:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/30:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/35:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/40:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/45:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/5:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/50:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/55:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/60:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/65:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/70:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/75:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/80:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/85:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/90:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-300\/95:focus {
  --tw-shadow-color: rgb(252 165 165 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400:focus {
  --tw-shadow-color: #f87171;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/0:focus {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/10:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/100:focus {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/15:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/20:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/25:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/30:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/35:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/40:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/45:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/5:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/50:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/55:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/60:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/65:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/70:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/75:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/80:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/85:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/90:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-400\/95:focus {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50:focus {
  --tw-shadow-color: #fef2f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/0:focus {
  --tw-shadow-color: rgb(254 242 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/10:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/100:focus {
  --tw-shadow-color: rgb(254 242 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/15:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/20:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/25:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/30:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/35:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/40:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/45:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/5:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/50:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/55:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/60:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/65:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/70:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/75:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/80:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/85:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/90:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-50\/95:focus {
  --tw-shadow-color: rgb(254 242 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500:focus {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/0:focus {
  --tw-shadow-color: rgb(239 68 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/10:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/100:focus {
  --tw-shadow-color: rgb(239 68 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/15:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/20:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/25:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/30:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/35:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/40:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/45:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/5:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/50:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/55:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/60:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/65:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/70:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/75:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/80:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/85:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/90:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-500\/95:focus {
  --tw-shadow-color: rgb(239 68 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600:focus {
  --tw-shadow-color: #dc2626;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/0:focus {
  --tw-shadow-color: rgb(220 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/10:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/100:focus {
  --tw-shadow-color: rgb(220 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/15:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/20:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/25:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/30:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/35:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/40:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/45:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/5:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/50:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/55:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/60:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/65:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/70:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/75:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/80:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/85:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/90:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-600\/95:focus {
  --tw-shadow-color: rgb(220 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700:focus {
  --tw-shadow-color: #b91c1c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/0:focus {
  --tw-shadow-color: rgb(185 28 28 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/10:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/100:focus {
  --tw-shadow-color: rgb(185 28 28 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/15:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/20:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/25:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/30:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/35:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/40:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/45:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/5:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/50:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/55:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/60:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/65:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/70:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/75:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/80:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/85:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/90:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-700\/95:focus {
  --tw-shadow-color: rgb(185 28 28 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800:focus {
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/0:focus {
  --tw-shadow-color: rgb(153 27 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/10:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/100:focus {
  --tw-shadow-color: rgb(153 27 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/15:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/20:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/25:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/30:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/35:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/40:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/45:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/5:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/50:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/55:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/60:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/65:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/70:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/75:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/80:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/85:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/90:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-800\/95:focus {
  --tw-shadow-color: rgb(153 27 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900:focus {
  --tw-shadow-color: #7f1d1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/0:focus {
  --tw-shadow-color: rgb(127 29 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/10:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/100:focus {
  --tw-shadow-color: rgb(127 29 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/15:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/20:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/25:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/30:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/35:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/40:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/45:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/5:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/50:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/55:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/60:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/65:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/70:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/75:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/80:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/85:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/90:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-900\/95:focus {
  --tw-shadow-color: rgb(127 29 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950:focus {
  --tw-shadow-color: #450a0a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/0:focus {
  --tw-shadow-color: rgb(69 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/10:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/100:focus {
  --tw-shadow-color: rgb(69 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/15:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/20:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/25:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/30:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/35:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/40:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/45:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/5:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/50:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/55:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/60:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/65:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/70:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/75:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/80:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/85:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/90:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-red-950\/95:focus {
  --tw-shadow-color: rgb(69 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100:focus {
  --tw-shadow-color: #ffe4e6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/0:focus {
  --tw-shadow-color: rgb(255 228 230 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/10:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/100:focus {
  --tw-shadow-color: rgb(255 228 230 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/15:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/20:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/25:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/30:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/35:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/40:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/45:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/5:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/50:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/55:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/60:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/65:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/70:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/75:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/80:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/85:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/90:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-100\/95:focus {
  --tw-shadow-color: rgb(255 228 230 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200:focus {
  --tw-shadow-color: #fecdd3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/0:focus {
  --tw-shadow-color: rgb(254 205 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/10:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/100:focus {
  --tw-shadow-color: rgb(254 205 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/15:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/20:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/25:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/30:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/35:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/40:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/45:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/5:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/50:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/55:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/60:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/65:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/70:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/75:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/80:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/85:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/90:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-200\/95:focus {
  --tw-shadow-color: rgb(254 205 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300:focus {
  --tw-shadow-color: #fda4af;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/0:focus {
  --tw-shadow-color: rgb(253 164 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/10:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/100:focus {
  --tw-shadow-color: rgb(253 164 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/15:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/20:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/25:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/30:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/35:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/40:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/45:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/5:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/50:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/55:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/60:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/65:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/70:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/75:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/80:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/85:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/90:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-300\/95:focus {
  --tw-shadow-color: rgb(253 164 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400:focus {
  --tw-shadow-color: #fb7185;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/0:focus {
  --tw-shadow-color: rgb(251 113 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/10:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/100:focus {
  --tw-shadow-color: rgb(251 113 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/15:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/20:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/25:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/30:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/35:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/40:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/45:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/5:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/50:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/55:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/60:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/65:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/70:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/75:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/80:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/85:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/90:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-400\/95:focus {
  --tw-shadow-color: rgb(251 113 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50:focus {
  --tw-shadow-color: #fff1f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/0:focus {
  --tw-shadow-color: rgb(255 241 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/10:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/100:focus {
  --tw-shadow-color: rgb(255 241 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/15:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/20:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/25:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/30:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/35:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/40:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/45:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/5:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/50:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/55:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/60:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/65:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/70:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/75:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/80:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/85:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/90:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-50\/95:focus {
  --tw-shadow-color: rgb(255 241 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500:focus {
  --tw-shadow-color: #f43f5e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/0:focus {
  --tw-shadow-color: rgb(244 63 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/10:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/100:focus {
  --tw-shadow-color: rgb(244 63 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/15:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/20:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/25:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/30:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/35:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/40:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/45:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/5:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/50:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/55:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/60:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/65:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/70:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/75:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/80:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/85:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/90:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-500\/95:focus {
  --tw-shadow-color: rgb(244 63 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600:focus {
  --tw-shadow-color: #e11d48;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/0:focus {
  --tw-shadow-color: rgb(225 29 72 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/10:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/100:focus {
  --tw-shadow-color: rgb(225 29 72 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/15:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/20:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/25:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/30:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/35:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/40:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/45:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/5:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/50:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/55:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/60:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/65:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/70:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/75:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/80:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/85:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/90:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-600\/95:focus {
  --tw-shadow-color: rgb(225 29 72 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700:focus {
  --tw-shadow-color: #be123c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/0:focus {
  --tw-shadow-color: rgb(190 18 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/10:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/100:focus {
  --tw-shadow-color: rgb(190 18 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/15:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/20:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/25:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/30:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/35:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/40:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/45:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/5:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/50:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/55:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/60:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/65:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/70:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/75:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/80:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/85:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/90:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-700\/95:focus {
  --tw-shadow-color: rgb(190 18 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800:focus {
  --tw-shadow-color: #9f1239;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/0:focus {
  --tw-shadow-color: rgb(159 18 57 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/10:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/100:focus {
  --tw-shadow-color: rgb(159 18 57 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/15:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/20:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/25:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/30:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/35:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/40:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/45:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/5:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/50:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/55:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/60:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/65:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/70:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/75:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/80:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/85:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/90:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-800\/95:focus {
  --tw-shadow-color: rgb(159 18 57 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900:focus {
  --tw-shadow-color: #881337;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/0:focus {
  --tw-shadow-color: rgb(136 19 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/10:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/100:focus {
  --tw-shadow-color: rgb(136 19 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/15:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/20:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/25:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/30:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/35:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/40:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/45:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/5:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/50:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/55:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/60:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/65:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/70:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/75:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/80:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/85:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/90:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-900\/95:focus {
  --tw-shadow-color: rgb(136 19 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950:focus {
  --tw-shadow-color: #4c0519;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/0:focus {
  --tw-shadow-color: rgb(76 5 25 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/10:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/100:focus {
  --tw-shadow-color: rgb(76 5 25 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/15:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/20:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/25:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/30:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/35:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/40:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/45:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/5:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/50:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/55:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/60:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/65:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/70:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/75:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/80:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/85:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/90:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-rose-950\/95:focus {
  --tw-shadow-color: rgb(76 5 25 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100:focus {
  --tw-shadow-color: #e0f2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/0:focus {
  --tw-shadow-color: rgb(224 242 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/10:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/100:focus {
  --tw-shadow-color: rgb(224 242 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/15:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/20:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/25:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/30:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/35:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/40:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/45:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/5:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/50:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/55:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/60:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/65:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/70:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/75:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/80:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/85:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/90:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-100\/95:focus {
  --tw-shadow-color: rgb(224 242 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200:focus {
  --tw-shadow-color: #bae6fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/0:focus {
  --tw-shadow-color: rgb(186 230 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/10:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/100:focus {
  --tw-shadow-color: rgb(186 230 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/15:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/20:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/25:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/30:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/35:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/40:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/45:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/5:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/50:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/55:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/60:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/65:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/70:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/75:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/80:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/85:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/90:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-200\/95:focus {
  --tw-shadow-color: rgb(186 230 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300:focus {
  --tw-shadow-color: #7dd3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/0:focus {
  --tw-shadow-color: rgb(125 211 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/10:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/100:focus {
  --tw-shadow-color: rgb(125 211 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/15:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/20:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/25:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/30:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/35:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/40:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/45:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/5:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/50:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/55:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/60:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/65:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/70:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/75:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/80:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/85:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/90:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-300\/95:focus {
  --tw-shadow-color: rgb(125 211 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400:focus {
  --tw-shadow-color: #38bdf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/0:focus {
  --tw-shadow-color: rgb(56 189 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/10:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/100:focus {
  --tw-shadow-color: rgb(56 189 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/15:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/20:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/25:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/30:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/35:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/40:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/45:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/5:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/50:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/55:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/60:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/65:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/70:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/75:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/80:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/85:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/90:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-400\/95:focus {
  --tw-shadow-color: rgb(56 189 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50:focus {
  --tw-shadow-color: #f0f9ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/0:focus {
  --tw-shadow-color: rgb(240 249 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/10:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/100:focus {
  --tw-shadow-color: rgb(240 249 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/15:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/20:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/25:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/30:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/35:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/40:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/45:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/5:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/50:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/55:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/60:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/65:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/70:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/75:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/80:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/85:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/90:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-50\/95:focus {
  --tw-shadow-color: rgb(240 249 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500:focus {
  --tw-shadow-color: #0ea5e9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/0:focus {
  --tw-shadow-color: rgb(14 165 233 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/10:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/100:focus {
  --tw-shadow-color: rgb(14 165 233 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/15:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/20:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/25:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/30:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/35:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/40:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/45:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/5:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/50:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/55:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/60:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/65:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/70:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/75:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/80:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/85:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/90:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-500\/95:focus {
  --tw-shadow-color: rgb(14 165 233 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600:focus {
  --tw-shadow-color: #0284c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/0:focus {
  --tw-shadow-color: rgb(2 132 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/10:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/100:focus {
  --tw-shadow-color: rgb(2 132 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/15:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/20:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/25:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/30:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/35:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/40:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/45:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/5:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/50:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/55:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/60:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/65:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/70:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/75:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/80:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/85:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/90:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-600\/95:focus {
  --tw-shadow-color: rgb(2 132 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700:focus {
  --tw-shadow-color: #0369a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/0:focus {
  --tw-shadow-color: rgb(3 105 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/10:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/100:focus {
  --tw-shadow-color: rgb(3 105 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/15:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/20:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/25:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/30:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/35:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/40:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/45:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/5:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/50:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/55:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/60:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/65:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/70:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/75:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/80:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/85:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/90:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-700\/95:focus {
  --tw-shadow-color: rgb(3 105 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800:focus {
  --tw-shadow-color: #075985;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/0:focus {
  --tw-shadow-color: rgb(7 89 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/10:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/100:focus {
  --tw-shadow-color: rgb(7 89 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/15:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/20:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/25:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/30:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/35:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/40:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/45:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/5:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/50:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/55:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/60:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/65:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/70:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/75:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/80:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/85:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/90:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-800\/95:focus {
  --tw-shadow-color: rgb(7 89 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900:focus {
  --tw-shadow-color: #0c4a6e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/0:focus {
  --tw-shadow-color: rgb(12 74 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/10:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/100:focus {
  --tw-shadow-color: rgb(12 74 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/15:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/20:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/25:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/30:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/35:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/40:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/45:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/5:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/50:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/55:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/60:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/65:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/70:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/75:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/80:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/85:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/90:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-900\/95:focus {
  --tw-shadow-color: rgb(12 74 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950:focus {
  --tw-shadow-color: #082f49;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/0:focus {
  --tw-shadow-color: rgb(8 47 73 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/10:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/100:focus {
  --tw-shadow-color: rgb(8 47 73 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/15:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/20:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/25:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/30:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/35:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/40:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/45:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/5:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/50:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/55:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/60:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/65:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/70:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/75:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/80:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/85:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/90:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-sky-950\/95:focus {
  --tw-shadow-color: rgb(8 47 73 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100:focus {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/0:focus {
  --tw-shadow-color: rgb(241 245 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/10:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/100:focus {
  --tw-shadow-color: rgb(241 245 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/15:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/20:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/25:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/30:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/35:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/40:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/45:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/5:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/50:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/55:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/60:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/65:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/70:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/75:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/80:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/85:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/90:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-100\/95:focus {
  --tw-shadow-color: rgb(241 245 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200:focus {
  --tw-shadow-color: #e2e8f0;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/0:focus {
  --tw-shadow-color: rgb(226 232 240 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/10:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/100:focus {
  --tw-shadow-color: rgb(226 232 240 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/15:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/20:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/25:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/30:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/35:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/40:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/45:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/5:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/50:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/55:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/60:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/65:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/70:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/75:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/80:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/85:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/90:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-200\/95:focus {
  --tw-shadow-color: rgb(226 232 240 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300:focus {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/0:focus {
  --tw-shadow-color: rgb(203 213 225 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/10:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/100:focus {
  --tw-shadow-color: rgb(203 213 225 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/15:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/20:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/25:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/30:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/35:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/40:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/45:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/5:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/50:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/55:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/60:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/65:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/70:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/75:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/80:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/85:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/90:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-300\/95:focus {
  --tw-shadow-color: rgb(203 213 225 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400:focus {
  --tw-shadow-color: #94a3b8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/0:focus {
  --tw-shadow-color: rgb(148 163 184 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/10:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/100:focus {
  --tw-shadow-color: rgb(148 163 184 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/15:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/20:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/25:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/30:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/35:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/40:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/45:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/5:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/50:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/55:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/60:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/65:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/70:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/75:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/80:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/85:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/90:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-400\/95:focus {
  --tw-shadow-color: rgb(148 163 184 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50:focus {
  --tw-shadow-color: #f8fafc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/0:focus {
  --tw-shadow-color: rgb(248 250 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/10:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/100:focus {
  --tw-shadow-color: rgb(248 250 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/15:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/20:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/25:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/30:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/35:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/40:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/45:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/5:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/50:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/55:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/60:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/65:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/70:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/75:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/80:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/85:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/90:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-50\/95:focus {
  --tw-shadow-color: rgb(248 250 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500:focus {
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/0:focus {
  --tw-shadow-color: rgb(100 116 139 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/10:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/100:focus {
  --tw-shadow-color: rgb(100 116 139 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/15:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/20:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/25:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/30:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/35:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/40:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/45:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/5:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/50:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/55:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/60:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/65:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/70:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/75:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/80:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/85:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/90:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-500\/95:focus {
  --tw-shadow-color: rgb(100 116 139 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600:focus {
  --tw-shadow-color: #475569;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/0:focus {
  --tw-shadow-color: rgb(71 85 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/10:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/100:focus {
  --tw-shadow-color: rgb(71 85 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/15:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/20:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/25:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/30:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/35:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/40:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/45:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/5:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/50:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/55:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/60:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/65:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/70:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/75:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/80:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/85:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/90:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-600\/95:focus {
  --tw-shadow-color: rgb(71 85 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700:focus {
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/0:focus {
  --tw-shadow-color: rgb(51 65 85 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/10:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/100:focus {
  --tw-shadow-color: rgb(51 65 85 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/15:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/20:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/25:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/30:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/35:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/40:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/45:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/5:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/50:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/55:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/60:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/65:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/70:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/75:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/80:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/85:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/90:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-700\/95:focus {
  --tw-shadow-color: rgb(51 65 85 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800:focus {
  --tw-shadow-color: #1e293b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/0:focus {
  --tw-shadow-color: rgb(30 41 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/10:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/100:focus {
  --tw-shadow-color: rgb(30 41 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/15:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/20:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/25:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/30:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/35:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/40:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/45:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/5:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/50:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/55:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/60:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/65:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/70:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/75:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/80:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/85:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/90:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-800\/95:focus {
  --tw-shadow-color: rgb(30 41 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900:focus {
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/0:focus {
  --tw-shadow-color: rgb(15 23 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/10:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/100:focus {
  --tw-shadow-color: rgb(15 23 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/15:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/20:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/25:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/30:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/35:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/40:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/45:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/5:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/50:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/55:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/60:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/65:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/70:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/75:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/80:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/85:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/90:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-900\/95:focus {
  --tw-shadow-color: rgb(15 23 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950:focus {
  --tw-shadow-color: #020617;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/0:focus {
  --tw-shadow-color: rgb(2 6 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/10:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/100:focus {
  --tw-shadow-color: rgb(2 6 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/15:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/20:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/25:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/30:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/35:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/40:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/45:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/5:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/50:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/55:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/60:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/65:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/70:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/75:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/80:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/85:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/90:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-slate-950\/95:focus {
  --tw-shadow-color: rgb(2 6 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100:focus {
  --tw-shadow-color: #f5f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/0:focus {
  --tw-shadow-color: rgb(245 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/10:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/100:focus {
  --tw-shadow-color: rgb(245 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/15:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/20:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/25:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/30:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/35:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/40:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/45:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/5:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/50:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/55:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/60:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/65:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/70:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/75:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/80:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/85:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/90:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-100\/95:focus {
  --tw-shadow-color: rgb(245 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200:focus {
  --tw-shadow-color: #e7e5e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/0:focus {
  --tw-shadow-color: rgb(231 229 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/10:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/100:focus {
  --tw-shadow-color: rgb(231 229 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/15:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/20:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/25:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/30:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/35:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/40:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/45:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/5:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/50:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/55:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/60:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/65:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/70:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/75:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/80:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/85:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/90:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-200\/95:focus {
  --tw-shadow-color: rgb(231 229 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300:focus {
  --tw-shadow-color: #d6d3d1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/0:focus {
  --tw-shadow-color: rgb(214 211 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/10:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/100:focus {
  --tw-shadow-color: rgb(214 211 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/15:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/20:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/25:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/30:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/35:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/40:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/45:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/5:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/50:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/55:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/60:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/65:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/70:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/75:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/80:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/85:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/90:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-300\/95:focus {
  --tw-shadow-color: rgb(214 211 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400:focus {
  --tw-shadow-color: #a8a29e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/0:focus {
  --tw-shadow-color: rgb(168 162 158 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/10:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/100:focus {
  --tw-shadow-color: rgb(168 162 158 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/15:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/20:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/25:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/30:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/35:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/40:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/45:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/5:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/50:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/55:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/60:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/65:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/70:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/75:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/80:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/85:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/90:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-400\/95:focus {
  --tw-shadow-color: rgb(168 162 158 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50:focus {
  --tw-shadow-color: #fafaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/0:focus {
  --tw-shadow-color: rgb(250 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/10:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/100:focus {
  --tw-shadow-color: rgb(250 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/15:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/20:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/25:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/30:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/35:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/40:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/45:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/5:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/50:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/55:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/60:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/65:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/70:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/75:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/80:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/85:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/90:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-50\/95:focus {
  --tw-shadow-color: rgb(250 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500:focus {
  --tw-shadow-color: #78716c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/0:focus {
  --tw-shadow-color: rgb(120 113 108 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/10:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/100:focus {
  --tw-shadow-color: rgb(120 113 108 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/15:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/20:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/25:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/30:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/35:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/40:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/45:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/5:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/50:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/55:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/60:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/65:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/70:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/75:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/80:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/85:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/90:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-500\/95:focus {
  --tw-shadow-color: rgb(120 113 108 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600:focus {
  --tw-shadow-color: #57534e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/0:focus {
  --tw-shadow-color: rgb(87 83 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/10:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/100:focus {
  --tw-shadow-color: rgb(87 83 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/15:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/20:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/25:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/30:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/35:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/40:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/45:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/5:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/50:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/55:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/60:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/65:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/70:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/75:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/80:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/85:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/90:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-600\/95:focus {
  --tw-shadow-color: rgb(87 83 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700:focus {
  --tw-shadow-color: #44403c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/0:focus {
  --tw-shadow-color: rgb(68 64 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/10:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/100:focus {
  --tw-shadow-color: rgb(68 64 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/15:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/20:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/25:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/30:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/35:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/40:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/45:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/5:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/50:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/55:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/60:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/65:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/70:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/75:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/80:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/85:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/90:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-700\/95:focus {
  --tw-shadow-color: rgb(68 64 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800:focus {
  --tw-shadow-color: #292524;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/0:focus {
  --tw-shadow-color: rgb(41 37 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/10:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/100:focus {
  --tw-shadow-color: rgb(41 37 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/15:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/20:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/25:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/30:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/35:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/40:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/45:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/5:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/50:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/55:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/60:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/65:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/70:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/75:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/80:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/85:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/90:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-800\/95:focus {
  --tw-shadow-color: rgb(41 37 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900:focus {
  --tw-shadow-color: #1c1917;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/0:focus {
  --tw-shadow-color: rgb(28 25 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/10:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/100:focus {
  --tw-shadow-color: rgb(28 25 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/15:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/20:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/25:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/30:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/35:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/40:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/45:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/5:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/50:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/55:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/60:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/65:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/70:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/75:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/80:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/85:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/90:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-900\/95:focus {
  --tw-shadow-color: rgb(28 25 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950:focus {
  --tw-shadow-color: #0c0a09;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/0:focus {
  --tw-shadow-color: rgb(12 10 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/10:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/100:focus {
  --tw-shadow-color: rgb(12 10 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/15:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/20:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/25:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/30:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/35:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/40:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/45:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/5:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/50:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/55:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/60:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/65:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/70:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/75:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/80:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/85:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/90:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-stone-950\/95:focus {
  --tw-shadow-color: rgb(12 10 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100:focus {
  --tw-shadow-color: #ccfbf1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/0:focus {
  --tw-shadow-color: rgb(204 251 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/10:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/100:focus {
  --tw-shadow-color: rgb(204 251 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/15:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/20:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/25:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/30:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/35:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/40:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/45:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/5:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/50:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/55:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/60:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/65:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/70:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/75:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/80:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/85:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/90:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-100\/95:focus {
  --tw-shadow-color: rgb(204 251 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200:focus {
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/0:focus {
  --tw-shadow-color: rgb(153 246 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/10:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/100:focus {
  --tw-shadow-color: rgb(153 246 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/15:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/20:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/25:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/30:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/35:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/40:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/45:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/5:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/50:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/55:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/60:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/65:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/70:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/75:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/80:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/85:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/90:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-200\/95:focus {
  --tw-shadow-color: rgb(153 246 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300:focus {
  --tw-shadow-color: #5eead4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/0:focus {
  --tw-shadow-color: rgb(94 234 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/10:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/100:focus {
  --tw-shadow-color: rgb(94 234 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/15:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/20:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/25:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/30:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/35:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/40:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/45:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/5:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/50:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/55:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/60:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/65:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/70:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/75:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/80:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/85:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/90:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-300\/95:focus {
  --tw-shadow-color: rgb(94 234 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400:focus {
  --tw-shadow-color: #2dd4bf;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/0:focus {
  --tw-shadow-color: rgb(45 212 191 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/10:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/100:focus {
  --tw-shadow-color: rgb(45 212 191 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/15:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/20:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/25:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/30:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/35:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/40:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/45:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/5:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/50:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/55:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/60:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/65:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/70:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/75:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/80:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/85:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/90:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-400\/95:focus {
  --tw-shadow-color: rgb(45 212 191 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50:focus {
  --tw-shadow-color: #f0fdfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/0:focus {
  --tw-shadow-color: rgb(240 253 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/10:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/100:focus {
  --tw-shadow-color: rgb(240 253 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/15:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/20:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/25:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/30:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/35:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/40:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/45:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/5:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/50:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/55:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/60:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/65:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/70:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/75:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/80:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/85:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/90:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-50\/95:focus {
  --tw-shadow-color: rgb(240 253 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500:focus {
  --tw-shadow-color: #14b8a6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/0:focus {
  --tw-shadow-color: rgb(20 184 166 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/10:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/100:focus {
  --tw-shadow-color: rgb(20 184 166 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/15:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/20:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/25:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/30:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/35:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/40:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/45:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/5:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/50:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/55:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/60:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/65:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/70:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/75:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/80:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/85:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/90:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-500\/95:focus {
  --tw-shadow-color: rgb(20 184 166 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600:focus {
  --tw-shadow-color: #0d9488;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/0:focus {
  --tw-shadow-color: rgb(13 148 136 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/10:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/100:focus {
  --tw-shadow-color: rgb(13 148 136 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/15:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/20:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/25:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/30:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/35:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/40:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/45:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/5:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/50:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/55:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/60:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/65:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/70:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/75:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/80:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/85:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/90:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-600\/95:focus {
  --tw-shadow-color: rgb(13 148 136 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700:focus {
  --tw-shadow-color: #0f766e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/0:focus {
  --tw-shadow-color: rgb(15 118 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/10:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/100:focus {
  --tw-shadow-color: rgb(15 118 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/15:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/20:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/25:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/30:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/35:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/40:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/45:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/5:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/50:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/55:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/60:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/65:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/70:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/75:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/80:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/85:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/90:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-700\/95:focus {
  --tw-shadow-color: rgb(15 118 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800:focus {
  --tw-shadow-color: #115e59;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/0:focus {
  --tw-shadow-color: rgb(17 94 89 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/10:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/100:focus {
  --tw-shadow-color: rgb(17 94 89 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/15:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/20:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/25:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/30:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/35:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/40:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/45:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/5:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/50:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/55:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/60:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/65:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/70:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/75:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/80:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/85:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/90:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-800\/95:focus {
  --tw-shadow-color: rgb(17 94 89 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900:focus {
  --tw-shadow-color: #134e4a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/0:focus {
  --tw-shadow-color: rgb(19 78 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/10:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/100:focus {
  --tw-shadow-color: rgb(19 78 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/15:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/20:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/25:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/30:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/35:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/40:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/45:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/5:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/50:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/55:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/60:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/65:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/70:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/75:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/80:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/85:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/90:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-900\/95:focus {
  --tw-shadow-color: rgb(19 78 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950:focus {
  --tw-shadow-color: #042f2e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/0:focus {
  --tw-shadow-color: rgb(4 47 46 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/10:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/100:focus {
  --tw-shadow-color: rgb(4 47 46 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/15:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/20:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/25:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/30:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/35:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/40:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/45:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/5:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/50:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/55:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/60:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/65:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/70:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/75:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/80:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/85:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/90:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-teal-950\/95:focus {
  --tw-shadow-color: rgb(4 47 46 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent:focus {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/0:focus {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/10:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/100:focus {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/15:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/20:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/25:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/30:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/35:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/40:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/45:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/5:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/50:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/55:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/60:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/65:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/70:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/75:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/80:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/85:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/90:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-transparent\/95:focus {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100:focus {
  --tw-shadow-color: #ede9fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/0:focus {
  --tw-shadow-color: rgb(237 233 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/10:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/100:focus {
  --tw-shadow-color: rgb(237 233 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/15:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/20:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/25:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/30:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/35:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/40:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/45:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/5:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/50:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/55:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/60:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/65:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/70:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/75:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/80:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/85:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/90:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-100\/95:focus {
  --tw-shadow-color: rgb(237 233 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200:focus {
  --tw-shadow-color: #ddd6fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/0:focus {
  --tw-shadow-color: rgb(221 214 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/10:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/100:focus {
  --tw-shadow-color: rgb(221 214 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/15:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/20:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/25:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/30:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/35:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/40:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/45:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/5:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/50:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/55:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/60:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/65:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/70:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/75:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/80:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/85:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/90:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-200\/95:focus {
  --tw-shadow-color: rgb(221 214 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300:focus {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/0:focus {
  --tw-shadow-color: rgb(196 181 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/10:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/100:focus {
  --tw-shadow-color: rgb(196 181 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/15:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/20:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/25:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/30:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/35:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/40:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/45:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/5:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/50:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/55:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/60:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/65:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/70:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/75:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/80:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/85:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/90:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-300\/95:focus {
  --tw-shadow-color: rgb(196 181 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400:focus {
  --tw-shadow-color: #a78bfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/0:focus {
  --tw-shadow-color: rgb(167 139 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/10:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/100:focus {
  --tw-shadow-color: rgb(167 139 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/15:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/20:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/25:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/30:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/35:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/40:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/45:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/5:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/50:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/55:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/60:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/65:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/70:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/75:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/80:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/85:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/90:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-400\/95:focus {
  --tw-shadow-color: rgb(167 139 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50:focus {
  --tw-shadow-color: #f5f3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/0:focus {
  --tw-shadow-color: rgb(245 243 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/10:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/100:focus {
  --tw-shadow-color: rgb(245 243 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/15:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/20:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/25:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/30:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/35:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/40:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/45:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/5:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/50:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/55:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/60:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/65:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/70:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/75:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/80:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/85:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/90:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-50\/95:focus {
  --tw-shadow-color: rgb(245 243 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500:focus {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/0:focus {
  --tw-shadow-color: rgb(139 92 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/10:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/100:focus {
  --tw-shadow-color: rgb(139 92 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/15:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/20:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/25:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/30:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/35:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/40:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/45:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/5:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/50:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/55:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/60:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/65:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/70:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/75:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/80:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/85:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/90:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-500\/95:focus {
  --tw-shadow-color: rgb(139 92 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600:focus {
  --tw-shadow-color: #7c3aed;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/0:focus {
  --tw-shadow-color: rgb(124 58 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/10:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/100:focus {
  --tw-shadow-color: rgb(124 58 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/15:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/20:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/25:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/30:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/35:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/40:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/45:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/5:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/50:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/55:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/60:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/65:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/70:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/75:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/80:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/85:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/90:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-600\/95:focus {
  --tw-shadow-color: rgb(124 58 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700:focus {
  --tw-shadow-color: #6d28d9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/0:focus {
  --tw-shadow-color: rgb(109 40 217 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/10:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/100:focus {
  --tw-shadow-color: rgb(109 40 217 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/15:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/20:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/25:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/30:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/35:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/40:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/45:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/5:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/50:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/55:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/60:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/65:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/70:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/75:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/80:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/85:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/90:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-700\/95:focus {
  --tw-shadow-color: rgb(109 40 217 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800:focus {
  --tw-shadow-color: #5b21b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/0:focus {
  --tw-shadow-color: rgb(91 33 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/10:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/100:focus {
  --tw-shadow-color: rgb(91 33 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/15:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/20:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/25:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/30:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/35:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/40:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/45:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/5:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/50:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/55:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/60:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/65:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/70:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/75:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/80:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/85:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/90:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-800\/95:focus {
  --tw-shadow-color: rgb(91 33 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900:focus {
  --tw-shadow-color: #4c1d95;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/0:focus {
  --tw-shadow-color: rgb(76 29 149 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/10:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/100:focus {
  --tw-shadow-color: rgb(76 29 149 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/15:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/20:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/25:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/30:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/35:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/40:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/45:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/5:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/50:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/55:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/60:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/65:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/70:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/75:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/80:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/85:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/90:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-900\/95:focus {
  --tw-shadow-color: rgb(76 29 149 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950:focus {
  --tw-shadow-color: #2e1065;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/0:focus {
  --tw-shadow-color: rgb(46 16 101 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/10:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/100:focus {
  --tw-shadow-color: rgb(46 16 101 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/15:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/20:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/25:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/30:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/35:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/40:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/45:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/5:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/50:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/55:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/60:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/65:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/70:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/75:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/80:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/85:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/90:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-violet-950\/95:focus {
  --tw-shadow-color: rgb(46 16 101 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white:focus {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/0:focus {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/10:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/100:focus {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/15:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/20:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/25:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/30:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/35:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/40:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/45:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/5:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/50:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/55:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/60:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/65:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/70:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/75:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/80:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/85:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/90:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-white\/95:focus {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100:focus {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/0:focus {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/10:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/100:focus {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/15:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/20:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/25:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/30:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/35:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/40:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/45:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/5:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/50:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/55:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/60:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/65:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/70:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/75:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/80:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/85:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/90:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-100\/95:focus {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200:focus {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/0:focus {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/10:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/100:focus {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/15:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/20:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/25:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/30:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/35:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/40:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/45:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/5:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/50:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/55:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/60:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/65:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/70:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/75:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/80:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/85:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/90:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-200\/95:focus {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300:focus {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/0:focus {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/10:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/100:focus {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/15:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/20:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/25:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/30:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/35:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/40:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/45:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/5:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/50:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/55:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/60:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/65:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/70:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/75:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/80:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/85:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/90:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-300\/95:focus {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400:focus {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/0:focus {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/10:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/100:focus {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/15:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/20:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/25:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/30:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/35:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/40:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/45:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/5:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/50:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/55:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/60:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/65:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/70:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/75:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/80:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/85:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/90:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-400\/95:focus {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50:focus {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/0:focus {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/10:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/100:focus {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/15:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/20:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/25:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/30:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/35:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/40:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/45:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/5:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/50:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/55:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/60:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/65:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/70:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/75:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/80:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/85:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/90:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-50\/95:focus {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500:focus {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/0:focus {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/10:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/100:focus {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/15:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/20:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/25:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/30:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/35:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/40:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/45:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/5:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/50:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/55:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/60:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/65:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/70:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/75:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/80:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/85:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/90:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-500\/95:focus {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600:focus {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/0:focus {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/10:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/100:focus {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/15:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/20:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/25:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/30:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/35:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/40:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/45:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/5:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/50:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/55:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/60:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/65:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/70:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/75:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/80:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/85:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/90:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-600\/95:focus {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700:focus {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/0:focus {
  --tw-shadow-color: rgb(161 98 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/10:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/100:focus {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/15:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/20:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/25:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/30:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/35:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/40:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/45:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/5:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/50:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/55:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/60:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/65:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/70:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/75:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/80:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/85:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/90:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-700\/95:focus {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800:focus {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/0:focus {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/10:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/100:focus {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/15:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/20:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/25:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/30:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/35:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/40:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/45:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/5:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/50:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/55:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/60:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/65:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/70:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/75:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/80:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/85:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/90:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-800\/95:focus {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900:focus {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/0:focus {
  --tw-shadow-color: rgb(113 63 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/10:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/100:focus {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/15:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/20:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/25:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/30:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/35:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/40:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/45:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/5:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/50:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/55:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/60:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/65:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/70:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/75:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/80:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/85:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/90:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-900\/95:focus {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950:focus {
  --tw-shadow-color: #422006;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/0:focus {
  --tw-shadow-color: rgb(66 32 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/10:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/100:focus {
  --tw-shadow-color: rgb(66 32 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/15:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/20:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/25:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/30:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/35:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/40:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/45:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/5:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/50:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/55:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/60:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/65:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/70:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/75:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/80:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/85:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/90:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-yellow-950\/95:focus {
  --tw-shadow-color: rgb(66 32 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100:focus {
  --tw-shadow-color: #f4f4f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/0:focus {
  --tw-shadow-color: rgb(244 244 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/10:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/100:focus {
  --tw-shadow-color: rgb(244 244 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/15:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/20:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/25:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/30:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/35:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/40:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/45:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/5:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/50:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/55:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/60:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/65:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/70:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/75:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/80:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/85:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/90:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-100\/95:focus {
  --tw-shadow-color: rgb(244 244 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200:focus {
  --tw-shadow-color: #e4e4e7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/0:focus {
  --tw-shadow-color: rgb(228 228 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/10:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/100:focus {
  --tw-shadow-color: rgb(228 228 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/15:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/20:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/25:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/30:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/35:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/40:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/45:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/5:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/50:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/55:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/60:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/65:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/70:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/75:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/80:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/85:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/90:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-200\/95:focus {
  --tw-shadow-color: rgb(228 228 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300:focus {
  --tw-shadow-color: #d4d4d8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/0:focus {
  --tw-shadow-color: rgb(212 212 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/10:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/100:focus {
  --tw-shadow-color: rgb(212 212 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/15:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/20:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/25:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/30:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/35:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/40:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/45:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/5:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/50:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/55:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/60:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/65:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/70:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/75:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/80:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/85:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/90:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-300\/95:focus {
  --tw-shadow-color: rgb(212 212 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400:focus {
  --tw-shadow-color: #a1a1aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/0:focus {
  --tw-shadow-color: rgb(161 161 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/10:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/100:focus {
  --tw-shadow-color: rgb(161 161 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/15:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/20:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/25:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/30:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/35:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/40:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/45:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/5:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/50:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/55:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/60:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/65:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/70:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/75:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/80:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/85:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/90:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-400\/95:focus {
  --tw-shadow-color: rgb(161 161 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50:focus {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/0:focus {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/10:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/100:focus {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/15:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/20:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/25:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/30:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/35:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/40:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/45:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/5:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/50:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/55:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/60:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/65:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/70:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/75:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/80:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/85:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/90:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-50\/95:focus {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500:focus {
  --tw-shadow-color: #71717a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/0:focus {
  --tw-shadow-color: rgb(113 113 122 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/10:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/100:focus {
  --tw-shadow-color: rgb(113 113 122 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/15:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/20:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/25:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/30:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/35:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/40:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/45:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/5:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/50:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/55:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/60:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/65:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/70:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/75:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/80:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/85:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/90:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-500\/95:focus {
  --tw-shadow-color: rgb(113 113 122 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600:focus {
  --tw-shadow-color: #52525b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/0:focus {
  --tw-shadow-color: rgb(82 82 91 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/10:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/100:focus {
  --tw-shadow-color: rgb(82 82 91 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/15:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/20:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/25:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/30:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/35:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/40:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/45:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/5:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/50:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/55:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/60:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/65:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/70:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/75:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/80:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/85:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/90:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-600\/95:focus {
  --tw-shadow-color: rgb(82 82 91 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700:focus {
  --tw-shadow-color: #3f3f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/0:focus {
  --tw-shadow-color: rgb(63 63 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/10:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/100:focus {
  --tw-shadow-color: rgb(63 63 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/15:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/20:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/25:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/30:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/35:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/40:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/45:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/5:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/50:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/55:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/60:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/65:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/70:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/75:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/80:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/85:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/90:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-700\/95:focus {
  --tw-shadow-color: rgb(63 63 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800:focus {
  --tw-shadow-color: #27272a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/0:focus {
  --tw-shadow-color: rgb(39 39 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/10:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/100:focus {
  --tw-shadow-color: rgb(39 39 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/15:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/20:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/25:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/30:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/35:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/40:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/45:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/5:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/50:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/55:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/60:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/65:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/70:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/75:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/80:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/85:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/90:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-800\/95:focus {
  --tw-shadow-color: rgb(39 39 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900:focus {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/0:focus {
  --tw-shadow-color: rgb(24 24 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/10:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/100:focus {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/15:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/20:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/25:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/30:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/35:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/40:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/45:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/5:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/50:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/55:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/60:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/65:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/70:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/75:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/80:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/85:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/90:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-900\/95:focus {
  --tw-shadow-color: rgb(24 24 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950:focus {
  --tw-shadow-color: #09090b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/0:focus {
  --tw-shadow-color: rgb(9 9 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/10:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/100:focus {
  --tw-shadow-color: rgb(9 9 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/15:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/20:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/25:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/30:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/35:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/40:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/45:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/5:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/50:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/55:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/60:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/65:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/70:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/75:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/80:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/85:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/90:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:shadow-zinc-950\/95:focus {
  --tw-shadow-color: rgb(9 9 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-accent-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(235 251 203 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-100\/0:focus {
  --tw-ring-color: rgb(235 251 203 / 0);
}

.focus\:ring-accent-100\/10:focus {
  --tw-ring-color: rgb(235 251 203 / 0.1);
}

.focus\:ring-accent-100\/100:focus {
  --tw-ring-color: rgb(235 251 203 / 1);
}

.focus\:ring-accent-100\/15:focus {
  --tw-ring-color: rgb(235 251 203 / 0.15);
}

.focus\:ring-accent-100\/20:focus {
  --tw-ring-color: rgb(235 251 203 / 0.2);
}

.focus\:ring-accent-100\/25:focus {
  --tw-ring-color: rgb(235 251 203 / 0.25);
}

.focus\:ring-accent-100\/30:focus {
  --tw-ring-color: rgb(235 251 203 / 0.3);
}

.focus\:ring-accent-100\/35:focus {
  --tw-ring-color: rgb(235 251 203 / 0.35);
}

.focus\:ring-accent-100\/40:focus {
  --tw-ring-color: rgb(235 251 203 / 0.4);
}

.focus\:ring-accent-100\/45:focus {
  --tw-ring-color: rgb(235 251 203 / 0.45);
}

.focus\:ring-accent-100\/5:focus {
  --tw-ring-color: rgb(235 251 203 / 0.05);
}

.focus\:ring-accent-100\/50:focus {
  --tw-ring-color: rgb(235 251 203 / 0.5);
}

.focus\:ring-accent-100\/55:focus {
  --tw-ring-color: rgb(235 251 203 / 0.55);
}

.focus\:ring-accent-100\/60:focus {
  --tw-ring-color: rgb(235 251 203 / 0.6);
}

.focus\:ring-accent-100\/65:focus {
  --tw-ring-color: rgb(235 251 203 / 0.65);
}

.focus\:ring-accent-100\/70:focus {
  --tw-ring-color: rgb(235 251 203 / 0.7);
}

.focus\:ring-accent-100\/75:focus {
  --tw-ring-color: rgb(235 251 203 / 0.75);
}

.focus\:ring-accent-100\/80:focus {
  --tw-ring-color: rgb(235 251 203 / 0.8);
}

.focus\:ring-accent-100\/85:focus {
  --tw-ring-color: rgb(235 251 203 / 0.85);
}

.focus\:ring-accent-100\/90:focus {
  --tw-ring-color: rgb(235 251 203 / 0.9);
}

.focus\:ring-accent-100\/95:focus {
  --tw-ring-color: rgb(235 251 203 / 0.95);
}

.focus\:ring-accent-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 246 154 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-200\/0:focus {
  --tw-ring-color: rgb(216 246 154 / 0);
}

.focus\:ring-accent-200\/10:focus {
  --tw-ring-color: rgb(216 246 154 / 0.1);
}

.focus\:ring-accent-200\/100:focus {
  --tw-ring-color: rgb(216 246 154 / 1);
}

.focus\:ring-accent-200\/15:focus {
  --tw-ring-color: rgb(216 246 154 / 0.15);
}

.focus\:ring-accent-200\/20:focus {
  --tw-ring-color: rgb(216 246 154 / 0.2);
}

.focus\:ring-accent-200\/25:focus {
  --tw-ring-color: rgb(216 246 154 / 0.25);
}

.focus\:ring-accent-200\/30:focus {
  --tw-ring-color: rgb(216 246 154 / 0.3);
}

.focus\:ring-accent-200\/35:focus {
  --tw-ring-color: rgb(216 246 154 / 0.35);
}

.focus\:ring-accent-200\/40:focus {
  --tw-ring-color: rgb(216 246 154 / 0.4);
}

.focus\:ring-accent-200\/45:focus {
  --tw-ring-color: rgb(216 246 154 / 0.45);
}

.focus\:ring-accent-200\/5:focus {
  --tw-ring-color: rgb(216 246 154 / 0.05);
}

.focus\:ring-accent-200\/50:focus {
  --tw-ring-color: rgb(216 246 154 / 0.5);
}

.focus\:ring-accent-200\/55:focus {
  --tw-ring-color: rgb(216 246 154 / 0.55);
}

.focus\:ring-accent-200\/60:focus {
  --tw-ring-color: rgb(216 246 154 / 0.6);
}

.focus\:ring-accent-200\/65:focus {
  --tw-ring-color: rgb(216 246 154 / 0.65);
}

.focus\:ring-accent-200\/70:focus {
  --tw-ring-color: rgb(216 246 154 / 0.7);
}

.focus\:ring-accent-200\/75:focus {
  --tw-ring-color: rgb(216 246 154 / 0.75);
}

.focus\:ring-accent-200\/80:focus {
  --tw-ring-color: rgb(216 246 154 / 0.8);
}

.focus\:ring-accent-200\/85:focus {
  --tw-ring-color: rgb(216 246 154 / 0.85);
}

.focus\:ring-accent-200\/90:focus {
  --tw-ring-color: rgb(216 246 154 / 0.9);
}

.focus\:ring-accent-200\/95:focus {
  --tw-ring-color: rgb(216 246 154 / 0.95);
}

.focus\:ring-accent-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 240 120 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-300\/0:focus {
  --tw-ring-color: rgb(196 240 120 / 0);
}

.focus\:ring-accent-300\/10:focus {
  --tw-ring-color: rgb(196 240 120 / 0.1);
}

.focus\:ring-accent-300\/100:focus {
  --tw-ring-color: rgb(196 240 120 / 1);
}

.focus\:ring-accent-300\/15:focus {
  --tw-ring-color: rgb(196 240 120 / 0.15);
}

.focus\:ring-accent-300\/20:focus {
  --tw-ring-color: rgb(196 240 120 / 0.2);
}

.focus\:ring-accent-300\/25:focus {
  --tw-ring-color: rgb(196 240 120 / 0.25);
}

.focus\:ring-accent-300\/30:focus {
  --tw-ring-color: rgb(196 240 120 / 0.3);
}

.focus\:ring-accent-300\/35:focus {
  --tw-ring-color: rgb(196 240 120 / 0.35);
}

.focus\:ring-accent-300\/40:focus {
  --tw-ring-color: rgb(196 240 120 / 0.4);
}

.focus\:ring-accent-300\/45:focus {
  --tw-ring-color: rgb(196 240 120 / 0.45);
}

.focus\:ring-accent-300\/5:focus {
  --tw-ring-color: rgb(196 240 120 / 0.05);
}

.focus\:ring-accent-300\/50:focus {
  --tw-ring-color: rgb(196 240 120 / 0.5);
}

.focus\:ring-accent-300\/55:focus {
  --tw-ring-color: rgb(196 240 120 / 0.55);
}

.focus\:ring-accent-300\/60:focus {
  --tw-ring-color: rgb(196 240 120 / 0.6);
}

.focus\:ring-accent-300\/65:focus {
  --tw-ring-color: rgb(196 240 120 / 0.65);
}

.focus\:ring-accent-300\/70:focus {
  --tw-ring-color: rgb(196 240 120 / 0.7);
}

.focus\:ring-accent-300\/75:focus {
  --tw-ring-color: rgb(196 240 120 / 0.75);
}

.focus\:ring-accent-300\/80:focus {
  --tw-ring-color: rgb(196 240 120 / 0.8);
}

.focus\:ring-accent-300\/85:focus {
  --tw-ring-color: rgb(196 240 120 / 0.85);
}

.focus\:ring-accent-300\/90:focus {
  --tw-ring-color: rgb(196 240 120 / 0.9);
}

.focus\:ring-accent-300\/95:focus {
  --tw-ring-color: rgb(196 240 120 / 0.95);
}

.focus\:ring-accent-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 237 104 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-400\/0:focus {
  --tw-ring-color: rgb(183 237 104 / 0);
}

.focus\:ring-accent-400\/10:focus {
  --tw-ring-color: rgb(183 237 104 / 0.1);
}

.focus\:ring-accent-400\/100:focus {
  --tw-ring-color: rgb(183 237 104 / 1);
}

.focus\:ring-accent-400\/15:focus {
  --tw-ring-color: rgb(183 237 104 / 0.15);
}

.focus\:ring-accent-400\/20:focus {
  --tw-ring-color: rgb(183 237 104 / 0.2);
}

.focus\:ring-accent-400\/25:focus {
  --tw-ring-color: rgb(183 237 104 / 0.25);
}

.focus\:ring-accent-400\/30:focus {
  --tw-ring-color: rgb(183 237 104 / 0.3);
}

.focus\:ring-accent-400\/35:focus {
  --tw-ring-color: rgb(183 237 104 / 0.35);
}

.focus\:ring-accent-400\/40:focus {
  --tw-ring-color: rgb(183 237 104 / 0.4);
}

.focus\:ring-accent-400\/45:focus {
  --tw-ring-color: rgb(183 237 104 / 0.45);
}

.focus\:ring-accent-400\/5:focus {
  --tw-ring-color: rgb(183 237 104 / 0.05);
}

.focus\:ring-accent-400\/50:focus {
  --tw-ring-color: rgb(183 237 104 / 0.5);
}

.focus\:ring-accent-400\/55:focus {
  --tw-ring-color: rgb(183 237 104 / 0.55);
}

.focus\:ring-accent-400\/60:focus {
  --tw-ring-color: rgb(183 237 104 / 0.6);
}

.focus\:ring-accent-400\/65:focus {
  --tw-ring-color: rgb(183 237 104 / 0.65);
}

.focus\:ring-accent-400\/70:focus {
  --tw-ring-color: rgb(183 237 104 / 0.7);
}

.focus\:ring-accent-400\/75:focus {
  --tw-ring-color: rgb(183 237 104 / 0.75);
}

.focus\:ring-accent-400\/80:focus {
  --tw-ring-color: rgb(183 237 104 / 0.8);
}

.focus\:ring-accent-400\/85:focus {
  --tw-ring-color: rgb(183 237 104 / 0.85);
}

.focus\:ring-accent-400\/90:focus {
  --tw-ring-color: rgb(183 237 104 / 0.9);
}

.focus\:ring-accent-400\/95:focus {
  --tw-ring-color: rgb(183 237 104 / 0.95);
}

.focus\:ring-accent-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 253 235 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-50\/0:focus {
  --tw-ring-color: rgb(247 253 235 / 0);
}

.focus\:ring-accent-50\/10:focus {
  --tw-ring-color: rgb(247 253 235 / 0.1);
}

.focus\:ring-accent-50\/100:focus {
  --tw-ring-color: rgb(247 253 235 / 1);
}

.focus\:ring-accent-50\/15:focus {
  --tw-ring-color: rgb(247 253 235 / 0.15);
}

.focus\:ring-accent-50\/20:focus {
  --tw-ring-color: rgb(247 253 235 / 0.2);
}

.focus\:ring-accent-50\/25:focus {
  --tw-ring-color: rgb(247 253 235 / 0.25);
}

.focus\:ring-accent-50\/30:focus {
  --tw-ring-color: rgb(247 253 235 / 0.3);
}

.focus\:ring-accent-50\/35:focus {
  --tw-ring-color: rgb(247 253 235 / 0.35);
}

.focus\:ring-accent-50\/40:focus {
  --tw-ring-color: rgb(247 253 235 / 0.4);
}

.focus\:ring-accent-50\/45:focus {
  --tw-ring-color: rgb(247 253 235 / 0.45);
}

.focus\:ring-accent-50\/5:focus {
  --tw-ring-color: rgb(247 253 235 / 0.05);
}

.focus\:ring-accent-50\/50:focus {
  --tw-ring-color: rgb(247 253 235 / 0.5);
}

.focus\:ring-accent-50\/55:focus {
  --tw-ring-color: rgb(247 253 235 / 0.55);
}

.focus\:ring-accent-50\/60:focus {
  --tw-ring-color: rgb(247 253 235 / 0.6);
}

.focus\:ring-accent-50\/65:focus {
  --tw-ring-color: rgb(247 253 235 / 0.65);
}

.focus\:ring-accent-50\/70:focus {
  --tw-ring-color: rgb(247 253 235 / 0.7);
}

.focus\:ring-accent-50\/75:focus {
  --tw-ring-color: rgb(247 253 235 / 0.75);
}

.focus\:ring-accent-50\/80:focus {
  --tw-ring-color: rgb(247 253 235 / 0.8);
}

.focus\:ring-accent-50\/85:focus {
  --tw-ring-color: rgb(247 253 235 / 0.85);
}

.focus\:ring-accent-50\/90:focus {
  --tw-ring-color: rgb(247 253 235 / 0.9);
}

.focus\:ring-accent-50\/95:focus {
  --tw-ring-color: rgb(247 253 235 / 0.95);
}

.focus\:ring-accent-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(174 235 96 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-500\/0:focus {
  --tw-ring-color: rgb(174 235 96 / 0);
}

.focus\:ring-accent-500\/10:focus {
  --tw-ring-color: rgb(174 235 96 / 0.1);
}

.focus\:ring-accent-500\/100:focus {
  --tw-ring-color: rgb(174 235 96 / 1);
}

.focus\:ring-accent-500\/15:focus {
  --tw-ring-color: rgb(174 235 96 / 0.15);
}

.focus\:ring-accent-500\/20:focus {
  --tw-ring-color: rgb(174 235 96 / 0.2);
}

.focus\:ring-accent-500\/25:focus {
  --tw-ring-color: rgb(174 235 96 / 0.25);
}

.focus\:ring-accent-500\/30:focus {
  --tw-ring-color: rgb(174 235 96 / 0.3);
}

.focus\:ring-accent-500\/35:focus {
  --tw-ring-color: rgb(174 235 96 / 0.35);
}

.focus\:ring-accent-500\/40:focus {
  --tw-ring-color: rgb(174 235 96 / 0.4);
}

.focus\:ring-accent-500\/45:focus {
  --tw-ring-color: rgb(174 235 96 / 0.45);
}

.focus\:ring-accent-500\/5:focus {
  --tw-ring-color: rgb(174 235 96 / 0.05);
}

.focus\:ring-accent-500\/50:focus {
  --tw-ring-color: rgb(174 235 96 / 0.5);
}

.focus\:ring-accent-500\/55:focus {
  --tw-ring-color: rgb(174 235 96 / 0.55);
}

.focus\:ring-accent-500\/60:focus {
  --tw-ring-color: rgb(174 235 96 / 0.6);
}

.focus\:ring-accent-500\/65:focus {
  --tw-ring-color: rgb(174 235 96 / 0.65);
}

.focus\:ring-accent-500\/70:focus {
  --tw-ring-color: rgb(174 235 96 / 0.7);
}

.focus\:ring-accent-500\/75:focus {
  --tw-ring-color: rgb(174 235 96 / 0.75);
}

.focus\:ring-accent-500\/80:focus {
  --tw-ring-color: rgb(174 235 96 / 0.8);
}

.focus\:ring-accent-500\/85:focus {
  --tw-ring-color: rgb(174 235 96 / 0.85);
}

.focus\:ring-accent-500\/90:focus {
  --tw-ring-color: rgb(174 235 96 / 0.9);
}

.focus\:ring-accent-500\/95:focus {
  --tw-ring-color: rgb(174 235 96 / 0.95);
}

.focus\:ring-accent-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 201 48 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-600\/0:focus {
  --tw-ring-color: rgb(130 201 48 / 0);
}

.focus\:ring-accent-600\/10:focus {
  --tw-ring-color: rgb(130 201 48 / 0.1);
}

.focus\:ring-accent-600\/100:focus {
  --tw-ring-color: rgb(130 201 48 / 1);
}

.focus\:ring-accent-600\/15:focus {
  --tw-ring-color: rgb(130 201 48 / 0.15);
}

.focus\:ring-accent-600\/20:focus {
  --tw-ring-color: rgb(130 201 48 / 0.2);
}

.focus\:ring-accent-600\/25:focus {
  --tw-ring-color: rgb(130 201 48 / 0.25);
}

.focus\:ring-accent-600\/30:focus {
  --tw-ring-color: rgb(130 201 48 / 0.3);
}

.focus\:ring-accent-600\/35:focus {
  --tw-ring-color: rgb(130 201 48 / 0.35);
}

.focus\:ring-accent-600\/40:focus {
  --tw-ring-color: rgb(130 201 48 / 0.4);
}

.focus\:ring-accent-600\/45:focus {
  --tw-ring-color: rgb(130 201 48 / 0.45);
}

.focus\:ring-accent-600\/5:focus {
  --tw-ring-color: rgb(130 201 48 / 0.05);
}

.focus\:ring-accent-600\/50:focus {
  --tw-ring-color: rgb(130 201 48 / 0.5);
}

.focus\:ring-accent-600\/55:focus {
  --tw-ring-color: rgb(130 201 48 / 0.55);
}

.focus\:ring-accent-600\/60:focus {
  --tw-ring-color: rgb(130 201 48 / 0.6);
}

.focus\:ring-accent-600\/65:focus {
  --tw-ring-color: rgb(130 201 48 / 0.65);
}

.focus\:ring-accent-600\/70:focus {
  --tw-ring-color: rgb(130 201 48 / 0.7);
}

.focus\:ring-accent-600\/75:focus {
  --tw-ring-color: rgb(130 201 48 / 0.75);
}

.focus\:ring-accent-600\/80:focus {
  --tw-ring-color: rgb(130 201 48 / 0.8);
}

.focus\:ring-accent-600\/85:focus {
  --tw-ring-color: rgb(130 201 48 / 0.85);
}

.focus\:ring-accent-600\/90:focus {
  --tw-ring-color: rgb(130 201 48 / 0.9);
}

.focus\:ring-accent-600\/95:focus {
  --tw-ring-color: rgb(130 201 48 / 0.95);
}

.focus\:ring-accent-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 161 31 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-700\/0:focus {
  --tw-ring-color: rgb(97 161 31 / 0);
}

.focus\:ring-accent-700\/10:focus {
  --tw-ring-color: rgb(97 161 31 / 0.1);
}

.focus\:ring-accent-700\/100:focus {
  --tw-ring-color: rgb(97 161 31 / 1);
}

.focus\:ring-accent-700\/15:focus {
  --tw-ring-color: rgb(97 161 31 / 0.15);
}

.focus\:ring-accent-700\/20:focus {
  --tw-ring-color: rgb(97 161 31 / 0.2);
}

.focus\:ring-accent-700\/25:focus {
  --tw-ring-color: rgb(97 161 31 / 0.25);
}

.focus\:ring-accent-700\/30:focus {
  --tw-ring-color: rgb(97 161 31 / 0.3);
}

.focus\:ring-accent-700\/35:focus {
  --tw-ring-color: rgb(97 161 31 / 0.35);
}

.focus\:ring-accent-700\/40:focus {
  --tw-ring-color: rgb(97 161 31 / 0.4);
}

.focus\:ring-accent-700\/45:focus {
  --tw-ring-color: rgb(97 161 31 / 0.45);
}

.focus\:ring-accent-700\/5:focus {
  --tw-ring-color: rgb(97 161 31 / 0.05);
}

.focus\:ring-accent-700\/50:focus {
  --tw-ring-color: rgb(97 161 31 / 0.5);
}

.focus\:ring-accent-700\/55:focus {
  --tw-ring-color: rgb(97 161 31 / 0.55);
}

.focus\:ring-accent-700\/60:focus {
  --tw-ring-color: rgb(97 161 31 / 0.6);
}

.focus\:ring-accent-700\/65:focus {
  --tw-ring-color: rgb(97 161 31 / 0.65);
}

.focus\:ring-accent-700\/70:focus {
  --tw-ring-color: rgb(97 161 31 / 0.7);
}

.focus\:ring-accent-700\/75:focus {
  --tw-ring-color: rgb(97 161 31 / 0.75);
}

.focus\:ring-accent-700\/80:focus {
  --tw-ring-color: rgb(97 161 31 / 0.8);
}

.focus\:ring-accent-700\/85:focus {
  --tw-ring-color: rgb(97 161 31 / 0.85);
}

.focus\:ring-accent-700\/90:focus {
  --tw-ring-color: rgb(97 161 31 / 0.9);
}

.focus\:ring-accent-700\/95:focus {
  --tw-ring-color: rgb(97 161 31 / 0.95);
}

.focus\:ring-accent-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 126 32 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-800\/0:focus {
  --tw-ring-color: rgb(78 126 32 / 0);
}

.focus\:ring-accent-800\/10:focus {
  --tw-ring-color: rgb(78 126 32 / 0.1);
}

.focus\:ring-accent-800\/100:focus {
  --tw-ring-color: rgb(78 126 32 / 1);
}

.focus\:ring-accent-800\/15:focus {
  --tw-ring-color: rgb(78 126 32 / 0.15);
}

.focus\:ring-accent-800\/20:focus {
  --tw-ring-color: rgb(78 126 32 / 0.2);
}

.focus\:ring-accent-800\/25:focus {
  --tw-ring-color: rgb(78 126 32 / 0.25);
}

.focus\:ring-accent-800\/30:focus {
  --tw-ring-color: rgb(78 126 32 / 0.3);
}

.focus\:ring-accent-800\/35:focus {
  --tw-ring-color: rgb(78 126 32 / 0.35);
}

.focus\:ring-accent-800\/40:focus {
  --tw-ring-color: rgb(78 126 32 / 0.4);
}

.focus\:ring-accent-800\/45:focus {
  --tw-ring-color: rgb(78 126 32 / 0.45);
}

.focus\:ring-accent-800\/5:focus {
  --tw-ring-color: rgb(78 126 32 / 0.05);
}

.focus\:ring-accent-800\/50:focus {
  --tw-ring-color: rgb(78 126 32 / 0.5);
}

.focus\:ring-accent-800\/55:focus {
  --tw-ring-color: rgb(78 126 32 / 0.55);
}

.focus\:ring-accent-800\/60:focus {
  --tw-ring-color: rgb(78 126 32 / 0.6);
}

.focus\:ring-accent-800\/65:focus {
  --tw-ring-color: rgb(78 126 32 / 0.65);
}

.focus\:ring-accent-800\/70:focus {
  --tw-ring-color: rgb(78 126 32 / 0.7);
}

.focus\:ring-accent-800\/75:focus {
  --tw-ring-color: rgb(78 126 32 / 0.75);
}

.focus\:ring-accent-800\/80:focus {
  --tw-ring-color: rgb(78 126 32 / 0.8);
}

.focus\:ring-accent-800\/85:focus {
  --tw-ring-color: rgb(78 126 32 / 0.85);
}

.focus\:ring-accent-800\/90:focus {
  --tw-ring-color: rgb(78 126 32 / 0.9);
}

.focus\:ring-accent-800\/95:focus {
  --tw-ring-color: rgb(78 126 32 / 0.95);
}

.focus\:ring-accent-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 106 33 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-900\/0:focus {
  --tw-ring-color: rgb(66 106 33 / 0);
}

.focus\:ring-accent-900\/10:focus {
  --tw-ring-color: rgb(66 106 33 / 0.1);
}

.focus\:ring-accent-900\/100:focus {
  --tw-ring-color: rgb(66 106 33 / 1);
}

.focus\:ring-accent-900\/15:focus {
  --tw-ring-color: rgb(66 106 33 / 0.15);
}

.focus\:ring-accent-900\/20:focus {
  --tw-ring-color: rgb(66 106 33 / 0.2);
}

.focus\:ring-accent-900\/25:focus {
  --tw-ring-color: rgb(66 106 33 / 0.25);
}

.focus\:ring-accent-900\/30:focus {
  --tw-ring-color: rgb(66 106 33 / 0.3);
}

.focus\:ring-accent-900\/35:focus {
  --tw-ring-color: rgb(66 106 33 / 0.35);
}

.focus\:ring-accent-900\/40:focus {
  --tw-ring-color: rgb(66 106 33 / 0.4);
}

.focus\:ring-accent-900\/45:focus {
  --tw-ring-color: rgb(66 106 33 / 0.45);
}

.focus\:ring-accent-900\/5:focus {
  --tw-ring-color: rgb(66 106 33 / 0.05);
}

.focus\:ring-accent-900\/50:focus {
  --tw-ring-color: rgb(66 106 33 / 0.5);
}

.focus\:ring-accent-900\/55:focus {
  --tw-ring-color: rgb(66 106 33 / 0.55);
}

.focus\:ring-accent-900\/60:focus {
  --tw-ring-color: rgb(66 106 33 / 0.6);
}

.focus\:ring-accent-900\/65:focus {
  --tw-ring-color: rgb(66 106 33 / 0.65);
}

.focus\:ring-accent-900\/70:focus {
  --tw-ring-color: rgb(66 106 33 / 0.7);
}

.focus\:ring-accent-900\/75:focus {
  --tw-ring-color: rgb(66 106 33 / 0.75);
}

.focus\:ring-accent-900\/80:focus {
  --tw-ring-color: rgb(66 106 33 / 0.8);
}

.focus\:ring-accent-900\/85:focus {
  --tw-ring-color: rgb(66 106 33 / 0.85);
}

.focus\:ring-accent-900\/90:focus {
  --tw-ring-color: rgb(66 106 33 / 0.9);
}

.focus\:ring-accent-900\/95:focus {
  --tw-ring-color: rgb(66 106 33 / 0.95);
}

.focus\:ring-accent-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(32 58 11 / var(--tw-ring-opacity, 1));
}

.focus\:ring-accent-950\/0:focus {
  --tw-ring-color: rgb(32 58 11 / 0);
}

.focus\:ring-accent-950\/10:focus {
  --tw-ring-color: rgb(32 58 11 / 0.1);
}

.focus\:ring-accent-950\/100:focus {
  --tw-ring-color: rgb(32 58 11 / 1);
}

.focus\:ring-accent-950\/15:focus {
  --tw-ring-color: rgb(32 58 11 / 0.15);
}

.focus\:ring-accent-950\/20:focus {
  --tw-ring-color: rgb(32 58 11 / 0.2);
}

.focus\:ring-accent-950\/25:focus {
  --tw-ring-color: rgb(32 58 11 / 0.25);
}

.focus\:ring-accent-950\/30:focus {
  --tw-ring-color: rgb(32 58 11 / 0.3);
}

.focus\:ring-accent-950\/35:focus {
  --tw-ring-color: rgb(32 58 11 / 0.35);
}

.focus\:ring-accent-950\/40:focus {
  --tw-ring-color: rgb(32 58 11 / 0.4);
}

.focus\:ring-accent-950\/45:focus {
  --tw-ring-color: rgb(32 58 11 / 0.45);
}

.focus\:ring-accent-950\/5:focus {
  --tw-ring-color: rgb(32 58 11 / 0.05);
}

.focus\:ring-accent-950\/50:focus {
  --tw-ring-color: rgb(32 58 11 / 0.5);
}

.focus\:ring-accent-950\/55:focus {
  --tw-ring-color: rgb(32 58 11 / 0.55);
}

.focus\:ring-accent-950\/60:focus {
  --tw-ring-color: rgb(32 58 11 / 0.6);
}

.focus\:ring-accent-950\/65:focus {
  --tw-ring-color: rgb(32 58 11 / 0.65);
}

.focus\:ring-accent-950\/70:focus {
  --tw-ring-color: rgb(32 58 11 / 0.7);
}

.focus\:ring-accent-950\/75:focus {
  --tw-ring-color: rgb(32 58 11 / 0.75);
}

.focus\:ring-accent-950\/80:focus {
  --tw-ring-color: rgb(32 58 11 / 0.8);
}

.focus\:ring-accent-950\/85:focus {
  --tw-ring-color: rgb(32 58 11 / 0.85);
}

.focus\:ring-accent-950\/90:focus {
  --tw-ring-color: rgb(32 58 11 / 0.9);
}

.focus\:ring-accent-950\/95:focus {
  --tw-ring-color: rgb(32 58 11 / 0.95);
}

.focus\:ring-black:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.focus\:ring-black\/0:focus {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.focus\:ring-black\/10:focus {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.focus\:ring-black\/100:focus {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.focus\:ring-black\/15:focus {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.focus\:ring-black\/20:focus {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.focus\:ring-black\/25:focus {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.focus\:ring-black\/30:focus {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.focus\:ring-black\/35:focus {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.focus\:ring-black\/40:focus {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.focus\:ring-black\/45:focus {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.focus\:ring-black\/5:focus {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.focus\:ring-black\/50:focus {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.focus\:ring-black\/55:focus {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.focus\:ring-black\/60:focus {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.focus\:ring-black\/65:focus {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.focus\:ring-black\/70:focus {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.focus\:ring-black\/75:focus {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.focus\:ring-black\/80:focus {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.focus\:ring-black\/85:focus {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.focus\:ring-black\/90:focus {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.focus\:ring-black\/95:focus {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.focus\:ring-brand-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 227 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-100\/0:focus {
  --tw-ring-color: rgb(233 227 255 / 0);
}

.focus\:ring-brand-100\/10:focus {
  --tw-ring-color: rgb(233 227 255 / 0.1);
}

.focus\:ring-brand-100\/100:focus {
  --tw-ring-color: rgb(233 227 255 / 1);
}

.focus\:ring-brand-100\/15:focus {
  --tw-ring-color: rgb(233 227 255 / 0.15);
}

.focus\:ring-brand-100\/20:focus {
  --tw-ring-color: rgb(233 227 255 / 0.2);
}

.focus\:ring-brand-100\/25:focus {
  --tw-ring-color: rgb(233 227 255 / 0.25);
}

.focus\:ring-brand-100\/30:focus {
  --tw-ring-color: rgb(233 227 255 / 0.3);
}

.focus\:ring-brand-100\/35:focus {
  --tw-ring-color: rgb(233 227 255 / 0.35);
}

.focus\:ring-brand-100\/40:focus {
  --tw-ring-color: rgb(233 227 255 / 0.4);
}

.focus\:ring-brand-100\/45:focus {
  --tw-ring-color: rgb(233 227 255 / 0.45);
}

.focus\:ring-brand-100\/5:focus {
  --tw-ring-color: rgb(233 227 255 / 0.05);
}

.focus\:ring-brand-100\/50:focus {
  --tw-ring-color: rgb(233 227 255 / 0.5);
}

.focus\:ring-brand-100\/55:focus {
  --tw-ring-color: rgb(233 227 255 / 0.55);
}

.focus\:ring-brand-100\/60:focus {
  --tw-ring-color: rgb(233 227 255 / 0.6);
}

.focus\:ring-brand-100\/65:focus {
  --tw-ring-color: rgb(233 227 255 / 0.65);
}

.focus\:ring-brand-100\/70:focus {
  --tw-ring-color: rgb(233 227 255 / 0.7);
}

.focus\:ring-brand-100\/75:focus {
  --tw-ring-color: rgb(233 227 255 / 0.75);
}

.focus\:ring-brand-100\/80:focus {
  --tw-ring-color: rgb(233 227 255 / 0.8);
}

.focus\:ring-brand-100\/85:focus {
  --tw-ring-color: rgb(233 227 255 / 0.85);
}

.focus\:ring-brand-100\/90:focus {
  --tw-ring-color: rgb(233 227 255 / 0.9);
}

.focus\:ring-brand-100\/95:focus {
  --tw-ring-color: rgb(233 227 255 / 0.95);
}

.focus\:ring-brand-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 199 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-200\/0:focus {
  --tw-ring-color: rgb(211 199 255 / 0);
}

.focus\:ring-brand-200\/10:focus {
  --tw-ring-color: rgb(211 199 255 / 0.1);
}

.focus\:ring-brand-200\/100:focus {
  --tw-ring-color: rgb(211 199 255 / 1);
}

.focus\:ring-brand-200\/15:focus {
  --tw-ring-color: rgb(211 199 255 / 0.15);
}

.focus\:ring-brand-200\/20:focus {
  --tw-ring-color: rgb(211 199 255 / 0.2);
}

.focus\:ring-brand-200\/25:focus {
  --tw-ring-color: rgb(211 199 255 / 0.25);
}

.focus\:ring-brand-200\/30:focus {
  --tw-ring-color: rgb(211 199 255 / 0.3);
}

.focus\:ring-brand-200\/35:focus {
  --tw-ring-color: rgb(211 199 255 / 0.35);
}

.focus\:ring-brand-200\/40:focus {
  --tw-ring-color: rgb(211 199 255 / 0.4);
}

.focus\:ring-brand-200\/45:focus {
  --tw-ring-color: rgb(211 199 255 / 0.45);
}

.focus\:ring-brand-200\/5:focus {
  --tw-ring-color: rgb(211 199 255 / 0.05);
}

.focus\:ring-brand-200\/50:focus {
  --tw-ring-color: rgb(211 199 255 / 0.5);
}

.focus\:ring-brand-200\/55:focus {
  --tw-ring-color: rgb(211 199 255 / 0.55);
}

.focus\:ring-brand-200\/60:focus {
  --tw-ring-color: rgb(211 199 255 / 0.6);
}

.focus\:ring-brand-200\/65:focus {
  --tw-ring-color: rgb(211 199 255 / 0.65);
}

.focus\:ring-brand-200\/70:focus {
  --tw-ring-color: rgb(211 199 255 / 0.7);
}

.focus\:ring-brand-200\/75:focus {
  --tw-ring-color: rgb(211 199 255 / 0.75);
}

.focus\:ring-brand-200\/80:focus {
  --tw-ring-color: rgb(211 199 255 / 0.8);
}

.focus\:ring-brand-200\/85:focus {
  --tw-ring-color: rgb(211 199 255 / 0.85);
}

.focus\:ring-brand-200\/90:focus {
  --tw-ring-color: rgb(211 199 255 / 0.9);
}

.focus\:ring-brand-200\/95:focus {
  --tw-ring-color: rgb(211 199 255 / 0.95);
}

.focus\:ring-brand-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 154 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-300\/0:focus {
  --tw-ring-color: rgb(183 154 255 / 0);
}

.focus\:ring-brand-300\/10:focus {
  --tw-ring-color: rgb(183 154 255 / 0.1);
}

.focus\:ring-brand-300\/100:focus {
  --tw-ring-color: rgb(183 154 255 / 1);
}

.focus\:ring-brand-300\/15:focus {
  --tw-ring-color: rgb(183 154 255 / 0.15);
}

.focus\:ring-brand-300\/20:focus {
  --tw-ring-color: rgb(183 154 255 / 0.2);
}

.focus\:ring-brand-300\/25:focus {
  --tw-ring-color: rgb(183 154 255 / 0.25);
}

.focus\:ring-brand-300\/30:focus {
  --tw-ring-color: rgb(183 154 255 / 0.3);
}

.focus\:ring-brand-300\/35:focus {
  --tw-ring-color: rgb(183 154 255 / 0.35);
}

.focus\:ring-brand-300\/40:focus {
  --tw-ring-color: rgb(183 154 255 / 0.4);
}

.focus\:ring-brand-300\/45:focus {
  --tw-ring-color: rgb(183 154 255 / 0.45);
}

.focus\:ring-brand-300\/5:focus {
  --tw-ring-color: rgb(183 154 255 / 0.05);
}

.focus\:ring-brand-300\/50:focus {
  --tw-ring-color: rgb(183 154 255 / 0.5);
}

.focus\:ring-brand-300\/55:focus {
  --tw-ring-color: rgb(183 154 255 / 0.55);
}

.focus\:ring-brand-300\/60:focus {
  --tw-ring-color: rgb(183 154 255 / 0.6);
}

.focus\:ring-brand-300\/65:focus {
  --tw-ring-color: rgb(183 154 255 / 0.65);
}

.focus\:ring-brand-300\/70:focus {
  --tw-ring-color: rgb(183 154 255 / 0.7);
}

.focus\:ring-brand-300\/75:focus {
  --tw-ring-color: rgb(183 154 255 / 0.75);
}

.focus\:ring-brand-300\/80:focus {
  --tw-ring-color: rgb(183 154 255 / 0.8);
}

.focus\:ring-brand-300\/85:focus {
  --tw-ring-color: rgb(183 154 255 / 0.85);
}

.focus\:ring-brand-300\/90:focus {
  --tw-ring-color: rgb(183 154 255 / 0.9);
}

.focus\:ring-brand-300\/95:focus {
  --tw-ring-color: rgb(183 154 255 / 0.95);
}

.focus\:ring-brand-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(149 98 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-400\/0:focus {
  --tw-ring-color: rgb(149 98 255 / 0);
}

.focus\:ring-brand-400\/10:focus {
  --tw-ring-color: rgb(149 98 255 / 0.1);
}

.focus\:ring-brand-400\/100:focus {
  --tw-ring-color: rgb(149 98 255 / 1);
}

.focus\:ring-brand-400\/15:focus {
  --tw-ring-color: rgb(149 98 255 / 0.15);
}

.focus\:ring-brand-400\/20:focus {
  --tw-ring-color: rgb(149 98 255 / 0.2);
}

.focus\:ring-brand-400\/25:focus {
  --tw-ring-color: rgb(149 98 255 / 0.25);
}

.focus\:ring-brand-400\/30:focus {
  --tw-ring-color: rgb(149 98 255 / 0.3);
}

.focus\:ring-brand-400\/35:focus {
  --tw-ring-color: rgb(149 98 255 / 0.35);
}

.focus\:ring-brand-400\/40:focus {
  --tw-ring-color: rgb(149 98 255 / 0.4);
}

.focus\:ring-brand-400\/45:focus {
  --tw-ring-color: rgb(149 98 255 / 0.45);
}

.focus\:ring-brand-400\/5:focus {
  --tw-ring-color: rgb(149 98 255 / 0.05);
}

.focus\:ring-brand-400\/50:focus {
  --tw-ring-color: rgb(149 98 255 / 0.5);
}

.focus\:ring-brand-400\/55:focus {
  --tw-ring-color: rgb(149 98 255 / 0.55);
}

.focus\:ring-brand-400\/60:focus {
  --tw-ring-color: rgb(149 98 255 / 0.6);
}

.focus\:ring-brand-400\/65:focus {
  --tw-ring-color: rgb(149 98 255 / 0.65);
}

.focus\:ring-brand-400\/70:focus {
  --tw-ring-color: rgb(149 98 255 / 0.7);
}

.focus\:ring-brand-400\/75:focus {
  --tw-ring-color: rgb(149 98 255 / 0.75);
}

.focus\:ring-brand-400\/80:focus {
  --tw-ring-color: rgb(149 98 255 / 0.8);
}

.focus\:ring-brand-400\/85:focus {
  --tw-ring-color: rgb(149 98 255 / 0.85);
}

.focus\:ring-brand-400\/90:focus {
  --tw-ring-color: rgb(149 98 255 / 0.9);
}

.focus\:ring-brand-400\/95:focus {
  --tw-ring-color: rgb(149 98 255 / 0.95);
}

.focus\:ring-brand-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 241 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-50\/0:focus {
  --tw-ring-color: rgb(244 241 255 / 0);
}

.focus\:ring-brand-50\/10:focus {
  --tw-ring-color: rgb(244 241 255 / 0.1);
}

.focus\:ring-brand-50\/100:focus {
  --tw-ring-color: rgb(244 241 255 / 1);
}

.focus\:ring-brand-50\/15:focus {
  --tw-ring-color: rgb(244 241 255 / 0.15);
}

.focus\:ring-brand-50\/20:focus {
  --tw-ring-color: rgb(244 241 255 / 0.2);
}

.focus\:ring-brand-50\/25:focus {
  --tw-ring-color: rgb(244 241 255 / 0.25);
}

.focus\:ring-brand-50\/30:focus {
  --tw-ring-color: rgb(244 241 255 / 0.3);
}

.focus\:ring-brand-50\/35:focus {
  --tw-ring-color: rgb(244 241 255 / 0.35);
}

.focus\:ring-brand-50\/40:focus {
  --tw-ring-color: rgb(244 241 255 / 0.4);
}

.focus\:ring-brand-50\/45:focus {
  --tw-ring-color: rgb(244 241 255 / 0.45);
}

.focus\:ring-brand-50\/5:focus {
  --tw-ring-color: rgb(244 241 255 / 0.05);
}

.focus\:ring-brand-50\/50:focus {
  --tw-ring-color: rgb(244 241 255 / 0.5);
}

.focus\:ring-brand-50\/55:focus {
  --tw-ring-color: rgb(244 241 255 / 0.55);
}

.focus\:ring-brand-50\/60:focus {
  --tw-ring-color: rgb(244 241 255 / 0.6);
}

.focus\:ring-brand-50\/65:focus {
  --tw-ring-color: rgb(244 241 255 / 0.65);
}

.focus\:ring-brand-50\/70:focus {
  --tw-ring-color: rgb(244 241 255 / 0.7);
}

.focus\:ring-brand-50\/75:focus {
  --tw-ring-color: rgb(244 241 255 / 0.75);
}

.focus\:ring-brand-50\/80:focus {
  --tw-ring-color: rgb(244 241 255 / 0.8);
}

.focus\:ring-brand-50\/85:focus {
  --tw-ring-color: rgb(244 241 255 / 0.85);
}

.focus\:ring-brand-50\/90:focus {
  --tw-ring-color: rgb(244 241 255 / 0.9);
}

.focus\:ring-brand-50\/95:focus {
  --tw-ring-color: rgb(244 241 255 / 0.95);
}

.focus\:ring-brand-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 28 209 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-500\/0:focus {
  --tw-ring-color: rgb(78 28 209 / 0);
}

.focus\:ring-brand-500\/10:focus {
  --tw-ring-color: rgb(78 28 209 / 0.1);
}

.focus\:ring-brand-500\/100:focus {
  --tw-ring-color: rgb(78 28 209 / 1);
}

.focus\:ring-brand-500\/15:focus {
  --tw-ring-color: rgb(78 28 209 / 0.15);
}

.focus\:ring-brand-500\/20:focus {
  --tw-ring-color: rgb(78 28 209 / 0.2);
}

.focus\:ring-brand-500\/25:focus {
  --tw-ring-color: rgb(78 28 209 / 0.25);
}

.focus\:ring-brand-500\/30:focus {
  --tw-ring-color: rgb(78 28 209 / 0.3);
}

.focus\:ring-brand-500\/35:focus {
  --tw-ring-color: rgb(78 28 209 / 0.35);
}

.focus\:ring-brand-500\/40:focus {
  --tw-ring-color: rgb(78 28 209 / 0.4);
}

.focus\:ring-brand-500\/45:focus {
  --tw-ring-color: rgb(78 28 209 / 0.45);
}

.focus\:ring-brand-500\/5:focus {
  --tw-ring-color: rgb(78 28 209 / 0.05);
}

.focus\:ring-brand-500\/50:focus {
  --tw-ring-color: rgb(78 28 209 / 0.5);
}

.focus\:ring-brand-500\/55:focus {
  --tw-ring-color: rgb(78 28 209 / 0.55);
}

.focus\:ring-brand-500\/60:focus {
  --tw-ring-color: rgb(78 28 209 / 0.6);
}

.focus\:ring-brand-500\/65:focus {
  --tw-ring-color: rgb(78 28 209 / 0.65);
}

.focus\:ring-brand-500\/70:focus {
  --tw-ring-color: rgb(78 28 209 / 0.7);
}

.focus\:ring-brand-500\/75:focus {
  --tw-ring-color: rgb(78 28 209 / 0.75);
}

.focus\:ring-brand-500\/80:focus {
  --tw-ring-color: rgb(78 28 209 / 0.8);
}

.focus\:ring-brand-500\/85:focus {
  --tw-ring-color: rgb(78 28 209 / 0.85);
}

.focus\:ring-brand-500\/90:focus {
  --tw-ring-color: rgb(78 28 209 / 0.9);
}

.focus\:ring-brand-500\/95:focus {
  --tw-ring-color: rgb(78 28 209 / 0.95);
}

.focus\:ring-brand-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(65 21 181 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-600\/0:focus {
  --tw-ring-color: rgb(65 21 181 / 0);
}

.focus\:ring-brand-600\/10:focus {
  --tw-ring-color: rgb(65 21 181 / 0.1);
}

.focus\:ring-brand-600\/100:focus {
  --tw-ring-color: rgb(65 21 181 / 1);
}

.focus\:ring-brand-600\/15:focus {
  --tw-ring-color: rgb(65 21 181 / 0.15);
}

.focus\:ring-brand-600\/20:focus {
  --tw-ring-color: rgb(65 21 181 / 0.2);
}

.focus\:ring-brand-600\/25:focus {
  --tw-ring-color: rgb(65 21 181 / 0.25);
}

.focus\:ring-brand-600\/30:focus {
  --tw-ring-color: rgb(65 21 181 / 0.3);
}

.focus\:ring-brand-600\/35:focus {
  --tw-ring-color: rgb(65 21 181 / 0.35);
}

.focus\:ring-brand-600\/40:focus {
  --tw-ring-color: rgb(65 21 181 / 0.4);
}

.focus\:ring-brand-600\/45:focus {
  --tw-ring-color: rgb(65 21 181 / 0.45);
}

.focus\:ring-brand-600\/5:focus {
  --tw-ring-color: rgb(65 21 181 / 0.05);
}

.focus\:ring-brand-600\/50:focus {
  --tw-ring-color: rgb(65 21 181 / 0.5);
}

.focus\:ring-brand-600\/55:focus {
  --tw-ring-color: rgb(65 21 181 / 0.55);
}

.focus\:ring-brand-600\/60:focus {
  --tw-ring-color: rgb(65 21 181 / 0.6);
}

.focus\:ring-brand-600\/65:focus {
  --tw-ring-color: rgb(65 21 181 / 0.65);
}

.focus\:ring-brand-600\/70:focus {
  --tw-ring-color: rgb(65 21 181 / 0.7);
}

.focus\:ring-brand-600\/75:focus {
  --tw-ring-color: rgb(65 21 181 / 0.75);
}

.focus\:ring-brand-600\/80:focus {
  --tw-ring-color: rgb(65 21 181 / 0.8);
}

.focus\:ring-brand-600\/85:focus {
  --tw-ring-color: rgb(65 21 181 / 0.85);
}

.focus\:ring-brand-600\/90:focus {
  --tw-ring-color: rgb(65 21 181 / 0.9);
}

.focus\:ring-brand-600\/95:focus {
  --tw-ring-color: rgb(65 21 181 / 0.95);
}

.focus\:ring-brand-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 16 150 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-700\/0:focus {
  --tw-ring-color: rgb(54 16 150 / 0);
}

.focus\:ring-brand-700\/10:focus {
  --tw-ring-color: rgb(54 16 150 / 0.1);
}

.focus\:ring-brand-700\/100:focus {
  --tw-ring-color: rgb(54 16 150 / 1);
}

.focus\:ring-brand-700\/15:focus {
  --tw-ring-color: rgb(54 16 150 / 0.15);
}

.focus\:ring-brand-700\/20:focus {
  --tw-ring-color: rgb(54 16 150 / 0.2);
}

.focus\:ring-brand-700\/25:focus {
  --tw-ring-color: rgb(54 16 150 / 0.25);
}

.focus\:ring-brand-700\/30:focus {
  --tw-ring-color: rgb(54 16 150 / 0.3);
}

.focus\:ring-brand-700\/35:focus {
  --tw-ring-color: rgb(54 16 150 / 0.35);
}

.focus\:ring-brand-700\/40:focus {
  --tw-ring-color: rgb(54 16 150 / 0.4);
}

.focus\:ring-brand-700\/45:focus {
  --tw-ring-color: rgb(54 16 150 / 0.45);
}

.focus\:ring-brand-700\/5:focus {
  --tw-ring-color: rgb(54 16 150 / 0.05);
}

.focus\:ring-brand-700\/50:focus {
  --tw-ring-color: rgb(54 16 150 / 0.5);
}

.focus\:ring-brand-700\/55:focus {
  --tw-ring-color: rgb(54 16 150 / 0.55);
}

.focus\:ring-brand-700\/60:focus {
  --tw-ring-color: rgb(54 16 150 / 0.6);
}

.focus\:ring-brand-700\/65:focus {
  --tw-ring-color: rgb(54 16 150 / 0.65);
}

.focus\:ring-brand-700\/70:focus {
  --tw-ring-color: rgb(54 16 150 / 0.7);
}

.focus\:ring-brand-700\/75:focus {
  --tw-ring-color: rgb(54 16 150 / 0.75);
}

.focus\:ring-brand-700\/80:focus {
  --tw-ring-color: rgb(54 16 150 / 0.8);
}

.focus\:ring-brand-700\/85:focus {
  --tw-ring-color: rgb(54 16 150 / 0.85);
}

.focus\:ring-brand-700\/90:focus {
  --tw-ring-color: rgb(54 16 150 / 0.9);
}

.focus\:ring-brand-700\/95:focus {
  --tw-ring-color: rgb(54 16 150 / 0.95);
}

.focus\:ring-brand-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 120 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-800\/0:focus {
  --tw-ring-color: rgb(46 16 120 / 0);
}

.focus\:ring-brand-800\/10:focus {
  --tw-ring-color: rgb(46 16 120 / 0.1);
}

.focus\:ring-brand-800\/100:focus {
  --tw-ring-color: rgb(46 16 120 / 1);
}

.focus\:ring-brand-800\/15:focus {
  --tw-ring-color: rgb(46 16 120 / 0.15);
}

.focus\:ring-brand-800\/20:focus {
  --tw-ring-color: rgb(46 16 120 / 0.2);
}

.focus\:ring-brand-800\/25:focus {
  --tw-ring-color: rgb(46 16 120 / 0.25);
}

.focus\:ring-brand-800\/30:focus {
  --tw-ring-color: rgb(46 16 120 / 0.3);
}

.focus\:ring-brand-800\/35:focus {
  --tw-ring-color: rgb(46 16 120 / 0.35);
}

.focus\:ring-brand-800\/40:focus {
  --tw-ring-color: rgb(46 16 120 / 0.4);
}

.focus\:ring-brand-800\/45:focus {
  --tw-ring-color: rgb(46 16 120 / 0.45);
}

.focus\:ring-brand-800\/5:focus {
  --tw-ring-color: rgb(46 16 120 / 0.05);
}

.focus\:ring-brand-800\/50:focus {
  --tw-ring-color: rgb(46 16 120 / 0.5);
}

.focus\:ring-brand-800\/55:focus {
  --tw-ring-color: rgb(46 16 120 / 0.55);
}

.focus\:ring-brand-800\/60:focus {
  --tw-ring-color: rgb(46 16 120 / 0.6);
}

.focus\:ring-brand-800\/65:focus {
  --tw-ring-color: rgb(46 16 120 / 0.65);
}

.focus\:ring-brand-800\/70:focus {
  --tw-ring-color: rgb(46 16 120 / 0.7);
}

.focus\:ring-brand-800\/75:focus {
  --tw-ring-color: rgb(46 16 120 / 0.75);
}

.focus\:ring-brand-800\/80:focus {
  --tw-ring-color: rgb(46 16 120 / 0.8);
}

.focus\:ring-brand-800\/85:focus {
  --tw-ring-color: rgb(46 16 120 / 0.85);
}

.focus\:ring-brand-800\/90:focus {
  --tw-ring-color: rgb(46 16 120 / 0.9);
}

.focus\:ring-brand-800\/95:focus {
  --tw-ring-color: rgb(46 16 120 / 0.95);
}

.focus\:ring-brand-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 15 98 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-900\/0:focus {
  --tw-ring-color: rgb(39 15 98 / 0);
}

.focus\:ring-brand-900\/10:focus {
  --tw-ring-color: rgb(39 15 98 / 0.1);
}

.focus\:ring-brand-900\/100:focus {
  --tw-ring-color: rgb(39 15 98 / 1);
}

.focus\:ring-brand-900\/15:focus {
  --tw-ring-color: rgb(39 15 98 / 0.15);
}

.focus\:ring-brand-900\/20:focus {
  --tw-ring-color: rgb(39 15 98 / 0.2);
}

.focus\:ring-brand-900\/25:focus {
  --tw-ring-color: rgb(39 15 98 / 0.25);
}

.focus\:ring-brand-900\/30:focus {
  --tw-ring-color: rgb(39 15 98 / 0.3);
}

.focus\:ring-brand-900\/35:focus {
  --tw-ring-color: rgb(39 15 98 / 0.35);
}

.focus\:ring-brand-900\/40:focus {
  --tw-ring-color: rgb(39 15 98 / 0.4);
}

.focus\:ring-brand-900\/45:focus {
  --tw-ring-color: rgb(39 15 98 / 0.45);
}

.focus\:ring-brand-900\/5:focus {
  --tw-ring-color: rgb(39 15 98 / 0.05);
}

.focus\:ring-brand-900\/50:focus {
  --tw-ring-color: rgb(39 15 98 / 0.5);
}

.focus\:ring-brand-900\/55:focus {
  --tw-ring-color: rgb(39 15 98 / 0.55);
}

.focus\:ring-brand-900\/60:focus {
  --tw-ring-color: rgb(39 15 98 / 0.6);
}

.focus\:ring-brand-900\/65:focus {
  --tw-ring-color: rgb(39 15 98 / 0.65);
}

.focus\:ring-brand-900\/70:focus {
  --tw-ring-color: rgb(39 15 98 / 0.7);
}

.focus\:ring-brand-900\/75:focus {
  --tw-ring-color: rgb(39 15 98 / 0.75);
}

.focus\:ring-brand-900\/80:focus {
  --tw-ring-color: rgb(39 15 98 / 0.8);
}

.focus\:ring-brand-900\/85:focus {
  --tw-ring-color: rgb(39 15 98 / 0.85);
}

.focus\:ring-brand-900\/90:focus {
  --tw-ring-color: rgb(39 15 98 / 0.9);
}

.focus\:ring-brand-900\/95:focus {
  --tw-ring-color: rgb(39 15 98 / 0.95);
}

.focus\:ring-brand-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 5 58 / var(--tw-ring-opacity, 1));
}

.focus\:ring-brand-950\/0:focus {
  --tw-ring-color: rgb(22 5 58 / 0);
}

.focus\:ring-brand-950\/10:focus {
  --tw-ring-color: rgb(22 5 58 / 0.1);
}

.focus\:ring-brand-950\/100:focus {
  --tw-ring-color: rgb(22 5 58 / 1);
}

.focus\:ring-brand-950\/15:focus {
  --tw-ring-color: rgb(22 5 58 / 0.15);
}

.focus\:ring-brand-950\/20:focus {
  --tw-ring-color: rgb(22 5 58 / 0.2);
}

.focus\:ring-brand-950\/25:focus {
  --tw-ring-color: rgb(22 5 58 / 0.25);
}

.focus\:ring-brand-950\/30:focus {
  --tw-ring-color: rgb(22 5 58 / 0.3);
}

.focus\:ring-brand-950\/35:focus {
  --tw-ring-color: rgb(22 5 58 / 0.35);
}

.focus\:ring-brand-950\/40:focus {
  --tw-ring-color: rgb(22 5 58 / 0.4);
}

.focus\:ring-brand-950\/45:focus {
  --tw-ring-color: rgb(22 5 58 / 0.45);
}

.focus\:ring-brand-950\/5:focus {
  --tw-ring-color: rgb(22 5 58 / 0.05);
}

.focus\:ring-brand-950\/50:focus {
  --tw-ring-color: rgb(22 5 58 / 0.5);
}

.focus\:ring-brand-950\/55:focus {
  --tw-ring-color: rgb(22 5 58 / 0.55);
}

.focus\:ring-brand-950\/60:focus {
  --tw-ring-color: rgb(22 5 58 / 0.6);
}

.focus\:ring-brand-950\/65:focus {
  --tw-ring-color: rgb(22 5 58 / 0.65);
}

.focus\:ring-brand-950\/70:focus {
  --tw-ring-color: rgb(22 5 58 / 0.7);
}

.focus\:ring-brand-950\/75:focus {
  --tw-ring-color: rgb(22 5 58 / 0.75);
}

.focus\:ring-brand-950\/80:focus {
  --tw-ring-color: rgb(22 5 58 / 0.8);
}

.focus\:ring-brand-950\/85:focus {
  --tw-ring-color: rgb(22 5 58 / 0.85);
}

.focus\:ring-brand-950\/90:focus {
  --tw-ring-color: rgb(22 5 58 / 0.9);
}

.focus\:ring-brand-950\/95:focus {
  --tw-ring-color: rgb(22 5 58 / 0.95);
}

.focus\:ring-neutral-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 245 244 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-100\/0:focus {
  --tw-ring-color: rgb(246 245 244 / 0);
}

.focus\:ring-neutral-100\/10:focus {
  --tw-ring-color: rgb(246 245 244 / 0.1);
}

.focus\:ring-neutral-100\/100:focus {
  --tw-ring-color: rgb(246 245 244 / 1);
}

.focus\:ring-neutral-100\/15:focus {
  --tw-ring-color: rgb(246 245 244 / 0.15);
}

.focus\:ring-neutral-100\/20:focus {
  --tw-ring-color: rgb(246 245 244 / 0.2);
}

.focus\:ring-neutral-100\/25:focus {
  --tw-ring-color: rgb(246 245 244 / 0.25);
}

.focus\:ring-neutral-100\/30:focus {
  --tw-ring-color: rgb(246 245 244 / 0.3);
}

.focus\:ring-neutral-100\/35:focus {
  --tw-ring-color: rgb(246 245 244 / 0.35);
}

.focus\:ring-neutral-100\/40:focus {
  --tw-ring-color: rgb(246 245 244 / 0.4);
}

.focus\:ring-neutral-100\/45:focus {
  --tw-ring-color: rgb(246 245 244 / 0.45);
}

.focus\:ring-neutral-100\/5:focus {
  --tw-ring-color: rgb(246 245 244 / 0.05);
}

.focus\:ring-neutral-100\/50:focus {
  --tw-ring-color: rgb(246 245 244 / 0.5);
}

.focus\:ring-neutral-100\/55:focus {
  --tw-ring-color: rgb(246 245 244 / 0.55);
}

.focus\:ring-neutral-100\/60:focus {
  --tw-ring-color: rgb(246 245 244 / 0.6);
}

.focus\:ring-neutral-100\/65:focus {
  --tw-ring-color: rgb(246 245 244 / 0.65);
}

.focus\:ring-neutral-100\/70:focus {
  --tw-ring-color: rgb(246 245 244 / 0.7);
}

.focus\:ring-neutral-100\/75:focus {
  --tw-ring-color: rgb(246 245 244 / 0.75);
}

.focus\:ring-neutral-100\/80:focus {
  --tw-ring-color: rgb(246 245 244 / 0.8);
}

.focus\:ring-neutral-100\/85:focus {
  --tw-ring-color: rgb(246 245 244 / 0.85);
}

.focus\:ring-neutral-100\/90:focus {
  --tw-ring-color: rgb(246 245 244 / 0.9);
}

.focus\:ring-neutral-100\/95:focus {
  --tw-ring-color: rgb(246 245 244 / 0.95);
}

.focus\:ring-neutral-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 230 227 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-200\/0:focus {
  --tw-ring-color: rgb(233 230 227 / 0);
}

.focus\:ring-neutral-200\/10:focus {
  --tw-ring-color: rgb(233 230 227 / 0.1);
}

.focus\:ring-neutral-200\/100:focus {
  --tw-ring-color: rgb(233 230 227 / 1);
}

.focus\:ring-neutral-200\/15:focus {
  --tw-ring-color: rgb(233 230 227 / 0.15);
}

.focus\:ring-neutral-200\/20:focus {
  --tw-ring-color: rgb(233 230 227 / 0.2);
}

.focus\:ring-neutral-200\/25:focus {
  --tw-ring-color: rgb(233 230 227 / 0.25);
}

.focus\:ring-neutral-200\/30:focus {
  --tw-ring-color: rgb(233 230 227 / 0.3);
}

.focus\:ring-neutral-200\/35:focus {
  --tw-ring-color: rgb(233 230 227 / 0.35);
}

.focus\:ring-neutral-200\/40:focus {
  --tw-ring-color: rgb(233 230 227 / 0.4);
}

.focus\:ring-neutral-200\/45:focus {
  --tw-ring-color: rgb(233 230 227 / 0.45);
}

.focus\:ring-neutral-200\/5:focus {
  --tw-ring-color: rgb(233 230 227 / 0.05);
}

.focus\:ring-neutral-200\/50:focus {
  --tw-ring-color: rgb(233 230 227 / 0.5);
}

.focus\:ring-neutral-200\/55:focus {
  --tw-ring-color: rgb(233 230 227 / 0.55);
}

.focus\:ring-neutral-200\/60:focus {
  --tw-ring-color: rgb(233 230 227 / 0.6);
}

.focus\:ring-neutral-200\/65:focus {
  --tw-ring-color: rgb(233 230 227 / 0.65);
}

.focus\:ring-neutral-200\/70:focus {
  --tw-ring-color: rgb(233 230 227 / 0.7);
}

.focus\:ring-neutral-200\/75:focus {
  --tw-ring-color: rgb(233 230 227 / 0.75);
}

.focus\:ring-neutral-200\/80:focus {
  --tw-ring-color: rgb(233 230 227 / 0.8);
}

.focus\:ring-neutral-200\/85:focus {
  --tw-ring-color: rgb(233 230 227 / 0.85);
}

.focus\:ring-neutral-200\/90:focus {
  --tw-ring-color: rgb(233 230 227 / 0.9);
}

.focus\:ring-neutral-200\/95:focus {
  --tw-ring-color: rgb(233 230 227 / 0.95);
}

.focus\:ring-neutral-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 210 205 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-300\/0:focus {
  --tw-ring-color: rgb(215 210 205 / 0);
}

.focus\:ring-neutral-300\/10:focus {
  --tw-ring-color: rgb(215 210 205 / 0.1);
}

.focus\:ring-neutral-300\/100:focus {
  --tw-ring-color: rgb(215 210 205 / 1);
}

.focus\:ring-neutral-300\/15:focus {
  --tw-ring-color: rgb(215 210 205 / 0.15);
}

.focus\:ring-neutral-300\/20:focus {
  --tw-ring-color: rgb(215 210 205 / 0.2);
}

.focus\:ring-neutral-300\/25:focus {
  --tw-ring-color: rgb(215 210 205 / 0.25);
}

.focus\:ring-neutral-300\/30:focus {
  --tw-ring-color: rgb(215 210 205 / 0.3);
}

.focus\:ring-neutral-300\/35:focus {
  --tw-ring-color: rgb(215 210 205 / 0.35);
}

.focus\:ring-neutral-300\/40:focus {
  --tw-ring-color: rgb(215 210 205 / 0.4);
}

.focus\:ring-neutral-300\/45:focus {
  --tw-ring-color: rgb(215 210 205 / 0.45);
}

.focus\:ring-neutral-300\/5:focus {
  --tw-ring-color: rgb(215 210 205 / 0.05);
}

.focus\:ring-neutral-300\/50:focus {
  --tw-ring-color: rgb(215 210 205 / 0.5);
}

.focus\:ring-neutral-300\/55:focus {
  --tw-ring-color: rgb(215 210 205 / 0.55);
}

.focus\:ring-neutral-300\/60:focus {
  --tw-ring-color: rgb(215 210 205 / 0.6);
}

.focus\:ring-neutral-300\/65:focus {
  --tw-ring-color: rgb(215 210 205 / 0.65);
}

.focus\:ring-neutral-300\/70:focus {
  --tw-ring-color: rgb(215 210 205 / 0.7);
}

.focus\:ring-neutral-300\/75:focus {
  --tw-ring-color: rgb(215 210 205 / 0.75);
}

.focus\:ring-neutral-300\/80:focus {
  --tw-ring-color: rgb(215 210 205 / 0.8);
}

.focus\:ring-neutral-300\/85:focus {
  --tw-ring-color: rgb(215 210 205 / 0.85);
}

.focus\:ring-neutral-300\/90:focus {
  --tw-ring-color: rgb(215 210 205 / 0.9);
}

.focus\:ring-neutral-300\/95:focus {
  --tw-ring-color: rgb(215 210 205 / 0.95);
}

.focus\:ring-neutral-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(175 168 161 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-400\/0:focus {
  --tw-ring-color: rgb(175 168 161 / 0);
}

.focus\:ring-neutral-400\/10:focus {
  --tw-ring-color: rgb(175 168 161 / 0.1);
}

.focus\:ring-neutral-400\/100:focus {
  --tw-ring-color: rgb(175 168 161 / 1);
}

.focus\:ring-neutral-400\/15:focus {
  --tw-ring-color: rgb(175 168 161 / 0.15);
}

.focus\:ring-neutral-400\/20:focus {
  --tw-ring-color: rgb(175 168 161 / 0.2);
}

.focus\:ring-neutral-400\/25:focus {
  --tw-ring-color: rgb(175 168 161 / 0.25);
}

.focus\:ring-neutral-400\/30:focus {
  --tw-ring-color: rgb(175 168 161 / 0.3);
}

.focus\:ring-neutral-400\/35:focus {
  --tw-ring-color: rgb(175 168 161 / 0.35);
}

.focus\:ring-neutral-400\/40:focus {
  --tw-ring-color: rgb(175 168 161 / 0.4);
}

.focus\:ring-neutral-400\/45:focus {
  --tw-ring-color: rgb(175 168 161 / 0.45);
}

.focus\:ring-neutral-400\/5:focus {
  --tw-ring-color: rgb(175 168 161 / 0.05);
}

.focus\:ring-neutral-400\/50:focus {
  --tw-ring-color: rgb(175 168 161 / 0.5);
}

.focus\:ring-neutral-400\/55:focus {
  --tw-ring-color: rgb(175 168 161 / 0.55);
}

.focus\:ring-neutral-400\/60:focus {
  --tw-ring-color: rgb(175 168 161 / 0.6);
}

.focus\:ring-neutral-400\/65:focus {
  --tw-ring-color: rgb(175 168 161 / 0.65);
}

.focus\:ring-neutral-400\/70:focus {
  --tw-ring-color: rgb(175 168 161 / 0.7);
}

.focus\:ring-neutral-400\/75:focus {
  --tw-ring-color: rgb(175 168 161 / 0.75);
}

.focus\:ring-neutral-400\/80:focus {
  --tw-ring-color: rgb(175 168 161 / 0.8);
}

.focus\:ring-neutral-400\/85:focus {
  --tw-ring-color: rgb(175 168 161 / 0.85);
}

.focus\:ring-neutral-400\/90:focus {
  --tw-ring-color: rgb(175 168 161 / 0.9);
}

.focus\:ring-neutral-400\/95:focus {
  --tw-ring-color: rgb(175 168 161 / 0.95);
}

.focus\:ring-neutral-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-50\/0:focus {
  --tw-ring-color: rgb(251 250 249 / 0);
}

.focus\:ring-neutral-50\/10:focus {
  --tw-ring-color: rgb(251 250 249 / 0.1);
}

.focus\:ring-neutral-50\/100:focus {
  --tw-ring-color: rgb(251 250 249 / 1);
}

.focus\:ring-neutral-50\/15:focus {
  --tw-ring-color: rgb(251 250 249 / 0.15);
}

.focus\:ring-neutral-50\/20:focus {
  --tw-ring-color: rgb(251 250 249 / 0.2);
}

.focus\:ring-neutral-50\/25:focus {
  --tw-ring-color: rgb(251 250 249 / 0.25);
}

.focus\:ring-neutral-50\/30:focus {
  --tw-ring-color: rgb(251 250 249 / 0.3);
}

.focus\:ring-neutral-50\/35:focus {
  --tw-ring-color: rgb(251 250 249 / 0.35);
}

.focus\:ring-neutral-50\/40:focus {
  --tw-ring-color: rgb(251 250 249 / 0.4);
}

.focus\:ring-neutral-50\/45:focus {
  --tw-ring-color: rgb(251 250 249 / 0.45);
}

.focus\:ring-neutral-50\/5:focus {
  --tw-ring-color: rgb(251 250 249 / 0.05);
}

.focus\:ring-neutral-50\/50:focus {
  --tw-ring-color: rgb(251 250 249 / 0.5);
}

.focus\:ring-neutral-50\/55:focus {
  --tw-ring-color: rgb(251 250 249 / 0.55);
}

.focus\:ring-neutral-50\/60:focus {
  --tw-ring-color: rgb(251 250 249 / 0.6);
}

.focus\:ring-neutral-50\/65:focus {
  --tw-ring-color: rgb(251 250 249 / 0.65);
}

.focus\:ring-neutral-50\/70:focus {
  --tw-ring-color: rgb(251 250 249 / 0.7);
}

.focus\:ring-neutral-50\/75:focus {
  --tw-ring-color: rgb(251 250 249 / 0.75);
}

.focus\:ring-neutral-50\/80:focus {
  --tw-ring-color: rgb(251 250 249 / 0.8);
}

.focus\:ring-neutral-50\/85:focus {
  --tw-ring-color: rgb(251 250 249 / 0.85);
}

.focus\:ring-neutral-50\/90:focus {
  --tw-ring-color: rgb(251 250 249 / 0.9);
}

.focus\:ring-neutral-50\/95:focus {
  --tw-ring-color: rgb(251 250 249 / 0.95);
}

.focus\:ring-neutral-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 121 113 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-500\/0:focus {
  --tw-ring-color: rgb(129 121 113 / 0);
}

.focus\:ring-neutral-500\/10:focus {
  --tw-ring-color: rgb(129 121 113 / 0.1);
}

.focus\:ring-neutral-500\/100:focus {
  --tw-ring-color: rgb(129 121 113 / 1);
}

.focus\:ring-neutral-500\/15:focus {
  --tw-ring-color: rgb(129 121 113 / 0.15);
}

.focus\:ring-neutral-500\/20:focus {
  --tw-ring-color: rgb(129 121 113 / 0.2);
}

.focus\:ring-neutral-500\/25:focus {
  --tw-ring-color: rgb(129 121 113 / 0.25);
}

.focus\:ring-neutral-500\/30:focus {
  --tw-ring-color: rgb(129 121 113 / 0.3);
}

.focus\:ring-neutral-500\/35:focus {
  --tw-ring-color: rgb(129 121 113 / 0.35);
}

.focus\:ring-neutral-500\/40:focus {
  --tw-ring-color: rgb(129 121 113 / 0.4);
}

.focus\:ring-neutral-500\/45:focus {
  --tw-ring-color: rgb(129 121 113 / 0.45);
}

.focus\:ring-neutral-500\/5:focus {
  --tw-ring-color: rgb(129 121 113 / 0.05);
}

.focus\:ring-neutral-500\/50:focus {
  --tw-ring-color: rgb(129 121 113 / 0.5);
}

.focus\:ring-neutral-500\/55:focus {
  --tw-ring-color: rgb(129 121 113 / 0.55);
}

.focus\:ring-neutral-500\/60:focus {
  --tw-ring-color: rgb(129 121 113 / 0.6);
}

.focus\:ring-neutral-500\/65:focus {
  --tw-ring-color: rgb(129 121 113 / 0.65);
}

.focus\:ring-neutral-500\/70:focus {
  --tw-ring-color: rgb(129 121 113 / 0.7);
}

.focus\:ring-neutral-500\/75:focus {
  --tw-ring-color: rgb(129 121 113 / 0.75);
}

.focus\:ring-neutral-500\/80:focus {
  --tw-ring-color: rgb(129 121 113 / 0.8);
}

.focus\:ring-neutral-500\/85:focus {
  --tw-ring-color: rgb(129 121 113 / 0.85);
}

.focus\:ring-neutral-500\/90:focus {
  --tw-ring-color: rgb(129 121 113 / 0.9);
}

.focus\:ring-neutral-500\/95:focus {
  --tw-ring-color: rgb(129 121 113 / 0.95);
}

.focus\:ring-neutral-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 89 82 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-600\/0:focus {
  --tw-ring-color: rgb(96 89 82 / 0);
}

.focus\:ring-neutral-600\/10:focus {
  --tw-ring-color: rgb(96 89 82 / 0.1);
}

.focus\:ring-neutral-600\/100:focus {
  --tw-ring-color: rgb(96 89 82 / 1);
}

.focus\:ring-neutral-600\/15:focus {
  --tw-ring-color: rgb(96 89 82 / 0.15);
}

.focus\:ring-neutral-600\/20:focus {
  --tw-ring-color: rgb(96 89 82 / 0.2);
}

.focus\:ring-neutral-600\/25:focus {
  --tw-ring-color: rgb(96 89 82 / 0.25);
}

.focus\:ring-neutral-600\/30:focus {
  --tw-ring-color: rgb(96 89 82 / 0.3);
}

.focus\:ring-neutral-600\/35:focus {
  --tw-ring-color: rgb(96 89 82 / 0.35);
}

.focus\:ring-neutral-600\/40:focus {
  --tw-ring-color: rgb(96 89 82 / 0.4);
}

.focus\:ring-neutral-600\/45:focus {
  --tw-ring-color: rgb(96 89 82 / 0.45);
}

.focus\:ring-neutral-600\/5:focus {
  --tw-ring-color: rgb(96 89 82 / 0.05);
}

.focus\:ring-neutral-600\/50:focus {
  --tw-ring-color: rgb(96 89 82 / 0.5);
}

.focus\:ring-neutral-600\/55:focus {
  --tw-ring-color: rgb(96 89 82 / 0.55);
}

.focus\:ring-neutral-600\/60:focus {
  --tw-ring-color: rgb(96 89 82 / 0.6);
}

.focus\:ring-neutral-600\/65:focus {
  --tw-ring-color: rgb(96 89 82 / 0.65);
}

.focus\:ring-neutral-600\/70:focus {
  --tw-ring-color: rgb(96 89 82 / 0.7);
}

.focus\:ring-neutral-600\/75:focus {
  --tw-ring-color: rgb(96 89 82 / 0.75);
}

.focus\:ring-neutral-600\/80:focus {
  --tw-ring-color: rgb(96 89 82 / 0.8);
}

.focus\:ring-neutral-600\/85:focus {
  --tw-ring-color: rgb(96 89 82 / 0.85);
}

.focus\:ring-neutral-600\/90:focus {
  --tw-ring-color: rgb(96 89 82 / 0.9);
}

.focus\:ring-neutral-600\/95:focus {
  --tw-ring-color: rgb(96 89 82 / 0.95);
}

.focus\:ring-neutral-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(73 68 63 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-700\/0:focus {
  --tw-ring-color: rgb(73 68 63 / 0);
}

.focus\:ring-neutral-700\/10:focus {
  --tw-ring-color: rgb(73 68 63 / 0.1);
}

.focus\:ring-neutral-700\/100:focus {
  --tw-ring-color: rgb(73 68 63 / 1);
}

.focus\:ring-neutral-700\/15:focus {
  --tw-ring-color: rgb(73 68 63 / 0.15);
}

.focus\:ring-neutral-700\/20:focus {
  --tw-ring-color: rgb(73 68 63 / 0.2);
}

.focus\:ring-neutral-700\/25:focus {
  --tw-ring-color: rgb(73 68 63 / 0.25);
}

.focus\:ring-neutral-700\/30:focus {
  --tw-ring-color: rgb(73 68 63 / 0.3);
}

.focus\:ring-neutral-700\/35:focus {
  --tw-ring-color: rgb(73 68 63 / 0.35);
}

.focus\:ring-neutral-700\/40:focus {
  --tw-ring-color: rgb(73 68 63 / 0.4);
}

.focus\:ring-neutral-700\/45:focus {
  --tw-ring-color: rgb(73 68 63 / 0.45);
}

.focus\:ring-neutral-700\/5:focus {
  --tw-ring-color: rgb(73 68 63 / 0.05);
}

.focus\:ring-neutral-700\/50:focus {
  --tw-ring-color: rgb(73 68 63 / 0.5);
}

.focus\:ring-neutral-700\/55:focus {
  --tw-ring-color: rgb(73 68 63 / 0.55);
}

.focus\:ring-neutral-700\/60:focus {
  --tw-ring-color: rgb(73 68 63 / 0.6);
}

.focus\:ring-neutral-700\/65:focus {
  --tw-ring-color: rgb(73 68 63 / 0.65);
}

.focus\:ring-neutral-700\/70:focus {
  --tw-ring-color: rgb(73 68 63 / 0.7);
}

.focus\:ring-neutral-700\/75:focus {
  --tw-ring-color: rgb(73 68 63 / 0.75);
}

.focus\:ring-neutral-700\/80:focus {
  --tw-ring-color: rgb(73 68 63 / 0.8);
}

.focus\:ring-neutral-700\/85:focus {
  --tw-ring-color: rgb(73 68 63 / 0.85);
}

.focus\:ring-neutral-700\/90:focus {
  --tw-ring-color: rgb(73 68 63 / 0.9);
}

.focus\:ring-neutral-700\/95:focus {
  --tw-ring-color: rgb(73 68 63 / 0.95);
}

.focus\:ring-neutral-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(48 45 42 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-800\/0:focus {
  --tw-ring-color: rgb(48 45 42 / 0);
}

.focus\:ring-neutral-800\/10:focus {
  --tw-ring-color: rgb(48 45 42 / 0.1);
}

.focus\:ring-neutral-800\/100:focus {
  --tw-ring-color: rgb(48 45 42 / 1);
}

.focus\:ring-neutral-800\/15:focus {
  --tw-ring-color: rgb(48 45 42 / 0.15);
}

.focus\:ring-neutral-800\/20:focus {
  --tw-ring-color: rgb(48 45 42 / 0.2);
}

.focus\:ring-neutral-800\/25:focus {
  --tw-ring-color: rgb(48 45 42 / 0.25);
}

.focus\:ring-neutral-800\/30:focus {
  --tw-ring-color: rgb(48 45 42 / 0.3);
}

.focus\:ring-neutral-800\/35:focus {
  --tw-ring-color: rgb(48 45 42 / 0.35);
}

.focus\:ring-neutral-800\/40:focus {
  --tw-ring-color: rgb(48 45 42 / 0.4);
}

.focus\:ring-neutral-800\/45:focus {
  --tw-ring-color: rgb(48 45 42 / 0.45);
}

.focus\:ring-neutral-800\/5:focus {
  --tw-ring-color: rgb(48 45 42 / 0.05);
}

.focus\:ring-neutral-800\/50:focus {
  --tw-ring-color: rgb(48 45 42 / 0.5);
}

.focus\:ring-neutral-800\/55:focus {
  --tw-ring-color: rgb(48 45 42 / 0.55);
}

.focus\:ring-neutral-800\/60:focus {
  --tw-ring-color: rgb(48 45 42 / 0.6);
}

.focus\:ring-neutral-800\/65:focus {
  --tw-ring-color: rgb(48 45 42 / 0.65);
}

.focus\:ring-neutral-800\/70:focus {
  --tw-ring-color: rgb(48 45 42 / 0.7);
}

.focus\:ring-neutral-800\/75:focus {
  --tw-ring-color: rgb(48 45 42 / 0.75);
}

.focus\:ring-neutral-800\/80:focus {
  --tw-ring-color: rgb(48 45 42 / 0.8);
}

.focus\:ring-neutral-800\/85:focus {
  --tw-ring-color: rgb(48 45 42 / 0.85);
}

.focus\:ring-neutral-800\/90:focus {
  --tw-ring-color: rgb(48 45 42 / 0.9);
}

.focus\:ring-neutral-800\/95:focus {
  --tw-ring-color: rgb(48 45 42 / 0.95);
}

.focus\:ring-neutral-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(33 31 29 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-900\/0:focus {
  --tw-ring-color: rgb(33 31 29 / 0);
}

.focus\:ring-neutral-900\/10:focus {
  --tw-ring-color: rgb(33 31 29 / 0.1);
}

.focus\:ring-neutral-900\/100:focus {
  --tw-ring-color: rgb(33 31 29 / 1);
}

.focus\:ring-neutral-900\/15:focus {
  --tw-ring-color: rgb(33 31 29 / 0.15);
}

.focus\:ring-neutral-900\/20:focus {
  --tw-ring-color: rgb(33 31 29 / 0.2);
}

.focus\:ring-neutral-900\/25:focus {
  --tw-ring-color: rgb(33 31 29 / 0.25);
}

.focus\:ring-neutral-900\/30:focus {
  --tw-ring-color: rgb(33 31 29 / 0.3);
}

.focus\:ring-neutral-900\/35:focus {
  --tw-ring-color: rgb(33 31 29 / 0.35);
}

.focus\:ring-neutral-900\/40:focus {
  --tw-ring-color: rgb(33 31 29 / 0.4);
}

.focus\:ring-neutral-900\/45:focus {
  --tw-ring-color: rgb(33 31 29 / 0.45);
}

.focus\:ring-neutral-900\/5:focus {
  --tw-ring-color: rgb(33 31 29 / 0.05);
}

.focus\:ring-neutral-900\/50:focus {
  --tw-ring-color: rgb(33 31 29 / 0.5);
}

.focus\:ring-neutral-900\/55:focus {
  --tw-ring-color: rgb(33 31 29 / 0.55);
}

.focus\:ring-neutral-900\/60:focus {
  --tw-ring-color: rgb(33 31 29 / 0.6);
}

.focus\:ring-neutral-900\/65:focus {
  --tw-ring-color: rgb(33 31 29 / 0.65);
}

.focus\:ring-neutral-900\/70:focus {
  --tw-ring-color: rgb(33 31 29 / 0.7);
}

.focus\:ring-neutral-900\/75:focus {
  --tw-ring-color: rgb(33 31 29 / 0.75);
}

.focus\:ring-neutral-900\/80:focus {
  --tw-ring-color: rgb(33 31 29 / 0.8);
}

.focus\:ring-neutral-900\/85:focus {
  --tw-ring-color: rgb(33 31 29 / 0.85);
}

.focus\:ring-neutral-900\/90:focus {
  --tw-ring-color: rgb(33 31 29 / 0.9);
}

.focus\:ring-neutral-900\/95:focus {
  --tw-ring-color: rgb(33 31 29 / 0.95);
}

.focus\:ring-neutral-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 17 16 / var(--tw-ring-opacity, 1));
}

.focus\:ring-neutral-950\/0:focus {
  --tw-ring-color: rgb(18 17 16 / 0);
}

.focus\:ring-neutral-950\/10:focus {
  --tw-ring-color: rgb(18 17 16 / 0.1);
}

.focus\:ring-neutral-950\/100:focus {
  --tw-ring-color: rgb(18 17 16 / 1);
}

.focus\:ring-neutral-950\/15:focus {
  --tw-ring-color: rgb(18 17 16 / 0.15);
}

.focus\:ring-neutral-950\/20:focus {
  --tw-ring-color: rgb(18 17 16 / 0.2);
}

.focus\:ring-neutral-950\/25:focus {
  --tw-ring-color: rgb(18 17 16 / 0.25);
}

.focus\:ring-neutral-950\/30:focus {
  --tw-ring-color: rgb(18 17 16 / 0.3);
}

.focus\:ring-neutral-950\/35:focus {
  --tw-ring-color: rgb(18 17 16 / 0.35);
}

.focus\:ring-neutral-950\/40:focus {
  --tw-ring-color: rgb(18 17 16 / 0.4);
}

.focus\:ring-neutral-950\/45:focus {
  --tw-ring-color: rgb(18 17 16 / 0.45);
}

.focus\:ring-neutral-950\/5:focus {
  --tw-ring-color: rgb(18 17 16 / 0.05);
}

.focus\:ring-neutral-950\/50:focus {
  --tw-ring-color: rgb(18 17 16 / 0.5);
}

.focus\:ring-neutral-950\/55:focus {
  --tw-ring-color: rgb(18 17 16 / 0.55);
}

.focus\:ring-neutral-950\/60:focus {
  --tw-ring-color: rgb(18 17 16 / 0.6);
}

.focus\:ring-neutral-950\/65:focus {
  --tw-ring-color: rgb(18 17 16 / 0.65);
}

.focus\:ring-neutral-950\/70:focus {
  --tw-ring-color: rgb(18 17 16 / 0.7);
}

.focus\:ring-neutral-950\/75:focus {
  --tw-ring-color: rgb(18 17 16 / 0.75);
}

.focus\:ring-neutral-950\/80:focus {
  --tw-ring-color: rgb(18 17 16 / 0.8);
}

.focus\:ring-neutral-950\/85:focus {
  --tw-ring-color: rgb(18 17 16 / 0.85);
}

.focus\:ring-neutral-950\/90:focus {
  --tw-ring-color: rgb(18 17 16 / 0.9);
}

.focus\:ring-neutral-950\/95:focus {
  --tw-ring-color: rgb(18 17 16 / 0.95);
}

.focus\:ring-primary-100:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 234 222 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-100\/0:focus {
  --tw-ring-color: rgb(254 234 222 / 0);
}

.focus\:ring-primary-100\/10:focus {
  --tw-ring-color: rgb(254 234 222 / 0.1);
}

.focus\:ring-primary-100\/100:focus {
  --tw-ring-color: rgb(254 234 222 / 1);
}

.focus\:ring-primary-100\/15:focus {
  --tw-ring-color: rgb(254 234 222 / 0.15);
}

.focus\:ring-primary-100\/20:focus {
  --tw-ring-color: rgb(254 234 222 / 0.2);
}

.focus\:ring-primary-100\/25:focus {
  --tw-ring-color: rgb(254 234 222 / 0.25);
}

.focus\:ring-primary-100\/30:focus {
  --tw-ring-color: rgb(254 234 222 / 0.3);
}

.focus\:ring-primary-100\/35:focus {
  --tw-ring-color: rgb(254 234 222 / 0.35);
}

.focus\:ring-primary-100\/40:focus {
  --tw-ring-color: rgb(254 234 222 / 0.4);
}

.focus\:ring-primary-100\/45:focus {
  --tw-ring-color: rgb(254 234 222 / 0.45);
}

.focus\:ring-primary-100\/5:focus {
  --tw-ring-color: rgb(254 234 222 / 0.05);
}

.focus\:ring-primary-100\/50:focus {
  --tw-ring-color: rgb(254 234 222 / 0.5);
}

.focus\:ring-primary-100\/55:focus {
  --tw-ring-color: rgb(254 234 222 / 0.55);
}

.focus\:ring-primary-100\/60:focus {
  --tw-ring-color: rgb(254 234 222 / 0.6);
}

.focus\:ring-primary-100\/65:focus {
  --tw-ring-color: rgb(254 234 222 / 0.65);
}

.focus\:ring-primary-100\/70:focus {
  --tw-ring-color: rgb(254 234 222 / 0.7);
}

.focus\:ring-primary-100\/75:focus {
  --tw-ring-color: rgb(254 234 222 / 0.75);
}

.focus\:ring-primary-100\/80:focus {
  --tw-ring-color: rgb(254 234 222 / 0.8);
}

.focus\:ring-primary-100\/85:focus {
  --tw-ring-color: rgb(254 234 222 / 0.85);
}

.focus\:ring-primary-100\/90:focus {
  --tw-ring-color: rgb(254 234 222 / 0.9);
}

.focus\:ring-primary-100\/95:focus {
  --tw-ring-color: rgb(254 234 222 / 0.95);
}

.focus\:ring-primary-200:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 189 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-200\/0:focus {
  --tw-ring-color: rgb(252 211 189 / 0);
}

.focus\:ring-primary-200\/10:focus {
  --tw-ring-color: rgb(252 211 189 / 0.1);
}

.focus\:ring-primary-200\/100:focus {
  --tw-ring-color: rgb(252 211 189 / 1);
}

.focus\:ring-primary-200\/15:focus {
  --tw-ring-color: rgb(252 211 189 / 0.15);
}

.focus\:ring-primary-200\/20:focus {
  --tw-ring-color: rgb(252 211 189 / 0.2);
}

.focus\:ring-primary-200\/25:focus {
  --tw-ring-color: rgb(252 211 189 / 0.25);
}

.focus\:ring-primary-200\/30:focus {
  --tw-ring-color: rgb(252 211 189 / 0.3);
}

.focus\:ring-primary-200\/35:focus {
  --tw-ring-color: rgb(252 211 189 / 0.35);
}

.focus\:ring-primary-200\/40:focus {
  --tw-ring-color: rgb(252 211 189 / 0.4);
}

.focus\:ring-primary-200\/45:focus {
  --tw-ring-color: rgb(252 211 189 / 0.45);
}

.focus\:ring-primary-200\/5:focus {
  --tw-ring-color: rgb(252 211 189 / 0.05);
}

.focus\:ring-primary-200\/50:focus {
  --tw-ring-color: rgb(252 211 189 / 0.5);
}

.focus\:ring-primary-200\/55:focus {
  --tw-ring-color: rgb(252 211 189 / 0.55);
}

.focus\:ring-primary-200\/60:focus {
  --tw-ring-color: rgb(252 211 189 / 0.6);
}

.focus\:ring-primary-200\/65:focus {
  --tw-ring-color: rgb(252 211 189 / 0.65);
}

.focus\:ring-primary-200\/70:focus {
  --tw-ring-color: rgb(252 211 189 / 0.7);
}

.focus\:ring-primary-200\/75:focus {
  --tw-ring-color: rgb(252 211 189 / 0.75);
}

.focus\:ring-primary-200\/80:focus {
  --tw-ring-color: rgb(252 211 189 / 0.8);
}

.focus\:ring-primary-200\/85:focus {
  --tw-ring-color: rgb(252 211 189 / 0.85);
}

.focus\:ring-primary-200\/90:focus {
  --tw-ring-color: rgb(252 211 189 / 0.9);
}

.focus\:ring-primary-200\/95:focus {
  --tw-ring-color: rgb(252 211 189 / 0.95);
}

.focus\:ring-primary-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 179 143 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-300\/0:focus {
  --tw-ring-color: rgb(250 179 143 / 0);
}

.focus\:ring-primary-300\/10:focus {
  --tw-ring-color: rgb(250 179 143 / 0.1);
}

.focus\:ring-primary-300\/100:focus {
  --tw-ring-color: rgb(250 179 143 / 1);
}

.focus\:ring-primary-300\/15:focus {
  --tw-ring-color: rgb(250 179 143 / 0.15);
}

.focus\:ring-primary-300\/20:focus {
  --tw-ring-color: rgb(250 179 143 / 0.2);
}

.focus\:ring-primary-300\/25:focus {
  --tw-ring-color: rgb(250 179 143 / 0.25);
}

.focus\:ring-primary-300\/30:focus {
  --tw-ring-color: rgb(250 179 143 / 0.3);
}

.focus\:ring-primary-300\/35:focus {
  --tw-ring-color: rgb(250 179 143 / 0.35);
}

.focus\:ring-primary-300\/40:focus {
  --tw-ring-color: rgb(250 179 143 / 0.4);
}

.focus\:ring-primary-300\/45:focus {
  --tw-ring-color: rgb(250 179 143 / 0.45);
}

.focus\:ring-primary-300\/5:focus {
  --tw-ring-color: rgb(250 179 143 / 0.05);
}

.focus\:ring-primary-300\/50:focus {
  --tw-ring-color: rgb(250 179 143 / 0.5);
}

.focus\:ring-primary-300\/55:focus {
  --tw-ring-color: rgb(250 179 143 / 0.55);
}

.focus\:ring-primary-300\/60:focus {
  --tw-ring-color: rgb(250 179 143 / 0.6);
}

.focus\:ring-primary-300\/65:focus {
  --tw-ring-color: rgb(250 179 143 / 0.65);
}

.focus\:ring-primary-300\/70:focus {
  --tw-ring-color: rgb(250 179 143 / 0.7);
}

.focus\:ring-primary-300\/75:focus {
  --tw-ring-color: rgb(250 179 143 / 0.75);
}

.focus\:ring-primary-300\/80:focus {
  --tw-ring-color: rgb(250 179 143 / 0.8);
}

.focus\:ring-primary-300\/85:focus {
  --tw-ring-color: rgb(250 179 143 / 0.85);
}

.focus\:ring-primary-300\/90:focus {
  --tw-ring-color: rgb(250 179 143 / 0.9);
}

.focus\:ring-primary-300\/95:focus {
  --tw-ring-color: rgb(250 179 143 / 0.95);
}

.focus\:ring-primary-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 151 102 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-400\/0:focus {
  --tw-ring-color: rgb(249 151 102 / 0);
}

.focus\:ring-primary-400\/10:focus {
  --tw-ring-color: rgb(249 151 102 / 0.1);
}

.focus\:ring-primary-400\/100:focus {
  --tw-ring-color: rgb(249 151 102 / 1);
}

.focus\:ring-primary-400\/15:focus {
  --tw-ring-color: rgb(249 151 102 / 0.15);
}

.focus\:ring-primary-400\/20:focus {
  --tw-ring-color: rgb(249 151 102 / 0.2);
}

.focus\:ring-primary-400\/25:focus {
  --tw-ring-color: rgb(249 151 102 / 0.25);
}

.focus\:ring-primary-400\/30:focus {
  --tw-ring-color: rgb(249 151 102 / 0.3);
}

.focus\:ring-primary-400\/35:focus {
  --tw-ring-color: rgb(249 151 102 / 0.35);
}

.focus\:ring-primary-400\/40:focus {
  --tw-ring-color: rgb(249 151 102 / 0.4);
}

.focus\:ring-primary-400\/45:focus {
  --tw-ring-color: rgb(249 151 102 / 0.45);
}

.focus\:ring-primary-400\/5:focus {
  --tw-ring-color: rgb(249 151 102 / 0.05);
}

.focus\:ring-primary-400\/50:focus {
  --tw-ring-color: rgb(249 151 102 / 0.5);
}

.focus\:ring-primary-400\/55:focus {
  --tw-ring-color: rgb(249 151 102 / 0.55);
}

.focus\:ring-primary-400\/60:focus {
  --tw-ring-color: rgb(249 151 102 / 0.6);
}

.focus\:ring-primary-400\/65:focus {
  --tw-ring-color: rgb(249 151 102 / 0.65);
}

.focus\:ring-primary-400\/70:focus {
  --tw-ring-color: rgb(249 151 102 / 0.7);
}

.focus\:ring-primary-400\/75:focus {
  --tw-ring-color: rgb(249 151 102 / 0.75);
}

.focus\:ring-primary-400\/80:focus {
  --tw-ring-color: rgb(249 151 102 / 0.8);
}

.focus\:ring-primary-400\/85:focus {
  --tw-ring-color: rgb(249 151 102 / 0.85);
}

.focus\:ring-primary-400\/90:focus {
  --tw-ring-color: rgb(249 151 102 / 0.9);
}

.focus\:ring-primary-400\/95:focus {
  --tw-ring-color: rgb(249 151 102 / 0.95);
}

.focus\:ring-primary-50:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 242 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-50\/0:focus {
  --tw-ring-color: rgb(255 247 242 / 0);
}

.focus\:ring-primary-50\/10:focus {
  --tw-ring-color: rgb(255 247 242 / 0.1);
}

.focus\:ring-primary-50\/100:focus {
  --tw-ring-color: rgb(255 247 242 / 1);
}

.focus\:ring-primary-50\/15:focus {
  --tw-ring-color: rgb(255 247 242 / 0.15);
}

.focus\:ring-primary-50\/20:focus {
  --tw-ring-color: rgb(255 247 242 / 0.2);
}

.focus\:ring-primary-50\/25:focus {
  --tw-ring-color: rgb(255 247 242 / 0.25);
}

.focus\:ring-primary-50\/30:focus {
  --tw-ring-color: rgb(255 247 242 / 0.3);
}

.focus\:ring-primary-50\/35:focus {
  --tw-ring-color: rgb(255 247 242 / 0.35);
}

.focus\:ring-primary-50\/40:focus {
  --tw-ring-color: rgb(255 247 242 / 0.4);
}

.focus\:ring-primary-50\/45:focus {
  --tw-ring-color: rgb(255 247 242 / 0.45);
}

.focus\:ring-primary-50\/5:focus {
  --tw-ring-color: rgb(255 247 242 / 0.05);
}

.focus\:ring-primary-50\/50:focus {
  --tw-ring-color: rgb(255 247 242 / 0.5);
}

.focus\:ring-primary-50\/55:focus {
  --tw-ring-color: rgb(255 247 242 / 0.55);
}

.focus\:ring-primary-50\/60:focus {
  --tw-ring-color: rgb(255 247 242 / 0.6);
}

.focus\:ring-primary-50\/65:focus {
  --tw-ring-color: rgb(255 247 242 / 0.65);
}

.focus\:ring-primary-50\/70:focus {
  --tw-ring-color: rgb(255 247 242 / 0.7);
}

.focus\:ring-primary-50\/75:focus {
  --tw-ring-color: rgb(255 247 242 / 0.75);
}

.focus\:ring-primary-50\/80:focus {
  --tw-ring-color: rgb(255 247 242 / 0.8);
}

.focus\:ring-primary-50\/85:focus {
  --tw-ring-color: rgb(255 247 242 / 0.85);
}

.focus\:ring-primary-50\/90:focus {
  --tw-ring-color: rgb(255 247 242 / 0.9);
}

.focus\:ring-primary-50\/95:focus {
  --tw-ring-color: rgb(255 247 242 / 0.95);
}

.focus\:ring-primary-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 141 77 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-500\/0:focus {
  --tw-ring-color: rgb(247 141 77 / 0);
}

.focus\:ring-primary-500\/10:focus {
  --tw-ring-color: rgb(247 141 77 / 0.1);
}

.focus\:ring-primary-500\/100:focus {
  --tw-ring-color: rgb(247 141 77 / 1);
}

.focus\:ring-primary-500\/15:focus {
  --tw-ring-color: rgb(247 141 77 / 0.15);
}

.focus\:ring-primary-500\/20:focus {
  --tw-ring-color: rgb(247 141 77 / 0.2);
}

.focus\:ring-primary-500\/25:focus {
  --tw-ring-color: rgb(247 141 77 / 0.25);
}

.focus\:ring-primary-500\/30:focus {
  --tw-ring-color: rgb(247 141 77 / 0.3);
}

.focus\:ring-primary-500\/35:focus {
  --tw-ring-color: rgb(247 141 77 / 0.35);
}

.focus\:ring-primary-500\/40:focus {
  --tw-ring-color: rgb(247 141 77 / 0.4);
}

.focus\:ring-primary-500\/45:focus {
  --tw-ring-color: rgb(247 141 77 / 0.45);
}

.focus\:ring-primary-500\/5:focus {
  --tw-ring-color: rgb(247 141 77 / 0.05);
}

.focus\:ring-primary-500\/50:focus {
  --tw-ring-color: rgb(247 141 77 / 0.5);
}

.focus\:ring-primary-500\/55:focus {
  --tw-ring-color: rgb(247 141 77 / 0.55);
}

.focus\:ring-primary-500\/60:focus {
  --tw-ring-color: rgb(247 141 77 / 0.6);
}

.focus\:ring-primary-500\/65:focus {
  --tw-ring-color: rgb(247 141 77 / 0.65);
}

.focus\:ring-primary-500\/70:focus {
  --tw-ring-color: rgb(247 141 77 / 0.7);
}

.focus\:ring-primary-500\/75:focus {
  --tw-ring-color: rgb(247 141 77 / 0.75);
}

.focus\:ring-primary-500\/80:focus {
  --tw-ring-color: rgb(247 141 77 / 0.8);
}

.focus\:ring-primary-500\/85:focus {
  --tw-ring-color: rgb(247 141 77 / 0.85);
}

.focus\:ring-primary-500\/90:focus {
  --tw-ring-color: rgb(247 141 77 / 0.9);
}

.focus\:ring-primary-500\/95:focus {
  --tw-ring-color: rgb(247 141 77 / 0.95);
}

.focus\:ring-primary-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 99 37 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-600\/0:focus {
  --tw-ring-color: rgb(233 99 37 / 0);
}

.focus\:ring-primary-600\/10:focus {
  --tw-ring-color: rgb(233 99 37 / 0.1);
}

.focus\:ring-primary-600\/100:focus {
  --tw-ring-color: rgb(233 99 37 / 1);
}

.focus\:ring-primary-600\/15:focus {
  --tw-ring-color: rgb(233 99 37 / 0.15);
}

.focus\:ring-primary-600\/20:focus {
  --tw-ring-color: rgb(233 99 37 / 0.2);
}

.focus\:ring-primary-600\/25:focus {
  --tw-ring-color: rgb(233 99 37 / 0.25);
}

.focus\:ring-primary-600\/30:focus {
  --tw-ring-color: rgb(233 99 37 / 0.3);
}

.focus\:ring-primary-600\/35:focus {
  --tw-ring-color: rgb(233 99 37 / 0.35);
}

.focus\:ring-primary-600\/40:focus {
  --tw-ring-color: rgb(233 99 37 / 0.4);
}

.focus\:ring-primary-600\/45:focus {
  --tw-ring-color: rgb(233 99 37 / 0.45);
}

.focus\:ring-primary-600\/5:focus {
  --tw-ring-color: rgb(233 99 37 / 0.05);
}

.focus\:ring-primary-600\/50:focus {
  --tw-ring-color: rgb(233 99 37 / 0.5);
}

.focus\:ring-primary-600\/55:focus {
  --tw-ring-color: rgb(233 99 37 / 0.55);
}

.focus\:ring-primary-600\/60:focus {
  --tw-ring-color: rgb(233 99 37 / 0.6);
}

.focus\:ring-primary-600\/65:focus {
  --tw-ring-color: rgb(233 99 37 / 0.65);
}

.focus\:ring-primary-600\/70:focus {
  --tw-ring-color: rgb(233 99 37 / 0.7);
}

.focus\:ring-primary-600\/75:focus {
  --tw-ring-color: rgb(233 99 37 / 0.75);
}

.focus\:ring-primary-600\/80:focus {
  --tw-ring-color: rgb(233 99 37 / 0.8);
}

.focus\:ring-primary-600\/85:focus {
  --tw-ring-color: rgb(233 99 37 / 0.85);
}

.focus\:ring-primary-600\/90:focus {
  --tw-ring-color: rgb(233 99 37 / 0.9);
}

.focus\:ring-primary-600\/95:focus {
  --tw-ring-color: rgb(233 99 37 / 0.95);
}

.focus\:ring-primary-700:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(201 74 22 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-700\/0:focus {
  --tw-ring-color: rgb(201 74 22 / 0);
}

.focus\:ring-primary-700\/10:focus {
  --tw-ring-color: rgb(201 74 22 / 0.1);
}

.focus\:ring-primary-700\/100:focus {
  --tw-ring-color: rgb(201 74 22 / 1);
}

.focus\:ring-primary-700\/15:focus {
  --tw-ring-color: rgb(201 74 22 / 0.15);
}

.focus\:ring-primary-700\/20:focus {
  --tw-ring-color: rgb(201 74 22 / 0.2);
}

.focus\:ring-primary-700\/25:focus {
  --tw-ring-color: rgb(201 74 22 / 0.25);
}

.focus\:ring-primary-700\/30:focus {
  --tw-ring-color: rgb(201 74 22 / 0.3);
}

.focus\:ring-primary-700\/35:focus {
  --tw-ring-color: rgb(201 74 22 / 0.35);
}

.focus\:ring-primary-700\/40:focus {
  --tw-ring-color: rgb(201 74 22 / 0.4);
}

.focus\:ring-primary-700\/45:focus {
  --tw-ring-color: rgb(201 74 22 / 0.45);
}

.focus\:ring-primary-700\/5:focus {
  --tw-ring-color: rgb(201 74 22 / 0.05);
}

.focus\:ring-primary-700\/50:focus {
  --tw-ring-color: rgb(201 74 22 / 0.5);
}

.focus\:ring-primary-700\/55:focus {
  --tw-ring-color: rgb(201 74 22 / 0.55);
}

.focus\:ring-primary-700\/60:focus {
  --tw-ring-color: rgb(201 74 22 / 0.6);
}

.focus\:ring-primary-700\/65:focus {
  --tw-ring-color: rgb(201 74 22 / 0.65);
}

.focus\:ring-primary-700\/70:focus {
  --tw-ring-color: rgb(201 74 22 / 0.7);
}

.focus\:ring-primary-700\/75:focus {
  --tw-ring-color: rgb(201 74 22 / 0.75);
}

.focus\:ring-primary-700\/80:focus {
  --tw-ring-color: rgb(201 74 22 / 0.8);
}

.focus\:ring-primary-700\/85:focus {
  --tw-ring-color: rgb(201 74 22 / 0.85);
}

.focus\:ring-primary-700\/90:focus {
  --tw-ring-color: rgb(201 74 22 / 0.9);
}

.focus\:ring-primary-700\/95:focus {
  --tw-ring-color: rgb(201 74 22 / 0.95);
}

.focus\:ring-primary-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 59 24 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-800\/0:focus {
  --tw-ring-color: rgb(161 59 24 / 0);
}

.focus\:ring-primary-800\/10:focus {
  --tw-ring-color: rgb(161 59 24 / 0.1);
}

.focus\:ring-primary-800\/100:focus {
  --tw-ring-color: rgb(161 59 24 / 1);
}

.focus\:ring-primary-800\/15:focus {
  --tw-ring-color: rgb(161 59 24 / 0.15);
}

.focus\:ring-primary-800\/20:focus {
  --tw-ring-color: rgb(161 59 24 / 0.2);
}

.focus\:ring-primary-800\/25:focus {
  --tw-ring-color: rgb(161 59 24 / 0.25);
}

.focus\:ring-primary-800\/30:focus {
  --tw-ring-color: rgb(161 59 24 / 0.3);
}

.focus\:ring-primary-800\/35:focus {
  --tw-ring-color: rgb(161 59 24 / 0.35);
}

.focus\:ring-primary-800\/40:focus {
  --tw-ring-color: rgb(161 59 24 / 0.4);
}

.focus\:ring-primary-800\/45:focus {
  --tw-ring-color: rgb(161 59 24 / 0.45);
}

.focus\:ring-primary-800\/5:focus {
  --tw-ring-color: rgb(161 59 24 / 0.05);
}

.focus\:ring-primary-800\/50:focus {
  --tw-ring-color: rgb(161 59 24 / 0.5);
}

.focus\:ring-primary-800\/55:focus {
  --tw-ring-color: rgb(161 59 24 / 0.55);
}

.focus\:ring-primary-800\/60:focus {
  --tw-ring-color: rgb(161 59 24 / 0.6);
}

.focus\:ring-primary-800\/65:focus {
  --tw-ring-color: rgb(161 59 24 / 0.65);
}

.focus\:ring-primary-800\/70:focus {
  --tw-ring-color: rgb(161 59 24 / 0.7);
}

.focus\:ring-primary-800\/75:focus {
  --tw-ring-color: rgb(161 59 24 / 0.75);
}

.focus\:ring-primary-800\/80:focus {
  --tw-ring-color: rgb(161 59 24 / 0.8);
}

.focus\:ring-primary-800\/85:focus {
  --tw-ring-color: rgb(161 59 24 / 0.85);
}

.focus\:ring-primary-800\/90:focus {
  --tw-ring-color: rgb(161 59 24 / 0.9);
}

.focus\:ring-primary-800\/95:focus {
  --tw-ring-color: rgb(161 59 24 / 0.95);
}

.focus\:ring-primary-900:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 51 24 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-900\/0:focus {
  --tw-ring-color: rgb(130 51 24 / 0);
}

.focus\:ring-primary-900\/10:focus {
  --tw-ring-color: rgb(130 51 24 / 0.1);
}

.focus\:ring-primary-900\/100:focus {
  --tw-ring-color: rgb(130 51 24 / 1);
}

.focus\:ring-primary-900\/15:focus {
  --tw-ring-color: rgb(130 51 24 / 0.15);
}

.focus\:ring-primary-900\/20:focus {
  --tw-ring-color: rgb(130 51 24 / 0.2);
}

.focus\:ring-primary-900\/25:focus {
  --tw-ring-color: rgb(130 51 24 / 0.25);
}

.focus\:ring-primary-900\/30:focus {
  --tw-ring-color: rgb(130 51 24 / 0.3);
}

.focus\:ring-primary-900\/35:focus {
  --tw-ring-color: rgb(130 51 24 / 0.35);
}

.focus\:ring-primary-900\/40:focus {
  --tw-ring-color: rgb(130 51 24 / 0.4);
}

.focus\:ring-primary-900\/45:focus {
  --tw-ring-color: rgb(130 51 24 / 0.45);
}

.focus\:ring-primary-900\/5:focus {
  --tw-ring-color: rgb(130 51 24 / 0.05);
}

.focus\:ring-primary-900\/50:focus {
  --tw-ring-color: rgb(130 51 24 / 0.5);
}

.focus\:ring-primary-900\/55:focus {
  --tw-ring-color: rgb(130 51 24 / 0.55);
}

.focus\:ring-primary-900\/60:focus {
  --tw-ring-color: rgb(130 51 24 / 0.6);
}

.focus\:ring-primary-900\/65:focus {
  --tw-ring-color: rgb(130 51 24 / 0.65);
}

.focus\:ring-primary-900\/70:focus {
  --tw-ring-color: rgb(130 51 24 / 0.7);
}

.focus\:ring-primary-900\/75:focus {
  --tw-ring-color: rgb(130 51 24 / 0.75);
}

.focus\:ring-primary-900\/80:focus {
  --tw-ring-color: rgb(130 51 24 / 0.8);
}

.focus\:ring-primary-900\/85:focus {
  --tw-ring-color: rgb(130 51 24 / 0.85);
}

.focus\:ring-primary-900\/90:focus {
  --tw-ring-color: rgb(130 51 24 / 0.9);
}

.focus\:ring-primary-900\/95:focus {
  --tw-ring-color: rgb(130 51 24 / 0.95);
}

.focus\:ring-primary-950:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(70 23 8 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary-950\/0:focus {
  --tw-ring-color: rgb(70 23 8 / 0);
}

.focus\:ring-primary-950\/10:focus {
  --tw-ring-color: rgb(70 23 8 / 0.1);
}

.focus\:ring-primary-950\/100:focus {
  --tw-ring-color: rgb(70 23 8 / 1);
}

.focus\:ring-primary-950\/15:focus {
  --tw-ring-color: rgb(70 23 8 / 0.15);
}

.focus\:ring-primary-950\/20:focus {
  --tw-ring-color: rgb(70 23 8 / 0.2);
}

.focus\:ring-primary-950\/25:focus {
  --tw-ring-color: rgb(70 23 8 / 0.25);
}

.focus\:ring-primary-950\/30:focus {
  --tw-ring-color: rgb(70 23 8 / 0.3);
}

.focus\:ring-primary-950\/35:focus {
  --tw-ring-color: rgb(70 23 8 / 0.35);
}

.focus\:ring-primary-950\/40:focus {
  --tw-ring-color: rgb(70 23 8 / 0.4);
}

.focus\:ring-primary-950\/45:focus {
  --tw-ring-color: rgb(70 23 8 / 0.45);
}

.focus\:ring-primary-950\/5:focus {
  --tw-ring-color: rgb(70 23 8 / 0.05);
}

.focus\:ring-primary-950\/50:focus {
  --tw-ring-color: rgb(70 23 8 / 0.5);
}

.focus\:ring-primary-950\/55:focus {
  --tw-ring-color: rgb(70 23 8 / 0.55);
}

.focus\:ring-primary-950\/60:focus {
  --tw-ring-color: rgb(70 23 8 / 0.6);
}

.focus\:ring-primary-950\/65:focus {
  --tw-ring-color: rgb(70 23 8 / 0.65);
}

.focus\:ring-primary-950\/70:focus {
  --tw-ring-color: rgb(70 23 8 / 0.7);
}

.focus\:ring-primary-950\/75:focus {
  --tw-ring-color: rgb(70 23 8 / 0.75);
}

.focus\:ring-primary-950\/80:focus {
  --tw-ring-color: rgb(70 23 8 / 0.8);
}

.focus\:ring-primary-950\/85:focus {
  --tw-ring-color: rgb(70 23 8 / 0.85);
}

.focus\:ring-primary-950\/90:focus {
  --tw-ring-color: rgb(70 23 8 / 0.9);
}

.focus\:ring-primary-950\/95:focus {
  --tw-ring-color: rgb(70 23 8 / 0.95);
}

.focus\:ring-transparent:focus {
  --tw-ring-color: transparent;
}

.focus\:ring-transparent\/0:focus {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.focus\:ring-transparent\/10:focus {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.focus\:ring-transparent\/100:focus {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.focus\:ring-transparent\/15:focus {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.focus\:ring-transparent\/20:focus {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.focus\:ring-transparent\/25:focus {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.focus\:ring-transparent\/30:focus {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.focus\:ring-transparent\/35:focus {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.focus\:ring-transparent\/40:focus {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.focus\:ring-transparent\/45:focus {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.focus\:ring-transparent\/5:focus {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.focus\:ring-transparent\/50:focus {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.focus\:ring-transparent\/55:focus {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.focus\:ring-transparent\/60:focus {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.focus\:ring-transparent\/65:focus {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.focus\:ring-transparent\/70:focus {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.focus\:ring-transparent\/75:focus {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.focus\:ring-transparent\/80:focus {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.focus\:ring-transparent\/85:focus {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.focus\:ring-transparent\/90:focus {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.focus\:ring-transparent\/95:focus {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus\:ring-white\/0:focus {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.focus\:ring-white\/10:focus {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.focus\:ring-white\/100:focus {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.focus\:ring-white\/15:focus {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}

.focus\:ring-white\/20:focus {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.focus\:ring-white\/25:focus {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.focus\:ring-white\/30:focus {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.focus\:ring-white\/35:focus {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}

.focus\:ring-white\/40:focus {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.focus\:ring-white\/45:focus {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}

.focus\:ring-white\/5:focus {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.focus\:ring-white\/50:focus {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.focus\:ring-white\/55:focus {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}

.focus\:ring-white\/60:focus {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.focus\:ring-white\/65:focus {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}

.focus\:ring-white\/70:focus {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.focus\:ring-white\/75:focus {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.focus\:ring-white\/80:focus {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.focus\:ring-white\/85:focus {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}

.focus\:ring-white\/90:focus {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.focus\:ring-white\/95:focus {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.focus\:drop-shadow:focus {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:drop-shadow-2xl:focus {
  --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);
}

.focus\:drop-shadow-lg:focus {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:drop-shadow-md:focus {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:drop-shadow-none:focus {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:drop-shadow-sm:focus {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:drop-shadow-xl:focus {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus\:transition-shadow:focus {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus-visible\:fixed:focus-visible {
  position: fixed;
}

.focus-visible\:absolute:focus-visible {
  position: absolute;
}

.focus-visible\:relative:focus-visible {
  position: relative;
}

.focus-visible\:sticky:focus-visible {
  position: sticky;
}

.focus-visible\:block:focus-visible {
  display: block;
}

.focus-visible\:inline-block:focus-visible {
  display: inline-block;
}

.focus-visible\:flex:focus-visible {
  display: flex;
}

.focus-visible\:inline-flex:focus-visible {
  display: inline-flex;
}

.focus-visible\:grid:focus-visible {
  display: grid;
}

.focus-visible\:inline-grid:focus-visible {
  display: inline-grid;
}

.focus-visible\:hidden:focus-visible {
  display: none;
}

.focus-visible\:flex-1:focus-visible {
  flex: 1 1 0%;
}

.focus-visible\:flex-auto:focus-visible {
  flex: 1 1 auto;
}

.focus-visible\:flex-initial:focus-visible {
  flex: 0 1 auto;
}

.focus-visible\:flex-none:focus-visible {
  flex: none;
}

.focus-visible\:flex-shrink:focus-visible {
  flex-shrink: 1;
}

.focus-visible\:flex-shrink-0:focus-visible {
  flex-shrink: 0;
}

.focus-visible\:flex-grow:focus-visible {
  flex-grow: 1;
}

.focus-visible\:flex-grow-0:focus-visible {
  flex-grow: 0;
}

.focus-visible\:table-fixed:focus-visible {
  table-layout: fixed;
}

.focus-visible\:grid-flow-row:focus-visible {
  grid-auto-flow: row;
}

.focus-visible\:grid-flow-col:focus-visible {
  grid-auto-flow: column;
}

.focus-visible\:grid-flow-dense:focus-visible {
  grid-auto-flow: dense;
}

.focus-visible\:grid-flow-row-dense:focus-visible {
  grid-auto-flow: row dense;
}

.focus-visible\:grid-flow-col-dense:focus-visible {
  grid-auto-flow: column dense;
}

.focus-visible\:grid-cols-1:focus-visible {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.focus-visible\:grid-cols-10:focus-visible {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.focus-visible\:grid-cols-11:focus-visible {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.focus-visible\:grid-cols-12:focus-visible {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.focus-visible\:grid-cols-2:focus-visible {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.focus-visible\:grid-cols-3:focus-visible {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.focus-visible\:grid-cols-4:focus-visible {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.focus-visible\:grid-cols-5:focus-visible {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.focus-visible\:grid-cols-6:focus-visible {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.focus-visible\:grid-cols-7:focus-visible {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.focus-visible\:grid-cols-8:focus-visible {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.focus-visible\:grid-cols-9:focus-visible {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.focus-visible\:grid-cols-none:focus-visible {
  grid-template-columns: none;
}

.focus-visible\:grid-cols-subgrid:focus-visible {
  grid-template-columns: subgrid;
}

.focus-visible\:grid-rows-1:focus-visible {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}

.focus-visible\:grid-rows-10:focus-visible {
  grid-template-rows: repeat(10, minmax(0, 1fr));
}

.focus-visible\:grid-rows-11:focus-visible {
  grid-template-rows: repeat(11, minmax(0, 1fr));
}

.focus-visible\:grid-rows-12:focus-visible {
  grid-template-rows: repeat(12, minmax(0, 1fr));
}

.focus-visible\:grid-rows-2:focus-visible {
  grid-template-rows: repeat(2, minmax(0, 1fr));
}

.focus-visible\:grid-rows-3:focus-visible {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

.focus-visible\:grid-rows-4:focus-visible {
  grid-template-rows: repeat(4, minmax(0, 1fr));
}

.focus-visible\:grid-rows-5:focus-visible {
  grid-template-rows: repeat(5, minmax(0, 1fr));
}

.focus-visible\:grid-rows-6:focus-visible {
  grid-template-rows: repeat(6, minmax(0, 1fr));
}

.focus-visible\:grid-rows-7:focus-visible {
  grid-template-rows: repeat(7, minmax(0, 1fr));
}

.focus-visible\:grid-rows-8:focus-visible {
  grid-template-rows: repeat(8, minmax(0, 1fr));
}

.focus-visible\:grid-rows-9:focus-visible {
  grid-template-rows: repeat(9, minmax(0, 1fr));
}

.focus-visible\:grid-rows-none:focus-visible {
  grid-template-rows: none;
}

.focus-visible\:grid-rows-subgrid:focus-visible {
  grid-template-rows: subgrid;
}

.focus-visible\:flex-row:focus-visible {
  flex-direction: row;
}

.focus-visible\:flex-row-reverse:focus-visible {
  flex-direction: row-reverse;
}

.focus-visible\:flex-col:focus-visible {
  flex-direction: column;
}

.focus-visible\:flex-col-reverse:focus-visible {
  flex-direction: column-reverse;
}

.focus-visible\:flex-wrap:focus-visible {
  flex-wrap: wrap;
}

.focus-visible\:flex-wrap-reverse:focus-visible {
  flex-wrap: wrap-reverse;
}

.focus-visible\:flex-nowrap:focus-visible {
  flex-wrap: nowrap;
}

.focus-visible\:place-items-start:focus-visible {
  place-items: start;
}

.focus-visible\:place-items-end:focus-visible {
  place-items: end;
}

.focus-visible\:place-items-center:focus-visible {
  place-items: center;
}

.focus-visible\:items-start:focus-visible {
  align-items: flex-start;
}

.focus-visible\:items-end:focus-visible {
  align-items: flex-end;
}

.focus-visible\:items-center:focus-visible {
  align-items: center;
}

.focus-visible\:justify-start:focus-visible {
  justify-content: flex-start;
}

.focus-visible\:justify-end:focus-visible {
  justify-content: flex-end;
}

.focus-visible\:justify-center:focus-visible {
  justify-content: center;
}

.focus-visible\:justify-between:focus-visible {
  justify-content: space-between;
}

.focus-visible\:justify-items-start:focus-visible {
  justify-items: start;
}

.focus-visible\:justify-items-end:focus-visible {
  justify-items: end;
}

.focus-visible\:justify-items-center:focus-visible {
  justify-items: center;
}

.focus-visible\:overflow-auto:focus-visible {
  overflow: auto;
}

.focus-visible\:overflow-hidden:focus-visible {
  overflow: hidden;
}

.focus-visible\:overflow-x-auto:focus-visible {
  overflow-x: auto;
}

.focus-visible\:overflow-y-auto:focus-visible {
  overflow-y: auto;
}

.focus-visible\:overflow-x-hidden:focus-visible {
  overflow-x: hidden;
}

.focus-visible\:overflow-y-hidden:focus-visible {
  overflow-y: hidden;
}

.focus-visible\:scroll-smooth:focus-visible {
  scroll-behavior: smooth;
}

.focus-visible\:rounded:focus-visible {
  border-radius: 0.25rem;
}

.focus-visible\:rounded-2xl:focus-visible {
  border-radius: 1rem;
}

.focus-visible\:rounded-3xl:focus-visible {
  border-radius: 1.5rem;
}

.focus-visible\:rounded-full:focus-visible {
  border-radius: 9999px;
}

.focus-visible\:rounded-lg:focus-visible {
  border-radius: 0.5rem;
}

.focus-visible\:rounded-md:focus-visible {
  border-radius: 0.375rem;
}

.focus-visible\:rounded-none:focus-visible {
  border-radius: 0px;
}

.focus-visible\:rounded-sm:focus-visible {
  border-radius: 0.125rem;
}

.focus-visible\:rounded-xl:focus-visible {
  border-radius: 0.75rem;
}

.focus-visible\:rounded-b:focus-visible {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus-visible\:rounded-b-2xl:focus-visible {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus-visible\:rounded-b-3xl:focus-visible {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus-visible\:rounded-b-full:focus-visible {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus-visible\:rounded-b-lg:focus-visible {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus-visible\:rounded-b-md:focus-visible {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus-visible\:rounded-b-none:focus-visible {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus-visible\:rounded-b-sm:focus-visible {
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus-visible\:rounded-b-xl:focus-visible {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus-visible\:rounded-e:focus-visible {
  border-start-end-radius: 0.25rem;
  border-end-end-radius: 0.25rem;
}

.focus-visible\:rounded-e-2xl:focus-visible {
  border-start-end-radius: 1rem;
  border-end-end-radius: 1rem;
}

.focus-visible\:rounded-e-3xl:focus-visible {
  border-start-end-radius: 1.5rem;
  border-end-end-radius: 1.5rem;
}

.focus-visible\:rounded-e-full:focus-visible {
  border-start-end-radius: 9999px;
  border-end-end-radius: 9999px;
}

.focus-visible\:rounded-e-lg:focus-visible {
  border-start-end-radius: 0.5rem;
  border-end-end-radius: 0.5rem;
}

.focus-visible\:rounded-e-md:focus-visible {
  border-start-end-radius: 0.375rem;
  border-end-end-radius: 0.375rem;
}

.focus-visible\:rounded-e-none:focus-visible {
  border-start-end-radius: 0px;
  border-end-end-radius: 0px;
}

.focus-visible\:rounded-e-sm:focus-visible {
  border-start-end-radius: 0.125rem;
  border-end-end-radius: 0.125rem;
}

.focus-visible\:rounded-e-xl:focus-visible {
  border-start-end-radius: 0.75rem;
  border-end-end-radius: 0.75rem;
}

.focus-visible\:rounded-l:focus-visible {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.focus-visible\:rounded-l-2xl:focus-visible {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.focus-visible\:rounded-l-3xl:focus-visible {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.focus-visible\:rounded-l-full:focus-visible {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.focus-visible\:rounded-l-lg:focus-visible {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.focus-visible\:rounded-l-md:focus-visible {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.focus-visible\:rounded-l-none:focus-visible {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.focus-visible\:rounded-l-sm:focus-visible {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.focus-visible\:rounded-l-xl:focus-visible {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.focus-visible\:rounded-r:focus-visible {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.focus-visible\:rounded-r-2xl:focus-visible {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.focus-visible\:rounded-r-3xl:focus-visible {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.focus-visible\:rounded-r-full:focus-visible {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.focus-visible\:rounded-r-lg:focus-visible {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.focus-visible\:rounded-r-md:focus-visible {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.focus-visible\:rounded-r-none:focus-visible {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.focus-visible\:rounded-r-sm:focus-visible {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.focus-visible\:rounded-r-xl:focus-visible {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.focus-visible\:rounded-s:focus-visible {
  border-start-start-radius: 0.25rem;
  border-end-start-radius: 0.25rem;
}

.focus-visible\:rounded-s-2xl:focus-visible {
  border-start-start-radius: 1rem;
  border-end-start-radius: 1rem;
}

.focus-visible\:rounded-s-3xl:focus-visible {
  border-start-start-radius: 1.5rem;
  border-end-start-radius: 1.5rem;
}

.focus-visible\:rounded-s-full:focus-visible {
  border-start-start-radius: 9999px;
  border-end-start-radius: 9999px;
}

.focus-visible\:rounded-s-lg:focus-visible {
  border-start-start-radius: 0.5rem;
  border-end-start-radius: 0.5rem;
}

.focus-visible\:rounded-s-md:focus-visible {
  border-start-start-radius: 0.375rem;
  border-end-start-radius: 0.375rem;
}

.focus-visible\:rounded-s-none:focus-visible {
  border-start-start-radius: 0px;
  border-end-start-radius: 0px;
}

.focus-visible\:rounded-s-sm:focus-visible {
  border-start-start-radius: 0.125rem;
  border-end-start-radius: 0.125rem;
}

.focus-visible\:rounded-s-xl:focus-visible {
  border-start-start-radius: 0.75rem;
  border-end-start-radius: 0.75rem;
}

.focus-visible\:rounded-t:focus-visible {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.focus-visible\:rounded-t-2xl:focus-visible {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.focus-visible\:rounded-t-3xl:focus-visible {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.focus-visible\:rounded-t-full:focus-visible {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.focus-visible\:rounded-t-lg:focus-visible {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.focus-visible\:rounded-t-md:focus-visible {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.focus-visible\:rounded-t-none:focus-visible {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.focus-visible\:rounded-t-sm:focus-visible {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.focus-visible\:rounded-t-xl:focus-visible {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.focus-visible\:rounded-bl:focus-visible {
  border-bottom-left-radius: 0.25rem;
}

.focus-visible\:rounded-bl-2xl:focus-visible {
  border-bottom-left-radius: 1rem;
}

.focus-visible\:rounded-bl-3xl:focus-visible {
  border-bottom-left-radius: 1.5rem;
}

.focus-visible\:rounded-bl-full:focus-visible {
  border-bottom-left-radius: 9999px;
}

.focus-visible\:rounded-bl-lg:focus-visible {
  border-bottom-left-radius: 0.5rem;
}

.focus-visible\:rounded-bl-md:focus-visible {
  border-bottom-left-radius: 0.375rem;
}

.focus-visible\:rounded-bl-none:focus-visible {
  border-bottom-left-radius: 0px;
}

.focus-visible\:rounded-bl-sm:focus-visible {
  border-bottom-left-radius: 0.125rem;
}

.focus-visible\:rounded-bl-xl:focus-visible {
  border-bottom-left-radius: 0.75rem;
}

.focus-visible\:rounded-br:focus-visible {
  border-bottom-right-radius: 0.25rem;
}

.focus-visible\:rounded-br-2xl:focus-visible {
  border-bottom-right-radius: 1rem;
}

.focus-visible\:rounded-br-3xl:focus-visible {
  border-bottom-right-radius: 1.5rem;
}

.focus-visible\:rounded-br-full:focus-visible {
  border-bottom-right-radius: 9999px;
}

.focus-visible\:rounded-br-lg:focus-visible {
  border-bottom-right-radius: 0.5rem;
}

.focus-visible\:rounded-br-md:focus-visible {
  border-bottom-right-radius: 0.375rem;
}

.focus-visible\:rounded-br-none:focus-visible {
  border-bottom-right-radius: 0px;
}

.focus-visible\:rounded-br-sm:focus-visible {
  border-bottom-right-radius: 0.125rem;
}

.focus-visible\:rounded-br-xl:focus-visible {
  border-bottom-right-radius: 0.75rem;
}

.focus-visible\:rounded-ee:focus-visible {
  border-end-end-radius: 0.25rem;
}

.focus-visible\:rounded-ee-2xl:focus-visible {
  border-end-end-radius: 1rem;
}

.focus-visible\:rounded-ee-3xl:focus-visible {
  border-end-end-radius: 1.5rem;
}

.focus-visible\:rounded-ee-full:focus-visible {
  border-end-end-radius: 9999px;
}

.focus-visible\:rounded-ee-lg:focus-visible {
  border-end-end-radius: 0.5rem;
}

.focus-visible\:rounded-ee-md:focus-visible {
  border-end-end-radius: 0.375rem;
}

.focus-visible\:rounded-ee-none:focus-visible {
  border-end-end-radius: 0px;
}

.focus-visible\:rounded-ee-sm:focus-visible {
  border-end-end-radius: 0.125rem;
}

.focus-visible\:rounded-ee-xl:focus-visible {
  border-end-end-radius: 0.75rem;
}

.focus-visible\:rounded-es:focus-visible {
  border-end-start-radius: 0.25rem;
}

.focus-visible\:rounded-es-2xl:focus-visible {
  border-end-start-radius: 1rem;
}

.focus-visible\:rounded-es-3xl:focus-visible {
  border-end-start-radius: 1.5rem;
}

.focus-visible\:rounded-es-full:focus-visible {
  border-end-start-radius: 9999px;
}

.focus-visible\:rounded-es-lg:focus-visible {
  border-end-start-radius: 0.5rem;
}

.focus-visible\:rounded-es-md:focus-visible {
  border-end-start-radius: 0.375rem;
}

.focus-visible\:rounded-es-none:focus-visible {
  border-end-start-radius: 0px;
}

.focus-visible\:rounded-es-sm:focus-visible {
  border-end-start-radius: 0.125rem;
}

.focus-visible\:rounded-es-xl:focus-visible {
  border-end-start-radius: 0.75rem;
}

.focus-visible\:rounded-se:focus-visible {
  border-start-end-radius: 0.25rem;
}

.focus-visible\:rounded-se-2xl:focus-visible {
  border-start-end-radius: 1rem;
}

.focus-visible\:rounded-se-3xl:focus-visible {
  border-start-end-radius: 1.5rem;
}

.focus-visible\:rounded-se-full:focus-visible {
  border-start-end-radius: 9999px;
}

.focus-visible\:rounded-se-lg:focus-visible {
  border-start-end-radius: 0.5rem;
}

.focus-visible\:rounded-se-md:focus-visible {
  border-start-end-radius: 0.375rem;
}

.focus-visible\:rounded-se-none:focus-visible {
  border-start-end-radius: 0px;
}

.focus-visible\:rounded-se-sm:focus-visible {
  border-start-end-radius: 0.125rem;
}

.focus-visible\:rounded-se-xl:focus-visible {
  border-start-end-radius: 0.75rem;
}

.focus-visible\:rounded-ss:focus-visible {
  border-start-start-radius: 0.25rem;
}

.focus-visible\:rounded-ss-2xl:focus-visible {
  border-start-start-radius: 1rem;
}

.focus-visible\:rounded-ss-3xl:focus-visible {
  border-start-start-radius: 1.5rem;
}

.focus-visible\:rounded-ss-full:focus-visible {
  border-start-start-radius: 9999px;
}

.focus-visible\:rounded-ss-lg:focus-visible {
  border-start-start-radius: 0.5rem;
}

.focus-visible\:rounded-ss-md:focus-visible {
  border-start-start-radius: 0.375rem;
}

.focus-visible\:rounded-ss-none:focus-visible {
  border-start-start-radius: 0px;
}

.focus-visible\:rounded-ss-sm:focus-visible {
  border-start-start-radius: 0.125rem;
}

.focus-visible\:rounded-ss-xl:focus-visible {
  border-start-start-radius: 0.75rem;
}

.focus-visible\:rounded-tl:focus-visible {
  border-top-left-radius: 0.25rem;
}

.focus-visible\:rounded-tl-2xl:focus-visible {
  border-top-left-radius: 1rem;
}

.focus-visible\:rounded-tl-3xl:focus-visible {
  border-top-left-radius: 1.5rem;
}

.focus-visible\:rounded-tl-full:focus-visible {
  border-top-left-radius: 9999px;
}

.focus-visible\:rounded-tl-lg:focus-visible {
  border-top-left-radius: 0.5rem;
}

.focus-visible\:rounded-tl-md:focus-visible {
  border-top-left-radius: 0.375rem;
}

.focus-visible\:rounded-tl-none:focus-visible {
  border-top-left-radius: 0px;
}

.focus-visible\:rounded-tl-sm:focus-visible {
  border-top-left-radius: 0.125rem;
}

.focus-visible\:rounded-tl-xl:focus-visible {
  border-top-left-radius: 0.75rem;
}

.focus-visible\:rounded-tr:focus-visible {
  border-top-right-radius: 0.25rem;
}

.focus-visible\:rounded-tr-2xl:focus-visible {
  border-top-right-radius: 1rem;
}

.focus-visible\:rounded-tr-3xl:focus-visible {
  border-top-right-radius: 1.5rem;
}

.focus-visible\:rounded-tr-full:focus-visible {
  border-top-right-radius: 9999px;
}

.focus-visible\:rounded-tr-lg:focus-visible {
  border-top-right-radius: 0.5rem;
}

.focus-visible\:rounded-tr-md:focus-visible {
  border-top-right-radius: 0.375rem;
}

.focus-visible\:rounded-tr-none:focus-visible {
  border-top-right-radius: 0px;
}

.focus-visible\:rounded-tr-sm:focus-visible {
  border-top-right-radius: 0.125rem;
}

.focus-visible\:rounded-tr-xl:focus-visible {
  border-top-right-radius: 0.75rem;
}

.focus-visible\:border-hidden:focus-visible {
  border-style: hidden;
}

.focus-visible\:border-accent-100:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(235 251 203 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-100\/0:focus-visible {
  border-color: rgb(235 251 203 / 0);
}

.focus-visible\:border-accent-100\/10:focus-visible {
  border-color: rgb(235 251 203 / 0.1);
}

.focus-visible\:border-accent-100\/100:focus-visible {
  border-color: rgb(235 251 203 / 1);
}

.focus-visible\:border-accent-100\/15:focus-visible {
  border-color: rgb(235 251 203 / 0.15);
}

.focus-visible\:border-accent-100\/20:focus-visible {
  border-color: rgb(235 251 203 / 0.2);
}

.focus-visible\:border-accent-100\/25:focus-visible {
  border-color: rgb(235 251 203 / 0.25);
}

.focus-visible\:border-accent-100\/30:focus-visible {
  border-color: rgb(235 251 203 / 0.3);
}

.focus-visible\:border-accent-100\/35:focus-visible {
  border-color: rgb(235 251 203 / 0.35);
}

.focus-visible\:border-accent-100\/40:focus-visible {
  border-color: rgb(235 251 203 / 0.4);
}

.focus-visible\:border-accent-100\/45:focus-visible {
  border-color: rgb(235 251 203 / 0.45);
}

.focus-visible\:border-accent-100\/5:focus-visible {
  border-color: rgb(235 251 203 / 0.05);
}

.focus-visible\:border-accent-100\/50:focus-visible {
  border-color: rgb(235 251 203 / 0.5);
}

.focus-visible\:border-accent-100\/55:focus-visible {
  border-color: rgb(235 251 203 / 0.55);
}

.focus-visible\:border-accent-100\/60:focus-visible {
  border-color: rgb(235 251 203 / 0.6);
}

.focus-visible\:border-accent-100\/65:focus-visible {
  border-color: rgb(235 251 203 / 0.65);
}

.focus-visible\:border-accent-100\/70:focus-visible {
  border-color: rgb(235 251 203 / 0.7);
}

.focus-visible\:border-accent-100\/75:focus-visible {
  border-color: rgb(235 251 203 / 0.75);
}

.focus-visible\:border-accent-100\/80:focus-visible {
  border-color: rgb(235 251 203 / 0.8);
}

.focus-visible\:border-accent-100\/85:focus-visible {
  border-color: rgb(235 251 203 / 0.85);
}

.focus-visible\:border-accent-100\/90:focus-visible {
  border-color: rgb(235 251 203 / 0.9);
}

.focus-visible\:border-accent-100\/95:focus-visible {
  border-color: rgb(235 251 203 / 0.95);
}

.focus-visible\:border-accent-200:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(216 246 154 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-200\/0:focus-visible {
  border-color: rgb(216 246 154 / 0);
}

.focus-visible\:border-accent-200\/10:focus-visible {
  border-color: rgb(216 246 154 / 0.1);
}

.focus-visible\:border-accent-200\/100:focus-visible {
  border-color: rgb(216 246 154 / 1);
}

.focus-visible\:border-accent-200\/15:focus-visible {
  border-color: rgb(216 246 154 / 0.15);
}

.focus-visible\:border-accent-200\/20:focus-visible {
  border-color: rgb(216 246 154 / 0.2);
}

.focus-visible\:border-accent-200\/25:focus-visible {
  border-color: rgb(216 246 154 / 0.25);
}

.focus-visible\:border-accent-200\/30:focus-visible {
  border-color: rgb(216 246 154 / 0.3);
}

.focus-visible\:border-accent-200\/35:focus-visible {
  border-color: rgb(216 246 154 / 0.35);
}

.focus-visible\:border-accent-200\/40:focus-visible {
  border-color: rgb(216 246 154 / 0.4);
}

.focus-visible\:border-accent-200\/45:focus-visible {
  border-color: rgb(216 246 154 / 0.45);
}

.focus-visible\:border-accent-200\/5:focus-visible {
  border-color: rgb(216 246 154 / 0.05);
}

.focus-visible\:border-accent-200\/50:focus-visible {
  border-color: rgb(216 246 154 / 0.5);
}

.focus-visible\:border-accent-200\/55:focus-visible {
  border-color: rgb(216 246 154 / 0.55);
}

.focus-visible\:border-accent-200\/60:focus-visible {
  border-color: rgb(216 246 154 / 0.6);
}

.focus-visible\:border-accent-200\/65:focus-visible {
  border-color: rgb(216 246 154 / 0.65);
}

.focus-visible\:border-accent-200\/70:focus-visible {
  border-color: rgb(216 246 154 / 0.7);
}

.focus-visible\:border-accent-200\/75:focus-visible {
  border-color: rgb(216 246 154 / 0.75);
}

.focus-visible\:border-accent-200\/80:focus-visible {
  border-color: rgb(216 246 154 / 0.8);
}

.focus-visible\:border-accent-200\/85:focus-visible {
  border-color: rgb(216 246 154 / 0.85);
}

.focus-visible\:border-accent-200\/90:focus-visible {
  border-color: rgb(216 246 154 / 0.9);
}

.focus-visible\:border-accent-200\/95:focus-visible {
  border-color: rgb(216 246 154 / 0.95);
}

.focus-visible\:border-accent-300:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(196 240 120 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-300\/0:focus-visible {
  border-color: rgb(196 240 120 / 0);
}

.focus-visible\:border-accent-300\/10:focus-visible {
  border-color: rgb(196 240 120 / 0.1);
}

.focus-visible\:border-accent-300\/100:focus-visible {
  border-color: rgb(196 240 120 / 1);
}

.focus-visible\:border-accent-300\/15:focus-visible {
  border-color: rgb(196 240 120 / 0.15);
}

.focus-visible\:border-accent-300\/20:focus-visible {
  border-color: rgb(196 240 120 / 0.2);
}

.focus-visible\:border-accent-300\/25:focus-visible {
  border-color: rgb(196 240 120 / 0.25);
}

.focus-visible\:border-accent-300\/30:focus-visible {
  border-color: rgb(196 240 120 / 0.3);
}

.focus-visible\:border-accent-300\/35:focus-visible {
  border-color: rgb(196 240 120 / 0.35);
}

.focus-visible\:border-accent-300\/40:focus-visible {
  border-color: rgb(196 240 120 / 0.4);
}

.focus-visible\:border-accent-300\/45:focus-visible {
  border-color: rgb(196 240 120 / 0.45);
}

.focus-visible\:border-accent-300\/5:focus-visible {
  border-color: rgb(196 240 120 / 0.05);
}

.focus-visible\:border-accent-300\/50:focus-visible {
  border-color: rgb(196 240 120 / 0.5);
}

.focus-visible\:border-accent-300\/55:focus-visible {
  border-color: rgb(196 240 120 / 0.55);
}

.focus-visible\:border-accent-300\/60:focus-visible {
  border-color: rgb(196 240 120 / 0.6);
}

.focus-visible\:border-accent-300\/65:focus-visible {
  border-color: rgb(196 240 120 / 0.65);
}

.focus-visible\:border-accent-300\/70:focus-visible {
  border-color: rgb(196 240 120 / 0.7);
}

.focus-visible\:border-accent-300\/75:focus-visible {
  border-color: rgb(196 240 120 / 0.75);
}

.focus-visible\:border-accent-300\/80:focus-visible {
  border-color: rgb(196 240 120 / 0.8);
}

.focus-visible\:border-accent-300\/85:focus-visible {
  border-color: rgb(196 240 120 / 0.85);
}

.focus-visible\:border-accent-300\/90:focus-visible {
  border-color: rgb(196 240 120 / 0.9);
}

.focus-visible\:border-accent-300\/95:focus-visible {
  border-color: rgb(196 240 120 / 0.95);
}

.focus-visible\:border-accent-400:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(183 237 104 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-400\/0:focus-visible {
  border-color: rgb(183 237 104 / 0);
}

.focus-visible\:border-accent-400\/10:focus-visible {
  border-color: rgb(183 237 104 / 0.1);
}

.focus-visible\:border-accent-400\/100:focus-visible {
  border-color: rgb(183 237 104 / 1);
}

.focus-visible\:border-accent-400\/15:focus-visible {
  border-color: rgb(183 237 104 / 0.15);
}

.focus-visible\:border-accent-400\/20:focus-visible {
  border-color: rgb(183 237 104 / 0.2);
}

.focus-visible\:border-accent-400\/25:focus-visible {
  border-color: rgb(183 237 104 / 0.25);
}

.focus-visible\:border-accent-400\/30:focus-visible {
  border-color: rgb(183 237 104 / 0.3);
}

.focus-visible\:border-accent-400\/35:focus-visible {
  border-color: rgb(183 237 104 / 0.35);
}

.focus-visible\:border-accent-400\/40:focus-visible {
  border-color: rgb(183 237 104 / 0.4);
}

.focus-visible\:border-accent-400\/45:focus-visible {
  border-color: rgb(183 237 104 / 0.45);
}

.focus-visible\:border-accent-400\/5:focus-visible {
  border-color: rgb(183 237 104 / 0.05);
}

.focus-visible\:border-accent-400\/50:focus-visible {
  border-color: rgb(183 237 104 / 0.5);
}

.focus-visible\:border-accent-400\/55:focus-visible {
  border-color: rgb(183 237 104 / 0.55);
}

.focus-visible\:border-accent-400\/60:focus-visible {
  border-color: rgb(183 237 104 / 0.6);
}

.focus-visible\:border-accent-400\/65:focus-visible {
  border-color: rgb(183 237 104 / 0.65);
}

.focus-visible\:border-accent-400\/70:focus-visible {
  border-color: rgb(183 237 104 / 0.7);
}

.focus-visible\:border-accent-400\/75:focus-visible {
  border-color: rgb(183 237 104 / 0.75);
}

.focus-visible\:border-accent-400\/80:focus-visible {
  border-color: rgb(183 237 104 / 0.8);
}

.focus-visible\:border-accent-400\/85:focus-visible {
  border-color: rgb(183 237 104 / 0.85);
}

.focus-visible\:border-accent-400\/90:focus-visible {
  border-color: rgb(183 237 104 / 0.9);
}

.focus-visible\:border-accent-400\/95:focus-visible {
  border-color: rgb(183 237 104 / 0.95);
}

.focus-visible\:border-accent-50:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(247 253 235 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-50\/0:focus-visible {
  border-color: rgb(247 253 235 / 0);
}

.focus-visible\:border-accent-50\/10:focus-visible {
  border-color: rgb(247 253 235 / 0.1);
}

.focus-visible\:border-accent-50\/100:focus-visible {
  border-color: rgb(247 253 235 / 1);
}

.focus-visible\:border-accent-50\/15:focus-visible {
  border-color: rgb(247 253 235 / 0.15);
}

.focus-visible\:border-accent-50\/20:focus-visible {
  border-color: rgb(247 253 235 / 0.2);
}

.focus-visible\:border-accent-50\/25:focus-visible {
  border-color: rgb(247 253 235 / 0.25);
}

.focus-visible\:border-accent-50\/30:focus-visible {
  border-color: rgb(247 253 235 / 0.3);
}

.focus-visible\:border-accent-50\/35:focus-visible {
  border-color: rgb(247 253 235 / 0.35);
}

.focus-visible\:border-accent-50\/40:focus-visible {
  border-color: rgb(247 253 235 / 0.4);
}

.focus-visible\:border-accent-50\/45:focus-visible {
  border-color: rgb(247 253 235 / 0.45);
}

.focus-visible\:border-accent-50\/5:focus-visible {
  border-color: rgb(247 253 235 / 0.05);
}

.focus-visible\:border-accent-50\/50:focus-visible {
  border-color: rgb(247 253 235 / 0.5);
}

.focus-visible\:border-accent-50\/55:focus-visible {
  border-color: rgb(247 253 235 / 0.55);
}

.focus-visible\:border-accent-50\/60:focus-visible {
  border-color: rgb(247 253 235 / 0.6);
}

.focus-visible\:border-accent-50\/65:focus-visible {
  border-color: rgb(247 253 235 / 0.65);
}

.focus-visible\:border-accent-50\/70:focus-visible {
  border-color: rgb(247 253 235 / 0.7);
}

.focus-visible\:border-accent-50\/75:focus-visible {
  border-color: rgb(247 253 235 / 0.75);
}

.focus-visible\:border-accent-50\/80:focus-visible {
  border-color: rgb(247 253 235 / 0.8);
}

.focus-visible\:border-accent-50\/85:focus-visible {
  border-color: rgb(247 253 235 / 0.85);
}

.focus-visible\:border-accent-50\/90:focus-visible {
  border-color: rgb(247 253 235 / 0.9);
}

.focus-visible\:border-accent-50\/95:focus-visible {
  border-color: rgb(247 253 235 / 0.95);
}

.focus-visible\:border-accent-500:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(174 235 96 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-500\/0:focus-visible {
  border-color: rgb(174 235 96 / 0);
}

.focus-visible\:border-accent-500\/10:focus-visible {
  border-color: rgb(174 235 96 / 0.1);
}

.focus-visible\:border-accent-500\/100:focus-visible {
  border-color: rgb(174 235 96 / 1);
}

.focus-visible\:border-accent-500\/15:focus-visible {
  border-color: rgb(174 235 96 / 0.15);
}

.focus-visible\:border-accent-500\/20:focus-visible {
  border-color: rgb(174 235 96 / 0.2);
}

.focus-visible\:border-accent-500\/25:focus-visible {
  border-color: rgb(174 235 96 / 0.25);
}

.focus-visible\:border-accent-500\/30:focus-visible {
  border-color: rgb(174 235 96 / 0.3);
}

.focus-visible\:border-accent-500\/35:focus-visible {
  border-color: rgb(174 235 96 / 0.35);
}

.focus-visible\:border-accent-500\/40:focus-visible {
  border-color: rgb(174 235 96 / 0.4);
}

.focus-visible\:border-accent-500\/45:focus-visible {
  border-color: rgb(174 235 96 / 0.45);
}

.focus-visible\:border-accent-500\/5:focus-visible {
  border-color: rgb(174 235 96 / 0.05);
}

.focus-visible\:border-accent-500\/50:focus-visible {
  border-color: rgb(174 235 96 / 0.5);
}

.focus-visible\:border-accent-500\/55:focus-visible {
  border-color: rgb(174 235 96 / 0.55);
}

.focus-visible\:border-accent-500\/60:focus-visible {
  border-color: rgb(174 235 96 / 0.6);
}

.focus-visible\:border-accent-500\/65:focus-visible {
  border-color: rgb(174 235 96 / 0.65);
}

.focus-visible\:border-accent-500\/70:focus-visible {
  border-color: rgb(174 235 96 / 0.7);
}

.focus-visible\:border-accent-500\/75:focus-visible {
  border-color: rgb(174 235 96 / 0.75);
}

.focus-visible\:border-accent-500\/80:focus-visible {
  border-color: rgb(174 235 96 / 0.8);
}

.focus-visible\:border-accent-500\/85:focus-visible {
  border-color: rgb(174 235 96 / 0.85);
}

.focus-visible\:border-accent-500\/90:focus-visible {
  border-color: rgb(174 235 96 / 0.9);
}

.focus-visible\:border-accent-500\/95:focus-visible {
  border-color: rgb(174 235 96 / 0.95);
}

.focus-visible\:border-accent-600:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(130 201 48 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-600\/0:focus-visible {
  border-color: rgb(130 201 48 / 0);
}

.focus-visible\:border-accent-600\/10:focus-visible {
  border-color: rgb(130 201 48 / 0.1);
}

.focus-visible\:border-accent-600\/100:focus-visible {
  border-color: rgb(130 201 48 / 1);
}

.focus-visible\:border-accent-600\/15:focus-visible {
  border-color: rgb(130 201 48 / 0.15);
}

.focus-visible\:border-accent-600\/20:focus-visible {
  border-color: rgb(130 201 48 / 0.2);
}

.focus-visible\:border-accent-600\/25:focus-visible {
  border-color: rgb(130 201 48 / 0.25);
}

.focus-visible\:border-accent-600\/30:focus-visible {
  border-color: rgb(130 201 48 / 0.3);
}

.focus-visible\:border-accent-600\/35:focus-visible {
  border-color: rgb(130 201 48 / 0.35);
}

.focus-visible\:border-accent-600\/40:focus-visible {
  border-color: rgb(130 201 48 / 0.4);
}

.focus-visible\:border-accent-600\/45:focus-visible {
  border-color: rgb(130 201 48 / 0.45);
}

.focus-visible\:border-accent-600\/5:focus-visible {
  border-color: rgb(130 201 48 / 0.05);
}

.focus-visible\:border-accent-600\/50:focus-visible {
  border-color: rgb(130 201 48 / 0.5);
}

.focus-visible\:border-accent-600\/55:focus-visible {
  border-color: rgb(130 201 48 / 0.55);
}

.focus-visible\:border-accent-600\/60:focus-visible {
  border-color: rgb(130 201 48 / 0.6);
}

.focus-visible\:border-accent-600\/65:focus-visible {
  border-color: rgb(130 201 48 / 0.65);
}

.focus-visible\:border-accent-600\/70:focus-visible {
  border-color: rgb(130 201 48 / 0.7);
}

.focus-visible\:border-accent-600\/75:focus-visible {
  border-color: rgb(130 201 48 / 0.75);
}

.focus-visible\:border-accent-600\/80:focus-visible {
  border-color: rgb(130 201 48 / 0.8);
}

.focus-visible\:border-accent-600\/85:focus-visible {
  border-color: rgb(130 201 48 / 0.85);
}

.focus-visible\:border-accent-600\/90:focus-visible {
  border-color: rgb(130 201 48 / 0.9);
}

.focus-visible\:border-accent-600\/95:focus-visible {
  border-color: rgb(130 201 48 / 0.95);
}

.focus-visible\:border-accent-700:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(97 161 31 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-700\/0:focus-visible {
  border-color: rgb(97 161 31 / 0);
}

.focus-visible\:border-accent-700\/10:focus-visible {
  border-color: rgb(97 161 31 / 0.1);
}

.focus-visible\:border-accent-700\/100:focus-visible {
  border-color: rgb(97 161 31 / 1);
}

.focus-visible\:border-accent-700\/15:focus-visible {
  border-color: rgb(97 161 31 / 0.15);
}

.focus-visible\:border-accent-700\/20:focus-visible {
  border-color: rgb(97 161 31 / 0.2);
}

.focus-visible\:border-accent-700\/25:focus-visible {
  border-color: rgb(97 161 31 / 0.25);
}

.focus-visible\:border-accent-700\/30:focus-visible {
  border-color: rgb(97 161 31 / 0.3);
}

.focus-visible\:border-accent-700\/35:focus-visible {
  border-color: rgb(97 161 31 / 0.35);
}

.focus-visible\:border-accent-700\/40:focus-visible {
  border-color: rgb(97 161 31 / 0.4);
}

.focus-visible\:border-accent-700\/45:focus-visible {
  border-color: rgb(97 161 31 / 0.45);
}

.focus-visible\:border-accent-700\/5:focus-visible {
  border-color: rgb(97 161 31 / 0.05);
}

.focus-visible\:border-accent-700\/50:focus-visible {
  border-color: rgb(97 161 31 / 0.5);
}

.focus-visible\:border-accent-700\/55:focus-visible {
  border-color: rgb(97 161 31 / 0.55);
}

.focus-visible\:border-accent-700\/60:focus-visible {
  border-color: rgb(97 161 31 / 0.6);
}

.focus-visible\:border-accent-700\/65:focus-visible {
  border-color: rgb(97 161 31 / 0.65);
}

.focus-visible\:border-accent-700\/70:focus-visible {
  border-color: rgb(97 161 31 / 0.7);
}

.focus-visible\:border-accent-700\/75:focus-visible {
  border-color: rgb(97 161 31 / 0.75);
}

.focus-visible\:border-accent-700\/80:focus-visible {
  border-color: rgb(97 161 31 / 0.8);
}

.focus-visible\:border-accent-700\/85:focus-visible {
  border-color: rgb(97 161 31 / 0.85);
}

.focus-visible\:border-accent-700\/90:focus-visible {
  border-color: rgb(97 161 31 / 0.9);
}

.focus-visible\:border-accent-700\/95:focus-visible {
  border-color: rgb(97 161 31 / 0.95);
}

.focus-visible\:border-accent-800:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(78 126 32 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-800\/0:focus-visible {
  border-color: rgb(78 126 32 / 0);
}

.focus-visible\:border-accent-800\/10:focus-visible {
  border-color: rgb(78 126 32 / 0.1);
}

.focus-visible\:border-accent-800\/100:focus-visible {
  border-color: rgb(78 126 32 / 1);
}

.focus-visible\:border-accent-800\/15:focus-visible {
  border-color: rgb(78 126 32 / 0.15);
}

.focus-visible\:border-accent-800\/20:focus-visible {
  border-color: rgb(78 126 32 / 0.2);
}

.focus-visible\:border-accent-800\/25:focus-visible {
  border-color: rgb(78 126 32 / 0.25);
}

.focus-visible\:border-accent-800\/30:focus-visible {
  border-color: rgb(78 126 32 / 0.3);
}

.focus-visible\:border-accent-800\/35:focus-visible {
  border-color: rgb(78 126 32 / 0.35);
}

.focus-visible\:border-accent-800\/40:focus-visible {
  border-color: rgb(78 126 32 / 0.4);
}

.focus-visible\:border-accent-800\/45:focus-visible {
  border-color: rgb(78 126 32 / 0.45);
}

.focus-visible\:border-accent-800\/5:focus-visible {
  border-color: rgb(78 126 32 / 0.05);
}

.focus-visible\:border-accent-800\/50:focus-visible {
  border-color: rgb(78 126 32 / 0.5);
}

.focus-visible\:border-accent-800\/55:focus-visible {
  border-color: rgb(78 126 32 / 0.55);
}

.focus-visible\:border-accent-800\/60:focus-visible {
  border-color: rgb(78 126 32 / 0.6);
}

.focus-visible\:border-accent-800\/65:focus-visible {
  border-color: rgb(78 126 32 / 0.65);
}

.focus-visible\:border-accent-800\/70:focus-visible {
  border-color: rgb(78 126 32 / 0.7);
}

.focus-visible\:border-accent-800\/75:focus-visible {
  border-color: rgb(78 126 32 / 0.75);
}

.focus-visible\:border-accent-800\/80:focus-visible {
  border-color: rgb(78 126 32 / 0.8);
}

.focus-visible\:border-accent-800\/85:focus-visible {
  border-color: rgb(78 126 32 / 0.85);
}

.focus-visible\:border-accent-800\/90:focus-visible {
  border-color: rgb(78 126 32 / 0.9);
}

.focus-visible\:border-accent-800\/95:focus-visible {
  border-color: rgb(78 126 32 / 0.95);
}

.focus-visible\:border-accent-900:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(66 106 33 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-900\/0:focus-visible {
  border-color: rgb(66 106 33 / 0);
}

.focus-visible\:border-accent-900\/10:focus-visible {
  border-color: rgb(66 106 33 / 0.1);
}

.focus-visible\:border-accent-900\/100:focus-visible {
  border-color: rgb(66 106 33 / 1);
}

.focus-visible\:border-accent-900\/15:focus-visible {
  border-color: rgb(66 106 33 / 0.15);
}

.focus-visible\:border-accent-900\/20:focus-visible {
  border-color: rgb(66 106 33 / 0.2);
}

.focus-visible\:border-accent-900\/25:focus-visible {
  border-color: rgb(66 106 33 / 0.25);
}

.focus-visible\:border-accent-900\/30:focus-visible {
  border-color: rgb(66 106 33 / 0.3);
}

.focus-visible\:border-accent-900\/35:focus-visible {
  border-color: rgb(66 106 33 / 0.35);
}

.focus-visible\:border-accent-900\/40:focus-visible {
  border-color: rgb(66 106 33 / 0.4);
}

.focus-visible\:border-accent-900\/45:focus-visible {
  border-color: rgb(66 106 33 / 0.45);
}

.focus-visible\:border-accent-900\/5:focus-visible {
  border-color: rgb(66 106 33 / 0.05);
}

.focus-visible\:border-accent-900\/50:focus-visible {
  border-color: rgb(66 106 33 / 0.5);
}

.focus-visible\:border-accent-900\/55:focus-visible {
  border-color: rgb(66 106 33 / 0.55);
}

.focus-visible\:border-accent-900\/60:focus-visible {
  border-color: rgb(66 106 33 / 0.6);
}

.focus-visible\:border-accent-900\/65:focus-visible {
  border-color: rgb(66 106 33 / 0.65);
}

.focus-visible\:border-accent-900\/70:focus-visible {
  border-color: rgb(66 106 33 / 0.7);
}

.focus-visible\:border-accent-900\/75:focus-visible {
  border-color: rgb(66 106 33 / 0.75);
}

.focus-visible\:border-accent-900\/80:focus-visible {
  border-color: rgb(66 106 33 / 0.8);
}

.focus-visible\:border-accent-900\/85:focus-visible {
  border-color: rgb(66 106 33 / 0.85);
}

.focus-visible\:border-accent-900\/90:focus-visible {
  border-color: rgb(66 106 33 / 0.9);
}

.focus-visible\:border-accent-900\/95:focus-visible {
  border-color: rgb(66 106 33 / 0.95);
}

.focus-visible\:border-accent-950:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(32 58 11 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-accent-950\/0:focus-visible {
  border-color: rgb(32 58 11 / 0);
}

.focus-visible\:border-accent-950\/10:focus-visible {
  border-color: rgb(32 58 11 / 0.1);
}

.focus-visible\:border-accent-950\/100:focus-visible {
  border-color: rgb(32 58 11 / 1);
}

.focus-visible\:border-accent-950\/15:focus-visible {
  border-color: rgb(32 58 11 / 0.15);
}

.focus-visible\:border-accent-950\/20:focus-visible {
  border-color: rgb(32 58 11 / 0.2);
}

.focus-visible\:border-accent-950\/25:focus-visible {
  border-color: rgb(32 58 11 / 0.25);
}

.focus-visible\:border-accent-950\/30:focus-visible {
  border-color: rgb(32 58 11 / 0.3);
}

.focus-visible\:border-accent-950\/35:focus-visible {
  border-color: rgb(32 58 11 / 0.35);
}

.focus-visible\:border-accent-950\/40:focus-visible {
  border-color: rgb(32 58 11 / 0.4);
}

.focus-visible\:border-accent-950\/45:focus-visible {
  border-color: rgb(32 58 11 / 0.45);
}

.focus-visible\:border-accent-950\/5:focus-visible {
  border-color: rgb(32 58 11 / 0.05);
}

.focus-visible\:border-accent-950\/50:focus-visible {
  border-color: rgb(32 58 11 / 0.5);
}

.focus-visible\:border-accent-950\/55:focus-visible {
  border-color: rgb(32 58 11 / 0.55);
}

.focus-visible\:border-accent-950\/60:focus-visible {
  border-color: rgb(32 58 11 / 0.6);
}

.focus-visible\:border-accent-950\/65:focus-visible {
  border-color: rgb(32 58 11 / 0.65);
}

.focus-visible\:border-accent-950\/70:focus-visible {
  border-color: rgb(32 58 11 / 0.7);
}

.focus-visible\:border-accent-950\/75:focus-visible {
  border-color: rgb(32 58 11 / 0.75);
}

.focus-visible\:border-accent-950\/80:focus-visible {
  border-color: rgb(32 58 11 / 0.8);
}

.focus-visible\:border-accent-950\/85:focus-visible {
  border-color: rgb(32 58 11 / 0.85);
}

.focus-visible\:border-accent-950\/90:focus-visible {
  border-color: rgb(32 58 11 / 0.9);
}

.focus-visible\:border-accent-950\/95:focus-visible {
  border-color: rgb(32 58 11 / 0.95);
}

.focus-visible\:border-black:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-black\/0:focus-visible {
  border-color: rgb(0 0 0 / 0);
}

.focus-visible\:border-black\/10:focus-visible {
  border-color: rgb(0 0 0 / 0.1);
}

.focus-visible\:border-black\/100:focus-visible {
  border-color: rgb(0 0 0 / 1);
}

.focus-visible\:border-black\/15:focus-visible {
  border-color: rgb(0 0 0 / 0.15);
}

.focus-visible\:border-black\/20:focus-visible {
  border-color: rgb(0 0 0 / 0.2);
}

.focus-visible\:border-black\/25:focus-visible {
  border-color: rgb(0 0 0 / 0.25);
}

.focus-visible\:border-black\/30:focus-visible {
  border-color: rgb(0 0 0 / 0.3);
}

.focus-visible\:border-black\/35:focus-visible {
  border-color: rgb(0 0 0 / 0.35);
}

.focus-visible\:border-black\/40:focus-visible {
  border-color: rgb(0 0 0 / 0.4);
}

.focus-visible\:border-black\/45:focus-visible {
  border-color: rgb(0 0 0 / 0.45);
}

.focus-visible\:border-black\/5:focus-visible {
  border-color: rgb(0 0 0 / 0.05);
}

.focus-visible\:border-black\/50:focus-visible {
  border-color: rgb(0 0 0 / 0.5);
}

.focus-visible\:border-black\/55:focus-visible {
  border-color: rgb(0 0 0 / 0.55);
}

.focus-visible\:border-black\/60:focus-visible {
  border-color: rgb(0 0 0 / 0.6);
}

.focus-visible\:border-black\/65:focus-visible {
  border-color: rgb(0 0 0 / 0.65);
}

.focus-visible\:border-black\/70:focus-visible {
  border-color: rgb(0 0 0 / 0.7);
}

.focus-visible\:border-black\/75:focus-visible {
  border-color: rgb(0 0 0 / 0.75);
}

.focus-visible\:border-black\/80:focus-visible {
  border-color: rgb(0 0 0 / 0.8);
}

.focus-visible\:border-black\/85:focus-visible {
  border-color: rgb(0 0 0 / 0.85);
}

.focus-visible\:border-black\/90:focus-visible {
  border-color: rgb(0 0 0 / 0.9);
}

.focus-visible\:border-black\/95:focus-visible {
  border-color: rgb(0 0 0 / 0.95);
}

.focus-visible\:border-brand-100:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(233 227 255 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-100\/0:focus-visible {
  border-color: rgb(233 227 255 / 0);
}

.focus-visible\:border-brand-100\/10:focus-visible {
  border-color: rgb(233 227 255 / 0.1);
}

.focus-visible\:border-brand-100\/100:focus-visible {
  border-color: rgb(233 227 255 / 1);
}

.focus-visible\:border-brand-100\/15:focus-visible {
  border-color: rgb(233 227 255 / 0.15);
}

.focus-visible\:border-brand-100\/20:focus-visible {
  border-color: rgb(233 227 255 / 0.2);
}

.focus-visible\:border-brand-100\/25:focus-visible {
  border-color: rgb(233 227 255 / 0.25);
}

.focus-visible\:border-brand-100\/30:focus-visible {
  border-color: rgb(233 227 255 / 0.3);
}

.focus-visible\:border-brand-100\/35:focus-visible {
  border-color: rgb(233 227 255 / 0.35);
}

.focus-visible\:border-brand-100\/40:focus-visible {
  border-color: rgb(233 227 255 / 0.4);
}

.focus-visible\:border-brand-100\/45:focus-visible {
  border-color: rgb(233 227 255 / 0.45);
}

.focus-visible\:border-brand-100\/5:focus-visible {
  border-color: rgb(233 227 255 / 0.05);
}

.focus-visible\:border-brand-100\/50:focus-visible {
  border-color: rgb(233 227 255 / 0.5);
}

.focus-visible\:border-brand-100\/55:focus-visible {
  border-color: rgb(233 227 255 / 0.55);
}

.focus-visible\:border-brand-100\/60:focus-visible {
  border-color: rgb(233 227 255 / 0.6);
}

.focus-visible\:border-brand-100\/65:focus-visible {
  border-color: rgb(233 227 255 / 0.65);
}

.focus-visible\:border-brand-100\/70:focus-visible {
  border-color: rgb(233 227 255 / 0.7);
}

.focus-visible\:border-brand-100\/75:focus-visible {
  border-color: rgb(233 227 255 / 0.75);
}

.focus-visible\:border-brand-100\/80:focus-visible {
  border-color: rgb(233 227 255 / 0.8);
}

.focus-visible\:border-brand-100\/85:focus-visible {
  border-color: rgb(233 227 255 / 0.85);
}

.focus-visible\:border-brand-100\/90:focus-visible {
  border-color: rgb(233 227 255 / 0.9);
}

.focus-visible\:border-brand-100\/95:focus-visible {
  border-color: rgb(233 227 255 / 0.95);
}

.focus-visible\:border-brand-200:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(211 199 255 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-200\/0:focus-visible {
  border-color: rgb(211 199 255 / 0);
}

.focus-visible\:border-brand-200\/10:focus-visible {
  border-color: rgb(211 199 255 / 0.1);
}

.focus-visible\:border-brand-200\/100:focus-visible {
  border-color: rgb(211 199 255 / 1);
}

.focus-visible\:border-brand-200\/15:focus-visible {
  border-color: rgb(211 199 255 / 0.15);
}

.focus-visible\:border-brand-200\/20:focus-visible {
  border-color: rgb(211 199 255 / 0.2);
}

.focus-visible\:border-brand-200\/25:focus-visible {
  border-color: rgb(211 199 255 / 0.25);
}

.focus-visible\:border-brand-200\/30:focus-visible {
  border-color: rgb(211 199 255 / 0.3);
}

.focus-visible\:border-brand-200\/35:focus-visible {
  border-color: rgb(211 199 255 / 0.35);
}

.focus-visible\:border-brand-200\/40:focus-visible {
  border-color: rgb(211 199 255 / 0.4);
}

.focus-visible\:border-brand-200\/45:focus-visible {
  border-color: rgb(211 199 255 / 0.45);
}

.focus-visible\:border-brand-200\/5:focus-visible {
  border-color: rgb(211 199 255 / 0.05);
}

.focus-visible\:border-brand-200\/50:focus-visible {
  border-color: rgb(211 199 255 / 0.5);
}

.focus-visible\:border-brand-200\/55:focus-visible {
  border-color: rgb(211 199 255 / 0.55);
}

.focus-visible\:border-brand-200\/60:focus-visible {
  border-color: rgb(211 199 255 / 0.6);
}

.focus-visible\:border-brand-200\/65:focus-visible {
  border-color: rgb(211 199 255 / 0.65);
}

.focus-visible\:border-brand-200\/70:focus-visible {
  border-color: rgb(211 199 255 / 0.7);
}

.focus-visible\:border-brand-200\/75:focus-visible {
  border-color: rgb(211 199 255 / 0.75);
}

.focus-visible\:border-brand-200\/80:focus-visible {
  border-color: rgb(211 199 255 / 0.8);
}

.focus-visible\:border-brand-200\/85:focus-visible {
  border-color: rgb(211 199 255 / 0.85);
}

.focus-visible\:border-brand-200\/90:focus-visible {
  border-color: rgb(211 199 255 / 0.9);
}

.focus-visible\:border-brand-200\/95:focus-visible {
  border-color: rgb(211 199 255 / 0.95);
}

.focus-visible\:border-brand-300:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(183 154 255 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-300\/0:focus-visible {
  border-color: rgb(183 154 255 / 0);
}

.focus-visible\:border-brand-300\/10:focus-visible {
  border-color: rgb(183 154 255 / 0.1);
}

.focus-visible\:border-brand-300\/100:focus-visible {
  border-color: rgb(183 154 255 / 1);
}

.focus-visible\:border-brand-300\/15:focus-visible {
  border-color: rgb(183 154 255 / 0.15);
}

.focus-visible\:border-brand-300\/20:focus-visible {
  border-color: rgb(183 154 255 / 0.2);
}

.focus-visible\:border-brand-300\/25:focus-visible {
  border-color: rgb(183 154 255 / 0.25);
}

.focus-visible\:border-brand-300\/30:focus-visible {
  border-color: rgb(183 154 255 / 0.3);
}

.focus-visible\:border-brand-300\/35:focus-visible {
  border-color: rgb(183 154 255 / 0.35);
}

.focus-visible\:border-brand-300\/40:focus-visible {
  border-color: rgb(183 154 255 / 0.4);
}

.focus-visible\:border-brand-300\/45:focus-visible {
  border-color: rgb(183 154 255 / 0.45);
}

.focus-visible\:border-brand-300\/5:focus-visible {
  border-color: rgb(183 154 255 / 0.05);
}

.focus-visible\:border-brand-300\/50:focus-visible {
  border-color: rgb(183 154 255 / 0.5);
}

.focus-visible\:border-brand-300\/55:focus-visible {
  border-color: rgb(183 154 255 / 0.55);
}

.focus-visible\:border-brand-300\/60:focus-visible {
  border-color: rgb(183 154 255 / 0.6);
}

.focus-visible\:border-brand-300\/65:focus-visible {
  border-color: rgb(183 154 255 / 0.65);
}

.focus-visible\:border-brand-300\/70:focus-visible {
  border-color: rgb(183 154 255 / 0.7);
}

.focus-visible\:border-brand-300\/75:focus-visible {
  border-color: rgb(183 154 255 / 0.75);
}

.focus-visible\:border-brand-300\/80:focus-visible {
  border-color: rgb(183 154 255 / 0.8);
}

.focus-visible\:border-brand-300\/85:focus-visible {
  border-color: rgb(183 154 255 / 0.85);
}

.focus-visible\:border-brand-300\/90:focus-visible {
  border-color: rgb(183 154 255 / 0.9);
}

.focus-visible\:border-brand-300\/95:focus-visible {
  border-color: rgb(183 154 255 / 0.95);
}

.focus-visible\:border-brand-400:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(149 98 255 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-400\/0:focus-visible {
  border-color: rgb(149 98 255 / 0);
}

.focus-visible\:border-brand-400\/10:focus-visible {
  border-color: rgb(149 98 255 / 0.1);
}

.focus-visible\:border-brand-400\/100:focus-visible {
  border-color: rgb(149 98 255 / 1);
}

.focus-visible\:border-brand-400\/15:focus-visible {
  border-color: rgb(149 98 255 / 0.15);
}

.focus-visible\:border-brand-400\/20:focus-visible {
  border-color: rgb(149 98 255 / 0.2);
}

.focus-visible\:border-brand-400\/25:focus-visible {
  border-color: rgb(149 98 255 / 0.25);
}

.focus-visible\:border-brand-400\/30:focus-visible {
  border-color: rgb(149 98 255 / 0.3);
}

.focus-visible\:border-brand-400\/35:focus-visible {
  border-color: rgb(149 98 255 / 0.35);
}

.focus-visible\:border-brand-400\/40:focus-visible {
  border-color: rgb(149 98 255 / 0.4);
}

.focus-visible\:border-brand-400\/45:focus-visible {
  border-color: rgb(149 98 255 / 0.45);
}

.focus-visible\:border-brand-400\/5:focus-visible {
  border-color: rgb(149 98 255 / 0.05);
}

.focus-visible\:border-brand-400\/50:focus-visible {
  border-color: rgb(149 98 255 / 0.5);
}

.focus-visible\:border-brand-400\/55:focus-visible {
  border-color: rgb(149 98 255 / 0.55);
}

.focus-visible\:border-brand-400\/60:focus-visible {
  border-color: rgb(149 98 255 / 0.6);
}

.focus-visible\:border-brand-400\/65:focus-visible {
  border-color: rgb(149 98 255 / 0.65);
}

.focus-visible\:border-brand-400\/70:focus-visible {
  border-color: rgb(149 98 255 / 0.7);
}

.focus-visible\:border-brand-400\/75:focus-visible {
  border-color: rgb(149 98 255 / 0.75);
}

.focus-visible\:border-brand-400\/80:focus-visible {
  border-color: rgb(149 98 255 / 0.8);
}

.focus-visible\:border-brand-400\/85:focus-visible {
  border-color: rgb(149 98 255 / 0.85);
}

.focus-visible\:border-brand-400\/90:focus-visible {
  border-color: rgb(149 98 255 / 0.9);
}

.focus-visible\:border-brand-400\/95:focus-visible {
  border-color: rgb(149 98 255 / 0.95);
}

.focus-visible\:border-brand-50:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(244 241 255 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-50\/0:focus-visible {
  border-color: rgb(244 241 255 / 0);
}

.focus-visible\:border-brand-50\/10:focus-visible {
  border-color: rgb(244 241 255 / 0.1);
}

.focus-visible\:border-brand-50\/100:focus-visible {
  border-color: rgb(244 241 255 / 1);
}

.focus-visible\:border-brand-50\/15:focus-visible {
  border-color: rgb(244 241 255 / 0.15);
}

.focus-visible\:border-brand-50\/20:focus-visible {
  border-color: rgb(244 241 255 / 0.2);
}

.focus-visible\:border-brand-50\/25:focus-visible {
  border-color: rgb(244 241 255 / 0.25);
}

.focus-visible\:border-brand-50\/30:focus-visible {
  border-color: rgb(244 241 255 / 0.3);
}

.focus-visible\:border-brand-50\/35:focus-visible {
  border-color: rgb(244 241 255 / 0.35);
}

.focus-visible\:border-brand-50\/40:focus-visible {
  border-color: rgb(244 241 255 / 0.4);
}

.focus-visible\:border-brand-50\/45:focus-visible {
  border-color: rgb(244 241 255 / 0.45);
}

.focus-visible\:border-brand-50\/5:focus-visible {
  border-color: rgb(244 241 255 / 0.05);
}

.focus-visible\:border-brand-50\/50:focus-visible {
  border-color: rgb(244 241 255 / 0.5);
}

.focus-visible\:border-brand-50\/55:focus-visible {
  border-color: rgb(244 241 255 / 0.55);
}

.focus-visible\:border-brand-50\/60:focus-visible {
  border-color: rgb(244 241 255 / 0.6);
}

.focus-visible\:border-brand-50\/65:focus-visible {
  border-color: rgb(244 241 255 / 0.65);
}

.focus-visible\:border-brand-50\/70:focus-visible {
  border-color: rgb(244 241 255 / 0.7);
}

.focus-visible\:border-brand-50\/75:focus-visible {
  border-color: rgb(244 241 255 / 0.75);
}

.focus-visible\:border-brand-50\/80:focus-visible {
  border-color: rgb(244 241 255 / 0.8);
}

.focus-visible\:border-brand-50\/85:focus-visible {
  border-color: rgb(244 241 255 / 0.85);
}

.focus-visible\:border-brand-50\/90:focus-visible {
  border-color: rgb(244 241 255 / 0.9);
}

.focus-visible\:border-brand-50\/95:focus-visible {
  border-color: rgb(244 241 255 / 0.95);
}

.focus-visible\:border-brand-500:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(78 28 209 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-500\/0:focus-visible {
  border-color: rgb(78 28 209 / 0);
}

.focus-visible\:border-brand-500\/10:focus-visible {
  border-color: rgb(78 28 209 / 0.1);
}

.focus-visible\:border-brand-500\/100:focus-visible {
  border-color: rgb(78 28 209 / 1);
}

.focus-visible\:border-brand-500\/15:focus-visible {
  border-color: rgb(78 28 209 / 0.15);
}

.focus-visible\:border-brand-500\/20:focus-visible {
  border-color: rgb(78 28 209 / 0.2);
}

.focus-visible\:border-brand-500\/25:focus-visible {
  border-color: rgb(78 28 209 / 0.25);
}

.focus-visible\:border-brand-500\/30:focus-visible {
  border-color: rgb(78 28 209 / 0.3);
}

.focus-visible\:border-brand-500\/35:focus-visible {
  border-color: rgb(78 28 209 / 0.35);
}

.focus-visible\:border-brand-500\/40:focus-visible {
  border-color: rgb(78 28 209 / 0.4);
}

.focus-visible\:border-brand-500\/45:focus-visible {
  border-color: rgb(78 28 209 / 0.45);
}

.focus-visible\:border-brand-500\/5:focus-visible {
  border-color: rgb(78 28 209 / 0.05);
}

.focus-visible\:border-brand-500\/50:focus-visible {
  border-color: rgb(78 28 209 / 0.5);
}

.focus-visible\:border-brand-500\/55:focus-visible {
  border-color: rgb(78 28 209 / 0.55);
}

.focus-visible\:border-brand-500\/60:focus-visible {
  border-color: rgb(78 28 209 / 0.6);
}

.focus-visible\:border-brand-500\/65:focus-visible {
  border-color: rgb(78 28 209 / 0.65);
}

.focus-visible\:border-brand-500\/70:focus-visible {
  border-color: rgb(78 28 209 / 0.7);
}

.focus-visible\:border-brand-500\/75:focus-visible {
  border-color: rgb(78 28 209 / 0.75);
}

.focus-visible\:border-brand-500\/80:focus-visible {
  border-color: rgb(78 28 209 / 0.8);
}

.focus-visible\:border-brand-500\/85:focus-visible {
  border-color: rgb(78 28 209 / 0.85);
}

.focus-visible\:border-brand-500\/90:focus-visible {
  border-color: rgb(78 28 209 / 0.9);
}

.focus-visible\:border-brand-500\/95:focus-visible {
  border-color: rgb(78 28 209 / 0.95);
}

.focus-visible\:border-brand-600:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(65 21 181 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-600\/0:focus-visible {
  border-color: rgb(65 21 181 / 0);
}

.focus-visible\:border-brand-600\/10:focus-visible {
  border-color: rgb(65 21 181 / 0.1);
}

.focus-visible\:border-brand-600\/100:focus-visible {
  border-color: rgb(65 21 181 / 1);
}

.focus-visible\:border-brand-600\/15:focus-visible {
  border-color: rgb(65 21 181 / 0.15);
}

.focus-visible\:border-brand-600\/20:focus-visible {
  border-color: rgb(65 21 181 / 0.2);
}

.focus-visible\:border-brand-600\/25:focus-visible {
  border-color: rgb(65 21 181 / 0.25);
}

.focus-visible\:border-brand-600\/30:focus-visible {
  border-color: rgb(65 21 181 / 0.3);
}

.focus-visible\:border-brand-600\/35:focus-visible {
  border-color: rgb(65 21 181 / 0.35);
}

.focus-visible\:border-brand-600\/40:focus-visible {
  border-color: rgb(65 21 181 / 0.4);
}

.focus-visible\:border-brand-600\/45:focus-visible {
  border-color: rgb(65 21 181 / 0.45);
}

.focus-visible\:border-brand-600\/5:focus-visible {
  border-color: rgb(65 21 181 / 0.05);
}

.focus-visible\:border-brand-600\/50:focus-visible {
  border-color: rgb(65 21 181 / 0.5);
}

.focus-visible\:border-brand-600\/55:focus-visible {
  border-color: rgb(65 21 181 / 0.55);
}

.focus-visible\:border-brand-600\/60:focus-visible {
  border-color: rgb(65 21 181 / 0.6);
}

.focus-visible\:border-brand-600\/65:focus-visible {
  border-color: rgb(65 21 181 / 0.65);
}

.focus-visible\:border-brand-600\/70:focus-visible {
  border-color: rgb(65 21 181 / 0.7);
}

.focus-visible\:border-brand-600\/75:focus-visible {
  border-color: rgb(65 21 181 / 0.75);
}

.focus-visible\:border-brand-600\/80:focus-visible {
  border-color: rgb(65 21 181 / 0.8);
}

.focus-visible\:border-brand-600\/85:focus-visible {
  border-color: rgb(65 21 181 / 0.85);
}

.focus-visible\:border-brand-600\/90:focus-visible {
  border-color: rgb(65 21 181 / 0.9);
}

.focus-visible\:border-brand-600\/95:focus-visible {
  border-color: rgb(65 21 181 / 0.95);
}

.focus-visible\:border-brand-700:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(54 16 150 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-700\/0:focus-visible {
  border-color: rgb(54 16 150 / 0);
}

.focus-visible\:border-brand-700\/10:focus-visible {
  border-color: rgb(54 16 150 / 0.1);
}

.focus-visible\:border-brand-700\/100:focus-visible {
  border-color: rgb(54 16 150 / 1);
}

.focus-visible\:border-brand-700\/15:focus-visible {
  border-color: rgb(54 16 150 / 0.15);
}

.focus-visible\:border-brand-700\/20:focus-visible {
  border-color: rgb(54 16 150 / 0.2);
}

.focus-visible\:border-brand-700\/25:focus-visible {
  border-color: rgb(54 16 150 / 0.25);
}

.focus-visible\:border-brand-700\/30:focus-visible {
  border-color: rgb(54 16 150 / 0.3);
}

.focus-visible\:border-brand-700\/35:focus-visible {
  border-color: rgb(54 16 150 / 0.35);
}

.focus-visible\:border-brand-700\/40:focus-visible {
  border-color: rgb(54 16 150 / 0.4);
}

.focus-visible\:border-brand-700\/45:focus-visible {
  border-color: rgb(54 16 150 / 0.45);
}

.focus-visible\:border-brand-700\/5:focus-visible {
  border-color: rgb(54 16 150 / 0.05);
}

.focus-visible\:border-brand-700\/50:focus-visible {
  border-color: rgb(54 16 150 / 0.5);
}

.focus-visible\:border-brand-700\/55:focus-visible {
  border-color: rgb(54 16 150 / 0.55);
}

.focus-visible\:border-brand-700\/60:focus-visible {
  border-color: rgb(54 16 150 / 0.6);
}

.focus-visible\:border-brand-700\/65:focus-visible {
  border-color: rgb(54 16 150 / 0.65);
}

.focus-visible\:border-brand-700\/70:focus-visible {
  border-color: rgb(54 16 150 / 0.7);
}

.focus-visible\:border-brand-700\/75:focus-visible {
  border-color: rgb(54 16 150 / 0.75);
}

.focus-visible\:border-brand-700\/80:focus-visible {
  border-color: rgb(54 16 150 / 0.8);
}

.focus-visible\:border-brand-700\/85:focus-visible {
  border-color: rgb(54 16 150 / 0.85);
}

.focus-visible\:border-brand-700\/90:focus-visible {
  border-color: rgb(54 16 150 / 0.9);
}

.focus-visible\:border-brand-700\/95:focus-visible {
  border-color: rgb(54 16 150 / 0.95);
}

.focus-visible\:border-brand-800:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(46 16 120 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-800\/0:focus-visible {
  border-color: rgb(46 16 120 / 0);
}

.focus-visible\:border-brand-800\/10:focus-visible {
  border-color: rgb(46 16 120 / 0.1);
}

.focus-visible\:border-brand-800\/100:focus-visible {
  border-color: rgb(46 16 120 / 1);
}

.focus-visible\:border-brand-800\/15:focus-visible {
  border-color: rgb(46 16 120 / 0.15);
}

.focus-visible\:border-brand-800\/20:focus-visible {
  border-color: rgb(46 16 120 / 0.2);
}

.focus-visible\:border-brand-800\/25:focus-visible {
  border-color: rgb(46 16 120 / 0.25);
}

.focus-visible\:border-brand-800\/30:focus-visible {
  border-color: rgb(46 16 120 / 0.3);
}

.focus-visible\:border-brand-800\/35:focus-visible {
  border-color: rgb(46 16 120 / 0.35);
}

.focus-visible\:border-brand-800\/40:focus-visible {
  border-color: rgb(46 16 120 / 0.4);
}

.focus-visible\:border-brand-800\/45:focus-visible {
  border-color: rgb(46 16 120 / 0.45);
}

.focus-visible\:border-brand-800\/5:focus-visible {
  border-color: rgb(46 16 120 / 0.05);
}

.focus-visible\:border-brand-800\/50:focus-visible {
  border-color: rgb(46 16 120 / 0.5);
}

.focus-visible\:border-brand-800\/55:focus-visible {
  border-color: rgb(46 16 120 / 0.55);
}

.focus-visible\:border-brand-800\/60:focus-visible {
  border-color: rgb(46 16 120 / 0.6);
}

.focus-visible\:border-brand-800\/65:focus-visible {
  border-color: rgb(46 16 120 / 0.65);
}

.focus-visible\:border-brand-800\/70:focus-visible {
  border-color: rgb(46 16 120 / 0.7);
}

.focus-visible\:border-brand-800\/75:focus-visible {
  border-color: rgb(46 16 120 / 0.75);
}

.focus-visible\:border-brand-800\/80:focus-visible {
  border-color: rgb(46 16 120 / 0.8);
}

.focus-visible\:border-brand-800\/85:focus-visible {
  border-color: rgb(46 16 120 / 0.85);
}

.focus-visible\:border-brand-800\/90:focus-visible {
  border-color: rgb(46 16 120 / 0.9);
}

.focus-visible\:border-brand-800\/95:focus-visible {
  border-color: rgb(46 16 120 / 0.95);
}

.focus-visible\:border-brand-900:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(39 15 98 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-900\/0:focus-visible {
  border-color: rgb(39 15 98 / 0);
}

.focus-visible\:border-brand-900\/10:focus-visible {
  border-color: rgb(39 15 98 / 0.1);
}

.focus-visible\:border-brand-900\/100:focus-visible {
  border-color: rgb(39 15 98 / 1);
}

.focus-visible\:border-brand-900\/15:focus-visible {
  border-color: rgb(39 15 98 / 0.15);
}

.focus-visible\:border-brand-900\/20:focus-visible {
  border-color: rgb(39 15 98 / 0.2);
}

.focus-visible\:border-brand-900\/25:focus-visible {
  border-color: rgb(39 15 98 / 0.25);
}

.focus-visible\:border-brand-900\/30:focus-visible {
  border-color: rgb(39 15 98 / 0.3);
}

.focus-visible\:border-brand-900\/35:focus-visible {
  border-color: rgb(39 15 98 / 0.35);
}

.focus-visible\:border-brand-900\/40:focus-visible {
  border-color: rgb(39 15 98 / 0.4);
}

.focus-visible\:border-brand-900\/45:focus-visible {
  border-color: rgb(39 15 98 / 0.45);
}

.focus-visible\:border-brand-900\/5:focus-visible {
  border-color: rgb(39 15 98 / 0.05);
}

.focus-visible\:border-brand-900\/50:focus-visible {
  border-color: rgb(39 15 98 / 0.5);
}

.focus-visible\:border-brand-900\/55:focus-visible {
  border-color: rgb(39 15 98 / 0.55);
}

.focus-visible\:border-brand-900\/60:focus-visible {
  border-color: rgb(39 15 98 / 0.6);
}

.focus-visible\:border-brand-900\/65:focus-visible {
  border-color: rgb(39 15 98 / 0.65);
}

.focus-visible\:border-brand-900\/70:focus-visible {
  border-color: rgb(39 15 98 / 0.7);
}

.focus-visible\:border-brand-900\/75:focus-visible {
  border-color: rgb(39 15 98 / 0.75);
}

.focus-visible\:border-brand-900\/80:focus-visible {
  border-color: rgb(39 15 98 / 0.8);
}

.focus-visible\:border-brand-900\/85:focus-visible {
  border-color: rgb(39 15 98 / 0.85);
}

.focus-visible\:border-brand-900\/90:focus-visible {
  border-color: rgb(39 15 98 / 0.9);
}

.focus-visible\:border-brand-900\/95:focus-visible {
  border-color: rgb(39 15 98 / 0.95);
}

.focus-visible\:border-brand-950:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(22 5 58 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-brand-950\/0:focus-visible {
  border-color: rgb(22 5 58 / 0);
}

.focus-visible\:border-brand-950\/10:focus-visible {
  border-color: rgb(22 5 58 / 0.1);
}

.focus-visible\:border-brand-950\/100:focus-visible {
  border-color: rgb(22 5 58 / 1);
}

.focus-visible\:border-brand-950\/15:focus-visible {
  border-color: rgb(22 5 58 / 0.15);
}

.focus-visible\:border-brand-950\/20:focus-visible {
  border-color: rgb(22 5 58 / 0.2);
}

.focus-visible\:border-brand-950\/25:focus-visible {
  border-color: rgb(22 5 58 / 0.25);
}

.focus-visible\:border-brand-950\/30:focus-visible {
  border-color: rgb(22 5 58 / 0.3);
}

.focus-visible\:border-brand-950\/35:focus-visible {
  border-color: rgb(22 5 58 / 0.35);
}

.focus-visible\:border-brand-950\/40:focus-visible {
  border-color: rgb(22 5 58 / 0.4);
}

.focus-visible\:border-brand-950\/45:focus-visible {
  border-color: rgb(22 5 58 / 0.45);
}

.focus-visible\:border-brand-950\/5:focus-visible {
  border-color: rgb(22 5 58 / 0.05);
}

.focus-visible\:border-brand-950\/50:focus-visible {
  border-color: rgb(22 5 58 / 0.5);
}

.focus-visible\:border-brand-950\/55:focus-visible {
  border-color: rgb(22 5 58 / 0.55);
}

.focus-visible\:border-brand-950\/60:focus-visible {
  border-color: rgb(22 5 58 / 0.6);
}

.focus-visible\:border-brand-950\/65:focus-visible {
  border-color: rgb(22 5 58 / 0.65);
}

.focus-visible\:border-brand-950\/70:focus-visible {
  border-color: rgb(22 5 58 / 0.7);
}

.focus-visible\:border-brand-950\/75:focus-visible {
  border-color: rgb(22 5 58 / 0.75);
}

.focus-visible\:border-brand-950\/80:focus-visible {
  border-color: rgb(22 5 58 / 0.8);
}

.focus-visible\:border-brand-950\/85:focus-visible {
  border-color: rgb(22 5 58 / 0.85);
}

.focus-visible\:border-brand-950\/90:focus-visible {
  border-color: rgb(22 5 58 / 0.9);
}

.focus-visible\:border-brand-950\/95:focus-visible {
  border-color: rgb(22 5 58 / 0.95);
}

.focus-visible\:border-neutral-100:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(246 245 244 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-100\/0:focus-visible {
  border-color: rgb(246 245 244 / 0);
}

.focus-visible\:border-neutral-100\/10:focus-visible {
  border-color: rgb(246 245 244 / 0.1);
}

.focus-visible\:border-neutral-100\/100:focus-visible {
  border-color: rgb(246 245 244 / 1);
}

.focus-visible\:border-neutral-100\/15:focus-visible {
  border-color: rgb(246 245 244 / 0.15);
}

.focus-visible\:border-neutral-100\/20:focus-visible {
  border-color: rgb(246 245 244 / 0.2);
}

.focus-visible\:border-neutral-100\/25:focus-visible {
  border-color: rgb(246 245 244 / 0.25);
}

.focus-visible\:border-neutral-100\/30:focus-visible {
  border-color: rgb(246 245 244 / 0.3);
}

.focus-visible\:border-neutral-100\/35:focus-visible {
  border-color: rgb(246 245 244 / 0.35);
}

.focus-visible\:border-neutral-100\/40:focus-visible {
  border-color: rgb(246 245 244 / 0.4);
}

.focus-visible\:border-neutral-100\/45:focus-visible {
  border-color: rgb(246 245 244 / 0.45);
}

.focus-visible\:border-neutral-100\/5:focus-visible {
  border-color: rgb(246 245 244 / 0.05);
}

.focus-visible\:border-neutral-100\/50:focus-visible {
  border-color: rgb(246 245 244 / 0.5);
}

.focus-visible\:border-neutral-100\/55:focus-visible {
  border-color: rgb(246 245 244 / 0.55);
}

.focus-visible\:border-neutral-100\/60:focus-visible {
  border-color: rgb(246 245 244 / 0.6);
}

.focus-visible\:border-neutral-100\/65:focus-visible {
  border-color: rgb(246 245 244 / 0.65);
}

.focus-visible\:border-neutral-100\/70:focus-visible {
  border-color: rgb(246 245 244 / 0.7);
}

.focus-visible\:border-neutral-100\/75:focus-visible {
  border-color: rgb(246 245 244 / 0.75);
}

.focus-visible\:border-neutral-100\/80:focus-visible {
  border-color: rgb(246 245 244 / 0.8);
}

.focus-visible\:border-neutral-100\/85:focus-visible {
  border-color: rgb(246 245 244 / 0.85);
}

.focus-visible\:border-neutral-100\/90:focus-visible {
  border-color: rgb(246 245 244 / 0.9);
}

.focus-visible\:border-neutral-100\/95:focus-visible {
  border-color: rgb(246 245 244 / 0.95);
}

.focus-visible\:border-neutral-200:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(233 230 227 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-200\/0:focus-visible {
  border-color: rgb(233 230 227 / 0);
}

.focus-visible\:border-neutral-200\/10:focus-visible {
  border-color: rgb(233 230 227 / 0.1);
}

.focus-visible\:border-neutral-200\/100:focus-visible {
  border-color: rgb(233 230 227 / 1);
}

.focus-visible\:border-neutral-200\/15:focus-visible {
  border-color: rgb(233 230 227 / 0.15);
}

.focus-visible\:border-neutral-200\/20:focus-visible {
  border-color: rgb(233 230 227 / 0.2);
}

.focus-visible\:border-neutral-200\/25:focus-visible {
  border-color: rgb(233 230 227 / 0.25);
}

.focus-visible\:border-neutral-200\/30:focus-visible {
  border-color: rgb(233 230 227 / 0.3);
}

.focus-visible\:border-neutral-200\/35:focus-visible {
  border-color: rgb(233 230 227 / 0.35);
}

.focus-visible\:border-neutral-200\/40:focus-visible {
  border-color: rgb(233 230 227 / 0.4);
}

.focus-visible\:border-neutral-200\/45:focus-visible {
  border-color: rgb(233 230 227 / 0.45);
}

.focus-visible\:border-neutral-200\/5:focus-visible {
  border-color: rgb(233 230 227 / 0.05);
}

.focus-visible\:border-neutral-200\/50:focus-visible {
  border-color: rgb(233 230 227 / 0.5);
}

.focus-visible\:border-neutral-200\/55:focus-visible {
  border-color: rgb(233 230 227 / 0.55);
}

.focus-visible\:border-neutral-200\/60:focus-visible {
  border-color: rgb(233 230 227 / 0.6);
}

.focus-visible\:border-neutral-200\/65:focus-visible {
  border-color: rgb(233 230 227 / 0.65);
}

.focus-visible\:border-neutral-200\/70:focus-visible {
  border-color: rgb(233 230 227 / 0.7);
}

.focus-visible\:border-neutral-200\/75:focus-visible {
  border-color: rgb(233 230 227 / 0.75);
}

.focus-visible\:border-neutral-200\/80:focus-visible {
  border-color: rgb(233 230 227 / 0.8);
}

.focus-visible\:border-neutral-200\/85:focus-visible {
  border-color: rgb(233 230 227 / 0.85);
}

.focus-visible\:border-neutral-200\/90:focus-visible {
  border-color: rgb(233 230 227 / 0.9);
}

.focus-visible\:border-neutral-200\/95:focus-visible {
  border-color: rgb(233 230 227 / 0.95);
}

.focus-visible\:border-neutral-300:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(215 210 205 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-300\/0:focus-visible {
  border-color: rgb(215 210 205 / 0);
}

.focus-visible\:border-neutral-300\/10:focus-visible {
  border-color: rgb(215 210 205 / 0.1);
}

.focus-visible\:border-neutral-300\/100:focus-visible {
  border-color: rgb(215 210 205 / 1);
}

.focus-visible\:border-neutral-300\/15:focus-visible {
  border-color: rgb(215 210 205 / 0.15);
}

.focus-visible\:border-neutral-300\/20:focus-visible {
  border-color: rgb(215 210 205 / 0.2);
}

.focus-visible\:border-neutral-300\/25:focus-visible {
  border-color: rgb(215 210 205 / 0.25);
}

.focus-visible\:border-neutral-300\/30:focus-visible {
  border-color: rgb(215 210 205 / 0.3);
}

.focus-visible\:border-neutral-300\/35:focus-visible {
  border-color: rgb(215 210 205 / 0.35);
}

.focus-visible\:border-neutral-300\/40:focus-visible {
  border-color: rgb(215 210 205 / 0.4);
}

.focus-visible\:border-neutral-300\/45:focus-visible {
  border-color: rgb(215 210 205 / 0.45);
}

.focus-visible\:border-neutral-300\/5:focus-visible {
  border-color: rgb(215 210 205 / 0.05);
}

.focus-visible\:border-neutral-300\/50:focus-visible {
  border-color: rgb(215 210 205 / 0.5);
}

.focus-visible\:border-neutral-300\/55:focus-visible {
  border-color: rgb(215 210 205 / 0.55);
}

.focus-visible\:border-neutral-300\/60:focus-visible {
  border-color: rgb(215 210 205 / 0.6);
}

.focus-visible\:border-neutral-300\/65:focus-visible {
  border-color: rgb(215 210 205 / 0.65);
}

.focus-visible\:border-neutral-300\/70:focus-visible {
  border-color: rgb(215 210 205 / 0.7);
}

.focus-visible\:border-neutral-300\/75:focus-visible {
  border-color: rgb(215 210 205 / 0.75);
}

.focus-visible\:border-neutral-300\/80:focus-visible {
  border-color: rgb(215 210 205 / 0.8);
}

.focus-visible\:border-neutral-300\/85:focus-visible {
  border-color: rgb(215 210 205 / 0.85);
}

.focus-visible\:border-neutral-300\/90:focus-visible {
  border-color: rgb(215 210 205 / 0.9);
}

.focus-visible\:border-neutral-300\/95:focus-visible {
  border-color: rgb(215 210 205 / 0.95);
}

.focus-visible\:border-neutral-400:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(175 168 161 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-400\/0:focus-visible {
  border-color: rgb(175 168 161 / 0);
}

.focus-visible\:border-neutral-400\/10:focus-visible {
  border-color: rgb(175 168 161 / 0.1);
}

.focus-visible\:border-neutral-400\/100:focus-visible {
  border-color: rgb(175 168 161 / 1);
}

.focus-visible\:border-neutral-400\/15:focus-visible {
  border-color: rgb(175 168 161 / 0.15);
}

.focus-visible\:border-neutral-400\/20:focus-visible {
  border-color: rgb(175 168 161 / 0.2);
}

.focus-visible\:border-neutral-400\/25:focus-visible {
  border-color: rgb(175 168 161 / 0.25);
}

.focus-visible\:border-neutral-400\/30:focus-visible {
  border-color: rgb(175 168 161 / 0.3);
}

.focus-visible\:border-neutral-400\/35:focus-visible {
  border-color: rgb(175 168 161 / 0.35);
}

.focus-visible\:border-neutral-400\/40:focus-visible {
  border-color: rgb(175 168 161 / 0.4);
}

.focus-visible\:border-neutral-400\/45:focus-visible {
  border-color: rgb(175 168 161 / 0.45);
}

.focus-visible\:border-neutral-400\/5:focus-visible {
  border-color: rgb(175 168 161 / 0.05);
}

.focus-visible\:border-neutral-400\/50:focus-visible {
  border-color: rgb(175 168 161 / 0.5);
}

.focus-visible\:border-neutral-400\/55:focus-visible {
  border-color: rgb(175 168 161 / 0.55);
}

.focus-visible\:border-neutral-400\/60:focus-visible {
  border-color: rgb(175 168 161 / 0.6);
}

.focus-visible\:border-neutral-400\/65:focus-visible {
  border-color: rgb(175 168 161 / 0.65);
}

.focus-visible\:border-neutral-400\/70:focus-visible {
  border-color: rgb(175 168 161 / 0.7);
}

.focus-visible\:border-neutral-400\/75:focus-visible {
  border-color: rgb(175 168 161 / 0.75);
}

.focus-visible\:border-neutral-400\/80:focus-visible {
  border-color: rgb(175 168 161 / 0.8);
}

.focus-visible\:border-neutral-400\/85:focus-visible {
  border-color: rgb(175 168 161 / 0.85);
}

.focus-visible\:border-neutral-400\/90:focus-visible {
  border-color: rgb(175 168 161 / 0.9);
}

.focus-visible\:border-neutral-400\/95:focus-visible {
  border-color: rgb(175 168 161 / 0.95);
}

.focus-visible\:border-neutral-50:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(251 250 249 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-50\/0:focus-visible {
  border-color: rgb(251 250 249 / 0);
}

.focus-visible\:border-neutral-50\/10:focus-visible {
  border-color: rgb(251 250 249 / 0.1);
}

.focus-visible\:border-neutral-50\/100:focus-visible {
  border-color: rgb(251 250 249 / 1);
}

.focus-visible\:border-neutral-50\/15:focus-visible {
  border-color: rgb(251 250 249 / 0.15);
}

.focus-visible\:border-neutral-50\/20:focus-visible {
  border-color: rgb(251 250 249 / 0.2);
}

.focus-visible\:border-neutral-50\/25:focus-visible {
  border-color: rgb(251 250 249 / 0.25);
}

.focus-visible\:border-neutral-50\/30:focus-visible {
  border-color: rgb(251 250 249 / 0.3);
}

.focus-visible\:border-neutral-50\/35:focus-visible {
  border-color: rgb(251 250 249 / 0.35);
}

.focus-visible\:border-neutral-50\/40:focus-visible {
  border-color: rgb(251 250 249 / 0.4);
}

.focus-visible\:border-neutral-50\/45:focus-visible {
  border-color: rgb(251 250 249 / 0.45);
}

.focus-visible\:border-neutral-50\/5:focus-visible {
  border-color: rgb(251 250 249 / 0.05);
}

.focus-visible\:border-neutral-50\/50:focus-visible {
  border-color: rgb(251 250 249 / 0.5);
}

.focus-visible\:border-neutral-50\/55:focus-visible {
  border-color: rgb(251 250 249 / 0.55);
}

.focus-visible\:border-neutral-50\/60:focus-visible {
  border-color: rgb(251 250 249 / 0.6);
}

.focus-visible\:border-neutral-50\/65:focus-visible {
  border-color: rgb(251 250 249 / 0.65);
}

.focus-visible\:border-neutral-50\/70:focus-visible {
  border-color: rgb(251 250 249 / 0.7);
}

.focus-visible\:border-neutral-50\/75:focus-visible {
  border-color: rgb(251 250 249 / 0.75);
}

.focus-visible\:border-neutral-50\/80:focus-visible {
  border-color: rgb(251 250 249 / 0.8);
}

.focus-visible\:border-neutral-50\/85:focus-visible {
  border-color: rgb(251 250 249 / 0.85);
}

.focus-visible\:border-neutral-50\/90:focus-visible {
  border-color: rgb(251 250 249 / 0.9);
}

.focus-visible\:border-neutral-50\/95:focus-visible {
  border-color: rgb(251 250 249 / 0.95);
}

.focus-visible\:border-neutral-500:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(129 121 113 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-500\/0:focus-visible {
  border-color: rgb(129 121 113 / 0);
}

.focus-visible\:border-neutral-500\/10:focus-visible {
  border-color: rgb(129 121 113 / 0.1);
}

.focus-visible\:border-neutral-500\/100:focus-visible {
  border-color: rgb(129 121 113 / 1);
}

.focus-visible\:border-neutral-500\/15:focus-visible {
  border-color: rgb(129 121 113 / 0.15);
}

.focus-visible\:border-neutral-500\/20:focus-visible {
  border-color: rgb(129 121 113 / 0.2);
}

.focus-visible\:border-neutral-500\/25:focus-visible {
  border-color: rgb(129 121 113 / 0.25);
}

.focus-visible\:border-neutral-500\/30:focus-visible {
  border-color: rgb(129 121 113 / 0.3);
}

.focus-visible\:border-neutral-500\/35:focus-visible {
  border-color: rgb(129 121 113 / 0.35);
}

.focus-visible\:border-neutral-500\/40:focus-visible {
  border-color: rgb(129 121 113 / 0.4);
}

.focus-visible\:border-neutral-500\/45:focus-visible {
  border-color: rgb(129 121 113 / 0.45);
}

.focus-visible\:border-neutral-500\/5:focus-visible {
  border-color: rgb(129 121 113 / 0.05);
}

.focus-visible\:border-neutral-500\/50:focus-visible {
  border-color: rgb(129 121 113 / 0.5);
}

.focus-visible\:border-neutral-500\/55:focus-visible {
  border-color: rgb(129 121 113 / 0.55);
}

.focus-visible\:border-neutral-500\/60:focus-visible {
  border-color: rgb(129 121 113 / 0.6);
}

.focus-visible\:border-neutral-500\/65:focus-visible {
  border-color: rgb(129 121 113 / 0.65);
}

.focus-visible\:border-neutral-500\/70:focus-visible {
  border-color: rgb(129 121 113 / 0.7);
}

.focus-visible\:border-neutral-500\/75:focus-visible {
  border-color: rgb(129 121 113 / 0.75);
}

.focus-visible\:border-neutral-500\/80:focus-visible {
  border-color: rgb(129 121 113 / 0.8);
}

.focus-visible\:border-neutral-500\/85:focus-visible {
  border-color: rgb(129 121 113 / 0.85);
}

.focus-visible\:border-neutral-500\/90:focus-visible {
  border-color: rgb(129 121 113 / 0.9);
}

.focus-visible\:border-neutral-500\/95:focus-visible {
  border-color: rgb(129 121 113 / 0.95);
}

.focus-visible\:border-neutral-600:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(96 89 82 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-600\/0:focus-visible {
  border-color: rgb(96 89 82 / 0);
}

.focus-visible\:border-neutral-600\/10:focus-visible {
  border-color: rgb(96 89 82 / 0.1);
}

.focus-visible\:border-neutral-600\/100:focus-visible {
  border-color: rgb(96 89 82 / 1);
}

.focus-visible\:border-neutral-600\/15:focus-visible {
  border-color: rgb(96 89 82 / 0.15);
}

.focus-visible\:border-neutral-600\/20:focus-visible {
  border-color: rgb(96 89 82 / 0.2);
}

.focus-visible\:border-neutral-600\/25:focus-visible {
  border-color: rgb(96 89 82 / 0.25);
}

.focus-visible\:border-neutral-600\/30:focus-visible {
  border-color: rgb(96 89 82 / 0.3);
}

.focus-visible\:border-neutral-600\/35:focus-visible {
  border-color: rgb(96 89 82 / 0.35);
}

.focus-visible\:border-neutral-600\/40:focus-visible {
  border-color: rgb(96 89 82 / 0.4);
}

.focus-visible\:border-neutral-600\/45:focus-visible {
  border-color: rgb(96 89 82 / 0.45);
}

.focus-visible\:border-neutral-600\/5:focus-visible {
  border-color: rgb(96 89 82 / 0.05);
}

.focus-visible\:border-neutral-600\/50:focus-visible {
  border-color: rgb(96 89 82 / 0.5);
}

.focus-visible\:border-neutral-600\/55:focus-visible {
  border-color: rgb(96 89 82 / 0.55);
}

.focus-visible\:border-neutral-600\/60:focus-visible {
  border-color: rgb(96 89 82 / 0.6);
}

.focus-visible\:border-neutral-600\/65:focus-visible {
  border-color: rgb(96 89 82 / 0.65);
}

.focus-visible\:border-neutral-600\/70:focus-visible {
  border-color: rgb(96 89 82 / 0.7);
}

.focus-visible\:border-neutral-600\/75:focus-visible {
  border-color: rgb(96 89 82 / 0.75);
}

.focus-visible\:border-neutral-600\/80:focus-visible {
  border-color: rgb(96 89 82 / 0.8);
}

.focus-visible\:border-neutral-600\/85:focus-visible {
  border-color: rgb(96 89 82 / 0.85);
}

.focus-visible\:border-neutral-600\/90:focus-visible {
  border-color: rgb(96 89 82 / 0.9);
}

.focus-visible\:border-neutral-600\/95:focus-visible {
  border-color: rgb(96 89 82 / 0.95);
}

.focus-visible\:border-neutral-700:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(73 68 63 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-700\/0:focus-visible {
  border-color: rgb(73 68 63 / 0);
}

.focus-visible\:border-neutral-700\/10:focus-visible {
  border-color: rgb(73 68 63 / 0.1);
}

.focus-visible\:border-neutral-700\/100:focus-visible {
  border-color: rgb(73 68 63 / 1);
}

.focus-visible\:border-neutral-700\/15:focus-visible {
  border-color: rgb(73 68 63 / 0.15);
}

.focus-visible\:border-neutral-700\/20:focus-visible {
  border-color: rgb(73 68 63 / 0.2);
}

.focus-visible\:border-neutral-700\/25:focus-visible {
  border-color: rgb(73 68 63 / 0.25);
}

.focus-visible\:border-neutral-700\/30:focus-visible {
  border-color: rgb(73 68 63 / 0.3);
}

.focus-visible\:border-neutral-700\/35:focus-visible {
  border-color: rgb(73 68 63 / 0.35);
}

.focus-visible\:border-neutral-700\/40:focus-visible {
  border-color: rgb(73 68 63 / 0.4);
}

.focus-visible\:border-neutral-700\/45:focus-visible {
  border-color: rgb(73 68 63 / 0.45);
}

.focus-visible\:border-neutral-700\/5:focus-visible {
  border-color: rgb(73 68 63 / 0.05);
}

.focus-visible\:border-neutral-700\/50:focus-visible {
  border-color: rgb(73 68 63 / 0.5);
}

.focus-visible\:border-neutral-700\/55:focus-visible {
  border-color: rgb(73 68 63 / 0.55);
}

.focus-visible\:border-neutral-700\/60:focus-visible {
  border-color: rgb(73 68 63 / 0.6);
}

.focus-visible\:border-neutral-700\/65:focus-visible {
  border-color: rgb(73 68 63 / 0.65);
}

.focus-visible\:border-neutral-700\/70:focus-visible {
  border-color: rgb(73 68 63 / 0.7);
}

.focus-visible\:border-neutral-700\/75:focus-visible {
  border-color: rgb(73 68 63 / 0.75);
}

.focus-visible\:border-neutral-700\/80:focus-visible {
  border-color: rgb(73 68 63 / 0.8);
}

.focus-visible\:border-neutral-700\/85:focus-visible {
  border-color: rgb(73 68 63 / 0.85);
}

.focus-visible\:border-neutral-700\/90:focus-visible {
  border-color: rgb(73 68 63 / 0.9);
}

.focus-visible\:border-neutral-700\/95:focus-visible {
  border-color: rgb(73 68 63 / 0.95);
}

.focus-visible\:border-neutral-800:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(48 45 42 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-800\/0:focus-visible {
  border-color: rgb(48 45 42 / 0);
}

.focus-visible\:border-neutral-800\/10:focus-visible {
  border-color: rgb(48 45 42 / 0.1);
}

.focus-visible\:border-neutral-800\/100:focus-visible {
  border-color: rgb(48 45 42 / 1);
}

.focus-visible\:border-neutral-800\/15:focus-visible {
  border-color: rgb(48 45 42 / 0.15);
}

.focus-visible\:border-neutral-800\/20:focus-visible {
  border-color: rgb(48 45 42 / 0.2);
}

.focus-visible\:border-neutral-800\/25:focus-visible {
  border-color: rgb(48 45 42 / 0.25);
}

.focus-visible\:border-neutral-800\/30:focus-visible {
  border-color: rgb(48 45 42 / 0.3);
}

.focus-visible\:border-neutral-800\/35:focus-visible {
  border-color: rgb(48 45 42 / 0.35);
}

.focus-visible\:border-neutral-800\/40:focus-visible {
  border-color: rgb(48 45 42 / 0.4);
}

.focus-visible\:border-neutral-800\/45:focus-visible {
  border-color: rgb(48 45 42 / 0.45);
}

.focus-visible\:border-neutral-800\/5:focus-visible {
  border-color: rgb(48 45 42 / 0.05);
}

.focus-visible\:border-neutral-800\/50:focus-visible {
  border-color: rgb(48 45 42 / 0.5);
}

.focus-visible\:border-neutral-800\/55:focus-visible {
  border-color: rgb(48 45 42 / 0.55);
}

.focus-visible\:border-neutral-800\/60:focus-visible {
  border-color: rgb(48 45 42 / 0.6);
}

.focus-visible\:border-neutral-800\/65:focus-visible {
  border-color: rgb(48 45 42 / 0.65);
}

.focus-visible\:border-neutral-800\/70:focus-visible {
  border-color: rgb(48 45 42 / 0.7);
}

.focus-visible\:border-neutral-800\/75:focus-visible {
  border-color: rgb(48 45 42 / 0.75);
}

.focus-visible\:border-neutral-800\/80:focus-visible {
  border-color: rgb(48 45 42 / 0.8);
}

.focus-visible\:border-neutral-800\/85:focus-visible {
  border-color: rgb(48 45 42 / 0.85);
}

.focus-visible\:border-neutral-800\/90:focus-visible {
  border-color: rgb(48 45 42 / 0.9);
}

.focus-visible\:border-neutral-800\/95:focus-visible {
  border-color: rgb(48 45 42 / 0.95);
}

.focus-visible\:border-neutral-900:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(33 31 29 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-900\/0:focus-visible {
  border-color: rgb(33 31 29 / 0);
}

.focus-visible\:border-neutral-900\/10:focus-visible {
  border-color: rgb(33 31 29 / 0.1);
}

.focus-visible\:border-neutral-900\/100:focus-visible {
  border-color: rgb(33 31 29 / 1);
}

.focus-visible\:border-neutral-900\/15:focus-visible {
  border-color: rgb(33 31 29 / 0.15);
}

.focus-visible\:border-neutral-900\/20:focus-visible {
  border-color: rgb(33 31 29 / 0.2);
}

.focus-visible\:border-neutral-900\/25:focus-visible {
  border-color: rgb(33 31 29 / 0.25);
}

.focus-visible\:border-neutral-900\/30:focus-visible {
  border-color: rgb(33 31 29 / 0.3);
}

.focus-visible\:border-neutral-900\/35:focus-visible {
  border-color: rgb(33 31 29 / 0.35);
}

.focus-visible\:border-neutral-900\/40:focus-visible {
  border-color: rgb(33 31 29 / 0.4);
}

.focus-visible\:border-neutral-900\/45:focus-visible {
  border-color: rgb(33 31 29 / 0.45);
}

.focus-visible\:border-neutral-900\/5:focus-visible {
  border-color: rgb(33 31 29 / 0.05);
}

.focus-visible\:border-neutral-900\/50:focus-visible {
  border-color: rgb(33 31 29 / 0.5);
}

.focus-visible\:border-neutral-900\/55:focus-visible {
  border-color: rgb(33 31 29 / 0.55);
}

.focus-visible\:border-neutral-900\/60:focus-visible {
  border-color: rgb(33 31 29 / 0.6);
}

.focus-visible\:border-neutral-900\/65:focus-visible {
  border-color: rgb(33 31 29 / 0.65);
}

.focus-visible\:border-neutral-900\/70:focus-visible {
  border-color: rgb(33 31 29 / 0.7);
}

.focus-visible\:border-neutral-900\/75:focus-visible {
  border-color: rgb(33 31 29 / 0.75);
}

.focus-visible\:border-neutral-900\/80:focus-visible {
  border-color: rgb(33 31 29 / 0.8);
}

.focus-visible\:border-neutral-900\/85:focus-visible {
  border-color: rgb(33 31 29 / 0.85);
}

.focus-visible\:border-neutral-900\/90:focus-visible {
  border-color: rgb(33 31 29 / 0.9);
}

.focus-visible\:border-neutral-900\/95:focus-visible {
  border-color: rgb(33 31 29 / 0.95);
}

.focus-visible\:border-neutral-950:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(18 17 16 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-neutral-950\/0:focus-visible {
  border-color: rgb(18 17 16 / 0);
}

.focus-visible\:border-neutral-950\/10:focus-visible {
  border-color: rgb(18 17 16 / 0.1);
}

.focus-visible\:border-neutral-950\/100:focus-visible {
  border-color: rgb(18 17 16 / 1);
}

.focus-visible\:border-neutral-950\/15:focus-visible {
  border-color: rgb(18 17 16 / 0.15);
}

.focus-visible\:border-neutral-950\/20:focus-visible {
  border-color: rgb(18 17 16 / 0.2);
}

.focus-visible\:border-neutral-950\/25:focus-visible {
  border-color: rgb(18 17 16 / 0.25);
}

.focus-visible\:border-neutral-950\/30:focus-visible {
  border-color: rgb(18 17 16 / 0.3);
}

.focus-visible\:border-neutral-950\/35:focus-visible {
  border-color: rgb(18 17 16 / 0.35);
}

.focus-visible\:border-neutral-950\/40:focus-visible {
  border-color: rgb(18 17 16 / 0.4);
}

.focus-visible\:border-neutral-950\/45:focus-visible {
  border-color: rgb(18 17 16 / 0.45);
}

.focus-visible\:border-neutral-950\/5:focus-visible {
  border-color: rgb(18 17 16 / 0.05);
}

.focus-visible\:border-neutral-950\/50:focus-visible {
  border-color: rgb(18 17 16 / 0.5);
}

.focus-visible\:border-neutral-950\/55:focus-visible {
  border-color: rgb(18 17 16 / 0.55);
}

.focus-visible\:border-neutral-950\/60:focus-visible {
  border-color: rgb(18 17 16 / 0.6);
}

.focus-visible\:border-neutral-950\/65:focus-visible {
  border-color: rgb(18 17 16 / 0.65);
}

.focus-visible\:border-neutral-950\/70:focus-visible {
  border-color: rgb(18 17 16 / 0.7);
}

.focus-visible\:border-neutral-950\/75:focus-visible {
  border-color: rgb(18 17 16 / 0.75);
}

.focus-visible\:border-neutral-950\/80:focus-visible {
  border-color: rgb(18 17 16 / 0.8);
}

.focus-visible\:border-neutral-950\/85:focus-visible {
  border-color: rgb(18 17 16 / 0.85);
}

.focus-visible\:border-neutral-950\/90:focus-visible {
  border-color: rgb(18 17 16 / 0.9);
}

.focus-visible\:border-neutral-950\/95:focus-visible {
  border-color: rgb(18 17 16 / 0.95);
}

.focus-visible\:border-primary-100:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(254 234 222 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-100\/0:focus-visible {
  border-color: rgb(254 234 222 / 0);
}

.focus-visible\:border-primary-100\/10:focus-visible {
  border-color: rgb(254 234 222 / 0.1);
}

.focus-visible\:border-primary-100\/100:focus-visible {
  border-color: rgb(254 234 222 / 1);
}

.focus-visible\:border-primary-100\/15:focus-visible {
  border-color: rgb(254 234 222 / 0.15);
}

.focus-visible\:border-primary-100\/20:focus-visible {
  border-color: rgb(254 234 222 / 0.2);
}

.focus-visible\:border-primary-100\/25:focus-visible {
  border-color: rgb(254 234 222 / 0.25);
}

.focus-visible\:border-primary-100\/30:focus-visible {
  border-color: rgb(254 234 222 / 0.3);
}

.focus-visible\:border-primary-100\/35:focus-visible {
  border-color: rgb(254 234 222 / 0.35);
}

.focus-visible\:border-primary-100\/40:focus-visible {
  border-color: rgb(254 234 222 / 0.4);
}

.focus-visible\:border-primary-100\/45:focus-visible {
  border-color: rgb(254 234 222 / 0.45);
}

.focus-visible\:border-primary-100\/5:focus-visible {
  border-color: rgb(254 234 222 / 0.05);
}

.focus-visible\:border-primary-100\/50:focus-visible {
  border-color: rgb(254 234 222 / 0.5);
}

.focus-visible\:border-primary-100\/55:focus-visible {
  border-color: rgb(254 234 222 / 0.55);
}

.focus-visible\:border-primary-100\/60:focus-visible {
  border-color: rgb(254 234 222 / 0.6);
}

.focus-visible\:border-primary-100\/65:focus-visible {
  border-color: rgb(254 234 222 / 0.65);
}

.focus-visible\:border-primary-100\/70:focus-visible {
  border-color: rgb(254 234 222 / 0.7);
}

.focus-visible\:border-primary-100\/75:focus-visible {
  border-color: rgb(254 234 222 / 0.75);
}

.focus-visible\:border-primary-100\/80:focus-visible {
  border-color: rgb(254 234 222 / 0.8);
}

.focus-visible\:border-primary-100\/85:focus-visible {
  border-color: rgb(254 234 222 / 0.85);
}

.focus-visible\:border-primary-100\/90:focus-visible {
  border-color: rgb(254 234 222 / 0.9);
}

.focus-visible\:border-primary-100\/95:focus-visible {
  border-color: rgb(254 234 222 / 0.95);
}

.focus-visible\:border-primary-200:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(252 211 189 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-200\/0:focus-visible {
  border-color: rgb(252 211 189 / 0);
}

.focus-visible\:border-primary-200\/10:focus-visible {
  border-color: rgb(252 211 189 / 0.1);
}

.focus-visible\:border-primary-200\/100:focus-visible {
  border-color: rgb(252 211 189 / 1);
}

.focus-visible\:border-primary-200\/15:focus-visible {
  border-color: rgb(252 211 189 / 0.15);
}

.focus-visible\:border-primary-200\/20:focus-visible {
  border-color: rgb(252 211 189 / 0.2);
}

.focus-visible\:border-primary-200\/25:focus-visible {
  border-color: rgb(252 211 189 / 0.25);
}

.focus-visible\:border-primary-200\/30:focus-visible {
  border-color: rgb(252 211 189 / 0.3);
}

.focus-visible\:border-primary-200\/35:focus-visible {
  border-color: rgb(252 211 189 / 0.35);
}

.focus-visible\:border-primary-200\/40:focus-visible {
  border-color: rgb(252 211 189 / 0.4);
}

.focus-visible\:border-primary-200\/45:focus-visible {
  border-color: rgb(252 211 189 / 0.45);
}

.focus-visible\:border-primary-200\/5:focus-visible {
  border-color: rgb(252 211 189 / 0.05);
}

.focus-visible\:border-primary-200\/50:focus-visible {
  border-color: rgb(252 211 189 / 0.5);
}

.focus-visible\:border-primary-200\/55:focus-visible {
  border-color: rgb(252 211 189 / 0.55);
}

.focus-visible\:border-primary-200\/60:focus-visible {
  border-color: rgb(252 211 189 / 0.6);
}

.focus-visible\:border-primary-200\/65:focus-visible {
  border-color: rgb(252 211 189 / 0.65);
}

.focus-visible\:border-primary-200\/70:focus-visible {
  border-color: rgb(252 211 189 / 0.7);
}

.focus-visible\:border-primary-200\/75:focus-visible {
  border-color: rgb(252 211 189 / 0.75);
}

.focus-visible\:border-primary-200\/80:focus-visible {
  border-color: rgb(252 211 189 / 0.8);
}

.focus-visible\:border-primary-200\/85:focus-visible {
  border-color: rgb(252 211 189 / 0.85);
}

.focus-visible\:border-primary-200\/90:focus-visible {
  border-color: rgb(252 211 189 / 0.9);
}

.focus-visible\:border-primary-200\/95:focus-visible {
  border-color: rgb(252 211 189 / 0.95);
}

.focus-visible\:border-primary-300:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(250 179 143 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-300\/0:focus-visible {
  border-color: rgb(250 179 143 / 0);
}

.focus-visible\:border-primary-300\/10:focus-visible {
  border-color: rgb(250 179 143 / 0.1);
}

.focus-visible\:border-primary-300\/100:focus-visible {
  border-color: rgb(250 179 143 / 1);
}

.focus-visible\:border-primary-300\/15:focus-visible {
  border-color: rgb(250 179 143 / 0.15);
}

.focus-visible\:border-primary-300\/20:focus-visible {
  border-color: rgb(250 179 143 / 0.2);
}

.focus-visible\:border-primary-300\/25:focus-visible {
  border-color: rgb(250 179 143 / 0.25);
}

.focus-visible\:border-primary-300\/30:focus-visible {
  border-color: rgb(250 179 143 / 0.3);
}

.focus-visible\:border-primary-300\/35:focus-visible {
  border-color: rgb(250 179 143 / 0.35);
}

.focus-visible\:border-primary-300\/40:focus-visible {
  border-color: rgb(250 179 143 / 0.4);
}

.focus-visible\:border-primary-300\/45:focus-visible {
  border-color: rgb(250 179 143 / 0.45);
}

.focus-visible\:border-primary-300\/5:focus-visible {
  border-color: rgb(250 179 143 / 0.05);
}

.focus-visible\:border-primary-300\/50:focus-visible {
  border-color: rgb(250 179 143 / 0.5);
}

.focus-visible\:border-primary-300\/55:focus-visible {
  border-color: rgb(250 179 143 / 0.55);
}

.focus-visible\:border-primary-300\/60:focus-visible {
  border-color: rgb(250 179 143 / 0.6);
}

.focus-visible\:border-primary-300\/65:focus-visible {
  border-color: rgb(250 179 143 / 0.65);
}

.focus-visible\:border-primary-300\/70:focus-visible {
  border-color: rgb(250 179 143 / 0.7);
}

.focus-visible\:border-primary-300\/75:focus-visible {
  border-color: rgb(250 179 143 / 0.75);
}

.focus-visible\:border-primary-300\/80:focus-visible {
  border-color: rgb(250 179 143 / 0.8);
}

.focus-visible\:border-primary-300\/85:focus-visible {
  border-color: rgb(250 179 143 / 0.85);
}

.focus-visible\:border-primary-300\/90:focus-visible {
  border-color: rgb(250 179 143 / 0.9);
}

.focus-visible\:border-primary-300\/95:focus-visible {
  border-color: rgb(250 179 143 / 0.95);
}

.focus-visible\:border-primary-400:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(249 151 102 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-400\/0:focus-visible {
  border-color: rgb(249 151 102 / 0);
}

.focus-visible\:border-primary-400\/10:focus-visible {
  border-color: rgb(249 151 102 / 0.1);
}

.focus-visible\:border-primary-400\/100:focus-visible {
  border-color: rgb(249 151 102 / 1);
}

.focus-visible\:border-primary-400\/15:focus-visible {
  border-color: rgb(249 151 102 / 0.15);
}

.focus-visible\:border-primary-400\/20:focus-visible {
  border-color: rgb(249 151 102 / 0.2);
}

.focus-visible\:border-primary-400\/25:focus-visible {
  border-color: rgb(249 151 102 / 0.25);
}

.focus-visible\:border-primary-400\/30:focus-visible {
  border-color: rgb(249 151 102 / 0.3);
}

.focus-visible\:border-primary-400\/35:focus-visible {
  border-color: rgb(249 151 102 / 0.35);
}

.focus-visible\:border-primary-400\/40:focus-visible {
  border-color: rgb(249 151 102 / 0.4);
}

.focus-visible\:border-primary-400\/45:focus-visible {
  border-color: rgb(249 151 102 / 0.45);
}

.focus-visible\:border-primary-400\/5:focus-visible {
  border-color: rgb(249 151 102 / 0.05);
}

.focus-visible\:border-primary-400\/50:focus-visible {
  border-color: rgb(249 151 102 / 0.5);
}

.focus-visible\:border-primary-400\/55:focus-visible {
  border-color: rgb(249 151 102 / 0.55);
}

.focus-visible\:border-primary-400\/60:focus-visible {
  border-color: rgb(249 151 102 / 0.6);
}

.focus-visible\:border-primary-400\/65:focus-visible {
  border-color: rgb(249 151 102 / 0.65);
}

.focus-visible\:border-primary-400\/70:focus-visible {
  border-color: rgb(249 151 102 / 0.7);
}

.focus-visible\:border-primary-400\/75:focus-visible {
  border-color: rgb(249 151 102 / 0.75);
}

.focus-visible\:border-primary-400\/80:focus-visible {
  border-color: rgb(249 151 102 / 0.8);
}

.focus-visible\:border-primary-400\/85:focus-visible {
  border-color: rgb(249 151 102 / 0.85);
}

.focus-visible\:border-primary-400\/90:focus-visible {
  border-color: rgb(249 151 102 / 0.9);
}

.focus-visible\:border-primary-400\/95:focus-visible {
  border-color: rgb(249 151 102 / 0.95);
}

.focus-visible\:border-primary-50:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(255 247 242 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-50\/0:focus-visible {
  border-color: rgb(255 247 242 / 0);
}

.focus-visible\:border-primary-50\/10:focus-visible {
  border-color: rgb(255 247 242 / 0.1);
}

.focus-visible\:border-primary-50\/100:focus-visible {
  border-color: rgb(255 247 242 / 1);
}

.focus-visible\:border-primary-50\/15:focus-visible {
  border-color: rgb(255 247 242 / 0.15);
}

.focus-visible\:border-primary-50\/20:focus-visible {
  border-color: rgb(255 247 242 / 0.2);
}

.focus-visible\:border-primary-50\/25:focus-visible {
  border-color: rgb(255 247 242 / 0.25);
}

.focus-visible\:border-primary-50\/30:focus-visible {
  border-color: rgb(255 247 242 / 0.3);
}

.focus-visible\:border-primary-50\/35:focus-visible {
  border-color: rgb(255 247 242 / 0.35);
}

.focus-visible\:border-primary-50\/40:focus-visible {
  border-color: rgb(255 247 242 / 0.4);
}

.focus-visible\:border-primary-50\/45:focus-visible {
  border-color: rgb(255 247 242 / 0.45);
}

.focus-visible\:border-primary-50\/5:focus-visible {
  border-color: rgb(255 247 242 / 0.05);
}

.focus-visible\:border-primary-50\/50:focus-visible {
  border-color: rgb(255 247 242 / 0.5);
}

.focus-visible\:border-primary-50\/55:focus-visible {
  border-color: rgb(255 247 242 / 0.55);
}

.focus-visible\:border-primary-50\/60:focus-visible {
  border-color: rgb(255 247 242 / 0.6);
}

.focus-visible\:border-primary-50\/65:focus-visible {
  border-color: rgb(255 247 242 / 0.65);
}

.focus-visible\:border-primary-50\/70:focus-visible {
  border-color: rgb(255 247 242 / 0.7);
}

.focus-visible\:border-primary-50\/75:focus-visible {
  border-color: rgb(255 247 242 / 0.75);
}

.focus-visible\:border-primary-50\/80:focus-visible {
  border-color: rgb(255 247 242 / 0.8);
}

.focus-visible\:border-primary-50\/85:focus-visible {
  border-color: rgb(255 247 242 / 0.85);
}

.focus-visible\:border-primary-50\/90:focus-visible {
  border-color: rgb(255 247 242 / 0.9);
}

.focus-visible\:border-primary-50\/95:focus-visible {
  border-color: rgb(255 247 242 / 0.95);
}

.focus-visible\:border-primary-500:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(247 141 77 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-500\/0:focus-visible {
  border-color: rgb(247 141 77 / 0);
}

.focus-visible\:border-primary-500\/10:focus-visible {
  border-color: rgb(247 141 77 / 0.1);
}

.focus-visible\:border-primary-500\/100:focus-visible {
  border-color: rgb(247 141 77 / 1);
}

.focus-visible\:border-primary-500\/15:focus-visible {
  border-color: rgb(247 141 77 / 0.15);
}

.focus-visible\:border-primary-500\/20:focus-visible {
  border-color: rgb(247 141 77 / 0.2);
}

.focus-visible\:border-primary-500\/25:focus-visible {
  border-color: rgb(247 141 77 / 0.25);
}

.focus-visible\:border-primary-500\/30:focus-visible {
  border-color: rgb(247 141 77 / 0.3);
}

.focus-visible\:border-primary-500\/35:focus-visible {
  border-color: rgb(247 141 77 / 0.35);
}

.focus-visible\:border-primary-500\/40:focus-visible {
  border-color: rgb(247 141 77 / 0.4);
}

.focus-visible\:border-primary-500\/45:focus-visible {
  border-color: rgb(247 141 77 / 0.45);
}

.focus-visible\:border-primary-500\/5:focus-visible {
  border-color: rgb(247 141 77 / 0.05);
}

.focus-visible\:border-primary-500\/50:focus-visible {
  border-color: rgb(247 141 77 / 0.5);
}

.focus-visible\:border-primary-500\/55:focus-visible {
  border-color: rgb(247 141 77 / 0.55);
}

.focus-visible\:border-primary-500\/60:focus-visible {
  border-color: rgb(247 141 77 / 0.6);
}

.focus-visible\:border-primary-500\/65:focus-visible {
  border-color: rgb(247 141 77 / 0.65);
}

.focus-visible\:border-primary-500\/70:focus-visible {
  border-color: rgb(247 141 77 / 0.7);
}

.focus-visible\:border-primary-500\/75:focus-visible {
  border-color: rgb(247 141 77 / 0.75);
}

.focus-visible\:border-primary-500\/80:focus-visible {
  border-color: rgb(247 141 77 / 0.8);
}

.focus-visible\:border-primary-500\/85:focus-visible {
  border-color: rgb(247 141 77 / 0.85);
}

.focus-visible\:border-primary-500\/90:focus-visible {
  border-color: rgb(247 141 77 / 0.9);
}

.focus-visible\:border-primary-500\/95:focus-visible {
  border-color: rgb(247 141 77 / 0.95);
}

.focus-visible\:border-primary-600:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(233 99 37 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-600\/0:focus-visible {
  border-color: rgb(233 99 37 / 0);
}

.focus-visible\:border-primary-600\/10:focus-visible {
  border-color: rgb(233 99 37 / 0.1);
}

.focus-visible\:border-primary-600\/100:focus-visible {
  border-color: rgb(233 99 37 / 1);
}

.focus-visible\:border-primary-600\/15:focus-visible {
  border-color: rgb(233 99 37 / 0.15);
}

.focus-visible\:border-primary-600\/20:focus-visible {
  border-color: rgb(233 99 37 / 0.2);
}

.focus-visible\:border-primary-600\/25:focus-visible {
  border-color: rgb(233 99 37 / 0.25);
}

.focus-visible\:border-primary-600\/30:focus-visible {
  border-color: rgb(233 99 37 / 0.3);
}

.focus-visible\:border-primary-600\/35:focus-visible {
  border-color: rgb(233 99 37 / 0.35);
}

.focus-visible\:border-primary-600\/40:focus-visible {
  border-color: rgb(233 99 37 / 0.4);
}

.focus-visible\:border-primary-600\/45:focus-visible {
  border-color: rgb(233 99 37 / 0.45);
}

.focus-visible\:border-primary-600\/5:focus-visible {
  border-color: rgb(233 99 37 / 0.05);
}

.focus-visible\:border-primary-600\/50:focus-visible {
  border-color: rgb(233 99 37 / 0.5);
}

.focus-visible\:border-primary-600\/55:focus-visible {
  border-color: rgb(233 99 37 / 0.55);
}

.focus-visible\:border-primary-600\/60:focus-visible {
  border-color: rgb(233 99 37 / 0.6);
}

.focus-visible\:border-primary-600\/65:focus-visible {
  border-color: rgb(233 99 37 / 0.65);
}

.focus-visible\:border-primary-600\/70:focus-visible {
  border-color: rgb(233 99 37 / 0.7);
}

.focus-visible\:border-primary-600\/75:focus-visible {
  border-color: rgb(233 99 37 / 0.75);
}

.focus-visible\:border-primary-600\/80:focus-visible {
  border-color: rgb(233 99 37 / 0.8);
}

.focus-visible\:border-primary-600\/85:focus-visible {
  border-color: rgb(233 99 37 / 0.85);
}

.focus-visible\:border-primary-600\/90:focus-visible {
  border-color: rgb(233 99 37 / 0.9);
}

.focus-visible\:border-primary-600\/95:focus-visible {
  border-color: rgb(233 99 37 / 0.95);
}

.focus-visible\:border-primary-700:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(201 74 22 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-700\/0:focus-visible {
  border-color: rgb(201 74 22 / 0);
}

.focus-visible\:border-primary-700\/10:focus-visible {
  border-color: rgb(201 74 22 / 0.1);
}

.focus-visible\:border-primary-700\/100:focus-visible {
  border-color: rgb(201 74 22 / 1);
}

.focus-visible\:border-primary-700\/15:focus-visible {
  border-color: rgb(201 74 22 / 0.15);
}

.focus-visible\:border-primary-700\/20:focus-visible {
  border-color: rgb(201 74 22 / 0.2);
}

.focus-visible\:border-primary-700\/25:focus-visible {
  border-color: rgb(201 74 22 / 0.25);
}

.focus-visible\:border-primary-700\/30:focus-visible {
  border-color: rgb(201 74 22 / 0.3);
}

.focus-visible\:border-primary-700\/35:focus-visible {
  border-color: rgb(201 74 22 / 0.35);
}

.focus-visible\:border-primary-700\/40:focus-visible {
  border-color: rgb(201 74 22 / 0.4);
}

.focus-visible\:border-primary-700\/45:focus-visible {
  border-color: rgb(201 74 22 / 0.45);
}

.focus-visible\:border-primary-700\/5:focus-visible {
  border-color: rgb(201 74 22 / 0.05);
}

.focus-visible\:border-primary-700\/50:focus-visible {
  border-color: rgb(201 74 22 / 0.5);
}

.focus-visible\:border-primary-700\/55:focus-visible {
  border-color: rgb(201 74 22 / 0.55);
}

.focus-visible\:border-primary-700\/60:focus-visible {
  border-color: rgb(201 74 22 / 0.6);
}

.focus-visible\:border-primary-700\/65:focus-visible {
  border-color: rgb(201 74 22 / 0.65);
}

.focus-visible\:border-primary-700\/70:focus-visible {
  border-color: rgb(201 74 22 / 0.7);
}

.focus-visible\:border-primary-700\/75:focus-visible {
  border-color: rgb(201 74 22 / 0.75);
}

.focus-visible\:border-primary-700\/80:focus-visible {
  border-color: rgb(201 74 22 / 0.8);
}

.focus-visible\:border-primary-700\/85:focus-visible {
  border-color: rgb(201 74 22 / 0.85);
}

.focus-visible\:border-primary-700\/90:focus-visible {
  border-color: rgb(201 74 22 / 0.9);
}

.focus-visible\:border-primary-700\/95:focus-visible {
  border-color: rgb(201 74 22 / 0.95);
}

.focus-visible\:border-primary-800:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(161 59 24 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-800\/0:focus-visible {
  border-color: rgb(161 59 24 / 0);
}

.focus-visible\:border-primary-800\/10:focus-visible {
  border-color: rgb(161 59 24 / 0.1);
}

.focus-visible\:border-primary-800\/100:focus-visible {
  border-color: rgb(161 59 24 / 1);
}

.focus-visible\:border-primary-800\/15:focus-visible {
  border-color: rgb(161 59 24 / 0.15);
}

.focus-visible\:border-primary-800\/20:focus-visible {
  border-color: rgb(161 59 24 / 0.2);
}

.focus-visible\:border-primary-800\/25:focus-visible {
  border-color: rgb(161 59 24 / 0.25);
}

.focus-visible\:border-primary-800\/30:focus-visible {
  border-color: rgb(161 59 24 / 0.3);
}

.focus-visible\:border-primary-800\/35:focus-visible {
  border-color: rgb(161 59 24 / 0.35);
}

.focus-visible\:border-primary-800\/40:focus-visible {
  border-color: rgb(161 59 24 / 0.4);
}

.focus-visible\:border-primary-800\/45:focus-visible {
  border-color: rgb(161 59 24 / 0.45);
}

.focus-visible\:border-primary-800\/5:focus-visible {
  border-color: rgb(161 59 24 / 0.05);
}

.focus-visible\:border-primary-800\/50:focus-visible {
  border-color: rgb(161 59 24 / 0.5);
}

.focus-visible\:border-primary-800\/55:focus-visible {
  border-color: rgb(161 59 24 / 0.55);
}

.focus-visible\:border-primary-800\/60:focus-visible {
  border-color: rgb(161 59 24 / 0.6);
}

.focus-visible\:border-primary-800\/65:focus-visible {
  border-color: rgb(161 59 24 / 0.65);
}

.focus-visible\:border-primary-800\/70:focus-visible {
  border-color: rgb(161 59 24 / 0.7);
}

.focus-visible\:border-primary-800\/75:focus-visible {
  border-color: rgb(161 59 24 / 0.75);
}

.focus-visible\:border-primary-800\/80:focus-visible {
  border-color: rgb(161 59 24 / 0.8);
}

.focus-visible\:border-primary-800\/85:focus-visible {
  border-color: rgb(161 59 24 / 0.85);
}

.focus-visible\:border-primary-800\/90:focus-visible {
  border-color: rgb(161 59 24 / 0.9);
}

.focus-visible\:border-primary-800\/95:focus-visible {
  border-color: rgb(161 59 24 / 0.95);
}

.focus-visible\:border-primary-900:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(130 51 24 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-900\/0:focus-visible {
  border-color: rgb(130 51 24 / 0);
}

.focus-visible\:border-primary-900\/10:focus-visible {
  border-color: rgb(130 51 24 / 0.1);
}

.focus-visible\:border-primary-900\/100:focus-visible {
  border-color: rgb(130 51 24 / 1);
}

.focus-visible\:border-primary-900\/15:focus-visible {
  border-color: rgb(130 51 24 / 0.15);
}

.focus-visible\:border-primary-900\/20:focus-visible {
  border-color: rgb(130 51 24 / 0.2);
}

.focus-visible\:border-primary-900\/25:focus-visible {
  border-color: rgb(130 51 24 / 0.25);
}

.focus-visible\:border-primary-900\/30:focus-visible {
  border-color: rgb(130 51 24 / 0.3);
}

.focus-visible\:border-primary-900\/35:focus-visible {
  border-color: rgb(130 51 24 / 0.35);
}

.focus-visible\:border-primary-900\/40:focus-visible {
  border-color: rgb(130 51 24 / 0.4);
}

.focus-visible\:border-primary-900\/45:focus-visible {
  border-color: rgb(130 51 24 / 0.45);
}

.focus-visible\:border-primary-900\/5:focus-visible {
  border-color: rgb(130 51 24 / 0.05);
}

.focus-visible\:border-primary-900\/50:focus-visible {
  border-color: rgb(130 51 24 / 0.5);
}

.focus-visible\:border-primary-900\/55:focus-visible {
  border-color: rgb(130 51 24 / 0.55);
}

.focus-visible\:border-primary-900\/60:focus-visible {
  border-color: rgb(130 51 24 / 0.6);
}

.focus-visible\:border-primary-900\/65:focus-visible {
  border-color: rgb(130 51 24 / 0.65);
}

.focus-visible\:border-primary-900\/70:focus-visible {
  border-color: rgb(130 51 24 / 0.7);
}

.focus-visible\:border-primary-900\/75:focus-visible {
  border-color: rgb(130 51 24 / 0.75);
}

.focus-visible\:border-primary-900\/80:focus-visible {
  border-color: rgb(130 51 24 / 0.8);
}

.focus-visible\:border-primary-900\/85:focus-visible {
  border-color: rgb(130 51 24 / 0.85);
}

.focus-visible\:border-primary-900\/90:focus-visible {
  border-color: rgb(130 51 24 / 0.9);
}

.focus-visible\:border-primary-900\/95:focus-visible {
  border-color: rgb(130 51 24 / 0.95);
}

.focus-visible\:border-primary-950:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(70 23 8 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-primary-950\/0:focus-visible {
  border-color: rgb(70 23 8 / 0);
}

.focus-visible\:border-primary-950\/10:focus-visible {
  border-color: rgb(70 23 8 / 0.1);
}

.focus-visible\:border-primary-950\/100:focus-visible {
  border-color: rgb(70 23 8 / 1);
}

.focus-visible\:border-primary-950\/15:focus-visible {
  border-color: rgb(70 23 8 / 0.15);
}

.focus-visible\:border-primary-950\/20:focus-visible {
  border-color: rgb(70 23 8 / 0.2);
}

.focus-visible\:border-primary-950\/25:focus-visible {
  border-color: rgb(70 23 8 / 0.25);
}

.focus-visible\:border-primary-950\/30:focus-visible {
  border-color: rgb(70 23 8 / 0.3);
}

.focus-visible\:border-primary-950\/35:focus-visible {
  border-color: rgb(70 23 8 / 0.35);
}

.focus-visible\:border-primary-950\/40:focus-visible {
  border-color: rgb(70 23 8 / 0.4);
}

.focus-visible\:border-primary-950\/45:focus-visible {
  border-color: rgb(70 23 8 / 0.45);
}

.focus-visible\:border-primary-950\/5:focus-visible {
  border-color: rgb(70 23 8 / 0.05);
}

.focus-visible\:border-primary-950\/50:focus-visible {
  border-color: rgb(70 23 8 / 0.5);
}

.focus-visible\:border-primary-950\/55:focus-visible {
  border-color: rgb(70 23 8 / 0.55);
}

.focus-visible\:border-primary-950\/60:focus-visible {
  border-color: rgb(70 23 8 / 0.6);
}

.focus-visible\:border-primary-950\/65:focus-visible {
  border-color: rgb(70 23 8 / 0.65);
}

.focus-visible\:border-primary-950\/70:focus-visible {
  border-color: rgb(70 23 8 / 0.7);
}

.focus-visible\:border-primary-950\/75:focus-visible {
  border-color: rgb(70 23 8 / 0.75);
}

.focus-visible\:border-primary-950\/80:focus-visible {
  border-color: rgb(70 23 8 / 0.8);
}

.focus-visible\:border-primary-950\/85:focus-visible {
  border-color: rgb(70 23 8 / 0.85);
}

.focus-visible\:border-primary-950\/90:focus-visible {
  border-color: rgb(70 23 8 / 0.9);
}

.focus-visible\:border-primary-950\/95:focus-visible {
  border-color: rgb(70 23 8 / 0.95);
}

.focus-visible\:border-transparent:focus-visible {
  border-color: transparent;
}

.focus-visible\:border-transparent\/0:focus-visible {
  border-color: rgb(0 0 0 / 0);
}

.focus-visible\:border-transparent\/10:focus-visible {
  border-color: rgb(0 0 0 / 0.1);
}

.focus-visible\:border-transparent\/100:focus-visible {
  border-color: rgb(0 0 0 / 1);
}

.focus-visible\:border-transparent\/15:focus-visible {
  border-color: rgb(0 0 0 / 0.15);
}

.focus-visible\:border-transparent\/20:focus-visible {
  border-color: rgb(0 0 0 / 0.2);
}

.focus-visible\:border-transparent\/25:focus-visible {
  border-color: rgb(0 0 0 / 0.25);
}

.focus-visible\:border-transparent\/30:focus-visible {
  border-color: rgb(0 0 0 / 0.3);
}

.focus-visible\:border-transparent\/35:focus-visible {
  border-color: rgb(0 0 0 / 0.35);
}

.focus-visible\:border-transparent\/40:focus-visible {
  border-color: rgb(0 0 0 / 0.4);
}

.focus-visible\:border-transparent\/45:focus-visible {
  border-color: rgb(0 0 0 / 0.45);
}

.focus-visible\:border-transparent\/5:focus-visible {
  border-color: rgb(0 0 0 / 0.05);
}

.focus-visible\:border-transparent\/50:focus-visible {
  border-color: rgb(0 0 0 / 0.5);
}

.focus-visible\:border-transparent\/55:focus-visible {
  border-color: rgb(0 0 0 / 0.55);
}

.focus-visible\:border-transparent\/60:focus-visible {
  border-color: rgb(0 0 0 / 0.6);
}

.focus-visible\:border-transparent\/65:focus-visible {
  border-color: rgb(0 0 0 / 0.65);
}

.focus-visible\:border-transparent\/70:focus-visible {
  border-color: rgb(0 0 0 / 0.7);
}

.focus-visible\:border-transparent\/75:focus-visible {
  border-color: rgb(0 0 0 / 0.75);
}

.focus-visible\:border-transparent\/80:focus-visible {
  border-color: rgb(0 0 0 / 0.8);
}

.focus-visible\:border-transparent\/85:focus-visible {
  border-color: rgb(0 0 0 / 0.85);
}

.focus-visible\:border-transparent\/90:focus-visible {
  border-color: rgb(0 0 0 / 0.9);
}

.focus-visible\:border-transparent\/95:focus-visible {
  border-color: rgb(0 0 0 / 0.95);
}

.focus-visible\:border-white:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.focus-visible\:border-white\/0:focus-visible {
  border-color: rgb(255 255 255 / 0);
}

.focus-visible\:border-white\/10:focus-visible {
  border-color: rgb(255 255 255 / 0.1);
}

.focus-visible\:border-white\/100:focus-visible {
  border-color: rgb(255 255 255 / 1);
}

.focus-visible\:border-white\/15:focus-visible {
  border-color: rgb(255 255 255 / 0.15);
}

.focus-visible\:border-white\/20:focus-visible {
  border-color: rgb(255 255 255 / 0.2);
}

.focus-visible\:border-white\/25:focus-visible {
  border-color: rgb(255 255 255 / 0.25);
}

.focus-visible\:border-white\/30:focus-visible {
  border-color: rgb(255 255 255 / 0.3);
}

.focus-visible\:border-white\/35:focus-visible {
  border-color: rgb(255 255 255 / 0.35);
}

.focus-visible\:border-white\/40:focus-visible {
  border-color: rgb(255 255 255 / 0.4);
}

.focus-visible\:border-white\/45:focus-visible {
  border-color: rgb(255 255 255 / 0.45);
}

.focus-visible\:border-white\/5:focus-visible {
  border-color: rgb(255 255 255 / 0.05);
}

.focus-visible\:border-white\/50:focus-visible {
  border-color: rgb(255 255 255 / 0.5);
}

.focus-visible\:border-white\/55:focus-visible {
  border-color: rgb(255 255 255 / 0.55);
}

.focus-visible\:border-white\/60:focus-visible {
  border-color: rgb(255 255 255 / 0.6);
}

.focus-visible\:border-white\/65:focus-visible {
  border-color: rgb(255 255 255 / 0.65);
}

.focus-visible\:border-white\/70:focus-visible {
  border-color: rgb(255 255 255 / 0.7);
}

.focus-visible\:border-white\/75:focus-visible {
  border-color: rgb(255 255 255 / 0.75);
}

.focus-visible\:border-white\/80:focus-visible {
  border-color: rgb(255 255 255 / 0.8);
}

.focus-visible\:border-white\/85:focus-visible {
  border-color: rgb(255 255 255 / 0.85);
}

.focus-visible\:border-white\/90:focus-visible {
  border-color: rgb(255 255 255 / 0.9);
}

.focus-visible\:border-white\/95:focus-visible {
  border-color: rgb(255 255 255 / 0.95);
}

.focus-visible\:bg-accent-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(235 251 203 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-100\/0:focus-visible {
  background-color: rgb(235 251 203 / 0);
}

.focus-visible\:bg-accent-100\/10:focus-visible {
  background-color: rgb(235 251 203 / 0.1);
}

.focus-visible\:bg-accent-100\/100:focus-visible {
  background-color: rgb(235 251 203 / 1);
}

.focus-visible\:bg-accent-100\/15:focus-visible {
  background-color: rgb(235 251 203 / 0.15);
}

.focus-visible\:bg-accent-100\/20:focus-visible {
  background-color: rgb(235 251 203 / 0.2);
}

.focus-visible\:bg-accent-100\/25:focus-visible {
  background-color: rgb(235 251 203 / 0.25);
}

.focus-visible\:bg-accent-100\/30:focus-visible {
  background-color: rgb(235 251 203 / 0.3);
}

.focus-visible\:bg-accent-100\/35:focus-visible {
  background-color: rgb(235 251 203 / 0.35);
}

.focus-visible\:bg-accent-100\/40:focus-visible {
  background-color: rgb(235 251 203 / 0.4);
}

.focus-visible\:bg-accent-100\/45:focus-visible {
  background-color: rgb(235 251 203 / 0.45);
}

.focus-visible\:bg-accent-100\/5:focus-visible {
  background-color: rgb(235 251 203 / 0.05);
}

.focus-visible\:bg-accent-100\/50:focus-visible {
  background-color: rgb(235 251 203 / 0.5);
}

.focus-visible\:bg-accent-100\/55:focus-visible {
  background-color: rgb(235 251 203 / 0.55);
}

.focus-visible\:bg-accent-100\/60:focus-visible {
  background-color: rgb(235 251 203 / 0.6);
}

.focus-visible\:bg-accent-100\/65:focus-visible {
  background-color: rgb(235 251 203 / 0.65);
}

.focus-visible\:bg-accent-100\/70:focus-visible {
  background-color: rgb(235 251 203 / 0.7);
}

.focus-visible\:bg-accent-100\/75:focus-visible {
  background-color: rgb(235 251 203 / 0.75);
}

.focus-visible\:bg-accent-100\/80:focus-visible {
  background-color: rgb(235 251 203 / 0.8);
}

.focus-visible\:bg-accent-100\/85:focus-visible {
  background-color: rgb(235 251 203 / 0.85);
}

.focus-visible\:bg-accent-100\/90:focus-visible {
  background-color: rgb(235 251 203 / 0.9);
}

.focus-visible\:bg-accent-100\/95:focus-visible {
  background-color: rgb(235 251 203 / 0.95);
}

.focus-visible\:bg-accent-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(216 246 154 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-200\/0:focus-visible {
  background-color: rgb(216 246 154 / 0);
}

.focus-visible\:bg-accent-200\/10:focus-visible {
  background-color: rgb(216 246 154 / 0.1);
}

.focus-visible\:bg-accent-200\/100:focus-visible {
  background-color: rgb(216 246 154 / 1);
}

.focus-visible\:bg-accent-200\/15:focus-visible {
  background-color: rgb(216 246 154 / 0.15);
}

.focus-visible\:bg-accent-200\/20:focus-visible {
  background-color: rgb(216 246 154 / 0.2);
}

.focus-visible\:bg-accent-200\/25:focus-visible {
  background-color: rgb(216 246 154 / 0.25);
}

.focus-visible\:bg-accent-200\/30:focus-visible {
  background-color: rgb(216 246 154 / 0.3);
}

.focus-visible\:bg-accent-200\/35:focus-visible {
  background-color: rgb(216 246 154 / 0.35);
}

.focus-visible\:bg-accent-200\/40:focus-visible {
  background-color: rgb(216 246 154 / 0.4);
}

.focus-visible\:bg-accent-200\/45:focus-visible {
  background-color: rgb(216 246 154 / 0.45);
}

.focus-visible\:bg-accent-200\/5:focus-visible {
  background-color: rgb(216 246 154 / 0.05);
}

.focus-visible\:bg-accent-200\/50:focus-visible {
  background-color: rgb(216 246 154 / 0.5);
}

.focus-visible\:bg-accent-200\/55:focus-visible {
  background-color: rgb(216 246 154 / 0.55);
}

.focus-visible\:bg-accent-200\/60:focus-visible {
  background-color: rgb(216 246 154 / 0.6);
}

.focus-visible\:bg-accent-200\/65:focus-visible {
  background-color: rgb(216 246 154 / 0.65);
}

.focus-visible\:bg-accent-200\/70:focus-visible {
  background-color: rgb(216 246 154 / 0.7);
}

.focus-visible\:bg-accent-200\/75:focus-visible {
  background-color: rgb(216 246 154 / 0.75);
}

.focus-visible\:bg-accent-200\/80:focus-visible {
  background-color: rgb(216 246 154 / 0.8);
}

.focus-visible\:bg-accent-200\/85:focus-visible {
  background-color: rgb(216 246 154 / 0.85);
}

.focus-visible\:bg-accent-200\/90:focus-visible {
  background-color: rgb(216 246 154 / 0.9);
}

.focus-visible\:bg-accent-200\/95:focus-visible {
  background-color: rgb(216 246 154 / 0.95);
}

.focus-visible\:bg-accent-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(196 240 120 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-300\/0:focus-visible {
  background-color: rgb(196 240 120 / 0);
}

.focus-visible\:bg-accent-300\/10:focus-visible {
  background-color: rgb(196 240 120 / 0.1);
}

.focus-visible\:bg-accent-300\/100:focus-visible {
  background-color: rgb(196 240 120 / 1);
}

.focus-visible\:bg-accent-300\/15:focus-visible {
  background-color: rgb(196 240 120 / 0.15);
}

.focus-visible\:bg-accent-300\/20:focus-visible {
  background-color: rgb(196 240 120 / 0.2);
}

.focus-visible\:bg-accent-300\/25:focus-visible {
  background-color: rgb(196 240 120 / 0.25);
}

.focus-visible\:bg-accent-300\/30:focus-visible {
  background-color: rgb(196 240 120 / 0.3);
}

.focus-visible\:bg-accent-300\/35:focus-visible {
  background-color: rgb(196 240 120 / 0.35);
}

.focus-visible\:bg-accent-300\/40:focus-visible {
  background-color: rgb(196 240 120 / 0.4);
}

.focus-visible\:bg-accent-300\/45:focus-visible {
  background-color: rgb(196 240 120 / 0.45);
}

.focus-visible\:bg-accent-300\/5:focus-visible {
  background-color: rgb(196 240 120 / 0.05);
}

.focus-visible\:bg-accent-300\/50:focus-visible {
  background-color: rgb(196 240 120 / 0.5);
}

.focus-visible\:bg-accent-300\/55:focus-visible {
  background-color: rgb(196 240 120 / 0.55);
}

.focus-visible\:bg-accent-300\/60:focus-visible {
  background-color: rgb(196 240 120 / 0.6);
}

.focus-visible\:bg-accent-300\/65:focus-visible {
  background-color: rgb(196 240 120 / 0.65);
}

.focus-visible\:bg-accent-300\/70:focus-visible {
  background-color: rgb(196 240 120 / 0.7);
}

.focus-visible\:bg-accent-300\/75:focus-visible {
  background-color: rgb(196 240 120 / 0.75);
}

.focus-visible\:bg-accent-300\/80:focus-visible {
  background-color: rgb(196 240 120 / 0.8);
}

.focus-visible\:bg-accent-300\/85:focus-visible {
  background-color: rgb(196 240 120 / 0.85);
}

.focus-visible\:bg-accent-300\/90:focus-visible {
  background-color: rgb(196 240 120 / 0.9);
}

.focus-visible\:bg-accent-300\/95:focus-visible {
  background-color: rgb(196 240 120 / 0.95);
}

.focus-visible\:bg-accent-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(183 237 104 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-400\/0:focus-visible {
  background-color: rgb(183 237 104 / 0);
}

.focus-visible\:bg-accent-400\/10:focus-visible {
  background-color: rgb(183 237 104 / 0.1);
}

.focus-visible\:bg-accent-400\/100:focus-visible {
  background-color: rgb(183 237 104 / 1);
}

.focus-visible\:bg-accent-400\/15:focus-visible {
  background-color: rgb(183 237 104 / 0.15);
}

.focus-visible\:bg-accent-400\/20:focus-visible {
  background-color: rgb(183 237 104 / 0.2);
}

.focus-visible\:bg-accent-400\/25:focus-visible {
  background-color: rgb(183 237 104 / 0.25);
}

.focus-visible\:bg-accent-400\/30:focus-visible {
  background-color: rgb(183 237 104 / 0.3);
}

.focus-visible\:bg-accent-400\/35:focus-visible {
  background-color: rgb(183 237 104 / 0.35);
}

.focus-visible\:bg-accent-400\/40:focus-visible {
  background-color: rgb(183 237 104 / 0.4);
}

.focus-visible\:bg-accent-400\/45:focus-visible {
  background-color: rgb(183 237 104 / 0.45);
}

.focus-visible\:bg-accent-400\/5:focus-visible {
  background-color: rgb(183 237 104 / 0.05);
}

.focus-visible\:bg-accent-400\/50:focus-visible {
  background-color: rgb(183 237 104 / 0.5);
}

.focus-visible\:bg-accent-400\/55:focus-visible {
  background-color: rgb(183 237 104 / 0.55);
}

.focus-visible\:bg-accent-400\/60:focus-visible {
  background-color: rgb(183 237 104 / 0.6);
}

.focus-visible\:bg-accent-400\/65:focus-visible {
  background-color: rgb(183 237 104 / 0.65);
}

.focus-visible\:bg-accent-400\/70:focus-visible {
  background-color: rgb(183 237 104 / 0.7);
}

.focus-visible\:bg-accent-400\/75:focus-visible {
  background-color: rgb(183 237 104 / 0.75);
}

.focus-visible\:bg-accent-400\/80:focus-visible {
  background-color: rgb(183 237 104 / 0.8);
}

.focus-visible\:bg-accent-400\/85:focus-visible {
  background-color: rgb(183 237 104 / 0.85);
}

.focus-visible\:bg-accent-400\/90:focus-visible {
  background-color: rgb(183 237 104 / 0.9);
}

.focus-visible\:bg-accent-400\/95:focus-visible {
  background-color: rgb(183 237 104 / 0.95);
}

.focus-visible\:bg-accent-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(247 253 235 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-50\/0:focus-visible {
  background-color: rgb(247 253 235 / 0);
}

.focus-visible\:bg-accent-50\/10:focus-visible {
  background-color: rgb(247 253 235 / 0.1);
}

.focus-visible\:bg-accent-50\/100:focus-visible {
  background-color: rgb(247 253 235 / 1);
}

.focus-visible\:bg-accent-50\/15:focus-visible {
  background-color: rgb(247 253 235 / 0.15);
}

.focus-visible\:bg-accent-50\/20:focus-visible {
  background-color: rgb(247 253 235 / 0.2);
}

.focus-visible\:bg-accent-50\/25:focus-visible {
  background-color: rgb(247 253 235 / 0.25);
}

.focus-visible\:bg-accent-50\/30:focus-visible {
  background-color: rgb(247 253 235 / 0.3);
}

.focus-visible\:bg-accent-50\/35:focus-visible {
  background-color: rgb(247 253 235 / 0.35);
}

.focus-visible\:bg-accent-50\/40:focus-visible {
  background-color: rgb(247 253 235 / 0.4);
}

.focus-visible\:bg-accent-50\/45:focus-visible {
  background-color: rgb(247 253 235 / 0.45);
}

.focus-visible\:bg-accent-50\/5:focus-visible {
  background-color: rgb(247 253 235 / 0.05);
}

.focus-visible\:bg-accent-50\/50:focus-visible {
  background-color: rgb(247 253 235 / 0.5);
}

.focus-visible\:bg-accent-50\/55:focus-visible {
  background-color: rgb(247 253 235 / 0.55);
}

.focus-visible\:bg-accent-50\/60:focus-visible {
  background-color: rgb(247 253 235 / 0.6);
}

.focus-visible\:bg-accent-50\/65:focus-visible {
  background-color: rgb(247 253 235 / 0.65);
}

.focus-visible\:bg-accent-50\/70:focus-visible {
  background-color: rgb(247 253 235 / 0.7);
}

.focus-visible\:bg-accent-50\/75:focus-visible {
  background-color: rgb(247 253 235 / 0.75);
}

.focus-visible\:bg-accent-50\/80:focus-visible {
  background-color: rgb(247 253 235 / 0.8);
}

.focus-visible\:bg-accent-50\/85:focus-visible {
  background-color: rgb(247 253 235 / 0.85);
}

.focus-visible\:bg-accent-50\/90:focus-visible {
  background-color: rgb(247 253 235 / 0.9);
}

.focus-visible\:bg-accent-50\/95:focus-visible {
  background-color: rgb(247 253 235 / 0.95);
}

.focus-visible\:bg-accent-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(174 235 96 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-500\/0:focus-visible {
  background-color: rgb(174 235 96 / 0);
}

.focus-visible\:bg-accent-500\/10:focus-visible {
  background-color: rgb(174 235 96 / 0.1);
}

.focus-visible\:bg-accent-500\/100:focus-visible {
  background-color: rgb(174 235 96 / 1);
}

.focus-visible\:bg-accent-500\/15:focus-visible {
  background-color: rgb(174 235 96 / 0.15);
}

.focus-visible\:bg-accent-500\/20:focus-visible {
  background-color: rgb(174 235 96 / 0.2);
}

.focus-visible\:bg-accent-500\/25:focus-visible {
  background-color: rgb(174 235 96 / 0.25);
}

.focus-visible\:bg-accent-500\/30:focus-visible {
  background-color: rgb(174 235 96 / 0.3);
}

.focus-visible\:bg-accent-500\/35:focus-visible {
  background-color: rgb(174 235 96 / 0.35);
}

.focus-visible\:bg-accent-500\/40:focus-visible {
  background-color: rgb(174 235 96 / 0.4);
}

.focus-visible\:bg-accent-500\/45:focus-visible {
  background-color: rgb(174 235 96 / 0.45);
}

.focus-visible\:bg-accent-500\/5:focus-visible {
  background-color: rgb(174 235 96 / 0.05);
}

.focus-visible\:bg-accent-500\/50:focus-visible {
  background-color: rgb(174 235 96 / 0.5);
}

.focus-visible\:bg-accent-500\/55:focus-visible {
  background-color: rgb(174 235 96 / 0.55);
}

.focus-visible\:bg-accent-500\/60:focus-visible {
  background-color: rgb(174 235 96 / 0.6);
}

.focus-visible\:bg-accent-500\/65:focus-visible {
  background-color: rgb(174 235 96 / 0.65);
}

.focus-visible\:bg-accent-500\/70:focus-visible {
  background-color: rgb(174 235 96 / 0.7);
}

.focus-visible\:bg-accent-500\/75:focus-visible {
  background-color: rgb(174 235 96 / 0.75);
}

.focus-visible\:bg-accent-500\/80:focus-visible {
  background-color: rgb(174 235 96 / 0.8);
}

.focus-visible\:bg-accent-500\/85:focus-visible {
  background-color: rgb(174 235 96 / 0.85);
}

.focus-visible\:bg-accent-500\/90:focus-visible {
  background-color: rgb(174 235 96 / 0.9);
}

.focus-visible\:bg-accent-500\/95:focus-visible {
  background-color: rgb(174 235 96 / 0.95);
}

.focus-visible\:bg-accent-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(130 201 48 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-600\/0:focus-visible {
  background-color: rgb(130 201 48 / 0);
}

.focus-visible\:bg-accent-600\/10:focus-visible {
  background-color: rgb(130 201 48 / 0.1);
}

.focus-visible\:bg-accent-600\/100:focus-visible {
  background-color: rgb(130 201 48 / 1);
}

.focus-visible\:bg-accent-600\/15:focus-visible {
  background-color: rgb(130 201 48 / 0.15);
}

.focus-visible\:bg-accent-600\/20:focus-visible {
  background-color: rgb(130 201 48 / 0.2);
}

.focus-visible\:bg-accent-600\/25:focus-visible {
  background-color: rgb(130 201 48 / 0.25);
}

.focus-visible\:bg-accent-600\/30:focus-visible {
  background-color: rgb(130 201 48 / 0.3);
}

.focus-visible\:bg-accent-600\/35:focus-visible {
  background-color: rgb(130 201 48 / 0.35);
}

.focus-visible\:bg-accent-600\/40:focus-visible {
  background-color: rgb(130 201 48 / 0.4);
}

.focus-visible\:bg-accent-600\/45:focus-visible {
  background-color: rgb(130 201 48 / 0.45);
}

.focus-visible\:bg-accent-600\/5:focus-visible {
  background-color: rgb(130 201 48 / 0.05);
}

.focus-visible\:bg-accent-600\/50:focus-visible {
  background-color: rgb(130 201 48 / 0.5);
}

.focus-visible\:bg-accent-600\/55:focus-visible {
  background-color: rgb(130 201 48 / 0.55);
}

.focus-visible\:bg-accent-600\/60:focus-visible {
  background-color: rgb(130 201 48 / 0.6);
}

.focus-visible\:bg-accent-600\/65:focus-visible {
  background-color: rgb(130 201 48 / 0.65);
}

.focus-visible\:bg-accent-600\/70:focus-visible {
  background-color: rgb(130 201 48 / 0.7);
}

.focus-visible\:bg-accent-600\/75:focus-visible {
  background-color: rgb(130 201 48 / 0.75);
}

.focus-visible\:bg-accent-600\/80:focus-visible {
  background-color: rgb(130 201 48 / 0.8);
}

.focus-visible\:bg-accent-600\/85:focus-visible {
  background-color: rgb(130 201 48 / 0.85);
}

.focus-visible\:bg-accent-600\/90:focus-visible {
  background-color: rgb(130 201 48 / 0.9);
}

.focus-visible\:bg-accent-600\/95:focus-visible {
  background-color: rgb(130 201 48 / 0.95);
}

.focus-visible\:bg-accent-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(97 161 31 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-700\/0:focus-visible {
  background-color: rgb(97 161 31 / 0);
}

.focus-visible\:bg-accent-700\/10:focus-visible {
  background-color: rgb(97 161 31 / 0.1);
}

.focus-visible\:bg-accent-700\/100:focus-visible {
  background-color: rgb(97 161 31 / 1);
}

.focus-visible\:bg-accent-700\/15:focus-visible {
  background-color: rgb(97 161 31 / 0.15);
}

.focus-visible\:bg-accent-700\/20:focus-visible {
  background-color: rgb(97 161 31 / 0.2);
}

.focus-visible\:bg-accent-700\/25:focus-visible {
  background-color: rgb(97 161 31 / 0.25);
}

.focus-visible\:bg-accent-700\/30:focus-visible {
  background-color: rgb(97 161 31 / 0.3);
}

.focus-visible\:bg-accent-700\/35:focus-visible {
  background-color: rgb(97 161 31 / 0.35);
}

.focus-visible\:bg-accent-700\/40:focus-visible {
  background-color: rgb(97 161 31 / 0.4);
}

.focus-visible\:bg-accent-700\/45:focus-visible {
  background-color: rgb(97 161 31 / 0.45);
}

.focus-visible\:bg-accent-700\/5:focus-visible {
  background-color: rgb(97 161 31 / 0.05);
}

.focus-visible\:bg-accent-700\/50:focus-visible {
  background-color: rgb(97 161 31 / 0.5);
}

.focus-visible\:bg-accent-700\/55:focus-visible {
  background-color: rgb(97 161 31 / 0.55);
}

.focus-visible\:bg-accent-700\/60:focus-visible {
  background-color: rgb(97 161 31 / 0.6);
}

.focus-visible\:bg-accent-700\/65:focus-visible {
  background-color: rgb(97 161 31 / 0.65);
}

.focus-visible\:bg-accent-700\/70:focus-visible {
  background-color: rgb(97 161 31 / 0.7);
}

.focus-visible\:bg-accent-700\/75:focus-visible {
  background-color: rgb(97 161 31 / 0.75);
}

.focus-visible\:bg-accent-700\/80:focus-visible {
  background-color: rgb(97 161 31 / 0.8);
}

.focus-visible\:bg-accent-700\/85:focus-visible {
  background-color: rgb(97 161 31 / 0.85);
}

.focus-visible\:bg-accent-700\/90:focus-visible {
  background-color: rgb(97 161 31 / 0.9);
}

.focus-visible\:bg-accent-700\/95:focus-visible {
  background-color: rgb(97 161 31 / 0.95);
}

.focus-visible\:bg-accent-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(78 126 32 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-800\/0:focus-visible {
  background-color: rgb(78 126 32 / 0);
}

.focus-visible\:bg-accent-800\/10:focus-visible {
  background-color: rgb(78 126 32 / 0.1);
}

.focus-visible\:bg-accent-800\/100:focus-visible {
  background-color: rgb(78 126 32 / 1);
}

.focus-visible\:bg-accent-800\/15:focus-visible {
  background-color: rgb(78 126 32 / 0.15);
}

.focus-visible\:bg-accent-800\/20:focus-visible {
  background-color: rgb(78 126 32 / 0.2);
}

.focus-visible\:bg-accent-800\/25:focus-visible {
  background-color: rgb(78 126 32 / 0.25);
}

.focus-visible\:bg-accent-800\/30:focus-visible {
  background-color: rgb(78 126 32 / 0.3);
}

.focus-visible\:bg-accent-800\/35:focus-visible {
  background-color: rgb(78 126 32 / 0.35);
}

.focus-visible\:bg-accent-800\/40:focus-visible {
  background-color: rgb(78 126 32 / 0.4);
}

.focus-visible\:bg-accent-800\/45:focus-visible {
  background-color: rgb(78 126 32 / 0.45);
}

.focus-visible\:bg-accent-800\/5:focus-visible {
  background-color: rgb(78 126 32 / 0.05);
}

.focus-visible\:bg-accent-800\/50:focus-visible {
  background-color: rgb(78 126 32 / 0.5);
}

.focus-visible\:bg-accent-800\/55:focus-visible {
  background-color: rgb(78 126 32 / 0.55);
}

.focus-visible\:bg-accent-800\/60:focus-visible {
  background-color: rgb(78 126 32 / 0.6);
}

.focus-visible\:bg-accent-800\/65:focus-visible {
  background-color: rgb(78 126 32 / 0.65);
}

.focus-visible\:bg-accent-800\/70:focus-visible {
  background-color: rgb(78 126 32 / 0.7);
}

.focus-visible\:bg-accent-800\/75:focus-visible {
  background-color: rgb(78 126 32 / 0.75);
}

.focus-visible\:bg-accent-800\/80:focus-visible {
  background-color: rgb(78 126 32 / 0.8);
}

.focus-visible\:bg-accent-800\/85:focus-visible {
  background-color: rgb(78 126 32 / 0.85);
}

.focus-visible\:bg-accent-800\/90:focus-visible {
  background-color: rgb(78 126 32 / 0.9);
}

.focus-visible\:bg-accent-800\/95:focus-visible {
  background-color: rgb(78 126 32 / 0.95);
}

.focus-visible\:bg-accent-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(66 106 33 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-900\/0:focus-visible {
  background-color: rgb(66 106 33 / 0);
}

.focus-visible\:bg-accent-900\/10:focus-visible {
  background-color: rgb(66 106 33 / 0.1);
}

.focus-visible\:bg-accent-900\/100:focus-visible {
  background-color: rgb(66 106 33 / 1);
}

.focus-visible\:bg-accent-900\/15:focus-visible {
  background-color: rgb(66 106 33 / 0.15);
}

.focus-visible\:bg-accent-900\/20:focus-visible {
  background-color: rgb(66 106 33 / 0.2);
}

.focus-visible\:bg-accent-900\/25:focus-visible {
  background-color: rgb(66 106 33 / 0.25);
}

.focus-visible\:bg-accent-900\/30:focus-visible {
  background-color: rgb(66 106 33 / 0.3);
}

.focus-visible\:bg-accent-900\/35:focus-visible {
  background-color: rgb(66 106 33 / 0.35);
}

.focus-visible\:bg-accent-900\/40:focus-visible {
  background-color: rgb(66 106 33 / 0.4);
}

.focus-visible\:bg-accent-900\/45:focus-visible {
  background-color: rgb(66 106 33 / 0.45);
}

.focus-visible\:bg-accent-900\/5:focus-visible {
  background-color: rgb(66 106 33 / 0.05);
}

.focus-visible\:bg-accent-900\/50:focus-visible {
  background-color: rgb(66 106 33 / 0.5);
}

.focus-visible\:bg-accent-900\/55:focus-visible {
  background-color: rgb(66 106 33 / 0.55);
}

.focus-visible\:bg-accent-900\/60:focus-visible {
  background-color: rgb(66 106 33 / 0.6);
}

.focus-visible\:bg-accent-900\/65:focus-visible {
  background-color: rgb(66 106 33 / 0.65);
}

.focus-visible\:bg-accent-900\/70:focus-visible {
  background-color: rgb(66 106 33 / 0.7);
}

.focus-visible\:bg-accent-900\/75:focus-visible {
  background-color: rgb(66 106 33 / 0.75);
}

.focus-visible\:bg-accent-900\/80:focus-visible {
  background-color: rgb(66 106 33 / 0.8);
}

.focus-visible\:bg-accent-900\/85:focus-visible {
  background-color: rgb(66 106 33 / 0.85);
}

.focus-visible\:bg-accent-900\/90:focus-visible {
  background-color: rgb(66 106 33 / 0.9);
}

.focus-visible\:bg-accent-900\/95:focus-visible {
  background-color: rgb(66 106 33 / 0.95);
}

.focus-visible\:bg-accent-950:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(32 58 11 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-accent-950\/0:focus-visible {
  background-color: rgb(32 58 11 / 0);
}

.focus-visible\:bg-accent-950\/10:focus-visible {
  background-color: rgb(32 58 11 / 0.1);
}

.focus-visible\:bg-accent-950\/100:focus-visible {
  background-color: rgb(32 58 11 / 1);
}

.focus-visible\:bg-accent-950\/15:focus-visible {
  background-color: rgb(32 58 11 / 0.15);
}

.focus-visible\:bg-accent-950\/20:focus-visible {
  background-color: rgb(32 58 11 / 0.2);
}

.focus-visible\:bg-accent-950\/25:focus-visible {
  background-color: rgb(32 58 11 / 0.25);
}

.focus-visible\:bg-accent-950\/30:focus-visible {
  background-color: rgb(32 58 11 / 0.3);
}

.focus-visible\:bg-accent-950\/35:focus-visible {
  background-color: rgb(32 58 11 / 0.35);
}

.focus-visible\:bg-accent-950\/40:focus-visible {
  background-color: rgb(32 58 11 / 0.4);
}

.focus-visible\:bg-accent-950\/45:focus-visible {
  background-color: rgb(32 58 11 / 0.45);
}

.focus-visible\:bg-accent-950\/5:focus-visible {
  background-color: rgb(32 58 11 / 0.05);
}

.focus-visible\:bg-accent-950\/50:focus-visible {
  background-color: rgb(32 58 11 / 0.5);
}

.focus-visible\:bg-accent-950\/55:focus-visible {
  background-color: rgb(32 58 11 / 0.55);
}

.focus-visible\:bg-accent-950\/60:focus-visible {
  background-color: rgb(32 58 11 / 0.6);
}

.focus-visible\:bg-accent-950\/65:focus-visible {
  background-color: rgb(32 58 11 / 0.65);
}

.focus-visible\:bg-accent-950\/70:focus-visible {
  background-color: rgb(32 58 11 / 0.7);
}

.focus-visible\:bg-accent-950\/75:focus-visible {
  background-color: rgb(32 58 11 / 0.75);
}

.focus-visible\:bg-accent-950\/80:focus-visible {
  background-color: rgb(32 58 11 / 0.8);
}

.focus-visible\:bg-accent-950\/85:focus-visible {
  background-color: rgb(32 58 11 / 0.85);
}

.focus-visible\:bg-accent-950\/90:focus-visible {
  background-color: rgb(32 58 11 / 0.9);
}

.focus-visible\:bg-accent-950\/95:focus-visible {
  background-color: rgb(32 58 11 / 0.95);
}

.focus-visible\:bg-black:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-black\/0:focus-visible {
  background-color: rgb(0 0 0 / 0);
}

.focus-visible\:bg-black\/10:focus-visible {
  background-color: rgb(0 0 0 / 0.1);
}

.focus-visible\:bg-black\/100:focus-visible {
  background-color: rgb(0 0 0 / 1);
}

.focus-visible\:bg-black\/15:focus-visible {
  background-color: rgb(0 0 0 / 0.15);
}

.focus-visible\:bg-black\/20:focus-visible {
  background-color: rgb(0 0 0 / 0.2);
}

.focus-visible\:bg-black\/25:focus-visible {
  background-color: rgb(0 0 0 / 0.25);
}

.focus-visible\:bg-black\/30:focus-visible {
  background-color: rgb(0 0 0 / 0.3);
}

.focus-visible\:bg-black\/35:focus-visible {
  background-color: rgb(0 0 0 / 0.35);
}

.focus-visible\:bg-black\/40:focus-visible {
  background-color: rgb(0 0 0 / 0.4);
}

.focus-visible\:bg-black\/45:focus-visible {
  background-color: rgb(0 0 0 / 0.45);
}

.focus-visible\:bg-black\/5:focus-visible {
  background-color: rgb(0 0 0 / 0.05);
}

.focus-visible\:bg-black\/50:focus-visible {
  background-color: rgb(0 0 0 / 0.5);
}

.focus-visible\:bg-black\/55:focus-visible {
  background-color: rgb(0 0 0 / 0.55);
}

.focus-visible\:bg-black\/60:focus-visible {
  background-color: rgb(0 0 0 / 0.6);
}

.focus-visible\:bg-black\/65:focus-visible {
  background-color: rgb(0 0 0 / 0.65);
}

.focus-visible\:bg-black\/70:focus-visible {
  background-color: rgb(0 0 0 / 0.7);
}

.focus-visible\:bg-black\/75:focus-visible {
  background-color: rgb(0 0 0 / 0.75);
}

.focus-visible\:bg-black\/80:focus-visible {
  background-color: rgb(0 0 0 / 0.8);
}

.focus-visible\:bg-black\/85:focus-visible {
  background-color: rgb(0 0 0 / 0.85);
}

.focus-visible\:bg-black\/90:focus-visible {
  background-color: rgb(0 0 0 / 0.9);
}

.focus-visible\:bg-black\/95:focus-visible {
  background-color: rgb(0 0 0 / 0.95);
}

.focus-visible\:bg-brand-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(233 227 255 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-100\/0:focus-visible {
  background-color: rgb(233 227 255 / 0);
}

.focus-visible\:bg-brand-100\/10:focus-visible {
  background-color: rgb(233 227 255 / 0.1);
}

.focus-visible\:bg-brand-100\/100:focus-visible {
  background-color: rgb(233 227 255 / 1);
}

.focus-visible\:bg-brand-100\/15:focus-visible {
  background-color: rgb(233 227 255 / 0.15);
}

.focus-visible\:bg-brand-100\/20:focus-visible {
  background-color: rgb(233 227 255 / 0.2);
}

.focus-visible\:bg-brand-100\/25:focus-visible {
  background-color: rgb(233 227 255 / 0.25);
}

.focus-visible\:bg-brand-100\/30:focus-visible {
  background-color: rgb(233 227 255 / 0.3);
}

.focus-visible\:bg-brand-100\/35:focus-visible {
  background-color: rgb(233 227 255 / 0.35);
}

.focus-visible\:bg-brand-100\/40:focus-visible {
  background-color: rgb(233 227 255 / 0.4);
}

.focus-visible\:bg-brand-100\/45:focus-visible {
  background-color: rgb(233 227 255 / 0.45);
}

.focus-visible\:bg-brand-100\/5:focus-visible {
  background-color: rgb(233 227 255 / 0.05);
}

.focus-visible\:bg-brand-100\/50:focus-visible {
  background-color: rgb(233 227 255 / 0.5);
}

.focus-visible\:bg-brand-100\/55:focus-visible {
  background-color: rgb(233 227 255 / 0.55);
}

.focus-visible\:bg-brand-100\/60:focus-visible {
  background-color: rgb(233 227 255 / 0.6);
}

.focus-visible\:bg-brand-100\/65:focus-visible {
  background-color: rgb(233 227 255 / 0.65);
}

.focus-visible\:bg-brand-100\/70:focus-visible {
  background-color: rgb(233 227 255 / 0.7);
}

.focus-visible\:bg-brand-100\/75:focus-visible {
  background-color: rgb(233 227 255 / 0.75);
}

.focus-visible\:bg-brand-100\/80:focus-visible {
  background-color: rgb(233 227 255 / 0.8);
}

.focus-visible\:bg-brand-100\/85:focus-visible {
  background-color: rgb(233 227 255 / 0.85);
}

.focus-visible\:bg-brand-100\/90:focus-visible {
  background-color: rgb(233 227 255 / 0.9);
}

.focus-visible\:bg-brand-100\/95:focus-visible {
  background-color: rgb(233 227 255 / 0.95);
}

.focus-visible\:bg-brand-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(211 199 255 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-200\/0:focus-visible {
  background-color: rgb(211 199 255 / 0);
}

.focus-visible\:bg-brand-200\/10:focus-visible {
  background-color: rgb(211 199 255 / 0.1);
}

.focus-visible\:bg-brand-200\/100:focus-visible {
  background-color: rgb(211 199 255 / 1);
}

.focus-visible\:bg-brand-200\/15:focus-visible {
  background-color: rgb(211 199 255 / 0.15);
}

.focus-visible\:bg-brand-200\/20:focus-visible {
  background-color: rgb(211 199 255 / 0.2);
}

.focus-visible\:bg-brand-200\/25:focus-visible {
  background-color: rgb(211 199 255 / 0.25);
}

.focus-visible\:bg-brand-200\/30:focus-visible {
  background-color: rgb(211 199 255 / 0.3);
}

.focus-visible\:bg-brand-200\/35:focus-visible {
  background-color: rgb(211 199 255 / 0.35);
}

.focus-visible\:bg-brand-200\/40:focus-visible {
  background-color: rgb(211 199 255 / 0.4);
}

.focus-visible\:bg-brand-200\/45:focus-visible {
  background-color: rgb(211 199 255 / 0.45);
}

.focus-visible\:bg-brand-200\/5:focus-visible {
  background-color: rgb(211 199 255 / 0.05);
}

.focus-visible\:bg-brand-200\/50:focus-visible {
  background-color: rgb(211 199 255 / 0.5);
}

.focus-visible\:bg-brand-200\/55:focus-visible {
  background-color: rgb(211 199 255 / 0.55);
}

.focus-visible\:bg-brand-200\/60:focus-visible {
  background-color: rgb(211 199 255 / 0.6);
}

.focus-visible\:bg-brand-200\/65:focus-visible {
  background-color: rgb(211 199 255 / 0.65);
}

.focus-visible\:bg-brand-200\/70:focus-visible {
  background-color: rgb(211 199 255 / 0.7);
}

.focus-visible\:bg-brand-200\/75:focus-visible {
  background-color: rgb(211 199 255 / 0.75);
}

.focus-visible\:bg-brand-200\/80:focus-visible {
  background-color: rgb(211 199 255 / 0.8);
}

.focus-visible\:bg-brand-200\/85:focus-visible {
  background-color: rgb(211 199 255 / 0.85);
}

.focus-visible\:bg-brand-200\/90:focus-visible {
  background-color: rgb(211 199 255 / 0.9);
}

.focus-visible\:bg-brand-200\/95:focus-visible {
  background-color: rgb(211 199 255 / 0.95);
}

.focus-visible\:bg-brand-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(183 154 255 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-300\/0:focus-visible {
  background-color: rgb(183 154 255 / 0);
}

.focus-visible\:bg-brand-300\/10:focus-visible {
  background-color: rgb(183 154 255 / 0.1);
}

.focus-visible\:bg-brand-300\/100:focus-visible {
  background-color: rgb(183 154 255 / 1);
}

.focus-visible\:bg-brand-300\/15:focus-visible {
  background-color: rgb(183 154 255 / 0.15);
}

.focus-visible\:bg-brand-300\/20:focus-visible {
  background-color: rgb(183 154 255 / 0.2);
}

.focus-visible\:bg-brand-300\/25:focus-visible {
  background-color: rgb(183 154 255 / 0.25);
}

.focus-visible\:bg-brand-300\/30:focus-visible {
  background-color: rgb(183 154 255 / 0.3);
}

.focus-visible\:bg-brand-300\/35:focus-visible {
  background-color: rgb(183 154 255 / 0.35);
}

.focus-visible\:bg-brand-300\/40:focus-visible {
  background-color: rgb(183 154 255 / 0.4);
}

.focus-visible\:bg-brand-300\/45:focus-visible {
  background-color: rgb(183 154 255 / 0.45);
}

.focus-visible\:bg-brand-300\/5:focus-visible {
  background-color: rgb(183 154 255 / 0.05);
}

.focus-visible\:bg-brand-300\/50:focus-visible {
  background-color: rgb(183 154 255 / 0.5);
}

.focus-visible\:bg-brand-300\/55:focus-visible {
  background-color: rgb(183 154 255 / 0.55);
}

.focus-visible\:bg-brand-300\/60:focus-visible {
  background-color: rgb(183 154 255 / 0.6);
}

.focus-visible\:bg-brand-300\/65:focus-visible {
  background-color: rgb(183 154 255 / 0.65);
}

.focus-visible\:bg-brand-300\/70:focus-visible {
  background-color: rgb(183 154 255 / 0.7);
}

.focus-visible\:bg-brand-300\/75:focus-visible {
  background-color: rgb(183 154 255 / 0.75);
}

.focus-visible\:bg-brand-300\/80:focus-visible {
  background-color: rgb(183 154 255 / 0.8);
}

.focus-visible\:bg-brand-300\/85:focus-visible {
  background-color: rgb(183 154 255 / 0.85);
}

.focus-visible\:bg-brand-300\/90:focus-visible {
  background-color: rgb(183 154 255 / 0.9);
}

.focus-visible\:bg-brand-300\/95:focus-visible {
  background-color: rgb(183 154 255 / 0.95);
}

.focus-visible\:bg-brand-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(149 98 255 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-400\/0:focus-visible {
  background-color: rgb(149 98 255 / 0);
}

.focus-visible\:bg-brand-400\/10:focus-visible {
  background-color: rgb(149 98 255 / 0.1);
}

.focus-visible\:bg-brand-400\/100:focus-visible {
  background-color: rgb(149 98 255 / 1);
}

.focus-visible\:bg-brand-400\/15:focus-visible {
  background-color: rgb(149 98 255 / 0.15);
}

.focus-visible\:bg-brand-400\/20:focus-visible {
  background-color: rgb(149 98 255 / 0.2);
}

.focus-visible\:bg-brand-400\/25:focus-visible {
  background-color: rgb(149 98 255 / 0.25);
}

.focus-visible\:bg-brand-400\/30:focus-visible {
  background-color: rgb(149 98 255 / 0.3);
}

.focus-visible\:bg-brand-400\/35:focus-visible {
  background-color: rgb(149 98 255 / 0.35);
}

.focus-visible\:bg-brand-400\/40:focus-visible {
  background-color: rgb(149 98 255 / 0.4);
}

.focus-visible\:bg-brand-400\/45:focus-visible {
  background-color: rgb(149 98 255 / 0.45);
}

.focus-visible\:bg-brand-400\/5:focus-visible {
  background-color: rgb(149 98 255 / 0.05);
}

.focus-visible\:bg-brand-400\/50:focus-visible {
  background-color: rgb(149 98 255 / 0.5);
}

.focus-visible\:bg-brand-400\/55:focus-visible {
  background-color: rgb(149 98 255 / 0.55);
}

.focus-visible\:bg-brand-400\/60:focus-visible {
  background-color: rgb(149 98 255 / 0.6);
}

.focus-visible\:bg-brand-400\/65:focus-visible {
  background-color: rgb(149 98 255 / 0.65);
}

.focus-visible\:bg-brand-400\/70:focus-visible {
  background-color: rgb(149 98 255 / 0.7);
}

.focus-visible\:bg-brand-400\/75:focus-visible {
  background-color: rgb(149 98 255 / 0.75);
}

.focus-visible\:bg-brand-400\/80:focus-visible {
  background-color: rgb(149 98 255 / 0.8);
}

.focus-visible\:bg-brand-400\/85:focus-visible {
  background-color: rgb(149 98 255 / 0.85);
}

.focus-visible\:bg-brand-400\/90:focus-visible {
  background-color: rgb(149 98 255 / 0.9);
}

.focus-visible\:bg-brand-400\/95:focus-visible {
  background-color: rgb(149 98 255 / 0.95);
}

.focus-visible\:bg-brand-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 255 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-50\/0:focus-visible {
  background-color: rgb(244 241 255 / 0);
}

.focus-visible\:bg-brand-50\/10:focus-visible {
  background-color: rgb(244 241 255 / 0.1);
}

.focus-visible\:bg-brand-50\/100:focus-visible {
  background-color: rgb(244 241 255 / 1);
}

.focus-visible\:bg-brand-50\/15:focus-visible {
  background-color: rgb(244 241 255 / 0.15);
}

.focus-visible\:bg-brand-50\/20:focus-visible {
  background-color: rgb(244 241 255 / 0.2);
}

.focus-visible\:bg-brand-50\/25:focus-visible {
  background-color: rgb(244 241 255 / 0.25);
}

.focus-visible\:bg-brand-50\/30:focus-visible {
  background-color: rgb(244 241 255 / 0.3);
}

.focus-visible\:bg-brand-50\/35:focus-visible {
  background-color: rgb(244 241 255 / 0.35);
}

.focus-visible\:bg-brand-50\/40:focus-visible {
  background-color: rgb(244 241 255 / 0.4);
}

.focus-visible\:bg-brand-50\/45:focus-visible {
  background-color: rgb(244 241 255 / 0.45);
}

.focus-visible\:bg-brand-50\/5:focus-visible {
  background-color: rgb(244 241 255 / 0.05);
}

.focus-visible\:bg-brand-50\/50:focus-visible {
  background-color: rgb(244 241 255 / 0.5);
}

.focus-visible\:bg-brand-50\/55:focus-visible {
  background-color: rgb(244 241 255 / 0.55);
}

.focus-visible\:bg-brand-50\/60:focus-visible {
  background-color: rgb(244 241 255 / 0.6);
}

.focus-visible\:bg-brand-50\/65:focus-visible {
  background-color: rgb(244 241 255 / 0.65);
}

.focus-visible\:bg-brand-50\/70:focus-visible {
  background-color: rgb(244 241 255 / 0.7);
}

.focus-visible\:bg-brand-50\/75:focus-visible {
  background-color: rgb(244 241 255 / 0.75);
}

.focus-visible\:bg-brand-50\/80:focus-visible {
  background-color: rgb(244 241 255 / 0.8);
}

.focus-visible\:bg-brand-50\/85:focus-visible {
  background-color: rgb(244 241 255 / 0.85);
}

.focus-visible\:bg-brand-50\/90:focus-visible {
  background-color: rgb(244 241 255 / 0.9);
}

.focus-visible\:bg-brand-50\/95:focus-visible {
  background-color: rgb(244 241 255 / 0.95);
}

.focus-visible\:bg-brand-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(78 28 209 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-500\/0:focus-visible {
  background-color: rgb(78 28 209 / 0);
}

.focus-visible\:bg-brand-500\/10:focus-visible {
  background-color: rgb(78 28 209 / 0.1);
}

.focus-visible\:bg-brand-500\/100:focus-visible {
  background-color: rgb(78 28 209 / 1);
}

.focus-visible\:bg-brand-500\/15:focus-visible {
  background-color: rgb(78 28 209 / 0.15);
}

.focus-visible\:bg-brand-500\/20:focus-visible {
  background-color: rgb(78 28 209 / 0.2);
}

.focus-visible\:bg-brand-500\/25:focus-visible {
  background-color: rgb(78 28 209 / 0.25);
}

.focus-visible\:bg-brand-500\/30:focus-visible {
  background-color: rgb(78 28 209 / 0.3);
}

.focus-visible\:bg-brand-500\/35:focus-visible {
  background-color: rgb(78 28 209 / 0.35);
}

.focus-visible\:bg-brand-500\/40:focus-visible {
  background-color: rgb(78 28 209 / 0.4);
}

.focus-visible\:bg-brand-500\/45:focus-visible {
  background-color: rgb(78 28 209 / 0.45);
}

.focus-visible\:bg-brand-500\/5:focus-visible {
  background-color: rgb(78 28 209 / 0.05);
}

.focus-visible\:bg-brand-500\/50:focus-visible {
  background-color: rgb(78 28 209 / 0.5);
}

.focus-visible\:bg-brand-500\/55:focus-visible {
  background-color: rgb(78 28 209 / 0.55);
}

.focus-visible\:bg-brand-500\/60:focus-visible {
  background-color: rgb(78 28 209 / 0.6);
}

.focus-visible\:bg-brand-500\/65:focus-visible {
  background-color: rgb(78 28 209 / 0.65);
}

.focus-visible\:bg-brand-500\/70:focus-visible {
  background-color: rgb(78 28 209 / 0.7);
}

.focus-visible\:bg-brand-500\/75:focus-visible {
  background-color: rgb(78 28 209 / 0.75);
}

.focus-visible\:bg-brand-500\/80:focus-visible {
  background-color: rgb(78 28 209 / 0.8);
}

.focus-visible\:bg-brand-500\/85:focus-visible {
  background-color: rgb(78 28 209 / 0.85);
}

.focus-visible\:bg-brand-500\/90:focus-visible {
  background-color: rgb(78 28 209 / 0.9);
}

.focus-visible\:bg-brand-500\/95:focus-visible {
  background-color: rgb(78 28 209 / 0.95);
}

.focus-visible\:bg-brand-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(65 21 181 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-600\/0:focus-visible {
  background-color: rgb(65 21 181 / 0);
}

.focus-visible\:bg-brand-600\/10:focus-visible {
  background-color: rgb(65 21 181 / 0.1);
}

.focus-visible\:bg-brand-600\/100:focus-visible {
  background-color: rgb(65 21 181 / 1);
}

.focus-visible\:bg-brand-600\/15:focus-visible {
  background-color: rgb(65 21 181 / 0.15);
}

.focus-visible\:bg-brand-600\/20:focus-visible {
  background-color: rgb(65 21 181 / 0.2);
}

.focus-visible\:bg-brand-600\/25:focus-visible {
  background-color: rgb(65 21 181 / 0.25);
}

.focus-visible\:bg-brand-600\/30:focus-visible {
  background-color: rgb(65 21 181 / 0.3);
}

.focus-visible\:bg-brand-600\/35:focus-visible {
  background-color: rgb(65 21 181 / 0.35);
}

.focus-visible\:bg-brand-600\/40:focus-visible {
  background-color: rgb(65 21 181 / 0.4);
}

.focus-visible\:bg-brand-600\/45:focus-visible {
  background-color: rgb(65 21 181 / 0.45);
}

.focus-visible\:bg-brand-600\/5:focus-visible {
  background-color: rgb(65 21 181 / 0.05);
}

.focus-visible\:bg-brand-600\/50:focus-visible {
  background-color: rgb(65 21 181 / 0.5);
}

.focus-visible\:bg-brand-600\/55:focus-visible {
  background-color: rgb(65 21 181 / 0.55);
}

.focus-visible\:bg-brand-600\/60:focus-visible {
  background-color: rgb(65 21 181 / 0.6);
}

.focus-visible\:bg-brand-600\/65:focus-visible {
  background-color: rgb(65 21 181 / 0.65);
}

.focus-visible\:bg-brand-600\/70:focus-visible {
  background-color: rgb(65 21 181 / 0.7);
}

.focus-visible\:bg-brand-600\/75:focus-visible {
  background-color: rgb(65 21 181 / 0.75);
}

.focus-visible\:bg-brand-600\/80:focus-visible {
  background-color: rgb(65 21 181 / 0.8);
}

.focus-visible\:bg-brand-600\/85:focus-visible {
  background-color: rgb(65 21 181 / 0.85);
}

.focus-visible\:bg-brand-600\/90:focus-visible {
  background-color: rgb(65 21 181 / 0.9);
}

.focus-visible\:bg-brand-600\/95:focus-visible {
  background-color: rgb(65 21 181 / 0.95);
}

.focus-visible\:bg-brand-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(54 16 150 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-700\/0:focus-visible {
  background-color: rgb(54 16 150 / 0);
}

.focus-visible\:bg-brand-700\/10:focus-visible {
  background-color: rgb(54 16 150 / 0.1);
}

.focus-visible\:bg-brand-700\/100:focus-visible {
  background-color: rgb(54 16 150 / 1);
}

.focus-visible\:bg-brand-700\/15:focus-visible {
  background-color: rgb(54 16 150 / 0.15);
}

.focus-visible\:bg-brand-700\/20:focus-visible {
  background-color: rgb(54 16 150 / 0.2);
}

.focus-visible\:bg-brand-700\/25:focus-visible {
  background-color: rgb(54 16 150 / 0.25);
}

.focus-visible\:bg-brand-700\/30:focus-visible {
  background-color: rgb(54 16 150 / 0.3);
}

.focus-visible\:bg-brand-700\/35:focus-visible {
  background-color: rgb(54 16 150 / 0.35);
}

.focus-visible\:bg-brand-700\/40:focus-visible {
  background-color: rgb(54 16 150 / 0.4);
}

.focus-visible\:bg-brand-700\/45:focus-visible {
  background-color: rgb(54 16 150 / 0.45);
}

.focus-visible\:bg-brand-700\/5:focus-visible {
  background-color: rgb(54 16 150 / 0.05);
}

.focus-visible\:bg-brand-700\/50:focus-visible {
  background-color: rgb(54 16 150 / 0.5);
}

.focus-visible\:bg-brand-700\/55:focus-visible {
  background-color: rgb(54 16 150 / 0.55);
}

.focus-visible\:bg-brand-700\/60:focus-visible {
  background-color: rgb(54 16 150 / 0.6);
}

.focus-visible\:bg-brand-700\/65:focus-visible {
  background-color: rgb(54 16 150 / 0.65);
}

.focus-visible\:bg-brand-700\/70:focus-visible {
  background-color: rgb(54 16 150 / 0.7);
}

.focus-visible\:bg-brand-700\/75:focus-visible {
  background-color: rgb(54 16 150 / 0.75);
}

.focus-visible\:bg-brand-700\/80:focus-visible {
  background-color: rgb(54 16 150 / 0.8);
}

.focus-visible\:bg-brand-700\/85:focus-visible {
  background-color: rgb(54 16 150 / 0.85);
}

.focus-visible\:bg-brand-700\/90:focus-visible {
  background-color: rgb(54 16 150 / 0.9);
}

.focus-visible\:bg-brand-700\/95:focus-visible {
  background-color: rgb(54 16 150 / 0.95);
}

.focus-visible\:bg-brand-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(46 16 120 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-800\/0:focus-visible {
  background-color: rgb(46 16 120 / 0);
}

.focus-visible\:bg-brand-800\/10:focus-visible {
  background-color: rgb(46 16 120 / 0.1);
}

.focus-visible\:bg-brand-800\/100:focus-visible {
  background-color: rgb(46 16 120 / 1);
}

.focus-visible\:bg-brand-800\/15:focus-visible {
  background-color: rgb(46 16 120 / 0.15);
}

.focus-visible\:bg-brand-800\/20:focus-visible {
  background-color: rgb(46 16 120 / 0.2);
}

.focus-visible\:bg-brand-800\/25:focus-visible {
  background-color: rgb(46 16 120 / 0.25);
}

.focus-visible\:bg-brand-800\/30:focus-visible {
  background-color: rgb(46 16 120 / 0.3);
}

.focus-visible\:bg-brand-800\/35:focus-visible {
  background-color: rgb(46 16 120 / 0.35);
}

.focus-visible\:bg-brand-800\/40:focus-visible {
  background-color: rgb(46 16 120 / 0.4);
}

.focus-visible\:bg-brand-800\/45:focus-visible {
  background-color: rgb(46 16 120 / 0.45);
}

.focus-visible\:bg-brand-800\/5:focus-visible {
  background-color: rgb(46 16 120 / 0.05);
}

.focus-visible\:bg-brand-800\/50:focus-visible {
  background-color: rgb(46 16 120 / 0.5);
}

.focus-visible\:bg-brand-800\/55:focus-visible {
  background-color: rgb(46 16 120 / 0.55);
}

.focus-visible\:bg-brand-800\/60:focus-visible {
  background-color: rgb(46 16 120 / 0.6);
}

.focus-visible\:bg-brand-800\/65:focus-visible {
  background-color: rgb(46 16 120 / 0.65);
}

.focus-visible\:bg-brand-800\/70:focus-visible {
  background-color: rgb(46 16 120 / 0.7);
}

.focus-visible\:bg-brand-800\/75:focus-visible {
  background-color: rgb(46 16 120 / 0.75);
}

.focus-visible\:bg-brand-800\/80:focus-visible {
  background-color: rgb(46 16 120 / 0.8);
}

.focus-visible\:bg-brand-800\/85:focus-visible {
  background-color: rgb(46 16 120 / 0.85);
}

.focus-visible\:bg-brand-800\/90:focus-visible {
  background-color: rgb(46 16 120 / 0.9);
}

.focus-visible\:bg-brand-800\/95:focus-visible {
  background-color: rgb(46 16 120 / 0.95);
}

.focus-visible\:bg-brand-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(39 15 98 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-900\/0:focus-visible {
  background-color: rgb(39 15 98 / 0);
}

.focus-visible\:bg-brand-900\/10:focus-visible {
  background-color: rgb(39 15 98 / 0.1);
}

.focus-visible\:bg-brand-900\/100:focus-visible {
  background-color: rgb(39 15 98 / 1);
}

.focus-visible\:bg-brand-900\/15:focus-visible {
  background-color: rgb(39 15 98 / 0.15);
}

.focus-visible\:bg-brand-900\/20:focus-visible {
  background-color: rgb(39 15 98 / 0.2);
}

.focus-visible\:bg-brand-900\/25:focus-visible {
  background-color: rgb(39 15 98 / 0.25);
}

.focus-visible\:bg-brand-900\/30:focus-visible {
  background-color: rgb(39 15 98 / 0.3);
}

.focus-visible\:bg-brand-900\/35:focus-visible {
  background-color: rgb(39 15 98 / 0.35);
}

.focus-visible\:bg-brand-900\/40:focus-visible {
  background-color: rgb(39 15 98 / 0.4);
}

.focus-visible\:bg-brand-900\/45:focus-visible {
  background-color: rgb(39 15 98 / 0.45);
}

.focus-visible\:bg-brand-900\/5:focus-visible {
  background-color: rgb(39 15 98 / 0.05);
}

.focus-visible\:bg-brand-900\/50:focus-visible {
  background-color: rgb(39 15 98 / 0.5);
}

.focus-visible\:bg-brand-900\/55:focus-visible {
  background-color: rgb(39 15 98 / 0.55);
}

.focus-visible\:bg-brand-900\/60:focus-visible {
  background-color: rgb(39 15 98 / 0.6);
}

.focus-visible\:bg-brand-900\/65:focus-visible {
  background-color: rgb(39 15 98 / 0.65);
}

.focus-visible\:bg-brand-900\/70:focus-visible {
  background-color: rgb(39 15 98 / 0.7);
}

.focus-visible\:bg-brand-900\/75:focus-visible {
  background-color: rgb(39 15 98 / 0.75);
}

.focus-visible\:bg-brand-900\/80:focus-visible {
  background-color: rgb(39 15 98 / 0.8);
}

.focus-visible\:bg-brand-900\/85:focus-visible {
  background-color: rgb(39 15 98 / 0.85);
}

.focus-visible\:bg-brand-900\/90:focus-visible {
  background-color: rgb(39 15 98 / 0.9);
}

.focus-visible\:bg-brand-900\/95:focus-visible {
  background-color: rgb(39 15 98 / 0.95);
}

.focus-visible\:bg-brand-950:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(22 5 58 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-brand-950\/0:focus-visible {
  background-color: rgb(22 5 58 / 0);
}

.focus-visible\:bg-brand-950\/10:focus-visible {
  background-color: rgb(22 5 58 / 0.1);
}

.focus-visible\:bg-brand-950\/100:focus-visible {
  background-color: rgb(22 5 58 / 1);
}

.focus-visible\:bg-brand-950\/15:focus-visible {
  background-color: rgb(22 5 58 / 0.15);
}

.focus-visible\:bg-brand-950\/20:focus-visible {
  background-color: rgb(22 5 58 / 0.2);
}

.focus-visible\:bg-brand-950\/25:focus-visible {
  background-color: rgb(22 5 58 / 0.25);
}

.focus-visible\:bg-brand-950\/30:focus-visible {
  background-color: rgb(22 5 58 / 0.3);
}

.focus-visible\:bg-brand-950\/35:focus-visible {
  background-color: rgb(22 5 58 / 0.35);
}

.focus-visible\:bg-brand-950\/40:focus-visible {
  background-color: rgb(22 5 58 / 0.4);
}

.focus-visible\:bg-brand-950\/45:focus-visible {
  background-color: rgb(22 5 58 / 0.45);
}

.focus-visible\:bg-brand-950\/5:focus-visible {
  background-color: rgb(22 5 58 / 0.05);
}

.focus-visible\:bg-brand-950\/50:focus-visible {
  background-color: rgb(22 5 58 / 0.5);
}

.focus-visible\:bg-brand-950\/55:focus-visible {
  background-color: rgb(22 5 58 / 0.55);
}

.focus-visible\:bg-brand-950\/60:focus-visible {
  background-color: rgb(22 5 58 / 0.6);
}

.focus-visible\:bg-brand-950\/65:focus-visible {
  background-color: rgb(22 5 58 / 0.65);
}

.focus-visible\:bg-brand-950\/70:focus-visible {
  background-color: rgb(22 5 58 / 0.7);
}

.focus-visible\:bg-brand-950\/75:focus-visible {
  background-color: rgb(22 5 58 / 0.75);
}

.focus-visible\:bg-brand-950\/80:focus-visible {
  background-color: rgb(22 5 58 / 0.8);
}

.focus-visible\:bg-brand-950\/85:focus-visible {
  background-color: rgb(22 5 58 / 0.85);
}

.focus-visible\:bg-brand-950\/90:focus-visible {
  background-color: rgb(22 5 58 / 0.9);
}

.focus-visible\:bg-brand-950\/95:focus-visible {
  background-color: rgb(22 5 58 / 0.95);
}

.focus-visible\:bg-neutral-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-100\/0:focus-visible {
  background-color: rgb(246 245 244 / 0);
}

.focus-visible\:bg-neutral-100\/10:focus-visible {
  background-color: rgb(246 245 244 / 0.1);
}

.focus-visible\:bg-neutral-100\/100:focus-visible {
  background-color: rgb(246 245 244 / 1);
}

.focus-visible\:bg-neutral-100\/15:focus-visible {
  background-color: rgb(246 245 244 / 0.15);
}

.focus-visible\:bg-neutral-100\/20:focus-visible {
  background-color: rgb(246 245 244 / 0.2);
}

.focus-visible\:bg-neutral-100\/25:focus-visible {
  background-color: rgb(246 245 244 / 0.25);
}

.focus-visible\:bg-neutral-100\/30:focus-visible {
  background-color: rgb(246 245 244 / 0.3);
}

.focus-visible\:bg-neutral-100\/35:focus-visible {
  background-color: rgb(246 245 244 / 0.35);
}

.focus-visible\:bg-neutral-100\/40:focus-visible {
  background-color: rgb(246 245 244 / 0.4);
}

.focus-visible\:bg-neutral-100\/45:focus-visible {
  background-color: rgb(246 245 244 / 0.45);
}

.focus-visible\:bg-neutral-100\/5:focus-visible {
  background-color: rgb(246 245 244 / 0.05);
}

.focus-visible\:bg-neutral-100\/50:focus-visible {
  background-color: rgb(246 245 244 / 0.5);
}

.focus-visible\:bg-neutral-100\/55:focus-visible {
  background-color: rgb(246 245 244 / 0.55);
}

.focus-visible\:bg-neutral-100\/60:focus-visible {
  background-color: rgb(246 245 244 / 0.6);
}

.focus-visible\:bg-neutral-100\/65:focus-visible {
  background-color: rgb(246 245 244 / 0.65);
}

.focus-visible\:bg-neutral-100\/70:focus-visible {
  background-color: rgb(246 245 244 / 0.7);
}

.focus-visible\:bg-neutral-100\/75:focus-visible {
  background-color: rgb(246 245 244 / 0.75);
}

.focus-visible\:bg-neutral-100\/80:focus-visible {
  background-color: rgb(246 245 244 / 0.8);
}

.focus-visible\:bg-neutral-100\/85:focus-visible {
  background-color: rgb(246 245 244 / 0.85);
}

.focus-visible\:bg-neutral-100\/90:focus-visible {
  background-color: rgb(246 245 244 / 0.9);
}

.focus-visible\:bg-neutral-100\/95:focus-visible {
  background-color: rgb(246 245 244 / 0.95);
}

.focus-visible\:bg-neutral-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(233 230 227 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-200\/0:focus-visible {
  background-color: rgb(233 230 227 / 0);
}

.focus-visible\:bg-neutral-200\/10:focus-visible {
  background-color: rgb(233 230 227 / 0.1);
}

.focus-visible\:bg-neutral-200\/100:focus-visible {
  background-color: rgb(233 230 227 / 1);
}

.focus-visible\:bg-neutral-200\/15:focus-visible {
  background-color: rgb(233 230 227 / 0.15);
}

.focus-visible\:bg-neutral-200\/20:focus-visible {
  background-color: rgb(233 230 227 / 0.2);
}

.focus-visible\:bg-neutral-200\/25:focus-visible {
  background-color: rgb(233 230 227 / 0.25);
}

.focus-visible\:bg-neutral-200\/30:focus-visible {
  background-color: rgb(233 230 227 / 0.3);
}

.focus-visible\:bg-neutral-200\/35:focus-visible {
  background-color: rgb(233 230 227 / 0.35);
}

.focus-visible\:bg-neutral-200\/40:focus-visible {
  background-color: rgb(233 230 227 / 0.4);
}

.focus-visible\:bg-neutral-200\/45:focus-visible {
  background-color: rgb(233 230 227 / 0.45);
}

.focus-visible\:bg-neutral-200\/5:focus-visible {
  background-color: rgb(233 230 227 / 0.05);
}

.focus-visible\:bg-neutral-200\/50:focus-visible {
  background-color: rgb(233 230 227 / 0.5);
}

.focus-visible\:bg-neutral-200\/55:focus-visible {
  background-color: rgb(233 230 227 / 0.55);
}

.focus-visible\:bg-neutral-200\/60:focus-visible {
  background-color: rgb(233 230 227 / 0.6);
}

.focus-visible\:bg-neutral-200\/65:focus-visible {
  background-color: rgb(233 230 227 / 0.65);
}

.focus-visible\:bg-neutral-200\/70:focus-visible {
  background-color: rgb(233 230 227 / 0.7);
}

.focus-visible\:bg-neutral-200\/75:focus-visible {
  background-color: rgb(233 230 227 / 0.75);
}

.focus-visible\:bg-neutral-200\/80:focus-visible {
  background-color: rgb(233 230 227 / 0.8);
}

.focus-visible\:bg-neutral-200\/85:focus-visible {
  background-color: rgb(233 230 227 / 0.85);
}

.focus-visible\:bg-neutral-200\/90:focus-visible {
  background-color: rgb(233 230 227 / 0.9);
}

.focus-visible\:bg-neutral-200\/95:focus-visible {
  background-color: rgb(233 230 227 / 0.95);
}

.focus-visible\:bg-neutral-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(215 210 205 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-300\/0:focus-visible {
  background-color: rgb(215 210 205 / 0);
}

.focus-visible\:bg-neutral-300\/10:focus-visible {
  background-color: rgb(215 210 205 / 0.1);
}

.focus-visible\:bg-neutral-300\/100:focus-visible {
  background-color: rgb(215 210 205 / 1);
}

.focus-visible\:bg-neutral-300\/15:focus-visible {
  background-color: rgb(215 210 205 / 0.15);
}

.focus-visible\:bg-neutral-300\/20:focus-visible {
  background-color: rgb(215 210 205 / 0.2);
}

.focus-visible\:bg-neutral-300\/25:focus-visible {
  background-color: rgb(215 210 205 / 0.25);
}

.focus-visible\:bg-neutral-300\/30:focus-visible {
  background-color: rgb(215 210 205 / 0.3);
}

.focus-visible\:bg-neutral-300\/35:focus-visible {
  background-color: rgb(215 210 205 / 0.35);
}

.focus-visible\:bg-neutral-300\/40:focus-visible {
  background-color: rgb(215 210 205 / 0.4);
}

.focus-visible\:bg-neutral-300\/45:focus-visible {
  background-color: rgb(215 210 205 / 0.45);
}

.focus-visible\:bg-neutral-300\/5:focus-visible {
  background-color: rgb(215 210 205 / 0.05);
}

.focus-visible\:bg-neutral-300\/50:focus-visible {
  background-color: rgb(215 210 205 / 0.5);
}

.focus-visible\:bg-neutral-300\/55:focus-visible {
  background-color: rgb(215 210 205 / 0.55);
}

.focus-visible\:bg-neutral-300\/60:focus-visible {
  background-color: rgb(215 210 205 / 0.6);
}

.focus-visible\:bg-neutral-300\/65:focus-visible {
  background-color: rgb(215 210 205 / 0.65);
}

.focus-visible\:bg-neutral-300\/70:focus-visible {
  background-color: rgb(215 210 205 / 0.7);
}

.focus-visible\:bg-neutral-300\/75:focus-visible {
  background-color: rgb(215 210 205 / 0.75);
}

.focus-visible\:bg-neutral-300\/80:focus-visible {
  background-color: rgb(215 210 205 / 0.8);
}

.focus-visible\:bg-neutral-300\/85:focus-visible {
  background-color: rgb(215 210 205 / 0.85);
}

.focus-visible\:bg-neutral-300\/90:focus-visible {
  background-color: rgb(215 210 205 / 0.9);
}

.focus-visible\:bg-neutral-300\/95:focus-visible {
  background-color: rgb(215 210 205 / 0.95);
}

.focus-visible\:bg-neutral-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(175 168 161 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-400\/0:focus-visible {
  background-color: rgb(175 168 161 / 0);
}

.focus-visible\:bg-neutral-400\/10:focus-visible {
  background-color: rgb(175 168 161 / 0.1);
}

.focus-visible\:bg-neutral-400\/100:focus-visible {
  background-color: rgb(175 168 161 / 1);
}

.focus-visible\:bg-neutral-400\/15:focus-visible {
  background-color: rgb(175 168 161 / 0.15);
}

.focus-visible\:bg-neutral-400\/20:focus-visible {
  background-color: rgb(175 168 161 / 0.2);
}

.focus-visible\:bg-neutral-400\/25:focus-visible {
  background-color: rgb(175 168 161 / 0.25);
}

.focus-visible\:bg-neutral-400\/30:focus-visible {
  background-color: rgb(175 168 161 / 0.3);
}

.focus-visible\:bg-neutral-400\/35:focus-visible {
  background-color: rgb(175 168 161 / 0.35);
}

.focus-visible\:bg-neutral-400\/40:focus-visible {
  background-color: rgb(175 168 161 / 0.4);
}

.focus-visible\:bg-neutral-400\/45:focus-visible {
  background-color: rgb(175 168 161 / 0.45);
}

.focus-visible\:bg-neutral-400\/5:focus-visible {
  background-color: rgb(175 168 161 / 0.05);
}

.focus-visible\:bg-neutral-400\/50:focus-visible {
  background-color: rgb(175 168 161 / 0.5);
}

.focus-visible\:bg-neutral-400\/55:focus-visible {
  background-color: rgb(175 168 161 / 0.55);
}

.focus-visible\:bg-neutral-400\/60:focus-visible {
  background-color: rgb(175 168 161 / 0.6);
}

.focus-visible\:bg-neutral-400\/65:focus-visible {
  background-color: rgb(175 168 161 / 0.65);
}

.focus-visible\:bg-neutral-400\/70:focus-visible {
  background-color: rgb(175 168 161 / 0.7);
}

.focus-visible\:bg-neutral-400\/75:focus-visible {
  background-color: rgb(175 168 161 / 0.75);
}

.focus-visible\:bg-neutral-400\/80:focus-visible {
  background-color: rgb(175 168 161 / 0.8);
}

.focus-visible\:bg-neutral-400\/85:focus-visible {
  background-color: rgb(175 168 161 / 0.85);
}

.focus-visible\:bg-neutral-400\/90:focus-visible {
  background-color: rgb(175 168 161 / 0.9);
}

.focus-visible\:bg-neutral-400\/95:focus-visible {
  background-color: rgb(175 168 161 / 0.95);
}

.focus-visible\:bg-neutral-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 249 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-50\/0:focus-visible {
  background-color: rgb(251 250 249 / 0);
}

.focus-visible\:bg-neutral-50\/10:focus-visible {
  background-color: rgb(251 250 249 / 0.1);
}

.focus-visible\:bg-neutral-50\/100:focus-visible {
  background-color: rgb(251 250 249 / 1);
}

.focus-visible\:bg-neutral-50\/15:focus-visible {
  background-color: rgb(251 250 249 / 0.15);
}

.focus-visible\:bg-neutral-50\/20:focus-visible {
  background-color: rgb(251 250 249 / 0.2);
}

.focus-visible\:bg-neutral-50\/25:focus-visible {
  background-color: rgb(251 250 249 / 0.25);
}

.focus-visible\:bg-neutral-50\/30:focus-visible {
  background-color: rgb(251 250 249 / 0.3);
}

.focus-visible\:bg-neutral-50\/35:focus-visible {
  background-color: rgb(251 250 249 / 0.35);
}

.focus-visible\:bg-neutral-50\/40:focus-visible {
  background-color: rgb(251 250 249 / 0.4);
}

.focus-visible\:bg-neutral-50\/45:focus-visible {
  background-color: rgb(251 250 249 / 0.45);
}

.focus-visible\:bg-neutral-50\/5:focus-visible {
  background-color: rgb(251 250 249 / 0.05);
}

.focus-visible\:bg-neutral-50\/50:focus-visible {
  background-color: rgb(251 250 249 / 0.5);
}

.focus-visible\:bg-neutral-50\/55:focus-visible {
  background-color: rgb(251 250 249 / 0.55);
}

.focus-visible\:bg-neutral-50\/60:focus-visible {
  background-color: rgb(251 250 249 / 0.6);
}

.focus-visible\:bg-neutral-50\/65:focus-visible {
  background-color: rgb(251 250 249 / 0.65);
}

.focus-visible\:bg-neutral-50\/70:focus-visible {
  background-color: rgb(251 250 249 / 0.7);
}

.focus-visible\:bg-neutral-50\/75:focus-visible {
  background-color: rgb(251 250 249 / 0.75);
}

.focus-visible\:bg-neutral-50\/80:focus-visible {
  background-color: rgb(251 250 249 / 0.8);
}

.focus-visible\:bg-neutral-50\/85:focus-visible {
  background-color: rgb(251 250 249 / 0.85);
}

.focus-visible\:bg-neutral-50\/90:focus-visible {
  background-color: rgb(251 250 249 / 0.9);
}

.focus-visible\:bg-neutral-50\/95:focus-visible {
  background-color: rgb(251 250 249 / 0.95);
}

.focus-visible\:bg-neutral-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(129 121 113 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-500\/0:focus-visible {
  background-color: rgb(129 121 113 / 0);
}

.focus-visible\:bg-neutral-500\/10:focus-visible {
  background-color: rgb(129 121 113 / 0.1);
}

.focus-visible\:bg-neutral-500\/100:focus-visible {
  background-color: rgb(129 121 113 / 1);
}

.focus-visible\:bg-neutral-500\/15:focus-visible {
  background-color: rgb(129 121 113 / 0.15);
}

.focus-visible\:bg-neutral-500\/20:focus-visible {
  background-color: rgb(129 121 113 / 0.2);
}

.focus-visible\:bg-neutral-500\/25:focus-visible {
  background-color: rgb(129 121 113 / 0.25);
}

.focus-visible\:bg-neutral-500\/30:focus-visible {
  background-color: rgb(129 121 113 / 0.3);
}

.focus-visible\:bg-neutral-500\/35:focus-visible {
  background-color: rgb(129 121 113 / 0.35);
}

.focus-visible\:bg-neutral-500\/40:focus-visible {
  background-color: rgb(129 121 113 / 0.4);
}

.focus-visible\:bg-neutral-500\/45:focus-visible {
  background-color: rgb(129 121 113 / 0.45);
}

.focus-visible\:bg-neutral-500\/5:focus-visible {
  background-color: rgb(129 121 113 / 0.05);
}

.focus-visible\:bg-neutral-500\/50:focus-visible {
  background-color: rgb(129 121 113 / 0.5);
}

.focus-visible\:bg-neutral-500\/55:focus-visible {
  background-color: rgb(129 121 113 / 0.55);
}

.focus-visible\:bg-neutral-500\/60:focus-visible {
  background-color: rgb(129 121 113 / 0.6);
}

.focus-visible\:bg-neutral-500\/65:focus-visible {
  background-color: rgb(129 121 113 / 0.65);
}

.focus-visible\:bg-neutral-500\/70:focus-visible {
  background-color: rgb(129 121 113 / 0.7);
}

.focus-visible\:bg-neutral-500\/75:focus-visible {
  background-color: rgb(129 121 113 / 0.75);
}

.focus-visible\:bg-neutral-500\/80:focus-visible {
  background-color: rgb(129 121 113 / 0.8);
}

.focus-visible\:bg-neutral-500\/85:focus-visible {
  background-color: rgb(129 121 113 / 0.85);
}

.focus-visible\:bg-neutral-500\/90:focus-visible {
  background-color: rgb(129 121 113 / 0.9);
}

.focus-visible\:bg-neutral-500\/95:focus-visible {
  background-color: rgb(129 121 113 / 0.95);
}

.focus-visible\:bg-neutral-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(96 89 82 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-600\/0:focus-visible {
  background-color: rgb(96 89 82 / 0);
}

.focus-visible\:bg-neutral-600\/10:focus-visible {
  background-color: rgb(96 89 82 / 0.1);
}

.focus-visible\:bg-neutral-600\/100:focus-visible {
  background-color: rgb(96 89 82 / 1);
}

.focus-visible\:bg-neutral-600\/15:focus-visible {
  background-color: rgb(96 89 82 / 0.15);
}

.focus-visible\:bg-neutral-600\/20:focus-visible {
  background-color: rgb(96 89 82 / 0.2);
}

.focus-visible\:bg-neutral-600\/25:focus-visible {
  background-color: rgb(96 89 82 / 0.25);
}

.focus-visible\:bg-neutral-600\/30:focus-visible {
  background-color: rgb(96 89 82 / 0.3);
}

.focus-visible\:bg-neutral-600\/35:focus-visible {
  background-color: rgb(96 89 82 / 0.35);
}

.focus-visible\:bg-neutral-600\/40:focus-visible {
  background-color: rgb(96 89 82 / 0.4);
}

.focus-visible\:bg-neutral-600\/45:focus-visible {
  background-color: rgb(96 89 82 / 0.45);
}

.focus-visible\:bg-neutral-600\/5:focus-visible {
  background-color: rgb(96 89 82 / 0.05);
}

.focus-visible\:bg-neutral-600\/50:focus-visible {
  background-color: rgb(96 89 82 / 0.5);
}

.focus-visible\:bg-neutral-600\/55:focus-visible {
  background-color: rgb(96 89 82 / 0.55);
}

.focus-visible\:bg-neutral-600\/60:focus-visible {
  background-color: rgb(96 89 82 / 0.6);
}

.focus-visible\:bg-neutral-600\/65:focus-visible {
  background-color: rgb(96 89 82 / 0.65);
}

.focus-visible\:bg-neutral-600\/70:focus-visible {
  background-color: rgb(96 89 82 / 0.7);
}

.focus-visible\:bg-neutral-600\/75:focus-visible {
  background-color: rgb(96 89 82 / 0.75);
}

.focus-visible\:bg-neutral-600\/80:focus-visible {
  background-color: rgb(96 89 82 / 0.8);
}

.focus-visible\:bg-neutral-600\/85:focus-visible {
  background-color: rgb(96 89 82 / 0.85);
}

.focus-visible\:bg-neutral-600\/90:focus-visible {
  background-color: rgb(96 89 82 / 0.9);
}

.focus-visible\:bg-neutral-600\/95:focus-visible {
  background-color: rgb(96 89 82 / 0.95);
}

.focus-visible\:bg-neutral-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(73 68 63 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-700\/0:focus-visible {
  background-color: rgb(73 68 63 / 0);
}

.focus-visible\:bg-neutral-700\/10:focus-visible {
  background-color: rgb(73 68 63 / 0.1);
}

.focus-visible\:bg-neutral-700\/100:focus-visible {
  background-color: rgb(73 68 63 / 1);
}

.focus-visible\:bg-neutral-700\/15:focus-visible {
  background-color: rgb(73 68 63 / 0.15);
}

.focus-visible\:bg-neutral-700\/20:focus-visible {
  background-color: rgb(73 68 63 / 0.2);
}

.focus-visible\:bg-neutral-700\/25:focus-visible {
  background-color: rgb(73 68 63 / 0.25);
}

.focus-visible\:bg-neutral-700\/30:focus-visible {
  background-color: rgb(73 68 63 / 0.3);
}

.focus-visible\:bg-neutral-700\/35:focus-visible {
  background-color: rgb(73 68 63 / 0.35);
}

.focus-visible\:bg-neutral-700\/40:focus-visible {
  background-color: rgb(73 68 63 / 0.4);
}

.focus-visible\:bg-neutral-700\/45:focus-visible {
  background-color: rgb(73 68 63 / 0.45);
}

.focus-visible\:bg-neutral-700\/5:focus-visible {
  background-color: rgb(73 68 63 / 0.05);
}

.focus-visible\:bg-neutral-700\/50:focus-visible {
  background-color: rgb(73 68 63 / 0.5);
}

.focus-visible\:bg-neutral-700\/55:focus-visible {
  background-color: rgb(73 68 63 / 0.55);
}

.focus-visible\:bg-neutral-700\/60:focus-visible {
  background-color: rgb(73 68 63 / 0.6);
}

.focus-visible\:bg-neutral-700\/65:focus-visible {
  background-color: rgb(73 68 63 / 0.65);
}

.focus-visible\:bg-neutral-700\/70:focus-visible {
  background-color: rgb(73 68 63 / 0.7);
}

.focus-visible\:bg-neutral-700\/75:focus-visible {
  background-color: rgb(73 68 63 / 0.75);
}

.focus-visible\:bg-neutral-700\/80:focus-visible {
  background-color: rgb(73 68 63 / 0.8);
}

.focus-visible\:bg-neutral-700\/85:focus-visible {
  background-color: rgb(73 68 63 / 0.85);
}

.focus-visible\:bg-neutral-700\/90:focus-visible {
  background-color: rgb(73 68 63 / 0.9);
}

.focus-visible\:bg-neutral-700\/95:focus-visible {
  background-color: rgb(73 68 63 / 0.95);
}

.focus-visible\:bg-neutral-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(48 45 42 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-800\/0:focus-visible {
  background-color: rgb(48 45 42 / 0);
}

.focus-visible\:bg-neutral-800\/10:focus-visible {
  background-color: rgb(48 45 42 / 0.1);
}

.focus-visible\:bg-neutral-800\/100:focus-visible {
  background-color: rgb(48 45 42 / 1);
}

.focus-visible\:bg-neutral-800\/15:focus-visible {
  background-color: rgb(48 45 42 / 0.15);
}

.focus-visible\:bg-neutral-800\/20:focus-visible {
  background-color: rgb(48 45 42 / 0.2);
}

.focus-visible\:bg-neutral-800\/25:focus-visible {
  background-color: rgb(48 45 42 / 0.25);
}

.focus-visible\:bg-neutral-800\/30:focus-visible {
  background-color: rgb(48 45 42 / 0.3);
}

.focus-visible\:bg-neutral-800\/35:focus-visible {
  background-color: rgb(48 45 42 / 0.35);
}

.focus-visible\:bg-neutral-800\/40:focus-visible {
  background-color: rgb(48 45 42 / 0.4);
}

.focus-visible\:bg-neutral-800\/45:focus-visible {
  background-color: rgb(48 45 42 / 0.45);
}

.focus-visible\:bg-neutral-800\/5:focus-visible {
  background-color: rgb(48 45 42 / 0.05);
}

.focus-visible\:bg-neutral-800\/50:focus-visible {
  background-color: rgb(48 45 42 / 0.5);
}

.focus-visible\:bg-neutral-800\/55:focus-visible {
  background-color: rgb(48 45 42 / 0.55);
}

.focus-visible\:bg-neutral-800\/60:focus-visible {
  background-color: rgb(48 45 42 / 0.6);
}

.focus-visible\:bg-neutral-800\/65:focus-visible {
  background-color: rgb(48 45 42 / 0.65);
}

.focus-visible\:bg-neutral-800\/70:focus-visible {
  background-color: rgb(48 45 42 / 0.7);
}

.focus-visible\:bg-neutral-800\/75:focus-visible {
  background-color: rgb(48 45 42 / 0.75);
}

.focus-visible\:bg-neutral-800\/80:focus-visible {
  background-color: rgb(48 45 42 / 0.8);
}

.focus-visible\:bg-neutral-800\/85:focus-visible {
  background-color: rgb(48 45 42 / 0.85);
}

.focus-visible\:bg-neutral-800\/90:focus-visible {
  background-color: rgb(48 45 42 / 0.9);
}

.focus-visible\:bg-neutral-800\/95:focus-visible {
  background-color: rgb(48 45 42 / 0.95);
}

.focus-visible\:bg-neutral-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(33 31 29 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-900\/0:focus-visible {
  background-color: rgb(33 31 29 / 0);
}

.focus-visible\:bg-neutral-900\/10:focus-visible {
  background-color: rgb(33 31 29 / 0.1);
}

.focus-visible\:bg-neutral-900\/100:focus-visible {
  background-color: rgb(33 31 29 / 1);
}

.focus-visible\:bg-neutral-900\/15:focus-visible {
  background-color: rgb(33 31 29 / 0.15);
}

.focus-visible\:bg-neutral-900\/20:focus-visible {
  background-color: rgb(33 31 29 / 0.2);
}

.focus-visible\:bg-neutral-900\/25:focus-visible {
  background-color: rgb(33 31 29 / 0.25);
}

.focus-visible\:bg-neutral-900\/30:focus-visible {
  background-color: rgb(33 31 29 / 0.3);
}

.focus-visible\:bg-neutral-900\/35:focus-visible {
  background-color: rgb(33 31 29 / 0.35);
}

.focus-visible\:bg-neutral-900\/40:focus-visible {
  background-color: rgb(33 31 29 / 0.4);
}

.focus-visible\:bg-neutral-900\/45:focus-visible {
  background-color: rgb(33 31 29 / 0.45);
}

.focus-visible\:bg-neutral-900\/5:focus-visible {
  background-color: rgb(33 31 29 / 0.05);
}

.focus-visible\:bg-neutral-900\/50:focus-visible {
  background-color: rgb(33 31 29 / 0.5);
}

.focus-visible\:bg-neutral-900\/55:focus-visible {
  background-color: rgb(33 31 29 / 0.55);
}

.focus-visible\:bg-neutral-900\/60:focus-visible {
  background-color: rgb(33 31 29 / 0.6);
}

.focus-visible\:bg-neutral-900\/65:focus-visible {
  background-color: rgb(33 31 29 / 0.65);
}

.focus-visible\:bg-neutral-900\/70:focus-visible {
  background-color: rgb(33 31 29 / 0.7);
}

.focus-visible\:bg-neutral-900\/75:focus-visible {
  background-color: rgb(33 31 29 / 0.75);
}

.focus-visible\:bg-neutral-900\/80:focus-visible {
  background-color: rgb(33 31 29 / 0.8);
}

.focus-visible\:bg-neutral-900\/85:focus-visible {
  background-color: rgb(33 31 29 / 0.85);
}

.focus-visible\:bg-neutral-900\/90:focus-visible {
  background-color: rgb(33 31 29 / 0.9);
}

.focus-visible\:bg-neutral-900\/95:focus-visible {
  background-color: rgb(33 31 29 / 0.95);
}

.focus-visible\:bg-neutral-950:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(18 17 16 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-neutral-950\/0:focus-visible {
  background-color: rgb(18 17 16 / 0);
}

.focus-visible\:bg-neutral-950\/10:focus-visible {
  background-color: rgb(18 17 16 / 0.1);
}

.focus-visible\:bg-neutral-950\/100:focus-visible {
  background-color: rgb(18 17 16 / 1);
}

.focus-visible\:bg-neutral-950\/15:focus-visible {
  background-color: rgb(18 17 16 / 0.15);
}

.focus-visible\:bg-neutral-950\/20:focus-visible {
  background-color: rgb(18 17 16 / 0.2);
}

.focus-visible\:bg-neutral-950\/25:focus-visible {
  background-color: rgb(18 17 16 / 0.25);
}

.focus-visible\:bg-neutral-950\/30:focus-visible {
  background-color: rgb(18 17 16 / 0.3);
}

.focus-visible\:bg-neutral-950\/35:focus-visible {
  background-color: rgb(18 17 16 / 0.35);
}

.focus-visible\:bg-neutral-950\/40:focus-visible {
  background-color: rgb(18 17 16 / 0.4);
}

.focus-visible\:bg-neutral-950\/45:focus-visible {
  background-color: rgb(18 17 16 / 0.45);
}

.focus-visible\:bg-neutral-950\/5:focus-visible {
  background-color: rgb(18 17 16 / 0.05);
}

.focus-visible\:bg-neutral-950\/50:focus-visible {
  background-color: rgb(18 17 16 / 0.5);
}

.focus-visible\:bg-neutral-950\/55:focus-visible {
  background-color: rgb(18 17 16 / 0.55);
}

.focus-visible\:bg-neutral-950\/60:focus-visible {
  background-color: rgb(18 17 16 / 0.6);
}

.focus-visible\:bg-neutral-950\/65:focus-visible {
  background-color: rgb(18 17 16 / 0.65);
}

.focus-visible\:bg-neutral-950\/70:focus-visible {
  background-color: rgb(18 17 16 / 0.7);
}

.focus-visible\:bg-neutral-950\/75:focus-visible {
  background-color: rgb(18 17 16 / 0.75);
}

.focus-visible\:bg-neutral-950\/80:focus-visible {
  background-color: rgb(18 17 16 / 0.8);
}

.focus-visible\:bg-neutral-950\/85:focus-visible {
  background-color: rgb(18 17 16 / 0.85);
}

.focus-visible\:bg-neutral-950\/90:focus-visible {
  background-color: rgb(18 17 16 / 0.9);
}

.focus-visible\:bg-neutral-950\/95:focus-visible {
  background-color: rgb(18 17 16 / 0.95);
}

.focus-visible\:bg-primary-100:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(254 234 222 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-100\/0:focus-visible {
  background-color: rgb(254 234 222 / 0);
}

.focus-visible\:bg-primary-100\/10:focus-visible {
  background-color: rgb(254 234 222 / 0.1);
}

.focus-visible\:bg-primary-100\/100:focus-visible {
  background-color: rgb(254 234 222 / 1);
}

.focus-visible\:bg-primary-100\/15:focus-visible {
  background-color: rgb(254 234 222 / 0.15);
}

.focus-visible\:bg-primary-100\/20:focus-visible {
  background-color: rgb(254 234 222 / 0.2);
}

.focus-visible\:bg-primary-100\/25:focus-visible {
  background-color: rgb(254 234 222 / 0.25);
}

.focus-visible\:bg-primary-100\/30:focus-visible {
  background-color: rgb(254 234 222 / 0.3);
}

.focus-visible\:bg-primary-100\/35:focus-visible {
  background-color: rgb(254 234 222 / 0.35);
}

.focus-visible\:bg-primary-100\/40:focus-visible {
  background-color: rgb(254 234 222 / 0.4);
}

.focus-visible\:bg-primary-100\/45:focus-visible {
  background-color: rgb(254 234 222 / 0.45);
}

.focus-visible\:bg-primary-100\/5:focus-visible {
  background-color: rgb(254 234 222 / 0.05);
}

.focus-visible\:bg-primary-100\/50:focus-visible {
  background-color: rgb(254 234 222 / 0.5);
}

.focus-visible\:bg-primary-100\/55:focus-visible {
  background-color: rgb(254 234 222 / 0.55);
}

.focus-visible\:bg-primary-100\/60:focus-visible {
  background-color: rgb(254 234 222 / 0.6);
}

.focus-visible\:bg-primary-100\/65:focus-visible {
  background-color: rgb(254 234 222 / 0.65);
}

.focus-visible\:bg-primary-100\/70:focus-visible {
  background-color: rgb(254 234 222 / 0.7);
}

.focus-visible\:bg-primary-100\/75:focus-visible {
  background-color: rgb(254 234 222 / 0.75);
}

.focus-visible\:bg-primary-100\/80:focus-visible {
  background-color: rgb(254 234 222 / 0.8);
}

.focus-visible\:bg-primary-100\/85:focus-visible {
  background-color: rgb(254 234 222 / 0.85);
}

.focus-visible\:bg-primary-100\/90:focus-visible {
  background-color: rgb(254 234 222 / 0.9);
}

.focus-visible\:bg-primary-100\/95:focus-visible {
  background-color: rgb(254 234 222 / 0.95);
}

.focus-visible\:bg-primary-200:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 189 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-200\/0:focus-visible {
  background-color: rgb(252 211 189 / 0);
}

.focus-visible\:bg-primary-200\/10:focus-visible {
  background-color: rgb(252 211 189 / 0.1);
}

.focus-visible\:bg-primary-200\/100:focus-visible {
  background-color: rgb(252 211 189 / 1);
}

.focus-visible\:bg-primary-200\/15:focus-visible {
  background-color: rgb(252 211 189 / 0.15);
}

.focus-visible\:bg-primary-200\/20:focus-visible {
  background-color: rgb(252 211 189 / 0.2);
}

.focus-visible\:bg-primary-200\/25:focus-visible {
  background-color: rgb(252 211 189 / 0.25);
}

.focus-visible\:bg-primary-200\/30:focus-visible {
  background-color: rgb(252 211 189 / 0.3);
}

.focus-visible\:bg-primary-200\/35:focus-visible {
  background-color: rgb(252 211 189 / 0.35);
}

.focus-visible\:bg-primary-200\/40:focus-visible {
  background-color: rgb(252 211 189 / 0.4);
}

.focus-visible\:bg-primary-200\/45:focus-visible {
  background-color: rgb(252 211 189 / 0.45);
}

.focus-visible\:bg-primary-200\/5:focus-visible {
  background-color: rgb(252 211 189 / 0.05);
}

.focus-visible\:bg-primary-200\/50:focus-visible {
  background-color: rgb(252 211 189 / 0.5);
}

.focus-visible\:bg-primary-200\/55:focus-visible {
  background-color: rgb(252 211 189 / 0.55);
}

.focus-visible\:bg-primary-200\/60:focus-visible {
  background-color: rgb(252 211 189 / 0.6);
}

.focus-visible\:bg-primary-200\/65:focus-visible {
  background-color: rgb(252 211 189 / 0.65);
}

.focus-visible\:bg-primary-200\/70:focus-visible {
  background-color: rgb(252 211 189 / 0.7);
}

.focus-visible\:bg-primary-200\/75:focus-visible {
  background-color: rgb(252 211 189 / 0.75);
}

.focus-visible\:bg-primary-200\/80:focus-visible {
  background-color: rgb(252 211 189 / 0.8);
}

.focus-visible\:bg-primary-200\/85:focus-visible {
  background-color: rgb(252 211 189 / 0.85);
}

.focus-visible\:bg-primary-200\/90:focus-visible {
  background-color: rgb(252 211 189 / 0.9);
}

.focus-visible\:bg-primary-200\/95:focus-visible {
  background-color: rgb(252 211 189 / 0.95);
}

.focus-visible\:bg-primary-300:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(250 179 143 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-300\/0:focus-visible {
  background-color: rgb(250 179 143 / 0);
}

.focus-visible\:bg-primary-300\/10:focus-visible {
  background-color: rgb(250 179 143 / 0.1);
}

.focus-visible\:bg-primary-300\/100:focus-visible {
  background-color: rgb(250 179 143 / 1);
}

.focus-visible\:bg-primary-300\/15:focus-visible {
  background-color: rgb(250 179 143 / 0.15);
}

.focus-visible\:bg-primary-300\/20:focus-visible {
  background-color: rgb(250 179 143 / 0.2);
}

.focus-visible\:bg-primary-300\/25:focus-visible {
  background-color: rgb(250 179 143 / 0.25);
}

.focus-visible\:bg-primary-300\/30:focus-visible {
  background-color: rgb(250 179 143 / 0.3);
}

.focus-visible\:bg-primary-300\/35:focus-visible {
  background-color: rgb(250 179 143 / 0.35);
}

.focus-visible\:bg-primary-300\/40:focus-visible {
  background-color: rgb(250 179 143 / 0.4);
}

.focus-visible\:bg-primary-300\/45:focus-visible {
  background-color: rgb(250 179 143 / 0.45);
}

.focus-visible\:bg-primary-300\/5:focus-visible {
  background-color: rgb(250 179 143 / 0.05);
}

.focus-visible\:bg-primary-300\/50:focus-visible {
  background-color: rgb(250 179 143 / 0.5);
}

.focus-visible\:bg-primary-300\/55:focus-visible {
  background-color: rgb(250 179 143 / 0.55);
}

.focus-visible\:bg-primary-300\/60:focus-visible {
  background-color: rgb(250 179 143 / 0.6);
}

.focus-visible\:bg-primary-300\/65:focus-visible {
  background-color: rgb(250 179 143 / 0.65);
}

.focus-visible\:bg-primary-300\/70:focus-visible {
  background-color: rgb(250 179 143 / 0.7);
}

.focus-visible\:bg-primary-300\/75:focus-visible {
  background-color: rgb(250 179 143 / 0.75);
}

.focus-visible\:bg-primary-300\/80:focus-visible {
  background-color: rgb(250 179 143 / 0.8);
}

.focus-visible\:bg-primary-300\/85:focus-visible {
  background-color: rgb(250 179 143 / 0.85);
}

.focus-visible\:bg-primary-300\/90:focus-visible {
  background-color: rgb(250 179 143 / 0.9);
}

.focus-visible\:bg-primary-300\/95:focus-visible {
  background-color: rgb(250 179 143 / 0.95);
}

.focus-visible\:bg-primary-400:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(249 151 102 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-400\/0:focus-visible {
  background-color: rgb(249 151 102 / 0);
}

.focus-visible\:bg-primary-400\/10:focus-visible {
  background-color: rgb(249 151 102 / 0.1);
}

.focus-visible\:bg-primary-400\/100:focus-visible {
  background-color: rgb(249 151 102 / 1);
}

.focus-visible\:bg-primary-400\/15:focus-visible {
  background-color: rgb(249 151 102 / 0.15);
}

.focus-visible\:bg-primary-400\/20:focus-visible {
  background-color: rgb(249 151 102 / 0.2);
}

.focus-visible\:bg-primary-400\/25:focus-visible {
  background-color: rgb(249 151 102 / 0.25);
}

.focus-visible\:bg-primary-400\/30:focus-visible {
  background-color: rgb(249 151 102 / 0.3);
}

.focus-visible\:bg-primary-400\/35:focus-visible {
  background-color: rgb(249 151 102 / 0.35);
}

.focus-visible\:bg-primary-400\/40:focus-visible {
  background-color: rgb(249 151 102 / 0.4);
}

.focus-visible\:bg-primary-400\/45:focus-visible {
  background-color: rgb(249 151 102 / 0.45);
}

.focus-visible\:bg-primary-400\/5:focus-visible {
  background-color: rgb(249 151 102 / 0.05);
}

.focus-visible\:bg-primary-400\/50:focus-visible {
  background-color: rgb(249 151 102 / 0.5);
}

.focus-visible\:bg-primary-400\/55:focus-visible {
  background-color: rgb(249 151 102 / 0.55);
}

.focus-visible\:bg-primary-400\/60:focus-visible {
  background-color: rgb(249 151 102 / 0.6);
}

.focus-visible\:bg-primary-400\/65:focus-visible {
  background-color: rgb(249 151 102 / 0.65);
}

.focus-visible\:bg-primary-400\/70:focus-visible {
  background-color: rgb(249 151 102 / 0.7);
}

.focus-visible\:bg-primary-400\/75:focus-visible {
  background-color: rgb(249 151 102 / 0.75);
}

.focus-visible\:bg-primary-400\/80:focus-visible {
  background-color: rgb(249 151 102 / 0.8);
}

.focus-visible\:bg-primary-400\/85:focus-visible {
  background-color: rgb(249 151 102 / 0.85);
}

.focus-visible\:bg-primary-400\/90:focus-visible {
  background-color: rgb(249 151 102 / 0.9);
}

.focus-visible\:bg-primary-400\/95:focus-visible {
  background-color: rgb(249 151 102 / 0.95);
}

.focus-visible\:bg-primary-50:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 242 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-50\/0:focus-visible {
  background-color: rgb(255 247 242 / 0);
}

.focus-visible\:bg-primary-50\/10:focus-visible {
  background-color: rgb(255 247 242 / 0.1);
}

.focus-visible\:bg-primary-50\/100:focus-visible {
  background-color: rgb(255 247 242 / 1);
}

.focus-visible\:bg-primary-50\/15:focus-visible {
  background-color: rgb(255 247 242 / 0.15);
}

.focus-visible\:bg-primary-50\/20:focus-visible {
  background-color: rgb(255 247 242 / 0.2);
}

.focus-visible\:bg-primary-50\/25:focus-visible {
  background-color: rgb(255 247 242 / 0.25);
}

.focus-visible\:bg-primary-50\/30:focus-visible {
  background-color: rgb(255 247 242 / 0.3);
}

.focus-visible\:bg-primary-50\/35:focus-visible {
  background-color: rgb(255 247 242 / 0.35);
}

.focus-visible\:bg-primary-50\/40:focus-visible {
  background-color: rgb(255 247 242 / 0.4);
}

.focus-visible\:bg-primary-50\/45:focus-visible {
  background-color: rgb(255 247 242 / 0.45);
}

.focus-visible\:bg-primary-50\/5:focus-visible {
  background-color: rgb(255 247 242 / 0.05);
}

.focus-visible\:bg-primary-50\/50:focus-visible {
  background-color: rgb(255 247 242 / 0.5);
}

.focus-visible\:bg-primary-50\/55:focus-visible {
  background-color: rgb(255 247 242 / 0.55);
}

.focus-visible\:bg-primary-50\/60:focus-visible {
  background-color: rgb(255 247 242 / 0.6);
}

.focus-visible\:bg-primary-50\/65:focus-visible {
  background-color: rgb(255 247 242 / 0.65);
}

.focus-visible\:bg-primary-50\/70:focus-visible {
  background-color: rgb(255 247 242 / 0.7);
}

.focus-visible\:bg-primary-50\/75:focus-visible {
  background-color: rgb(255 247 242 / 0.75);
}

.focus-visible\:bg-primary-50\/80:focus-visible {
  background-color: rgb(255 247 242 / 0.8);
}

.focus-visible\:bg-primary-50\/85:focus-visible {
  background-color: rgb(255 247 242 / 0.85);
}

.focus-visible\:bg-primary-50\/90:focus-visible {
  background-color: rgb(255 247 242 / 0.9);
}

.focus-visible\:bg-primary-50\/95:focus-visible {
  background-color: rgb(255 247 242 / 0.95);
}

.focus-visible\:bg-primary-500:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(247 141 77 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-500\/0:focus-visible {
  background-color: rgb(247 141 77 / 0);
}

.focus-visible\:bg-primary-500\/10:focus-visible {
  background-color: rgb(247 141 77 / 0.1);
}

.focus-visible\:bg-primary-500\/100:focus-visible {
  background-color: rgb(247 141 77 / 1);
}

.focus-visible\:bg-primary-500\/15:focus-visible {
  background-color: rgb(247 141 77 / 0.15);
}

.focus-visible\:bg-primary-500\/20:focus-visible {
  background-color: rgb(247 141 77 / 0.2);
}

.focus-visible\:bg-primary-500\/25:focus-visible {
  background-color: rgb(247 141 77 / 0.25);
}

.focus-visible\:bg-primary-500\/30:focus-visible {
  background-color: rgb(247 141 77 / 0.3);
}

.focus-visible\:bg-primary-500\/35:focus-visible {
  background-color: rgb(247 141 77 / 0.35);
}

.focus-visible\:bg-primary-500\/40:focus-visible {
  background-color: rgb(247 141 77 / 0.4);
}

.focus-visible\:bg-primary-500\/45:focus-visible {
  background-color: rgb(247 141 77 / 0.45);
}

.focus-visible\:bg-primary-500\/5:focus-visible {
  background-color: rgb(247 141 77 / 0.05);
}

.focus-visible\:bg-primary-500\/50:focus-visible {
  background-color: rgb(247 141 77 / 0.5);
}

.focus-visible\:bg-primary-500\/55:focus-visible {
  background-color: rgb(247 141 77 / 0.55);
}

.focus-visible\:bg-primary-500\/60:focus-visible {
  background-color: rgb(247 141 77 / 0.6);
}

.focus-visible\:bg-primary-500\/65:focus-visible {
  background-color: rgb(247 141 77 / 0.65);
}

.focus-visible\:bg-primary-500\/70:focus-visible {
  background-color: rgb(247 141 77 / 0.7);
}

.focus-visible\:bg-primary-500\/75:focus-visible {
  background-color: rgb(247 141 77 / 0.75);
}

.focus-visible\:bg-primary-500\/80:focus-visible {
  background-color: rgb(247 141 77 / 0.8);
}

.focus-visible\:bg-primary-500\/85:focus-visible {
  background-color: rgb(247 141 77 / 0.85);
}

.focus-visible\:bg-primary-500\/90:focus-visible {
  background-color: rgb(247 141 77 / 0.9);
}

.focus-visible\:bg-primary-500\/95:focus-visible {
  background-color: rgb(247 141 77 / 0.95);
}

.focus-visible\:bg-primary-600:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(233 99 37 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-600\/0:focus-visible {
  background-color: rgb(233 99 37 / 0);
}

.focus-visible\:bg-primary-600\/10:focus-visible {
  background-color: rgb(233 99 37 / 0.1);
}

.focus-visible\:bg-primary-600\/100:focus-visible {
  background-color: rgb(233 99 37 / 1);
}

.focus-visible\:bg-primary-600\/15:focus-visible {
  background-color: rgb(233 99 37 / 0.15);
}

.focus-visible\:bg-primary-600\/20:focus-visible {
  background-color: rgb(233 99 37 / 0.2);
}

.focus-visible\:bg-primary-600\/25:focus-visible {
  background-color: rgb(233 99 37 / 0.25);
}

.focus-visible\:bg-primary-600\/30:focus-visible {
  background-color: rgb(233 99 37 / 0.3);
}

.focus-visible\:bg-primary-600\/35:focus-visible {
  background-color: rgb(233 99 37 / 0.35);
}

.focus-visible\:bg-primary-600\/40:focus-visible {
  background-color: rgb(233 99 37 / 0.4);
}

.focus-visible\:bg-primary-600\/45:focus-visible {
  background-color: rgb(233 99 37 / 0.45);
}

.focus-visible\:bg-primary-600\/5:focus-visible {
  background-color: rgb(233 99 37 / 0.05);
}

.focus-visible\:bg-primary-600\/50:focus-visible {
  background-color: rgb(233 99 37 / 0.5);
}

.focus-visible\:bg-primary-600\/55:focus-visible {
  background-color: rgb(233 99 37 / 0.55);
}

.focus-visible\:bg-primary-600\/60:focus-visible {
  background-color: rgb(233 99 37 / 0.6);
}

.focus-visible\:bg-primary-600\/65:focus-visible {
  background-color: rgb(233 99 37 / 0.65);
}

.focus-visible\:bg-primary-600\/70:focus-visible {
  background-color: rgb(233 99 37 / 0.7);
}

.focus-visible\:bg-primary-600\/75:focus-visible {
  background-color: rgb(233 99 37 / 0.75);
}

.focus-visible\:bg-primary-600\/80:focus-visible {
  background-color: rgb(233 99 37 / 0.8);
}

.focus-visible\:bg-primary-600\/85:focus-visible {
  background-color: rgb(233 99 37 / 0.85);
}

.focus-visible\:bg-primary-600\/90:focus-visible {
  background-color: rgb(233 99 37 / 0.9);
}

.focus-visible\:bg-primary-600\/95:focus-visible {
  background-color: rgb(233 99 37 / 0.95);
}

.focus-visible\:bg-primary-700:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(201 74 22 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-700\/0:focus-visible {
  background-color: rgb(201 74 22 / 0);
}

.focus-visible\:bg-primary-700\/10:focus-visible {
  background-color: rgb(201 74 22 / 0.1);
}

.focus-visible\:bg-primary-700\/100:focus-visible {
  background-color: rgb(201 74 22 / 1);
}

.focus-visible\:bg-primary-700\/15:focus-visible {
  background-color: rgb(201 74 22 / 0.15);
}

.focus-visible\:bg-primary-700\/20:focus-visible {
  background-color: rgb(201 74 22 / 0.2);
}

.focus-visible\:bg-primary-700\/25:focus-visible {
  background-color: rgb(201 74 22 / 0.25);
}

.focus-visible\:bg-primary-700\/30:focus-visible {
  background-color: rgb(201 74 22 / 0.3);
}

.focus-visible\:bg-primary-700\/35:focus-visible {
  background-color: rgb(201 74 22 / 0.35);
}

.focus-visible\:bg-primary-700\/40:focus-visible {
  background-color: rgb(201 74 22 / 0.4);
}

.focus-visible\:bg-primary-700\/45:focus-visible {
  background-color: rgb(201 74 22 / 0.45);
}

.focus-visible\:bg-primary-700\/5:focus-visible {
  background-color: rgb(201 74 22 / 0.05);
}

.focus-visible\:bg-primary-700\/50:focus-visible {
  background-color: rgb(201 74 22 / 0.5);
}

.focus-visible\:bg-primary-700\/55:focus-visible {
  background-color: rgb(201 74 22 / 0.55);
}

.focus-visible\:bg-primary-700\/60:focus-visible {
  background-color: rgb(201 74 22 / 0.6);
}

.focus-visible\:bg-primary-700\/65:focus-visible {
  background-color: rgb(201 74 22 / 0.65);
}

.focus-visible\:bg-primary-700\/70:focus-visible {
  background-color: rgb(201 74 22 / 0.7);
}

.focus-visible\:bg-primary-700\/75:focus-visible {
  background-color: rgb(201 74 22 / 0.75);
}

.focus-visible\:bg-primary-700\/80:focus-visible {
  background-color: rgb(201 74 22 / 0.8);
}

.focus-visible\:bg-primary-700\/85:focus-visible {
  background-color: rgb(201 74 22 / 0.85);
}

.focus-visible\:bg-primary-700\/90:focus-visible {
  background-color: rgb(201 74 22 / 0.9);
}

.focus-visible\:bg-primary-700\/95:focus-visible {
  background-color: rgb(201 74 22 / 0.95);
}

.focus-visible\:bg-primary-800:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(161 59 24 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-800\/0:focus-visible {
  background-color: rgb(161 59 24 / 0);
}

.focus-visible\:bg-primary-800\/10:focus-visible {
  background-color: rgb(161 59 24 / 0.1);
}

.focus-visible\:bg-primary-800\/100:focus-visible {
  background-color: rgb(161 59 24 / 1);
}

.focus-visible\:bg-primary-800\/15:focus-visible {
  background-color: rgb(161 59 24 / 0.15);
}

.focus-visible\:bg-primary-800\/20:focus-visible {
  background-color: rgb(161 59 24 / 0.2);
}

.focus-visible\:bg-primary-800\/25:focus-visible {
  background-color: rgb(161 59 24 / 0.25);
}

.focus-visible\:bg-primary-800\/30:focus-visible {
  background-color: rgb(161 59 24 / 0.3);
}

.focus-visible\:bg-primary-800\/35:focus-visible {
  background-color: rgb(161 59 24 / 0.35);
}

.focus-visible\:bg-primary-800\/40:focus-visible {
  background-color: rgb(161 59 24 / 0.4);
}

.focus-visible\:bg-primary-800\/45:focus-visible {
  background-color: rgb(161 59 24 / 0.45);
}

.focus-visible\:bg-primary-800\/5:focus-visible {
  background-color: rgb(161 59 24 / 0.05);
}

.focus-visible\:bg-primary-800\/50:focus-visible {
  background-color: rgb(161 59 24 / 0.5);
}

.focus-visible\:bg-primary-800\/55:focus-visible {
  background-color: rgb(161 59 24 / 0.55);
}

.focus-visible\:bg-primary-800\/60:focus-visible {
  background-color: rgb(161 59 24 / 0.6);
}

.focus-visible\:bg-primary-800\/65:focus-visible {
  background-color: rgb(161 59 24 / 0.65);
}

.focus-visible\:bg-primary-800\/70:focus-visible {
  background-color: rgb(161 59 24 / 0.7);
}

.focus-visible\:bg-primary-800\/75:focus-visible {
  background-color: rgb(161 59 24 / 0.75);
}

.focus-visible\:bg-primary-800\/80:focus-visible {
  background-color: rgb(161 59 24 / 0.8);
}

.focus-visible\:bg-primary-800\/85:focus-visible {
  background-color: rgb(161 59 24 / 0.85);
}

.focus-visible\:bg-primary-800\/90:focus-visible {
  background-color: rgb(161 59 24 / 0.9);
}

.focus-visible\:bg-primary-800\/95:focus-visible {
  background-color: rgb(161 59 24 / 0.95);
}

.focus-visible\:bg-primary-900:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(130 51 24 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-900\/0:focus-visible {
  background-color: rgb(130 51 24 / 0);
}

.focus-visible\:bg-primary-900\/10:focus-visible {
  background-color: rgb(130 51 24 / 0.1);
}

.focus-visible\:bg-primary-900\/100:focus-visible {
  background-color: rgb(130 51 24 / 1);
}

.focus-visible\:bg-primary-900\/15:focus-visible {
  background-color: rgb(130 51 24 / 0.15);
}

.focus-visible\:bg-primary-900\/20:focus-visible {
  background-color: rgb(130 51 24 / 0.2);
}

.focus-visible\:bg-primary-900\/25:focus-visible {
  background-color: rgb(130 51 24 / 0.25);
}

.focus-visible\:bg-primary-900\/30:focus-visible {
  background-color: rgb(130 51 24 / 0.3);
}

.focus-visible\:bg-primary-900\/35:focus-visible {
  background-color: rgb(130 51 24 / 0.35);
}

.focus-visible\:bg-primary-900\/40:focus-visible {
  background-color: rgb(130 51 24 / 0.4);
}

.focus-visible\:bg-primary-900\/45:focus-visible {
  background-color: rgb(130 51 24 / 0.45);
}

.focus-visible\:bg-primary-900\/5:focus-visible {
  background-color: rgb(130 51 24 / 0.05);
}

.focus-visible\:bg-primary-900\/50:focus-visible {
  background-color: rgb(130 51 24 / 0.5);
}

.focus-visible\:bg-primary-900\/55:focus-visible {
  background-color: rgb(130 51 24 / 0.55);
}

.focus-visible\:bg-primary-900\/60:focus-visible {
  background-color: rgb(130 51 24 / 0.6);
}

.focus-visible\:bg-primary-900\/65:focus-visible {
  background-color: rgb(130 51 24 / 0.65);
}

.focus-visible\:bg-primary-900\/70:focus-visible {
  background-color: rgb(130 51 24 / 0.7);
}

.focus-visible\:bg-primary-900\/75:focus-visible {
  background-color: rgb(130 51 24 / 0.75);
}

.focus-visible\:bg-primary-900\/80:focus-visible {
  background-color: rgb(130 51 24 / 0.8);
}

.focus-visible\:bg-primary-900\/85:focus-visible {
  background-color: rgb(130 51 24 / 0.85);
}

.focus-visible\:bg-primary-900\/90:focus-visible {
  background-color: rgb(130 51 24 / 0.9);
}

.focus-visible\:bg-primary-900\/95:focus-visible {
  background-color: rgb(130 51 24 / 0.95);
}

.focus-visible\:bg-primary-950:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(70 23 8 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-primary-950\/0:focus-visible {
  background-color: rgb(70 23 8 / 0);
}

.focus-visible\:bg-primary-950\/10:focus-visible {
  background-color: rgb(70 23 8 / 0.1);
}

.focus-visible\:bg-primary-950\/100:focus-visible {
  background-color: rgb(70 23 8 / 1);
}

.focus-visible\:bg-primary-950\/15:focus-visible {
  background-color: rgb(70 23 8 / 0.15);
}

.focus-visible\:bg-primary-950\/20:focus-visible {
  background-color: rgb(70 23 8 / 0.2);
}

.focus-visible\:bg-primary-950\/25:focus-visible {
  background-color: rgb(70 23 8 / 0.25);
}

.focus-visible\:bg-primary-950\/30:focus-visible {
  background-color: rgb(70 23 8 / 0.3);
}

.focus-visible\:bg-primary-950\/35:focus-visible {
  background-color: rgb(70 23 8 / 0.35);
}

.focus-visible\:bg-primary-950\/40:focus-visible {
  background-color: rgb(70 23 8 / 0.4);
}

.focus-visible\:bg-primary-950\/45:focus-visible {
  background-color: rgb(70 23 8 / 0.45);
}

.focus-visible\:bg-primary-950\/5:focus-visible {
  background-color: rgb(70 23 8 / 0.05);
}

.focus-visible\:bg-primary-950\/50:focus-visible {
  background-color: rgb(70 23 8 / 0.5);
}

.focus-visible\:bg-primary-950\/55:focus-visible {
  background-color: rgb(70 23 8 / 0.55);
}

.focus-visible\:bg-primary-950\/60:focus-visible {
  background-color: rgb(70 23 8 / 0.6);
}

.focus-visible\:bg-primary-950\/65:focus-visible {
  background-color: rgb(70 23 8 / 0.65);
}

.focus-visible\:bg-primary-950\/70:focus-visible {
  background-color: rgb(70 23 8 / 0.7);
}

.focus-visible\:bg-primary-950\/75:focus-visible {
  background-color: rgb(70 23 8 / 0.75);
}

.focus-visible\:bg-primary-950\/80:focus-visible {
  background-color: rgb(70 23 8 / 0.8);
}

.focus-visible\:bg-primary-950\/85:focus-visible {
  background-color: rgb(70 23 8 / 0.85);
}

.focus-visible\:bg-primary-950\/90:focus-visible {
  background-color: rgb(70 23 8 / 0.9);
}

.focus-visible\:bg-primary-950\/95:focus-visible {
  background-color: rgb(70 23 8 / 0.95);
}

.focus-visible\:bg-transparent:focus-visible {
  background-color: transparent;
}

.focus-visible\:bg-transparent\/0:focus-visible {
  background-color: rgb(0 0 0 / 0);
}

.focus-visible\:bg-transparent\/10:focus-visible {
  background-color: rgb(0 0 0 / 0.1);
}

.focus-visible\:bg-transparent\/100:focus-visible {
  background-color: rgb(0 0 0 / 1);
}

.focus-visible\:bg-transparent\/15:focus-visible {
  background-color: rgb(0 0 0 / 0.15);
}

.focus-visible\:bg-transparent\/20:focus-visible {
  background-color: rgb(0 0 0 / 0.2);
}

.focus-visible\:bg-transparent\/25:focus-visible {
  background-color: rgb(0 0 0 / 0.25);
}

.focus-visible\:bg-transparent\/30:focus-visible {
  background-color: rgb(0 0 0 / 0.3);
}

.focus-visible\:bg-transparent\/35:focus-visible {
  background-color: rgb(0 0 0 / 0.35);
}

.focus-visible\:bg-transparent\/40:focus-visible {
  background-color: rgb(0 0 0 / 0.4);
}

.focus-visible\:bg-transparent\/45:focus-visible {
  background-color: rgb(0 0 0 / 0.45);
}

.focus-visible\:bg-transparent\/5:focus-visible {
  background-color: rgb(0 0 0 / 0.05);
}

.focus-visible\:bg-transparent\/50:focus-visible {
  background-color: rgb(0 0 0 / 0.5);
}

.focus-visible\:bg-transparent\/55:focus-visible {
  background-color: rgb(0 0 0 / 0.55);
}

.focus-visible\:bg-transparent\/60:focus-visible {
  background-color: rgb(0 0 0 / 0.6);
}

.focus-visible\:bg-transparent\/65:focus-visible {
  background-color: rgb(0 0 0 / 0.65);
}

.focus-visible\:bg-transparent\/70:focus-visible {
  background-color: rgb(0 0 0 / 0.7);
}

.focus-visible\:bg-transparent\/75:focus-visible {
  background-color: rgb(0 0 0 / 0.75);
}

.focus-visible\:bg-transparent\/80:focus-visible {
  background-color: rgb(0 0 0 / 0.8);
}

.focus-visible\:bg-transparent\/85:focus-visible {
  background-color: rgb(0 0 0 / 0.85);
}

.focus-visible\:bg-transparent\/90:focus-visible {
  background-color: rgb(0 0 0 / 0.9);
}

.focus-visible\:bg-transparent\/95:focus-visible {
  background-color: rgb(0 0 0 / 0.95);
}

.focus-visible\:bg-white:focus-visible {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus-visible\:bg-white\/0:focus-visible {
  background-color: rgb(255 255 255 / 0);
}

.focus-visible\:bg-white\/10:focus-visible {
  background-color: rgb(255 255 255 / 0.1);
}

.focus-visible\:bg-white\/100:focus-visible {
  background-color: rgb(255 255 255 / 1);
}

.focus-visible\:bg-white\/15:focus-visible {
  background-color: rgb(255 255 255 / 0.15);
}

.focus-visible\:bg-white\/20:focus-visible {
  background-color: rgb(255 255 255 / 0.2);
}

.focus-visible\:bg-white\/25:focus-visible {
  background-color: rgb(255 255 255 / 0.25);
}

.focus-visible\:bg-white\/30:focus-visible {
  background-color: rgb(255 255 255 / 0.3);
}

.focus-visible\:bg-white\/35:focus-visible {
  background-color: rgb(255 255 255 / 0.35);
}

.focus-visible\:bg-white\/40:focus-visible {
  background-color: rgb(255 255 255 / 0.4);
}

.focus-visible\:bg-white\/45:focus-visible {
  background-color: rgb(255 255 255 / 0.45);
}

.focus-visible\:bg-white\/5:focus-visible {
  background-color: rgb(255 255 255 / 0.05);
}

.focus-visible\:bg-white\/50:focus-visible {
  background-color: rgb(255 255 255 / 0.5);
}

.focus-visible\:bg-white\/55:focus-visible {
  background-color: rgb(255 255 255 / 0.55);
}

.focus-visible\:bg-white\/60:focus-visible {
  background-color: rgb(255 255 255 / 0.6);
}

.focus-visible\:bg-white\/65:focus-visible {
  background-color: rgb(255 255 255 / 0.65);
}

.focus-visible\:bg-white\/70:focus-visible {
  background-color: rgb(255 255 255 / 0.7);
}

.focus-visible\:bg-white\/75:focus-visible {
  background-color: rgb(255 255 255 / 0.75);
}

.focus-visible\:bg-white\/80:focus-visible {
  background-color: rgb(255 255 255 / 0.8);
}

.focus-visible\:bg-white\/85:focus-visible {
  background-color: rgb(255 255 255 / 0.85);
}

.focus-visible\:bg-white\/90:focus-visible {
  background-color: rgb(255 255 255 / 0.9);
}

.focus-visible\:bg-white\/95:focus-visible {
  background-color: rgb(255 255 255 / 0.95);
}

.focus-visible\:from-accent-100:focus-visible {
  --tw-gradient-from: #ebfbcb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/0:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/10:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/100:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/15:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/20:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/25:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/30:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/35:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/40:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/45:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/5:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/50:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/55:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/60:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/65:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/70:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/75:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/80:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/85:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/90:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-100\/95:focus-visible {
  --tw-gradient-from: rgb(235 251 203 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200:focus-visible {
  --tw-gradient-from: #d8f69a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/0:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/10:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/100:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/15:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/20:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/25:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/30:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/35:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/40:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/45:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/5:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/50:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/55:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/60:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/65:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/70:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/75:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/80:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/85:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/90:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-200\/95:focus-visible {
  --tw-gradient-from: rgb(216 246 154 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300:focus-visible {
  --tw-gradient-from: #c4f078 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/0:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/10:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/100:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/15:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/20:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/25:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/30:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/35:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/40:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/45:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/5:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/50:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/55:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/60:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/65:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/70:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/75:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/80:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/85:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/90:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-300\/95:focus-visible {
  --tw-gradient-from: rgb(196 240 120 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400:focus-visible {
  --tw-gradient-from: #b7ed68 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/0:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/10:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/100:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/15:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/20:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/25:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/30:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/35:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/40:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/45:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/5:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/50:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/55:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/60:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/65:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/70:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/75:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/80:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/85:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/90:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-400\/95:focus-visible {
  --tw-gradient-from: rgb(183 237 104 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50:focus-visible {
  --tw-gradient-from: #f7fdeb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/0:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/10:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/100:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/15:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/20:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/25:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/30:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/35:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/40:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/45:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/5:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/50:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/55:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/60:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/65:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/70:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/75:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/80:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/85:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/90:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-50\/95:focus-visible {
  --tw-gradient-from: rgb(247 253 235 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500:focus-visible {
  --tw-gradient-from: #aeeb60 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/0:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/10:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/100:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/15:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/20:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/25:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/30:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/35:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/40:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/45:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/5:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/50:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/55:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/60:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/65:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/70:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/75:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/80:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/85:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/90:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-500\/95:focus-visible {
  --tw-gradient-from: rgb(174 235 96 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600:focus-visible {
  --tw-gradient-from: #82c930 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/0:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/10:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/100:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/15:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/20:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/25:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/30:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/35:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/40:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/45:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/5:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/50:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/55:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/60:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/65:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/70:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/75:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/80:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/85:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/90:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-600\/95:focus-visible {
  --tw-gradient-from: rgb(130 201 48 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700:focus-visible {
  --tw-gradient-from: #61a11f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/0:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/10:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/100:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/15:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/20:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/25:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/30:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/35:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/40:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/45:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/5:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/50:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/55:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/60:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/65:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/70:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/75:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/80:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/85:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/90:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-700\/95:focus-visible {
  --tw-gradient-from: rgb(97 161 31 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800:focus-visible {
  --tw-gradient-from: #4e7e20 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/0:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/10:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/100:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/15:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/20:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/25:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/30:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/35:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/40:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/45:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/5:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/50:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/55:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/60:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/65:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/70:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/75:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/80:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/85:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/90:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-800\/95:focus-visible {
  --tw-gradient-from: rgb(78 126 32 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900:focus-visible {
  --tw-gradient-from: #426a21 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/0:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/10:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/100:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/15:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/20:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/25:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/30:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/35:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/40:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/45:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/5:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/50:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/55:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/60:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/65:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/70:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/75:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/80:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/85:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/90:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-900\/95:focus-visible {
  --tw-gradient-from: rgb(66 106 33 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950:focus-visible {
  --tw-gradient-from: #203a0b var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/0:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/10:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/100:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/15:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/20:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/25:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/30:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/35:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/40:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/45:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/5:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/50:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/55:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/60:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/65:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/70:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/75:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/80:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/85:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/90:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-accent-950\/95:focus-visible {
  --tw-gradient-from: rgb(32 58 11 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100:focus-visible {
  --tw-gradient-from: #e9e3ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/0:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/10:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/100:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/15:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/20:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/25:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/30:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/35:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/40:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/45:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/5:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/50:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/55:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/60:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/65:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/70:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/75:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/80:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/85:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/90:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-100\/95:focus-visible {
  --tw-gradient-from: rgb(233 227 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200:focus-visible {
  --tw-gradient-from: #d3c7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/0:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/10:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/100:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/15:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/20:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/25:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/30:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/35:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/40:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/45:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/5:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/50:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/55:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/60:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/65:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/70:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/75:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/80:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/85:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/90:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-200\/95:focus-visible {
  --tw-gradient-from: rgb(211 199 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300:focus-visible {
  --tw-gradient-from: #b79aff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/0:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/10:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/100:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/15:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/20:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/25:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/30:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/35:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/40:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/45:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/5:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/50:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/55:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/60:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/65:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/70:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/75:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/80:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/85:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/90:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-300\/95:focus-visible {
  --tw-gradient-from: rgb(183 154 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400:focus-visible {
  --tw-gradient-from: #9562ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/0:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/10:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/100:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/15:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/20:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/25:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/30:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/35:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/40:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/45:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/5:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/50:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/55:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/60:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/65:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/70:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/75:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/80:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/85:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/90:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-400\/95:focus-visible {
  --tw-gradient-from: rgb(149 98 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50:focus-visible {
  --tw-gradient-from: #f4f1ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/0:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/10:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/100:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/15:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/20:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/25:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/30:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/35:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/40:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/45:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/5:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/50:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/55:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/60:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/65:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/70:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/75:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/80:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/85:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/90:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-50\/95:focus-visible {
  --tw-gradient-from: rgb(244 241 255 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500:focus-visible {
  --tw-gradient-from: #4e1cd1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/0:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/10:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/100:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/15:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/20:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/25:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/30:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/35:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/40:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/45:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/5:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/50:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/55:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/60:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/65:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/70:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/75:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/80:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/85:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/90:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-500\/95:focus-visible {
  --tw-gradient-from: rgb(78 28 209 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600:focus-visible {
  --tw-gradient-from: #4115b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/0:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/10:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/100:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/15:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/20:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/25:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/30:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/35:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/40:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/45:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/5:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/50:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/55:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/60:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/65:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/70:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/75:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/80:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/85:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/90:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-600\/95:focus-visible {
  --tw-gradient-from: rgb(65 21 181 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700:focus-visible {
  --tw-gradient-from: #361096 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/0:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/10:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/100:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/15:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/20:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/25:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/30:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/35:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/40:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/45:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/5:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/50:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/55:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/60:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/65:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/70:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/75:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/80:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/85:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/90:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-700\/95:focus-visible {
  --tw-gradient-from: rgb(54 16 150 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800:focus-visible {
  --tw-gradient-from: #2e1078 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/0:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/10:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/100:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/15:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/20:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/25:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/30:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/35:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/40:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/45:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/5:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/50:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/55:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/60:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/65:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/70:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/75:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/80:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/85:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/90:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-800\/95:focus-visible {
  --tw-gradient-from: rgb(46 16 120 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900:focus-visible {
  --tw-gradient-from: #270f62 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/0:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/10:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/100:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/15:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/20:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/25:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/30:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/35:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/40:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/45:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/5:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/50:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/55:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/60:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/65:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/70:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/75:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/80:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/85:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/90:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-900\/95:focus-visible {
  --tw-gradient-from: rgb(39 15 98 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950:focus-visible {
  --tw-gradient-from: #16053a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/0:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/10:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/100:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/15:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/20:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/25:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/30:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/35:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/40:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/45:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/5:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/50:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/55:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/60:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/65:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/70:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/75:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/80:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/85:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/90:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-brand-950\/95:focus-visible {
  --tw-gradient-from: rgb(22 5 58 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100:focus-visible {
  --tw-gradient-from: #f6f5f4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/0:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/10:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/100:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/15:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/20:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/25:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/30:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/35:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/40:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/45:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/5:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/50:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/55:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/60:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/65:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/70:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/75:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/80:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/85:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/90:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-100\/95:focus-visible {
  --tw-gradient-from: rgb(246 245 244 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200:focus-visible {
  --tw-gradient-from: #e9e6e3 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/0:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/10:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/100:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/15:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/20:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/25:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/30:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/35:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/40:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/45:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/5:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/50:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/55:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/60:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/65:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/70:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/75:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/80:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/85:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/90:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-200\/95:focus-visible {
  --tw-gradient-from: rgb(233 230 227 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300:focus-visible {
  --tw-gradient-from: #d7d2cd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/0:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/10:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/100:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/15:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/20:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/25:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/30:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/35:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/40:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/45:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/5:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/50:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/55:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/60:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/65:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/70:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/75:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/80:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/85:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/90:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-300\/95:focus-visible {
  --tw-gradient-from: rgb(215 210 205 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400:focus-visible {
  --tw-gradient-from: #afa8a1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/0:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/10:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/100:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/15:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/20:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/25:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/30:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/35:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/40:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/45:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/5:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/50:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/55:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/60:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/65:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/70:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/75:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/80:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/85:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/90:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-400\/95:focus-visible {
  --tw-gradient-from: rgb(175 168 161 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50:focus-visible {
  --tw-gradient-from: #fbfaf9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/0:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/10:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/100:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/15:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/20:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/25:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/30:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/35:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/40:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/45:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/5:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/50:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/55:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/60:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/65:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/70:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/75:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/80:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/85:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/90:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-50\/95:focus-visible {
  --tw-gradient-from: rgb(251 250 249 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500:focus-visible {
  --tw-gradient-from: #817971 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/0:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/10:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/100:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/15:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/20:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/25:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/30:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/35:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/40:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/45:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/5:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/50:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/55:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/60:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/65:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/70:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/75:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/80:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/85:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/90:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-500\/95:focus-visible {
  --tw-gradient-from: rgb(129 121 113 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600:focus-visible {
  --tw-gradient-from: #605952 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/0:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/10:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/100:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/15:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/20:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/25:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/30:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/35:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/40:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/45:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/5:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/50:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/55:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/60:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/65:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/70:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/75:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/80:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/85:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/90:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-600\/95:focus-visible {
  --tw-gradient-from: rgb(96 89 82 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700:focus-visible {
  --tw-gradient-from: #49443f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/0:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/10:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/100:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/15:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/20:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/25:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/30:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/35:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/40:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/45:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/5:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/50:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/55:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/60:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/65:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/70:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/75:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/80:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/85:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/90:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-700\/95:focus-visible {
  --tw-gradient-from: rgb(73 68 63 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800:focus-visible {
  --tw-gradient-from: #302d2a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/0:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/10:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/100:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/15:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/20:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/25:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/30:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/35:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/40:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/45:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/5:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/50:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/55:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/60:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/65:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/70:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/75:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/80:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/85:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/90:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-800\/95:focus-visible {
  --tw-gradient-from: rgb(48 45 42 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900:focus-visible {
  --tw-gradient-from: #211f1d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/0:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/10:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/100:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/15:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/20:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/25:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/30:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/35:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/40:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/45:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/5:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/50:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/55:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/60:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/65:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/70:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/75:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/80:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/85:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/90:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-900\/95:focus-visible {
  --tw-gradient-from: rgb(33 31 29 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950:focus-visible {
  --tw-gradient-from: #121110 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/0:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/10:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/100:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/15:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/20:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/25:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/30:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/35:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/40:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/45:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/5:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/50:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/55:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/60:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/65:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/70:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/75:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/80:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/85:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/90:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-neutral-950\/95:focus-visible {
  --tw-gradient-from: rgb(18 17 16 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100:focus-visible {
  --tw-gradient-from: #feeade var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/0:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/10:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/100:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/15:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/20:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/25:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/30:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/35:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/40:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/45:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/5:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/50:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/55:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/60:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/65:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/70:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/75:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/80:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/85:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/90:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-100\/95:focus-visible {
  --tw-gradient-from: rgb(254 234 222 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200:focus-visible {
  --tw-gradient-from: #fcd3bd var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/0:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/10:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/100:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/15:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/20:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/25:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/30:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/35:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/40:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/45:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/5:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/50:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/55:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/60:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/65:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/70:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/75:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/80:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/85:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/90:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-200\/95:focus-visible {
  --tw-gradient-from: rgb(252 211 189 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300:focus-visible {
  --tw-gradient-from: #fab38f var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/0:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/10:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/100:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/15:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/20:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/25:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/30:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/35:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/40:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/45:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/5:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/50:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/55:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/60:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/65:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/70:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/75:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/80:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/85:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/90:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-300\/95:focus-visible {
  --tw-gradient-from: rgb(250 179 143 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400:focus-visible {
  --tw-gradient-from: #f99766 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/0:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/10:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/100:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/15:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/20:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/25:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/30:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/35:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/40:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/45:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/5:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/50:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/55:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/60:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/65:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/70:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/75:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/80:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/85:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/90:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-400\/95:focus-visible {
  --tw-gradient-from: rgb(249 151 102 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50:focus-visible {
  --tw-gradient-from: #fff7f2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/0:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/10:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/100:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/15:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/20:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/25:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/30:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/35:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/40:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/45:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/5:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/50:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/55:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/60:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/65:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/70:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/75:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/80:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/85:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/90:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-50\/95:focus-visible {
  --tw-gradient-from: rgb(255 247 242 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500:focus-visible {
  --tw-gradient-from: #f78d4d var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/0:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/10:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/100:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/15:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/20:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/25:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/30:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/35:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/40:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/45:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/5:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/50:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/55:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/60:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/65:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/70:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/75:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/80:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/85:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/90:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-500\/95:focus-visible {
  --tw-gradient-from: rgb(247 141 77 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600:focus-visible {
  --tw-gradient-from: #e96325 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/0:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/10:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/100:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/15:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/20:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/25:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/30:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/35:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/40:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/45:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/5:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/50:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/55:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/60:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/65:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/70:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/75:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/80:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/85:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/90:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-600\/95:focus-visible {
  --tw-gradient-from: rgb(233 99 37 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700:focus-visible {
  --tw-gradient-from: #c94a16 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/0:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/10:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/100:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/15:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/20:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/25:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/30:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/35:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/40:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/45:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/5:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/50:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/55:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/60:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/65:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/70:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/75:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/80:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/85:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/90:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-700\/95:focus-visible {
  --tw-gradient-from: rgb(201 74 22 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800:focus-visible {
  --tw-gradient-from: #a13b18 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/0:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/10:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/100:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/15:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/20:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/25:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/30:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/35:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/40:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/45:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/5:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/50:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/55:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/60:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/65:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/70:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/75:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/80:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/85:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/90:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-800\/95:focus-visible {
  --tw-gradient-from: rgb(161 59 24 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900:focus-visible {
  --tw-gradient-from: #823318 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/0:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/10:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/100:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/15:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/20:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/25:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/30:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/35:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/40:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/45:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/5:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/50:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/55:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/60:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/65:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/70:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/75:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/80:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/85:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/90:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-900\/95:focus-visible {
  --tw-gradient-from: rgb(130 51 24 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950:focus-visible {
  --tw-gradient-from: #461708 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/0:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/10:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/100:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/15:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.15) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/20:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.2) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/25:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.25) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/30:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.3) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/35:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.35) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/40:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/45:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.45) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/5:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.05) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/50:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/55:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.55) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/60:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/65:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.65) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/70:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/75:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/80:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/85:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.85) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/90:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.9) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:from-primary-950\/95:focus-visible {
  --tw-gradient-from: rgb(70 23 8 / 0.95) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #ebfbcb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/0:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/10:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/100:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/15:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/20:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/25:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/30:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/35:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/40:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/45:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/5:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/50:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/55:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/60:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/65:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/70:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/75:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/80:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/85:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/90:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-100\/95:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d8f69a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/0:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/10:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/100:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/15:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/20:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/25:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/30:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/35:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/40:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/45:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/5:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/50:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/55:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/60:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/65:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/70:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/75:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/80:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/85:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/90:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-200\/95:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c4f078 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/0:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/10:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/100:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/15:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/20:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/25:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/30:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/35:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/40:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/45:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/5:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/50:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/55:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/60:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/65:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/70:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/75:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/80:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/85:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/90:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-300\/95:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b7ed68 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/0:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/10:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/100:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/15:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/20:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/25:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/30:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/35:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/40:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/45:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/5:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/50:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/55:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/60:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/65:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/70:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/75:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/80:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/85:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/90:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-400\/95:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f7fdeb var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/0:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/10:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/100:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/15:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/20:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/25:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/30:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/35:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/40:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/45:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/5:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/50:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/55:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/60:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/65:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/70:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/75:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/80:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/85:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/90:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-50\/95:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #aeeb60 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/0:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/10:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/100:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/15:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/20:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/25:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/30:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/35:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/40:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/45:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/5:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/50:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/55:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/60:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/65:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/70:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/75:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/80:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/85:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/90:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-500\/95:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #82c930 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/0:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/10:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/100:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/15:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/20:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/25:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/30:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/35:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/40:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/45:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/5:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/50:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/55:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/60:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/65:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/70:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/75:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/80:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/85:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/90:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-600\/95:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #61a11f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/0:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/10:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/100:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/15:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/20:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/25:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/30:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/35:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/40:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/45:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/5:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/50:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/55:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/60:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/65:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/70:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/75:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/80:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/85:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/90:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-700\/95:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4e7e20 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/0:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/10:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/100:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/15:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/20:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/25:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/30:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/35:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/40:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/45:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/5:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/50:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/55:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/60:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/65:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/70:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/75:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/80:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/85:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/90:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-800\/95:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #426a21 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/0:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/10:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/100:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/15:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/20:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/25:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/30:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/35:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/40:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/45:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/5:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/50:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/55:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/60:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/65:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/70:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/75:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/80:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/85:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/90:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-900\/95:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #203a0b var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/0:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/10:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/100:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/15:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/20:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/25:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/30:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/35:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/40:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/45:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/5:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/50:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/55:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/60:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/65:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/70:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/75:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/80:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/85:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/90:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-accent-950\/95:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9e3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/0:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/10:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/100:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/15:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/20:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/25:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/30:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/35:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/40:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/45:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/5:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/50:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/55:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/60:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/65:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/70:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/75:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/80:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/85:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/90:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-100\/95:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d3c7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/0:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/10:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/100:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/15:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/20:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/25:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/30:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/35:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/40:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/45:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/5:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/50:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/55:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/60:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/65:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/70:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/75:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/80:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/85:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/90:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-200\/95:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #b79aff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/0:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/10:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/100:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/15:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/20:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/25:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/30:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/35:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/40:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/45:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/5:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/50:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/55:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/60:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/65:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/70:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/75:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/80:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/85:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/90:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-300\/95:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #9562ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/0:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/10:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/100:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/15:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/20:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/25:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/30:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/35:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/40:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/45:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/5:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/50:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/55:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/60:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/65:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/70:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/75:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/80:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/85:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/90:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-400\/95:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f4f1ff var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/0:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/10:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/100:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/15:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/20:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/25:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/30:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/35:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/40:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/45:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/5:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/50:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/55:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/60:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/65:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/70:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/75:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/80:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/85:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/90:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-50\/95:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4e1cd1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/0:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/10:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/100:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/15:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/20:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/25:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/30:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/35:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/40:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/45:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/5:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/50:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/55:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/60:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/65:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/70:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/75:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/80:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/85:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/90:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-500\/95:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #4115b5 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/0:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/10:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/100:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/15:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/20:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/25:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/30:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/35:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/40:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/45:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/5:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/50:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/55:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/60:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/65:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/70:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/75:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/80:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/85:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/90:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-600\/95:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #361096 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/0:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/10:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/100:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/15:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/20:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/25:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/30:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/35:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/40:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/45:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/5:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/50:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/55:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/60:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/65:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/70:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/75:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/80:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/85:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/90:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-700\/95:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #2e1078 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/0:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/10:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/100:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/15:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/20:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/25:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/30:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/35:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/40:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/45:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/5:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/50:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/55:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/60:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/65:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/70:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/75:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/80:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/85:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/90:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-800\/95:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #270f62 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/0:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/10:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/100:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/15:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/20:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/25:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/30:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/35:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/40:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/45:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/5:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/50:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/55:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/60:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/65:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/70:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/75:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/80:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/85:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/90:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-900\/95:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #16053a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/0:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/10:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/100:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/15:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/20:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/25:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/30:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/35:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/40:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/45:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/5:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/50:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/55:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/60:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/65:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/70:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/75:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/80:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/85:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/90:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-brand-950\/95:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f6f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/0:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/10:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/100:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/15:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/20:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/25:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/30:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/35:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/40:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/45:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/5:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/50:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/55:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/60:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/65:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/70:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/75:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/80:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/85:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/90:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-100\/95:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e9e6e3 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/0:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/10:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/100:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/15:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/20:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/25:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/30:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/35:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/40:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/45:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/5:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/50:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/55:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/60:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/65:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/70:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/75:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/80:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/85:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/90:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-200\/95:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #d7d2cd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/0:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/10:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/100:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/15:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/20:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/25:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/30:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/35:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/40:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/45:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/5:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/50:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/55:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/60:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/65:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/70:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/75:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/80:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/85:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/90:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-300\/95:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #afa8a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/0:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/10:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/100:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/15:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/20:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/25:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/30:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/35:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/40:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/45:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/5:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/50:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/55:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/60:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/65:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/70:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/75:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/80:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/85:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/90:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-400\/95:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fbfaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/0:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/10:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/100:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/15:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/20:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/25:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/30:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/35:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/40:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/45:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/5:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/50:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/55:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/60:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/65:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/70:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/75:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/80:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/85:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/90:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-50\/95:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #817971 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/0:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/10:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/100:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/15:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/20:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/25:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/30:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/35:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/40:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/45:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/5:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/50:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/55:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/60:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/65:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/70:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/75:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/80:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/85:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/90:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-500\/95:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #605952 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/0:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/10:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/100:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/15:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/20:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/25:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/30:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/35:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/40:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/45:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/5:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/50:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/55:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/60:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/65:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/70:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/75:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/80:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/85:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/90:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-600\/95:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #49443f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/0:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/10:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/100:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/15:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/20:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/25:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/30:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/35:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/40:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/45:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/5:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/50:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/55:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/60:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/65:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/70:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/75:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/80:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/85:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/90:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-700\/95:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #302d2a var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/0:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/10:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/100:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/15:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/20:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/25:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/30:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/35:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/40:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/45:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/5:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/50:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/55:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/60:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/65:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/70:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/75:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/80:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/85:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/90:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-800\/95:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #211f1d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/0:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/10:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/100:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/15:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/20:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/25:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/30:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/35:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/40:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/45:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/5:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/50:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/55:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/60:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/65:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/70:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/75:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/80:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/85:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/90:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-900\/95:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #121110 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/0:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/10:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/100:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/15:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/20:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/25:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/30:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/35:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/40:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/45:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/5:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/50:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/55:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/60:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/65:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/70:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/75:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/80:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/85:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/90:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-neutral-950\/95:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #feeade var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/0:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/10:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/100:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/15:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/20:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/25:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/30:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/35:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/40:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/45:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/5:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/50:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/55:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/60:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/65:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/70:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/75:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/80:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/85:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/90:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-100\/95:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fcd3bd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/0:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/10:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/100:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/15:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/20:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/25:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/30:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/35:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/40:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/45:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/5:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/50:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/55:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/60:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/65:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/70:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/75:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/80:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/85:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/90:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-200\/95:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fab38f var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/0:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/10:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/100:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/15:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/20:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/25:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/30:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/35:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/40:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/45:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/5:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/50:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/55:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/60:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/65:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/70:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/75:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/80:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/85:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/90:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-300\/95:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f99766 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/0:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/10:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/100:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/15:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/20:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/25:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/30:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/35:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/40:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/45:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/5:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/50:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/55:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/60:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/65:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/70:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/75:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/80:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/85:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/90:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-400\/95:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #fff7f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/0:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/10:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/100:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/15:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/20:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/25:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/30:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/35:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/40:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/45:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/5:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/50:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/55:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/60:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/65:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/70:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/75:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/80:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/85:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/90:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-50\/95:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f78d4d var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/0:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/10:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/100:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/15:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/20:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/25:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/30:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/35:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/40:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/45:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/5:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/50:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/55:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/60:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/65:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/70:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/75:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/80:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/85:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/90:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-500\/95:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #e96325 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/0:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/10:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/100:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/15:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/20:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/25:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/30:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/35:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/40:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/45:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/5:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/50:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/55:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/60:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/65:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/70:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/75:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/80:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/85:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/90:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-600\/95:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #c94a16 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/0:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/10:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/100:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/15:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/20:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/25:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/30:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/35:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/40:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/45:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/5:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/50:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/55:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/60:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/65:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/70:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/75:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/80:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/85:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/90:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-700\/95:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #a13b18 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/0:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/10:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/100:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/15:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/20:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/25:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/30:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/35:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/40:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/45:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/5:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/50:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/55:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/60:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/65:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/70:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/75:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/80:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/85:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/90:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-800\/95:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #823318 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/0:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/10:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/100:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/15:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/20:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/25:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/30:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/35:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/40:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/45:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/5:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/50:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/55:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/60:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/65:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/70:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/75:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/80:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/85:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/90:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-900\/95:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #461708 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/0:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/10:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/100:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/15:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/20:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/25:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/30:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/35:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/40:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/45:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/5:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/50:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/55:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/60:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/65:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/70:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/75:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/80:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/85:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/90:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:via-primary-950\/95:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.focus-visible\:to-accent-100:focus-visible {
  --tw-gradient-to: #ebfbcb var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/0:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/10:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/100:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/15:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/20:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/25:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/30:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/35:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/40:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/45:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/5:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/50:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/55:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/60:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/65:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/70:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/75:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/80:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/85:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/90:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-100\/95:focus-visible {
  --tw-gradient-to: rgb(235 251 203 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200:focus-visible {
  --tw-gradient-to: #d8f69a var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/0:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/10:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/100:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/15:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/20:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/25:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/30:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/35:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/40:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/45:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/5:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/50:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/55:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/60:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/65:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/70:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/75:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/80:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/85:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/90:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-200\/95:focus-visible {
  --tw-gradient-to: rgb(216 246 154 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300:focus-visible {
  --tw-gradient-to: #c4f078 var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/0:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/10:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/100:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/15:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/20:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/25:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/30:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/35:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/40:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/45:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/5:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/50:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/55:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/60:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/65:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/70:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/75:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/80:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/85:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/90:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-300\/95:focus-visible {
  --tw-gradient-to: rgb(196 240 120 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400:focus-visible {
  --tw-gradient-to: #b7ed68 var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/0:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/10:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/100:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/15:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/20:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/25:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/30:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/35:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/40:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/45:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/5:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/50:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/55:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/60:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/65:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/70:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/75:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/80:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/85:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/90:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-400\/95:focus-visible {
  --tw-gradient-to: rgb(183 237 104 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50:focus-visible {
  --tw-gradient-to: #f7fdeb var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/0:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/10:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/100:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/15:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/20:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/25:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/30:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/35:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/40:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/45:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/5:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/50:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/55:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/60:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/65:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/70:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/75:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/80:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/85:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/90:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-50\/95:focus-visible {
  --tw-gradient-to: rgb(247 253 235 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500:focus-visible {
  --tw-gradient-to: #aeeb60 var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/0:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/10:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/100:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/15:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/20:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/25:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/30:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/35:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/40:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/45:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/5:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/50:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/55:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/60:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/65:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/70:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/75:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/80:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/85:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/90:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-500\/95:focus-visible {
  --tw-gradient-to: rgb(174 235 96 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600:focus-visible {
  --tw-gradient-to: #82c930 var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/0:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/10:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/100:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/15:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/20:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/25:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/30:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/35:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/40:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/45:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/5:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/50:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/55:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/60:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/65:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/70:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/75:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/80:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/85:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/90:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-600\/95:focus-visible {
  --tw-gradient-to: rgb(130 201 48 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700:focus-visible {
  --tw-gradient-to: #61a11f var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/0:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/10:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/100:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/15:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/20:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/25:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/30:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/35:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/40:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/45:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/5:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/50:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/55:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/60:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/65:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/70:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/75:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/80:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/85:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/90:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-700\/95:focus-visible {
  --tw-gradient-to: rgb(97 161 31 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800:focus-visible {
  --tw-gradient-to: #4e7e20 var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/0:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/10:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/100:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/15:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/20:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/25:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/30:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/35:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/40:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/45:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/5:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/50:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/55:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/60:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/65:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/70:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/75:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/80:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/85:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/90:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-800\/95:focus-visible {
  --tw-gradient-to: rgb(78 126 32 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900:focus-visible {
  --tw-gradient-to: #426a21 var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/0:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/10:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/100:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/15:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/20:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/25:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/30:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/35:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/40:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/45:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/5:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/50:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/55:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/60:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/65:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/70:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/75:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/80:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/85:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/90:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-900\/95:focus-visible {
  --tw-gradient-to: rgb(66 106 33 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950:focus-visible {
  --tw-gradient-to: #203a0b var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/0:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/10:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/100:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/15:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/20:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/25:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/30:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/35:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/40:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/45:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/5:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/50:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/55:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/60:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/65:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/70:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/75:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/80:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/85:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/90:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-accent-950\/95:focus-visible {
  --tw-gradient-to: rgb(32 58 11 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100:focus-visible {
  --tw-gradient-to: #e9e3ff var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/0:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/10:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/100:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/15:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/20:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/25:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/30:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/35:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/40:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/45:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/5:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/50:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/55:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/60:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/65:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/70:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/75:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/80:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/85:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/90:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-100\/95:focus-visible {
  --tw-gradient-to: rgb(233 227 255 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200:focus-visible {
  --tw-gradient-to: #d3c7ff var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/0:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/10:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/100:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/15:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/20:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/25:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/30:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/35:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/40:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/45:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/5:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/50:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/55:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/60:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/65:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/70:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/75:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/80:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/85:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/90:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-200\/95:focus-visible {
  --tw-gradient-to: rgb(211 199 255 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300:focus-visible {
  --tw-gradient-to: #b79aff var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/0:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/10:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/100:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/15:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/20:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/25:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/30:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/35:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/40:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/45:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/5:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/50:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/55:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/60:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/65:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/70:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/75:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/80:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/85:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/90:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-300\/95:focus-visible {
  --tw-gradient-to: rgb(183 154 255 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400:focus-visible {
  --tw-gradient-to: #9562ff var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/0:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/10:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/100:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/15:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/20:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/25:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/30:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/35:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/40:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/45:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/5:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/50:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/55:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/60:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/65:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/70:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/75:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/80:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/85:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/90:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-400\/95:focus-visible {
  --tw-gradient-to: rgb(149 98 255 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50:focus-visible {
  --tw-gradient-to: #f4f1ff var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/0:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/10:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/100:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/15:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/20:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/25:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/30:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/35:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/40:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/45:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/5:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/50:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/55:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/60:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/65:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/70:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/75:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/80:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/85:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/90:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-50\/95:focus-visible {
  --tw-gradient-to: rgb(244 241 255 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500:focus-visible {
  --tw-gradient-to: #4e1cd1 var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/0:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/10:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/100:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/15:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/20:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/25:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/30:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/35:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/40:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/45:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/5:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/50:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/55:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/60:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/65:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/70:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/75:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/80:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/85:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/90:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-500\/95:focus-visible {
  --tw-gradient-to: rgb(78 28 209 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600:focus-visible {
  --tw-gradient-to: #4115b5 var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/0:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/10:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/100:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/15:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/20:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/25:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/30:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/35:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/40:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/45:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/5:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/50:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/55:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/60:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/65:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/70:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/75:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/80:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/85:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/90:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-600\/95:focus-visible {
  --tw-gradient-to: rgb(65 21 181 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700:focus-visible {
  --tw-gradient-to: #361096 var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/0:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/10:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/100:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/15:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/20:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/25:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/30:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/35:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/40:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/45:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/5:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/50:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/55:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/60:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/65:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/70:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/75:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/80:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/85:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/90:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-700\/95:focus-visible {
  --tw-gradient-to: rgb(54 16 150 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800:focus-visible {
  --tw-gradient-to: #2e1078 var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/0:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/10:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/100:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/15:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/20:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/25:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/30:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/35:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/40:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/45:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/5:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/50:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/55:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/60:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/65:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/70:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/75:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/80:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/85:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/90:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-800\/95:focus-visible {
  --tw-gradient-to: rgb(46 16 120 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900:focus-visible {
  --tw-gradient-to: #270f62 var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/0:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/10:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/100:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/15:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/20:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/25:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/30:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/35:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/40:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/45:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/5:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/50:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/55:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/60:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/65:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/70:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/75:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/80:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/85:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/90:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-900\/95:focus-visible {
  --tw-gradient-to: rgb(39 15 98 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950:focus-visible {
  --tw-gradient-to: #16053a var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/0:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/10:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/100:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/15:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/20:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/25:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/30:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/35:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/40:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/45:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/5:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/50:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/55:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/60:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/65:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/70:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/75:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/80:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/85:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/90:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-brand-950\/95:focus-visible {
  --tw-gradient-to: rgb(22 5 58 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100:focus-visible {
  --tw-gradient-to: #f6f5f4 var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/0:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/10:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/100:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/15:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/20:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/25:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/30:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/35:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/40:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/45:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/5:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/50:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/55:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/60:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/65:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/70:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/75:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/80:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/85:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/90:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-100\/95:focus-visible {
  --tw-gradient-to: rgb(246 245 244 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200:focus-visible {
  --tw-gradient-to: #e9e6e3 var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/0:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/10:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/100:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/15:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/20:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/25:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/30:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/35:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/40:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/45:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/5:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/50:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/55:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/60:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/65:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/70:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/75:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/80:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/85:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/90:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-200\/95:focus-visible {
  --tw-gradient-to: rgb(233 230 227 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300:focus-visible {
  --tw-gradient-to: #d7d2cd var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/0:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/10:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/100:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/15:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/20:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/25:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/30:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/35:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/40:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/45:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/5:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/50:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/55:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/60:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/65:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/70:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/75:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/80:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/85:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/90:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-300\/95:focus-visible {
  --tw-gradient-to: rgb(215 210 205 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400:focus-visible {
  --tw-gradient-to: #afa8a1 var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/0:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/10:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/100:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/15:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/20:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/25:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/30:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/35:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/40:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/45:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/5:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/50:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/55:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/60:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/65:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/70:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/75:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/80:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/85:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/90:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-400\/95:focus-visible {
  --tw-gradient-to: rgb(175 168 161 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50:focus-visible {
  --tw-gradient-to: #fbfaf9 var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/0:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/10:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/100:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/15:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/20:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/25:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/30:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/35:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/40:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/45:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/5:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/50:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/55:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/60:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/65:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/70:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/75:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/80:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/85:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/90:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-50\/95:focus-visible {
  --tw-gradient-to: rgb(251 250 249 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500:focus-visible {
  --tw-gradient-to: #817971 var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/0:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/10:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/100:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/15:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/20:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/25:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/30:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/35:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/40:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/45:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/5:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/50:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/55:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/60:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/65:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/70:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/75:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/80:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/85:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/90:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-500\/95:focus-visible {
  --tw-gradient-to: rgb(129 121 113 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600:focus-visible {
  --tw-gradient-to: #605952 var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/0:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/10:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/100:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/15:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/20:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/25:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/30:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/35:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/40:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/45:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/5:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/50:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/55:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/60:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/65:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/70:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/75:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/80:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/85:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/90:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-600\/95:focus-visible {
  --tw-gradient-to: rgb(96 89 82 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700:focus-visible {
  --tw-gradient-to: #49443f var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/0:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/10:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/100:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/15:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/20:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/25:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/30:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/35:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/40:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/45:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/5:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/50:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/55:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/60:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/65:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/70:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/75:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/80:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/85:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/90:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-700\/95:focus-visible {
  --tw-gradient-to: rgb(73 68 63 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800:focus-visible {
  --tw-gradient-to: #302d2a var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/0:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/10:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/100:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/15:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/20:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/25:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/30:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/35:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/40:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/45:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/5:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/50:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/55:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/60:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/65:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/70:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/75:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/80:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/85:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/90:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-800\/95:focus-visible {
  --tw-gradient-to: rgb(48 45 42 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900:focus-visible {
  --tw-gradient-to: #211f1d var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/0:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/10:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/100:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/15:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/20:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/25:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/30:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/35:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/40:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/45:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/5:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/50:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/55:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/60:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/65:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/70:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/75:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/80:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/85:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/90:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-900\/95:focus-visible {
  --tw-gradient-to: rgb(33 31 29 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950:focus-visible {
  --tw-gradient-to: #121110 var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/0:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/10:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/100:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/15:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/20:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/25:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/30:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/35:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/40:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/45:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/5:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/50:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/55:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/60:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/65:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/70:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/75:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/80:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/85:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/90:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-neutral-950\/95:focus-visible {
  --tw-gradient-to: rgb(18 17 16 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100:focus-visible {
  --tw-gradient-to: #feeade var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/0:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/10:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/100:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/15:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/20:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/25:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/30:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/35:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/40:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/45:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/5:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/50:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/55:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/60:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/65:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/70:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/75:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/80:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/85:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/90:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-100\/95:focus-visible {
  --tw-gradient-to: rgb(254 234 222 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200:focus-visible {
  --tw-gradient-to: #fcd3bd var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/0:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/10:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/100:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/15:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/20:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/25:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/30:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/35:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/40:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/45:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/5:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/50:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/55:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/60:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/65:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/70:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/75:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/80:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/85:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/90:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-200\/95:focus-visible {
  --tw-gradient-to: rgb(252 211 189 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300:focus-visible {
  --tw-gradient-to: #fab38f var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/0:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/10:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/100:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/15:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/20:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/25:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/30:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/35:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/40:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/45:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/5:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/50:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/55:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/60:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/65:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/70:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/75:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/80:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/85:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/90:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-300\/95:focus-visible {
  --tw-gradient-to: rgb(250 179 143 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400:focus-visible {
  --tw-gradient-to: #f99766 var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/0:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/10:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/100:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/15:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/20:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/25:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/30:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/35:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/40:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/45:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/5:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/50:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/55:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/60:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/65:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/70:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/75:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/80:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/85:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/90:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-400\/95:focus-visible {
  --tw-gradient-to: rgb(249 151 102 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50:focus-visible {
  --tw-gradient-to: #fff7f2 var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/0:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/10:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/100:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/15:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/20:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/25:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/30:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/35:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/40:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/45:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/5:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/50:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/55:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/60:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/65:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/70:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/75:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/80:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/85:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/90:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-50\/95:focus-visible {
  --tw-gradient-to: rgb(255 247 242 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500:focus-visible {
  --tw-gradient-to: #f78d4d var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/0:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/10:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/100:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/15:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/20:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/25:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/30:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/35:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/40:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/45:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/5:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/50:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/55:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/60:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/65:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/70:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/75:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/80:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/85:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/90:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-500\/95:focus-visible {
  --tw-gradient-to: rgb(247 141 77 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600:focus-visible {
  --tw-gradient-to: #e96325 var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/0:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/10:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/100:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/15:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/20:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/25:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/30:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/35:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/40:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/45:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/5:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/50:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/55:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/60:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/65:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/70:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/75:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/80:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/85:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/90:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-600\/95:focus-visible {
  --tw-gradient-to: rgb(233 99 37 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700:focus-visible {
  --tw-gradient-to: #c94a16 var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/0:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/10:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/100:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/15:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/20:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/25:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/30:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/35:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/40:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/45:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/5:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/50:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/55:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/60:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/65:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/70:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/75:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/80:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/85:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/90:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-700\/95:focus-visible {
  --tw-gradient-to: rgb(201 74 22 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800:focus-visible {
  --tw-gradient-to: #a13b18 var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/0:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/10:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/100:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/15:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/20:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/25:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/30:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/35:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/40:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/45:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/5:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/50:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/55:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/60:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/65:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/70:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/75:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/80:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/85:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/90:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-800\/95:focus-visible {
  --tw-gradient-to: rgb(161 59 24 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900:focus-visible {
  --tw-gradient-to: #823318 var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/0:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/10:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/100:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/15:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/20:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/25:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/30:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/35:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/40:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/45:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/5:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/50:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/55:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/60:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/65:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/70:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/75:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/80:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/85:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/90:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-900\/95:focus-visible {
  --tw-gradient-to: rgb(130 51 24 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950:focus-visible {
  --tw-gradient-to: #461708 var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/0:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/10:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/100:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 1) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/15:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.15) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/20:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.2) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/25:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.25) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/30:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.3) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/35:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.35) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/40:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.4) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/45:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.45) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/5:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.05) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/50:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.5) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/55:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.55) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/60:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.6) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/65:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.65) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/70:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.7) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/75:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.75) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/80:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.8) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/85:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.85) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/90:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.9) var(--tw-gradient-to-position);
}

.focus-visible\:to-primary-950\/95:focus-visible {
  --tw-gradient-to: rgb(70 23 8 / 0.95) var(--tw-gradient-to-position);
}

.focus-visible\:bg-fixed:focus-visible {
  background-attachment: fixed;
}

.focus-visible\:object-contain:focus-visible {
  -o-object-fit: contain;
     object-fit: contain;
}

.focus-visible\:object-cover:focus-visible {
  -o-object-fit: cover;
     object-fit: cover;
}

.focus-visible\:text-left:focus-visible {
  text-align: left;
}

.focus-visible\:text-center:focus-visible {
  text-align: center;
}

.focus-visible\:text-right:focus-visible {
  text-align: right;
}

.focus-visible\:uppercase:focus-visible {
  text-transform: uppercase;
}

.focus-visible\:lowercase:focus-visible {
  text-transform: lowercase;
}

.focus-visible\:capitalize:focus-visible {
  text-transform: capitalize;
}

.focus-visible\:text-accent-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(235 251 203 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-100\/0:focus-visible {
  color: rgb(235 251 203 / 0);
}

.focus-visible\:text-accent-100\/10:focus-visible {
  color: rgb(235 251 203 / 0.1);
}

.focus-visible\:text-accent-100\/100:focus-visible {
  color: rgb(235 251 203 / 1);
}

.focus-visible\:text-accent-100\/15:focus-visible {
  color: rgb(235 251 203 / 0.15);
}

.focus-visible\:text-accent-100\/20:focus-visible {
  color: rgb(235 251 203 / 0.2);
}

.focus-visible\:text-accent-100\/25:focus-visible {
  color: rgb(235 251 203 / 0.25);
}

.focus-visible\:text-accent-100\/30:focus-visible {
  color: rgb(235 251 203 / 0.3);
}

.focus-visible\:text-accent-100\/35:focus-visible {
  color: rgb(235 251 203 / 0.35);
}

.focus-visible\:text-accent-100\/40:focus-visible {
  color: rgb(235 251 203 / 0.4);
}

.focus-visible\:text-accent-100\/45:focus-visible {
  color: rgb(235 251 203 / 0.45);
}

.focus-visible\:text-accent-100\/5:focus-visible {
  color: rgb(235 251 203 / 0.05);
}

.focus-visible\:text-accent-100\/50:focus-visible {
  color: rgb(235 251 203 / 0.5);
}

.focus-visible\:text-accent-100\/55:focus-visible {
  color: rgb(235 251 203 / 0.55);
}

.focus-visible\:text-accent-100\/60:focus-visible {
  color: rgb(235 251 203 / 0.6);
}

.focus-visible\:text-accent-100\/65:focus-visible {
  color: rgb(235 251 203 / 0.65);
}

.focus-visible\:text-accent-100\/70:focus-visible {
  color: rgb(235 251 203 / 0.7);
}

.focus-visible\:text-accent-100\/75:focus-visible {
  color: rgb(235 251 203 / 0.75);
}

.focus-visible\:text-accent-100\/80:focus-visible {
  color: rgb(235 251 203 / 0.8);
}

.focus-visible\:text-accent-100\/85:focus-visible {
  color: rgb(235 251 203 / 0.85);
}

.focus-visible\:text-accent-100\/90:focus-visible {
  color: rgb(235 251 203 / 0.9);
}

.focus-visible\:text-accent-100\/95:focus-visible {
  color: rgb(235 251 203 / 0.95);
}

.focus-visible\:text-accent-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(216 246 154 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-200\/0:focus-visible {
  color: rgb(216 246 154 / 0);
}

.focus-visible\:text-accent-200\/10:focus-visible {
  color: rgb(216 246 154 / 0.1);
}

.focus-visible\:text-accent-200\/100:focus-visible {
  color: rgb(216 246 154 / 1);
}

.focus-visible\:text-accent-200\/15:focus-visible {
  color: rgb(216 246 154 / 0.15);
}

.focus-visible\:text-accent-200\/20:focus-visible {
  color: rgb(216 246 154 / 0.2);
}

.focus-visible\:text-accent-200\/25:focus-visible {
  color: rgb(216 246 154 / 0.25);
}

.focus-visible\:text-accent-200\/30:focus-visible {
  color: rgb(216 246 154 / 0.3);
}

.focus-visible\:text-accent-200\/35:focus-visible {
  color: rgb(216 246 154 / 0.35);
}

.focus-visible\:text-accent-200\/40:focus-visible {
  color: rgb(216 246 154 / 0.4);
}

.focus-visible\:text-accent-200\/45:focus-visible {
  color: rgb(216 246 154 / 0.45);
}

.focus-visible\:text-accent-200\/5:focus-visible {
  color: rgb(216 246 154 / 0.05);
}

.focus-visible\:text-accent-200\/50:focus-visible {
  color: rgb(216 246 154 / 0.5);
}

.focus-visible\:text-accent-200\/55:focus-visible {
  color: rgb(216 246 154 / 0.55);
}

.focus-visible\:text-accent-200\/60:focus-visible {
  color: rgb(216 246 154 / 0.6);
}

.focus-visible\:text-accent-200\/65:focus-visible {
  color: rgb(216 246 154 / 0.65);
}

.focus-visible\:text-accent-200\/70:focus-visible {
  color: rgb(216 246 154 / 0.7);
}

.focus-visible\:text-accent-200\/75:focus-visible {
  color: rgb(216 246 154 / 0.75);
}

.focus-visible\:text-accent-200\/80:focus-visible {
  color: rgb(216 246 154 / 0.8);
}

.focus-visible\:text-accent-200\/85:focus-visible {
  color: rgb(216 246 154 / 0.85);
}

.focus-visible\:text-accent-200\/90:focus-visible {
  color: rgb(216 246 154 / 0.9);
}

.focus-visible\:text-accent-200\/95:focus-visible {
  color: rgb(216 246 154 / 0.95);
}

.focus-visible\:text-accent-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(196 240 120 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-300\/0:focus-visible {
  color: rgb(196 240 120 / 0);
}

.focus-visible\:text-accent-300\/10:focus-visible {
  color: rgb(196 240 120 / 0.1);
}

.focus-visible\:text-accent-300\/100:focus-visible {
  color: rgb(196 240 120 / 1);
}

.focus-visible\:text-accent-300\/15:focus-visible {
  color: rgb(196 240 120 / 0.15);
}

.focus-visible\:text-accent-300\/20:focus-visible {
  color: rgb(196 240 120 / 0.2);
}

.focus-visible\:text-accent-300\/25:focus-visible {
  color: rgb(196 240 120 / 0.25);
}

.focus-visible\:text-accent-300\/30:focus-visible {
  color: rgb(196 240 120 / 0.3);
}

.focus-visible\:text-accent-300\/35:focus-visible {
  color: rgb(196 240 120 / 0.35);
}

.focus-visible\:text-accent-300\/40:focus-visible {
  color: rgb(196 240 120 / 0.4);
}

.focus-visible\:text-accent-300\/45:focus-visible {
  color: rgb(196 240 120 / 0.45);
}

.focus-visible\:text-accent-300\/5:focus-visible {
  color: rgb(196 240 120 / 0.05);
}

.focus-visible\:text-accent-300\/50:focus-visible {
  color: rgb(196 240 120 / 0.5);
}

.focus-visible\:text-accent-300\/55:focus-visible {
  color: rgb(196 240 120 / 0.55);
}

.focus-visible\:text-accent-300\/60:focus-visible {
  color: rgb(196 240 120 / 0.6);
}

.focus-visible\:text-accent-300\/65:focus-visible {
  color: rgb(196 240 120 / 0.65);
}

.focus-visible\:text-accent-300\/70:focus-visible {
  color: rgb(196 240 120 / 0.7);
}

.focus-visible\:text-accent-300\/75:focus-visible {
  color: rgb(196 240 120 / 0.75);
}

.focus-visible\:text-accent-300\/80:focus-visible {
  color: rgb(196 240 120 / 0.8);
}

.focus-visible\:text-accent-300\/85:focus-visible {
  color: rgb(196 240 120 / 0.85);
}

.focus-visible\:text-accent-300\/90:focus-visible {
  color: rgb(196 240 120 / 0.9);
}

.focus-visible\:text-accent-300\/95:focus-visible {
  color: rgb(196 240 120 / 0.95);
}

.focus-visible\:text-accent-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(183 237 104 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-400\/0:focus-visible {
  color: rgb(183 237 104 / 0);
}

.focus-visible\:text-accent-400\/10:focus-visible {
  color: rgb(183 237 104 / 0.1);
}

.focus-visible\:text-accent-400\/100:focus-visible {
  color: rgb(183 237 104 / 1);
}

.focus-visible\:text-accent-400\/15:focus-visible {
  color: rgb(183 237 104 / 0.15);
}

.focus-visible\:text-accent-400\/20:focus-visible {
  color: rgb(183 237 104 / 0.2);
}

.focus-visible\:text-accent-400\/25:focus-visible {
  color: rgb(183 237 104 / 0.25);
}

.focus-visible\:text-accent-400\/30:focus-visible {
  color: rgb(183 237 104 / 0.3);
}

.focus-visible\:text-accent-400\/35:focus-visible {
  color: rgb(183 237 104 / 0.35);
}

.focus-visible\:text-accent-400\/40:focus-visible {
  color: rgb(183 237 104 / 0.4);
}

.focus-visible\:text-accent-400\/45:focus-visible {
  color: rgb(183 237 104 / 0.45);
}

.focus-visible\:text-accent-400\/5:focus-visible {
  color: rgb(183 237 104 / 0.05);
}

.focus-visible\:text-accent-400\/50:focus-visible {
  color: rgb(183 237 104 / 0.5);
}

.focus-visible\:text-accent-400\/55:focus-visible {
  color: rgb(183 237 104 / 0.55);
}

.focus-visible\:text-accent-400\/60:focus-visible {
  color: rgb(183 237 104 / 0.6);
}

.focus-visible\:text-accent-400\/65:focus-visible {
  color: rgb(183 237 104 / 0.65);
}

.focus-visible\:text-accent-400\/70:focus-visible {
  color: rgb(183 237 104 / 0.7);
}

.focus-visible\:text-accent-400\/75:focus-visible {
  color: rgb(183 237 104 / 0.75);
}

.focus-visible\:text-accent-400\/80:focus-visible {
  color: rgb(183 237 104 / 0.8);
}

.focus-visible\:text-accent-400\/85:focus-visible {
  color: rgb(183 237 104 / 0.85);
}

.focus-visible\:text-accent-400\/90:focus-visible {
  color: rgb(183 237 104 / 0.9);
}

.focus-visible\:text-accent-400\/95:focus-visible {
  color: rgb(183 237 104 / 0.95);
}

.focus-visible\:text-accent-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(247 253 235 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-50\/0:focus-visible {
  color: rgb(247 253 235 / 0);
}

.focus-visible\:text-accent-50\/10:focus-visible {
  color: rgb(247 253 235 / 0.1);
}

.focus-visible\:text-accent-50\/100:focus-visible {
  color: rgb(247 253 235 / 1);
}

.focus-visible\:text-accent-50\/15:focus-visible {
  color: rgb(247 253 235 / 0.15);
}

.focus-visible\:text-accent-50\/20:focus-visible {
  color: rgb(247 253 235 / 0.2);
}

.focus-visible\:text-accent-50\/25:focus-visible {
  color: rgb(247 253 235 / 0.25);
}

.focus-visible\:text-accent-50\/30:focus-visible {
  color: rgb(247 253 235 / 0.3);
}

.focus-visible\:text-accent-50\/35:focus-visible {
  color: rgb(247 253 235 / 0.35);
}

.focus-visible\:text-accent-50\/40:focus-visible {
  color: rgb(247 253 235 / 0.4);
}

.focus-visible\:text-accent-50\/45:focus-visible {
  color: rgb(247 253 235 / 0.45);
}

.focus-visible\:text-accent-50\/5:focus-visible {
  color: rgb(247 253 235 / 0.05);
}

.focus-visible\:text-accent-50\/50:focus-visible {
  color: rgb(247 253 235 / 0.5);
}

.focus-visible\:text-accent-50\/55:focus-visible {
  color: rgb(247 253 235 / 0.55);
}

.focus-visible\:text-accent-50\/60:focus-visible {
  color: rgb(247 253 235 / 0.6);
}

.focus-visible\:text-accent-50\/65:focus-visible {
  color: rgb(247 253 235 / 0.65);
}

.focus-visible\:text-accent-50\/70:focus-visible {
  color: rgb(247 253 235 / 0.7);
}

.focus-visible\:text-accent-50\/75:focus-visible {
  color: rgb(247 253 235 / 0.75);
}

.focus-visible\:text-accent-50\/80:focus-visible {
  color: rgb(247 253 235 / 0.8);
}

.focus-visible\:text-accent-50\/85:focus-visible {
  color: rgb(247 253 235 / 0.85);
}

.focus-visible\:text-accent-50\/90:focus-visible {
  color: rgb(247 253 235 / 0.9);
}

.focus-visible\:text-accent-50\/95:focus-visible {
  color: rgb(247 253 235 / 0.95);
}

.focus-visible\:text-accent-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(174 235 96 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-500\/0:focus-visible {
  color: rgb(174 235 96 / 0);
}

.focus-visible\:text-accent-500\/10:focus-visible {
  color: rgb(174 235 96 / 0.1);
}

.focus-visible\:text-accent-500\/100:focus-visible {
  color: rgb(174 235 96 / 1);
}

.focus-visible\:text-accent-500\/15:focus-visible {
  color: rgb(174 235 96 / 0.15);
}

.focus-visible\:text-accent-500\/20:focus-visible {
  color: rgb(174 235 96 / 0.2);
}

.focus-visible\:text-accent-500\/25:focus-visible {
  color: rgb(174 235 96 / 0.25);
}

.focus-visible\:text-accent-500\/30:focus-visible {
  color: rgb(174 235 96 / 0.3);
}

.focus-visible\:text-accent-500\/35:focus-visible {
  color: rgb(174 235 96 / 0.35);
}

.focus-visible\:text-accent-500\/40:focus-visible {
  color: rgb(174 235 96 / 0.4);
}

.focus-visible\:text-accent-500\/45:focus-visible {
  color: rgb(174 235 96 / 0.45);
}

.focus-visible\:text-accent-500\/5:focus-visible {
  color: rgb(174 235 96 / 0.05);
}

.focus-visible\:text-accent-500\/50:focus-visible {
  color: rgb(174 235 96 / 0.5);
}

.focus-visible\:text-accent-500\/55:focus-visible {
  color: rgb(174 235 96 / 0.55);
}

.focus-visible\:text-accent-500\/60:focus-visible {
  color: rgb(174 235 96 / 0.6);
}

.focus-visible\:text-accent-500\/65:focus-visible {
  color: rgb(174 235 96 / 0.65);
}

.focus-visible\:text-accent-500\/70:focus-visible {
  color: rgb(174 235 96 / 0.7);
}

.focus-visible\:text-accent-500\/75:focus-visible {
  color: rgb(174 235 96 / 0.75);
}

.focus-visible\:text-accent-500\/80:focus-visible {
  color: rgb(174 235 96 / 0.8);
}

.focus-visible\:text-accent-500\/85:focus-visible {
  color: rgb(174 235 96 / 0.85);
}

.focus-visible\:text-accent-500\/90:focus-visible {
  color: rgb(174 235 96 / 0.9);
}

.focus-visible\:text-accent-500\/95:focus-visible {
  color: rgb(174 235 96 / 0.95);
}

.focus-visible\:text-accent-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(130 201 48 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-600\/0:focus-visible {
  color: rgb(130 201 48 / 0);
}

.focus-visible\:text-accent-600\/10:focus-visible {
  color: rgb(130 201 48 / 0.1);
}

.focus-visible\:text-accent-600\/100:focus-visible {
  color: rgb(130 201 48 / 1);
}

.focus-visible\:text-accent-600\/15:focus-visible {
  color: rgb(130 201 48 / 0.15);
}

.focus-visible\:text-accent-600\/20:focus-visible {
  color: rgb(130 201 48 / 0.2);
}

.focus-visible\:text-accent-600\/25:focus-visible {
  color: rgb(130 201 48 / 0.25);
}

.focus-visible\:text-accent-600\/30:focus-visible {
  color: rgb(130 201 48 / 0.3);
}

.focus-visible\:text-accent-600\/35:focus-visible {
  color: rgb(130 201 48 / 0.35);
}

.focus-visible\:text-accent-600\/40:focus-visible {
  color: rgb(130 201 48 / 0.4);
}

.focus-visible\:text-accent-600\/45:focus-visible {
  color: rgb(130 201 48 / 0.45);
}

.focus-visible\:text-accent-600\/5:focus-visible {
  color: rgb(130 201 48 / 0.05);
}

.focus-visible\:text-accent-600\/50:focus-visible {
  color: rgb(130 201 48 / 0.5);
}

.focus-visible\:text-accent-600\/55:focus-visible {
  color: rgb(130 201 48 / 0.55);
}

.focus-visible\:text-accent-600\/60:focus-visible {
  color: rgb(130 201 48 / 0.6);
}

.focus-visible\:text-accent-600\/65:focus-visible {
  color: rgb(130 201 48 / 0.65);
}

.focus-visible\:text-accent-600\/70:focus-visible {
  color: rgb(130 201 48 / 0.7);
}

.focus-visible\:text-accent-600\/75:focus-visible {
  color: rgb(130 201 48 / 0.75);
}

.focus-visible\:text-accent-600\/80:focus-visible {
  color: rgb(130 201 48 / 0.8);
}

.focus-visible\:text-accent-600\/85:focus-visible {
  color: rgb(130 201 48 / 0.85);
}

.focus-visible\:text-accent-600\/90:focus-visible {
  color: rgb(130 201 48 / 0.9);
}

.focus-visible\:text-accent-600\/95:focus-visible {
  color: rgb(130 201 48 / 0.95);
}

.focus-visible\:text-accent-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(97 161 31 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-700\/0:focus-visible {
  color: rgb(97 161 31 / 0);
}

.focus-visible\:text-accent-700\/10:focus-visible {
  color: rgb(97 161 31 / 0.1);
}

.focus-visible\:text-accent-700\/100:focus-visible {
  color: rgb(97 161 31 / 1);
}

.focus-visible\:text-accent-700\/15:focus-visible {
  color: rgb(97 161 31 / 0.15);
}

.focus-visible\:text-accent-700\/20:focus-visible {
  color: rgb(97 161 31 / 0.2);
}

.focus-visible\:text-accent-700\/25:focus-visible {
  color: rgb(97 161 31 / 0.25);
}

.focus-visible\:text-accent-700\/30:focus-visible {
  color: rgb(97 161 31 / 0.3);
}

.focus-visible\:text-accent-700\/35:focus-visible {
  color: rgb(97 161 31 / 0.35);
}

.focus-visible\:text-accent-700\/40:focus-visible {
  color: rgb(97 161 31 / 0.4);
}

.focus-visible\:text-accent-700\/45:focus-visible {
  color: rgb(97 161 31 / 0.45);
}

.focus-visible\:text-accent-700\/5:focus-visible {
  color: rgb(97 161 31 / 0.05);
}

.focus-visible\:text-accent-700\/50:focus-visible {
  color: rgb(97 161 31 / 0.5);
}

.focus-visible\:text-accent-700\/55:focus-visible {
  color: rgb(97 161 31 / 0.55);
}

.focus-visible\:text-accent-700\/60:focus-visible {
  color: rgb(97 161 31 / 0.6);
}

.focus-visible\:text-accent-700\/65:focus-visible {
  color: rgb(97 161 31 / 0.65);
}

.focus-visible\:text-accent-700\/70:focus-visible {
  color: rgb(97 161 31 / 0.7);
}

.focus-visible\:text-accent-700\/75:focus-visible {
  color: rgb(97 161 31 / 0.75);
}

.focus-visible\:text-accent-700\/80:focus-visible {
  color: rgb(97 161 31 / 0.8);
}

.focus-visible\:text-accent-700\/85:focus-visible {
  color: rgb(97 161 31 / 0.85);
}

.focus-visible\:text-accent-700\/90:focus-visible {
  color: rgb(97 161 31 / 0.9);
}

.focus-visible\:text-accent-700\/95:focus-visible {
  color: rgb(97 161 31 / 0.95);
}

.focus-visible\:text-accent-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(78 126 32 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-800\/0:focus-visible {
  color: rgb(78 126 32 / 0);
}

.focus-visible\:text-accent-800\/10:focus-visible {
  color: rgb(78 126 32 / 0.1);
}

.focus-visible\:text-accent-800\/100:focus-visible {
  color: rgb(78 126 32 / 1);
}

.focus-visible\:text-accent-800\/15:focus-visible {
  color: rgb(78 126 32 / 0.15);
}

.focus-visible\:text-accent-800\/20:focus-visible {
  color: rgb(78 126 32 / 0.2);
}

.focus-visible\:text-accent-800\/25:focus-visible {
  color: rgb(78 126 32 / 0.25);
}

.focus-visible\:text-accent-800\/30:focus-visible {
  color: rgb(78 126 32 / 0.3);
}

.focus-visible\:text-accent-800\/35:focus-visible {
  color: rgb(78 126 32 / 0.35);
}

.focus-visible\:text-accent-800\/40:focus-visible {
  color: rgb(78 126 32 / 0.4);
}

.focus-visible\:text-accent-800\/45:focus-visible {
  color: rgb(78 126 32 / 0.45);
}

.focus-visible\:text-accent-800\/5:focus-visible {
  color: rgb(78 126 32 / 0.05);
}

.focus-visible\:text-accent-800\/50:focus-visible {
  color: rgb(78 126 32 / 0.5);
}

.focus-visible\:text-accent-800\/55:focus-visible {
  color: rgb(78 126 32 / 0.55);
}

.focus-visible\:text-accent-800\/60:focus-visible {
  color: rgb(78 126 32 / 0.6);
}

.focus-visible\:text-accent-800\/65:focus-visible {
  color: rgb(78 126 32 / 0.65);
}

.focus-visible\:text-accent-800\/70:focus-visible {
  color: rgb(78 126 32 / 0.7);
}

.focus-visible\:text-accent-800\/75:focus-visible {
  color: rgb(78 126 32 / 0.75);
}

.focus-visible\:text-accent-800\/80:focus-visible {
  color: rgb(78 126 32 / 0.8);
}

.focus-visible\:text-accent-800\/85:focus-visible {
  color: rgb(78 126 32 / 0.85);
}

.focus-visible\:text-accent-800\/90:focus-visible {
  color: rgb(78 126 32 / 0.9);
}

.focus-visible\:text-accent-800\/95:focus-visible {
  color: rgb(78 126 32 / 0.95);
}

.focus-visible\:text-accent-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(66 106 33 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-900\/0:focus-visible {
  color: rgb(66 106 33 / 0);
}

.focus-visible\:text-accent-900\/10:focus-visible {
  color: rgb(66 106 33 / 0.1);
}

.focus-visible\:text-accent-900\/100:focus-visible {
  color: rgb(66 106 33 / 1);
}

.focus-visible\:text-accent-900\/15:focus-visible {
  color: rgb(66 106 33 / 0.15);
}

.focus-visible\:text-accent-900\/20:focus-visible {
  color: rgb(66 106 33 / 0.2);
}

.focus-visible\:text-accent-900\/25:focus-visible {
  color: rgb(66 106 33 / 0.25);
}

.focus-visible\:text-accent-900\/30:focus-visible {
  color: rgb(66 106 33 / 0.3);
}

.focus-visible\:text-accent-900\/35:focus-visible {
  color: rgb(66 106 33 / 0.35);
}

.focus-visible\:text-accent-900\/40:focus-visible {
  color: rgb(66 106 33 / 0.4);
}

.focus-visible\:text-accent-900\/45:focus-visible {
  color: rgb(66 106 33 / 0.45);
}

.focus-visible\:text-accent-900\/5:focus-visible {
  color: rgb(66 106 33 / 0.05);
}

.focus-visible\:text-accent-900\/50:focus-visible {
  color: rgb(66 106 33 / 0.5);
}

.focus-visible\:text-accent-900\/55:focus-visible {
  color: rgb(66 106 33 / 0.55);
}

.focus-visible\:text-accent-900\/60:focus-visible {
  color: rgb(66 106 33 / 0.6);
}

.focus-visible\:text-accent-900\/65:focus-visible {
  color: rgb(66 106 33 / 0.65);
}

.focus-visible\:text-accent-900\/70:focus-visible {
  color: rgb(66 106 33 / 0.7);
}

.focus-visible\:text-accent-900\/75:focus-visible {
  color: rgb(66 106 33 / 0.75);
}

.focus-visible\:text-accent-900\/80:focus-visible {
  color: rgb(66 106 33 / 0.8);
}

.focus-visible\:text-accent-900\/85:focus-visible {
  color: rgb(66 106 33 / 0.85);
}

.focus-visible\:text-accent-900\/90:focus-visible {
  color: rgb(66 106 33 / 0.9);
}

.focus-visible\:text-accent-900\/95:focus-visible {
  color: rgb(66 106 33 / 0.95);
}

.focus-visible\:text-accent-950:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(32 58 11 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-accent-950\/0:focus-visible {
  color: rgb(32 58 11 / 0);
}

.focus-visible\:text-accent-950\/10:focus-visible {
  color: rgb(32 58 11 / 0.1);
}

.focus-visible\:text-accent-950\/100:focus-visible {
  color: rgb(32 58 11 / 1);
}

.focus-visible\:text-accent-950\/15:focus-visible {
  color: rgb(32 58 11 / 0.15);
}

.focus-visible\:text-accent-950\/20:focus-visible {
  color: rgb(32 58 11 / 0.2);
}

.focus-visible\:text-accent-950\/25:focus-visible {
  color: rgb(32 58 11 / 0.25);
}

.focus-visible\:text-accent-950\/30:focus-visible {
  color: rgb(32 58 11 / 0.3);
}

.focus-visible\:text-accent-950\/35:focus-visible {
  color: rgb(32 58 11 / 0.35);
}

.focus-visible\:text-accent-950\/40:focus-visible {
  color: rgb(32 58 11 / 0.4);
}

.focus-visible\:text-accent-950\/45:focus-visible {
  color: rgb(32 58 11 / 0.45);
}

.focus-visible\:text-accent-950\/5:focus-visible {
  color: rgb(32 58 11 / 0.05);
}

.focus-visible\:text-accent-950\/50:focus-visible {
  color: rgb(32 58 11 / 0.5);
}

.focus-visible\:text-accent-950\/55:focus-visible {
  color: rgb(32 58 11 / 0.55);
}

.focus-visible\:text-accent-950\/60:focus-visible {
  color: rgb(32 58 11 / 0.6);
}

.focus-visible\:text-accent-950\/65:focus-visible {
  color: rgb(32 58 11 / 0.65);
}

.focus-visible\:text-accent-950\/70:focus-visible {
  color: rgb(32 58 11 / 0.7);
}

.focus-visible\:text-accent-950\/75:focus-visible {
  color: rgb(32 58 11 / 0.75);
}

.focus-visible\:text-accent-950\/80:focus-visible {
  color: rgb(32 58 11 / 0.8);
}

.focus-visible\:text-accent-950\/85:focus-visible {
  color: rgb(32 58 11 / 0.85);
}

.focus-visible\:text-accent-950\/90:focus-visible {
  color: rgb(32 58 11 / 0.9);
}

.focus-visible\:text-accent-950\/95:focus-visible {
  color: rgb(32 58 11 / 0.95);
}

.focus-visible\:text-black:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-black\/0:focus-visible {
  color: rgb(0 0 0 / 0);
}

.focus-visible\:text-black\/10:focus-visible {
  color: rgb(0 0 0 / 0.1);
}

.focus-visible\:text-black\/100:focus-visible {
  color: rgb(0 0 0 / 1);
}

.focus-visible\:text-black\/15:focus-visible {
  color: rgb(0 0 0 / 0.15);
}

.focus-visible\:text-black\/20:focus-visible {
  color: rgb(0 0 0 / 0.2);
}

.focus-visible\:text-black\/25:focus-visible {
  color: rgb(0 0 0 / 0.25);
}

.focus-visible\:text-black\/30:focus-visible {
  color: rgb(0 0 0 / 0.3);
}

.focus-visible\:text-black\/35:focus-visible {
  color: rgb(0 0 0 / 0.35);
}

.focus-visible\:text-black\/40:focus-visible {
  color: rgb(0 0 0 / 0.4);
}

.focus-visible\:text-black\/45:focus-visible {
  color: rgb(0 0 0 / 0.45);
}

.focus-visible\:text-black\/5:focus-visible {
  color: rgb(0 0 0 / 0.05);
}

.focus-visible\:text-black\/50:focus-visible {
  color: rgb(0 0 0 / 0.5);
}

.focus-visible\:text-black\/55:focus-visible {
  color: rgb(0 0 0 / 0.55);
}

.focus-visible\:text-black\/60:focus-visible {
  color: rgb(0 0 0 / 0.6);
}

.focus-visible\:text-black\/65:focus-visible {
  color: rgb(0 0 0 / 0.65);
}

.focus-visible\:text-black\/70:focus-visible {
  color: rgb(0 0 0 / 0.7);
}

.focus-visible\:text-black\/75:focus-visible {
  color: rgb(0 0 0 / 0.75);
}

.focus-visible\:text-black\/80:focus-visible {
  color: rgb(0 0 0 / 0.8);
}

.focus-visible\:text-black\/85:focus-visible {
  color: rgb(0 0 0 / 0.85);
}

.focus-visible\:text-black\/90:focus-visible {
  color: rgb(0 0 0 / 0.9);
}

.focus-visible\:text-black\/95:focus-visible {
  color: rgb(0 0 0 / 0.95);
}

.focus-visible\:text-brand-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(233 227 255 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-100\/0:focus-visible {
  color: rgb(233 227 255 / 0);
}

.focus-visible\:text-brand-100\/10:focus-visible {
  color: rgb(233 227 255 / 0.1);
}

.focus-visible\:text-brand-100\/100:focus-visible {
  color: rgb(233 227 255 / 1);
}

.focus-visible\:text-brand-100\/15:focus-visible {
  color: rgb(233 227 255 / 0.15);
}

.focus-visible\:text-brand-100\/20:focus-visible {
  color: rgb(233 227 255 / 0.2);
}

.focus-visible\:text-brand-100\/25:focus-visible {
  color: rgb(233 227 255 / 0.25);
}

.focus-visible\:text-brand-100\/30:focus-visible {
  color: rgb(233 227 255 / 0.3);
}

.focus-visible\:text-brand-100\/35:focus-visible {
  color: rgb(233 227 255 / 0.35);
}

.focus-visible\:text-brand-100\/40:focus-visible {
  color: rgb(233 227 255 / 0.4);
}

.focus-visible\:text-brand-100\/45:focus-visible {
  color: rgb(233 227 255 / 0.45);
}

.focus-visible\:text-brand-100\/5:focus-visible {
  color: rgb(233 227 255 / 0.05);
}

.focus-visible\:text-brand-100\/50:focus-visible {
  color: rgb(233 227 255 / 0.5);
}

.focus-visible\:text-brand-100\/55:focus-visible {
  color: rgb(233 227 255 / 0.55);
}

.focus-visible\:text-brand-100\/60:focus-visible {
  color: rgb(233 227 255 / 0.6);
}

.focus-visible\:text-brand-100\/65:focus-visible {
  color: rgb(233 227 255 / 0.65);
}

.focus-visible\:text-brand-100\/70:focus-visible {
  color: rgb(233 227 255 / 0.7);
}

.focus-visible\:text-brand-100\/75:focus-visible {
  color: rgb(233 227 255 / 0.75);
}

.focus-visible\:text-brand-100\/80:focus-visible {
  color: rgb(233 227 255 / 0.8);
}

.focus-visible\:text-brand-100\/85:focus-visible {
  color: rgb(233 227 255 / 0.85);
}

.focus-visible\:text-brand-100\/90:focus-visible {
  color: rgb(233 227 255 / 0.9);
}

.focus-visible\:text-brand-100\/95:focus-visible {
  color: rgb(233 227 255 / 0.95);
}

.focus-visible\:text-brand-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(211 199 255 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-200\/0:focus-visible {
  color: rgb(211 199 255 / 0);
}

.focus-visible\:text-brand-200\/10:focus-visible {
  color: rgb(211 199 255 / 0.1);
}

.focus-visible\:text-brand-200\/100:focus-visible {
  color: rgb(211 199 255 / 1);
}

.focus-visible\:text-brand-200\/15:focus-visible {
  color: rgb(211 199 255 / 0.15);
}

.focus-visible\:text-brand-200\/20:focus-visible {
  color: rgb(211 199 255 / 0.2);
}

.focus-visible\:text-brand-200\/25:focus-visible {
  color: rgb(211 199 255 / 0.25);
}

.focus-visible\:text-brand-200\/30:focus-visible {
  color: rgb(211 199 255 / 0.3);
}

.focus-visible\:text-brand-200\/35:focus-visible {
  color: rgb(211 199 255 / 0.35);
}

.focus-visible\:text-brand-200\/40:focus-visible {
  color: rgb(211 199 255 / 0.4);
}

.focus-visible\:text-brand-200\/45:focus-visible {
  color: rgb(211 199 255 / 0.45);
}

.focus-visible\:text-brand-200\/5:focus-visible {
  color: rgb(211 199 255 / 0.05);
}

.focus-visible\:text-brand-200\/50:focus-visible {
  color: rgb(211 199 255 / 0.5);
}

.focus-visible\:text-brand-200\/55:focus-visible {
  color: rgb(211 199 255 / 0.55);
}

.focus-visible\:text-brand-200\/60:focus-visible {
  color: rgb(211 199 255 / 0.6);
}

.focus-visible\:text-brand-200\/65:focus-visible {
  color: rgb(211 199 255 / 0.65);
}

.focus-visible\:text-brand-200\/70:focus-visible {
  color: rgb(211 199 255 / 0.7);
}

.focus-visible\:text-brand-200\/75:focus-visible {
  color: rgb(211 199 255 / 0.75);
}

.focus-visible\:text-brand-200\/80:focus-visible {
  color: rgb(211 199 255 / 0.8);
}

.focus-visible\:text-brand-200\/85:focus-visible {
  color: rgb(211 199 255 / 0.85);
}

.focus-visible\:text-brand-200\/90:focus-visible {
  color: rgb(211 199 255 / 0.9);
}

.focus-visible\:text-brand-200\/95:focus-visible {
  color: rgb(211 199 255 / 0.95);
}

.focus-visible\:text-brand-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(183 154 255 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-300\/0:focus-visible {
  color: rgb(183 154 255 / 0);
}

.focus-visible\:text-brand-300\/10:focus-visible {
  color: rgb(183 154 255 / 0.1);
}

.focus-visible\:text-brand-300\/100:focus-visible {
  color: rgb(183 154 255 / 1);
}

.focus-visible\:text-brand-300\/15:focus-visible {
  color: rgb(183 154 255 / 0.15);
}

.focus-visible\:text-brand-300\/20:focus-visible {
  color: rgb(183 154 255 / 0.2);
}

.focus-visible\:text-brand-300\/25:focus-visible {
  color: rgb(183 154 255 / 0.25);
}

.focus-visible\:text-brand-300\/30:focus-visible {
  color: rgb(183 154 255 / 0.3);
}

.focus-visible\:text-brand-300\/35:focus-visible {
  color: rgb(183 154 255 / 0.35);
}

.focus-visible\:text-brand-300\/40:focus-visible {
  color: rgb(183 154 255 / 0.4);
}

.focus-visible\:text-brand-300\/45:focus-visible {
  color: rgb(183 154 255 / 0.45);
}

.focus-visible\:text-brand-300\/5:focus-visible {
  color: rgb(183 154 255 / 0.05);
}

.focus-visible\:text-brand-300\/50:focus-visible {
  color: rgb(183 154 255 / 0.5);
}

.focus-visible\:text-brand-300\/55:focus-visible {
  color: rgb(183 154 255 / 0.55);
}

.focus-visible\:text-brand-300\/60:focus-visible {
  color: rgb(183 154 255 / 0.6);
}

.focus-visible\:text-brand-300\/65:focus-visible {
  color: rgb(183 154 255 / 0.65);
}

.focus-visible\:text-brand-300\/70:focus-visible {
  color: rgb(183 154 255 / 0.7);
}

.focus-visible\:text-brand-300\/75:focus-visible {
  color: rgb(183 154 255 / 0.75);
}

.focus-visible\:text-brand-300\/80:focus-visible {
  color: rgb(183 154 255 / 0.8);
}

.focus-visible\:text-brand-300\/85:focus-visible {
  color: rgb(183 154 255 / 0.85);
}

.focus-visible\:text-brand-300\/90:focus-visible {
  color: rgb(183 154 255 / 0.9);
}

.focus-visible\:text-brand-300\/95:focus-visible {
  color: rgb(183 154 255 / 0.95);
}

.focus-visible\:text-brand-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(149 98 255 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-400\/0:focus-visible {
  color: rgb(149 98 255 / 0);
}

.focus-visible\:text-brand-400\/10:focus-visible {
  color: rgb(149 98 255 / 0.1);
}

.focus-visible\:text-brand-400\/100:focus-visible {
  color: rgb(149 98 255 / 1);
}

.focus-visible\:text-brand-400\/15:focus-visible {
  color: rgb(149 98 255 / 0.15);
}

.focus-visible\:text-brand-400\/20:focus-visible {
  color: rgb(149 98 255 / 0.2);
}

.focus-visible\:text-brand-400\/25:focus-visible {
  color: rgb(149 98 255 / 0.25);
}

.focus-visible\:text-brand-400\/30:focus-visible {
  color: rgb(149 98 255 / 0.3);
}

.focus-visible\:text-brand-400\/35:focus-visible {
  color: rgb(149 98 255 / 0.35);
}

.focus-visible\:text-brand-400\/40:focus-visible {
  color: rgb(149 98 255 / 0.4);
}

.focus-visible\:text-brand-400\/45:focus-visible {
  color: rgb(149 98 255 / 0.45);
}

.focus-visible\:text-brand-400\/5:focus-visible {
  color: rgb(149 98 255 / 0.05);
}

.focus-visible\:text-brand-400\/50:focus-visible {
  color: rgb(149 98 255 / 0.5);
}

.focus-visible\:text-brand-400\/55:focus-visible {
  color: rgb(149 98 255 / 0.55);
}

.focus-visible\:text-brand-400\/60:focus-visible {
  color: rgb(149 98 255 / 0.6);
}

.focus-visible\:text-brand-400\/65:focus-visible {
  color: rgb(149 98 255 / 0.65);
}

.focus-visible\:text-brand-400\/70:focus-visible {
  color: rgb(149 98 255 / 0.7);
}

.focus-visible\:text-brand-400\/75:focus-visible {
  color: rgb(149 98 255 / 0.75);
}

.focus-visible\:text-brand-400\/80:focus-visible {
  color: rgb(149 98 255 / 0.8);
}

.focus-visible\:text-brand-400\/85:focus-visible {
  color: rgb(149 98 255 / 0.85);
}

.focus-visible\:text-brand-400\/90:focus-visible {
  color: rgb(149 98 255 / 0.9);
}

.focus-visible\:text-brand-400\/95:focus-visible {
  color: rgb(149 98 255 / 0.95);
}

.focus-visible\:text-brand-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(244 241 255 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-50\/0:focus-visible {
  color: rgb(244 241 255 / 0);
}

.focus-visible\:text-brand-50\/10:focus-visible {
  color: rgb(244 241 255 / 0.1);
}

.focus-visible\:text-brand-50\/100:focus-visible {
  color: rgb(244 241 255 / 1);
}

.focus-visible\:text-brand-50\/15:focus-visible {
  color: rgb(244 241 255 / 0.15);
}

.focus-visible\:text-brand-50\/20:focus-visible {
  color: rgb(244 241 255 / 0.2);
}

.focus-visible\:text-brand-50\/25:focus-visible {
  color: rgb(244 241 255 / 0.25);
}

.focus-visible\:text-brand-50\/30:focus-visible {
  color: rgb(244 241 255 / 0.3);
}

.focus-visible\:text-brand-50\/35:focus-visible {
  color: rgb(244 241 255 / 0.35);
}

.focus-visible\:text-brand-50\/40:focus-visible {
  color: rgb(244 241 255 / 0.4);
}

.focus-visible\:text-brand-50\/45:focus-visible {
  color: rgb(244 241 255 / 0.45);
}

.focus-visible\:text-brand-50\/5:focus-visible {
  color: rgb(244 241 255 / 0.05);
}

.focus-visible\:text-brand-50\/50:focus-visible {
  color: rgb(244 241 255 / 0.5);
}

.focus-visible\:text-brand-50\/55:focus-visible {
  color: rgb(244 241 255 / 0.55);
}

.focus-visible\:text-brand-50\/60:focus-visible {
  color: rgb(244 241 255 / 0.6);
}

.focus-visible\:text-brand-50\/65:focus-visible {
  color: rgb(244 241 255 / 0.65);
}

.focus-visible\:text-brand-50\/70:focus-visible {
  color: rgb(244 241 255 / 0.7);
}

.focus-visible\:text-brand-50\/75:focus-visible {
  color: rgb(244 241 255 / 0.75);
}

.focus-visible\:text-brand-50\/80:focus-visible {
  color: rgb(244 241 255 / 0.8);
}

.focus-visible\:text-brand-50\/85:focus-visible {
  color: rgb(244 241 255 / 0.85);
}

.focus-visible\:text-brand-50\/90:focus-visible {
  color: rgb(244 241 255 / 0.9);
}

.focus-visible\:text-brand-50\/95:focus-visible {
  color: rgb(244 241 255 / 0.95);
}

.focus-visible\:text-brand-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(78 28 209 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-500\/0:focus-visible {
  color: rgb(78 28 209 / 0);
}

.focus-visible\:text-brand-500\/10:focus-visible {
  color: rgb(78 28 209 / 0.1);
}

.focus-visible\:text-brand-500\/100:focus-visible {
  color: rgb(78 28 209 / 1);
}

.focus-visible\:text-brand-500\/15:focus-visible {
  color: rgb(78 28 209 / 0.15);
}

.focus-visible\:text-brand-500\/20:focus-visible {
  color: rgb(78 28 209 / 0.2);
}

.focus-visible\:text-brand-500\/25:focus-visible {
  color: rgb(78 28 209 / 0.25);
}

.focus-visible\:text-brand-500\/30:focus-visible {
  color: rgb(78 28 209 / 0.3);
}

.focus-visible\:text-brand-500\/35:focus-visible {
  color: rgb(78 28 209 / 0.35);
}

.focus-visible\:text-brand-500\/40:focus-visible {
  color: rgb(78 28 209 / 0.4);
}

.focus-visible\:text-brand-500\/45:focus-visible {
  color: rgb(78 28 209 / 0.45);
}

.focus-visible\:text-brand-500\/5:focus-visible {
  color: rgb(78 28 209 / 0.05);
}

.focus-visible\:text-brand-500\/50:focus-visible {
  color: rgb(78 28 209 / 0.5);
}

.focus-visible\:text-brand-500\/55:focus-visible {
  color: rgb(78 28 209 / 0.55);
}

.focus-visible\:text-brand-500\/60:focus-visible {
  color: rgb(78 28 209 / 0.6);
}

.focus-visible\:text-brand-500\/65:focus-visible {
  color: rgb(78 28 209 / 0.65);
}

.focus-visible\:text-brand-500\/70:focus-visible {
  color: rgb(78 28 209 / 0.7);
}

.focus-visible\:text-brand-500\/75:focus-visible {
  color: rgb(78 28 209 / 0.75);
}

.focus-visible\:text-brand-500\/80:focus-visible {
  color: rgb(78 28 209 / 0.8);
}

.focus-visible\:text-brand-500\/85:focus-visible {
  color: rgb(78 28 209 / 0.85);
}

.focus-visible\:text-brand-500\/90:focus-visible {
  color: rgb(78 28 209 / 0.9);
}

.focus-visible\:text-brand-500\/95:focus-visible {
  color: rgb(78 28 209 / 0.95);
}

.focus-visible\:text-brand-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(65 21 181 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-600\/0:focus-visible {
  color: rgb(65 21 181 / 0);
}

.focus-visible\:text-brand-600\/10:focus-visible {
  color: rgb(65 21 181 / 0.1);
}

.focus-visible\:text-brand-600\/100:focus-visible {
  color: rgb(65 21 181 / 1);
}

.focus-visible\:text-brand-600\/15:focus-visible {
  color: rgb(65 21 181 / 0.15);
}

.focus-visible\:text-brand-600\/20:focus-visible {
  color: rgb(65 21 181 / 0.2);
}

.focus-visible\:text-brand-600\/25:focus-visible {
  color: rgb(65 21 181 / 0.25);
}

.focus-visible\:text-brand-600\/30:focus-visible {
  color: rgb(65 21 181 / 0.3);
}

.focus-visible\:text-brand-600\/35:focus-visible {
  color: rgb(65 21 181 / 0.35);
}

.focus-visible\:text-brand-600\/40:focus-visible {
  color: rgb(65 21 181 / 0.4);
}

.focus-visible\:text-brand-600\/45:focus-visible {
  color: rgb(65 21 181 / 0.45);
}

.focus-visible\:text-brand-600\/5:focus-visible {
  color: rgb(65 21 181 / 0.05);
}

.focus-visible\:text-brand-600\/50:focus-visible {
  color: rgb(65 21 181 / 0.5);
}

.focus-visible\:text-brand-600\/55:focus-visible {
  color: rgb(65 21 181 / 0.55);
}

.focus-visible\:text-brand-600\/60:focus-visible {
  color: rgb(65 21 181 / 0.6);
}

.focus-visible\:text-brand-600\/65:focus-visible {
  color: rgb(65 21 181 / 0.65);
}

.focus-visible\:text-brand-600\/70:focus-visible {
  color: rgb(65 21 181 / 0.7);
}

.focus-visible\:text-brand-600\/75:focus-visible {
  color: rgb(65 21 181 / 0.75);
}

.focus-visible\:text-brand-600\/80:focus-visible {
  color: rgb(65 21 181 / 0.8);
}

.focus-visible\:text-brand-600\/85:focus-visible {
  color: rgb(65 21 181 / 0.85);
}

.focus-visible\:text-brand-600\/90:focus-visible {
  color: rgb(65 21 181 / 0.9);
}

.focus-visible\:text-brand-600\/95:focus-visible {
  color: rgb(65 21 181 / 0.95);
}

.focus-visible\:text-brand-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(54 16 150 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-700\/0:focus-visible {
  color: rgb(54 16 150 / 0);
}

.focus-visible\:text-brand-700\/10:focus-visible {
  color: rgb(54 16 150 / 0.1);
}

.focus-visible\:text-brand-700\/100:focus-visible {
  color: rgb(54 16 150 / 1);
}

.focus-visible\:text-brand-700\/15:focus-visible {
  color: rgb(54 16 150 / 0.15);
}

.focus-visible\:text-brand-700\/20:focus-visible {
  color: rgb(54 16 150 / 0.2);
}

.focus-visible\:text-brand-700\/25:focus-visible {
  color: rgb(54 16 150 / 0.25);
}

.focus-visible\:text-brand-700\/30:focus-visible {
  color: rgb(54 16 150 / 0.3);
}

.focus-visible\:text-brand-700\/35:focus-visible {
  color: rgb(54 16 150 / 0.35);
}

.focus-visible\:text-brand-700\/40:focus-visible {
  color: rgb(54 16 150 / 0.4);
}

.focus-visible\:text-brand-700\/45:focus-visible {
  color: rgb(54 16 150 / 0.45);
}

.focus-visible\:text-brand-700\/5:focus-visible {
  color: rgb(54 16 150 / 0.05);
}

.focus-visible\:text-brand-700\/50:focus-visible {
  color: rgb(54 16 150 / 0.5);
}

.focus-visible\:text-brand-700\/55:focus-visible {
  color: rgb(54 16 150 / 0.55);
}

.focus-visible\:text-brand-700\/60:focus-visible {
  color: rgb(54 16 150 / 0.6);
}

.focus-visible\:text-brand-700\/65:focus-visible {
  color: rgb(54 16 150 / 0.65);
}

.focus-visible\:text-brand-700\/70:focus-visible {
  color: rgb(54 16 150 / 0.7);
}

.focus-visible\:text-brand-700\/75:focus-visible {
  color: rgb(54 16 150 / 0.75);
}

.focus-visible\:text-brand-700\/80:focus-visible {
  color: rgb(54 16 150 / 0.8);
}

.focus-visible\:text-brand-700\/85:focus-visible {
  color: rgb(54 16 150 / 0.85);
}

.focus-visible\:text-brand-700\/90:focus-visible {
  color: rgb(54 16 150 / 0.9);
}

.focus-visible\:text-brand-700\/95:focus-visible {
  color: rgb(54 16 150 / 0.95);
}

.focus-visible\:text-brand-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(46 16 120 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-800\/0:focus-visible {
  color: rgb(46 16 120 / 0);
}

.focus-visible\:text-brand-800\/10:focus-visible {
  color: rgb(46 16 120 / 0.1);
}

.focus-visible\:text-brand-800\/100:focus-visible {
  color: rgb(46 16 120 / 1);
}

.focus-visible\:text-brand-800\/15:focus-visible {
  color: rgb(46 16 120 / 0.15);
}

.focus-visible\:text-brand-800\/20:focus-visible {
  color: rgb(46 16 120 / 0.2);
}

.focus-visible\:text-brand-800\/25:focus-visible {
  color: rgb(46 16 120 / 0.25);
}

.focus-visible\:text-brand-800\/30:focus-visible {
  color: rgb(46 16 120 / 0.3);
}

.focus-visible\:text-brand-800\/35:focus-visible {
  color: rgb(46 16 120 / 0.35);
}

.focus-visible\:text-brand-800\/40:focus-visible {
  color: rgb(46 16 120 / 0.4);
}

.focus-visible\:text-brand-800\/45:focus-visible {
  color: rgb(46 16 120 / 0.45);
}

.focus-visible\:text-brand-800\/5:focus-visible {
  color: rgb(46 16 120 / 0.05);
}

.focus-visible\:text-brand-800\/50:focus-visible {
  color: rgb(46 16 120 / 0.5);
}

.focus-visible\:text-brand-800\/55:focus-visible {
  color: rgb(46 16 120 / 0.55);
}

.focus-visible\:text-brand-800\/60:focus-visible {
  color: rgb(46 16 120 / 0.6);
}

.focus-visible\:text-brand-800\/65:focus-visible {
  color: rgb(46 16 120 / 0.65);
}

.focus-visible\:text-brand-800\/70:focus-visible {
  color: rgb(46 16 120 / 0.7);
}

.focus-visible\:text-brand-800\/75:focus-visible {
  color: rgb(46 16 120 / 0.75);
}

.focus-visible\:text-brand-800\/80:focus-visible {
  color: rgb(46 16 120 / 0.8);
}

.focus-visible\:text-brand-800\/85:focus-visible {
  color: rgb(46 16 120 / 0.85);
}

.focus-visible\:text-brand-800\/90:focus-visible {
  color: rgb(46 16 120 / 0.9);
}

.focus-visible\:text-brand-800\/95:focus-visible {
  color: rgb(46 16 120 / 0.95);
}

.focus-visible\:text-brand-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(39 15 98 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-900\/0:focus-visible {
  color: rgb(39 15 98 / 0);
}

.focus-visible\:text-brand-900\/10:focus-visible {
  color: rgb(39 15 98 / 0.1);
}

.focus-visible\:text-brand-900\/100:focus-visible {
  color: rgb(39 15 98 / 1);
}

.focus-visible\:text-brand-900\/15:focus-visible {
  color: rgb(39 15 98 / 0.15);
}

.focus-visible\:text-brand-900\/20:focus-visible {
  color: rgb(39 15 98 / 0.2);
}

.focus-visible\:text-brand-900\/25:focus-visible {
  color: rgb(39 15 98 / 0.25);
}

.focus-visible\:text-brand-900\/30:focus-visible {
  color: rgb(39 15 98 / 0.3);
}

.focus-visible\:text-brand-900\/35:focus-visible {
  color: rgb(39 15 98 / 0.35);
}

.focus-visible\:text-brand-900\/40:focus-visible {
  color: rgb(39 15 98 / 0.4);
}

.focus-visible\:text-brand-900\/45:focus-visible {
  color: rgb(39 15 98 / 0.45);
}

.focus-visible\:text-brand-900\/5:focus-visible {
  color: rgb(39 15 98 / 0.05);
}

.focus-visible\:text-brand-900\/50:focus-visible {
  color: rgb(39 15 98 / 0.5);
}

.focus-visible\:text-brand-900\/55:focus-visible {
  color: rgb(39 15 98 / 0.55);
}

.focus-visible\:text-brand-900\/60:focus-visible {
  color: rgb(39 15 98 / 0.6);
}

.focus-visible\:text-brand-900\/65:focus-visible {
  color: rgb(39 15 98 / 0.65);
}

.focus-visible\:text-brand-900\/70:focus-visible {
  color: rgb(39 15 98 / 0.7);
}

.focus-visible\:text-brand-900\/75:focus-visible {
  color: rgb(39 15 98 / 0.75);
}

.focus-visible\:text-brand-900\/80:focus-visible {
  color: rgb(39 15 98 / 0.8);
}

.focus-visible\:text-brand-900\/85:focus-visible {
  color: rgb(39 15 98 / 0.85);
}

.focus-visible\:text-brand-900\/90:focus-visible {
  color: rgb(39 15 98 / 0.9);
}

.focus-visible\:text-brand-900\/95:focus-visible {
  color: rgb(39 15 98 / 0.95);
}

.focus-visible\:text-brand-950:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(22 5 58 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-brand-950\/0:focus-visible {
  color: rgb(22 5 58 / 0);
}

.focus-visible\:text-brand-950\/10:focus-visible {
  color: rgb(22 5 58 / 0.1);
}

.focus-visible\:text-brand-950\/100:focus-visible {
  color: rgb(22 5 58 / 1);
}

.focus-visible\:text-brand-950\/15:focus-visible {
  color: rgb(22 5 58 / 0.15);
}

.focus-visible\:text-brand-950\/20:focus-visible {
  color: rgb(22 5 58 / 0.2);
}

.focus-visible\:text-brand-950\/25:focus-visible {
  color: rgb(22 5 58 / 0.25);
}

.focus-visible\:text-brand-950\/30:focus-visible {
  color: rgb(22 5 58 / 0.3);
}

.focus-visible\:text-brand-950\/35:focus-visible {
  color: rgb(22 5 58 / 0.35);
}

.focus-visible\:text-brand-950\/40:focus-visible {
  color: rgb(22 5 58 / 0.4);
}

.focus-visible\:text-brand-950\/45:focus-visible {
  color: rgb(22 5 58 / 0.45);
}

.focus-visible\:text-brand-950\/5:focus-visible {
  color: rgb(22 5 58 / 0.05);
}

.focus-visible\:text-brand-950\/50:focus-visible {
  color: rgb(22 5 58 / 0.5);
}

.focus-visible\:text-brand-950\/55:focus-visible {
  color: rgb(22 5 58 / 0.55);
}

.focus-visible\:text-brand-950\/60:focus-visible {
  color: rgb(22 5 58 / 0.6);
}

.focus-visible\:text-brand-950\/65:focus-visible {
  color: rgb(22 5 58 / 0.65);
}

.focus-visible\:text-brand-950\/70:focus-visible {
  color: rgb(22 5 58 / 0.7);
}

.focus-visible\:text-brand-950\/75:focus-visible {
  color: rgb(22 5 58 / 0.75);
}

.focus-visible\:text-brand-950\/80:focus-visible {
  color: rgb(22 5 58 / 0.8);
}

.focus-visible\:text-brand-950\/85:focus-visible {
  color: rgb(22 5 58 / 0.85);
}

.focus-visible\:text-brand-950\/90:focus-visible {
  color: rgb(22 5 58 / 0.9);
}

.focus-visible\:text-brand-950\/95:focus-visible {
  color: rgb(22 5 58 / 0.95);
}

.focus-visible\:text-neutral-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(246 245 244 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-100\/0:focus-visible {
  color: rgb(246 245 244 / 0);
}

.focus-visible\:text-neutral-100\/10:focus-visible {
  color: rgb(246 245 244 / 0.1);
}

.focus-visible\:text-neutral-100\/100:focus-visible {
  color: rgb(246 245 244 / 1);
}

.focus-visible\:text-neutral-100\/15:focus-visible {
  color: rgb(246 245 244 / 0.15);
}

.focus-visible\:text-neutral-100\/20:focus-visible {
  color: rgb(246 245 244 / 0.2);
}

.focus-visible\:text-neutral-100\/25:focus-visible {
  color: rgb(246 245 244 / 0.25);
}

.focus-visible\:text-neutral-100\/30:focus-visible {
  color: rgb(246 245 244 / 0.3);
}

.focus-visible\:text-neutral-100\/35:focus-visible {
  color: rgb(246 245 244 / 0.35);
}

.focus-visible\:text-neutral-100\/40:focus-visible {
  color: rgb(246 245 244 / 0.4);
}

.focus-visible\:text-neutral-100\/45:focus-visible {
  color: rgb(246 245 244 / 0.45);
}

.focus-visible\:text-neutral-100\/5:focus-visible {
  color: rgb(246 245 244 / 0.05);
}

.focus-visible\:text-neutral-100\/50:focus-visible {
  color: rgb(246 245 244 / 0.5);
}

.focus-visible\:text-neutral-100\/55:focus-visible {
  color: rgb(246 245 244 / 0.55);
}

.focus-visible\:text-neutral-100\/60:focus-visible {
  color: rgb(246 245 244 / 0.6);
}

.focus-visible\:text-neutral-100\/65:focus-visible {
  color: rgb(246 245 244 / 0.65);
}

.focus-visible\:text-neutral-100\/70:focus-visible {
  color: rgb(246 245 244 / 0.7);
}

.focus-visible\:text-neutral-100\/75:focus-visible {
  color: rgb(246 245 244 / 0.75);
}

.focus-visible\:text-neutral-100\/80:focus-visible {
  color: rgb(246 245 244 / 0.8);
}

.focus-visible\:text-neutral-100\/85:focus-visible {
  color: rgb(246 245 244 / 0.85);
}

.focus-visible\:text-neutral-100\/90:focus-visible {
  color: rgb(246 245 244 / 0.9);
}

.focus-visible\:text-neutral-100\/95:focus-visible {
  color: rgb(246 245 244 / 0.95);
}

.focus-visible\:text-neutral-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(233 230 227 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-200\/0:focus-visible {
  color: rgb(233 230 227 / 0);
}

.focus-visible\:text-neutral-200\/10:focus-visible {
  color: rgb(233 230 227 / 0.1);
}

.focus-visible\:text-neutral-200\/100:focus-visible {
  color: rgb(233 230 227 / 1);
}

.focus-visible\:text-neutral-200\/15:focus-visible {
  color: rgb(233 230 227 / 0.15);
}

.focus-visible\:text-neutral-200\/20:focus-visible {
  color: rgb(233 230 227 / 0.2);
}

.focus-visible\:text-neutral-200\/25:focus-visible {
  color: rgb(233 230 227 / 0.25);
}

.focus-visible\:text-neutral-200\/30:focus-visible {
  color: rgb(233 230 227 / 0.3);
}

.focus-visible\:text-neutral-200\/35:focus-visible {
  color: rgb(233 230 227 / 0.35);
}

.focus-visible\:text-neutral-200\/40:focus-visible {
  color: rgb(233 230 227 / 0.4);
}

.focus-visible\:text-neutral-200\/45:focus-visible {
  color: rgb(233 230 227 / 0.45);
}

.focus-visible\:text-neutral-200\/5:focus-visible {
  color: rgb(233 230 227 / 0.05);
}

.focus-visible\:text-neutral-200\/50:focus-visible {
  color: rgb(233 230 227 / 0.5);
}

.focus-visible\:text-neutral-200\/55:focus-visible {
  color: rgb(233 230 227 / 0.55);
}

.focus-visible\:text-neutral-200\/60:focus-visible {
  color: rgb(233 230 227 / 0.6);
}

.focus-visible\:text-neutral-200\/65:focus-visible {
  color: rgb(233 230 227 / 0.65);
}

.focus-visible\:text-neutral-200\/70:focus-visible {
  color: rgb(233 230 227 / 0.7);
}

.focus-visible\:text-neutral-200\/75:focus-visible {
  color: rgb(233 230 227 / 0.75);
}

.focus-visible\:text-neutral-200\/80:focus-visible {
  color: rgb(233 230 227 / 0.8);
}

.focus-visible\:text-neutral-200\/85:focus-visible {
  color: rgb(233 230 227 / 0.85);
}

.focus-visible\:text-neutral-200\/90:focus-visible {
  color: rgb(233 230 227 / 0.9);
}

.focus-visible\:text-neutral-200\/95:focus-visible {
  color: rgb(233 230 227 / 0.95);
}

.focus-visible\:text-neutral-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(215 210 205 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-300\/0:focus-visible {
  color: rgb(215 210 205 / 0);
}

.focus-visible\:text-neutral-300\/10:focus-visible {
  color: rgb(215 210 205 / 0.1);
}

.focus-visible\:text-neutral-300\/100:focus-visible {
  color: rgb(215 210 205 / 1);
}

.focus-visible\:text-neutral-300\/15:focus-visible {
  color: rgb(215 210 205 / 0.15);
}

.focus-visible\:text-neutral-300\/20:focus-visible {
  color: rgb(215 210 205 / 0.2);
}

.focus-visible\:text-neutral-300\/25:focus-visible {
  color: rgb(215 210 205 / 0.25);
}

.focus-visible\:text-neutral-300\/30:focus-visible {
  color: rgb(215 210 205 / 0.3);
}

.focus-visible\:text-neutral-300\/35:focus-visible {
  color: rgb(215 210 205 / 0.35);
}

.focus-visible\:text-neutral-300\/40:focus-visible {
  color: rgb(215 210 205 / 0.4);
}

.focus-visible\:text-neutral-300\/45:focus-visible {
  color: rgb(215 210 205 / 0.45);
}

.focus-visible\:text-neutral-300\/5:focus-visible {
  color: rgb(215 210 205 / 0.05);
}

.focus-visible\:text-neutral-300\/50:focus-visible {
  color: rgb(215 210 205 / 0.5);
}

.focus-visible\:text-neutral-300\/55:focus-visible {
  color: rgb(215 210 205 / 0.55);
}

.focus-visible\:text-neutral-300\/60:focus-visible {
  color: rgb(215 210 205 / 0.6);
}

.focus-visible\:text-neutral-300\/65:focus-visible {
  color: rgb(215 210 205 / 0.65);
}

.focus-visible\:text-neutral-300\/70:focus-visible {
  color: rgb(215 210 205 / 0.7);
}

.focus-visible\:text-neutral-300\/75:focus-visible {
  color: rgb(215 210 205 / 0.75);
}

.focus-visible\:text-neutral-300\/80:focus-visible {
  color: rgb(215 210 205 / 0.8);
}

.focus-visible\:text-neutral-300\/85:focus-visible {
  color: rgb(215 210 205 / 0.85);
}

.focus-visible\:text-neutral-300\/90:focus-visible {
  color: rgb(215 210 205 / 0.9);
}

.focus-visible\:text-neutral-300\/95:focus-visible {
  color: rgb(215 210 205 / 0.95);
}

.focus-visible\:text-neutral-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(175 168 161 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-400\/0:focus-visible {
  color: rgb(175 168 161 / 0);
}

.focus-visible\:text-neutral-400\/10:focus-visible {
  color: rgb(175 168 161 / 0.1);
}

.focus-visible\:text-neutral-400\/100:focus-visible {
  color: rgb(175 168 161 / 1);
}

.focus-visible\:text-neutral-400\/15:focus-visible {
  color: rgb(175 168 161 / 0.15);
}

.focus-visible\:text-neutral-400\/20:focus-visible {
  color: rgb(175 168 161 / 0.2);
}

.focus-visible\:text-neutral-400\/25:focus-visible {
  color: rgb(175 168 161 / 0.25);
}

.focus-visible\:text-neutral-400\/30:focus-visible {
  color: rgb(175 168 161 / 0.3);
}

.focus-visible\:text-neutral-400\/35:focus-visible {
  color: rgb(175 168 161 / 0.35);
}

.focus-visible\:text-neutral-400\/40:focus-visible {
  color: rgb(175 168 161 / 0.4);
}

.focus-visible\:text-neutral-400\/45:focus-visible {
  color: rgb(175 168 161 / 0.45);
}

.focus-visible\:text-neutral-400\/5:focus-visible {
  color: rgb(175 168 161 / 0.05);
}

.focus-visible\:text-neutral-400\/50:focus-visible {
  color: rgb(175 168 161 / 0.5);
}

.focus-visible\:text-neutral-400\/55:focus-visible {
  color: rgb(175 168 161 / 0.55);
}

.focus-visible\:text-neutral-400\/60:focus-visible {
  color: rgb(175 168 161 / 0.6);
}

.focus-visible\:text-neutral-400\/65:focus-visible {
  color: rgb(175 168 161 / 0.65);
}

.focus-visible\:text-neutral-400\/70:focus-visible {
  color: rgb(175 168 161 / 0.7);
}

.focus-visible\:text-neutral-400\/75:focus-visible {
  color: rgb(175 168 161 / 0.75);
}

.focus-visible\:text-neutral-400\/80:focus-visible {
  color: rgb(175 168 161 / 0.8);
}

.focus-visible\:text-neutral-400\/85:focus-visible {
  color: rgb(175 168 161 / 0.85);
}

.focus-visible\:text-neutral-400\/90:focus-visible {
  color: rgb(175 168 161 / 0.9);
}

.focus-visible\:text-neutral-400\/95:focus-visible {
  color: rgb(175 168 161 / 0.95);
}

.focus-visible\:text-neutral-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(251 250 249 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-50\/0:focus-visible {
  color: rgb(251 250 249 / 0);
}

.focus-visible\:text-neutral-50\/10:focus-visible {
  color: rgb(251 250 249 / 0.1);
}

.focus-visible\:text-neutral-50\/100:focus-visible {
  color: rgb(251 250 249 / 1);
}

.focus-visible\:text-neutral-50\/15:focus-visible {
  color: rgb(251 250 249 / 0.15);
}

.focus-visible\:text-neutral-50\/20:focus-visible {
  color: rgb(251 250 249 / 0.2);
}

.focus-visible\:text-neutral-50\/25:focus-visible {
  color: rgb(251 250 249 / 0.25);
}

.focus-visible\:text-neutral-50\/30:focus-visible {
  color: rgb(251 250 249 / 0.3);
}

.focus-visible\:text-neutral-50\/35:focus-visible {
  color: rgb(251 250 249 / 0.35);
}

.focus-visible\:text-neutral-50\/40:focus-visible {
  color: rgb(251 250 249 / 0.4);
}

.focus-visible\:text-neutral-50\/45:focus-visible {
  color: rgb(251 250 249 / 0.45);
}

.focus-visible\:text-neutral-50\/5:focus-visible {
  color: rgb(251 250 249 / 0.05);
}

.focus-visible\:text-neutral-50\/50:focus-visible {
  color: rgb(251 250 249 / 0.5);
}

.focus-visible\:text-neutral-50\/55:focus-visible {
  color: rgb(251 250 249 / 0.55);
}

.focus-visible\:text-neutral-50\/60:focus-visible {
  color: rgb(251 250 249 / 0.6);
}

.focus-visible\:text-neutral-50\/65:focus-visible {
  color: rgb(251 250 249 / 0.65);
}

.focus-visible\:text-neutral-50\/70:focus-visible {
  color: rgb(251 250 249 / 0.7);
}

.focus-visible\:text-neutral-50\/75:focus-visible {
  color: rgb(251 250 249 / 0.75);
}

.focus-visible\:text-neutral-50\/80:focus-visible {
  color: rgb(251 250 249 / 0.8);
}

.focus-visible\:text-neutral-50\/85:focus-visible {
  color: rgb(251 250 249 / 0.85);
}

.focus-visible\:text-neutral-50\/90:focus-visible {
  color: rgb(251 250 249 / 0.9);
}

.focus-visible\:text-neutral-50\/95:focus-visible {
  color: rgb(251 250 249 / 0.95);
}

.focus-visible\:text-neutral-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(129 121 113 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-500\/0:focus-visible {
  color: rgb(129 121 113 / 0);
}

.focus-visible\:text-neutral-500\/10:focus-visible {
  color: rgb(129 121 113 / 0.1);
}

.focus-visible\:text-neutral-500\/100:focus-visible {
  color: rgb(129 121 113 / 1);
}

.focus-visible\:text-neutral-500\/15:focus-visible {
  color: rgb(129 121 113 / 0.15);
}

.focus-visible\:text-neutral-500\/20:focus-visible {
  color: rgb(129 121 113 / 0.2);
}

.focus-visible\:text-neutral-500\/25:focus-visible {
  color: rgb(129 121 113 / 0.25);
}

.focus-visible\:text-neutral-500\/30:focus-visible {
  color: rgb(129 121 113 / 0.3);
}

.focus-visible\:text-neutral-500\/35:focus-visible {
  color: rgb(129 121 113 / 0.35);
}

.focus-visible\:text-neutral-500\/40:focus-visible {
  color: rgb(129 121 113 / 0.4);
}

.focus-visible\:text-neutral-500\/45:focus-visible {
  color: rgb(129 121 113 / 0.45);
}

.focus-visible\:text-neutral-500\/5:focus-visible {
  color: rgb(129 121 113 / 0.05);
}

.focus-visible\:text-neutral-500\/50:focus-visible {
  color: rgb(129 121 113 / 0.5);
}

.focus-visible\:text-neutral-500\/55:focus-visible {
  color: rgb(129 121 113 / 0.55);
}

.focus-visible\:text-neutral-500\/60:focus-visible {
  color: rgb(129 121 113 / 0.6);
}

.focus-visible\:text-neutral-500\/65:focus-visible {
  color: rgb(129 121 113 / 0.65);
}

.focus-visible\:text-neutral-500\/70:focus-visible {
  color: rgb(129 121 113 / 0.7);
}

.focus-visible\:text-neutral-500\/75:focus-visible {
  color: rgb(129 121 113 / 0.75);
}

.focus-visible\:text-neutral-500\/80:focus-visible {
  color: rgb(129 121 113 / 0.8);
}

.focus-visible\:text-neutral-500\/85:focus-visible {
  color: rgb(129 121 113 / 0.85);
}

.focus-visible\:text-neutral-500\/90:focus-visible {
  color: rgb(129 121 113 / 0.9);
}

.focus-visible\:text-neutral-500\/95:focus-visible {
  color: rgb(129 121 113 / 0.95);
}

.focus-visible\:text-neutral-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(96 89 82 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-600\/0:focus-visible {
  color: rgb(96 89 82 / 0);
}

.focus-visible\:text-neutral-600\/10:focus-visible {
  color: rgb(96 89 82 / 0.1);
}

.focus-visible\:text-neutral-600\/100:focus-visible {
  color: rgb(96 89 82 / 1);
}

.focus-visible\:text-neutral-600\/15:focus-visible {
  color: rgb(96 89 82 / 0.15);
}

.focus-visible\:text-neutral-600\/20:focus-visible {
  color: rgb(96 89 82 / 0.2);
}

.focus-visible\:text-neutral-600\/25:focus-visible {
  color: rgb(96 89 82 / 0.25);
}

.focus-visible\:text-neutral-600\/30:focus-visible {
  color: rgb(96 89 82 / 0.3);
}

.focus-visible\:text-neutral-600\/35:focus-visible {
  color: rgb(96 89 82 / 0.35);
}

.focus-visible\:text-neutral-600\/40:focus-visible {
  color: rgb(96 89 82 / 0.4);
}

.focus-visible\:text-neutral-600\/45:focus-visible {
  color: rgb(96 89 82 / 0.45);
}

.focus-visible\:text-neutral-600\/5:focus-visible {
  color: rgb(96 89 82 / 0.05);
}

.focus-visible\:text-neutral-600\/50:focus-visible {
  color: rgb(96 89 82 / 0.5);
}

.focus-visible\:text-neutral-600\/55:focus-visible {
  color: rgb(96 89 82 / 0.55);
}

.focus-visible\:text-neutral-600\/60:focus-visible {
  color: rgb(96 89 82 / 0.6);
}

.focus-visible\:text-neutral-600\/65:focus-visible {
  color: rgb(96 89 82 / 0.65);
}

.focus-visible\:text-neutral-600\/70:focus-visible {
  color: rgb(96 89 82 / 0.7);
}

.focus-visible\:text-neutral-600\/75:focus-visible {
  color: rgb(96 89 82 / 0.75);
}

.focus-visible\:text-neutral-600\/80:focus-visible {
  color: rgb(96 89 82 / 0.8);
}

.focus-visible\:text-neutral-600\/85:focus-visible {
  color: rgb(96 89 82 / 0.85);
}

.focus-visible\:text-neutral-600\/90:focus-visible {
  color: rgb(96 89 82 / 0.9);
}

.focus-visible\:text-neutral-600\/95:focus-visible {
  color: rgb(96 89 82 / 0.95);
}

.focus-visible\:text-neutral-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(73 68 63 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-700\/0:focus-visible {
  color: rgb(73 68 63 / 0);
}

.focus-visible\:text-neutral-700\/10:focus-visible {
  color: rgb(73 68 63 / 0.1);
}

.focus-visible\:text-neutral-700\/100:focus-visible {
  color: rgb(73 68 63 / 1);
}

.focus-visible\:text-neutral-700\/15:focus-visible {
  color: rgb(73 68 63 / 0.15);
}

.focus-visible\:text-neutral-700\/20:focus-visible {
  color: rgb(73 68 63 / 0.2);
}

.focus-visible\:text-neutral-700\/25:focus-visible {
  color: rgb(73 68 63 / 0.25);
}

.focus-visible\:text-neutral-700\/30:focus-visible {
  color: rgb(73 68 63 / 0.3);
}

.focus-visible\:text-neutral-700\/35:focus-visible {
  color: rgb(73 68 63 / 0.35);
}

.focus-visible\:text-neutral-700\/40:focus-visible {
  color: rgb(73 68 63 / 0.4);
}

.focus-visible\:text-neutral-700\/45:focus-visible {
  color: rgb(73 68 63 / 0.45);
}

.focus-visible\:text-neutral-700\/5:focus-visible {
  color: rgb(73 68 63 / 0.05);
}

.focus-visible\:text-neutral-700\/50:focus-visible {
  color: rgb(73 68 63 / 0.5);
}

.focus-visible\:text-neutral-700\/55:focus-visible {
  color: rgb(73 68 63 / 0.55);
}

.focus-visible\:text-neutral-700\/60:focus-visible {
  color: rgb(73 68 63 / 0.6);
}

.focus-visible\:text-neutral-700\/65:focus-visible {
  color: rgb(73 68 63 / 0.65);
}

.focus-visible\:text-neutral-700\/70:focus-visible {
  color: rgb(73 68 63 / 0.7);
}

.focus-visible\:text-neutral-700\/75:focus-visible {
  color: rgb(73 68 63 / 0.75);
}

.focus-visible\:text-neutral-700\/80:focus-visible {
  color: rgb(73 68 63 / 0.8);
}

.focus-visible\:text-neutral-700\/85:focus-visible {
  color: rgb(73 68 63 / 0.85);
}

.focus-visible\:text-neutral-700\/90:focus-visible {
  color: rgb(73 68 63 / 0.9);
}

.focus-visible\:text-neutral-700\/95:focus-visible {
  color: rgb(73 68 63 / 0.95);
}

.focus-visible\:text-neutral-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(48 45 42 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-800\/0:focus-visible {
  color: rgb(48 45 42 / 0);
}

.focus-visible\:text-neutral-800\/10:focus-visible {
  color: rgb(48 45 42 / 0.1);
}

.focus-visible\:text-neutral-800\/100:focus-visible {
  color: rgb(48 45 42 / 1);
}

.focus-visible\:text-neutral-800\/15:focus-visible {
  color: rgb(48 45 42 / 0.15);
}

.focus-visible\:text-neutral-800\/20:focus-visible {
  color: rgb(48 45 42 / 0.2);
}

.focus-visible\:text-neutral-800\/25:focus-visible {
  color: rgb(48 45 42 / 0.25);
}

.focus-visible\:text-neutral-800\/30:focus-visible {
  color: rgb(48 45 42 / 0.3);
}

.focus-visible\:text-neutral-800\/35:focus-visible {
  color: rgb(48 45 42 / 0.35);
}

.focus-visible\:text-neutral-800\/40:focus-visible {
  color: rgb(48 45 42 / 0.4);
}

.focus-visible\:text-neutral-800\/45:focus-visible {
  color: rgb(48 45 42 / 0.45);
}

.focus-visible\:text-neutral-800\/5:focus-visible {
  color: rgb(48 45 42 / 0.05);
}

.focus-visible\:text-neutral-800\/50:focus-visible {
  color: rgb(48 45 42 / 0.5);
}

.focus-visible\:text-neutral-800\/55:focus-visible {
  color: rgb(48 45 42 / 0.55);
}

.focus-visible\:text-neutral-800\/60:focus-visible {
  color: rgb(48 45 42 / 0.6);
}

.focus-visible\:text-neutral-800\/65:focus-visible {
  color: rgb(48 45 42 / 0.65);
}

.focus-visible\:text-neutral-800\/70:focus-visible {
  color: rgb(48 45 42 / 0.7);
}

.focus-visible\:text-neutral-800\/75:focus-visible {
  color: rgb(48 45 42 / 0.75);
}

.focus-visible\:text-neutral-800\/80:focus-visible {
  color: rgb(48 45 42 / 0.8);
}

.focus-visible\:text-neutral-800\/85:focus-visible {
  color: rgb(48 45 42 / 0.85);
}

.focus-visible\:text-neutral-800\/90:focus-visible {
  color: rgb(48 45 42 / 0.9);
}

.focus-visible\:text-neutral-800\/95:focus-visible {
  color: rgb(48 45 42 / 0.95);
}

.focus-visible\:text-neutral-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(33 31 29 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-900\/0:focus-visible {
  color: rgb(33 31 29 / 0);
}

.focus-visible\:text-neutral-900\/10:focus-visible {
  color: rgb(33 31 29 / 0.1);
}

.focus-visible\:text-neutral-900\/100:focus-visible {
  color: rgb(33 31 29 / 1);
}

.focus-visible\:text-neutral-900\/15:focus-visible {
  color: rgb(33 31 29 / 0.15);
}

.focus-visible\:text-neutral-900\/20:focus-visible {
  color: rgb(33 31 29 / 0.2);
}

.focus-visible\:text-neutral-900\/25:focus-visible {
  color: rgb(33 31 29 / 0.25);
}

.focus-visible\:text-neutral-900\/30:focus-visible {
  color: rgb(33 31 29 / 0.3);
}

.focus-visible\:text-neutral-900\/35:focus-visible {
  color: rgb(33 31 29 / 0.35);
}

.focus-visible\:text-neutral-900\/40:focus-visible {
  color: rgb(33 31 29 / 0.4);
}

.focus-visible\:text-neutral-900\/45:focus-visible {
  color: rgb(33 31 29 / 0.45);
}

.focus-visible\:text-neutral-900\/5:focus-visible {
  color: rgb(33 31 29 / 0.05);
}

.focus-visible\:text-neutral-900\/50:focus-visible {
  color: rgb(33 31 29 / 0.5);
}

.focus-visible\:text-neutral-900\/55:focus-visible {
  color: rgb(33 31 29 / 0.55);
}

.focus-visible\:text-neutral-900\/60:focus-visible {
  color: rgb(33 31 29 / 0.6);
}

.focus-visible\:text-neutral-900\/65:focus-visible {
  color: rgb(33 31 29 / 0.65);
}

.focus-visible\:text-neutral-900\/70:focus-visible {
  color: rgb(33 31 29 / 0.7);
}

.focus-visible\:text-neutral-900\/75:focus-visible {
  color: rgb(33 31 29 / 0.75);
}

.focus-visible\:text-neutral-900\/80:focus-visible {
  color: rgb(33 31 29 / 0.8);
}

.focus-visible\:text-neutral-900\/85:focus-visible {
  color: rgb(33 31 29 / 0.85);
}

.focus-visible\:text-neutral-900\/90:focus-visible {
  color: rgb(33 31 29 / 0.9);
}

.focus-visible\:text-neutral-900\/95:focus-visible {
  color: rgb(33 31 29 / 0.95);
}

.focus-visible\:text-neutral-950:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(18 17 16 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-neutral-950\/0:focus-visible {
  color: rgb(18 17 16 / 0);
}

.focus-visible\:text-neutral-950\/10:focus-visible {
  color: rgb(18 17 16 / 0.1);
}

.focus-visible\:text-neutral-950\/100:focus-visible {
  color: rgb(18 17 16 / 1);
}

.focus-visible\:text-neutral-950\/15:focus-visible {
  color: rgb(18 17 16 / 0.15);
}

.focus-visible\:text-neutral-950\/20:focus-visible {
  color: rgb(18 17 16 / 0.2);
}

.focus-visible\:text-neutral-950\/25:focus-visible {
  color: rgb(18 17 16 / 0.25);
}

.focus-visible\:text-neutral-950\/30:focus-visible {
  color: rgb(18 17 16 / 0.3);
}

.focus-visible\:text-neutral-950\/35:focus-visible {
  color: rgb(18 17 16 / 0.35);
}

.focus-visible\:text-neutral-950\/40:focus-visible {
  color: rgb(18 17 16 / 0.4);
}

.focus-visible\:text-neutral-950\/45:focus-visible {
  color: rgb(18 17 16 / 0.45);
}

.focus-visible\:text-neutral-950\/5:focus-visible {
  color: rgb(18 17 16 / 0.05);
}

.focus-visible\:text-neutral-950\/50:focus-visible {
  color: rgb(18 17 16 / 0.5);
}

.focus-visible\:text-neutral-950\/55:focus-visible {
  color: rgb(18 17 16 / 0.55);
}

.focus-visible\:text-neutral-950\/60:focus-visible {
  color: rgb(18 17 16 / 0.6);
}

.focus-visible\:text-neutral-950\/65:focus-visible {
  color: rgb(18 17 16 / 0.65);
}

.focus-visible\:text-neutral-950\/70:focus-visible {
  color: rgb(18 17 16 / 0.7);
}

.focus-visible\:text-neutral-950\/75:focus-visible {
  color: rgb(18 17 16 / 0.75);
}

.focus-visible\:text-neutral-950\/80:focus-visible {
  color: rgb(18 17 16 / 0.8);
}

.focus-visible\:text-neutral-950\/85:focus-visible {
  color: rgb(18 17 16 / 0.85);
}

.focus-visible\:text-neutral-950\/90:focus-visible {
  color: rgb(18 17 16 / 0.9);
}

.focus-visible\:text-neutral-950\/95:focus-visible {
  color: rgb(18 17 16 / 0.95);
}

.focus-visible\:text-primary-100:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(254 234 222 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-100\/0:focus-visible {
  color: rgb(254 234 222 / 0);
}

.focus-visible\:text-primary-100\/10:focus-visible {
  color: rgb(254 234 222 / 0.1);
}

.focus-visible\:text-primary-100\/100:focus-visible {
  color: rgb(254 234 222 / 1);
}

.focus-visible\:text-primary-100\/15:focus-visible {
  color: rgb(254 234 222 / 0.15);
}

.focus-visible\:text-primary-100\/20:focus-visible {
  color: rgb(254 234 222 / 0.2);
}

.focus-visible\:text-primary-100\/25:focus-visible {
  color: rgb(254 234 222 / 0.25);
}

.focus-visible\:text-primary-100\/30:focus-visible {
  color: rgb(254 234 222 / 0.3);
}

.focus-visible\:text-primary-100\/35:focus-visible {
  color: rgb(254 234 222 / 0.35);
}

.focus-visible\:text-primary-100\/40:focus-visible {
  color: rgb(254 234 222 / 0.4);
}

.focus-visible\:text-primary-100\/45:focus-visible {
  color: rgb(254 234 222 / 0.45);
}

.focus-visible\:text-primary-100\/5:focus-visible {
  color: rgb(254 234 222 / 0.05);
}

.focus-visible\:text-primary-100\/50:focus-visible {
  color: rgb(254 234 222 / 0.5);
}

.focus-visible\:text-primary-100\/55:focus-visible {
  color: rgb(254 234 222 / 0.55);
}

.focus-visible\:text-primary-100\/60:focus-visible {
  color: rgb(254 234 222 / 0.6);
}

.focus-visible\:text-primary-100\/65:focus-visible {
  color: rgb(254 234 222 / 0.65);
}

.focus-visible\:text-primary-100\/70:focus-visible {
  color: rgb(254 234 222 / 0.7);
}

.focus-visible\:text-primary-100\/75:focus-visible {
  color: rgb(254 234 222 / 0.75);
}

.focus-visible\:text-primary-100\/80:focus-visible {
  color: rgb(254 234 222 / 0.8);
}

.focus-visible\:text-primary-100\/85:focus-visible {
  color: rgb(254 234 222 / 0.85);
}

.focus-visible\:text-primary-100\/90:focus-visible {
  color: rgb(254 234 222 / 0.9);
}

.focus-visible\:text-primary-100\/95:focus-visible {
  color: rgb(254 234 222 / 0.95);
}

.focus-visible\:text-primary-200:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(252 211 189 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-200\/0:focus-visible {
  color: rgb(252 211 189 / 0);
}

.focus-visible\:text-primary-200\/10:focus-visible {
  color: rgb(252 211 189 / 0.1);
}

.focus-visible\:text-primary-200\/100:focus-visible {
  color: rgb(252 211 189 / 1);
}

.focus-visible\:text-primary-200\/15:focus-visible {
  color: rgb(252 211 189 / 0.15);
}

.focus-visible\:text-primary-200\/20:focus-visible {
  color: rgb(252 211 189 / 0.2);
}

.focus-visible\:text-primary-200\/25:focus-visible {
  color: rgb(252 211 189 / 0.25);
}

.focus-visible\:text-primary-200\/30:focus-visible {
  color: rgb(252 211 189 / 0.3);
}

.focus-visible\:text-primary-200\/35:focus-visible {
  color: rgb(252 211 189 / 0.35);
}

.focus-visible\:text-primary-200\/40:focus-visible {
  color: rgb(252 211 189 / 0.4);
}

.focus-visible\:text-primary-200\/45:focus-visible {
  color: rgb(252 211 189 / 0.45);
}

.focus-visible\:text-primary-200\/5:focus-visible {
  color: rgb(252 211 189 / 0.05);
}

.focus-visible\:text-primary-200\/50:focus-visible {
  color: rgb(252 211 189 / 0.5);
}

.focus-visible\:text-primary-200\/55:focus-visible {
  color: rgb(252 211 189 / 0.55);
}

.focus-visible\:text-primary-200\/60:focus-visible {
  color: rgb(252 211 189 / 0.6);
}

.focus-visible\:text-primary-200\/65:focus-visible {
  color: rgb(252 211 189 / 0.65);
}

.focus-visible\:text-primary-200\/70:focus-visible {
  color: rgb(252 211 189 / 0.7);
}

.focus-visible\:text-primary-200\/75:focus-visible {
  color: rgb(252 211 189 / 0.75);
}

.focus-visible\:text-primary-200\/80:focus-visible {
  color: rgb(252 211 189 / 0.8);
}

.focus-visible\:text-primary-200\/85:focus-visible {
  color: rgb(252 211 189 / 0.85);
}

.focus-visible\:text-primary-200\/90:focus-visible {
  color: rgb(252 211 189 / 0.9);
}

.focus-visible\:text-primary-200\/95:focus-visible {
  color: rgb(252 211 189 / 0.95);
}

.focus-visible\:text-primary-300:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(250 179 143 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-300\/0:focus-visible {
  color: rgb(250 179 143 / 0);
}

.focus-visible\:text-primary-300\/10:focus-visible {
  color: rgb(250 179 143 / 0.1);
}

.focus-visible\:text-primary-300\/100:focus-visible {
  color: rgb(250 179 143 / 1);
}

.focus-visible\:text-primary-300\/15:focus-visible {
  color: rgb(250 179 143 / 0.15);
}

.focus-visible\:text-primary-300\/20:focus-visible {
  color: rgb(250 179 143 / 0.2);
}

.focus-visible\:text-primary-300\/25:focus-visible {
  color: rgb(250 179 143 / 0.25);
}

.focus-visible\:text-primary-300\/30:focus-visible {
  color: rgb(250 179 143 / 0.3);
}

.focus-visible\:text-primary-300\/35:focus-visible {
  color: rgb(250 179 143 / 0.35);
}

.focus-visible\:text-primary-300\/40:focus-visible {
  color: rgb(250 179 143 / 0.4);
}

.focus-visible\:text-primary-300\/45:focus-visible {
  color: rgb(250 179 143 / 0.45);
}

.focus-visible\:text-primary-300\/5:focus-visible {
  color: rgb(250 179 143 / 0.05);
}

.focus-visible\:text-primary-300\/50:focus-visible {
  color: rgb(250 179 143 / 0.5);
}

.focus-visible\:text-primary-300\/55:focus-visible {
  color: rgb(250 179 143 / 0.55);
}

.focus-visible\:text-primary-300\/60:focus-visible {
  color: rgb(250 179 143 / 0.6);
}

.focus-visible\:text-primary-300\/65:focus-visible {
  color: rgb(250 179 143 / 0.65);
}

.focus-visible\:text-primary-300\/70:focus-visible {
  color: rgb(250 179 143 / 0.7);
}

.focus-visible\:text-primary-300\/75:focus-visible {
  color: rgb(250 179 143 / 0.75);
}

.focus-visible\:text-primary-300\/80:focus-visible {
  color: rgb(250 179 143 / 0.8);
}

.focus-visible\:text-primary-300\/85:focus-visible {
  color: rgb(250 179 143 / 0.85);
}

.focus-visible\:text-primary-300\/90:focus-visible {
  color: rgb(250 179 143 / 0.9);
}

.focus-visible\:text-primary-300\/95:focus-visible {
  color: rgb(250 179 143 / 0.95);
}

.focus-visible\:text-primary-400:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(249 151 102 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-400\/0:focus-visible {
  color: rgb(249 151 102 / 0);
}

.focus-visible\:text-primary-400\/10:focus-visible {
  color: rgb(249 151 102 / 0.1);
}

.focus-visible\:text-primary-400\/100:focus-visible {
  color: rgb(249 151 102 / 1);
}

.focus-visible\:text-primary-400\/15:focus-visible {
  color: rgb(249 151 102 / 0.15);
}

.focus-visible\:text-primary-400\/20:focus-visible {
  color: rgb(249 151 102 / 0.2);
}

.focus-visible\:text-primary-400\/25:focus-visible {
  color: rgb(249 151 102 / 0.25);
}

.focus-visible\:text-primary-400\/30:focus-visible {
  color: rgb(249 151 102 / 0.3);
}

.focus-visible\:text-primary-400\/35:focus-visible {
  color: rgb(249 151 102 / 0.35);
}

.focus-visible\:text-primary-400\/40:focus-visible {
  color: rgb(249 151 102 / 0.4);
}

.focus-visible\:text-primary-400\/45:focus-visible {
  color: rgb(249 151 102 / 0.45);
}

.focus-visible\:text-primary-400\/5:focus-visible {
  color: rgb(249 151 102 / 0.05);
}

.focus-visible\:text-primary-400\/50:focus-visible {
  color: rgb(249 151 102 / 0.5);
}

.focus-visible\:text-primary-400\/55:focus-visible {
  color: rgb(249 151 102 / 0.55);
}

.focus-visible\:text-primary-400\/60:focus-visible {
  color: rgb(249 151 102 / 0.6);
}

.focus-visible\:text-primary-400\/65:focus-visible {
  color: rgb(249 151 102 / 0.65);
}

.focus-visible\:text-primary-400\/70:focus-visible {
  color: rgb(249 151 102 / 0.7);
}

.focus-visible\:text-primary-400\/75:focus-visible {
  color: rgb(249 151 102 / 0.75);
}

.focus-visible\:text-primary-400\/80:focus-visible {
  color: rgb(249 151 102 / 0.8);
}

.focus-visible\:text-primary-400\/85:focus-visible {
  color: rgb(249 151 102 / 0.85);
}

.focus-visible\:text-primary-400\/90:focus-visible {
  color: rgb(249 151 102 / 0.9);
}

.focus-visible\:text-primary-400\/95:focus-visible {
  color: rgb(249 151 102 / 0.95);
}

.focus-visible\:text-primary-50:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(255 247 242 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-50\/0:focus-visible {
  color: rgb(255 247 242 / 0);
}

.focus-visible\:text-primary-50\/10:focus-visible {
  color: rgb(255 247 242 / 0.1);
}

.focus-visible\:text-primary-50\/100:focus-visible {
  color: rgb(255 247 242 / 1);
}

.focus-visible\:text-primary-50\/15:focus-visible {
  color: rgb(255 247 242 / 0.15);
}

.focus-visible\:text-primary-50\/20:focus-visible {
  color: rgb(255 247 242 / 0.2);
}

.focus-visible\:text-primary-50\/25:focus-visible {
  color: rgb(255 247 242 / 0.25);
}

.focus-visible\:text-primary-50\/30:focus-visible {
  color: rgb(255 247 242 / 0.3);
}

.focus-visible\:text-primary-50\/35:focus-visible {
  color: rgb(255 247 242 / 0.35);
}

.focus-visible\:text-primary-50\/40:focus-visible {
  color: rgb(255 247 242 / 0.4);
}

.focus-visible\:text-primary-50\/45:focus-visible {
  color: rgb(255 247 242 / 0.45);
}

.focus-visible\:text-primary-50\/5:focus-visible {
  color: rgb(255 247 242 / 0.05);
}

.focus-visible\:text-primary-50\/50:focus-visible {
  color: rgb(255 247 242 / 0.5);
}

.focus-visible\:text-primary-50\/55:focus-visible {
  color: rgb(255 247 242 / 0.55);
}

.focus-visible\:text-primary-50\/60:focus-visible {
  color: rgb(255 247 242 / 0.6);
}

.focus-visible\:text-primary-50\/65:focus-visible {
  color: rgb(255 247 242 / 0.65);
}

.focus-visible\:text-primary-50\/70:focus-visible {
  color: rgb(255 247 242 / 0.7);
}

.focus-visible\:text-primary-50\/75:focus-visible {
  color: rgb(255 247 242 / 0.75);
}

.focus-visible\:text-primary-50\/80:focus-visible {
  color: rgb(255 247 242 / 0.8);
}

.focus-visible\:text-primary-50\/85:focus-visible {
  color: rgb(255 247 242 / 0.85);
}

.focus-visible\:text-primary-50\/90:focus-visible {
  color: rgb(255 247 242 / 0.9);
}

.focus-visible\:text-primary-50\/95:focus-visible {
  color: rgb(255 247 242 / 0.95);
}

.focus-visible\:text-primary-500:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(247 141 77 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-500\/0:focus-visible {
  color: rgb(247 141 77 / 0);
}

.focus-visible\:text-primary-500\/10:focus-visible {
  color: rgb(247 141 77 / 0.1);
}

.focus-visible\:text-primary-500\/100:focus-visible {
  color: rgb(247 141 77 / 1);
}

.focus-visible\:text-primary-500\/15:focus-visible {
  color: rgb(247 141 77 / 0.15);
}

.focus-visible\:text-primary-500\/20:focus-visible {
  color: rgb(247 141 77 / 0.2);
}

.focus-visible\:text-primary-500\/25:focus-visible {
  color: rgb(247 141 77 / 0.25);
}

.focus-visible\:text-primary-500\/30:focus-visible {
  color: rgb(247 141 77 / 0.3);
}

.focus-visible\:text-primary-500\/35:focus-visible {
  color: rgb(247 141 77 / 0.35);
}

.focus-visible\:text-primary-500\/40:focus-visible {
  color: rgb(247 141 77 / 0.4);
}

.focus-visible\:text-primary-500\/45:focus-visible {
  color: rgb(247 141 77 / 0.45);
}

.focus-visible\:text-primary-500\/5:focus-visible {
  color: rgb(247 141 77 / 0.05);
}

.focus-visible\:text-primary-500\/50:focus-visible {
  color: rgb(247 141 77 / 0.5);
}

.focus-visible\:text-primary-500\/55:focus-visible {
  color: rgb(247 141 77 / 0.55);
}

.focus-visible\:text-primary-500\/60:focus-visible {
  color: rgb(247 141 77 / 0.6);
}

.focus-visible\:text-primary-500\/65:focus-visible {
  color: rgb(247 141 77 / 0.65);
}

.focus-visible\:text-primary-500\/70:focus-visible {
  color: rgb(247 141 77 / 0.7);
}

.focus-visible\:text-primary-500\/75:focus-visible {
  color: rgb(247 141 77 / 0.75);
}

.focus-visible\:text-primary-500\/80:focus-visible {
  color: rgb(247 141 77 / 0.8);
}

.focus-visible\:text-primary-500\/85:focus-visible {
  color: rgb(247 141 77 / 0.85);
}

.focus-visible\:text-primary-500\/90:focus-visible {
  color: rgb(247 141 77 / 0.9);
}

.focus-visible\:text-primary-500\/95:focus-visible {
  color: rgb(247 141 77 / 0.95);
}

.focus-visible\:text-primary-600:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(233 99 37 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-600\/0:focus-visible {
  color: rgb(233 99 37 / 0);
}

.focus-visible\:text-primary-600\/10:focus-visible {
  color: rgb(233 99 37 / 0.1);
}

.focus-visible\:text-primary-600\/100:focus-visible {
  color: rgb(233 99 37 / 1);
}

.focus-visible\:text-primary-600\/15:focus-visible {
  color: rgb(233 99 37 / 0.15);
}

.focus-visible\:text-primary-600\/20:focus-visible {
  color: rgb(233 99 37 / 0.2);
}

.focus-visible\:text-primary-600\/25:focus-visible {
  color: rgb(233 99 37 / 0.25);
}

.focus-visible\:text-primary-600\/30:focus-visible {
  color: rgb(233 99 37 / 0.3);
}

.focus-visible\:text-primary-600\/35:focus-visible {
  color: rgb(233 99 37 / 0.35);
}

.focus-visible\:text-primary-600\/40:focus-visible {
  color: rgb(233 99 37 / 0.4);
}

.focus-visible\:text-primary-600\/45:focus-visible {
  color: rgb(233 99 37 / 0.45);
}

.focus-visible\:text-primary-600\/5:focus-visible {
  color: rgb(233 99 37 / 0.05);
}

.focus-visible\:text-primary-600\/50:focus-visible {
  color: rgb(233 99 37 / 0.5);
}

.focus-visible\:text-primary-600\/55:focus-visible {
  color: rgb(233 99 37 / 0.55);
}

.focus-visible\:text-primary-600\/60:focus-visible {
  color: rgb(233 99 37 / 0.6);
}

.focus-visible\:text-primary-600\/65:focus-visible {
  color: rgb(233 99 37 / 0.65);
}

.focus-visible\:text-primary-600\/70:focus-visible {
  color: rgb(233 99 37 / 0.7);
}

.focus-visible\:text-primary-600\/75:focus-visible {
  color: rgb(233 99 37 / 0.75);
}

.focus-visible\:text-primary-600\/80:focus-visible {
  color: rgb(233 99 37 / 0.8);
}

.focus-visible\:text-primary-600\/85:focus-visible {
  color: rgb(233 99 37 / 0.85);
}

.focus-visible\:text-primary-600\/90:focus-visible {
  color: rgb(233 99 37 / 0.9);
}

.focus-visible\:text-primary-600\/95:focus-visible {
  color: rgb(233 99 37 / 0.95);
}

.focus-visible\:text-primary-700:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(201 74 22 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-700\/0:focus-visible {
  color: rgb(201 74 22 / 0);
}

.focus-visible\:text-primary-700\/10:focus-visible {
  color: rgb(201 74 22 / 0.1);
}

.focus-visible\:text-primary-700\/100:focus-visible {
  color: rgb(201 74 22 / 1);
}

.focus-visible\:text-primary-700\/15:focus-visible {
  color: rgb(201 74 22 / 0.15);
}

.focus-visible\:text-primary-700\/20:focus-visible {
  color: rgb(201 74 22 / 0.2);
}

.focus-visible\:text-primary-700\/25:focus-visible {
  color: rgb(201 74 22 / 0.25);
}

.focus-visible\:text-primary-700\/30:focus-visible {
  color: rgb(201 74 22 / 0.3);
}

.focus-visible\:text-primary-700\/35:focus-visible {
  color: rgb(201 74 22 / 0.35);
}

.focus-visible\:text-primary-700\/40:focus-visible {
  color: rgb(201 74 22 / 0.4);
}

.focus-visible\:text-primary-700\/45:focus-visible {
  color: rgb(201 74 22 / 0.45);
}

.focus-visible\:text-primary-700\/5:focus-visible {
  color: rgb(201 74 22 / 0.05);
}

.focus-visible\:text-primary-700\/50:focus-visible {
  color: rgb(201 74 22 / 0.5);
}

.focus-visible\:text-primary-700\/55:focus-visible {
  color: rgb(201 74 22 / 0.55);
}

.focus-visible\:text-primary-700\/60:focus-visible {
  color: rgb(201 74 22 / 0.6);
}

.focus-visible\:text-primary-700\/65:focus-visible {
  color: rgb(201 74 22 / 0.65);
}

.focus-visible\:text-primary-700\/70:focus-visible {
  color: rgb(201 74 22 / 0.7);
}

.focus-visible\:text-primary-700\/75:focus-visible {
  color: rgb(201 74 22 / 0.75);
}

.focus-visible\:text-primary-700\/80:focus-visible {
  color: rgb(201 74 22 / 0.8);
}

.focus-visible\:text-primary-700\/85:focus-visible {
  color: rgb(201 74 22 / 0.85);
}

.focus-visible\:text-primary-700\/90:focus-visible {
  color: rgb(201 74 22 / 0.9);
}

.focus-visible\:text-primary-700\/95:focus-visible {
  color: rgb(201 74 22 / 0.95);
}

.focus-visible\:text-primary-800:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(161 59 24 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-800\/0:focus-visible {
  color: rgb(161 59 24 / 0);
}

.focus-visible\:text-primary-800\/10:focus-visible {
  color: rgb(161 59 24 / 0.1);
}

.focus-visible\:text-primary-800\/100:focus-visible {
  color: rgb(161 59 24 / 1);
}

.focus-visible\:text-primary-800\/15:focus-visible {
  color: rgb(161 59 24 / 0.15);
}

.focus-visible\:text-primary-800\/20:focus-visible {
  color: rgb(161 59 24 / 0.2);
}

.focus-visible\:text-primary-800\/25:focus-visible {
  color: rgb(161 59 24 / 0.25);
}

.focus-visible\:text-primary-800\/30:focus-visible {
  color: rgb(161 59 24 / 0.3);
}

.focus-visible\:text-primary-800\/35:focus-visible {
  color: rgb(161 59 24 / 0.35);
}

.focus-visible\:text-primary-800\/40:focus-visible {
  color: rgb(161 59 24 / 0.4);
}

.focus-visible\:text-primary-800\/45:focus-visible {
  color: rgb(161 59 24 / 0.45);
}

.focus-visible\:text-primary-800\/5:focus-visible {
  color: rgb(161 59 24 / 0.05);
}

.focus-visible\:text-primary-800\/50:focus-visible {
  color: rgb(161 59 24 / 0.5);
}

.focus-visible\:text-primary-800\/55:focus-visible {
  color: rgb(161 59 24 / 0.55);
}

.focus-visible\:text-primary-800\/60:focus-visible {
  color: rgb(161 59 24 / 0.6);
}

.focus-visible\:text-primary-800\/65:focus-visible {
  color: rgb(161 59 24 / 0.65);
}

.focus-visible\:text-primary-800\/70:focus-visible {
  color: rgb(161 59 24 / 0.7);
}

.focus-visible\:text-primary-800\/75:focus-visible {
  color: rgb(161 59 24 / 0.75);
}

.focus-visible\:text-primary-800\/80:focus-visible {
  color: rgb(161 59 24 / 0.8);
}

.focus-visible\:text-primary-800\/85:focus-visible {
  color: rgb(161 59 24 / 0.85);
}

.focus-visible\:text-primary-800\/90:focus-visible {
  color: rgb(161 59 24 / 0.9);
}

.focus-visible\:text-primary-800\/95:focus-visible {
  color: rgb(161 59 24 / 0.95);
}

.focus-visible\:text-primary-900:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(130 51 24 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-900\/0:focus-visible {
  color: rgb(130 51 24 / 0);
}

.focus-visible\:text-primary-900\/10:focus-visible {
  color: rgb(130 51 24 / 0.1);
}

.focus-visible\:text-primary-900\/100:focus-visible {
  color: rgb(130 51 24 / 1);
}

.focus-visible\:text-primary-900\/15:focus-visible {
  color: rgb(130 51 24 / 0.15);
}

.focus-visible\:text-primary-900\/20:focus-visible {
  color: rgb(130 51 24 / 0.2);
}

.focus-visible\:text-primary-900\/25:focus-visible {
  color: rgb(130 51 24 / 0.25);
}

.focus-visible\:text-primary-900\/30:focus-visible {
  color: rgb(130 51 24 / 0.3);
}

.focus-visible\:text-primary-900\/35:focus-visible {
  color: rgb(130 51 24 / 0.35);
}

.focus-visible\:text-primary-900\/40:focus-visible {
  color: rgb(130 51 24 / 0.4);
}

.focus-visible\:text-primary-900\/45:focus-visible {
  color: rgb(130 51 24 / 0.45);
}

.focus-visible\:text-primary-900\/5:focus-visible {
  color: rgb(130 51 24 / 0.05);
}

.focus-visible\:text-primary-900\/50:focus-visible {
  color: rgb(130 51 24 / 0.5);
}

.focus-visible\:text-primary-900\/55:focus-visible {
  color: rgb(130 51 24 / 0.55);
}

.focus-visible\:text-primary-900\/60:focus-visible {
  color: rgb(130 51 24 / 0.6);
}

.focus-visible\:text-primary-900\/65:focus-visible {
  color: rgb(130 51 24 / 0.65);
}

.focus-visible\:text-primary-900\/70:focus-visible {
  color: rgb(130 51 24 / 0.7);
}

.focus-visible\:text-primary-900\/75:focus-visible {
  color: rgb(130 51 24 / 0.75);
}

.focus-visible\:text-primary-900\/80:focus-visible {
  color: rgb(130 51 24 / 0.8);
}

.focus-visible\:text-primary-900\/85:focus-visible {
  color: rgb(130 51 24 / 0.85);
}

.focus-visible\:text-primary-900\/90:focus-visible {
  color: rgb(130 51 24 / 0.9);
}

.focus-visible\:text-primary-900\/95:focus-visible {
  color: rgb(130 51 24 / 0.95);
}

.focus-visible\:text-primary-950:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(70 23 8 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-primary-950\/0:focus-visible {
  color: rgb(70 23 8 / 0);
}

.focus-visible\:text-primary-950\/10:focus-visible {
  color: rgb(70 23 8 / 0.1);
}

.focus-visible\:text-primary-950\/100:focus-visible {
  color: rgb(70 23 8 / 1);
}

.focus-visible\:text-primary-950\/15:focus-visible {
  color: rgb(70 23 8 / 0.15);
}

.focus-visible\:text-primary-950\/20:focus-visible {
  color: rgb(70 23 8 / 0.2);
}

.focus-visible\:text-primary-950\/25:focus-visible {
  color: rgb(70 23 8 / 0.25);
}

.focus-visible\:text-primary-950\/30:focus-visible {
  color: rgb(70 23 8 / 0.3);
}

.focus-visible\:text-primary-950\/35:focus-visible {
  color: rgb(70 23 8 / 0.35);
}

.focus-visible\:text-primary-950\/40:focus-visible {
  color: rgb(70 23 8 / 0.4);
}

.focus-visible\:text-primary-950\/45:focus-visible {
  color: rgb(70 23 8 / 0.45);
}

.focus-visible\:text-primary-950\/5:focus-visible {
  color: rgb(70 23 8 / 0.05);
}

.focus-visible\:text-primary-950\/50:focus-visible {
  color: rgb(70 23 8 / 0.5);
}

.focus-visible\:text-primary-950\/55:focus-visible {
  color: rgb(70 23 8 / 0.55);
}

.focus-visible\:text-primary-950\/60:focus-visible {
  color: rgb(70 23 8 / 0.6);
}

.focus-visible\:text-primary-950\/65:focus-visible {
  color: rgb(70 23 8 / 0.65);
}

.focus-visible\:text-primary-950\/70:focus-visible {
  color: rgb(70 23 8 / 0.7);
}

.focus-visible\:text-primary-950\/75:focus-visible {
  color: rgb(70 23 8 / 0.75);
}

.focus-visible\:text-primary-950\/80:focus-visible {
  color: rgb(70 23 8 / 0.8);
}

.focus-visible\:text-primary-950\/85:focus-visible {
  color: rgb(70 23 8 / 0.85);
}

.focus-visible\:text-primary-950\/90:focus-visible {
  color: rgb(70 23 8 / 0.9);
}

.focus-visible\:text-primary-950\/95:focus-visible {
  color: rgb(70 23 8 / 0.95);
}

.focus-visible\:text-transparent:focus-visible {
  color: transparent;
}

.focus-visible\:text-transparent\/0:focus-visible {
  color: rgb(0 0 0 / 0);
}

.focus-visible\:text-transparent\/10:focus-visible {
  color: rgb(0 0 0 / 0.1);
}

.focus-visible\:text-transparent\/100:focus-visible {
  color: rgb(0 0 0 / 1);
}

.focus-visible\:text-transparent\/15:focus-visible {
  color: rgb(0 0 0 / 0.15);
}

.focus-visible\:text-transparent\/20:focus-visible {
  color: rgb(0 0 0 / 0.2);
}

.focus-visible\:text-transparent\/25:focus-visible {
  color: rgb(0 0 0 / 0.25);
}

.focus-visible\:text-transparent\/30:focus-visible {
  color: rgb(0 0 0 / 0.3);
}

.focus-visible\:text-transparent\/35:focus-visible {
  color: rgb(0 0 0 / 0.35);
}

.focus-visible\:text-transparent\/40:focus-visible {
  color: rgb(0 0 0 / 0.4);
}

.focus-visible\:text-transparent\/45:focus-visible {
  color: rgb(0 0 0 / 0.45);
}

.focus-visible\:text-transparent\/5:focus-visible {
  color: rgb(0 0 0 / 0.05);
}

.focus-visible\:text-transparent\/50:focus-visible {
  color: rgb(0 0 0 / 0.5);
}

.focus-visible\:text-transparent\/55:focus-visible {
  color: rgb(0 0 0 / 0.55);
}

.focus-visible\:text-transparent\/60:focus-visible {
  color: rgb(0 0 0 / 0.6);
}

.focus-visible\:text-transparent\/65:focus-visible {
  color: rgb(0 0 0 / 0.65);
}

.focus-visible\:text-transparent\/70:focus-visible {
  color: rgb(0 0 0 / 0.7);
}

.focus-visible\:text-transparent\/75:focus-visible {
  color: rgb(0 0 0 / 0.75);
}

.focus-visible\:text-transparent\/80:focus-visible {
  color: rgb(0 0 0 / 0.8);
}

.focus-visible\:text-transparent\/85:focus-visible {
  color: rgb(0 0 0 / 0.85);
}

.focus-visible\:text-transparent\/90:focus-visible {
  color: rgb(0 0 0 / 0.9);
}

.focus-visible\:text-transparent\/95:focus-visible {
  color: rgb(0 0 0 / 0.95);
}

.focus-visible\:text-white:focus-visible {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.focus-visible\:text-white\/0:focus-visible {
  color: rgb(255 255 255 / 0);
}

.focus-visible\:text-white\/10:focus-visible {
  color: rgb(255 255 255 / 0.1);
}

.focus-visible\:text-white\/100:focus-visible {
  color: rgb(255 255 255 / 1);
}

.focus-visible\:text-white\/15:focus-visible {
  color: rgb(255 255 255 / 0.15);
}

.focus-visible\:text-white\/20:focus-visible {
  color: rgb(255 255 255 / 0.2);
}

.focus-visible\:text-white\/25:focus-visible {
  color: rgb(255 255 255 / 0.25);
}

.focus-visible\:text-white\/30:focus-visible {
  color: rgb(255 255 255 / 0.3);
}

.focus-visible\:text-white\/35:focus-visible {
  color: rgb(255 255 255 / 0.35);
}

.focus-visible\:text-white\/40:focus-visible {
  color: rgb(255 255 255 / 0.4);
}

.focus-visible\:text-white\/45:focus-visible {
  color: rgb(255 255 255 / 0.45);
}

.focus-visible\:text-white\/5:focus-visible {
  color: rgb(255 255 255 / 0.05);
}

.focus-visible\:text-white\/50:focus-visible {
  color: rgb(255 255 255 / 0.5);
}

.focus-visible\:text-white\/55:focus-visible {
  color: rgb(255 255 255 / 0.55);
}

.focus-visible\:text-white\/60:focus-visible {
  color: rgb(255 255 255 / 0.6);
}

.focus-visible\:text-white\/65:focus-visible {
  color: rgb(255 255 255 / 0.65);
}

.focus-visible\:text-white\/70:focus-visible {
  color: rgb(255 255 255 / 0.7);
}

.focus-visible\:text-white\/75:focus-visible {
  color: rgb(255 255 255 / 0.75);
}

.focus-visible\:text-white\/80:focus-visible {
  color: rgb(255 255 255 / 0.8);
}

.focus-visible\:text-white\/85:focus-visible {
  color: rgb(255 255 255 / 0.85);
}

.focus-visible\:text-white\/90:focus-visible {
  color: rgb(255 255 255 / 0.9);
}

.focus-visible\:text-white\/95:focus-visible {
  color: rgb(255 255 255 / 0.95);
}

.focus-visible\:antialiased:focus-visible {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.focus-visible\:subpixel-antialiased:focus-visible {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.focus-visible\:shadow:focus-visible {
  --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);
}

.focus-visible\:shadow-2xl:focus-visible {
  --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);
}

.focus-visible\:shadow-inner:focus-visible {
  --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);
}

.focus-visible\:shadow-lg:focus-visible {
  --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-visible\:shadow-md:focus-visible {
  --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);
}

.focus-visible\:shadow-none:focus-visible {
  --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);
}

.focus-visible\:shadow-sm:focus-visible {
  --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);
}

.focus-visible\:shadow-xl:focus-visible {
  --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-visible\:shadow-accent-100:focus-visible {
  --tw-shadow-color: #ebfbcb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/0:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/10:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/100:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/15:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/20:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/25:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/30:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/35:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/40:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/45:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/5:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/50:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/55:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/60:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/65:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/70:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/75:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/80:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/85:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/90:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-100\/95:focus-visible {
  --tw-shadow-color: rgb(235 251 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200:focus-visible {
  --tw-shadow-color: #d8f69a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/0:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/10:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/100:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/15:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/20:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/25:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/30:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/35:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/40:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/45:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/5:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/50:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/55:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/60:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/65:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/70:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/75:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/80:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/85:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/90:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-200\/95:focus-visible {
  --tw-shadow-color: rgb(216 246 154 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300:focus-visible {
  --tw-shadow-color: #c4f078;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/0:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/10:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/100:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/15:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/20:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/25:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/30:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/35:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/40:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/45:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/5:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/50:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/55:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/60:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/65:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/70:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/75:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/80:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/85:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/90:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-300\/95:focus-visible {
  --tw-shadow-color: rgb(196 240 120 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400:focus-visible {
  --tw-shadow-color: #b7ed68;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/0:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/10:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/100:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/15:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/20:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/25:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/30:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/35:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/40:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/45:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/5:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/50:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/55:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/60:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/65:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/70:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/75:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/80:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/85:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/90:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-400\/95:focus-visible {
  --tw-shadow-color: rgb(183 237 104 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50:focus-visible {
  --tw-shadow-color: #f7fdeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/0:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/10:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/100:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/15:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/20:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/25:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/30:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/35:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/40:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/45:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/5:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/50:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/55:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/60:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/65:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/70:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/75:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/80:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/85:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/90:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-50\/95:focus-visible {
  --tw-shadow-color: rgb(247 253 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500:focus-visible {
  --tw-shadow-color: #aeeb60;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/0:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/10:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/100:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/15:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/20:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/25:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/30:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/35:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/40:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/45:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/5:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/50:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/55:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/60:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/65:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/70:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/75:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/80:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/85:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/90:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-500\/95:focus-visible {
  --tw-shadow-color: rgb(174 235 96 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600:focus-visible {
  --tw-shadow-color: #82c930;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/0:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/10:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/100:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/15:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/20:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/25:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/30:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/35:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/40:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/45:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/5:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/50:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/55:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/60:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/65:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/70:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/75:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/80:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/85:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/90:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-600\/95:focus-visible {
  --tw-shadow-color: rgb(130 201 48 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700:focus-visible {
  --tw-shadow-color: #61a11f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/0:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/10:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/100:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/15:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/20:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/25:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/30:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/35:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/40:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/45:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/5:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/50:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/55:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/60:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/65:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/70:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/75:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/80:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/85:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/90:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-700\/95:focus-visible {
  --tw-shadow-color: rgb(97 161 31 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800:focus-visible {
  --tw-shadow-color: #4e7e20;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/0:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/10:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/100:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/15:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/20:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/25:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/30:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/35:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/40:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/45:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/5:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/50:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/55:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/60:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/65:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/70:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/75:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/80:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/85:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/90:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-800\/95:focus-visible {
  --tw-shadow-color: rgb(78 126 32 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900:focus-visible {
  --tw-shadow-color: #426a21;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/0:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/10:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/100:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/15:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/20:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/25:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/30:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/35:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/40:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/45:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/5:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/50:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/55:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/60:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/65:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/70:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/75:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/80:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/85:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/90:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-900\/95:focus-visible {
  --tw-shadow-color: rgb(66 106 33 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950:focus-visible {
  --tw-shadow-color: #203a0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/0:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/10:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/100:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/15:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/20:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/25:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/30:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/35:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/40:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/45:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/5:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/50:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/55:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/60:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/65:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/70:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/75:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/80:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/85:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/90:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-accent-950\/95:focus-visible {
  --tw-shadow-color: rgb(32 58 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100:focus-visible {
  --tw-shadow-color: #fef3c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/0:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/10:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/100:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/15:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/20:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/25:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/30:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/35:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/40:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/45:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/5:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/50:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/55:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/60:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/65:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/70:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/75:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/80:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/85:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/90:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-100\/95:focus-visible {
  --tw-shadow-color: rgb(254 243 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200:focus-visible {
  --tw-shadow-color: #fde68a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/0:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/10:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/100:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/15:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/20:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/25:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/30:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/35:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/40:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/45:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/5:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/50:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/55:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/60:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/65:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/70:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/75:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/80:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/85:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/90:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-200\/95:focus-visible {
  --tw-shadow-color: rgb(253 230 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300:focus-visible {
  --tw-shadow-color: #fcd34d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/0:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/10:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/100:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/15:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/20:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/25:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/30:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/35:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/40:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/45:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/5:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/50:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/55:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/60:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/65:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/70:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/75:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/80:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/85:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/90:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-300\/95:focus-visible {
  --tw-shadow-color: rgb(252 211 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400:focus-visible {
  --tw-shadow-color: #fbbf24;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/0:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/10:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/100:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/15:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/20:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/25:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/30:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/35:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/40:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/45:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/5:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/50:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/55:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/60:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/65:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/70:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/75:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/80:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/85:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/90:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-400\/95:focus-visible {
  --tw-shadow-color: rgb(251 191 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50:focus-visible {
  --tw-shadow-color: #fffbeb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/0:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/10:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/100:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/15:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/20:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/25:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/30:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/35:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/40:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/45:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/5:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/50:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/55:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/60:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/65:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/70:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/75:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/80:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/85:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/90:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-50\/95:focus-visible {
  --tw-shadow-color: rgb(255 251 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500:focus-visible {
  --tw-shadow-color: #f59e0b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/0:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/10:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/100:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/15:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/20:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/25:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/30:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/35:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/40:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/45:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/5:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/50:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/55:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/60:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/65:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/70:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/75:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/80:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/85:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/90:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-500\/95:focus-visible {
  --tw-shadow-color: rgb(245 158 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600:focus-visible {
  --tw-shadow-color: #d97706;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/0:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/10:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/100:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/15:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/20:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/25:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/30:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/35:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/40:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/45:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/5:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/50:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/55:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/60:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/65:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/70:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/75:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/80:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/85:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/90:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-600\/95:focus-visible {
  --tw-shadow-color: rgb(217 119 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700:focus-visible {
  --tw-shadow-color: #b45309;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/0:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/10:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/100:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/15:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/20:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/25:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/30:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/35:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/40:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/45:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/5:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/50:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/55:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/60:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/65:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/70:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/75:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/80:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/85:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/90:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-700\/95:focus-visible {
  --tw-shadow-color: rgb(180 83 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800:focus-visible {
  --tw-shadow-color: #92400e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/0:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/10:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/100:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/15:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/20:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/25:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/30:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/35:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/40:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/45:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/5:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/50:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/55:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/60:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/65:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/70:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/75:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/80:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/85:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/90:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-800\/95:focus-visible {
  --tw-shadow-color: rgb(146 64 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900:focus-visible {
  --tw-shadow-color: #78350f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/0:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/10:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/100:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/15:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/20:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/25:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/30:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/35:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/40:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/45:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/5:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/50:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/55:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/60:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/65:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/70:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/75:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/80:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/85:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/90:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-900\/95:focus-visible {
  --tw-shadow-color: rgb(120 53 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950:focus-visible {
  --tw-shadow-color: #451a03;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/0:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/10:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/100:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/15:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/20:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/25:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/30:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/35:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/40:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/45:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/5:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/50:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/55:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/60:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/65:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/70:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/75:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/80:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/85:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/90:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-amber-950\/95:focus-visible {
  --tw-shadow-color: rgb(69 26 3 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black:focus-visible {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/0:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/10:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/100:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/15:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/20:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/25:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/30:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/35:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/40:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/45:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/5:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/50:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/55:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/60:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/65:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/70:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/75:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/80:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/85:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/90:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-black\/95:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100:focus-visible {
  --tw-shadow-color: #dbeafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/0:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/10:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/100:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/15:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/20:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/25:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/30:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/35:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/40:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/45:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/5:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/50:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/55:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/60:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/65:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/70:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/75:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/80:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/85:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/90:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-100\/95:focus-visible {
  --tw-shadow-color: rgb(219 234 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200:focus-visible {
  --tw-shadow-color: #bfdbfe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/0:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/10:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/100:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/15:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/20:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/25:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/30:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/35:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/40:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/45:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/5:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/50:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/55:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/60:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/65:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/70:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/75:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/80:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/85:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/90:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-200\/95:focus-visible {
  --tw-shadow-color: rgb(191 219 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300:focus-visible {
  --tw-shadow-color: #93c5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/0:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/10:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/100:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/15:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/20:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/25:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/30:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/35:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/40:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/45:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/5:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/50:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/55:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/60:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/65:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/70:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/75:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/80:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/85:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/90:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-300\/95:focus-visible {
  --tw-shadow-color: rgb(147 197 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400:focus-visible {
  --tw-shadow-color: #60a5fa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/0:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/10:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/100:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/15:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/20:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/25:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/30:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/35:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/40:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/45:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/5:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/50:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/55:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/60:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/65:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/70:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/75:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/80:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/85:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/90:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-400\/95:focus-visible {
  --tw-shadow-color: rgb(96 165 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50:focus-visible {
  --tw-shadow-color: #eff6ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/0:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/10:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/100:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/15:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/20:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/25:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/30:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/35:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/40:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/45:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/5:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/50:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/55:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/60:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/65:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/70:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/75:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/80:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/85:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/90:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-50\/95:focus-visible {
  --tw-shadow-color: rgb(239 246 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500:focus-visible {
  --tw-shadow-color: #3b82f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/0:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/10:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/100:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/15:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/20:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/25:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/30:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/35:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/40:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/45:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/5:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/50:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/55:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/60:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/65:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/70:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/75:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/80:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/85:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/90:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-500\/95:focus-visible {
  --tw-shadow-color: rgb(59 130 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600:focus-visible {
  --tw-shadow-color: #2563eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/0:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/10:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/100:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/15:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/20:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/25:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/30:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/35:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/40:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/45:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/5:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/50:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/55:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/60:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/65:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/70:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/75:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/80:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/85:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/90:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-600\/95:focus-visible {
  --tw-shadow-color: rgb(37 99 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700:focus-visible {
  --tw-shadow-color: #1d4ed8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/0:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/10:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/100:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/15:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/20:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/25:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/30:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/35:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/40:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/45:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/5:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/50:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/55:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/60:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/65:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/70:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/75:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/80:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/85:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/90:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-700\/95:focus-visible {
  --tw-shadow-color: rgb(29 78 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800:focus-visible {
  --tw-shadow-color: #1e40af;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/0:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/10:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/100:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/15:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/20:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/25:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/30:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/35:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/40:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/45:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/5:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/50:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/55:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/60:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/65:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/70:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/75:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/80:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/85:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/90:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-800\/95:focus-visible {
  --tw-shadow-color: rgb(30 64 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900:focus-visible {
  --tw-shadow-color: #1e3a8a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/0:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/10:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/100:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/15:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/20:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/25:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/30:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/35:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/40:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/45:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/5:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/50:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/55:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/60:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/65:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/70:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/75:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/80:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/85:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/90:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-900\/95:focus-visible {
  --tw-shadow-color: rgb(30 58 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950:focus-visible {
  --tw-shadow-color: #172554;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/0:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/10:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/100:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/15:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/20:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/25:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/30:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/35:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/40:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/45:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/5:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/50:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/55:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/60:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/65:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/70:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/75:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/80:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/85:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/90:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-blue-950\/95:focus-visible {
  --tw-shadow-color: rgb(23 37 84 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100:focus-visible {
  --tw-shadow-color: #e9e3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/0:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/10:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/100:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/15:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/20:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/25:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/30:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/35:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/40:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/45:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/5:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/50:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/55:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/60:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/65:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/70:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/75:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/80:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/85:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/90:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-100\/95:focus-visible {
  --tw-shadow-color: rgb(233 227 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200:focus-visible {
  --tw-shadow-color: #d3c7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/0:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/10:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/100:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/15:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/20:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/25:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/30:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/35:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/40:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/45:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/5:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/50:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/55:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/60:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/65:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/70:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/75:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/80:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/85:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/90:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-200\/95:focus-visible {
  --tw-shadow-color: rgb(211 199 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300:focus-visible {
  --tw-shadow-color: #b79aff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/0:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/10:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/100:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/15:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/20:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/25:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/30:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/35:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/40:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/45:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/5:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/50:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/55:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/60:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/65:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/70:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/75:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/80:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/85:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/90:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-300\/95:focus-visible {
  --tw-shadow-color: rgb(183 154 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400:focus-visible {
  --tw-shadow-color: #9562ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/0:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/10:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/100:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/15:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/20:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/25:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/30:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/35:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/40:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/45:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/5:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/50:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/55:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/60:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/65:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/70:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/75:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/80:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/85:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/90:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-400\/95:focus-visible {
  --tw-shadow-color: rgb(149 98 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50:focus-visible {
  --tw-shadow-color: #f4f1ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/0:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/10:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/100:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/15:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/20:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/25:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/30:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/35:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/40:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/45:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/5:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/50:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/55:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/60:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/65:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/70:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/75:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/80:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/85:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/90:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-50\/95:focus-visible {
  --tw-shadow-color: rgb(244 241 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500:focus-visible {
  --tw-shadow-color: #4e1cd1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/0:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/10:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/100:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/15:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/20:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/25:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/30:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/35:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/40:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/45:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/5:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/50:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/55:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/60:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/65:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/70:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/75:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/80:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/85:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/90:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-500\/95:focus-visible {
  --tw-shadow-color: rgb(78 28 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600:focus-visible {
  --tw-shadow-color: #4115b5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/0:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/10:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/100:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/15:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/20:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/25:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/30:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/35:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/40:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/45:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/5:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/50:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/55:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/60:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/65:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/70:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/75:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/80:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/85:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/90:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-600\/95:focus-visible {
  --tw-shadow-color: rgb(65 21 181 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700:focus-visible {
  --tw-shadow-color: #361096;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/0:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/10:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/100:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/15:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/20:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/25:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/30:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/35:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/40:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/45:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/5:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/50:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/55:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/60:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/65:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/70:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/75:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/80:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/85:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/90:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-700\/95:focus-visible {
  --tw-shadow-color: rgb(54 16 150 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800:focus-visible {
  --tw-shadow-color: #2e1078;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/0:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/10:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/100:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/15:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/20:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/25:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/30:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/35:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/40:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/45:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/5:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/50:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/55:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/60:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/65:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/70:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/75:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/80:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/85:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/90:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-800\/95:focus-visible {
  --tw-shadow-color: rgb(46 16 120 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900:focus-visible {
  --tw-shadow-color: #270f62;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/0:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/10:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/100:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/15:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/20:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/25:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/30:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/35:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/40:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/45:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/5:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/50:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/55:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/60:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/65:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/70:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/75:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/80:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/85:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/90:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-900\/95:focus-visible {
  --tw-shadow-color: rgb(39 15 98 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950:focus-visible {
  --tw-shadow-color: #16053a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/0:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/10:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/100:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/15:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/20:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/25:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/30:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/35:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/40:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/45:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/5:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/50:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/55:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/60:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/65:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/70:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/75:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/80:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/85:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/90:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-brand-950\/95:focus-visible {
  --tw-shadow-color: rgb(22 5 58 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-current:focus-visible {
  --tw-shadow-color: currentColor;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100:focus-visible {
  --tw-shadow-color: #cffafe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/0:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/10:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/100:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/15:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/20:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/25:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/30:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/35:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/40:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/45:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/5:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/50:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/55:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/60:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/65:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/70:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/75:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/80:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/85:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/90:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-100\/95:focus-visible {
  --tw-shadow-color: rgb(207 250 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200:focus-visible {
  --tw-shadow-color: #a5f3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/0:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/10:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/100:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/15:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/20:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/25:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/30:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/35:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/40:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/45:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/5:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/50:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/55:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/60:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/65:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/70:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/75:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/80:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/85:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/90:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-200\/95:focus-visible {
  --tw-shadow-color: rgb(165 243 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300:focus-visible {
  --tw-shadow-color: #67e8f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/0:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/10:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/100:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/15:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/20:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/25:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/30:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/35:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/40:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/45:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/5:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/50:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/55:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/60:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/65:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/70:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/75:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/80:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/85:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/90:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-300\/95:focus-visible {
  --tw-shadow-color: rgb(103 232 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400:focus-visible {
  --tw-shadow-color: #22d3ee;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/0:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/10:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/100:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/15:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/20:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/25:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/30:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/35:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/40:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/45:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/5:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/50:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/55:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/60:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/65:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/70:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/75:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/80:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/85:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/90:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-400\/95:focus-visible {
  --tw-shadow-color: rgb(34 211 238 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50:focus-visible {
  --tw-shadow-color: #ecfeff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/0:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/10:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/100:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/15:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/20:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/25:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/30:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/35:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/40:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/45:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/5:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/50:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/55:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/60:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/65:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/70:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/75:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/80:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/85:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/90:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-50\/95:focus-visible {
  --tw-shadow-color: rgb(236 254 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500:focus-visible {
  --tw-shadow-color: #06b6d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/0:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/10:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/100:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/15:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/20:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/25:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/30:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/35:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/40:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/45:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/5:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/50:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/55:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/60:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/65:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/70:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/75:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/80:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/85:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/90:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-500\/95:focus-visible {
  --tw-shadow-color: rgb(6 182 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600:focus-visible {
  --tw-shadow-color: #0891b2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/0:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/10:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/100:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/15:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/20:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/25:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/30:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/35:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/40:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/45:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/5:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/50:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/55:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/60:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/65:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/70:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/75:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/80:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/85:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/90:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-600\/95:focus-visible {
  --tw-shadow-color: rgb(8 145 178 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700:focus-visible {
  --tw-shadow-color: #0e7490;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/0:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/10:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/100:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/15:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/20:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/25:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/30:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/35:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/40:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/45:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/5:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/50:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/55:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/60:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/65:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/70:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/75:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/80:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/85:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/90:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-700\/95:focus-visible {
  --tw-shadow-color: rgb(14 116 144 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800:focus-visible {
  --tw-shadow-color: #155e75;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/0:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/10:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/100:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/15:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/20:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/25:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/30:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/35:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/40:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/45:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/5:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/50:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/55:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/60:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/65:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/70:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/75:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/80:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/85:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/90:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-800\/95:focus-visible {
  --tw-shadow-color: rgb(21 94 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900:focus-visible {
  --tw-shadow-color: #164e63;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/0:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/10:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/100:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/15:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/20:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/25:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/30:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/35:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/40:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/45:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/5:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/50:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/55:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/60:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/65:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/70:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/75:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/80:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/85:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/90:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-900\/95:focus-visible {
  --tw-shadow-color: rgb(22 78 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950:focus-visible {
  --tw-shadow-color: #083344;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/0:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/10:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/100:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/15:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/20:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/25:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/30:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/35:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/40:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/45:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/5:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/50:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/55:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/60:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/65:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/70:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/75:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/80:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/85:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/90:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-cyan-950\/95:focus-visible {
  --tw-shadow-color: rgb(8 51 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100:focus-visible {
  --tw-shadow-color: #d1fae5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/0:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/10:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/100:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/15:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/20:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/25:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/30:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/35:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/40:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/45:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/5:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/50:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/55:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/60:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/65:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/70:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/75:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/80:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/85:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/90:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-100\/95:focus-visible {
  --tw-shadow-color: rgb(209 250 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200:focus-visible {
  --tw-shadow-color: #a7f3d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/0:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/10:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/100:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/15:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/20:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/25:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/30:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/35:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/40:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/45:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/5:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/50:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/55:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/60:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/65:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/70:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/75:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/80:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/85:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/90:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-200\/95:focus-visible {
  --tw-shadow-color: rgb(167 243 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300:focus-visible {
  --tw-shadow-color: #6ee7b7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/0:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/10:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/100:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/15:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/20:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/25:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/30:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/35:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/40:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/45:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/5:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/50:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/55:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/60:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/65:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/70:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/75:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/80:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/85:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/90:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-300\/95:focus-visible {
  --tw-shadow-color: rgb(110 231 183 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400:focus-visible {
  --tw-shadow-color: #34d399;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/0:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/10:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/100:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/15:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/20:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/25:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/30:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/35:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/40:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/45:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/5:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/50:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/55:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/60:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/65:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/70:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/75:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/80:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/85:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/90:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-400\/95:focus-visible {
  --tw-shadow-color: rgb(52 211 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50:focus-visible {
  --tw-shadow-color: #ecfdf5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/0:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/10:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/100:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/15:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/20:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/25:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/30:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/35:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/40:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/45:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/5:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/50:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/55:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/60:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/65:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/70:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/75:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/80:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/85:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/90:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-50\/95:focus-visible {
  --tw-shadow-color: rgb(236 253 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500:focus-visible {
  --tw-shadow-color: #10b981;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/0:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/10:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/100:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/15:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/20:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/25:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/30:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/35:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/40:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/45:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/5:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/50:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/55:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/60:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/65:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/70:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/75:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/80:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/85:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/90:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-500\/95:focus-visible {
  --tw-shadow-color: rgb(16 185 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600:focus-visible {
  --tw-shadow-color: #059669;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/0:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/10:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/100:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/15:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/20:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/25:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/30:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/35:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/40:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/45:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/5:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/50:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/55:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/60:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/65:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/70:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/75:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/80:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/85:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/90:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-600\/95:focus-visible {
  --tw-shadow-color: rgb(5 150 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700:focus-visible {
  --tw-shadow-color: #047857;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/0:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/10:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/100:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/15:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/20:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/25:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/30:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/35:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/40:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/45:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/5:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/50:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/55:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/60:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/65:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/70:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/75:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/80:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/85:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/90:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-700\/95:focus-visible {
  --tw-shadow-color: rgb(4 120 87 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800:focus-visible {
  --tw-shadow-color: #065f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/0:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/10:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/100:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/15:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/20:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/25:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/30:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/35:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/40:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/45:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/5:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/50:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/55:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/60:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/65:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/70:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/75:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/80:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/85:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/90:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-800\/95:focus-visible {
  --tw-shadow-color: rgb(6 95 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900:focus-visible {
  --tw-shadow-color: #064e3b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/0:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/10:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/100:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/15:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/20:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/25:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/30:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/35:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/40:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/45:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/5:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/50:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/55:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/60:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/65:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/70:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/75:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/80:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/85:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/90:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-900\/95:focus-visible {
  --tw-shadow-color: rgb(6 78 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950:focus-visible {
  --tw-shadow-color: #022c22;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/0:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/10:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/100:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/15:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/20:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/25:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/30:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/35:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/40:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/45:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/5:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/50:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/55:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/60:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/65:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/70:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/75:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/80:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/85:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/90:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-emerald-950\/95:focus-visible {
  --tw-shadow-color: rgb(2 44 34 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100:focus-visible {
  --tw-shadow-color: #fae8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/0:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/10:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/100:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/15:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/20:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/25:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/30:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/35:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/40:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/45:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/5:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/50:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/55:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/60:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/65:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/70:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/75:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/80:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/85:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/90:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-100\/95:focus-visible {
  --tw-shadow-color: rgb(250 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200:focus-visible {
  --tw-shadow-color: #f5d0fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/0:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/10:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/100:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/15:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/20:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/25:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/30:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/35:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/40:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/45:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/5:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/50:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/55:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/60:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/65:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/70:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/75:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/80:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/85:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/90:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-200\/95:focus-visible {
  --tw-shadow-color: rgb(245 208 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300:focus-visible {
  --tw-shadow-color: #f0abfc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/0:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/10:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/100:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/15:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/20:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/25:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/30:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/35:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/40:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/45:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/5:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/50:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/55:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/60:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/65:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/70:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/75:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/80:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/85:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/90:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-300\/95:focus-visible {
  --tw-shadow-color: rgb(240 171 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400:focus-visible {
  --tw-shadow-color: #e879f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/0:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/10:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/100:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/15:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/20:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/25:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/30:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/35:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/40:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/45:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/5:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/50:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/55:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/60:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/65:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/70:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/75:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/80:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/85:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/90:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-400\/95:focus-visible {
  --tw-shadow-color: rgb(232 121 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50:focus-visible {
  --tw-shadow-color: #fdf4ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/0:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/10:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/100:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/15:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/20:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/25:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/30:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/35:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/40:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/45:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/5:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/50:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/55:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/60:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/65:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/70:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/75:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/80:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/85:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/90:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-50\/95:focus-visible {
  --tw-shadow-color: rgb(253 244 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500:focus-visible {
  --tw-shadow-color: #d946ef;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/0:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/10:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/100:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/15:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/20:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/25:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/30:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/35:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/40:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/45:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/5:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/50:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/55:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/60:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/65:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/70:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/75:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/80:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/85:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/90:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-500\/95:focus-visible {
  --tw-shadow-color: rgb(217 70 239 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600:focus-visible {
  --tw-shadow-color: #c026d3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/0:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/10:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/100:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/15:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/20:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/25:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/30:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/35:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/40:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/45:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/5:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/50:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/55:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/60:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/65:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/70:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/75:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/80:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/85:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/90:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-600\/95:focus-visible {
  --tw-shadow-color: rgb(192 38 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700:focus-visible {
  --tw-shadow-color: #a21caf;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/0:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/10:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/100:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/15:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/20:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/25:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/30:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/35:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/40:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/45:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/5:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/50:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/55:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/60:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/65:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/70:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/75:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/80:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/85:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/90:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-700\/95:focus-visible {
  --tw-shadow-color: rgb(162 28 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800:focus-visible {
  --tw-shadow-color: #86198f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/0:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/10:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/100:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/15:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/20:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/25:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/30:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/35:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/40:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/45:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/5:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/50:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/55:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/60:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/65:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/70:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/75:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/80:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/85:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/90:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-800\/95:focus-visible {
  --tw-shadow-color: rgb(134 25 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900:focus-visible {
  --tw-shadow-color: #701a75;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/0:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/10:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/100:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/15:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/20:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/25:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/30:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/35:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/40:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/45:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/5:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/50:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/55:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/60:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/65:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/70:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/75:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/80:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/85:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/90:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-900\/95:focus-visible {
  --tw-shadow-color: rgb(112 26 117 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950:focus-visible {
  --tw-shadow-color: #4a044e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/0:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/10:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/100:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/15:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/20:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/25:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/30:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/35:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/40:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/45:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/5:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/50:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/55:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/60:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/65:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/70:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/75:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/80:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/85:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/90:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-fuchsia-950\/95:focus-visible {
  --tw-shadow-color: rgb(74 4 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100:focus-visible {
  --tw-shadow-color: #f3f4f6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/0:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/10:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/100:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/15:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/20:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/25:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/30:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/35:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/40:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/45:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/5:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/50:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/55:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/60:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/65:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/70:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/75:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/80:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/85:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/90:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-100\/95:focus-visible {
  --tw-shadow-color: rgb(243 244 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200:focus-visible {
  --tw-shadow-color: #e5e7eb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/0:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/10:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/100:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/15:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/20:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/25:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/30:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/35:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/40:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/45:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/5:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/50:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/55:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/60:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/65:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/70:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/75:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/80:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/85:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/90:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-200\/95:focus-visible {
  --tw-shadow-color: rgb(229 231 235 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300:focus-visible {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/0:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/10:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/100:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/15:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/20:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/25:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/30:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/35:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/40:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/45:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/5:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/50:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/55:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/60:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/65:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/70:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/75:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/80:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/85:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/90:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-300\/95:focus-visible {
  --tw-shadow-color: rgb(209 213 219 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400:focus-visible {
  --tw-shadow-color: #9ca3af;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/0:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/10:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/100:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/15:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/20:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/25:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/30:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/35:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/40:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/45:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/5:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/50:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/55:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/60:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/65:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/70:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/75:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/80:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/85:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/90:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-400\/95:focus-visible {
  --tw-shadow-color: rgb(156 163 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50:focus-visible {
  --tw-shadow-color: #f9fafb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/0:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/10:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/100:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/15:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/20:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/25:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/30:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/35:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/40:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/45:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/5:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/50:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/55:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/60:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/65:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/70:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/75:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/80:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/85:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/90:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-50\/95:focus-visible {
  --tw-shadow-color: rgb(249 250 251 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500:focus-visible {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/0:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/10:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/100:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/15:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/20:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/25:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/30:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/35:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/40:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/45:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/5:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/50:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/55:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/60:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/65:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/70:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/75:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/80:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/85:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/90:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-500\/95:focus-visible {
  --tw-shadow-color: rgb(107 114 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600:focus-visible {
  --tw-shadow-color: #4b5563;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/0:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/10:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/100:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/15:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/20:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/25:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/30:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/35:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/40:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/45:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/5:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/50:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/55:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/60:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/65:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/70:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/75:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/80:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/85:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/90:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-600\/95:focus-visible {
  --tw-shadow-color: rgb(75 85 99 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700:focus-visible {
  --tw-shadow-color: #374151;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/0:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/10:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/100:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/15:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/20:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/25:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/30:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/35:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/40:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/45:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/5:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/50:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/55:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/60:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/65:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/70:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/75:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/80:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/85:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/90:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-700\/95:focus-visible {
  --tw-shadow-color: rgb(55 65 81 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800:focus-visible {
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/0:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/10:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/100:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/15:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/20:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/25:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/30:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/35:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/40:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/45:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/5:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/50:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/55:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/60:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/65:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/70:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/75:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/80:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/85:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/90:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-800\/95:focus-visible {
  --tw-shadow-color: rgb(31 41 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900:focus-visible {
  --tw-shadow-color: #111827;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/0:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/10:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/100:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/15:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/20:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/25:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/30:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/35:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/40:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/45:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/5:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/50:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/55:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/60:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/65:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/70:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/75:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/80:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/85:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/90:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-900\/95:focus-visible {
  --tw-shadow-color: rgb(17 24 39 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950:focus-visible {
  --tw-shadow-color: #030712;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/0:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/10:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/100:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/15:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/20:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/25:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/30:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/35:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/40:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/45:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/5:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/50:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/55:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/60:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/65:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/70:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/75:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/80:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/85:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/90:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-gray-950\/95:focus-visible {
  --tw-shadow-color: rgb(3 7 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100:focus-visible {
  --tw-shadow-color: #dcfce7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/0:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/10:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/100:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/15:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/20:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/25:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/30:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/35:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/40:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/45:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/5:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/50:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/55:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/60:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/65:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/70:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/75:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/80:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/85:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/90:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-100\/95:focus-visible {
  --tw-shadow-color: rgb(220 252 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200:focus-visible {
  --tw-shadow-color: #bbf7d0;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/0:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/10:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/100:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/15:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/20:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/25:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/30:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/35:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/40:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/45:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/5:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/50:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/55:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/60:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/65:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/70:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/75:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/80:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/85:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/90:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-200\/95:focus-visible {
  --tw-shadow-color: rgb(187 247 208 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300:focus-visible {
  --tw-shadow-color: #86efac;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/0:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/10:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/100:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/15:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/20:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/25:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/30:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/35:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/40:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/45:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/5:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/50:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/55:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/60:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/65:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/70:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/75:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/80:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/85:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/90:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-300\/95:focus-visible {
  --tw-shadow-color: rgb(134 239 172 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400:focus-visible {
  --tw-shadow-color: #4ade80;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/0:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/10:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/100:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/15:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/20:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/25:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/30:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/35:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/40:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/45:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/5:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/50:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/55:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/60:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/65:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/70:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/75:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/80:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/85:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/90:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-400\/95:focus-visible {
  --tw-shadow-color: rgb(74 222 128 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50:focus-visible {
  --tw-shadow-color: #f0fdf4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/0:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/10:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/100:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/15:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/20:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/25:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/30:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/35:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/40:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/45:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/5:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/50:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/55:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/60:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/65:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/70:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/75:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/80:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/85:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/90:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-50\/95:focus-visible {
  --tw-shadow-color: rgb(240 253 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500:focus-visible {
  --tw-shadow-color: #22c55e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/0:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/10:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/100:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/15:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/20:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/25:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/30:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/35:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/40:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/45:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/5:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/50:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/55:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/60:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/65:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/70:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/75:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/80:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/85:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/90:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-500\/95:focus-visible {
  --tw-shadow-color: rgb(34 197 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600:focus-visible {
  --tw-shadow-color: #16a34a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/0:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/10:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/100:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/15:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/20:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/25:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/30:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/35:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/40:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/45:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/5:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/50:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/55:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/60:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/65:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/70:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/75:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/80:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/85:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/90:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-600\/95:focus-visible {
  --tw-shadow-color: rgb(22 163 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700:focus-visible {
  --tw-shadow-color: #15803d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/0:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/10:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/100:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/15:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/20:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/25:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/30:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/35:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/40:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/45:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/5:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/50:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/55:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/60:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/65:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/70:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/75:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/80:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/85:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/90:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-700\/95:focus-visible {
  --tw-shadow-color: rgb(21 128 61 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800:focus-visible {
  --tw-shadow-color: #166534;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/0:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/10:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/100:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/15:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/20:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/25:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/30:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/35:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/40:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/45:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/5:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/50:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/55:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/60:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/65:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/70:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/75:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/80:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/85:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/90:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-800\/95:focus-visible {
  --tw-shadow-color: rgb(22 101 52 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900:focus-visible {
  --tw-shadow-color: #14532d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/0:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/10:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/100:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/15:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/20:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/25:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/30:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/35:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/40:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/45:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/5:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/50:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/55:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/60:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/65:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/70:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/75:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/80:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/85:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/90:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-900\/95:focus-visible {
  --tw-shadow-color: rgb(20 83 45 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950:focus-visible {
  --tw-shadow-color: #052e16;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/0:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/10:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/100:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/15:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/20:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/25:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/30:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/35:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/40:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/45:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/5:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/50:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/55:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/60:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/65:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/70:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/75:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/80:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/85:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/90:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-green-950\/95:focus-visible {
  --tw-shadow-color: rgb(5 46 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100:focus-visible {
  --tw-shadow-color: #e0e7ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/0:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/10:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/100:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/15:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/20:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/25:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/30:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/35:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/40:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/45:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/5:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/50:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/55:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/60:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/65:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/70:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/75:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/80:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/85:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/90:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-100\/95:focus-visible {
  --tw-shadow-color: rgb(224 231 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200:focus-visible {
  --tw-shadow-color: #c7d2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/0:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/10:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/100:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/15:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/20:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/25:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/30:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/35:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/40:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/45:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/5:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/50:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/55:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/60:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/65:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/70:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/75:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/80:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/85:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/90:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-200\/95:focus-visible {
  --tw-shadow-color: rgb(199 210 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300:focus-visible {
  --tw-shadow-color: #a5b4fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/0:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/10:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/100:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/15:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/20:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/25:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/30:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/35:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/40:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/45:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/5:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/50:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/55:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/60:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/65:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/70:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/75:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/80:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/85:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/90:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-300\/95:focus-visible {
  --tw-shadow-color: rgb(165 180 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400:focus-visible {
  --tw-shadow-color: #818cf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/0:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/10:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/100:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/15:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/20:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/25:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/30:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/35:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/40:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/45:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/5:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/50:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/55:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/60:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/65:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/70:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/75:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/80:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/85:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/90:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-400\/95:focus-visible {
  --tw-shadow-color: rgb(129 140 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50:focus-visible {
  --tw-shadow-color: #eef2ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/0:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/10:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/100:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/15:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/20:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/25:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/30:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/35:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/40:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/45:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/5:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/50:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/55:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/60:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/65:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/70:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/75:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/80:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/85:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/90:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-50\/95:focus-visible {
  --tw-shadow-color: rgb(238 242 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500:focus-visible {
  --tw-shadow-color: #6366f1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/0:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/10:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/100:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/15:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/20:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/25:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/30:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/35:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/40:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/45:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/5:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/50:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/55:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/60:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/65:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/70:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/75:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/80:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/85:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/90:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-500\/95:focus-visible {
  --tw-shadow-color: rgb(99 102 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600:focus-visible {
  --tw-shadow-color: #4f46e5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/0:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/10:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/100:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/15:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/20:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/25:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/30:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/35:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/40:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/45:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/5:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/50:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/55:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/60:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/65:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/70:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/75:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/80:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/85:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/90:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-600\/95:focus-visible {
  --tw-shadow-color: rgb(79 70 229 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700:focus-visible {
  --tw-shadow-color: #4338ca;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/0:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/10:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/100:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/15:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/20:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/25:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/30:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/35:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/40:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/45:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/5:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/50:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/55:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/60:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/65:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/70:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/75:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/80:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/85:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/90:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-700\/95:focus-visible {
  --tw-shadow-color: rgb(67 56 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800:focus-visible {
  --tw-shadow-color: #3730a3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/0:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/10:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/100:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/15:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/20:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/25:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/30:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/35:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/40:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/45:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/5:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/50:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/55:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/60:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/65:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/70:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/75:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/80:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/85:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/90:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-800\/95:focus-visible {
  --tw-shadow-color: rgb(55 48 163 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900:focus-visible {
  --tw-shadow-color: #312e81;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/0:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/10:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/100:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/15:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/20:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/25:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/30:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/35:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/40:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/45:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/5:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/50:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/55:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/60:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/65:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/70:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/75:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/80:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/85:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/90:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-900\/95:focus-visible {
  --tw-shadow-color: rgb(49 46 129 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950:focus-visible {
  --tw-shadow-color: #1e1b4b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/0:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/10:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/100:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/15:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/20:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/25:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/30:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/35:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/40:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/45:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/5:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/50:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/55:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/60:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/65:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/70:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/75:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/80:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/85:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/90:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-indigo-950\/95:focus-visible {
  --tw-shadow-color: rgb(30 27 75 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-inherit:focus-visible {
  --tw-shadow-color: inherit;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100:focus-visible {
  --tw-shadow-color: #ecfccb;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/0:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/10:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/100:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/15:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/20:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/25:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/30:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/35:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/40:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/45:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/5:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/50:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/55:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/60:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/65:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/70:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/75:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/80:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/85:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/90:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-100\/95:focus-visible {
  --tw-shadow-color: rgb(236 252 203 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200:focus-visible {
  --tw-shadow-color: #d9f99d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/0:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/10:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/100:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/15:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/20:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/25:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/30:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/35:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/40:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/45:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/5:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/50:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/55:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/60:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/65:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/70:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/75:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/80:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/85:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/90:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-200\/95:focus-visible {
  --tw-shadow-color: rgb(217 249 157 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300:focus-visible {
  --tw-shadow-color: #bef264;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/0:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/10:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/100:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/15:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/20:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/25:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/30:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/35:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/40:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/45:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/5:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/50:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/55:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/60:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/65:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/70:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/75:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/80:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/85:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/90:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-300\/95:focus-visible {
  --tw-shadow-color: rgb(190 242 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400:focus-visible {
  --tw-shadow-color: #a3e635;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/0:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/10:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/100:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/15:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/20:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/25:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/30:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/35:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/40:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/45:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/5:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/50:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/55:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/60:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/65:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/70:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/75:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/80:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/85:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/90:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-400\/95:focus-visible {
  --tw-shadow-color: rgb(163 230 53 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50:focus-visible {
  --tw-shadow-color: #f7fee7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/0:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/10:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/100:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/15:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/20:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/25:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/30:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/35:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/40:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/45:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/5:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/50:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/55:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/60:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/65:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/70:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/75:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/80:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/85:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/90:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-50\/95:focus-visible {
  --tw-shadow-color: rgb(247 254 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500:focus-visible {
  --tw-shadow-color: #84cc16;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/0:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/10:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/100:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/15:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/20:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/25:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/30:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/35:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/40:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/45:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/5:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/50:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/55:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/60:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/65:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/70:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/75:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/80:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/85:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/90:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-500\/95:focus-visible {
  --tw-shadow-color: rgb(132 204 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600:focus-visible {
  --tw-shadow-color: #65a30d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/0:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/10:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/100:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/15:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/20:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/25:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/30:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/35:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/40:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/45:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/5:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/50:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/55:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/60:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/65:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/70:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/75:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/80:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/85:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/90:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-600\/95:focus-visible {
  --tw-shadow-color: rgb(101 163 13 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700:focus-visible {
  --tw-shadow-color: #4d7c0f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/0:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/10:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/100:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/15:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/20:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/25:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/30:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/35:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/40:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/45:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/5:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/50:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/55:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/60:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/65:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/70:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/75:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/80:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/85:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/90:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-700\/95:focus-visible {
  --tw-shadow-color: rgb(77 124 15 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800:focus-visible {
  --tw-shadow-color: #3f6212;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/0:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/10:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/100:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/15:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/20:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/25:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/30:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/35:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/40:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/45:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/5:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/50:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/55:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/60:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/65:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/70:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/75:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/80:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/85:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/90:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-800\/95:focus-visible {
  --tw-shadow-color: rgb(63 98 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900:focus-visible {
  --tw-shadow-color: #365314;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/0:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/10:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/100:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/15:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/20:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/25:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/30:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/35:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/40:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/45:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/5:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/50:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/55:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/60:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/65:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/70:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/75:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/80:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/85:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/90:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-900\/95:focus-visible {
  --tw-shadow-color: rgb(54 83 20 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950:focus-visible {
  --tw-shadow-color: #1a2e05;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/0:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/10:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/100:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/15:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/20:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/25:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/30:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/35:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/40:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/45:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/5:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/50:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/55:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/60:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/65:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/70:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/75:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/80:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/85:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/90:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-lime-950\/95:focus-visible {
  --tw-shadow-color: rgb(26 46 5 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100:focus-visible {
  --tw-shadow-color: #f6f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/0:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/10:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/100:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/15:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/20:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/25:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/30:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/35:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/40:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/45:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/5:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/50:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/55:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/60:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/65:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/70:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/75:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/80:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/85:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/90:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-100\/95:focus-visible {
  --tw-shadow-color: rgb(246 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200:focus-visible {
  --tw-shadow-color: #e9e6e3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/0:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/10:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/100:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/15:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/20:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/25:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/30:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/35:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/40:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/45:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/5:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/50:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/55:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/60:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/65:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/70:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/75:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/80:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/85:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/90:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-200\/95:focus-visible {
  --tw-shadow-color: rgb(233 230 227 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300:focus-visible {
  --tw-shadow-color: #d7d2cd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/0:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/10:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/100:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/15:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/20:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/25:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/30:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/35:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/40:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/45:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/5:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/50:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/55:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/60:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/65:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/70:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/75:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/80:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/85:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/90:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-300\/95:focus-visible {
  --tw-shadow-color: rgb(215 210 205 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400:focus-visible {
  --tw-shadow-color: #afa8a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/0:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/10:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/100:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/15:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/20:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/25:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/30:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/35:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/40:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/45:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/5:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/50:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/55:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/60:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/65:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/70:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/75:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/80:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/85:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/90:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-400\/95:focus-visible {
  --tw-shadow-color: rgb(175 168 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50:focus-visible {
  --tw-shadow-color: #fbfaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/0:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/10:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/100:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/15:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/20:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/25:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/30:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/35:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/40:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/45:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/5:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/50:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/55:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/60:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/65:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/70:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/75:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/80:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/85:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/90:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-50\/95:focus-visible {
  --tw-shadow-color: rgb(251 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500:focus-visible {
  --tw-shadow-color: #817971;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/0:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/10:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/100:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/15:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/20:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/25:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/30:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/35:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/40:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/45:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/5:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/50:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/55:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/60:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/65:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/70:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/75:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/80:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/85:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/90:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-500\/95:focus-visible {
  --tw-shadow-color: rgb(129 121 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600:focus-visible {
  --tw-shadow-color: #605952;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/0:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/10:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/100:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/15:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/20:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/25:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/30:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/35:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/40:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/45:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/5:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/50:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/55:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/60:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/65:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/70:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/75:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/80:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/85:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/90:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-600\/95:focus-visible {
  --tw-shadow-color: rgb(96 89 82 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700:focus-visible {
  --tw-shadow-color: #49443f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/0:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/10:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/100:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/15:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/20:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/25:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/30:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/35:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/40:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/45:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/5:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/50:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/55:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/60:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/65:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/70:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/75:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/80:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/85:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/90:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-700\/95:focus-visible {
  --tw-shadow-color: rgb(73 68 63 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800:focus-visible {
  --tw-shadow-color: #302d2a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/0:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/10:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/100:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/15:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/20:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/25:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/30:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/35:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/40:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/45:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/5:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/50:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/55:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/60:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/65:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/70:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/75:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/80:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/85:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/90:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-800\/95:focus-visible {
  --tw-shadow-color: rgb(48 45 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900:focus-visible {
  --tw-shadow-color: #211f1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/0:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/10:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/100:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/15:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/20:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/25:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/30:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/35:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/40:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/45:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/5:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/50:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/55:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/60:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/65:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/70:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/75:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/80:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/85:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/90:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-900\/95:focus-visible {
  --tw-shadow-color: rgb(33 31 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950:focus-visible {
  --tw-shadow-color: #121110;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/0:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/10:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/100:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/15:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/20:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/25:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/30:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/35:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/40:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/45:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/5:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/50:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/55:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/60:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/65:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/70:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/75:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/80:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/85:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/90:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-neutral-950\/95:focus-visible {
  --tw-shadow-color: rgb(18 17 16 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100:focus-visible {
  --tw-shadow-color: #ffedd5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/0:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/10:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/100:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/15:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/20:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/25:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/30:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/35:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/40:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/45:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/5:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/50:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/55:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/60:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/65:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/70:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/75:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/80:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/85:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/90:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-100\/95:focus-visible {
  --tw-shadow-color: rgb(255 237 213 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200:focus-visible {
  --tw-shadow-color: #fed7aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/0:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/10:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/100:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/15:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/20:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/25:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/30:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/35:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/40:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/45:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/5:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/50:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/55:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/60:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/65:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/70:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/75:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/80:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/85:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/90:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-200\/95:focus-visible {
  --tw-shadow-color: rgb(254 215 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300:focus-visible {
  --tw-shadow-color: #fdba74;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/0:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/10:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/100:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/15:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/20:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/25:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/30:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/35:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/40:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/45:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/5:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/50:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/55:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/60:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/65:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/70:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/75:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/80:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/85:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/90:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-300\/95:focus-visible {
  --tw-shadow-color: rgb(253 186 116 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400:focus-visible {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/0:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/10:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/100:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/15:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/20:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/25:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/30:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/35:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/40:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/45:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/5:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/50:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/55:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/60:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/65:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/70:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/75:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/80:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/85:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/90:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-400\/95:focus-visible {
  --tw-shadow-color: rgb(251 146 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50:focus-visible {
  --tw-shadow-color: #fff7ed;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/0:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/10:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/100:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/15:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/20:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/25:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/30:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/35:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/40:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/45:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/5:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/50:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/55:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/60:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/65:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/70:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/75:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/80:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/85:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/90:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-50\/95:focus-visible {
  --tw-shadow-color: rgb(255 247 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500:focus-visible {
  --tw-shadow-color: #f97316;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/0:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/10:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/100:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/15:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/20:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/25:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/30:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/35:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/40:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/45:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/5:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/50:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/55:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/60:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/65:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/70:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/75:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/80:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/85:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/90:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-500\/95:focus-visible {
  --tw-shadow-color: rgb(249 115 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600:focus-visible {
  --tw-shadow-color: #ea580c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/0:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/10:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/100:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/15:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/20:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/25:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/30:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/35:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/40:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/45:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/5:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/50:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/55:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/60:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/65:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/70:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/75:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/80:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/85:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/90:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-600\/95:focus-visible {
  --tw-shadow-color: rgb(234 88 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700:focus-visible {
  --tw-shadow-color: #c2410c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/0:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/10:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/100:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/15:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/20:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/25:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/30:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/35:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/40:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/45:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/5:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/50:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/55:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/60:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/65:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/70:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/75:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/80:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/85:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/90:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-700\/95:focus-visible {
  --tw-shadow-color: rgb(194 65 12 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800:focus-visible {
  --tw-shadow-color: #9a3412;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/0:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/10:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/100:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/15:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/20:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/25:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/30:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/35:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/40:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/45:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/5:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/50:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/55:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/60:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/65:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/70:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/75:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/80:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/85:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/90:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-800\/95:focus-visible {
  --tw-shadow-color: rgb(154 52 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900:focus-visible {
  --tw-shadow-color: #7c2d12;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/0:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/10:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/100:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/15:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/20:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/25:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/30:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/35:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/40:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/45:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/5:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/50:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/55:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/60:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/65:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/70:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/75:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/80:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/85:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/90:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-900\/95:focus-visible {
  --tw-shadow-color: rgb(124 45 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950:focus-visible {
  --tw-shadow-color: #431407;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/0:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/10:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/100:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/15:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/20:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/25:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/30:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/35:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/40:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/45:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/5:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/50:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/55:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/60:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/65:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/70:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/75:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/80:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/85:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/90:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-orange-950\/95:focus-visible {
  --tw-shadow-color: rgb(67 20 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100:focus-visible {
  --tw-shadow-color: #fce7f3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/0:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/10:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/100:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/15:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/20:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/25:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/30:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/35:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/40:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/45:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/5:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/50:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/55:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/60:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/65:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/70:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/75:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/80:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/85:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/90:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-100\/95:focus-visible {
  --tw-shadow-color: rgb(252 231 243 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200:focus-visible {
  --tw-shadow-color: #fbcfe8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/0:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/10:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/100:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/15:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/20:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/25:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/30:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/35:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/40:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/45:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/5:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/50:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/55:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/60:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/65:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/70:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/75:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/80:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/85:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/90:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-200\/95:focus-visible {
  --tw-shadow-color: rgb(251 207 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300:focus-visible {
  --tw-shadow-color: #f9a8d4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/0:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/10:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/100:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/15:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/20:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/25:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/30:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/35:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/40:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/45:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/5:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/50:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/55:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/60:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/65:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/70:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/75:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/80:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/85:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/90:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-300\/95:focus-visible {
  --tw-shadow-color: rgb(249 168 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400:focus-visible {
  --tw-shadow-color: #f472b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/0:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/10:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/100:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/15:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/20:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/25:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/30:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/35:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/40:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/45:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/5:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/50:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/55:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/60:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/65:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/70:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/75:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/80:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/85:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/90:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-400\/95:focus-visible {
  --tw-shadow-color: rgb(244 114 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50:focus-visible {
  --tw-shadow-color: #fdf2f8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/0:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/10:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/100:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/15:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/20:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/25:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/30:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/35:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/40:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/45:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/5:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/50:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/55:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/60:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/65:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/70:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/75:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/80:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/85:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/90:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-50\/95:focus-visible {
  --tw-shadow-color: rgb(253 242 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500:focus-visible {
  --tw-shadow-color: #ec4899;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/0:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/10:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/100:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/15:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/20:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/25:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/30:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/35:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/40:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/45:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/5:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/50:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/55:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/60:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/65:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/70:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/75:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/80:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/85:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/90:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-500\/95:focus-visible {
  --tw-shadow-color: rgb(236 72 153 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600:focus-visible {
  --tw-shadow-color: #db2777;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/0:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/10:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/100:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/15:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/20:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/25:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/30:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/35:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/40:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/45:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/5:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/50:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/55:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/60:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/65:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/70:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/75:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/80:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/85:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/90:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-600\/95:focus-visible {
  --tw-shadow-color: rgb(219 39 119 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700:focus-visible {
  --tw-shadow-color: #be185d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/0:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/10:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/100:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/15:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/20:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/25:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/30:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/35:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/40:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/45:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/5:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/50:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/55:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/60:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/65:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/70:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/75:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/80:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/85:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/90:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-700\/95:focus-visible {
  --tw-shadow-color: rgb(190 24 93 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800:focus-visible {
  --tw-shadow-color: #9d174d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/0:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/10:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/100:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/15:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/20:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/25:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/30:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/35:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/40:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/45:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/5:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/50:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/55:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/60:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/65:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/70:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/75:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/80:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/85:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/90:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-800\/95:focus-visible {
  --tw-shadow-color: rgb(157 23 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900:focus-visible {
  --tw-shadow-color: #831843;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/0:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/10:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/100:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/15:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/20:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/25:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/30:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/35:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/40:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/45:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/5:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/50:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/55:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/60:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/65:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/70:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/75:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/80:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/85:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/90:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-900\/95:focus-visible {
  --tw-shadow-color: rgb(131 24 67 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950:focus-visible {
  --tw-shadow-color: #500724;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/0:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/10:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/100:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/15:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/20:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/25:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/30:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/35:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/40:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/45:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/5:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/50:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/55:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/60:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/65:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/70:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/75:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/80:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/85:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/90:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-pink-950\/95:focus-visible {
  --tw-shadow-color: rgb(80 7 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100:focus-visible {
  --tw-shadow-color: #feeade;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/0:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/10:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/100:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/15:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/20:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/25:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/30:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/35:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/40:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/45:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/5:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/50:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/55:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/60:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/65:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/70:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/75:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/80:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/85:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/90:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-100\/95:focus-visible {
  --tw-shadow-color: rgb(254 234 222 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200:focus-visible {
  --tw-shadow-color: #fcd3bd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/0:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/10:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/100:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/15:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/20:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/25:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/30:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/35:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/40:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/45:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/5:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/50:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/55:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/60:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/65:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/70:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/75:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/80:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/85:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/90:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-200\/95:focus-visible {
  --tw-shadow-color: rgb(252 211 189 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300:focus-visible {
  --tw-shadow-color: #fab38f;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/0:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/10:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/100:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/15:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/20:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/25:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/30:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/35:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/40:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/45:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/5:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/50:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/55:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/60:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/65:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/70:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/75:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/80:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/85:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/90:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-300\/95:focus-visible {
  --tw-shadow-color: rgb(250 179 143 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400:focus-visible {
  --tw-shadow-color: #f99766;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/0:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/10:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/100:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/15:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/20:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/25:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/30:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/35:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/40:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/45:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/5:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/50:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/55:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/60:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/65:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/70:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/75:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/80:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/85:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/90:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-400\/95:focus-visible {
  --tw-shadow-color: rgb(249 151 102 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50:focus-visible {
  --tw-shadow-color: #fff7f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/0:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/10:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/100:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/15:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/20:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/25:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/30:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/35:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/40:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/45:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/5:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/50:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/55:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/60:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/65:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/70:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/75:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/80:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/85:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/90:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-50\/95:focus-visible {
  --tw-shadow-color: rgb(255 247 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500:focus-visible {
  --tw-shadow-color: #f78d4d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/0:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/10:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/100:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/15:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/20:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/25:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/30:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/35:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/40:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/45:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/5:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/50:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/55:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/60:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/65:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/70:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/75:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/80:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/85:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/90:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-500\/95:focus-visible {
  --tw-shadow-color: rgb(247 141 77 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600:focus-visible {
  --tw-shadow-color: #e96325;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/0:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/10:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/100:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/15:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/20:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/25:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/30:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/35:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/40:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/45:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/5:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/50:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/55:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/60:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/65:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/70:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/75:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/80:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/85:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/90:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-600\/95:focus-visible {
  --tw-shadow-color: rgb(233 99 37 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700:focus-visible {
  --tw-shadow-color: #c94a16;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/0:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/10:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/100:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/15:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/20:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/25:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/30:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/35:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/40:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/45:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/5:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/50:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/55:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/60:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/65:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/70:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/75:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/80:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/85:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/90:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-700\/95:focus-visible {
  --tw-shadow-color: rgb(201 74 22 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800:focus-visible {
  --tw-shadow-color: #a13b18;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/0:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/10:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/100:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/15:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/20:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/25:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/30:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/35:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/40:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/45:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/5:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/50:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/55:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/60:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/65:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/70:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/75:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/80:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/85:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/90:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-800\/95:focus-visible {
  --tw-shadow-color: rgb(161 59 24 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900:focus-visible {
  --tw-shadow-color: #823318;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/0:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/10:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/100:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/15:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/20:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/25:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/30:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/35:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/40:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/45:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/5:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/50:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/55:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/60:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/65:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/70:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/75:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/80:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/85:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/90:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-900\/95:focus-visible {
  --tw-shadow-color: rgb(130 51 24 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950:focus-visible {
  --tw-shadow-color: #461708;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/0:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/10:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/100:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/15:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/20:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/25:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/30:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/35:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/40:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/45:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/5:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/50:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/55:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/60:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/65:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/70:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/75:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/80:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/85:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/90:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-primary-950\/95:focus-visible {
  --tw-shadow-color: rgb(70 23 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100:focus-visible {
  --tw-shadow-color: #f3e8ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/0:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/10:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/100:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/15:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/20:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/25:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/30:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/35:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/40:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/45:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/5:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/50:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/55:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/60:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/65:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/70:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/75:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/80:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/85:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/90:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-100\/95:focus-visible {
  --tw-shadow-color: rgb(243 232 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200:focus-visible {
  --tw-shadow-color: #e9d5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/0:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/10:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/100:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/15:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/20:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/25:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/30:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/35:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/40:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/45:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/5:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/50:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/55:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/60:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/65:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/70:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/75:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/80:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/85:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/90:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-200\/95:focus-visible {
  --tw-shadow-color: rgb(233 213 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300:focus-visible {
  --tw-shadow-color: #d8b4fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/0:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/10:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/100:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/15:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/20:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/25:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/30:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/35:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/40:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/45:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/5:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/50:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/55:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/60:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/65:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/70:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/75:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/80:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/85:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/90:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-300\/95:focus-visible {
  --tw-shadow-color: rgb(216 180 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400:focus-visible {
  --tw-shadow-color: #c084fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/0:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/10:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/100:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/15:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/20:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/25:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/30:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/35:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/40:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/45:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/5:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/50:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/55:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/60:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/65:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/70:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/75:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/80:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/85:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/90:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-400\/95:focus-visible {
  --tw-shadow-color: rgb(192 132 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50:focus-visible {
  --tw-shadow-color: #faf5ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/0:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/10:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/100:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/15:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/20:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/25:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/30:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/35:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/40:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/45:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/5:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/50:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/55:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/60:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/65:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/70:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/75:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/80:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/85:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/90:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-50\/95:focus-visible {
  --tw-shadow-color: rgb(250 245 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500:focus-visible {
  --tw-shadow-color: #a855f7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/0:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/10:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/100:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/15:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/20:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/25:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/30:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/35:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/40:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/45:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/5:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/50:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/55:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/60:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/65:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/70:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/75:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/80:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/85:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/90:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-500\/95:focus-visible {
  --tw-shadow-color: rgb(168 85 247 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600:focus-visible {
  --tw-shadow-color: #9333ea;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/0:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/10:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/100:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/15:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/20:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/25:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/30:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/35:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/40:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/45:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/5:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/50:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/55:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/60:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/65:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/70:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/75:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/80:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/85:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/90:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-600\/95:focus-visible {
  --tw-shadow-color: rgb(147 51 234 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700:focus-visible {
  --tw-shadow-color: #7e22ce;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/0:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/10:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/100:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/15:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/20:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/25:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/30:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/35:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/40:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/45:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/5:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/50:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/55:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/60:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/65:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/70:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/75:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/80:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/85:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/90:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-700\/95:focus-visible {
  --tw-shadow-color: rgb(126 34 206 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800:focus-visible {
  --tw-shadow-color: #6b21a8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/0:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/10:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/100:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/15:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/20:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/25:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/30:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/35:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/40:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/45:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/5:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/50:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/55:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/60:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/65:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/70:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/75:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/80:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/85:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/90:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-800\/95:focus-visible {
  --tw-shadow-color: rgb(107 33 168 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900:focus-visible {
  --tw-shadow-color: #581c87;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/0:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/10:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/100:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/15:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/20:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/25:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/30:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/35:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/40:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/45:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/5:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/50:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/55:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/60:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/65:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/70:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/75:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/80:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/85:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/90:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-900\/95:focus-visible {
  --tw-shadow-color: rgb(88 28 135 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950:focus-visible {
  --tw-shadow-color: #3b0764;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/0:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/10:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/100:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/15:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/20:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/25:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/30:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/35:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/40:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/45:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/5:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/50:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/55:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/60:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/65:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/70:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/75:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/80:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/85:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/90:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-purple-950\/95:focus-visible {
  --tw-shadow-color: rgb(59 7 100 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100:focus-visible {
  --tw-shadow-color: #fee2e2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/0:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/10:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/100:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/15:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/20:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/25:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/30:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/35:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/40:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/45:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/5:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/50:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/55:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/60:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/65:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/70:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/75:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/80:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/85:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/90:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-100\/95:focus-visible {
  --tw-shadow-color: rgb(254 226 226 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200:focus-visible {
  --tw-shadow-color: #fecaca;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/0:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/10:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/100:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/15:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/20:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/25:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/30:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/35:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/40:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/45:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/5:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/50:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/55:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/60:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/65:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/70:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/75:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/80:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/85:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/90:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-200\/95:focus-visible {
  --tw-shadow-color: rgb(254 202 202 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300:focus-visible {
  --tw-shadow-color: #fca5a5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/0:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/10:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/100:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/15:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/20:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/25:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/30:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/35:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/40:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/45:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/5:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/50:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/55:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/60:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/65:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/70:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/75:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/80:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/85:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/90:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-300\/95:focus-visible {
  --tw-shadow-color: rgb(252 165 165 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400:focus-visible {
  --tw-shadow-color: #f87171;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/0:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/10:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/100:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/15:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/20:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/25:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/30:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/35:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/40:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/45:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/5:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/50:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/55:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/60:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/65:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/70:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/75:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/80:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/85:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/90:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-400\/95:focus-visible {
  --tw-shadow-color: rgb(248 113 113 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50:focus-visible {
  --tw-shadow-color: #fef2f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/0:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/10:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/100:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/15:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/20:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/25:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/30:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/35:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/40:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/45:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/5:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/50:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/55:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/60:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/65:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/70:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/75:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/80:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/85:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/90:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-50\/95:focus-visible {
  --tw-shadow-color: rgb(254 242 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500:focus-visible {
  --tw-shadow-color: #ef4444;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/0:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/10:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/100:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/15:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/20:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/25:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/30:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/35:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/40:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/45:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/5:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/50:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/55:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/60:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/65:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/70:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/75:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/80:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/85:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/90:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-500\/95:focus-visible {
  --tw-shadow-color: rgb(239 68 68 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600:focus-visible {
  --tw-shadow-color: #dc2626;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/0:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/10:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/100:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/15:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/20:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/25:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/30:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/35:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/40:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/45:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/5:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/50:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/55:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/60:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/65:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/70:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/75:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/80:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/85:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/90:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-600\/95:focus-visible {
  --tw-shadow-color: rgb(220 38 38 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700:focus-visible {
  --tw-shadow-color: #b91c1c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/0:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/10:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/100:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/15:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/20:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/25:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/30:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/35:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/40:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/45:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/5:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/50:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/55:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/60:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/65:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/70:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/75:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/80:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/85:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/90:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-700\/95:focus-visible {
  --tw-shadow-color: rgb(185 28 28 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800:focus-visible {
  --tw-shadow-color: #991b1b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/0:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/10:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/100:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/15:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/20:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/25:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/30:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/35:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/40:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/45:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/5:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/50:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/55:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/60:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/65:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/70:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/75:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/80:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/85:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/90:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-800\/95:focus-visible {
  --tw-shadow-color: rgb(153 27 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900:focus-visible {
  --tw-shadow-color: #7f1d1d;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/0:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/10:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/100:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/15:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/20:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/25:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/30:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/35:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/40:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/45:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/5:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/50:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/55:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/60:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/65:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/70:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/75:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/80:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/85:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/90:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-900\/95:focus-visible {
  --tw-shadow-color: rgb(127 29 29 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950:focus-visible {
  --tw-shadow-color: #450a0a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/0:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/10:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/100:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/15:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/20:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/25:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/30:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/35:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/40:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/45:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/5:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/50:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/55:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/60:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/65:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/70:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/75:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/80:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/85:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/90:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-red-950\/95:focus-visible {
  --tw-shadow-color: rgb(69 10 10 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100:focus-visible {
  --tw-shadow-color: #ffe4e6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/0:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/10:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/100:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/15:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/20:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/25:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/30:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/35:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/40:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/45:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/5:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/50:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/55:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/60:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/65:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/70:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/75:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/80:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/85:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/90:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-100\/95:focus-visible {
  --tw-shadow-color: rgb(255 228 230 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200:focus-visible {
  --tw-shadow-color: #fecdd3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/0:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/10:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/100:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/15:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/20:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/25:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/30:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/35:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/40:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/45:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/5:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/50:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/55:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/60:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/65:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/70:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/75:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/80:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/85:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/90:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-200\/95:focus-visible {
  --tw-shadow-color: rgb(254 205 211 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300:focus-visible {
  --tw-shadow-color: #fda4af;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/0:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/10:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/100:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/15:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/20:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/25:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/30:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/35:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/40:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/45:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/5:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/50:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/55:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/60:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/65:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/70:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/75:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/80:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/85:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/90:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-300\/95:focus-visible {
  --tw-shadow-color: rgb(253 164 175 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400:focus-visible {
  --tw-shadow-color: #fb7185;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/0:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/10:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/100:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/15:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/20:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/25:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/30:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/35:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/40:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/45:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/5:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/50:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/55:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/60:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/65:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/70:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/75:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/80:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/85:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/90:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-400\/95:focus-visible {
  --tw-shadow-color: rgb(251 113 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50:focus-visible {
  --tw-shadow-color: #fff1f2;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/0:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/10:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/100:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/15:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/20:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/25:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/30:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/35:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/40:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/45:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/5:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/50:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/55:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/60:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/65:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/70:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/75:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/80:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/85:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/90:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-50\/95:focus-visible {
  --tw-shadow-color: rgb(255 241 242 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500:focus-visible {
  --tw-shadow-color: #f43f5e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/0:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/10:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/100:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/15:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/20:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/25:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/30:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/35:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/40:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/45:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/5:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/50:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/55:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/60:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/65:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/70:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/75:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/80:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/85:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/90:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-500\/95:focus-visible {
  --tw-shadow-color: rgb(244 63 94 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600:focus-visible {
  --tw-shadow-color: #e11d48;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/0:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/10:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/100:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/15:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/20:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/25:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/30:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/35:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/40:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/45:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/5:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/50:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/55:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/60:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/65:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/70:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/75:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/80:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/85:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/90:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-600\/95:focus-visible {
  --tw-shadow-color: rgb(225 29 72 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700:focus-visible {
  --tw-shadow-color: #be123c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/0:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/10:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/100:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/15:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/20:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/25:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/30:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/35:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/40:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/45:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/5:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/50:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/55:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/60:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/65:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/70:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/75:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/80:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/85:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/90:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-700\/95:focus-visible {
  --tw-shadow-color: rgb(190 18 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800:focus-visible {
  --tw-shadow-color: #9f1239;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/0:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/10:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/100:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/15:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/20:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/25:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/30:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/35:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/40:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/45:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/5:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/50:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/55:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/60:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/65:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/70:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/75:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/80:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/85:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/90:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-800\/95:focus-visible {
  --tw-shadow-color: rgb(159 18 57 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900:focus-visible {
  --tw-shadow-color: #881337;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/0:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/10:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/100:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/15:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/20:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/25:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/30:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/35:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/40:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/45:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/5:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/50:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/55:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/60:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/65:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/70:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/75:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/80:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/85:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/90:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-900\/95:focus-visible {
  --tw-shadow-color: rgb(136 19 55 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950:focus-visible {
  --tw-shadow-color: #4c0519;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/0:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/10:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/100:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/15:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/20:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/25:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/30:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/35:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/40:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/45:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/5:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/50:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/55:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/60:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/65:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/70:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/75:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/80:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/85:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/90:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-rose-950\/95:focus-visible {
  --tw-shadow-color: rgb(76 5 25 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100:focus-visible {
  --tw-shadow-color: #e0f2fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/0:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/10:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/100:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/15:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/20:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/25:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/30:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/35:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/40:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/45:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/5:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/50:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/55:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/60:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/65:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/70:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/75:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/80:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/85:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/90:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-100\/95:focus-visible {
  --tw-shadow-color: rgb(224 242 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200:focus-visible {
  --tw-shadow-color: #bae6fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/0:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/10:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/100:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/15:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/20:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/25:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/30:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/35:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/40:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/45:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/5:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/50:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/55:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/60:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/65:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/70:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/75:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/80:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/85:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/90:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-200\/95:focus-visible {
  --tw-shadow-color: rgb(186 230 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300:focus-visible {
  --tw-shadow-color: #7dd3fc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/0:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/10:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/100:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/15:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/20:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/25:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/30:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/35:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/40:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/45:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/5:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/50:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/55:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/60:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/65:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/70:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/75:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/80:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/85:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/90:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-300\/95:focus-visible {
  --tw-shadow-color: rgb(125 211 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400:focus-visible {
  --tw-shadow-color: #38bdf8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/0:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/10:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/100:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/15:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/20:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/25:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/30:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/35:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/40:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/45:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/5:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/50:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/55:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/60:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/65:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/70:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/75:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/80:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/85:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/90:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-400\/95:focus-visible {
  --tw-shadow-color: rgb(56 189 248 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50:focus-visible {
  --tw-shadow-color: #f0f9ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/0:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/10:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/100:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/15:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/20:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/25:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/30:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/35:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/40:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/45:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/5:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/50:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/55:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/60:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/65:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/70:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/75:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/80:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/85:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/90:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-50\/95:focus-visible {
  --tw-shadow-color: rgb(240 249 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500:focus-visible {
  --tw-shadow-color: #0ea5e9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/0:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/10:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/100:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/15:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/20:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/25:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/30:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/35:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/40:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/45:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/5:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/50:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/55:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/60:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/65:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/70:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/75:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/80:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/85:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/90:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-500\/95:focus-visible {
  --tw-shadow-color: rgb(14 165 233 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600:focus-visible {
  --tw-shadow-color: #0284c7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/0:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/10:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/100:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/15:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/20:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/25:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/30:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/35:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/40:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/45:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/5:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/50:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/55:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/60:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/65:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/70:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/75:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/80:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/85:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/90:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-600\/95:focus-visible {
  --tw-shadow-color: rgb(2 132 199 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700:focus-visible {
  --tw-shadow-color: #0369a1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/0:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/10:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/100:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/15:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/20:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/25:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/30:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/35:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/40:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/45:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/5:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/50:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/55:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/60:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/65:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/70:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/75:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/80:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/85:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/90:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-700\/95:focus-visible {
  --tw-shadow-color: rgb(3 105 161 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800:focus-visible {
  --tw-shadow-color: #075985;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/0:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/10:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/100:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/15:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/20:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/25:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/30:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/35:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/40:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/45:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/5:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/50:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/55:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/60:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/65:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/70:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/75:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/80:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/85:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/90:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-800\/95:focus-visible {
  --tw-shadow-color: rgb(7 89 133 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900:focus-visible {
  --tw-shadow-color: #0c4a6e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/0:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/10:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/100:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/15:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/20:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/25:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/30:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/35:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/40:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/45:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/5:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/50:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/55:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/60:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/65:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/70:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/75:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/80:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/85:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/90:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-900\/95:focus-visible {
  --tw-shadow-color: rgb(12 74 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950:focus-visible {
  --tw-shadow-color: #082f49;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/0:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/10:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/100:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/15:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/20:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/25:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/30:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/35:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/40:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/45:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/5:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/50:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/55:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/60:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/65:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/70:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/75:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/80:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/85:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/90:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-sky-950\/95:focus-visible {
  --tw-shadow-color: rgb(8 47 73 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100:focus-visible {
  --tw-shadow-color: #f1f5f9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/0:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/10:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/100:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/15:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/20:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/25:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/30:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/35:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/40:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/45:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/5:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/50:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/55:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/60:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/65:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/70:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/75:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/80:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/85:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/90:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-100\/95:focus-visible {
  --tw-shadow-color: rgb(241 245 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200:focus-visible {
  --tw-shadow-color: #e2e8f0;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/0:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/10:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/100:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/15:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/20:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/25:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/30:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/35:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/40:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/45:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/5:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/50:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/55:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/60:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/65:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/70:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/75:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/80:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/85:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/90:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-200\/95:focus-visible {
  --tw-shadow-color: rgb(226 232 240 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300:focus-visible {
  --tw-shadow-color: #cbd5e1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/0:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/10:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/100:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/15:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/20:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/25:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/30:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/35:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/40:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/45:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/5:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/50:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/55:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/60:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/65:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/70:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/75:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/80:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/85:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/90:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-300\/95:focus-visible {
  --tw-shadow-color: rgb(203 213 225 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400:focus-visible {
  --tw-shadow-color: #94a3b8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/0:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/10:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/100:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/15:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/20:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/25:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/30:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/35:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/40:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/45:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/5:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/50:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/55:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/60:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/65:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/70:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/75:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/80:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/85:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/90:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-400\/95:focus-visible {
  --tw-shadow-color: rgb(148 163 184 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50:focus-visible {
  --tw-shadow-color: #f8fafc;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/0:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/10:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/100:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/15:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/20:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/25:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/30:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/35:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/40:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/45:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/5:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/50:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/55:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/60:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/65:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/70:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/75:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/80:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/85:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/90:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-50\/95:focus-visible {
  --tw-shadow-color: rgb(248 250 252 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500:focus-visible {
  --tw-shadow-color: #64748b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/0:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/10:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/100:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/15:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/20:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/25:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/30:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/35:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/40:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/45:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/5:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/50:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/55:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/60:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/65:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/70:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/75:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/80:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/85:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/90:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-500\/95:focus-visible {
  --tw-shadow-color: rgb(100 116 139 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600:focus-visible {
  --tw-shadow-color: #475569;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/0:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/10:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/100:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/15:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/20:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/25:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/30:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/35:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/40:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/45:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/5:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/50:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/55:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/60:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/65:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/70:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/75:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/80:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/85:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/90:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-600\/95:focus-visible {
  --tw-shadow-color: rgb(71 85 105 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700:focus-visible {
  --tw-shadow-color: #334155;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/0:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/10:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/100:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/15:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/20:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/25:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/30:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/35:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/40:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/45:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/5:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/50:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/55:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/60:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/65:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/70:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/75:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/80:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/85:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/90:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-700\/95:focus-visible {
  --tw-shadow-color: rgb(51 65 85 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800:focus-visible {
  --tw-shadow-color: #1e293b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/0:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/10:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/100:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/15:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/20:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/25:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/30:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/35:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/40:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/45:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/5:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/50:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/55:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/60:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/65:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/70:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/75:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/80:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/85:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/90:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-800\/95:focus-visible {
  --tw-shadow-color: rgb(30 41 59 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900:focus-visible {
  --tw-shadow-color: #0f172a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/0:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/10:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/100:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/15:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/20:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/25:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/30:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/35:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/40:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/45:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/5:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/50:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/55:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/60:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/65:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/70:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/75:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/80:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/85:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/90:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-900\/95:focus-visible {
  --tw-shadow-color: rgb(15 23 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950:focus-visible {
  --tw-shadow-color: #020617;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/0:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/10:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/100:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/15:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/20:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/25:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/30:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/35:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/40:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/45:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/5:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/50:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/55:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/60:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/65:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/70:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/75:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/80:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/85:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/90:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-slate-950\/95:focus-visible {
  --tw-shadow-color: rgb(2 6 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100:focus-visible {
  --tw-shadow-color: #f5f5f4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/0:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/10:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/100:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/15:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/20:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/25:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/30:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/35:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/40:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/45:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/5:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/50:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/55:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/60:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/65:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/70:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/75:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/80:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/85:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/90:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-100\/95:focus-visible {
  --tw-shadow-color: rgb(245 245 244 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200:focus-visible {
  --tw-shadow-color: #e7e5e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/0:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/10:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/100:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/15:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/20:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/25:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/30:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/35:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/40:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/45:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/5:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/50:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/55:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/60:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/65:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/70:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/75:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/80:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/85:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/90:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-200\/95:focus-visible {
  --tw-shadow-color: rgb(231 229 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300:focus-visible {
  --tw-shadow-color: #d6d3d1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/0:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/10:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/100:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/15:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/20:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/25:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/30:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/35:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/40:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/45:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/5:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/50:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/55:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/60:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/65:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/70:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/75:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/80:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/85:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/90:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-300\/95:focus-visible {
  --tw-shadow-color: rgb(214 211 209 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400:focus-visible {
  --tw-shadow-color: #a8a29e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/0:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/10:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/100:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/15:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/20:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/25:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/30:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/35:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/40:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/45:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/5:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/50:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/55:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/60:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/65:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/70:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/75:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/80:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/85:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/90:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-400\/95:focus-visible {
  --tw-shadow-color: rgb(168 162 158 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50:focus-visible {
  --tw-shadow-color: #fafaf9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/0:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/10:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/100:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/15:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/20:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/25:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/30:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/35:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/40:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/45:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/5:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/50:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/55:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/60:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/65:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/70:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/75:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/80:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/85:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/90:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-50\/95:focus-visible {
  --tw-shadow-color: rgb(250 250 249 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500:focus-visible {
  --tw-shadow-color: #78716c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/0:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/10:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/100:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/15:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/20:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/25:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/30:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/35:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/40:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/45:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/5:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/50:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/55:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/60:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/65:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/70:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/75:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/80:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/85:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/90:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-500\/95:focus-visible {
  --tw-shadow-color: rgb(120 113 108 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600:focus-visible {
  --tw-shadow-color: #57534e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/0:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/10:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/100:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/15:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/20:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/25:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/30:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/35:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/40:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/45:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/5:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/50:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/55:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/60:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/65:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/70:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/75:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/80:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/85:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/90:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-600\/95:focus-visible {
  --tw-shadow-color: rgb(87 83 78 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700:focus-visible {
  --tw-shadow-color: #44403c;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/0:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/10:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/100:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/15:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/20:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/25:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/30:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/35:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/40:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/45:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/5:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/50:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/55:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/60:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/65:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/70:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/75:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/80:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/85:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/90:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-700\/95:focus-visible {
  --tw-shadow-color: rgb(68 64 60 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800:focus-visible {
  --tw-shadow-color: #292524;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/0:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/10:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/100:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/15:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/20:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/25:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/30:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/35:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/40:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/45:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/5:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/50:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/55:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/60:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/65:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/70:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/75:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/80:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/85:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/90:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-800\/95:focus-visible {
  --tw-shadow-color: rgb(41 37 36 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900:focus-visible {
  --tw-shadow-color: #1c1917;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/0:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/10:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/100:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/15:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/20:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/25:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/30:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/35:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/40:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/45:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/5:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/50:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/55:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/60:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/65:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/70:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/75:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/80:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/85:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/90:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-900\/95:focus-visible {
  --tw-shadow-color: rgb(28 25 23 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950:focus-visible {
  --tw-shadow-color: #0c0a09;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/0:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/10:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/100:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/15:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/20:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/25:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/30:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/35:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/40:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/45:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/5:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/50:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/55:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/60:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/65:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/70:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/75:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/80:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/85:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/90:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-stone-950\/95:focus-visible {
  --tw-shadow-color: rgb(12 10 9 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100:focus-visible {
  --tw-shadow-color: #ccfbf1;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/0:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/10:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/100:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/15:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/20:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/25:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/30:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/35:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/40:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/45:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/5:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/50:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/55:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/60:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/65:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/70:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/75:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/80:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/85:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/90:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-100\/95:focus-visible {
  --tw-shadow-color: rgb(204 251 241 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200:focus-visible {
  --tw-shadow-color: #99f6e4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/0:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/10:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/100:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/15:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/20:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/25:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/30:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/35:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/40:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/45:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/5:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/50:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/55:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/60:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/65:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/70:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/75:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/80:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/85:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/90:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-200\/95:focus-visible {
  --tw-shadow-color: rgb(153 246 228 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300:focus-visible {
  --tw-shadow-color: #5eead4;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/0:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/10:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/100:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/15:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/20:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/25:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/30:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/35:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/40:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/45:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/5:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/50:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/55:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/60:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/65:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/70:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/75:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/80:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/85:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/90:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-300\/95:focus-visible {
  --tw-shadow-color: rgb(94 234 212 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400:focus-visible {
  --tw-shadow-color: #2dd4bf;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/0:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/10:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/100:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/15:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/20:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/25:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/30:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/35:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/40:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/45:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/5:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/50:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/55:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/60:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/65:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/70:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/75:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/80:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/85:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/90:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-400\/95:focus-visible {
  --tw-shadow-color: rgb(45 212 191 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50:focus-visible {
  --tw-shadow-color: #f0fdfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/0:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/10:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/100:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/15:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/20:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/25:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/30:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/35:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/40:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/45:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/5:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/50:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/55:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/60:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/65:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/70:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/75:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/80:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/85:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/90:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-50\/95:focus-visible {
  --tw-shadow-color: rgb(240 253 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500:focus-visible {
  --tw-shadow-color: #14b8a6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/0:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/10:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/100:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/15:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/20:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/25:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/30:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/35:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/40:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/45:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/5:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/50:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/55:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/60:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/65:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/70:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/75:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/80:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/85:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/90:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-500\/95:focus-visible {
  --tw-shadow-color: rgb(20 184 166 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600:focus-visible {
  --tw-shadow-color: #0d9488;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/0:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/10:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/100:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/15:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/20:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/25:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/30:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/35:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/40:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/45:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/5:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/50:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/55:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/60:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/65:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/70:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/75:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/80:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/85:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/90:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-600\/95:focus-visible {
  --tw-shadow-color: rgb(13 148 136 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700:focus-visible {
  --tw-shadow-color: #0f766e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/0:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/10:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/100:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/15:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/20:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/25:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/30:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/35:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/40:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/45:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/5:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/50:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/55:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/60:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/65:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/70:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/75:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/80:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/85:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/90:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-700\/95:focus-visible {
  --tw-shadow-color: rgb(15 118 110 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800:focus-visible {
  --tw-shadow-color: #115e59;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/0:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/10:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/100:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/15:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/20:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/25:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/30:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/35:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/40:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/45:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/5:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/50:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/55:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/60:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/65:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/70:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/75:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/80:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/85:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/90:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-800\/95:focus-visible {
  --tw-shadow-color: rgb(17 94 89 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900:focus-visible {
  --tw-shadow-color: #134e4a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/0:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/10:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/100:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/15:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/20:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/25:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/30:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/35:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/40:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/45:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/5:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/50:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/55:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/60:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/65:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/70:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/75:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/80:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/85:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/90:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-900\/95:focus-visible {
  --tw-shadow-color: rgb(19 78 74 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950:focus-visible {
  --tw-shadow-color: #042f2e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/0:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/10:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/100:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/15:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/20:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/25:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/30:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/35:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/40:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/45:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/5:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/50:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/55:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/60:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/65:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/70:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/75:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/80:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/85:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/90:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-teal-950\/95:focus-visible {
  --tw-shadow-color: rgb(4 47 46 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent:focus-visible {
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/0:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/10:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/100:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/15:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/20:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/25:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/30:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/35:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/40:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/45:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/5:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/50:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/55:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/60:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/65:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/70:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/75:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/80:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/85:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/90:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-transparent\/95:focus-visible {
  --tw-shadow-color: rgb(0 0 0 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100:focus-visible {
  --tw-shadow-color: #ede9fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/0:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/10:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/100:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/15:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/20:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/25:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/30:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/35:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/40:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/45:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/5:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/50:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/55:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/60:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/65:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/70:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/75:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/80:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/85:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/90:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-100\/95:focus-visible {
  --tw-shadow-color: rgb(237 233 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200:focus-visible {
  --tw-shadow-color: #ddd6fe;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/0:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/10:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/100:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/15:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/20:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/25:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/30:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/35:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/40:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/45:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/5:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/50:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/55:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/60:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/65:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/70:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/75:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/80:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/85:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/90:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-200\/95:focus-visible {
  --tw-shadow-color: rgb(221 214 254 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300:focus-visible {
  --tw-shadow-color: #c4b5fd;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/0:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/10:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/100:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/15:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/20:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/25:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/30:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/35:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/40:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/45:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/5:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/50:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/55:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/60:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/65:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/70:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/75:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/80:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/85:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/90:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-300\/95:focus-visible {
  --tw-shadow-color: rgb(196 181 253 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400:focus-visible {
  --tw-shadow-color: #a78bfa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/0:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/10:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/100:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/15:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/20:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/25:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/30:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/35:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/40:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/45:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/5:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/50:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/55:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/60:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/65:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/70:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/75:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/80:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/85:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/90:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-400\/95:focus-visible {
  --tw-shadow-color: rgb(167 139 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50:focus-visible {
  --tw-shadow-color: #f5f3ff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/0:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/10:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/100:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/15:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/20:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/25:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/30:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/35:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/40:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/45:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/5:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/50:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/55:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/60:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/65:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/70:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/75:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/80:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/85:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/90:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-50\/95:focus-visible {
  --tw-shadow-color: rgb(245 243 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500:focus-visible {
  --tw-shadow-color: #8b5cf6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/0:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/10:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/100:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/15:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/20:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/25:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/30:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/35:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/40:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/45:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/5:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/50:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/55:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/60:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/65:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/70:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/75:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/80:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/85:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/90:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-500\/95:focus-visible {
  --tw-shadow-color: rgb(139 92 246 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600:focus-visible {
  --tw-shadow-color: #7c3aed;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/0:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/10:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/100:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/15:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/20:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/25:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/30:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/35:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/40:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/45:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/5:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/50:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/55:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/60:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/65:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/70:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/75:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/80:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/85:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/90:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-600\/95:focus-visible {
  --tw-shadow-color: rgb(124 58 237 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700:focus-visible {
  --tw-shadow-color: #6d28d9;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/0:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/10:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/100:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/15:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/20:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/25:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/30:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/35:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/40:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/45:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/5:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/50:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/55:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/60:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/65:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/70:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/75:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/80:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/85:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/90:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-700\/95:focus-visible {
  --tw-shadow-color: rgb(109 40 217 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800:focus-visible {
  --tw-shadow-color: #5b21b6;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/0:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/10:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/100:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/15:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/20:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/25:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/30:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/35:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/40:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/45:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/5:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/50:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/55:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/60:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/65:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/70:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/75:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/80:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/85:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/90:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-800\/95:focus-visible {
  --tw-shadow-color: rgb(91 33 182 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900:focus-visible {
  --tw-shadow-color: #4c1d95;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/0:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/10:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/100:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/15:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/20:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/25:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/30:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/35:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/40:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/45:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/5:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/50:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/55:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/60:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/65:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/70:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/75:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/80:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/85:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/90:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-900\/95:focus-visible {
  --tw-shadow-color: rgb(76 29 149 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950:focus-visible {
  --tw-shadow-color: #2e1065;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/0:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/10:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/100:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/15:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/20:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/25:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/30:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/35:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/40:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/45:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/5:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/50:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/55:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/60:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/65:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/70:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/75:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/80:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/85:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/90:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-violet-950\/95:focus-visible {
  --tw-shadow-color: rgb(46 16 101 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white:focus-visible {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/0:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/10:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/100:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/15:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/20:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/25:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/30:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/35:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/40:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/45:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/5:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/50:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/55:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/60:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/65:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/70:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/75:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/80:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/85:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/90:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-white\/95:focus-visible {
  --tw-shadow-color: rgb(255 255 255 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100:focus-visible {
  --tw-shadow-color: #fef9c3;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/0:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/10:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/100:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/15:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/20:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/25:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/30:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/35:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/40:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/45:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/5:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/50:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/55:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/60:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/65:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/70:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/75:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/80:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/85:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/90:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-100\/95:focus-visible {
  --tw-shadow-color: rgb(254 249 195 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200:focus-visible {
  --tw-shadow-color: #fef08a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/0:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/10:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/100:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/15:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/20:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/25:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/30:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/35:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/40:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/45:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/5:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/50:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/55:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/60:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/65:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/70:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/75:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/80:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/85:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/90:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-200\/95:focus-visible {
  --tw-shadow-color: rgb(254 240 138 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300:focus-visible {
  --tw-shadow-color: #fde047;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/0:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/10:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/100:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/15:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/20:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/25:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/30:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/35:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/40:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/45:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/5:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/50:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/55:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/60:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/65:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/70:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/75:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/80:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/85:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/90:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-300\/95:focus-visible {
  --tw-shadow-color: rgb(253 224 71 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400:focus-visible {
  --tw-shadow-color: #facc15;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/0:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/10:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/100:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/15:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/20:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/25:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/30:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/35:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/40:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/45:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/5:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/50:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/55:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/60:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/65:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/70:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/75:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/80:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/85:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/90:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-400\/95:focus-visible {
  --tw-shadow-color: rgb(250 204 21 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50:focus-visible {
  --tw-shadow-color: #fefce8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/0:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/10:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/100:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/15:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/20:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/25:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/30:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/35:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/40:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/45:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/5:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/50:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/55:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/60:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/65:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/70:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/75:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/80:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/85:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/90:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-50\/95:focus-visible {
  --tw-shadow-color: rgb(254 252 232 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500:focus-visible {
  --tw-shadow-color: #eab308;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/0:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/10:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/100:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/15:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/20:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/25:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/30:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/35:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/40:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/45:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/5:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/50:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/55:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/60:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/65:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/70:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/75:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/80:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/85:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/90:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-500\/95:focus-visible {
  --tw-shadow-color: rgb(234 179 8 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600:focus-visible {
  --tw-shadow-color: #ca8a04;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/0:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/10:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/100:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/15:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/20:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/25:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/30:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/35:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/40:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/45:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/5:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/50:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/55:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/60:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/65:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/70:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/75:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/80:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/85:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/90:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-600\/95:focus-visible {
  --tw-shadow-color: rgb(202 138 4 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700:focus-visible {
  --tw-shadow-color: #a16207;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/0:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/10:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/100:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/15:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/20:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/25:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/30:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/35:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/40:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/45:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/5:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/50:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/55:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/60:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/65:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/70:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/75:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/80:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/85:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/90:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-700\/95:focus-visible {
  --tw-shadow-color: rgb(161 98 7 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800:focus-visible {
  --tw-shadow-color: #854d0e;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/0:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/10:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/100:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/15:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/20:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/25:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/30:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/35:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/40:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/45:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/5:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/50:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/55:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/60:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/65:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/70:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/75:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/80:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/85:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/90:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-800\/95:focus-visible {
  --tw-shadow-color: rgb(133 77 14 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900:focus-visible {
  --tw-shadow-color: #713f12;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/0:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/10:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/100:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/15:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/20:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/25:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/30:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/35:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/40:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/45:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/5:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/50:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/55:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/60:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/65:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/70:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/75:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/80:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/85:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/90:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-900\/95:focus-visible {
  --tw-shadow-color: rgb(113 63 18 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950:focus-visible {
  --tw-shadow-color: #422006;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/0:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/10:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/100:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/15:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/20:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/25:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/30:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/35:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/40:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/45:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/5:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/50:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/55:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/60:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/65:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/70:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/75:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/80:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/85:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/90:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-yellow-950\/95:focus-visible {
  --tw-shadow-color: rgb(66 32 6 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100:focus-visible {
  --tw-shadow-color: #f4f4f5;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/0:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/10:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/100:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/15:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/20:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/25:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/30:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/35:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/40:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/45:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/5:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/50:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/55:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/60:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/65:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/70:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/75:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/80:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/85:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/90:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-100\/95:focus-visible {
  --tw-shadow-color: rgb(244 244 245 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200:focus-visible {
  --tw-shadow-color: #e4e4e7;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/0:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/10:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/100:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/15:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/20:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/25:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/30:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/35:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/40:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/45:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/5:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/50:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/55:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/60:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/65:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/70:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/75:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/80:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/85:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/90:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-200\/95:focus-visible {
  --tw-shadow-color: rgb(228 228 231 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300:focus-visible {
  --tw-shadow-color: #d4d4d8;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/0:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/10:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/100:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/15:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/20:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/25:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/30:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/35:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/40:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/45:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/5:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/50:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/55:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/60:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/65:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/70:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/75:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/80:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/85:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/90:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-300\/95:focus-visible {
  --tw-shadow-color: rgb(212 212 216 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400:focus-visible {
  --tw-shadow-color: #a1a1aa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/0:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/10:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/100:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/15:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/20:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/25:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/30:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/35:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/40:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/45:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/5:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/50:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/55:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/60:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/65:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/70:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/75:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/80:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/85:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/90:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-400\/95:focus-visible {
  --tw-shadow-color: rgb(161 161 170 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50:focus-visible {
  --tw-shadow-color: #fafafa;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/0:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/10:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/100:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/15:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/20:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/25:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/30:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/35:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/40:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/45:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/5:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/50:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/55:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/60:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/65:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/70:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/75:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/80:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/85:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/90:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-50\/95:focus-visible {
  --tw-shadow-color: rgb(250 250 250 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500:focus-visible {
  --tw-shadow-color: #71717a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/0:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/10:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/100:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/15:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/20:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/25:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/30:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/35:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/40:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/45:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/5:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/50:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/55:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/60:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/65:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/70:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/75:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/80:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/85:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/90:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-500\/95:focus-visible {
  --tw-shadow-color: rgb(113 113 122 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600:focus-visible {
  --tw-shadow-color: #52525b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/0:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/10:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/100:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/15:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/20:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/25:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/30:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/35:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/40:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/45:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/5:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/50:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/55:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/60:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/65:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/70:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/75:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/80:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/85:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/90:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-600\/95:focus-visible {
  --tw-shadow-color: rgb(82 82 91 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700:focus-visible {
  --tw-shadow-color: #3f3f46;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/0:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/10:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/100:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/15:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/20:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/25:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/30:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/35:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/40:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/45:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/5:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/50:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/55:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/60:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/65:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/70:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/75:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/80:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/85:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/90:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-700\/95:focus-visible {
  --tw-shadow-color: rgb(63 63 70 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800:focus-visible {
  --tw-shadow-color: #27272a;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/0:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/10:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/100:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/15:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/20:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/25:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/30:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/35:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/40:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/45:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/5:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/50:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/55:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/60:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/65:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/70:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/75:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/80:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/85:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/90:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-800\/95:focus-visible {
  --tw-shadow-color: rgb(39 39 42 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900:focus-visible {
  --tw-shadow-color: #18181b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/0:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/10:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/100:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/15:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/20:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/25:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/30:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/35:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/40:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/45:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/5:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/50:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/55:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/60:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/65:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/70:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/75:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/80:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/85:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/90:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-900\/95:focus-visible {
  --tw-shadow-color: rgb(24 24 27 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950:focus-visible {
  --tw-shadow-color: #09090b;
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/0:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/10:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/100:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 1);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/15:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.15);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/20:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.2);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/25:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.25);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/30:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/35:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.35);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/40:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.4);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/45:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.45);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/5:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.05);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/50:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.5);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/55:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.55);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/60:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.6);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/65:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.65);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/70:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.7);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/75:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.75);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/80:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.8);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/85:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.85);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/90:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.9);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:shadow-zinc-950\/95:focus-visible {
  --tw-shadow-color: rgb(9 9 11 / 0.95);
  --tw-shadow: var(--tw-shadow-colored);
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus-visible\:ring-2:focus-visible {
  --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-visible\:ring-accent-100:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(235 251 203 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-100\/0:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0);
}

.focus-visible\:ring-accent-100\/10:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.1);
}

.focus-visible\:ring-accent-100\/100:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 1);
}

.focus-visible\:ring-accent-100\/15:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.15);
}

.focus-visible\:ring-accent-100\/20:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.2);
}

.focus-visible\:ring-accent-100\/25:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.25);
}

.focus-visible\:ring-accent-100\/30:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.3);
}

.focus-visible\:ring-accent-100\/35:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.35);
}

.focus-visible\:ring-accent-100\/40:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.4);
}

.focus-visible\:ring-accent-100\/45:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.45);
}

.focus-visible\:ring-accent-100\/5:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.05);
}

.focus-visible\:ring-accent-100\/50:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.5);
}

.focus-visible\:ring-accent-100\/55:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.55);
}

.focus-visible\:ring-accent-100\/60:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.6);
}

.focus-visible\:ring-accent-100\/65:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.65);
}

.focus-visible\:ring-accent-100\/70:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.7);
}

.focus-visible\:ring-accent-100\/75:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.75);
}

.focus-visible\:ring-accent-100\/80:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.8);
}

.focus-visible\:ring-accent-100\/85:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.85);
}

.focus-visible\:ring-accent-100\/90:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.9);
}

.focus-visible\:ring-accent-100\/95:focus-visible {
  --tw-ring-color: rgb(235 251 203 / 0.95);
}

.focus-visible\:ring-accent-200:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(216 246 154 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-200\/0:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0);
}

.focus-visible\:ring-accent-200\/10:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.1);
}

.focus-visible\:ring-accent-200\/100:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 1);
}

.focus-visible\:ring-accent-200\/15:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.15);
}

.focus-visible\:ring-accent-200\/20:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.2);
}

.focus-visible\:ring-accent-200\/25:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.25);
}

.focus-visible\:ring-accent-200\/30:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.3);
}

.focus-visible\:ring-accent-200\/35:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.35);
}

.focus-visible\:ring-accent-200\/40:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.4);
}

.focus-visible\:ring-accent-200\/45:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.45);
}

.focus-visible\:ring-accent-200\/5:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.05);
}

.focus-visible\:ring-accent-200\/50:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.5);
}

.focus-visible\:ring-accent-200\/55:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.55);
}

.focus-visible\:ring-accent-200\/60:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.6);
}

.focus-visible\:ring-accent-200\/65:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.65);
}

.focus-visible\:ring-accent-200\/70:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.7);
}

.focus-visible\:ring-accent-200\/75:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.75);
}

.focus-visible\:ring-accent-200\/80:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.8);
}

.focus-visible\:ring-accent-200\/85:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.85);
}

.focus-visible\:ring-accent-200\/90:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.9);
}

.focus-visible\:ring-accent-200\/95:focus-visible {
  --tw-ring-color: rgb(216 246 154 / 0.95);
}

.focus-visible\:ring-accent-300:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(196 240 120 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-300\/0:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0);
}

.focus-visible\:ring-accent-300\/10:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.1);
}

.focus-visible\:ring-accent-300\/100:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 1);
}

.focus-visible\:ring-accent-300\/15:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.15);
}

.focus-visible\:ring-accent-300\/20:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.2);
}

.focus-visible\:ring-accent-300\/25:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.25);
}

.focus-visible\:ring-accent-300\/30:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.3);
}

.focus-visible\:ring-accent-300\/35:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.35);
}

.focus-visible\:ring-accent-300\/40:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.4);
}

.focus-visible\:ring-accent-300\/45:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.45);
}

.focus-visible\:ring-accent-300\/5:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.05);
}

.focus-visible\:ring-accent-300\/50:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.5);
}

.focus-visible\:ring-accent-300\/55:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.55);
}

.focus-visible\:ring-accent-300\/60:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.6);
}

.focus-visible\:ring-accent-300\/65:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.65);
}

.focus-visible\:ring-accent-300\/70:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.7);
}

.focus-visible\:ring-accent-300\/75:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.75);
}

.focus-visible\:ring-accent-300\/80:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.8);
}

.focus-visible\:ring-accent-300\/85:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.85);
}

.focus-visible\:ring-accent-300\/90:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.9);
}

.focus-visible\:ring-accent-300\/95:focus-visible {
  --tw-ring-color: rgb(196 240 120 / 0.95);
}

.focus-visible\:ring-accent-400:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 237 104 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-400\/0:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0);
}

.focus-visible\:ring-accent-400\/10:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.1);
}

.focus-visible\:ring-accent-400\/100:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 1);
}

.focus-visible\:ring-accent-400\/15:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.15);
}

.focus-visible\:ring-accent-400\/20:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.2);
}

.focus-visible\:ring-accent-400\/25:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.25);
}

.focus-visible\:ring-accent-400\/30:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.3);
}

.focus-visible\:ring-accent-400\/35:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.35);
}

.focus-visible\:ring-accent-400\/40:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.4);
}

.focus-visible\:ring-accent-400\/45:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.45);
}

.focus-visible\:ring-accent-400\/5:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.05);
}

.focus-visible\:ring-accent-400\/50:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.5);
}

.focus-visible\:ring-accent-400\/55:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.55);
}

.focus-visible\:ring-accent-400\/60:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.6);
}

.focus-visible\:ring-accent-400\/65:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.65);
}

.focus-visible\:ring-accent-400\/70:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.7);
}

.focus-visible\:ring-accent-400\/75:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.75);
}

.focus-visible\:ring-accent-400\/80:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.8);
}

.focus-visible\:ring-accent-400\/85:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.85);
}

.focus-visible\:ring-accent-400\/90:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.9);
}

.focus-visible\:ring-accent-400\/95:focus-visible {
  --tw-ring-color: rgb(183 237 104 / 0.95);
}

.focus-visible\:ring-accent-50:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 253 235 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-50\/0:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0);
}

.focus-visible\:ring-accent-50\/10:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.1);
}

.focus-visible\:ring-accent-50\/100:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 1);
}

.focus-visible\:ring-accent-50\/15:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.15);
}

.focus-visible\:ring-accent-50\/20:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.2);
}

.focus-visible\:ring-accent-50\/25:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.25);
}

.focus-visible\:ring-accent-50\/30:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.3);
}

.focus-visible\:ring-accent-50\/35:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.35);
}

.focus-visible\:ring-accent-50\/40:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.4);
}

.focus-visible\:ring-accent-50\/45:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.45);
}

.focus-visible\:ring-accent-50\/5:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.05);
}

.focus-visible\:ring-accent-50\/50:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.5);
}

.focus-visible\:ring-accent-50\/55:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.55);
}

.focus-visible\:ring-accent-50\/60:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.6);
}

.focus-visible\:ring-accent-50\/65:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.65);
}

.focus-visible\:ring-accent-50\/70:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.7);
}

.focus-visible\:ring-accent-50\/75:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.75);
}

.focus-visible\:ring-accent-50\/80:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.8);
}

.focus-visible\:ring-accent-50\/85:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.85);
}

.focus-visible\:ring-accent-50\/90:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.9);
}

.focus-visible\:ring-accent-50\/95:focus-visible {
  --tw-ring-color: rgb(247 253 235 / 0.95);
}

.focus-visible\:ring-accent-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(174 235 96 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-500\/0:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0);
}

.focus-visible\:ring-accent-500\/10:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.1);
}

.focus-visible\:ring-accent-500\/100:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 1);
}

.focus-visible\:ring-accent-500\/15:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.15);
}

.focus-visible\:ring-accent-500\/20:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.2);
}

.focus-visible\:ring-accent-500\/25:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.25);
}

.focus-visible\:ring-accent-500\/30:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.3);
}

.focus-visible\:ring-accent-500\/35:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.35);
}

.focus-visible\:ring-accent-500\/40:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.4);
}

.focus-visible\:ring-accent-500\/45:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.45);
}

.focus-visible\:ring-accent-500\/5:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.05);
}

.focus-visible\:ring-accent-500\/50:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.5);
}

.focus-visible\:ring-accent-500\/55:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.55);
}

.focus-visible\:ring-accent-500\/60:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.6);
}

.focus-visible\:ring-accent-500\/65:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.65);
}

.focus-visible\:ring-accent-500\/70:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.7);
}

.focus-visible\:ring-accent-500\/75:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.75);
}

.focus-visible\:ring-accent-500\/80:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.8);
}

.focus-visible\:ring-accent-500\/85:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.85);
}

.focus-visible\:ring-accent-500\/90:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.9);
}

.focus-visible\:ring-accent-500\/95:focus-visible {
  --tw-ring-color: rgb(174 235 96 / 0.95);
}

.focus-visible\:ring-accent-600:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 201 48 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-600\/0:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0);
}

.focus-visible\:ring-accent-600\/10:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.1);
}

.focus-visible\:ring-accent-600\/100:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 1);
}

.focus-visible\:ring-accent-600\/15:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.15);
}

.focus-visible\:ring-accent-600\/20:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.2);
}

.focus-visible\:ring-accent-600\/25:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.25);
}

.focus-visible\:ring-accent-600\/30:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.3);
}

.focus-visible\:ring-accent-600\/35:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.35);
}

.focus-visible\:ring-accent-600\/40:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.4);
}

.focus-visible\:ring-accent-600\/45:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.45);
}

.focus-visible\:ring-accent-600\/5:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.05);
}

.focus-visible\:ring-accent-600\/50:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.5);
}

.focus-visible\:ring-accent-600\/55:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.55);
}

.focus-visible\:ring-accent-600\/60:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.6);
}

.focus-visible\:ring-accent-600\/65:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.65);
}

.focus-visible\:ring-accent-600\/70:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.7);
}

.focus-visible\:ring-accent-600\/75:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.75);
}

.focus-visible\:ring-accent-600\/80:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.8);
}

.focus-visible\:ring-accent-600\/85:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.85);
}

.focus-visible\:ring-accent-600\/90:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.9);
}

.focus-visible\:ring-accent-600\/95:focus-visible {
  --tw-ring-color: rgb(130 201 48 / 0.95);
}

.focus-visible\:ring-accent-700:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(97 161 31 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-700\/0:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0);
}

.focus-visible\:ring-accent-700\/10:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.1);
}

.focus-visible\:ring-accent-700\/100:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 1);
}

.focus-visible\:ring-accent-700\/15:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.15);
}

.focus-visible\:ring-accent-700\/20:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.2);
}

.focus-visible\:ring-accent-700\/25:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.25);
}

.focus-visible\:ring-accent-700\/30:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.3);
}

.focus-visible\:ring-accent-700\/35:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.35);
}

.focus-visible\:ring-accent-700\/40:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.4);
}

.focus-visible\:ring-accent-700\/45:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.45);
}

.focus-visible\:ring-accent-700\/5:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.05);
}

.focus-visible\:ring-accent-700\/50:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.5);
}

.focus-visible\:ring-accent-700\/55:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.55);
}

.focus-visible\:ring-accent-700\/60:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.6);
}

.focus-visible\:ring-accent-700\/65:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.65);
}

.focus-visible\:ring-accent-700\/70:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.7);
}

.focus-visible\:ring-accent-700\/75:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.75);
}

.focus-visible\:ring-accent-700\/80:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.8);
}

.focus-visible\:ring-accent-700\/85:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.85);
}

.focus-visible\:ring-accent-700\/90:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.9);
}

.focus-visible\:ring-accent-700\/95:focus-visible {
  --tw-ring-color: rgb(97 161 31 / 0.95);
}

.focus-visible\:ring-accent-800:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 126 32 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-800\/0:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0);
}

.focus-visible\:ring-accent-800\/10:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.1);
}

.focus-visible\:ring-accent-800\/100:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 1);
}

.focus-visible\:ring-accent-800\/15:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.15);
}

.focus-visible\:ring-accent-800\/20:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.2);
}

.focus-visible\:ring-accent-800\/25:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.25);
}

.focus-visible\:ring-accent-800\/30:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.3);
}

.focus-visible\:ring-accent-800\/35:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.35);
}

.focus-visible\:ring-accent-800\/40:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.4);
}

.focus-visible\:ring-accent-800\/45:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.45);
}

.focus-visible\:ring-accent-800\/5:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.05);
}

.focus-visible\:ring-accent-800\/50:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.5);
}

.focus-visible\:ring-accent-800\/55:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.55);
}

.focus-visible\:ring-accent-800\/60:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.6);
}

.focus-visible\:ring-accent-800\/65:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.65);
}

.focus-visible\:ring-accent-800\/70:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.7);
}

.focus-visible\:ring-accent-800\/75:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.75);
}

.focus-visible\:ring-accent-800\/80:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.8);
}

.focus-visible\:ring-accent-800\/85:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.85);
}

.focus-visible\:ring-accent-800\/90:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.9);
}

.focus-visible\:ring-accent-800\/95:focus-visible {
  --tw-ring-color: rgb(78 126 32 / 0.95);
}

.focus-visible\:ring-accent-900:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(66 106 33 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-900\/0:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0);
}

.focus-visible\:ring-accent-900\/10:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.1);
}

.focus-visible\:ring-accent-900\/100:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 1);
}

.focus-visible\:ring-accent-900\/15:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.15);
}

.focus-visible\:ring-accent-900\/20:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.2);
}

.focus-visible\:ring-accent-900\/25:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.25);
}

.focus-visible\:ring-accent-900\/30:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.3);
}

.focus-visible\:ring-accent-900\/35:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.35);
}

.focus-visible\:ring-accent-900\/40:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.4);
}

.focus-visible\:ring-accent-900\/45:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.45);
}

.focus-visible\:ring-accent-900\/5:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.05);
}

.focus-visible\:ring-accent-900\/50:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.5);
}

.focus-visible\:ring-accent-900\/55:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.55);
}

.focus-visible\:ring-accent-900\/60:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.6);
}

.focus-visible\:ring-accent-900\/65:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.65);
}

.focus-visible\:ring-accent-900\/70:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.7);
}

.focus-visible\:ring-accent-900\/75:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.75);
}

.focus-visible\:ring-accent-900\/80:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.8);
}

.focus-visible\:ring-accent-900\/85:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.85);
}

.focus-visible\:ring-accent-900\/90:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.9);
}

.focus-visible\:ring-accent-900\/95:focus-visible {
  --tw-ring-color: rgb(66 106 33 / 0.95);
}

.focus-visible\:ring-accent-950:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(32 58 11 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-accent-950\/0:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0);
}

.focus-visible\:ring-accent-950\/10:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.1);
}

.focus-visible\:ring-accent-950\/100:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 1);
}

.focus-visible\:ring-accent-950\/15:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.15);
}

.focus-visible\:ring-accent-950\/20:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.2);
}

.focus-visible\:ring-accent-950\/25:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.25);
}

.focus-visible\:ring-accent-950\/30:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.3);
}

.focus-visible\:ring-accent-950\/35:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.35);
}

.focus-visible\:ring-accent-950\/40:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.4);
}

.focus-visible\:ring-accent-950\/45:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.45);
}

.focus-visible\:ring-accent-950\/5:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.05);
}

.focus-visible\:ring-accent-950\/50:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.5);
}

.focus-visible\:ring-accent-950\/55:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.55);
}

.focus-visible\:ring-accent-950\/60:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.6);
}

.focus-visible\:ring-accent-950\/65:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.65);
}

.focus-visible\:ring-accent-950\/70:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.7);
}

.focus-visible\:ring-accent-950\/75:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.75);
}

.focus-visible\:ring-accent-950\/80:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.8);
}

.focus-visible\:ring-accent-950\/85:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.85);
}

.focus-visible\:ring-accent-950\/90:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.9);
}

.focus-visible\:ring-accent-950\/95:focus-visible {
  --tw-ring-color: rgb(32 58 11 / 0.95);
}

.focus-visible\:ring-black:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-black\/0:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.focus-visible\:ring-black\/10:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.focus-visible\:ring-black\/100:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.focus-visible\:ring-black\/15:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.focus-visible\:ring-black\/20:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.focus-visible\:ring-black\/25:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.focus-visible\:ring-black\/30:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.focus-visible\:ring-black\/35:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.focus-visible\:ring-black\/40:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.focus-visible\:ring-black\/45:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.focus-visible\:ring-black\/5:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.focus-visible\:ring-black\/50:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.focus-visible\:ring-black\/55:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.focus-visible\:ring-black\/60:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.focus-visible\:ring-black\/65:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.focus-visible\:ring-black\/70:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.focus-visible\:ring-black\/75:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.focus-visible\:ring-black\/80:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.focus-visible\:ring-black\/85:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.focus-visible\:ring-black\/90:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.focus-visible\:ring-black\/95:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.focus-visible\:ring-brand-100:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 227 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-100\/0:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0);
}

.focus-visible\:ring-brand-100\/10:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.1);
}

.focus-visible\:ring-brand-100\/100:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 1);
}

.focus-visible\:ring-brand-100\/15:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.15);
}

.focus-visible\:ring-brand-100\/20:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.2);
}

.focus-visible\:ring-brand-100\/25:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.25);
}

.focus-visible\:ring-brand-100\/30:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.3);
}

.focus-visible\:ring-brand-100\/35:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.35);
}

.focus-visible\:ring-brand-100\/40:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.4);
}

.focus-visible\:ring-brand-100\/45:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.45);
}

.focus-visible\:ring-brand-100\/5:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.05);
}

.focus-visible\:ring-brand-100\/50:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.5);
}

.focus-visible\:ring-brand-100\/55:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.55);
}

.focus-visible\:ring-brand-100\/60:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.6);
}

.focus-visible\:ring-brand-100\/65:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.65);
}

.focus-visible\:ring-brand-100\/70:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.7);
}

.focus-visible\:ring-brand-100\/75:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.75);
}

.focus-visible\:ring-brand-100\/80:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.8);
}

.focus-visible\:ring-brand-100\/85:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.85);
}

.focus-visible\:ring-brand-100\/90:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.9);
}

.focus-visible\:ring-brand-100\/95:focus-visible {
  --tw-ring-color: rgb(233 227 255 / 0.95);
}

.focus-visible\:ring-brand-200:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(211 199 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-200\/0:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0);
}

.focus-visible\:ring-brand-200\/10:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.1);
}

.focus-visible\:ring-brand-200\/100:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 1);
}

.focus-visible\:ring-brand-200\/15:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.15);
}

.focus-visible\:ring-brand-200\/20:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.2);
}

.focus-visible\:ring-brand-200\/25:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.25);
}

.focus-visible\:ring-brand-200\/30:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.3);
}

.focus-visible\:ring-brand-200\/35:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.35);
}

.focus-visible\:ring-brand-200\/40:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.4);
}

.focus-visible\:ring-brand-200\/45:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.45);
}

.focus-visible\:ring-brand-200\/5:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.05);
}

.focus-visible\:ring-brand-200\/50:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.5);
}

.focus-visible\:ring-brand-200\/55:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.55);
}

.focus-visible\:ring-brand-200\/60:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.6);
}

.focus-visible\:ring-brand-200\/65:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.65);
}

.focus-visible\:ring-brand-200\/70:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.7);
}

.focus-visible\:ring-brand-200\/75:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.75);
}

.focus-visible\:ring-brand-200\/80:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.8);
}

.focus-visible\:ring-brand-200\/85:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.85);
}

.focus-visible\:ring-brand-200\/90:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.9);
}

.focus-visible\:ring-brand-200\/95:focus-visible {
  --tw-ring-color: rgb(211 199 255 / 0.95);
}

.focus-visible\:ring-brand-300:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(183 154 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-300\/0:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0);
}

.focus-visible\:ring-brand-300\/10:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.1);
}

.focus-visible\:ring-brand-300\/100:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 1);
}

.focus-visible\:ring-brand-300\/15:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.15);
}

.focus-visible\:ring-brand-300\/20:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.2);
}

.focus-visible\:ring-brand-300\/25:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.25);
}

.focus-visible\:ring-brand-300\/30:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.3);
}

.focus-visible\:ring-brand-300\/35:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.35);
}

.focus-visible\:ring-brand-300\/40:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.4);
}

.focus-visible\:ring-brand-300\/45:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.45);
}

.focus-visible\:ring-brand-300\/5:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.05);
}

.focus-visible\:ring-brand-300\/50:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.5);
}

.focus-visible\:ring-brand-300\/55:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.55);
}

.focus-visible\:ring-brand-300\/60:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.6);
}

.focus-visible\:ring-brand-300\/65:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.65);
}

.focus-visible\:ring-brand-300\/70:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.7);
}

.focus-visible\:ring-brand-300\/75:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.75);
}

.focus-visible\:ring-brand-300\/80:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.8);
}

.focus-visible\:ring-brand-300\/85:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.85);
}

.focus-visible\:ring-brand-300\/90:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.9);
}

.focus-visible\:ring-brand-300\/95:focus-visible {
  --tw-ring-color: rgb(183 154 255 / 0.95);
}

.focus-visible\:ring-brand-400:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(149 98 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-400\/0:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0);
}

.focus-visible\:ring-brand-400\/10:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.1);
}

.focus-visible\:ring-brand-400\/100:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 1);
}

.focus-visible\:ring-brand-400\/15:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.15);
}

.focus-visible\:ring-brand-400\/20:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.2);
}

.focus-visible\:ring-brand-400\/25:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.25);
}

.focus-visible\:ring-brand-400\/30:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.3);
}

.focus-visible\:ring-brand-400\/35:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.35);
}

.focus-visible\:ring-brand-400\/40:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.4);
}

.focus-visible\:ring-brand-400\/45:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.45);
}

.focus-visible\:ring-brand-400\/5:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.05);
}

.focus-visible\:ring-brand-400\/50:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.5);
}

.focus-visible\:ring-brand-400\/55:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.55);
}

.focus-visible\:ring-brand-400\/60:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.6);
}

.focus-visible\:ring-brand-400\/65:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.65);
}

.focus-visible\:ring-brand-400\/70:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.7);
}

.focus-visible\:ring-brand-400\/75:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.75);
}

.focus-visible\:ring-brand-400\/80:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.8);
}

.focus-visible\:ring-brand-400\/85:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.85);
}

.focus-visible\:ring-brand-400\/90:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.9);
}

.focus-visible\:ring-brand-400\/95:focus-visible {
  --tw-ring-color: rgb(149 98 255 / 0.95);
}

.focus-visible\:ring-brand-50:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(244 241 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-50\/0:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0);
}

.focus-visible\:ring-brand-50\/10:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.1);
}

.focus-visible\:ring-brand-50\/100:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 1);
}

.focus-visible\:ring-brand-50\/15:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.15);
}

.focus-visible\:ring-brand-50\/20:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.2);
}

.focus-visible\:ring-brand-50\/25:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.25);
}

.focus-visible\:ring-brand-50\/30:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.3);
}

.focus-visible\:ring-brand-50\/35:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.35);
}

.focus-visible\:ring-brand-50\/40:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.4);
}

.focus-visible\:ring-brand-50\/45:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.45);
}

.focus-visible\:ring-brand-50\/5:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.05);
}

.focus-visible\:ring-brand-50\/50:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.5);
}

.focus-visible\:ring-brand-50\/55:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.55);
}

.focus-visible\:ring-brand-50\/60:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.6);
}

.focus-visible\:ring-brand-50\/65:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.65);
}

.focus-visible\:ring-brand-50\/70:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.7);
}

.focus-visible\:ring-brand-50\/75:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.75);
}

.focus-visible\:ring-brand-50\/80:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.8);
}

.focus-visible\:ring-brand-50\/85:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.85);
}

.focus-visible\:ring-brand-50\/90:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.9);
}

.focus-visible\:ring-brand-50\/95:focus-visible {
  --tw-ring-color: rgb(244 241 255 / 0.95);
}

.focus-visible\:ring-brand-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(78 28 209 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-500\/0:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0);
}

.focus-visible\:ring-brand-500\/10:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.1);
}

.focus-visible\:ring-brand-500\/100:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 1);
}

.focus-visible\:ring-brand-500\/15:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.15);
}

.focus-visible\:ring-brand-500\/20:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.2);
}

.focus-visible\:ring-brand-500\/25:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.25);
}

.focus-visible\:ring-brand-500\/30:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.3);
}

.focus-visible\:ring-brand-500\/35:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.35);
}

.focus-visible\:ring-brand-500\/40:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.4);
}

.focus-visible\:ring-brand-500\/45:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.45);
}

.focus-visible\:ring-brand-500\/5:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.05);
}

.focus-visible\:ring-brand-500\/50:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.5);
}

.focus-visible\:ring-brand-500\/55:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.55);
}

.focus-visible\:ring-brand-500\/60:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.6);
}

.focus-visible\:ring-brand-500\/65:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.65);
}

.focus-visible\:ring-brand-500\/70:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.7);
}

.focus-visible\:ring-brand-500\/75:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.75);
}

.focus-visible\:ring-brand-500\/80:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.8);
}

.focus-visible\:ring-brand-500\/85:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.85);
}

.focus-visible\:ring-brand-500\/90:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.9);
}

.focus-visible\:ring-brand-500\/95:focus-visible {
  --tw-ring-color: rgb(78 28 209 / 0.95);
}

.focus-visible\:ring-brand-600:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(65 21 181 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-600\/0:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0);
}

.focus-visible\:ring-brand-600\/10:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.1);
}

.focus-visible\:ring-brand-600\/100:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 1);
}

.focus-visible\:ring-brand-600\/15:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.15);
}

.focus-visible\:ring-brand-600\/20:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.2);
}

.focus-visible\:ring-brand-600\/25:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.25);
}

.focus-visible\:ring-brand-600\/30:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.3);
}

.focus-visible\:ring-brand-600\/35:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.35);
}

.focus-visible\:ring-brand-600\/40:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.4);
}

.focus-visible\:ring-brand-600\/45:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.45);
}

.focus-visible\:ring-brand-600\/5:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.05);
}

.focus-visible\:ring-brand-600\/50:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.5);
}

.focus-visible\:ring-brand-600\/55:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.55);
}

.focus-visible\:ring-brand-600\/60:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.6);
}

.focus-visible\:ring-brand-600\/65:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.65);
}

.focus-visible\:ring-brand-600\/70:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.7);
}

.focus-visible\:ring-brand-600\/75:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.75);
}

.focus-visible\:ring-brand-600\/80:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.8);
}

.focus-visible\:ring-brand-600\/85:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.85);
}

.focus-visible\:ring-brand-600\/90:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.9);
}

.focus-visible\:ring-brand-600\/95:focus-visible {
  --tw-ring-color: rgb(65 21 181 / 0.95);
}

.focus-visible\:ring-brand-700:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 16 150 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-700\/0:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0);
}

.focus-visible\:ring-brand-700\/10:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.1);
}

.focus-visible\:ring-brand-700\/100:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 1);
}

.focus-visible\:ring-brand-700\/15:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.15);
}

.focus-visible\:ring-brand-700\/20:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.2);
}

.focus-visible\:ring-brand-700\/25:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.25);
}

.focus-visible\:ring-brand-700\/30:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.3);
}

.focus-visible\:ring-brand-700\/35:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.35);
}

.focus-visible\:ring-brand-700\/40:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.4);
}

.focus-visible\:ring-brand-700\/45:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.45);
}

.focus-visible\:ring-brand-700\/5:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.05);
}

.focus-visible\:ring-brand-700\/50:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.5);
}

.focus-visible\:ring-brand-700\/55:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.55);
}

.focus-visible\:ring-brand-700\/60:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.6);
}

.focus-visible\:ring-brand-700\/65:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.65);
}

.focus-visible\:ring-brand-700\/70:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.7);
}

.focus-visible\:ring-brand-700\/75:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.75);
}

.focus-visible\:ring-brand-700\/80:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.8);
}

.focus-visible\:ring-brand-700\/85:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.85);
}

.focus-visible\:ring-brand-700\/90:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.9);
}

.focus-visible\:ring-brand-700\/95:focus-visible {
  --tw-ring-color: rgb(54 16 150 / 0.95);
}

.focus-visible\:ring-brand-800:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 16 120 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-800\/0:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0);
}

.focus-visible\:ring-brand-800\/10:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.1);
}

.focus-visible\:ring-brand-800\/100:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 1);
}

.focus-visible\:ring-brand-800\/15:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.15);
}

.focus-visible\:ring-brand-800\/20:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.2);
}

.focus-visible\:ring-brand-800\/25:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.25);
}

.focus-visible\:ring-brand-800\/30:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.3);
}

.focus-visible\:ring-brand-800\/35:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.35);
}

.focus-visible\:ring-brand-800\/40:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.4);
}

.focus-visible\:ring-brand-800\/45:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.45);
}

.focus-visible\:ring-brand-800\/5:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.05);
}

.focus-visible\:ring-brand-800\/50:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.5);
}

.focus-visible\:ring-brand-800\/55:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.55);
}

.focus-visible\:ring-brand-800\/60:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.6);
}

.focus-visible\:ring-brand-800\/65:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.65);
}

.focus-visible\:ring-brand-800\/70:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.7);
}

.focus-visible\:ring-brand-800\/75:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.75);
}

.focus-visible\:ring-brand-800\/80:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.8);
}

.focus-visible\:ring-brand-800\/85:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.85);
}

.focus-visible\:ring-brand-800\/90:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.9);
}

.focus-visible\:ring-brand-800\/95:focus-visible {
  --tw-ring-color: rgb(46 16 120 / 0.95);
}

.focus-visible\:ring-brand-900:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(39 15 98 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-900\/0:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0);
}

.focus-visible\:ring-brand-900\/10:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.1);
}

.focus-visible\:ring-brand-900\/100:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 1);
}

.focus-visible\:ring-brand-900\/15:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.15);
}

.focus-visible\:ring-brand-900\/20:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.2);
}

.focus-visible\:ring-brand-900\/25:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.25);
}

.focus-visible\:ring-brand-900\/30:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.3);
}

.focus-visible\:ring-brand-900\/35:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.35);
}

.focus-visible\:ring-brand-900\/40:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.4);
}

.focus-visible\:ring-brand-900\/45:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.45);
}

.focus-visible\:ring-brand-900\/5:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.05);
}

.focus-visible\:ring-brand-900\/50:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.5);
}

.focus-visible\:ring-brand-900\/55:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.55);
}

.focus-visible\:ring-brand-900\/60:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.6);
}

.focus-visible\:ring-brand-900\/65:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.65);
}

.focus-visible\:ring-brand-900\/70:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.7);
}

.focus-visible\:ring-brand-900\/75:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.75);
}

.focus-visible\:ring-brand-900\/80:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.8);
}

.focus-visible\:ring-brand-900\/85:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.85);
}

.focus-visible\:ring-brand-900\/90:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.9);
}

.focus-visible\:ring-brand-900\/95:focus-visible {
  --tw-ring-color: rgb(39 15 98 / 0.95);
}

.focus-visible\:ring-brand-950:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 5 58 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-brand-950\/0:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0);
}

.focus-visible\:ring-brand-950\/10:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.1);
}

.focus-visible\:ring-brand-950\/100:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 1);
}

.focus-visible\:ring-brand-950\/15:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.15);
}

.focus-visible\:ring-brand-950\/20:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.2);
}

.focus-visible\:ring-brand-950\/25:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.25);
}

.focus-visible\:ring-brand-950\/30:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.3);
}

.focus-visible\:ring-brand-950\/35:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.35);
}

.focus-visible\:ring-brand-950\/40:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.4);
}

.focus-visible\:ring-brand-950\/45:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.45);
}

.focus-visible\:ring-brand-950\/5:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.05);
}

.focus-visible\:ring-brand-950\/50:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.5);
}

.focus-visible\:ring-brand-950\/55:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.55);
}

.focus-visible\:ring-brand-950\/60:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.6);
}

.focus-visible\:ring-brand-950\/65:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.65);
}

.focus-visible\:ring-brand-950\/70:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.7);
}

.focus-visible\:ring-brand-950\/75:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.75);
}

.focus-visible\:ring-brand-950\/80:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.8);
}

.focus-visible\:ring-brand-950\/85:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.85);
}

.focus-visible\:ring-brand-950\/90:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.9);
}

.focus-visible\:ring-brand-950\/95:focus-visible {
  --tw-ring-color: rgb(22 5 58 / 0.95);
}

.focus-visible\:ring-neutral-100:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(246 245 244 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-100\/0:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0);
}

.focus-visible\:ring-neutral-100\/10:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.1);
}

.focus-visible\:ring-neutral-100\/100:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 1);
}

.focus-visible\:ring-neutral-100\/15:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.15);
}

.focus-visible\:ring-neutral-100\/20:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.2);
}

.focus-visible\:ring-neutral-100\/25:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.25);
}

.focus-visible\:ring-neutral-100\/30:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.3);
}

.focus-visible\:ring-neutral-100\/35:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.35);
}

.focus-visible\:ring-neutral-100\/40:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.4);
}

.focus-visible\:ring-neutral-100\/45:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.45);
}

.focus-visible\:ring-neutral-100\/5:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.05);
}

.focus-visible\:ring-neutral-100\/50:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.5);
}

.focus-visible\:ring-neutral-100\/55:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.55);
}

.focus-visible\:ring-neutral-100\/60:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.6);
}

.focus-visible\:ring-neutral-100\/65:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.65);
}

.focus-visible\:ring-neutral-100\/70:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.7);
}

.focus-visible\:ring-neutral-100\/75:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.75);
}

.focus-visible\:ring-neutral-100\/80:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.8);
}

.focus-visible\:ring-neutral-100\/85:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.85);
}

.focus-visible\:ring-neutral-100\/90:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.9);
}

.focus-visible\:ring-neutral-100\/95:focus-visible {
  --tw-ring-color: rgb(246 245 244 / 0.95);
}

.focus-visible\:ring-neutral-200:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 230 227 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-200\/0:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0);
}

.focus-visible\:ring-neutral-200\/10:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.1);
}

.focus-visible\:ring-neutral-200\/100:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 1);
}

.focus-visible\:ring-neutral-200\/15:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.15);
}

.focus-visible\:ring-neutral-200\/20:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.2);
}

.focus-visible\:ring-neutral-200\/25:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.25);
}

.focus-visible\:ring-neutral-200\/30:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.3);
}

.focus-visible\:ring-neutral-200\/35:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.35);
}

.focus-visible\:ring-neutral-200\/40:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.4);
}

.focus-visible\:ring-neutral-200\/45:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.45);
}

.focus-visible\:ring-neutral-200\/5:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.05);
}

.focus-visible\:ring-neutral-200\/50:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.5);
}

.focus-visible\:ring-neutral-200\/55:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.55);
}

.focus-visible\:ring-neutral-200\/60:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.6);
}

.focus-visible\:ring-neutral-200\/65:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.65);
}

.focus-visible\:ring-neutral-200\/70:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.7);
}

.focus-visible\:ring-neutral-200\/75:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.75);
}

.focus-visible\:ring-neutral-200\/80:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.8);
}

.focus-visible\:ring-neutral-200\/85:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.85);
}

.focus-visible\:ring-neutral-200\/90:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.9);
}

.focus-visible\:ring-neutral-200\/95:focus-visible {
  --tw-ring-color: rgb(233 230 227 / 0.95);
}

.focus-visible\:ring-neutral-300:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(215 210 205 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-300\/0:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0);
}

.focus-visible\:ring-neutral-300\/10:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.1);
}

.focus-visible\:ring-neutral-300\/100:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 1);
}

.focus-visible\:ring-neutral-300\/15:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.15);
}

.focus-visible\:ring-neutral-300\/20:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.2);
}

.focus-visible\:ring-neutral-300\/25:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.25);
}

.focus-visible\:ring-neutral-300\/30:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.3);
}

.focus-visible\:ring-neutral-300\/35:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.35);
}

.focus-visible\:ring-neutral-300\/40:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.4);
}

.focus-visible\:ring-neutral-300\/45:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.45);
}

.focus-visible\:ring-neutral-300\/5:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.05);
}

.focus-visible\:ring-neutral-300\/50:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.5);
}

.focus-visible\:ring-neutral-300\/55:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.55);
}

.focus-visible\:ring-neutral-300\/60:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.6);
}

.focus-visible\:ring-neutral-300\/65:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.65);
}

.focus-visible\:ring-neutral-300\/70:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.7);
}

.focus-visible\:ring-neutral-300\/75:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.75);
}

.focus-visible\:ring-neutral-300\/80:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.8);
}

.focus-visible\:ring-neutral-300\/85:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.85);
}

.focus-visible\:ring-neutral-300\/90:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.9);
}

.focus-visible\:ring-neutral-300\/95:focus-visible {
  --tw-ring-color: rgb(215 210 205 / 0.95);
}

.focus-visible\:ring-neutral-400:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(175 168 161 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-400\/0:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0);
}

.focus-visible\:ring-neutral-400\/10:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.1);
}

.focus-visible\:ring-neutral-400\/100:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 1);
}

.focus-visible\:ring-neutral-400\/15:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.15);
}

.focus-visible\:ring-neutral-400\/20:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.2);
}

.focus-visible\:ring-neutral-400\/25:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.25);
}

.focus-visible\:ring-neutral-400\/30:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.3);
}

.focus-visible\:ring-neutral-400\/35:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.35);
}

.focus-visible\:ring-neutral-400\/40:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.4);
}

.focus-visible\:ring-neutral-400\/45:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.45);
}

.focus-visible\:ring-neutral-400\/5:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.05);
}

.focus-visible\:ring-neutral-400\/50:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.5);
}

.focus-visible\:ring-neutral-400\/55:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.55);
}

.focus-visible\:ring-neutral-400\/60:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.6);
}

.focus-visible\:ring-neutral-400\/65:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.65);
}

.focus-visible\:ring-neutral-400\/70:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.7);
}

.focus-visible\:ring-neutral-400\/75:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.75);
}

.focus-visible\:ring-neutral-400\/80:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.8);
}

.focus-visible\:ring-neutral-400\/85:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.85);
}

.focus-visible\:ring-neutral-400\/90:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.9);
}

.focus-visible\:ring-neutral-400\/95:focus-visible {
  --tw-ring-color: rgb(175 168 161 / 0.95);
}

.focus-visible\:ring-neutral-50:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-50\/0:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0);
}

.focus-visible\:ring-neutral-50\/10:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.1);
}

.focus-visible\:ring-neutral-50\/100:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 1);
}

.focus-visible\:ring-neutral-50\/15:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.15);
}

.focus-visible\:ring-neutral-50\/20:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.2);
}

.focus-visible\:ring-neutral-50\/25:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.25);
}

.focus-visible\:ring-neutral-50\/30:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.3);
}

.focus-visible\:ring-neutral-50\/35:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.35);
}

.focus-visible\:ring-neutral-50\/40:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.4);
}

.focus-visible\:ring-neutral-50\/45:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.45);
}

.focus-visible\:ring-neutral-50\/5:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.05);
}

.focus-visible\:ring-neutral-50\/50:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.5);
}

.focus-visible\:ring-neutral-50\/55:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.55);
}

.focus-visible\:ring-neutral-50\/60:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.6);
}

.focus-visible\:ring-neutral-50\/65:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.65);
}

.focus-visible\:ring-neutral-50\/70:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.7);
}

.focus-visible\:ring-neutral-50\/75:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.75);
}

.focus-visible\:ring-neutral-50\/80:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.8);
}

.focus-visible\:ring-neutral-50\/85:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.85);
}

.focus-visible\:ring-neutral-50\/90:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.9);
}

.focus-visible\:ring-neutral-50\/95:focus-visible {
  --tw-ring-color: rgb(251 250 249 / 0.95);
}

.focus-visible\:ring-neutral-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(129 121 113 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-500\/0:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0);
}

.focus-visible\:ring-neutral-500\/10:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.1);
}

.focus-visible\:ring-neutral-500\/100:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 1);
}

.focus-visible\:ring-neutral-500\/15:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.15);
}

.focus-visible\:ring-neutral-500\/20:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.2);
}

.focus-visible\:ring-neutral-500\/25:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.25);
}

.focus-visible\:ring-neutral-500\/30:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.3);
}

.focus-visible\:ring-neutral-500\/35:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.35);
}

.focus-visible\:ring-neutral-500\/40:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.4);
}

.focus-visible\:ring-neutral-500\/45:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.45);
}

.focus-visible\:ring-neutral-500\/5:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.05);
}

.focus-visible\:ring-neutral-500\/50:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.5);
}

.focus-visible\:ring-neutral-500\/55:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.55);
}

.focus-visible\:ring-neutral-500\/60:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.6);
}

.focus-visible\:ring-neutral-500\/65:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.65);
}

.focus-visible\:ring-neutral-500\/70:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.7);
}

.focus-visible\:ring-neutral-500\/75:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.75);
}

.focus-visible\:ring-neutral-500\/80:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.8);
}

.focus-visible\:ring-neutral-500\/85:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.85);
}

.focus-visible\:ring-neutral-500\/90:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.9);
}

.focus-visible\:ring-neutral-500\/95:focus-visible {
  --tw-ring-color: rgb(129 121 113 / 0.95);
}

.focus-visible\:ring-neutral-600:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(96 89 82 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-600\/0:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0);
}

.focus-visible\:ring-neutral-600\/10:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.1);
}

.focus-visible\:ring-neutral-600\/100:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 1);
}

.focus-visible\:ring-neutral-600\/15:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.15);
}

.focus-visible\:ring-neutral-600\/20:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.2);
}

.focus-visible\:ring-neutral-600\/25:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.25);
}

.focus-visible\:ring-neutral-600\/30:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.3);
}

.focus-visible\:ring-neutral-600\/35:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.35);
}

.focus-visible\:ring-neutral-600\/40:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.4);
}

.focus-visible\:ring-neutral-600\/45:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.45);
}

.focus-visible\:ring-neutral-600\/5:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.05);
}

.focus-visible\:ring-neutral-600\/50:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.5);
}

.focus-visible\:ring-neutral-600\/55:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.55);
}

.focus-visible\:ring-neutral-600\/60:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.6);
}

.focus-visible\:ring-neutral-600\/65:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.65);
}

.focus-visible\:ring-neutral-600\/70:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.7);
}

.focus-visible\:ring-neutral-600\/75:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.75);
}

.focus-visible\:ring-neutral-600\/80:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.8);
}

.focus-visible\:ring-neutral-600\/85:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.85);
}

.focus-visible\:ring-neutral-600\/90:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.9);
}

.focus-visible\:ring-neutral-600\/95:focus-visible {
  --tw-ring-color: rgb(96 89 82 / 0.95);
}

.focus-visible\:ring-neutral-700:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(73 68 63 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-700\/0:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0);
}

.focus-visible\:ring-neutral-700\/10:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.1);
}

.focus-visible\:ring-neutral-700\/100:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 1);
}

.focus-visible\:ring-neutral-700\/15:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.15);
}

.focus-visible\:ring-neutral-700\/20:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.2);
}

.focus-visible\:ring-neutral-700\/25:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.25);
}

.focus-visible\:ring-neutral-700\/30:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.3);
}

.focus-visible\:ring-neutral-700\/35:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.35);
}

.focus-visible\:ring-neutral-700\/40:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.4);
}

.focus-visible\:ring-neutral-700\/45:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.45);
}

.focus-visible\:ring-neutral-700\/5:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.05);
}

.focus-visible\:ring-neutral-700\/50:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.5);
}

.focus-visible\:ring-neutral-700\/55:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.55);
}

.focus-visible\:ring-neutral-700\/60:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.6);
}

.focus-visible\:ring-neutral-700\/65:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.65);
}

.focus-visible\:ring-neutral-700\/70:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.7);
}

.focus-visible\:ring-neutral-700\/75:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.75);
}

.focus-visible\:ring-neutral-700\/80:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.8);
}

.focus-visible\:ring-neutral-700\/85:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.85);
}

.focus-visible\:ring-neutral-700\/90:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.9);
}

.focus-visible\:ring-neutral-700\/95:focus-visible {
  --tw-ring-color: rgb(73 68 63 / 0.95);
}

.focus-visible\:ring-neutral-800:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(48 45 42 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-800\/0:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0);
}

.focus-visible\:ring-neutral-800\/10:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.1);
}

.focus-visible\:ring-neutral-800\/100:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 1);
}

.focus-visible\:ring-neutral-800\/15:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.15);
}

.focus-visible\:ring-neutral-800\/20:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.2);
}

.focus-visible\:ring-neutral-800\/25:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.25);
}

.focus-visible\:ring-neutral-800\/30:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.3);
}

.focus-visible\:ring-neutral-800\/35:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.35);
}

.focus-visible\:ring-neutral-800\/40:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.4);
}

.focus-visible\:ring-neutral-800\/45:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.45);
}

.focus-visible\:ring-neutral-800\/5:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.05);
}

.focus-visible\:ring-neutral-800\/50:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.5);
}

.focus-visible\:ring-neutral-800\/55:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.55);
}

.focus-visible\:ring-neutral-800\/60:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.6);
}

.focus-visible\:ring-neutral-800\/65:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.65);
}

.focus-visible\:ring-neutral-800\/70:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.7);
}

.focus-visible\:ring-neutral-800\/75:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.75);
}

.focus-visible\:ring-neutral-800\/80:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.8);
}

.focus-visible\:ring-neutral-800\/85:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.85);
}

.focus-visible\:ring-neutral-800\/90:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.9);
}

.focus-visible\:ring-neutral-800\/95:focus-visible {
  --tw-ring-color: rgb(48 45 42 / 0.95);
}

.focus-visible\:ring-neutral-900:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(33 31 29 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-900\/0:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0);
}

.focus-visible\:ring-neutral-900\/10:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.1);
}

.focus-visible\:ring-neutral-900\/100:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 1);
}

.focus-visible\:ring-neutral-900\/15:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.15);
}

.focus-visible\:ring-neutral-900\/20:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.2);
}

.focus-visible\:ring-neutral-900\/25:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.25);
}

.focus-visible\:ring-neutral-900\/30:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.3);
}

.focus-visible\:ring-neutral-900\/35:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.35);
}

.focus-visible\:ring-neutral-900\/40:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.4);
}

.focus-visible\:ring-neutral-900\/45:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.45);
}

.focus-visible\:ring-neutral-900\/5:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.05);
}

.focus-visible\:ring-neutral-900\/50:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.5);
}

.focus-visible\:ring-neutral-900\/55:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.55);
}

.focus-visible\:ring-neutral-900\/60:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.6);
}

.focus-visible\:ring-neutral-900\/65:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.65);
}

.focus-visible\:ring-neutral-900\/70:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.7);
}

.focus-visible\:ring-neutral-900\/75:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.75);
}

.focus-visible\:ring-neutral-900\/80:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.8);
}

.focus-visible\:ring-neutral-900\/85:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.85);
}

.focus-visible\:ring-neutral-900\/90:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.9);
}

.focus-visible\:ring-neutral-900\/95:focus-visible {
  --tw-ring-color: rgb(33 31 29 / 0.95);
}

.focus-visible\:ring-neutral-950:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(18 17 16 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-neutral-950\/0:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0);
}

.focus-visible\:ring-neutral-950\/10:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.1);
}

.focus-visible\:ring-neutral-950\/100:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 1);
}

.focus-visible\:ring-neutral-950\/15:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.15);
}

.focus-visible\:ring-neutral-950\/20:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.2);
}

.focus-visible\:ring-neutral-950\/25:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.25);
}

.focus-visible\:ring-neutral-950\/30:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.3);
}

.focus-visible\:ring-neutral-950\/35:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.35);
}

.focus-visible\:ring-neutral-950\/40:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.4);
}

.focus-visible\:ring-neutral-950\/45:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.45);
}

.focus-visible\:ring-neutral-950\/5:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.05);
}

.focus-visible\:ring-neutral-950\/50:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.5);
}

.focus-visible\:ring-neutral-950\/55:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.55);
}

.focus-visible\:ring-neutral-950\/60:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.6);
}

.focus-visible\:ring-neutral-950\/65:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.65);
}

.focus-visible\:ring-neutral-950\/70:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.7);
}

.focus-visible\:ring-neutral-950\/75:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.75);
}

.focus-visible\:ring-neutral-950\/80:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.8);
}

.focus-visible\:ring-neutral-950\/85:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.85);
}

.focus-visible\:ring-neutral-950\/90:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.9);
}

.focus-visible\:ring-neutral-950\/95:focus-visible {
  --tw-ring-color: rgb(18 17 16 / 0.95);
}

.focus-visible\:ring-primary-100:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 234 222 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-100\/0:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0);
}

.focus-visible\:ring-primary-100\/10:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.1);
}

.focus-visible\:ring-primary-100\/100:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 1);
}

.focus-visible\:ring-primary-100\/15:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.15);
}

.focus-visible\:ring-primary-100\/20:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.2);
}

.focus-visible\:ring-primary-100\/25:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.25);
}

.focus-visible\:ring-primary-100\/30:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.3);
}

.focus-visible\:ring-primary-100\/35:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.35);
}

.focus-visible\:ring-primary-100\/40:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.4);
}

.focus-visible\:ring-primary-100\/45:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.45);
}

.focus-visible\:ring-primary-100\/5:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.05);
}

.focus-visible\:ring-primary-100\/50:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.5);
}

.focus-visible\:ring-primary-100\/55:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.55);
}

.focus-visible\:ring-primary-100\/60:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.6);
}

.focus-visible\:ring-primary-100\/65:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.65);
}

.focus-visible\:ring-primary-100\/70:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.7);
}

.focus-visible\:ring-primary-100\/75:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.75);
}

.focus-visible\:ring-primary-100\/80:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.8);
}

.focus-visible\:ring-primary-100\/85:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.85);
}

.focus-visible\:ring-primary-100\/90:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.9);
}

.focus-visible\:ring-primary-100\/95:focus-visible {
  --tw-ring-color: rgb(254 234 222 / 0.95);
}

.focus-visible\:ring-primary-200:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(252 211 189 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-200\/0:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0);
}

.focus-visible\:ring-primary-200\/10:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.1);
}

.focus-visible\:ring-primary-200\/100:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 1);
}

.focus-visible\:ring-primary-200\/15:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.15);
}

.focus-visible\:ring-primary-200\/20:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.2);
}

.focus-visible\:ring-primary-200\/25:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.25);
}

.focus-visible\:ring-primary-200\/30:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.3);
}

.focus-visible\:ring-primary-200\/35:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.35);
}

.focus-visible\:ring-primary-200\/40:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.4);
}

.focus-visible\:ring-primary-200\/45:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.45);
}

.focus-visible\:ring-primary-200\/5:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.05);
}

.focus-visible\:ring-primary-200\/50:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.5);
}

.focus-visible\:ring-primary-200\/55:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.55);
}

.focus-visible\:ring-primary-200\/60:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.6);
}

.focus-visible\:ring-primary-200\/65:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.65);
}

.focus-visible\:ring-primary-200\/70:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.7);
}

.focus-visible\:ring-primary-200\/75:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.75);
}

.focus-visible\:ring-primary-200\/80:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.8);
}

.focus-visible\:ring-primary-200\/85:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.85);
}

.focus-visible\:ring-primary-200\/90:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.9);
}

.focus-visible\:ring-primary-200\/95:focus-visible {
  --tw-ring-color: rgb(252 211 189 / 0.95);
}

.focus-visible\:ring-primary-300:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(250 179 143 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-300\/0:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0);
}

.focus-visible\:ring-primary-300\/10:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.1);
}

.focus-visible\:ring-primary-300\/100:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 1);
}

.focus-visible\:ring-primary-300\/15:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.15);
}

.focus-visible\:ring-primary-300\/20:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.2);
}

.focus-visible\:ring-primary-300\/25:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.25);
}

.focus-visible\:ring-primary-300\/30:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.3);
}

.focus-visible\:ring-primary-300\/35:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.35);
}

.focus-visible\:ring-primary-300\/40:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.4);
}

.focus-visible\:ring-primary-300\/45:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.45);
}

.focus-visible\:ring-primary-300\/5:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.05);
}

.focus-visible\:ring-primary-300\/50:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.5);
}

.focus-visible\:ring-primary-300\/55:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.55);
}

.focus-visible\:ring-primary-300\/60:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.6);
}

.focus-visible\:ring-primary-300\/65:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.65);
}

.focus-visible\:ring-primary-300\/70:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.7);
}

.focus-visible\:ring-primary-300\/75:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.75);
}

.focus-visible\:ring-primary-300\/80:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.8);
}

.focus-visible\:ring-primary-300\/85:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.85);
}

.focus-visible\:ring-primary-300\/90:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.9);
}

.focus-visible\:ring-primary-300\/95:focus-visible {
  --tw-ring-color: rgb(250 179 143 / 0.95);
}

.focus-visible\:ring-primary-400:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 151 102 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-400\/0:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0);
}

.focus-visible\:ring-primary-400\/10:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.1);
}

.focus-visible\:ring-primary-400\/100:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 1);
}

.focus-visible\:ring-primary-400\/15:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.15);
}

.focus-visible\:ring-primary-400\/20:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.2);
}

.focus-visible\:ring-primary-400\/25:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.25);
}

.focus-visible\:ring-primary-400\/30:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.3);
}

.focus-visible\:ring-primary-400\/35:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.35);
}

.focus-visible\:ring-primary-400\/40:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.4);
}

.focus-visible\:ring-primary-400\/45:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.45);
}

.focus-visible\:ring-primary-400\/5:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.05);
}

.focus-visible\:ring-primary-400\/50:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.5);
}

.focus-visible\:ring-primary-400\/55:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.55);
}

.focus-visible\:ring-primary-400\/60:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.6);
}

.focus-visible\:ring-primary-400\/65:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.65);
}

.focus-visible\:ring-primary-400\/70:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.7);
}

.focus-visible\:ring-primary-400\/75:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.75);
}

.focus-visible\:ring-primary-400\/80:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.8);
}

.focus-visible\:ring-primary-400\/85:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.85);
}

.focus-visible\:ring-primary-400\/90:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.9);
}

.focus-visible\:ring-primary-400\/95:focus-visible {
  --tw-ring-color: rgb(249 151 102 / 0.95);
}

.focus-visible\:ring-primary-50:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 247 242 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-50\/0:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0);
}

.focus-visible\:ring-primary-50\/10:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.1);
}

.focus-visible\:ring-primary-50\/100:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 1);
}

.focus-visible\:ring-primary-50\/15:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.15);
}

.focus-visible\:ring-primary-50\/20:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.2);
}

.focus-visible\:ring-primary-50\/25:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.25);
}

.focus-visible\:ring-primary-50\/30:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.3);
}

.focus-visible\:ring-primary-50\/35:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.35);
}

.focus-visible\:ring-primary-50\/40:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.4);
}

.focus-visible\:ring-primary-50\/45:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.45);
}

.focus-visible\:ring-primary-50\/5:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.05);
}

.focus-visible\:ring-primary-50\/50:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.5);
}

.focus-visible\:ring-primary-50\/55:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.55);
}

.focus-visible\:ring-primary-50\/60:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.6);
}

.focus-visible\:ring-primary-50\/65:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.65);
}

.focus-visible\:ring-primary-50\/70:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.7);
}

.focus-visible\:ring-primary-50\/75:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.75);
}

.focus-visible\:ring-primary-50\/80:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.8);
}

.focus-visible\:ring-primary-50\/85:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.85);
}

.focus-visible\:ring-primary-50\/90:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.9);
}

.focus-visible\:ring-primary-50\/95:focus-visible {
  --tw-ring-color: rgb(255 247 242 / 0.95);
}

.focus-visible\:ring-primary-500:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(247 141 77 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-500\/0:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0);
}

.focus-visible\:ring-primary-500\/10:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.1);
}

.focus-visible\:ring-primary-500\/100:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 1);
}

.focus-visible\:ring-primary-500\/15:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.15);
}

.focus-visible\:ring-primary-500\/20:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.2);
}

.focus-visible\:ring-primary-500\/25:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.25);
}

.focus-visible\:ring-primary-500\/30:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.3);
}

.focus-visible\:ring-primary-500\/35:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.35);
}

.focus-visible\:ring-primary-500\/40:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.4);
}

.focus-visible\:ring-primary-500\/45:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.45);
}

.focus-visible\:ring-primary-500\/5:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.05);
}

.focus-visible\:ring-primary-500\/50:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.5);
}

.focus-visible\:ring-primary-500\/55:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.55);
}

.focus-visible\:ring-primary-500\/60:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.6);
}

.focus-visible\:ring-primary-500\/65:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.65);
}

.focus-visible\:ring-primary-500\/70:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.7);
}

.focus-visible\:ring-primary-500\/75:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.75);
}

.focus-visible\:ring-primary-500\/80:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.8);
}

.focus-visible\:ring-primary-500\/85:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.85);
}

.focus-visible\:ring-primary-500\/90:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.9);
}

.focus-visible\:ring-primary-500\/95:focus-visible {
  --tw-ring-color: rgb(247 141 77 / 0.95);
}

.focus-visible\:ring-primary-600:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(233 99 37 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-600\/0:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0);
}

.focus-visible\:ring-primary-600\/10:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.1);
}

.focus-visible\:ring-primary-600\/100:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 1);
}

.focus-visible\:ring-primary-600\/15:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.15);
}

.focus-visible\:ring-primary-600\/20:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.2);
}

.focus-visible\:ring-primary-600\/25:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.25);
}

.focus-visible\:ring-primary-600\/30:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.3);
}

.focus-visible\:ring-primary-600\/35:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.35);
}

.focus-visible\:ring-primary-600\/40:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.4);
}

.focus-visible\:ring-primary-600\/45:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.45);
}

.focus-visible\:ring-primary-600\/5:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.05);
}

.focus-visible\:ring-primary-600\/50:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.5);
}

.focus-visible\:ring-primary-600\/55:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.55);
}

.focus-visible\:ring-primary-600\/60:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.6);
}

.focus-visible\:ring-primary-600\/65:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.65);
}

.focus-visible\:ring-primary-600\/70:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.7);
}

.focus-visible\:ring-primary-600\/75:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.75);
}

.focus-visible\:ring-primary-600\/80:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.8);
}

.focus-visible\:ring-primary-600\/85:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.85);
}

.focus-visible\:ring-primary-600\/90:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.9);
}

.focus-visible\:ring-primary-600\/95:focus-visible {
  --tw-ring-color: rgb(233 99 37 / 0.95);
}

.focus-visible\:ring-primary-700:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(201 74 22 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-700\/0:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0);
}

.focus-visible\:ring-primary-700\/10:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.1);
}

.focus-visible\:ring-primary-700\/100:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 1);
}

.focus-visible\:ring-primary-700\/15:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.15);
}

.focus-visible\:ring-primary-700\/20:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.2);
}

.focus-visible\:ring-primary-700\/25:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.25);
}

.focus-visible\:ring-primary-700\/30:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.3);
}

.focus-visible\:ring-primary-700\/35:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.35);
}

.focus-visible\:ring-primary-700\/40:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.4);
}

.focus-visible\:ring-primary-700\/45:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.45);
}

.focus-visible\:ring-primary-700\/5:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.05);
}

.focus-visible\:ring-primary-700\/50:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.5);
}

.focus-visible\:ring-primary-700\/55:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.55);
}

.focus-visible\:ring-primary-700\/60:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.6);
}

.focus-visible\:ring-primary-700\/65:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.65);
}

.focus-visible\:ring-primary-700\/70:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.7);
}

.focus-visible\:ring-primary-700\/75:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.75);
}

.focus-visible\:ring-primary-700\/80:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.8);
}

.focus-visible\:ring-primary-700\/85:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.85);
}

.focus-visible\:ring-primary-700\/90:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.9);
}

.focus-visible\:ring-primary-700\/95:focus-visible {
  --tw-ring-color: rgb(201 74 22 / 0.95);
}

.focus-visible\:ring-primary-800:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(161 59 24 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-800\/0:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0);
}

.focus-visible\:ring-primary-800\/10:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.1);
}

.focus-visible\:ring-primary-800\/100:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 1);
}

.focus-visible\:ring-primary-800\/15:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.15);
}

.focus-visible\:ring-primary-800\/20:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.2);
}

.focus-visible\:ring-primary-800\/25:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.25);
}

.focus-visible\:ring-primary-800\/30:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.3);
}

.focus-visible\:ring-primary-800\/35:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.35);
}

.focus-visible\:ring-primary-800\/40:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.4);
}

.focus-visible\:ring-primary-800\/45:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.45);
}

.focus-visible\:ring-primary-800\/5:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.05);
}

.focus-visible\:ring-primary-800\/50:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.5);
}

.focus-visible\:ring-primary-800\/55:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.55);
}

.focus-visible\:ring-primary-800\/60:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.6);
}

.focus-visible\:ring-primary-800\/65:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.65);
}

.focus-visible\:ring-primary-800\/70:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.7);
}

.focus-visible\:ring-primary-800\/75:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.75);
}

.focus-visible\:ring-primary-800\/80:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.8);
}

.focus-visible\:ring-primary-800\/85:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.85);
}

.focus-visible\:ring-primary-800\/90:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.9);
}

.focus-visible\:ring-primary-800\/95:focus-visible {
  --tw-ring-color: rgb(161 59 24 / 0.95);
}

.focus-visible\:ring-primary-900:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(130 51 24 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-900\/0:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0);
}

.focus-visible\:ring-primary-900\/10:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.1);
}

.focus-visible\:ring-primary-900\/100:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 1);
}

.focus-visible\:ring-primary-900\/15:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.15);
}

.focus-visible\:ring-primary-900\/20:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.2);
}

.focus-visible\:ring-primary-900\/25:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.25);
}

.focus-visible\:ring-primary-900\/30:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.3);
}

.focus-visible\:ring-primary-900\/35:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.35);
}

.focus-visible\:ring-primary-900\/40:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.4);
}

.focus-visible\:ring-primary-900\/45:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.45);
}

.focus-visible\:ring-primary-900\/5:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.05);
}

.focus-visible\:ring-primary-900\/50:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.5);
}

.focus-visible\:ring-primary-900\/55:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.55);
}

.focus-visible\:ring-primary-900\/60:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.6);
}

.focus-visible\:ring-primary-900\/65:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.65);
}

.focus-visible\:ring-primary-900\/70:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.7);
}

.focus-visible\:ring-primary-900\/75:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.75);
}

.focus-visible\:ring-primary-900\/80:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.8);
}

.focus-visible\:ring-primary-900\/85:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.85);
}

.focus-visible\:ring-primary-900\/90:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.9);
}

.focus-visible\:ring-primary-900\/95:focus-visible {
  --tw-ring-color: rgb(130 51 24 / 0.95);
}

.focus-visible\:ring-primary-950:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(70 23 8 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-primary-950\/0:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0);
}

.focus-visible\:ring-primary-950\/10:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.1);
}

.focus-visible\:ring-primary-950\/100:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 1);
}

.focus-visible\:ring-primary-950\/15:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.15);
}

.focus-visible\:ring-primary-950\/20:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.2);
}

.focus-visible\:ring-primary-950\/25:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.25);
}

.focus-visible\:ring-primary-950\/30:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.3);
}

.focus-visible\:ring-primary-950\/35:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.35);
}

.focus-visible\:ring-primary-950\/40:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.4);
}

.focus-visible\:ring-primary-950\/45:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.45);
}

.focus-visible\:ring-primary-950\/5:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.05);
}

.focus-visible\:ring-primary-950\/50:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.5);
}

.focus-visible\:ring-primary-950\/55:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.55);
}

.focus-visible\:ring-primary-950\/60:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.6);
}

.focus-visible\:ring-primary-950\/65:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.65);
}

.focus-visible\:ring-primary-950\/70:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.7);
}

.focus-visible\:ring-primary-950\/75:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.75);
}

.focus-visible\:ring-primary-950\/80:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.8);
}

.focus-visible\:ring-primary-950\/85:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.85);
}

.focus-visible\:ring-primary-950\/90:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.9);
}

.focus-visible\:ring-primary-950\/95:focus-visible {
  --tw-ring-color: rgb(70 23 8 / 0.95);
}

.focus-visible\:ring-transparent:focus-visible {
  --tw-ring-color: transparent;
}

.focus-visible\:ring-transparent\/0:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0);
}

.focus-visible\:ring-transparent\/10:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.1);
}

.focus-visible\:ring-transparent\/100:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 1);
}

.focus-visible\:ring-transparent\/15:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.15);
}

.focus-visible\:ring-transparent\/20:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.2);
}

.focus-visible\:ring-transparent\/25:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.25);
}

.focus-visible\:ring-transparent\/30:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.3);
}

.focus-visible\:ring-transparent\/35:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.35);
}

.focus-visible\:ring-transparent\/40:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.4);
}

.focus-visible\:ring-transparent\/45:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.45);
}

.focus-visible\:ring-transparent\/5:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

.focus-visible\:ring-transparent\/50:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.5);
}

.focus-visible\:ring-transparent\/55:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.55);
}

.focus-visible\:ring-transparent\/60:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.6);
}

.focus-visible\:ring-transparent\/65:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.65);
}

.focus-visible\:ring-transparent\/70:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.7);
}

.focus-visible\:ring-transparent\/75:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.75);
}

.focus-visible\:ring-transparent\/80:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.8);
}

.focus-visible\:ring-transparent\/85:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.85);
}

.focus-visible\:ring-transparent\/90:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.9);
}

.focus-visible\:ring-transparent\/95:focus-visible {
  --tw-ring-color: rgb(0 0 0 / 0.95);
}

.focus-visible\:ring-white:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
}

.focus-visible\:ring-white\/0:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0);
}

.focus-visible\:ring-white\/10:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.1);
}

.focus-visible\:ring-white\/100:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 1);
}

.focus-visible\:ring-white\/15:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.15);
}

.focus-visible\:ring-white\/20:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.focus-visible\:ring-white\/25:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.25);
}

.focus-visible\:ring-white\/30:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.3);
}

.focus-visible\:ring-white\/35:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.35);
}

.focus-visible\:ring-white\/40:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.4);
}

.focus-visible\:ring-white\/45:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.45);
}

.focus-visible\:ring-white\/5:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.05);
}

.focus-visible\:ring-white\/50:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.focus-visible\:ring-white\/55:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.55);
}

.focus-visible\:ring-white\/60:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.6);
}

.focus-visible\:ring-white\/65:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.65);
}

.focus-visible\:ring-white\/70:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.7);
}

.focus-visible\:ring-white\/75:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.75);
}

.focus-visible\:ring-white\/80:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.8);
}

.focus-visible\:ring-white\/85:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.85);
}

.focus-visible\:ring-white\/90:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.9);
}

.focus-visible\:ring-white\/95:focus-visible {
  --tw-ring-color: rgb(255 255 255 / 0.95);
}

.focus-visible\:ring-offset-2:focus-visible {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:ring-offset-neutral-900:focus-visible {
  --tw-ring-offset-color: #211f1d;
}

.focus-visible\:drop-shadow:focus-visible {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus-visible\:drop-shadow-2xl:focus-visible {
  --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);
}

.focus-visible\:drop-shadow-lg:focus-visible {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus-visible\:drop-shadow-md:focus-visible {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus-visible\:drop-shadow-none:focus-visible {
  --tw-drop-shadow: drop-shadow(0 0 #0000);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus-visible\:drop-shadow-sm:focus-visible {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus-visible\:drop-shadow-xl:focus-visible {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.focus-visible\:transition-shadow:focus-visible {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.group[open] .group-open\: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));
}

.group:focus-within .group-focus-within\:text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(247 141 77 / var(--tw-text-opacity, 1));
}

.group:focus-within .group-focus-within\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(233 99 37 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:-translate-x-0\.5 {
  --tw-translate-x: -0.125rem;
  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:hover .group-hover\:-translate-y-0\.5 {
  --tw-translate-y: -0.125rem;
  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:hover .group-hover\:translate-x-0\.5 {
  --tw-translate-x: 0.125rem;
  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:hover .group-hover\:-rotate-12 {
  --tw-rotate: -12deg;
  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:hover .group-hover\:rotate-12 {
  --tw-rotate: 12deg;
  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:hover .group-hover\:scale-105 {
  --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));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/card:hover .group-hover\/card\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-neutral-900\/10 {
  background-color: rgb(33 31 29 / 0.1);
}

.group:hover .group-hover\:bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 141 77 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgb(233 99 37 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: sticky;
  }

  .sm\:-inset-x-0 {
    left: -0px;
    right: -0px;
  }

  .sm\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .sm\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .sm\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .sm\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .sm\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .sm\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .sm\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .sm\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .sm\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .sm\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .sm\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .sm\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .sm\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .sm\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .sm\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .sm\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .sm\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .sm\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .sm\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .sm\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .sm\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .sm\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .sm\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .sm\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .sm\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .sm\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .sm\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .sm\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .sm\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .sm\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .sm\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .sm\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .sm\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .sm\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .sm\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .sm\:-inset-y-0 {
    top: -0px;
    bottom: -0px;
  }

  .sm\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .sm\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .sm\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .sm\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .sm\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .sm\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .sm\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .sm\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .sm\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .sm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .sm\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .sm\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .sm\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .sm\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .sm\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .sm\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .sm\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .sm\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .sm\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .sm\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .sm\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .sm\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .sm\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .sm\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .sm\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .sm\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .sm\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .sm\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .sm\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .sm\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .sm\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .sm\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .sm\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .sm\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .sm\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .sm\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .sm\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .sm\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .sm\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .sm\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .sm\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .sm\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .sm\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .sm\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .sm\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .sm\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .sm\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .sm\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .sm\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .sm\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .sm\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .sm\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .sm\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .sm\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .sm\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .sm\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .sm\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .sm\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .sm\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .sm\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .sm\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .sm\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .sm\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .sm\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .sm\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .sm\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .sm\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .sm\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .sm\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .sm\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .sm\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .sm\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .sm\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .sm\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .sm\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .sm\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .sm\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .sm\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .sm\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .sm\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .sm\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .sm\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .sm\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .sm\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .sm\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .sm\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .sm\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .sm\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .sm\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .sm\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .sm\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .sm\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .sm\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .sm\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .sm\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .sm\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .sm\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .sm\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .sm\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .sm\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .sm\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .sm\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .sm\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .sm\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .sm\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .sm\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .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-8 {
    bottom: -2rem;
  }

  .sm\:-bottom-80 {
    bottom: -20rem;
  }

  .sm\:-bottom-full {
    bottom: -100%;
  }

  .sm\:-left-0 {
    left: -0px;
  }

  .sm\:-left-0\.5 {
    left: -0.125rem;
  }

  .sm\:-left-1 {
    left: -0.25rem;
  }

  .sm\:-left-1\.5 {
    left: -0.375rem;
  }

  .sm\:-left-1\/2 {
    left: -50%;
  }

  .sm\:-left-1\/3 {
    left: -33.333333%;
  }

  .sm\:-left-1\/4 {
    left: -25%;
  }

  .sm\:-left-10 {
    left: -2.5rem;
  }

  .sm\:-left-11 {
    left: -2.75rem;
  }

  .sm\:-left-12 {
    left: -3rem;
  }

  .sm\:-left-14 {
    left: -3.5rem;
  }

  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:-left-2 {
    left: -0.5rem;
  }

  .sm\:-left-2\.5 {
    left: -0.625rem;
  }

  .sm\:-left-2\/3 {
    left: -66.666667%;
  }

  .sm\:-left-2\/4 {
    left: -50%;
  }

  .sm\:-left-20 {
    left: -5rem;
  }

  .sm\:-left-24 {
    left: -6rem;
  }

  .sm\:-left-28 {
    left: -7rem;
  }

  .sm\:-left-3 {
    left: -0.75rem;
  }

  .sm\:-left-3\.5 {
    left: -0.875rem;
  }

  .sm\:-left-3\/4 {
    left: -75%;
  }

  .sm\:-left-32 {
    left: -8rem;
  }

  .sm\:-left-36 {
    left: -9rem;
  }

  .sm\:-left-4 {
    left: -1rem;
  }

  .sm\:-left-40 {
    left: -10rem;
  }

  .sm\:-left-44 {
    left: -11rem;
  }

  .sm\:-left-48 {
    left: -12rem;
  }

  .sm\:-left-5 {
    left: -1.25rem;
  }

  .sm\:-left-52 {
    left: -13rem;
  }

  .sm\:-left-56 {
    left: -14rem;
  }

  .sm\:-left-6 {
    left: -1.5rem;
  }

  .sm\:-left-60 {
    left: -15rem;
  }

  .sm\:-left-64 {
    left: -16rem;
  }

  .sm\:-left-8 {
    left: -2rem;
  }

  .sm\:-left-80 {
    left: -20rem;
  }

  .sm\:-left-full {
    left: -100%;
  }

  .sm\:-right-0 {
    right: -0px;
  }

  .sm\:-right-0\.5 {
    right: -0.125rem;
  }

  .sm\:-right-1 {
    right: -0.25rem;
  }

  .sm\:-right-1\.5 {
    right: -0.375rem;
  }

  .sm\:-right-1\/2 {
    right: -50%;
  }

  .sm\:-right-1\/3 {
    right: -33.333333%;
  }

  .sm\:-right-1\/4 {
    right: -25%;
  }

  .sm\:-right-10 {
    right: -2.5rem;
  }

  .sm\:-right-11 {
    right: -2.75rem;
  }

  .sm\:-right-12 {
    right: -3rem;
  }

  .sm\:-right-14 {
    right: -3.5rem;
  }

  .sm\:-right-16 {
    right: -4rem;
  }

  .sm\:-right-2 {
    right: -0.5rem;
  }

  .sm\:-right-2\.5 {
    right: -0.625rem;
  }

  .sm\:-right-2\/3 {
    right: -66.666667%;
  }

  .sm\:-right-2\/4 {
    right: -50%;
  }

  .sm\:-right-20 {
    right: -5rem;
  }

  .sm\:-right-24 {
    right: -6rem;
  }

  .sm\:-right-28 {
    right: -7rem;
  }

  .sm\:-right-3 {
    right: -0.75rem;
  }

  .sm\:-right-3\.5 {
    right: -0.875rem;
  }

  .sm\:-right-3\/4 {
    right: -75%;
  }

  .sm\:-right-32 {
    right: -8rem;
  }

  .sm\:-right-36 {
    right: -9rem;
  }

  .sm\:-right-4 {
    right: -1rem;
  }

  .sm\:-right-40 {
    right: -10rem;
  }

  .sm\:-right-44 {
    right: -11rem;
  }

  .sm\:-right-48 {
    right: -12rem;
  }

  .sm\:-right-5 {
    right: -1.25rem;
  }

  .sm\:-right-52 {
    right: -13rem;
  }

  .sm\:-right-56 {
    right: -14rem;
  }

  .sm\:-right-6 {
    right: -1.5rem;
  }

  .sm\:-right-60 {
    right: -15rem;
  }

  .sm\:-right-64 {
    right: -16rem;
  }

  .sm\:-right-8 {
    right: -2rem;
  }

  .sm\:-right-80 {
    right: -20rem;
  }

  .sm\:-right-full {
    right: -100%;
  }

  .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-8 {
    top: -2rem;
  }

  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:-top-full {
    top: -100%;
  }

  .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-8 {
    bottom: 2rem;
  }

  .sm\:bottom-80 {
    bottom: 20rem;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:bottom-full {
    bottom: 100%;
  }

  .sm\:left-0 {
    left: 0px;
  }

  .sm\:left-0\.5 {
    left: 0.125rem;
  }

  .sm\:left-1 {
    left: 0.25rem;
  }

  .sm\:left-1\.5 {
    left: 0.375rem;
  }

  .sm\:left-1\/2 {
    left: 50%;
  }

  .sm\:left-1\/3 {
    left: 33.333333%;
  }

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:left-10 {
    left: 2.5rem;
  }

  .sm\:left-11 {
    left: 2.75rem;
  }

  .sm\:left-12 {
    left: 3rem;
  }

  .sm\:left-14 {
    left: 3.5rem;
  }

  .sm\:left-16 {
    left: 4rem;
  }

  .sm\:left-2 {
    left: 0.5rem;
  }

  .sm\:left-2\.5 {
    left: 0.625rem;
  }

  .sm\:left-2\/3 {
    left: 66.666667%;
  }

  .sm\:left-2\/4 {
    left: 50%;
  }

  .sm\:left-20 {
    left: 5rem;
  }

  .sm\:left-24 {
    left: 6rem;
  }

  .sm\:left-28 {
    left: 7rem;
  }

  .sm\:left-3 {
    left: 0.75rem;
  }

  .sm\:left-3\.5 {
    left: 0.875rem;
  }

  .sm\:left-3\/4 {
    left: 75%;
  }

  .sm\:left-32 {
    left: 8rem;
  }

  .sm\:left-36 {
    left: 9rem;
  }

  .sm\:left-4 {
    left: 1rem;
  }

  .sm\:left-40 {
    left: 10rem;
  }

  .sm\:left-44 {
    left: 11rem;
  }

  .sm\:left-48 {
    left: 12rem;
  }

  .sm\:left-5 {
    left: 1.25rem;
  }

  .sm\:left-52 {
    left: 13rem;
  }

  .sm\:left-56 {
    left: 14rem;
  }

  .sm\:left-6 {
    left: 1.5rem;
  }

  .sm\:left-60 {
    left: 15rem;
  }

  .sm\:left-64 {
    left: 16rem;
  }

  .sm\:left-8 {
    left: 2rem;
  }

  .sm\:left-80 {
    left: 20rem;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:left-full {
    left: 100%;
  }

  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-0\.5 {
    right: 0.125rem;
  }

  .sm\:right-1 {
    right: 0.25rem;
  }

  .sm\:right-1\.5 {
    right: 0.375rem;
  }

  .sm\:right-1\/2 {
    right: 50%;
  }

  .sm\:right-1\/3 {
    right: 33.333333%;
  }

  .sm\:right-1\/4 {
    right: 25%;
  }

  .sm\:right-10 {
    right: 2.5rem;
  }

  .sm\:right-11 {
    right: 2.75rem;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:right-14 {
    right: 3.5rem;
  }

  .sm\:right-16 {
    right: 4rem;
  }

  .sm\:right-2 {
    right: 0.5rem;
  }

  .sm\:right-2\.5 {
    right: 0.625rem;
  }

  .sm\:right-2\/3 {
    right: 66.666667%;
  }

  .sm\:right-2\/4 {
    right: 50%;
  }

  .sm\:right-20 {
    right: 5rem;
  }

  .sm\:right-24 {
    right: 6rem;
  }

  .sm\:right-28 {
    right: 7rem;
  }

  .sm\:right-3 {
    right: 0.75rem;
  }

  .sm\:right-3\.5 {
    right: 0.875rem;
  }

  .sm\:right-3\/4 {
    right: 75%;
  }

  .sm\:right-32 {
    right: 8rem;
  }

  .sm\:right-36 {
    right: 9rem;
  }

  .sm\:right-4 {
    right: 1rem;
  }

  .sm\:right-40 {
    right: 10rem;
  }

  .sm\:right-44 {
    right: 11rem;
  }

  .sm\:right-48 {
    right: 12rem;
  }

  .sm\:right-5 {
    right: 1.25rem;
  }

  .sm\:right-52 {
    right: 13rem;
  }

  .sm\:right-56 {
    right: 14rem;
  }

  .sm\:right-6 {
    right: 1.5rem;
  }

  .sm\:right-60 {
    right: 15rem;
  }

  .sm\:right-64 {
    right: 16rem;
  }

  .sm\:right-8 {
    right: 2rem;
  }

  .sm\:right-80 {
    right: 20rem;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:right-full {
    right: 100%;
  }

  .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-8 {
    top: 2rem;
  }

  .sm\:top-80 {
    top: 20rem;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:top-full {
    top: 100%;
  }

  .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\:row-auto {
    grid-row: auto;
  }

  .sm\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .sm\:row-span-10 {
    grid-row: span 10 / span 10;
  }

  .sm\:row-span-11 {
    grid-row: span 11 / span 11;
  }

  .sm\:row-span-12 {
    grid-row: span 12 / span 12;
  }

  .sm\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .sm\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .sm\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .sm\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .sm\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .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-8 {
    margin: -2rem;
  }

  .sm\:-m-80 {
    margin: -20rem;
  }

  .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-8 {
    margin: 2rem;
  }

  .sm\:m-80 {
    margin: 20rem;
  }

  .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-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .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-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .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-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .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-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .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-8 {
    margin-bottom: -2rem;
  }

  .sm\:-mb-80 {
    margin-bottom: -20rem;
  }

  .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-8 {
    margin-left: -2rem;
  }

  .sm\:-ml-80 {
    margin-left: -20rem;
  }

  .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-8 {
    margin-right: -2rem;
  }

  .sm\:-mr-80 {
    margin-right: -20rem;
  }

  .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-8 {
    margin-top: -2rem;
  }

  .sm\:-mt-80 {
    margin-top: -20rem;
  }

  .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-8 {
    margin-bottom: 2rem;
  }

  .sm\:mb-80 {
    margin-bottom: 20rem;
  }

  .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-8 {
    margin-left: 2rem;
  }

  .sm\:ml-80 {
    margin-left: 20rem;
  }

  .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-8 {
    margin-right: 2rem;
  }

  .sm\:mr-80 {
    margin-right: 20rem;
  }

  .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-8 {
    margin-top: 2rem;
  }

  .sm\:mt-80 {
    margin-top: 20rem;
  }

  .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-block {
    display: inline-block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:inline-flex {
    display: inline-flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:inline-grid {
    display: inline-grid;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-0 {
    height: 0px;
  }

  .sm\:h-0\.5 {
    height: 0.125rem;
  }

  .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-20 {
    height: 5rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .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-72 {
    height: 18rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-80 {
    height: 20rem;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-auto {
    height: auto;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-px {
    height: 1px;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:max-h-0 {
    max-height: 0px;
  }

  .sm\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .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-20 {
    max-height: 5rem;
  }

  .sm\:max-h-24 {
    max-height: 6rem;
  }

  .sm\:max-h-28 {
    max-height: 7rem;
  }

  .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-72 {
    max-height: 18rem;
  }

  .sm\:max-h-8 {
    max-height: 2rem;
  }

  .sm\:max-h-80 {
    max-height: 20rem;
  }

  .sm\:max-h-96 {
    max-height: 24rem;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-px {
    max-height: 1px;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-0\.5 {
    min-height: 0.125rem;
  }

  .sm\:min-h-10 {
    min-height: 2.5rem;
  }

  .sm\:min-h-11 {
    min-height: 2.75rem;
  }

  .sm\:min-h-12 {
    min-height: 3rem;
  }

  .sm\:min-h-14 {
    min-height: 3.5rem;
  }

  .sm\:min-h-16 {
    min-height: 4rem;
  }

  .sm\:min-h-20 {
    min-height: 5rem;
  }

  .sm\:min-h-24 {
    min-height: 6rem;
  }

  .sm\:min-h-28 {
    min-height: 7rem;
  }

  .sm\:min-h-32 {
    min-height: 8rem;
  }

  .sm\:min-h-36 {
    min-height: 9rem;
  }

  .sm\:min-h-4 {
    min-height: 1rem;
  }

  .sm\:min-h-40 {
    min-height: 10rem;
  }

  .sm\:min-h-44 {
    min-height: 11rem;
  }

  .sm\:min-h-48 {
    min-height: 12rem;
  }

  .sm\:min-h-5 {
    min-height: 1.25rem;
  }

  .sm\:min-h-52 {
    min-height: 13rem;
  }

  .sm\:min-h-56 {
    min-height: 14rem;
  }

  .sm\:min-h-6 {
    min-height: 1.5rem;
  }

  .sm\:min-h-60 {
    min-height: 15rem;
  }

  .sm\:min-h-64 {
    min-height: 16rem;
  }

  .sm\:min-h-72 {
    min-height: 18rem;
  }

  .sm\:min-h-8 {
    min-height: 2rem;
  }

  .sm\:min-h-80 {
    min-height: 20rem;
  }

  .sm\:min-h-96 {
    min-height: 24rem;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-h-px {
    min-height: 1px;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:w-0 {
    width: 0px;
  }

  .sm\:w-0\.5 {
    width: 0.125rem;
  }

  .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-20 {
    width: 5rem;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-28 {
    width: 7rem;
  }

  .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-72 {
    width: 18rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-96 {
    width: 24rem;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-px {
    width: 1px;
  }

  .sm\:w-screen {
    width: 100vw;
  }

  .sm\:min-w-0 {
    min-width: 0px;
  }

  .sm\:min-w-0\.5 {
    min-width: 0.125rem;
  }

  .sm\:min-w-10 {
    min-width: 2.5rem;
  }

  .sm\:min-w-11 {
    min-width: 2.75rem;
  }

  .sm\:min-w-12 {
    min-width: 3rem;
  }

  .sm\:min-w-14 {
    min-width: 3.5rem;
  }

  .sm\:min-w-16 {
    min-width: 4rem;
  }

  .sm\:min-w-20 {
    min-width: 5rem;
  }

  .sm\:min-w-24 {
    min-width: 6rem;
  }

  .sm\:min-w-28 {
    min-width: 7rem;
  }

  .sm\:min-w-32 {
    min-width: 8rem;
  }

  .sm\:min-w-36 {
    min-width: 9rem;
  }

  .sm\:min-w-4 {
    min-width: 1rem;
  }

  .sm\:min-w-40 {
    min-width: 10rem;
  }

  .sm\:min-w-44 {
    min-width: 11rem;
  }

  .sm\:min-w-48 {
    min-width: 12rem;
  }

  .sm\:min-w-5 {
    min-width: 1.25rem;
  }

  .sm\:min-w-52 {
    min-width: 13rem;
  }

  .sm\:min-w-56 {
    min-width: 14rem;
  }

  .sm\:min-w-6 {
    min-width: 1.5rem;
  }

  .sm\:min-w-60 {
    min-width: 15rem;
  }

  .sm\:min-w-64 {
    min-width: 16rem;
  }

  .sm\:min-w-72 {
    min-width: 18rem;
  }

  .sm\:min-w-8 {
    min-width: 2rem;
  }

  .sm\:min-w-80 {
    min-width: 20rem;
  }

  .sm\:min-w-96 {
    min-width: 24rem;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .sm\:min-w-px {
    min-width: 1px;
  }

  .sm\:max-w-0 {
    max-width: 0px;
  }

  .sm\:max-w-0\.5 {
    max-width: 0.125rem;
  }

  .sm\:max-w-10 {
    max-width: 2.5rem;
  }

  .sm\:max-w-11 {
    max-width: 2.75rem;
  }

  .sm\:max-w-12 {
    max-width: 3rem;
  }

  .sm\:max-w-14 {
    max-width: 3.5rem;
  }

  .sm\:max-w-16 {
    max-width: 4rem;
  }

  .sm\:max-w-20 {
    max-width: 5rem;
  }

  .sm\:max-w-24 {
    max-width: 6rem;
  }

  .sm\:max-w-28 {
    max-width: 7rem;
  }

  .sm\:max-w-32 {
    max-width: 8rem;
  }

  .sm\:max-w-36 {
    max-width: 9rem;
  }

  .sm\:max-w-4 {
    max-width: 1rem;
  }

  .sm\:max-w-40 {
    max-width: 10rem;
  }

  .sm\:max-w-44 {
    max-width: 11rem;
  }

  .sm\:max-w-48 {
    max-width: 12rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5 {
    max-width: 1.25rem;
  }

  .sm\:max-w-52 {
    max-width: 13rem;
  }

  .sm\:max-w-56 {
    max-width: 14rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6 {
    max-width: 1.5rem;
  }

  .sm\:max-w-60 {
    max-width: 15rem;
  }

  .sm\:max-w-64 {
    max-width: 16rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-72 {
    max-width: 18rem;
  }

  .sm\:max-w-8 {
    max-width: 2rem;
  }

  .sm\:max-w-80 {
    max-width: 20rem;
  }

  .sm\:max-w-96 {
    max-width: 24rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-px {
    max-width: 1px;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-wide {
    max-width: 1700px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

  .sm\:flex-auto {
    flex: 1 1 auto;
  }

  .sm\:flex-initial {
    flex: 0 1 auto;
  }

  .sm\:flex-none {
    flex: none;
  }

  .sm\:flex-shrink {
    flex-shrink: 1;
  }

  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .sm\:flex-grow {
    flex-grow: 1;
  }

  .sm\:flex-grow-0 {
    flex-grow: 0;
  }

  .sm\:grow-0 {
    flex-grow: 0;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

  .sm\:-translate-x-0 {
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
    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));
  }

  .sm\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
    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));
  }

  .sm\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
    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));
  }

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
    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));
  }

  .sm\:-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }

  .sm\:-scale-100 {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-105 {
    --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));
  }

  .sm\:-scale-110 {
    --tw-scale-x: -1.1;
    --tw-scale-y: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-50 {
    --tw-scale-x: -.5;
    --tw-scale-y: -.5;
    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));
  }

  .sm\:-scale-75 {
    --tw-scale-x: -.75;
    --tw-scale-y: -.75;
    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));
  }

  .sm\:-scale-90 {
    --tw-scale-x: -.9;
    --tw-scale-y: -.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:-scale-95 {
    --tw-scale-x: -.95;
    --tw-scale-y: -.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-105 {
    --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));
  }

  .sm\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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));
  }

  .sm\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

  .sm\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .sm\:touch-auto {
    touch-action: auto;
  }

  .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-8 {
    scroll-margin: -2rem;
  }

  .sm\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .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-8 {
    scroll-margin: 2rem;
  }

  .sm\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .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-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .sm\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .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-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .sm\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .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-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .sm\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .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-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .sm\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .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-8 {
    scroll-margin-bottom: -2rem;
  }

  .sm\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .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-8 {
    scroll-margin-left: -2rem;
  }

  .sm\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .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-8 {
    scroll-margin-right: -2rem;
  }

  .sm\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .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-8 {
    scroll-margin-top: -2rem;
  }

  .sm\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .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-8 {
    scroll-margin-bottom: 2rem;
  }

  .sm\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .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-8 {
    scroll-margin-left: 2rem;
  }

  .sm\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .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-8 {
    scroll-margin-right: 2rem;
  }

  .sm\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .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-8 {
    scroll-margin-top: 2rem;
  }

  .sm\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .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-8 {
    scroll-padding: 2rem;
  }

  .sm\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .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-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .sm\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .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-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .sm\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .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-8 {
    scroll-padding-bottom: 2rem;
  }

  .sm\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .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-8 {
    scroll-padding-left: 2rem;
  }

  .sm\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .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-8 {
    scroll-padding-right: 2rem;
  }

  .sm\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .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-8 {
    scroll-padding-top: 2rem;
  }

  .sm\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .sm\:auto-cols-\[48\%\] {
    grid-auto-columns: 48%;
  }

  .sm\:grid-flow-row {
    grid-auto-flow: row;
  }

  .sm\:grid-flow-col {
    grid-auto-flow: column;
  }

  .sm\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .sm\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .sm\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .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\:grid-cols-\[1fr_auto\] {
    grid-template-columns: 1fr auto;
  }

  .sm\:grid-cols-none {
    grid-template-columns: none;
  }

  .sm\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .sm\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .sm\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .sm\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .sm\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .sm\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .sm\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .sm\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .sm\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .sm\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .sm\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .sm\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .sm\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .sm\:grid-rows-none {
    grid-template-rows: none;
  }

  .sm\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .sm\:flex-col {
    flex-direction: column;
  }

  .sm\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .sm\:flex-wrap {
    flex-wrap: wrap;
  }

  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .sm\:place-items-start {
    place-items: start;
  }

  .sm\:place-items-end {
    place-items: end;
  }

  .sm\:place-items-center {
    place-items: center;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-end {
    align-items: flex-end;
  }

  .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\:justify-items-start {
    justify-items: start;
  }

  .sm\:justify-items-end {
    justify-items: end;
  }

  .sm\:justify-items-center {
    justify-items: center;
  }

  .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-8 {
    gap: 2rem;
  }

  .sm\:gap-80 {
    gap: 20rem;
  }

  .sm\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0px * var(--tw-space-x-reverse));
    margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-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)));
  }

  .sm\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-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)));
  }

  .sm\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-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)));
  }

  .sm\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-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)));
  }

  .sm\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .sm\:-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));
  }

  .sm\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .sm\:-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));
  }

  .sm\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .sm\:-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));
  }

  .sm\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .sm\:-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));
  }

  .sm\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .sm\:-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));
  }

  .sm\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .sm\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .sm\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\: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)));
  }

  .sm\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\: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)));
  }

  .sm\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\: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)));
  }

  .sm\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\: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)));
  }

  .sm\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .sm\: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));
  }

  .sm\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\: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));
  }

  .sm\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .sm\: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));
  }

  .sm\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .sm\: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));
  }

  .sm\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .sm\: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));
  }

  .sm\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .sm\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.35);
  }

  .sm\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .sm\:divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.55);
  }

  .sm\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .sm\:divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.35);
  }

  .sm\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .sm\:divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.55);
  }

  .sm\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .sm\:divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.85);
  }

  .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-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.35);
  }

  .sm\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .sm\:divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.55);
  }

  .sm\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .sm\:divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.35);
  }

  .sm\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .sm\:divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.55);
  }

  .sm\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .sm\:divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.35);
  }

  .sm\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .sm\:divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.55);
  }

  .sm\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .sm\:divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.35);
  }

  .sm\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .sm\:divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.55);
  }

  .sm\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .sm\:divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.85);
  }

  .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-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.35);
  }

  .sm\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .sm\:divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.55);
  }

  .sm\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .sm\:divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.85);
  }

  .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\:overflow-auto {
    overflow: auto;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:overflow-x-auto {
    overflow-x: auto;
  }

  .sm\:overflow-y-auto {
    overflow-y: auto;
  }

  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .sm\:scroll-smooth {
    scroll-behavior: smooth;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-2xl {
    border-radius: 1rem;
  }

  .sm\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-none {
    border-radius: 0px;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded-xl {
    border-radius: 0.75rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-e {
    border-start-end-radius: 0.25rem;
    border-end-end-radius: 0.25rem;
  }

  .sm\:rounded-e-2xl {
    border-start-end-radius: 1rem;
    border-end-end-radius: 1rem;
  }

  .sm\:rounded-e-3xl {
    border-start-end-radius: 1.5rem;
    border-end-end-radius: 1.5rem;
  }

  .sm\:rounded-e-full {
    border-start-end-radius: 9999px;
    border-end-end-radius: 9999px;
  }

  .sm\:rounded-e-lg {
    border-start-end-radius: 0.5rem;
    border-end-end-radius: 0.5rem;
  }

  .sm\:rounded-e-md {
    border-start-end-radius: 0.375rem;
    border-end-end-radius: 0.375rem;
  }

  .sm\:rounded-e-none {
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
  }

  .sm\:rounded-e-sm {
    border-start-end-radius: 0.125rem;
    border-end-end-radius: 0.125rem;
  }

  .sm\:rounded-e-xl {
    border-start-end-radius: 0.75rem;
    border-end-end-radius: 0.75rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-s {
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
  }

  .sm\:rounded-s-2xl {
    border-start-start-radius: 1rem;
    border-end-start-radius: 1rem;
  }

  .sm\:rounded-s-3xl {
    border-start-start-radius: 1.5rem;
    border-end-start-radius: 1.5rem;
  }

  .sm\:rounded-s-full {
    border-start-start-radius: 9999px;
    border-end-start-radius: 9999px;
  }

  .sm\:rounded-s-lg {
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
  }

  .sm\:rounded-s-md {
    border-start-start-radius: 0.375rem;
    border-end-start-radius: 0.375rem;
  }

  .sm\:rounded-s-none {
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
  }

  .sm\:rounded-s-sm {
    border-start-start-radius: 0.125rem;
    border-end-start-radius: 0.125rem;
  }

  .sm\:rounded-s-xl {
    border-start-start-radius: 0.75rem;
    border-end-start-radius: 0.75rem;
  }

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sm\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .sm\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .sm\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:rounded-ee {
    border-end-end-radius: 0.25rem;
  }

  .sm\:rounded-ee-2xl {
    border-end-end-radius: 1rem;
  }

  .sm\:rounded-ee-3xl {
    border-end-end-radius: 1.5rem;
  }

  .sm\:rounded-ee-full {
    border-end-end-radius: 9999px;
  }

  .sm\:rounded-ee-lg {
    border-end-end-radius: 0.5rem;
  }

  .sm\:rounded-ee-md {
    border-end-end-radius: 0.375rem;
  }

  .sm\:rounded-ee-none {
    border-end-end-radius: 0px;
  }

  .sm\:rounded-ee-sm {
    border-end-end-radius: 0.125rem;
  }

  .sm\:rounded-ee-xl {
    border-end-end-radius: 0.75rem;
  }

  .sm\:rounded-es {
    border-end-start-radius: 0.25rem;
  }

  .sm\:rounded-es-2xl {
    border-end-start-radius: 1rem;
  }

  .sm\:rounded-es-3xl {
    border-end-start-radius: 1.5rem;
  }

  .sm\:rounded-es-full {
    border-end-start-radius: 9999px;
  }

  .sm\:rounded-es-lg {
    border-end-start-radius: 0.5rem;
  }

  .sm\:rounded-es-md {
    border-end-start-radius: 0.375rem;
  }

  .sm\:rounded-es-none {
    border-end-start-radius: 0px;
  }

  .sm\:rounded-es-sm {
    border-end-start-radius: 0.125rem;
  }

  .sm\:rounded-es-xl {
    border-end-start-radius: 0.75rem;
  }

  .sm\:rounded-se {
    border-start-end-radius: 0.25rem;
  }

  .sm\:rounded-se-2xl {
    border-start-end-radius: 1rem;
  }

  .sm\:rounded-se-3xl {
    border-start-end-radius: 1.5rem;
  }

  .sm\:rounded-se-full {
    border-start-end-radius: 9999px;
  }

  .sm\:rounded-se-lg {
    border-start-end-radius: 0.5rem;
  }

  .sm\:rounded-se-md {
    border-start-end-radius: 0.375rem;
  }

  .sm\:rounded-se-none {
    border-start-end-radius: 0px;
  }

  .sm\:rounded-se-sm {
    border-start-end-radius: 0.125rem;
  }

  .sm\:rounded-se-xl {
    border-start-end-radius: 0.75rem;
  }

  .sm\:rounded-ss {
    border-start-start-radius: 0.25rem;
  }

  .sm\:rounded-ss-2xl {
    border-start-start-radius: 1rem;
  }

  .sm\:rounded-ss-3xl {
    border-start-start-radius: 1.5rem;
  }

  .sm\:rounded-ss-full {
    border-start-start-radius: 9999px;
  }

  .sm\:rounded-ss-lg {
    border-start-start-radius: 0.5rem;
  }

  .sm\:rounded-ss-md {
    border-start-start-radius: 0.375rem;
  }

  .sm\:rounded-ss-none {
    border-start-start-radius: 0px;
  }

  .sm\:rounded-ss-sm {
    border-start-start-radius: 0.125rem;
  }

  .sm\:rounded-ss-xl {
    border-start-start-radius: 0.75rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .sm\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .sm\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .sm\:border-hidden {
    border-style: hidden;
  }

  .sm\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgb(235 251 203 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-100\/0 {
    border-color: rgb(235 251 203 / 0);
  }

  .sm\:border-accent-100\/10 {
    border-color: rgb(235 251 203 / 0.1);
  }

  .sm\:border-accent-100\/100 {
    border-color: rgb(235 251 203 / 1);
  }

  .sm\:border-accent-100\/15 {
    border-color: rgb(235 251 203 / 0.15);
  }

  .sm\:border-accent-100\/20 {
    border-color: rgb(235 251 203 / 0.2);
  }

  .sm\:border-accent-100\/25 {
    border-color: rgb(235 251 203 / 0.25);
  }

  .sm\:border-accent-100\/30 {
    border-color: rgb(235 251 203 / 0.3);
  }

  .sm\:border-accent-100\/35 {
    border-color: rgb(235 251 203 / 0.35);
  }

  .sm\:border-accent-100\/40 {
    border-color: rgb(235 251 203 / 0.4);
  }

  .sm\:border-accent-100\/45 {
    border-color: rgb(235 251 203 / 0.45);
  }

  .sm\:border-accent-100\/5 {
    border-color: rgb(235 251 203 / 0.05);
  }

  .sm\:border-accent-100\/50 {
    border-color: rgb(235 251 203 / 0.5);
  }

  .sm\:border-accent-100\/55 {
    border-color: rgb(235 251 203 / 0.55);
  }

  .sm\:border-accent-100\/60 {
    border-color: rgb(235 251 203 / 0.6);
  }

  .sm\:border-accent-100\/65 {
    border-color: rgb(235 251 203 / 0.65);
  }

  .sm\:border-accent-100\/70 {
    border-color: rgb(235 251 203 / 0.7);
  }

  .sm\:border-accent-100\/75 {
    border-color: rgb(235 251 203 / 0.75);
  }

  .sm\:border-accent-100\/80 {
    border-color: rgb(235 251 203 / 0.8);
  }

  .sm\:border-accent-100\/85 {
    border-color: rgb(235 251 203 / 0.85);
  }

  .sm\:border-accent-100\/90 {
    border-color: rgb(235 251 203 / 0.9);
  }

  .sm\:border-accent-100\/95 {
    border-color: rgb(235 251 203 / 0.95);
  }

  .sm\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgb(216 246 154 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-200\/0 {
    border-color: rgb(216 246 154 / 0);
  }

  .sm\:border-accent-200\/10 {
    border-color: rgb(216 246 154 / 0.1);
  }

  .sm\:border-accent-200\/100 {
    border-color: rgb(216 246 154 / 1);
  }

  .sm\:border-accent-200\/15 {
    border-color: rgb(216 246 154 / 0.15);
  }

  .sm\:border-accent-200\/20 {
    border-color: rgb(216 246 154 / 0.2);
  }

  .sm\:border-accent-200\/25 {
    border-color: rgb(216 246 154 / 0.25);
  }

  .sm\:border-accent-200\/30 {
    border-color: rgb(216 246 154 / 0.3);
  }

  .sm\:border-accent-200\/35 {
    border-color: rgb(216 246 154 / 0.35);
  }

  .sm\:border-accent-200\/40 {
    border-color: rgb(216 246 154 / 0.4);
  }

  .sm\:border-accent-200\/45 {
    border-color: rgb(216 246 154 / 0.45);
  }

  .sm\:border-accent-200\/5 {
    border-color: rgb(216 246 154 / 0.05);
  }

  .sm\:border-accent-200\/50 {
    border-color: rgb(216 246 154 / 0.5);
  }

  .sm\:border-accent-200\/55 {
    border-color: rgb(216 246 154 / 0.55);
  }

  .sm\:border-accent-200\/60 {
    border-color: rgb(216 246 154 / 0.6);
  }

  .sm\:border-accent-200\/65 {
    border-color: rgb(216 246 154 / 0.65);
  }

  .sm\:border-accent-200\/70 {
    border-color: rgb(216 246 154 / 0.7);
  }

  .sm\:border-accent-200\/75 {
    border-color: rgb(216 246 154 / 0.75);
  }

  .sm\:border-accent-200\/80 {
    border-color: rgb(216 246 154 / 0.8);
  }

  .sm\:border-accent-200\/85 {
    border-color: rgb(216 246 154 / 0.85);
  }

  .sm\:border-accent-200\/90 {
    border-color: rgb(216 246 154 / 0.9);
  }

  .sm\:border-accent-200\/95 {
    border-color: rgb(216 246 154 / 0.95);
  }

  .sm\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgb(196 240 120 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-300\/0 {
    border-color: rgb(196 240 120 / 0);
  }

  .sm\:border-accent-300\/10 {
    border-color: rgb(196 240 120 / 0.1);
  }

  .sm\:border-accent-300\/100 {
    border-color: rgb(196 240 120 / 1);
  }

  .sm\:border-accent-300\/15 {
    border-color: rgb(196 240 120 / 0.15);
  }

  .sm\:border-accent-300\/20 {
    border-color: rgb(196 240 120 / 0.2);
  }

  .sm\:border-accent-300\/25 {
    border-color: rgb(196 240 120 / 0.25);
  }

  .sm\:border-accent-300\/30 {
    border-color: rgb(196 240 120 / 0.3);
  }

  .sm\:border-accent-300\/35 {
    border-color: rgb(196 240 120 / 0.35);
  }

  .sm\:border-accent-300\/40 {
    border-color: rgb(196 240 120 / 0.4);
  }

  .sm\:border-accent-300\/45 {
    border-color: rgb(196 240 120 / 0.45);
  }

  .sm\:border-accent-300\/5 {
    border-color: rgb(196 240 120 / 0.05);
  }

  .sm\:border-accent-300\/50 {
    border-color: rgb(196 240 120 / 0.5);
  }

  .sm\:border-accent-300\/55 {
    border-color: rgb(196 240 120 / 0.55);
  }

  .sm\:border-accent-300\/60 {
    border-color: rgb(196 240 120 / 0.6);
  }

  .sm\:border-accent-300\/65 {
    border-color: rgb(196 240 120 / 0.65);
  }

  .sm\:border-accent-300\/70 {
    border-color: rgb(196 240 120 / 0.7);
  }

  .sm\:border-accent-300\/75 {
    border-color: rgb(196 240 120 / 0.75);
  }

  .sm\:border-accent-300\/80 {
    border-color: rgb(196 240 120 / 0.8);
  }

  .sm\:border-accent-300\/85 {
    border-color: rgb(196 240 120 / 0.85);
  }

  .sm\:border-accent-300\/90 {
    border-color: rgb(196 240 120 / 0.9);
  }

  .sm\:border-accent-300\/95 {
    border-color: rgb(196 240 120 / 0.95);
  }

  .sm\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgb(183 237 104 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-400\/0 {
    border-color: rgb(183 237 104 / 0);
  }

  .sm\:border-accent-400\/10 {
    border-color: rgb(183 237 104 / 0.1);
  }

  .sm\:border-accent-400\/100 {
    border-color: rgb(183 237 104 / 1);
  }

  .sm\:border-accent-400\/15 {
    border-color: rgb(183 237 104 / 0.15);
  }

  .sm\:border-accent-400\/20 {
    border-color: rgb(183 237 104 / 0.2);
  }

  .sm\:border-accent-400\/25 {
    border-color: rgb(183 237 104 / 0.25);
  }

  .sm\:border-accent-400\/30 {
    border-color: rgb(183 237 104 / 0.3);
  }

  .sm\:border-accent-400\/35 {
    border-color: rgb(183 237 104 / 0.35);
  }

  .sm\:border-accent-400\/40 {
    border-color: rgb(183 237 104 / 0.4);
  }

  .sm\:border-accent-400\/45 {
    border-color: rgb(183 237 104 / 0.45);
  }

  .sm\:border-accent-400\/5 {
    border-color: rgb(183 237 104 / 0.05);
  }

  .sm\:border-accent-400\/50 {
    border-color: rgb(183 237 104 / 0.5);
  }

  .sm\:border-accent-400\/55 {
    border-color: rgb(183 237 104 / 0.55);
  }

  .sm\:border-accent-400\/60 {
    border-color: rgb(183 237 104 / 0.6);
  }

  .sm\:border-accent-400\/65 {
    border-color: rgb(183 237 104 / 0.65);
  }

  .sm\:border-accent-400\/70 {
    border-color: rgb(183 237 104 / 0.7);
  }

  .sm\:border-accent-400\/75 {
    border-color: rgb(183 237 104 / 0.75);
  }

  .sm\:border-accent-400\/80 {
    border-color: rgb(183 237 104 / 0.8);
  }

  .sm\:border-accent-400\/85 {
    border-color: rgb(183 237 104 / 0.85);
  }

  .sm\:border-accent-400\/90 {
    border-color: rgb(183 237 104 / 0.9);
  }

  .sm\:border-accent-400\/95 {
    border-color: rgb(183 237 104 / 0.95);
  }

  .sm\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 253 235 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-50\/0 {
    border-color: rgb(247 253 235 / 0);
  }

  .sm\:border-accent-50\/10 {
    border-color: rgb(247 253 235 / 0.1);
  }

  .sm\:border-accent-50\/100 {
    border-color: rgb(247 253 235 / 1);
  }

  .sm\:border-accent-50\/15 {
    border-color: rgb(247 253 235 / 0.15);
  }

  .sm\:border-accent-50\/20 {
    border-color: rgb(247 253 235 / 0.2);
  }

  .sm\:border-accent-50\/25 {
    border-color: rgb(247 253 235 / 0.25);
  }

  .sm\:border-accent-50\/30 {
    border-color: rgb(247 253 235 / 0.3);
  }

  .sm\:border-accent-50\/35 {
    border-color: rgb(247 253 235 / 0.35);
  }

  .sm\:border-accent-50\/40 {
    border-color: rgb(247 253 235 / 0.4);
  }

  .sm\:border-accent-50\/45 {
    border-color: rgb(247 253 235 / 0.45);
  }

  .sm\:border-accent-50\/5 {
    border-color: rgb(247 253 235 / 0.05);
  }

  .sm\:border-accent-50\/50 {
    border-color: rgb(247 253 235 / 0.5);
  }

  .sm\:border-accent-50\/55 {
    border-color: rgb(247 253 235 / 0.55);
  }

  .sm\:border-accent-50\/60 {
    border-color: rgb(247 253 235 / 0.6);
  }

  .sm\:border-accent-50\/65 {
    border-color: rgb(247 253 235 / 0.65);
  }

  .sm\:border-accent-50\/70 {
    border-color: rgb(247 253 235 / 0.7);
  }

  .sm\:border-accent-50\/75 {
    border-color: rgb(247 253 235 / 0.75);
  }

  .sm\:border-accent-50\/80 {
    border-color: rgb(247 253 235 / 0.8);
  }

  .sm\:border-accent-50\/85 {
    border-color: rgb(247 253 235 / 0.85);
  }

  .sm\:border-accent-50\/90 {
    border-color: rgb(247 253 235 / 0.9);
  }

  .sm\:border-accent-50\/95 {
    border-color: rgb(247 253 235 / 0.95);
  }

  .sm\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgb(174 235 96 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-500\/0 {
    border-color: rgb(174 235 96 / 0);
  }

  .sm\:border-accent-500\/10 {
    border-color: rgb(174 235 96 / 0.1);
  }

  .sm\:border-accent-500\/100 {
    border-color: rgb(174 235 96 / 1);
  }

  .sm\:border-accent-500\/15 {
    border-color: rgb(174 235 96 / 0.15);
  }

  .sm\:border-accent-500\/20 {
    border-color: rgb(174 235 96 / 0.2);
  }

  .sm\:border-accent-500\/25 {
    border-color: rgb(174 235 96 / 0.25);
  }

  .sm\:border-accent-500\/30 {
    border-color: rgb(174 235 96 / 0.3);
  }

  .sm\:border-accent-500\/35 {
    border-color: rgb(174 235 96 / 0.35);
  }

  .sm\:border-accent-500\/40 {
    border-color: rgb(174 235 96 / 0.4);
  }

  .sm\:border-accent-500\/45 {
    border-color: rgb(174 235 96 / 0.45);
  }

  .sm\:border-accent-500\/5 {
    border-color: rgb(174 235 96 / 0.05);
  }

  .sm\:border-accent-500\/50 {
    border-color: rgb(174 235 96 / 0.5);
  }

  .sm\:border-accent-500\/55 {
    border-color: rgb(174 235 96 / 0.55);
  }

  .sm\:border-accent-500\/60 {
    border-color: rgb(174 235 96 / 0.6);
  }

  .sm\:border-accent-500\/65 {
    border-color: rgb(174 235 96 / 0.65);
  }

  .sm\:border-accent-500\/70 {
    border-color: rgb(174 235 96 / 0.7);
  }

  .sm\:border-accent-500\/75 {
    border-color: rgb(174 235 96 / 0.75);
  }

  .sm\:border-accent-500\/80 {
    border-color: rgb(174 235 96 / 0.8);
  }

  .sm\:border-accent-500\/85 {
    border-color: rgb(174 235 96 / 0.85);
  }

  .sm\:border-accent-500\/90 {
    border-color: rgb(174 235 96 / 0.9);
  }

  .sm\:border-accent-500\/95 {
    border-color: rgb(174 235 96 / 0.95);
  }

  .sm\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgb(130 201 48 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-600\/0 {
    border-color: rgb(130 201 48 / 0);
  }

  .sm\:border-accent-600\/10 {
    border-color: rgb(130 201 48 / 0.1);
  }

  .sm\:border-accent-600\/100 {
    border-color: rgb(130 201 48 / 1);
  }

  .sm\:border-accent-600\/15 {
    border-color: rgb(130 201 48 / 0.15);
  }

  .sm\:border-accent-600\/20 {
    border-color: rgb(130 201 48 / 0.2);
  }

  .sm\:border-accent-600\/25 {
    border-color: rgb(130 201 48 / 0.25);
  }

  .sm\:border-accent-600\/30 {
    border-color: rgb(130 201 48 / 0.3);
  }

  .sm\:border-accent-600\/35 {
    border-color: rgb(130 201 48 / 0.35);
  }

  .sm\:border-accent-600\/40 {
    border-color: rgb(130 201 48 / 0.4);
  }

  .sm\:border-accent-600\/45 {
    border-color: rgb(130 201 48 / 0.45);
  }

  .sm\:border-accent-600\/5 {
    border-color: rgb(130 201 48 / 0.05);
  }

  .sm\:border-accent-600\/50 {
    border-color: rgb(130 201 48 / 0.5);
  }

  .sm\:border-accent-600\/55 {
    border-color: rgb(130 201 48 / 0.55);
  }

  .sm\:border-accent-600\/60 {
    border-color: rgb(130 201 48 / 0.6);
  }

  .sm\:border-accent-600\/65 {
    border-color: rgb(130 201 48 / 0.65);
  }

  .sm\:border-accent-600\/70 {
    border-color: rgb(130 201 48 / 0.7);
  }

  .sm\:border-accent-600\/75 {
    border-color: rgb(130 201 48 / 0.75);
  }

  .sm\:border-accent-600\/80 {
    border-color: rgb(130 201 48 / 0.8);
  }

  .sm\:border-accent-600\/85 {
    border-color: rgb(130 201 48 / 0.85);
  }

  .sm\:border-accent-600\/90 {
    border-color: rgb(130 201 48 / 0.9);
  }

  .sm\:border-accent-600\/95 {
    border-color: rgb(130 201 48 / 0.95);
  }

  .sm\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgb(97 161 31 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-700\/0 {
    border-color: rgb(97 161 31 / 0);
  }

  .sm\:border-accent-700\/10 {
    border-color: rgb(97 161 31 / 0.1);
  }

  .sm\:border-accent-700\/100 {
    border-color: rgb(97 161 31 / 1);
  }

  .sm\:border-accent-700\/15 {
    border-color: rgb(97 161 31 / 0.15);
  }

  .sm\:border-accent-700\/20 {
    border-color: rgb(97 161 31 / 0.2);
  }

  .sm\:border-accent-700\/25 {
    border-color: rgb(97 161 31 / 0.25);
  }

  .sm\:border-accent-700\/30 {
    border-color: rgb(97 161 31 / 0.3);
  }

  .sm\:border-accent-700\/35 {
    border-color: rgb(97 161 31 / 0.35);
  }

  .sm\:border-accent-700\/40 {
    border-color: rgb(97 161 31 / 0.4);
  }

  .sm\:border-accent-700\/45 {
    border-color: rgb(97 161 31 / 0.45);
  }

  .sm\:border-accent-700\/5 {
    border-color: rgb(97 161 31 / 0.05);
  }

  .sm\:border-accent-700\/50 {
    border-color: rgb(97 161 31 / 0.5);
  }

  .sm\:border-accent-700\/55 {
    border-color: rgb(97 161 31 / 0.55);
  }

  .sm\:border-accent-700\/60 {
    border-color: rgb(97 161 31 / 0.6);
  }

  .sm\:border-accent-700\/65 {
    border-color: rgb(97 161 31 / 0.65);
  }

  .sm\:border-accent-700\/70 {
    border-color: rgb(97 161 31 / 0.7);
  }

  .sm\:border-accent-700\/75 {
    border-color: rgb(97 161 31 / 0.75);
  }

  .sm\:border-accent-700\/80 {
    border-color: rgb(97 161 31 / 0.8);
  }

  .sm\:border-accent-700\/85 {
    border-color: rgb(97 161 31 / 0.85);
  }

  .sm\:border-accent-700\/90 {
    border-color: rgb(97 161 31 / 0.9);
  }

  .sm\:border-accent-700\/95 {
    border-color: rgb(97 161 31 / 0.95);
  }

  .sm\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgb(78 126 32 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-800\/0 {
    border-color: rgb(78 126 32 / 0);
  }

  .sm\:border-accent-800\/10 {
    border-color: rgb(78 126 32 / 0.1);
  }

  .sm\:border-accent-800\/100 {
    border-color: rgb(78 126 32 / 1);
  }

  .sm\:border-accent-800\/15 {
    border-color: rgb(78 126 32 / 0.15);
  }

  .sm\:border-accent-800\/20 {
    border-color: rgb(78 126 32 / 0.2);
  }

  .sm\:border-accent-800\/25 {
    border-color: rgb(78 126 32 / 0.25);
  }

  .sm\:border-accent-800\/30 {
    border-color: rgb(78 126 32 / 0.3);
  }

  .sm\:border-accent-800\/35 {
    border-color: rgb(78 126 32 / 0.35);
  }

  .sm\:border-accent-800\/40 {
    border-color: rgb(78 126 32 / 0.4);
  }

  .sm\:border-accent-800\/45 {
    border-color: rgb(78 126 32 / 0.45);
  }

  .sm\:border-accent-800\/5 {
    border-color: rgb(78 126 32 / 0.05);
  }

  .sm\:border-accent-800\/50 {
    border-color: rgb(78 126 32 / 0.5);
  }

  .sm\:border-accent-800\/55 {
    border-color: rgb(78 126 32 / 0.55);
  }

  .sm\:border-accent-800\/60 {
    border-color: rgb(78 126 32 / 0.6);
  }

  .sm\:border-accent-800\/65 {
    border-color: rgb(78 126 32 / 0.65);
  }

  .sm\:border-accent-800\/70 {
    border-color: rgb(78 126 32 / 0.7);
  }

  .sm\:border-accent-800\/75 {
    border-color: rgb(78 126 32 / 0.75);
  }

  .sm\:border-accent-800\/80 {
    border-color: rgb(78 126 32 / 0.8);
  }

  .sm\:border-accent-800\/85 {
    border-color: rgb(78 126 32 / 0.85);
  }

  .sm\:border-accent-800\/90 {
    border-color: rgb(78 126 32 / 0.9);
  }

  .sm\:border-accent-800\/95 {
    border-color: rgb(78 126 32 / 0.95);
  }

  .sm\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgb(66 106 33 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-900\/0 {
    border-color: rgb(66 106 33 / 0);
  }

  .sm\:border-accent-900\/10 {
    border-color: rgb(66 106 33 / 0.1);
  }

  .sm\:border-accent-900\/100 {
    border-color: rgb(66 106 33 / 1);
  }

  .sm\:border-accent-900\/15 {
    border-color: rgb(66 106 33 / 0.15);
  }

  .sm\:border-accent-900\/20 {
    border-color: rgb(66 106 33 / 0.2);
  }

  .sm\:border-accent-900\/25 {
    border-color: rgb(66 106 33 / 0.25);
  }

  .sm\:border-accent-900\/30 {
    border-color: rgb(66 106 33 / 0.3);
  }

  .sm\:border-accent-900\/35 {
    border-color: rgb(66 106 33 / 0.35);
  }

  .sm\:border-accent-900\/40 {
    border-color: rgb(66 106 33 / 0.4);
  }

  .sm\:border-accent-900\/45 {
    border-color: rgb(66 106 33 / 0.45);
  }

  .sm\:border-accent-900\/5 {
    border-color: rgb(66 106 33 / 0.05);
  }

  .sm\:border-accent-900\/50 {
    border-color: rgb(66 106 33 / 0.5);
  }

  .sm\:border-accent-900\/55 {
    border-color: rgb(66 106 33 / 0.55);
  }

  .sm\:border-accent-900\/60 {
    border-color: rgb(66 106 33 / 0.6);
  }

  .sm\:border-accent-900\/65 {
    border-color: rgb(66 106 33 / 0.65);
  }

  .sm\:border-accent-900\/70 {
    border-color: rgb(66 106 33 / 0.7);
  }

  .sm\:border-accent-900\/75 {
    border-color: rgb(66 106 33 / 0.75);
  }

  .sm\:border-accent-900\/80 {
    border-color: rgb(66 106 33 / 0.8);
  }

  .sm\:border-accent-900\/85 {
    border-color: rgb(66 106 33 / 0.85);
  }

  .sm\:border-accent-900\/90 {
    border-color: rgb(66 106 33 / 0.9);
  }

  .sm\:border-accent-900\/95 {
    border-color: rgb(66 106 33 / 0.95);
  }

  .sm\:border-accent-950 {
    --tw-border-opacity: 1;
    border-color: rgb(32 58 11 / var(--tw-border-opacity, 1));
  }

  .sm\:border-accent-950\/0 {
    border-color: rgb(32 58 11 / 0);
  }

  .sm\:border-accent-950\/10 {
    border-color: rgb(32 58 11 / 0.1);
  }

  .sm\:border-accent-950\/100 {
    border-color: rgb(32 58 11 / 1);
  }

  .sm\:border-accent-950\/15 {
    border-color: rgb(32 58 11 / 0.15);
  }

  .sm\:border-accent-950\/20 {
    border-color: rgb(32 58 11 / 0.2);
  }

  .sm\:border-accent-950\/25 {
    border-color: rgb(32 58 11 / 0.25);
  }

  .sm\:border-accent-950\/30 {
    border-color: rgb(32 58 11 / 0.3);
  }

  .sm\:border-accent-950\/35 {
    border-color: rgb(32 58 11 / 0.35);
  }

  .sm\:border-accent-950\/40 {
    border-color: rgb(32 58 11 / 0.4);
  }

  .sm\:border-accent-950\/45 {
    border-color: rgb(32 58 11 / 0.45);
  }

  .sm\:border-accent-950\/5 {
    border-color: rgb(32 58 11 / 0.05);
  }

  .sm\:border-accent-950\/50 {
    border-color: rgb(32 58 11 / 0.5);
  }

  .sm\:border-accent-950\/55 {
    border-color: rgb(32 58 11 / 0.55);
  }

  .sm\:border-accent-950\/60 {
    border-color: rgb(32 58 11 / 0.6);
  }

  .sm\:border-accent-950\/65 {
    border-color: rgb(32 58 11 / 0.65);
  }

  .sm\:border-accent-950\/70 {
    border-color: rgb(32 58 11 / 0.7);
  }

  .sm\:border-accent-950\/75 {
    border-color: rgb(32 58 11 / 0.75);
  }

  .sm\:border-accent-950\/80 {
    border-color: rgb(32 58 11 / 0.8);
  }

  .sm\:border-accent-950\/85 {
    border-color: rgb(32 58 11 / 0.85);
  }

  .sm\:border-accent-950\/90 {
    border-color: rgb(32 58 11 / 0.9);
  }

  .sm\:border-accent-950\/95 {
    border-color: rgb(32 58 11 / 0.95);
  }

  .sm\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .sm\:border-black\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .sm\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-black\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .sm\:border-black\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .sm\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .sm\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .sm\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .sm\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .sm\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .sm\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgb(233 227 255 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-100\/0 {
    border-color: rgb(233 227 255 / 0);
  }

  .sm\:border-brand-100\/10 {
    border-color: rgb(233 227 255 / 0.1);
  }

  .sm\:border-brand-100\/100 {
    border-color: rgb(233 227 255 / 1);
  }

  .sm\:border-brand-100\/15 {
    border-color: rgb(233 227 255 / 0.15);
  }

  .sm\:border-brand-100\/20 {
    border-color: rgb(233 227 255 / 0.2);
  }

  .sm\:border-brand-100\/25 {
    border-color: rgb(233 227 255 / 0.25);
  }

  .sm\:border-brand-100\/30 {
    border-color: rgb(233 227 255 / 0.3);
  }

  .sm\:border-brand-100\/35 {
    border-color: rgb(233 227 255 / 0.35);
  }

  .sm\:border-brand-100\/40 {
    border-color: rgb(233 227 255 / 0.4);
  }

  .sm\:border-brand-100\/45 {
    border-color: rgb(233 227 255 / 0.45);
  }

  .sm\:border-brand-100\/5 {
    border-color: rgb(233 227 255 / 0.05);
  }

  .sm\:border-brand-100\/50 {
    border-color: rgb(233 227 255 / 0.5);
  }

  .sm\:border-brand-100\/55 {
    border-color: rgb(233 227 255 / 0.55);
  }

  .sm\:border-brand-100\/60 {
    border-color: rgb(233 227 255 / 0.6);
  }

  .sm\:border-brand-100\/65 {
    border-color: rgb(233 227 255 / 0.65);
  }

  .sm\:border-brand-100\/70 {
    border-color: rgb(233 227 255 / 0.7);
  }

  .sm\:border-brand-100\/75 {
    border-color: rgb(233 227 255 / 0.75);
  }

  .sm\:border-brand-100\/80 {
    border-color: rgb(233 227 255 / 0.8);
  }

  .sm\:border-brand-100\/85 {
    border-color: rgb(233 227 255 / 0.85);
  }

  .sm\:border-brand-100\/90 {
    border-color: rgb(233 227 255 / 0.9);
  }

  .sm\:border-brand-100\/95 {
    border-color: rgb(233 227 255 / 0.95);
  }

  .sm\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgb(211 199 255 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-200\/0 {
    border-color: rgb(211 199 255 / 0);
  }

  .sm\:border-brand-200\/10 {
    border-color: rgb(211 199 255 / 0.1);
  }

  .sm\:border-brand-200\/100 {
    border-color: rgb(211 199 255 / 1);
  }

  .sm\:border-brand-200\/15 {
    border-color: rgb(211 199 255 / 0.15);
  }

  .sm\:border-brand-200\/20 {
    border-color: rgb(211 199 255 / 0.2);
  }

  .sm\:border-brand-200\/25 {
    border-color: rgb(211 199 255 / 0.25);
  }

  .sm\:border-brand-200\/30 {
    border-color: rgb(211 199 255 / 0.3);
  }

  .sm\:border-brand-200\/35 {
    border-color: rgb(211 199 255 / 0.35);
  }

  .sm\:border-brand-200\/40 {
    border-color: rgb(211 199 255 / 0.4);
  }

  .sm\:border-brand-200\/45 {
    border-color: rgb(211 199 255 / 0.45);
  }

  .sm\:border-brand-200\/5 {
    border-color: rgb(211 199 255 / 0.05);
  }

  .sm\:border-brand-200\/50 {
    border-color: rgb(211 199 255 / 0.5);
  }

  .sm\:border-brand-200\/55 {
    border-color: rgb(211 199 255 / 0.55);
  }

  .sm\:border-brand-200\/60 {
    border-color: rgb(211 199 255 / 0.6);
  }

  .sm\:border-brand-200\/65 {
    border-color: rgb(211 199 255 / 0.65);
  }

  .sm\:border-brand-200\/70 {
    border-color: rgb(211 199 255 / 0.7);
  }

  .sm\:border-brand-200\/75 {
    border-color: rgb(211 199 255 / 0.75);
  }

  .sm\:border-brand-200\/80 {
    border-color: rgb(211 199 255 / 0.8);
  }

  .sm\:border-brand-200\/85 {
    border-color: rgb(211 199 255 / 0.85);
  }

  .sm\:border-brand-200\/90 {
    border-color: rgb(211 199 255 / 0.9);
  }

  .sm\:border-brand-200\/95 {
    border-color: rgb(211 199 255 / 0.95);
  }

  .sm\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgb(183 154 255 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-300\/0 {
    border-color: rgb(183 154 255 / 0);
  }

  .sm\:border-brand-300\/10 {
    border-color: rgb(183 154 255 / 0.1);
  }

  .sm\:border-brand-300\/100 {
    border-color: rgb(183 154 255 / 1);
  }

  .sm\:border-brand-300\/15 {
    border-color: rgb(183 154 255 / 0.15);
  }

  .sm\:border-brand-300\/20 {
    border-color: rgb(183 154 255 / 0.2);
  }

  .sm\:border-brand-300\/25 {
    border-color: rgb(183 154 255 / 0.25);
  }

  .sm\:border-brand-300\/30 {
    border-color: rgb(183 154 255 / 0.3);
  }

  .sm\:border-brand-300\/35 {
    border-color: rgb(183 154 255 / 0.35);
  }

  .sm\:border-brand-300\/40 {
    border-color: rgb(183 154 255 / 0.4);
  }

  .sm\:border-brand-300\/45 {
    border-color: rgb(183 154 255 / 0.45);
  }

  .sm\:border-brand-300\/5 {
    border-color: rgb(183 154 255 / 0.05);
  }

  .sm\:border-brand-300\/50 {
    border-color: rgb(183 154 255 / 0.5);
  }

  .sm\:border-brand-300\/55 {
    border-color: rgb(183 154 255 / 0.55);
  }

  .sm\:border-brand-300\/60 {
    border-color: rgb(183 154 255 / 0.6);
  }

  .sm\:border-brand-300\/65 {
    border-color: rgb(183 154 255 / 0.65);
  }

  .sm\:border-brand-300\/70 {
    border-color: rgb(183 154 255 / 0.7);
  }

  .sm\:border-brand-300\/75 {
    border-color: rgb(183 154 255 / 0.75);
  }

  .sm\:border-brand-300\/80 {
    border-color: rgb(183 154 255 / 0.8);
  }

  .sm\:border-brand-300\/85 {
    border-color: rgb(183 154 255 / 0.85);
  }

  .sm\:border-brand-300\/90 {
    border-color: rgb(183 154 255 / 0.9);
  }

  .sm\:border-brand-300\/95 {
    border-color: rgb(183 154 255 / 0.95);
  }

  .sm\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgb(149 98 255 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-400\/0 {
    border-color: rgb(149 98 255 / 0);
  }

  .sm\:border-brand-400\/10 {
    border-color: rgb(149 98 255 / 0.1);
  }

  .sm\:border-brand-400\/100 {
    border-color: rgb(149 98 255 / 1);
  }

  .sm\:border-brand-400\/15 {
    border-color: rgb(149 98 255 / 0.15);
  }

  .sm\:border-brand-400\/20 {
    border-color: rgb(149 98 255 / 0.2);
  }

  .sm\:border-brand-400\/25 {
    border-color: rgb(149 98 255 / 0.25);
  }

  .sm\:border-brand-400\/30 {
    border-color: rgb(149 98 255 / 0.3);
  }

  .sm\:border-brand-400\/35 {
    border-color: rgb(149 98 255 / 0.35);
  }

  .sm\:border-brand-400\/40 {
    border-color: rgb(149 98 255 / 0.4);
  }

  .sm\:border-brand-400\/45 {
    border-color: rgb(149 98 255 / 0.45);
  }

  .sm\:border-brand-400\/5 {
    border-color: rgb(149 98 255 / 0.05);
  }

  .sm\:border-brand-400\/50 {
    border-color: rgb(149 98 255 / 0.5);
  }

  .sm\:border-brand-400\/55 {
    border-color: rgb(149 98 255 / 0.55);
  }

  .sm\:border-brand-400\/60 {
    border-color: rgb(149 98 255 / 0.6);
  }

  .sm\:border-brand-400\/65 {
    border-color: rgb(149 98 255 / 0.65);
  }

  .sm\:border-brand-400\/70 {
    border-color: rgb(149 98 255 / 0.7);
  }

  .sm\:border-brand-400\/75 {
    border-color: rgb(149 98 255 / 0.75);
  }

  .sm\:border-brand-400\/80 {
    border-color: rgb(149 98 255 / 0.8);
  }

  .sm\:border-brand-400\/85 {
    border-color: rgb(149 98 255 / 0.85);
  }

  .sm\:border-brand-400\/90 {
    border-color: rgb(149 98 255 / 0.9);
  }

  .sm\:border-brand-400\/95 {
    border-color: rgb(149 98 255 / 0.95);
  }

  .sm\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgb(244 241 255 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-50\/0 {
    border-color: rgb(244 241 255 / 0);
  }

  .sm\:border-brand-50\/10 {
    border-color: rgb(244 241 255 / 0.1);
  }

  .sm\:border-brand-50\/100 {
    border-color: rgb(244 241 255 / 1);
  }

  .sm\:border-brand-50\/15 {
    border-color: rgb(244 241 255 / 0.15);
  }

  .sm\:border-brand-50\/20 {
    border-color: rgb(244 241 255 / 0.2);
  }

  .sm\:border-brand-50\/25 {
    border-color: rgb(244 241 255 / 0.25);
  }

  .sm\:border-brand-50\/30 {
    border-color: rgb(244 241 255 / 0.3);
  }

  .sm\:border-brand-50\/35 {
    border-color: rgb(244 241 255 / 0.35);
  }

  .sm\:border-brand-50\/40 {
    border-color: rgb(244 241 255 / 0.4);
  }

  .sm\:border-brand-50\/45 {
    border-color: rgb(244 241 255 / 0.45);
  }

  .sm\:border-brand-50\/5 {
    border-color: rgb(244 241 255 / 0.05);
  }

  .sm\:border-brand-50\/50 {
    border-color: rgb(244 241 255 / 0.5);
  }

  .sm\:border-brand-50\/55 {
    border-color: rgb(244 241 255 / 0.55);
  }

  .sm\:border-brand-50\/60 {
    border-color: rgb(244 241 255 / 0.6);
  }

  .sm\:border-brand-50\/65 {
    border-color: rgb(244 241 255 / 0.65);
  }

  .sm\:border-brand-50\/70 {
    border-color: rgb(244 241 255 / 0.7);
  }

  .sm\:border-brand-50\/75 {
    border-color: rgb(244 241 255 / 0.75);
  }

  .sm\:border-brand-50\/80 {
    border-color: rgb(244 241 255 / 0.8);
  }

  .sm\:border-brand-50\/85 {
    border-color: rgb(244 241 255 / 0.85);
  }

  .sm\:border-brand-50\/90 {
    border-color: rgb(244 241 255 / 0.9);
  }

  .sm\:border-brand-50\/95 {
    border-color: rgb(244 241 255 / 0.95);
  }

  .sm\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgb(78 28 209 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-500\/0 {
    border-color: rgb(78 28 209 / 0);
  }

  .sm\:border-brand-500\/10 {
    border-color: rgb(78 28 209 / 0.1);
  }

  .sm\:border-brand-500\/100 {
    border-color: rgb(78 28 209 / 1);
  }

  .sm\:border-brand-500\/15 {
    border-color: rgb(78 28 209 / 0.15);
  }

  .sm\:border-brand-500\/20 {
    border-color: rgb(78 28 209 / 0.2);
  }

  .sm\:border-brand-500\/25 {
    border-color: rgb(78 28 209 / 0.25);
  }

  .sm\:border-brand-500\/30 {
    border-color: rgb(78 28 209 / 0.3);
  }

  .sm\:border-brand-500\/35 {
    border-color: rgb(78 28 209 / 0.35);
  }

  .sm\:border-brand-500\/40 {
    border-color: rgb(78 28 209 / 0.4);
  }

  .sm\:border-brand-500\/45 {
    border-color: rgb(78 28 209 / 0.45);
  }

  .sm\:border-brand-500\/5 {
    border-color: rgb(78 28 209 / 0.05);
  }

  .sm\:border-brand-500\/50 {
    border-color: rgb(78 28 209 / 0.5);
  }

  .sm\:border-brand-500\/55 {
    border-color: rgb(78 28 209 / 0.55);
  }

  .sm\:border-brand-500\/60 {
    border-color: rgb(78 28 209 / 0.6);
  }

  .sm\:border-brand-500\/65 {
    border-color: rgb(78 28 209 / 0.65);
  }

  .sm\:border-brand-500\/70 {
    border-color: rgb(78 28 209 / 0.7);
  }

  .sm\:border-brand-500\/75 {
    border-color: rgb(78 28 209 / 0.75);
  }

  .sm\:border-brand-500\/80 {
    border-color: rgb(78 28 209 / 0.8);
  }

  .sm\:border-brand-500\/85 {
    border-color: rgb(78 28 209 / 0.85);
  }

  .sm\:border-brand-500\/90 {
    border-color: rgb(78 28 209 / 0.9);
  }

  .sm\:border-brand-500\/95 {
    border-color: rgb(78 28 209 / 0.95);
  }

  .sm\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgb(65 21 181 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-600\/0 {
    border-color: rgb(65 21 181 / 0);
  }

  .sm\:border-brand-600\/10 {
    border-color: rgb(65 21 181 / 0.1);
  }

  .sm\:border-brand-600\/100 {
    border-color: rgb(65 21 181 / 1);
  }

  .sm\:border-brand-600\/15 {
    border-color: rgb(65 21 181 / 0.15);
  }

  .sm\:border-brand-600\/20 {
    border-color: rgb(65 21 181 / 0.2);
  }

  .sm\:border-brand-600\/25 {
    border-color: rgb(65 21 181 / 0.25);
  }

  .sm\:border-brand-600\/30 {
    border-color: rgb(65 21 181 / 0.3);
  }

  .sm\:border-brand-600\/35 {
    border-color: rgb(65 21 181 / 0.35);
  }

  .sm\:border-brand-600\/40 {
    border-color: rgb(65 21 181 / 0.4);
  }

  .sm\:border-brand-600\/45 {
    border-color: rgb(65 21 181 / 0.45);
  }

  .sm\:border-brand-600\/5 {
    border-color: rgb(65 21 181 / 0.05);
  }

  .sm\:border-brand-600\/50 {
    border-color: rgb(65 21 181 / 0.5);
  }

  .sm\:border-brand-600\/55 {
    border-color: rgb(65 21 181 / 0.55);
  }

  .sm\:border-brand-600\/60 {
    border-color: rgb(65 21 181 / 0.6);
  }

  .sm\:border-brand-600\/65 {
    border-color: rgb(65 21 181 / 0.65);
  }

  .sm\:border-brand-600\/70 {
    border-color: rgb(65 21 181 / 0.7);
  }

  .sm\:border-brand-600\/75 {
    border-color: rgb(65 21 181 / 0.75);
  }

  .sm\:border-brand-600\/80 {
    border-color: rgb(65 21 181 / 0.8);
  }

  .sm\:border-brand-600\/85 {
    border-color: rgb(65 21 181 / 0.85);
  }

  .sm\:border-brand-600\/90 {
    border-color: rgb(65 21 181 / 0.9);
  }

  .sm\:border-brand-600\/95 {
    border-color: rgb(65 21 181 / 0.95);
  }

  .sm\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgb(54 16 150 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-700\/0 {
    border-color: rgb(54 16 150 / 0);
  }

  .sm\:border-brand-700\/10 {
    border-color: rgb(54 16 150 / 0.1);
  }

  .sm\:border-brand-700\/100 {
    border-color: rgb(54 16 150 / 1);
  }

  .sm\:border-brand-700\/15 {
    border-color: rgb(54 16 150 / 0.15);
  }

  .sm\:border-brand-700\/20 {
    border-color: rgb(54 16 150 / 0.2);
  }

  .sm\:border-brand-700\/25 {
    border-color: rgb(54 16 150 / 0.25);
  }

  .sm\:border-brand-700\/30 {
    border-color: rgb(54 16 150 / 0.3);
  }

  .sm\:border-brand-700\/35 {
    border-color: rgb(54 16 150 / 0.35);
  }

  .sm\:border-brand-700\/40 {
    border-color: rgb(54 16 150 / 0.4);
  }

  .sm\:border-brand-700\/45 {
    border-color: rgb(54 16 150 / 0.45);
  }

  .sm\:border-brand-700\/5 {
    border-color: rgb(54 16 150 / 0.05);
  }

  .sm\:border-brand-700\/50 {
    border-color: rgb(54 16 150 / 0.5);
  }

  .sm\:border-brand-700\/55 {
    border-color: rgb(54 16 150 / 0.55);
  }

  .sm\:border-brand-700\/60 {
    border-color: rgb(54 16 150 / 0.6);
  }

  .sm\:border-brand-700\/65 {
    border-color: rgb(54 16 150 / 0.65);
  }

  .sm\:border-brand-700\/70 {
    border-color: rgb(54 16 150 / 0.7);
  }

  .sm\:border-brand-700\/75 {
    border-color: rgb(54 16 150 / 0.75);
  }

  .sm\:border-brand-700\/80 {
    border-color: rgb(54 16 150 / 0.8);
  }

  .sm\:border-brand-700\/85 {
    border-color: rgb(54 16 150 / 0.85);
  }

  .sm\:border-brand-700\/90 {
    border-color: rgb(54 16 150 / 0.9);
  }

  .sm\:border-brand-700\/95 {
    border-color: rgb(54 16 150 / 0.95);
  }

  .sm\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgb(46 16 120 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-800\/0 {
    border-color: rgb(46 16 120 / 0);
  }

  .sm\:border-brand-800\/10 {
    border-color: rgb(46 16 120 / 0.1);
  }

  .sm\:border-brand-800\/100 {
    border-color: rgb(46 16 120 / 1);
  }

  .sm\:border-brand-800\/15 {
    border-color: rgb(46 16 120 / 0.15);
  }

  .sm\:border-brand-800\/20 {
    border-color: rgb(46 16 120 / 0.2);
  }

  .sm\:border-brand-800\/25 {
    border-color: rgb(46 16 120 / 0.25);
  }

  .sm\:border-brand-800\/30 {
    border-color: rgb(46 16 120 / 0.3);
  }

  .sm\:border-brand-800\/35 {
    border-color: rgb(46 16 120 / 0.35);
  }

  .sm\:border-brand-800\/40 {
    border-color: rgb(46 16 120 / 0.4);
  }

  .sm\:border-brand-800\/45 {
    border-color: rgb(46 16 120 / 0.45);
  }

  .sm\:border-brand-800\/5 {
    border-color: rgb(46 16 120 / 0.05);
  }

  .sm\:border-brand-800\/50 {
    border-color: rgb(46 16 120 / 0.5);
  }

  .sm\:border-brand-800\/55 {
    border-color: rgb(46 16 120 / 0.55);
  }

  .sm\:border-brand-800\/60 {
    border-color: rgb(46 16 120 / 0.6);
  }

  .sm\:border-brand-800\/65 {
    border-color: rgb(46 16 120 / 0.65);
  }

  .sm\:border-brand-800\/70 {
    border-color: rgb(46 16 120 / 0.7);
  }

  .sm\:border-brand-800\/75 {
    border-color: rgb(46 16 120 / 0.75);
  }

  .sm\:border-brand-800\/80 {
    border-color: rgb(46 16 120 / 0.8);
  }

  .sm\:border-brand-800\/85 {
    border-color: rgb(46 16 120 / 0.85);
  }

  .sm\:border-brand-800\/90 {
    border-color: rgb(46 16 120 / 0.9);
  }

  .sm\:border-brand-800\/95 {
    border-color: rgb(46 16 120 / 0.95);
  }

  .sm\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgb(39 15 98 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-900\/0 {
    border-color: rgb(39 15 98 / 0);
  }

  .sm\:border-brand-900\/10 {
    border-color: rgb(39 15 98 / 0.1);
  }

  .sm\:border-brand-900\/100 {
    border-color: rgb(39 15 98 / 1);
  }

  .sm\:border-brand-900\/15 {
    border-color: rgb(39 15 98 / 0.15);
  }

  .sm\:border-brand-900\/20 {
    border-color: rgb(39 15 98 / 0.2);
  }

  .sm\:border-brand-900\/25 {
    border-color: rgb(39 15 98 / 0.25);
  }

  .sm\:border-brand-900\/30 {
    border-color: rgb(39 15 98 / 0.3);
  }

  .sm\:border-brand-900\/35 {
    border-color: rgb(39 15 98 / 0.35);
  }

  .sm\:border-brand-900\/40 {
    border-color: rgb(39 15 98 / 0.4);
  }

  .sm\:border-brand-900\/45 {
    border-color: rgb(39 15 98 / 0.45);
  }

  .sm\:border-brand-900\/5 {
    border-color: rgb(39 15 98 / 0.05);
  }

  .sm\:border-brand-900\/50 {
    border-color: rgb(39 15 98 / 0.5);
  }

  .sm\:border-brand-900\/55 {
    border-color: rgb(39 15 98 / 0.55);
  }

  .sm\:border-brand-900\/60 {
    border-color: rgb(39 15 98 / 0.6);
  }

  .sm\:border-brand-900\/65 {
    border-color: rgb(39 15 98 / 0.65);
  }

  .sm\:border-brand-900\/70 {
    border-color: rgb(39 15 98 / 0.7);
  }

  .sm\:border-brand-900\/75 {
    border-color: rgb(39 15 98 / 0.75);
  }

  .sm\:border-brand-900\/80 {
    border-color: rgb(39 15 98 / 0.8);
  }

  .sm\:border-brand-900\/85 {
    border-color: rgb(39 15 98 / 0.85);
  }

  .sm\:border-brand-900\/90 {
    border-color: rgb(39 15 98 / 0.9);
  }

  .sm\:border-brand-900\/95 {
    border-color: rgb(39 15 98 / 0.95);
  }

  .sm\:border-brand-950 {
    --tw-border-opacity: 1;
    border-color: rgb(22 5 58 / var(--tw-border-opacity, 1));
  }

  .sm\:border-brand-950\/0 {
    border-color: rgb(22 5 58 / 0);
  }

  .sm\:border-brand-950\/10 {
    border-color: rgb(22 5 58 / 0.1);
  }

  .sm\:border-brand-950\/100 {
    border-color: rgb(22 5 58 / 1);
  }

  .sm\:border-brand-950\/15 {
    border-color: rgb(22 5 58 / 0.15);
  }

  .sm\:border-brand-950\/20 {
    border-color: rgb(22 5 58 / 0.2);
  }

  .sm\:border-brand-950\/25 {
    border-color: rgb(22 5 58 / 0.25);
  }

  .sm\:border-brand-950\/30 {
    border-color: rgb(22 5 58 / 0.3);
  }

  .sm\:border-brand-950\/35 {
    border-color: rgb(22 5 58 / 0.35);
  }

  .sm\:border-brand-950\/40 {
    border-color: rgb(22 5 58 / 0.4);
  }

  .sm\:border-brand-950\/45 {
    border-color: rgb(22 5 58 / 0.45);
  }

  .sm\:border-brand-950\/5 {
    border-color: rgb(22 5 58 / 0.05);
  }

  .sm\:border-brand-950\/50 {
    border-color: rgb(22 5 58 / 0.5);
  }

  .sm\:border-brand-950\/55 {
    border-color: rgb(22 5 58 / 0.55);
  }

  .sm\:border-brand-950\/60 {
    border-color: rgb(22 5 58 / 0.6);
  }

  .sm\:border-brand-950\/65 {
    border-color: rgb(22 5 58 / 0.65);
  }

  .sm\:border-brand-950\/70 {
    border-color: rgb(22 5 58 / 0.7);
  }

  .sm\:border-brand-950\/75 {
    border-color: rgb(22 5 58 / 0.75);
  }

  .sm\:border-brand-950\/80 {
    border-color: rgb(22 5 58 / 0.8);
  }

  .sm\:border-brand-950\/85 {
    border-color: rgb(22 5 58 / 0.85);
  }

  .sm\:border-brand-950\/90 {
    border-color: rgb(22 5 58 / 0.9);
  }

  .sm\:border-brand-950\/95 {
    border-color: rgb(22 5 58 / 0.95);
  }

  .sm\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(246 245 244 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-100\/0 {
    border-color: rgb(246 245 244 / 0);
  }

  .sm\:border-neutral-100\/10 {
    border-color: rgb(246 245 244 / 0.1);
  }

  .sm\:border-neutral-100\/100 {
    border-color: rgb(246 245 244 / 1);
  }

  .sm\:border-neutral-100\/15 {
    border-color: rgb(246 245 244 / 0.15);
  }

  .sm\:border-neutral-100\/20 {
    border-color: rgb(246 245 244 / 0.2);
  }

  .sm\:border-neutral-100\/25 {
    border-color: rgb(246 245 244 / 0.25);
  }

  .sm\:border-neutral-100\/30 {
    border-color: rgb(246 245 244 / 0.3);
  }

  .sm\:border-neutral-100\/35 {
    border-color: rgb(246 245 244 / 0.35);
  }

  .sm\:border-neutral-100\/40 {
    border-color: rgb(246 245 244 / 0.4);
  }

  .sm\:border-neutral-100\/45 {
    border-color: rgb(246 245 244 / 0.45);
  }

  .sm\:border-neutral-100\/5 {
    border-color: rgb(246 245 244 / 0.05);
  }

  .sm\:border-neutral-100\/50 {
    border-color: rgb(246 245 244 / 0.5);
  }

  .sm\:border-neutral-100\/55 {
    border-color: rgb(246 245 244 / 0.55);
  }

  .sm\:border-neutral-100\/60 {
    border-color: rgb(246 245 244 / 0.6);
  }

  .sm\:border-neutral-100\/65 {
    border-color: rgb(246 245 244 / 0.65);
  }

  .sm\:border-neutral-100\/70 {
    border-color: rgb(246 245 244 / 0.7);
  }

  .sm\:border-neutral-100\/75 {
    border-color: rgb(246 245 244 / 0.75);
  }

  .sm\:border-neutral-100\/80 {
    border-color: rgb(246 245 244 / 0.8);
  }

  .sm\:border-neutral-100\/85 {
    border-color: rgb(246 245 244 / 0.85);
  }

  .sm\:border-neutral-100\/90 {
    border-color: rgb(246 245 244 / 0.9);
  }

  .sm\:border-neutral-100\/95 {
    border-color: rgb(246 245 244 / 0.95);
  }

  .sm\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(233 230 227 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-200\/0 {
    border-color: rgb(233 230 227 / 0);
  }

  .sm\:border-neutral-200\/10 {
    border-color: rgb(233 230 227 / 0.1);
  }

  .sm\:border-neutral-200\/100 {
    border-color: rgb(233 230 227 / 1);
  }

  .sm\:border-neutral-200\/15 {
    border-color: rgb(233 230 227 / 0.15);
  }

  .sm\:border-neutral-200\/20 {
    border-color: rgb(233 230 227 / 0.2);
  }

  .sm\:border-neutral-200\/25 {
    border-color: rgb(233 230 227 / 0.25);
  }

  .sm\:border-neutral-200\/30 {
    border-color: rgb(233 230 227 / 0.3);
  }

  .sm\:border-neutral-200\/35 {
    border-color: rgb(233 230 227 / 0.35);
  }

  .sm\:border-neutral-200\/40 {
    border-color: rgb(233 230 227 / 0.4);
  }

  .sm\:border-neutral-200\/45 {
    border-color: rgb(233 230 227 / 0.45);
  }

  .sm\:border-neutral-200\/5 {
    border-color: rgb(233 230 227 / 0.05);
  }

  .sm\:border-neutral-200\/50 {
    border-color: rgb(233 230 227 / 0.5);
  }

  .sm\:border-neutral-200\/55 {
    border-color: rgb(233 230 227 / 0.55);
  }

  .sm\:border-neutral-200\/60 {
    border-color: rgb(233 230 227 / 0.6);
  }

  .sm\:border-neutral-200\/65 {
    border-color: rgb(233 230 227 / 0.65);
  }

  .sm\:border-neutral-200\/70 {
    border-color: rgb(233 230 227 / 0.7);
  }

  .sm\:border-neutral-200\/75 {
    border-color: rgb(233 230 227 / 0.75);
  }

  .sm\:border-neutral-200\/80 {
    border-color: rgb(233 230 227 / 0.8);
  }

  .sm\:border-neutral-200\/85 {
    border-color: rgb(233 230 227 / 0.85);
  }

  .sm\:border-neutral-200\/90 {
    border-color: rgb(233 230 227 / 0.9);
  }

  .sm\:border-neutral-200\/95 {
    border-color: rgb(233 230 227 / 0.95);
  }

  .sm\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(215 210 205 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-300\/0 {
    border-color: rgb(215 210 205 / 0);
  }

  .sm\:border-neutral-300\/10 {
    border-color: rgb(215 210 205 / 0.1);
  }

  .sm\:border-neutral-300\/100 {
    border-color: rgb(215 210 205 / 1);
  }

  .sm\:border-neutral-300\/15 {
    border-color: rgb(215 210 205 / 0.15);
  }

  .sm\:border-neutral-300\/20 {
    border-color: rgb(215 210 205 / 0.2);
  }

  .sm\:border-neutral-300\/25 {
    border-color: rgb(215 210 205 / 0.25);
  }

  .sm\:border-neutral-300\/30 {
    border-color: rgb(215 210 205 / 0.3);
  }

  .sm\:border-neutral-300\/35 {
    border-color: rgb(215 210 205 / 0.35);
  }

  .sm\:border-neutral-300\/40 {
    border-color: rgb(215 210 205 / 0.4);
  }

  .sm\:border-neutral-300\/45 {
    border-color: rgb(215 210 205 / 0.45);
  }

  .sm\:border-neutral-300\/5 {
    border-color: rgb(215 210 205 / 0.05);
  }

  .sm\:border-neutral-300\/50 {
    border-color: rgb(215 210 205 / 0.5);
  }

  .sm\:border-neutral-300\/55 {
    border-color: rgb(215 210 205 / 0.55);
  }

  .sm\:border-neutral-300\/60 {
    border-color: rgb(215 210 205 / 0.6);
  }

  .sm\:border-neutral-300\/65 {
    border-color: rgb(215 210 205 / 0.65);
  }

  .sm\:border-neutral-300\/70 {
    border-color: rgb(215 210 205 / 0.7);
  }

  .sm\:border-neutral-300\/75 {
    border-color: rgb(215 210 205 / 0.75);
  }

  .sm\:border-neutral-300\/80 {
    border-color: rgb(215 210 205 / 0.8);
  }

  .sm\:border-neutral-300\/85 {
    border-color: rgb(215 210 205 / 0.85);
  }

  .sm\:border-neutral-300\/90 {
    border-color: rgb(215 210 205 / 0.9);
  }

  .sm\:border-neutral-300\/95 {
    border-color: rgb(215 210 205 / 0.95);
  }

  .sm\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(175 168 161 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-400\/0 {
    border-color: rgb(175 168 161 / 0);
  }

  .sm\:border-neutral-400\/10 {
    border-color: rgb(175 168 161 / 0.1);
  }

  .sm\:border-neutral-400\/100 {
    border-color: rgb(175 168 161 / 1);
  }

  .sm\:border-neutral-400\/15 {
    border-color: rgb(175 168 161 / 0.15);
  }

  .sm\:border-neutral-400\/20 {
    border-color: rgb(175 168 161 / 0.2);
  }

  .sm\:border-neutral-400\/25 {
    border-color: rgb(175 168 161 / 0.25);
  }

  .sm\:border-neutral-400\/30 {
    border-color: rgb(175 168 161 / 0.3);
  }

  .sm\:border-neutral-400\/35 {
    border-color: rgb(175 168 161 / 0.35);
  }

  .sm\:border-neutral-400\/40 {
    border-color: rgb(175 168 161 / 0.4);
  }

  .sm\:border-neutral-400\/45 {
    border-color: rgb(175 168 161 / 0.45);
  }

  .sm\:border-neutral-400\/5 {
    border-color: rgb(175 168 161 / 0.05);
  }

  .sm\:border-neutral-400\/50 {
    border-color: rgb(175 168 161 / 0.5);
  }

  .sm\:border-neutral-400\/55 {
    border-color: rgb(175 168 161 / 0.55);
  }

  .sm\:border-neutral-400\/60 {
    border-color: rgb(175 168 161 / 0.6);
  }

  .sm\:border-neutral-400\/65 {
    border-color: rgb(175 168 161 / 0.65);
  }

  .sm\:border-neutral-400\/70 {
    border-color: rgb(175 168 161 / 0.7);
  }

  .sm\:border-neutral-400\/75 {
    border-color: rgb(175 168 161 / 0.75);
  }

  .sm\:border-neutral-400\/80 {
    border-color: rgb(175 168 161 / 0.8);
  }

  .sm\:border-neutral-400\/85 {
    border-color: rgb(175 168 161 / 0.85);
  }

  .sm\:border-neutral-400\/90 {
    border-color: rgb(175 168 161 / 0.9);
  }

  .sm\:border-neutral-400\/95 {
    border-color: rgb(175 168 161 / 0.95);
  }

  .sm\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgb(251 250 249 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-50\/0 {
    border-color: rgb(251 250 249 / 0);
  }

  .sm\:border-neutral-50\/10 {
    border-color: rgb(251 250 249 / 0.1);
  }

  .sm\:border-neutral-50\/100 {
    border-color: rgb(251 250 249 / 1);
  }

  .sm\:border-neutral-50\/15 {
    border-color: rgb(251 250 249 / 0.15);
  }

  .sm\:border-neutral-50\/20 {
    border-color: rgb(251 250 249 / 0.2);
  }

  .sm\:border-neutral-50\/25 {
    border-color: rgb(251 250 249 / 0.25);
  }

  .sm\:border-neutral-50\/30 {
    border-color: rgb(251 250 249 / 0.3);
  }

  .sm\:border-neutral-50\/35 {
    border-color: rgb(251 250 249 / 0.35);
  }

  .sm\:border-neutral-50\/40 {
    border-color: rgb(251 250 249 / 0.4);
  }

  .sm\:border-neutral-50\/45 {
    border-color: rgb(251 250 249 / 0.45);
  }

  .sm\:border-neutral-50\/5 {
    border-color: rgb(251 250 249 / 0.05);
  }

  .sm\:border-neutral-50\/50 {
    border-color: rgb(251 250 249 / 0.5);
  }

  .sm\:border-neutral-50\/55 {
    border-color: rgb(251 250 249 / 0.55);
  }

  .sm\:border-neutral-50\/60 {
    border-color: rgb(251 250 249 / 0.6);
  }

  .sm\:border-neutral-50\/65 {
    border-color: rgb(251 250 249 / 0.65);
  }

  .sm\:border-neutral-50\/70 {
    border-color: rgb(251 250 249 / 0.7);
  }

  .sm\:border-neutral-50\/75 {
    border-color: rgb(251 250 249 / 0.75);
  }

  .sm\:border-neutral-50\/80 {
    border-color: rgb(251 250 249 / 0.8);
  }

  .sm\:border-neutral-50\/85 {
    border-color: rgb(251 250 249 / 0.85);
  }

  .sm\:border-neutral-50\/90 {
    border-color: rgb(251 250 249 / 0.9);
  }

  .sm\:border-neutral-50\/95 {
    border-color: rgb(251 250 249 / 0.95);
  }

  .sm\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgb(129 121 113 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-500\/0 {
    border-color: rgb(129 121 113 / 0);
  }

  .sm\:border-neutral-500\/10 {
    border-color: rgb(129 121 113 / 0.1);
  }

  .sm\:border-neutral-500\/100 {
    border-color: rgb(129 121 113 / 1);
  }

  .sm\:border-neutral-500\/15 {
    border-color: rgb(129 121 113 / 0.15);
  }

  .sm\:border-neutral-500\/20 {
    border-color: rgb(129 121 113 / 0.2);
  }

  .sm\:border-neutral-500\/25 {
    border-color: rgb(129 121 113 / 0.25);
  }

  .sm\:border-neutral-500\/30 {
    border-color: rgb(129 121 113 / 0.3);
  }

  .sm\:border-neutral-500\/35 {
    border-color: rgb(129 121 113 / 0.35);
  }

  .sm\:border-neutral-500\/40 {
    border-color: rgb(129 121 113 / 0.4);
  }

  .sm\:border-neutral-500\/45 {
    border-color: rgb(129 121 113 / 0.45);
  }

  .sm\:border-neutral-500\/5 {
    border-color: rgb(129 121 113 / 0.05);
  }

  .sm\:border-neutral-500\/50 {
    border-color: rgb(129 121 113 / 0.5);
  }

  .sm\:border-neutral-500\/55 {
    border-color: rgb(129 121 113 / 0.55);
  }

  .sm\:border-neutral-500\/60 {
    border-color: rgb(129 121 113 / 0.6);
  }

  .sm\:border-neutral-500\/65 {
    border-color: rgb(129 121 113 / 0.65);
  }

  .sm\:border-neutral-500\/70 {
    border-color: rgb(129 121 113 / 0.7);
  }

  .sm\:border-neutral-500\/75 {
    border-color: rgb(129 121 113 / 0.75);
  }

  .sm\:border-neutral-500\/80 {
    border-color: rgb(129 121 113 / 0.8);
  }

  .sm\:border-neutral-500\/85 {
    border-color: rgb(129 121 113 / 0.85);
  }

  .sm\:border-neutral-500\/90 {
    border-color: rgb(129 121 113 / 0.9);
  }

  .sm\:border-neutral-500\/95 {
    border-color: rgb(129 121 113 / 0.95);
  }

  .sm\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(96 89 82 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-600\/0 {
    border-color: rgb(96 89 82 / 0);
  }

  .sm\:border-neutral-600\/10 {
    border-color: rgb(96 89 82 / 0.1);
  }

  .sm\:border-neutral-600\/100 {
    border-color: rgb(96 89 82 / 1);
  }

  .sm\:border-neutral-600\/15 {
    border-color: rgb(96 89 82 / 0.15);
  }

  .sm\:border-neutral-600\/20 {
    border-color: rgb(96 89 82 / 0.2);
  }

  .sm\:border-neutral-600\/25 {
    border-color: rgb(96 89 82 / 0.25);
  }

  .sm\:border-neutral-600\/30 {
    border-color: rgb(96 89 82 / 0.3);
  }

  .sm\:border-neutral-600\/35 {
    border-color: rgb(96 89 82 / 0.35);
  }

  .sm\:border-neutral-600\/40 {
    border-color: rgb(96 89 82 / 0.4);
  }

  .sm\:border-neutral-600\/45 {
    border-color: rgb(96 89 82 / 0.45);
  }

  .sm\:border-neutral-600\/5 {
    border-color: rgb(96 89 82 / 0.05);
  }

  .sm\:border-neutral-600\/50 {
    border-color: rgb(96 89 82 / 0.5);
  }

  .sm\:border-neutral-600\/55 {
    border-color: rgb(96 89 82 / 0.55);
  }

  .sm\:border-neutral-600\/60 {
    border-color: rgb(96 89 82 / 0.6);
  }

  .sm\:border-neutral-600\/65 {
    border-color: rgb(96 89 82 / 0.65);
  }

  .sm\:border-neutral-600\/70 {
    border-color: rgb(96 89 82 / 0.7);
  }

  .sm\:border-neutral-600\/75 {
    border-color: rgb(96 89 82 / 0.75);
  }

  .sm\:border-neutral-600\/80 {
    border-color: rgb(96 89 82 / 0.8);
  }

  .sm\:border-neutral-600\/85 {
    border-color: rgb(96 89 82 / 0.85);
  }

  .sm\:border-neutral-600\/90 {
    border-color: rgb(96 89 82 / 0.9);
  }

  .sm\:border-neutral-600\/95 {
    border-color: rgb(96 89 82 / 0.95);
  }

  .sm\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(73 68 63 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-700\/0 {
    border-color: rgb(73 68 63 / 0);
  }

  .sm\:border-neutral-700\/10 {
    border-color: rgb(73 68 63 / 0.1);
  }

  .sm\:border-neutral-700\/100 {
    border-color: rgb(73 68 63 / 1);
  }

  .sm\:border-neutral-700\/15 {
    border-color: rgb(73 68 63 / 0.15);
  }

  .sm\:border-neutral-700\/20 {
    border-color: rgb(73 68 63 / 0.2);
  }

  .sm\:border-neutral-700\/25 {
    border-color: rgb(73 68 63 / 0.25);
  }

  .sm\:border-neutral-700\/30 {
    border-color: rgb(73 68 63 / 0.3);
  }

  .sm\:border-neutral-700\/35 {
    border-color: rgb(73 68 63 / 0.35);
  }

  .sm\:border-neutral-700\/40 {
    border-color: rgb(73 68 63 / 0.4);
  }

  .sm\:border-neutral-700\/45 {
    border-color: rgb(73 68 63 / 0.45);
  }

  .sm\:border-neutral-700\/5 {
    border-color: rgb(73 68 63 / 0.05);
  }

  .sm\:border-neutral-700\/50 {
    border-color: rgb(73 68 63 / 0.5);
  }

  .sm\:border-neutral-700\/55 {
    border-color: rgb(73 68 63 / 0.55);
  }

  .sm\:border-neutral-700\/60 {
    border-color: rgb(73 68 63 / 0.6);
  }

  .sm\:border-neutral-700\/65 {
    border-color: rgb(73 68 63 / 0.65);
  }

  .sm\:border-neutral-700\/70 {
    border-color: rgb(73 68 63 / 0.7);
  }

  .sm\:border-neutral-700\/75 {
    border-color: rgb(73 68 63 / 0.75);
  }

  .sm\:border-neutral-700\/80 {
    border-color: rgb(73 68 63 / 0.8);
  }

  .sm\:border-neutral-700\/85 {
    border-color: rgb(73 68 63 / 0.85);
  }

  .sm\:border-neutral-700\/90 {
    border-color: rgb(73 68 63 / 0.9);
  }

  .sm\:border-neutral-700\/95 {
    border-color: rgb(73 68 63 / 0.95);
  }

  .sm\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgb(48 45 42 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-800\/0 {
    border-color: rgb(48 45 42 / 0);
  }

  .sm\:border-neutral-800\/10 {
    border-color: rgb(48 45 42 / 0.1);
  }

  .sm\:border-neutral-800\/100 {
    border-color: rgb(48 45 42 / 1);
  }

  .sm\:border-neutral-800\/15 {
    border-color: rgb(48 45 42 / 0.15);
  }

  .sm\:border-neutral-800\/20 {
    border-color: rgb(48 45 42 / 0.2);
  }

  .sm\:border-neutral-800\/25 {
    border-color: rgb(48 45 42 / 0.25);
  }

  .sm\:border-neutral-800\/30 {
    border-color: rgb(48 45 42 / 0.3);
  }

  .sm\:border-neutral-800\/35 {
    border-color: rgb(48 45 42 / 0.35);
  }

  .sm\:border-neutral-800\/40 {
    border-color: rgb(48 45 42 / 0.4);
  }

  .sm\:border-neutral-800\/45 {
    border-color: rgb(48 45 42 / 0.45);
  }

  .sm\:border-neutral-800\/5 {
    border-color: rgb(48 45 42 / 0.05);
  }

  .sm\:border-neutral-800\/50 {
    border-color: rgb(48 45 42 / 0.5);
  }

  .sm\:border-neutral-800\/55 {
    border-color: rgb(48 45 42 / 0.55);
  }

  .sm\:border-neutral-800\/60 {
    border-color: rgb(48 45 42 / 0.6);
  }

  .sm\:border-neutral-800\/65 {
    border-color: rgb(48 45 42 / 0.65);
  }

  .sm\:border-neutral-800\/70 {
    border-color: rgb(48 45 42 / 0.7);
  }

  .sm\:border-neutral-800\/75 {
    border-color: rgb(48 45 42 / 0.75);
  }

  .sm\:border-neutral-800\/80 {
    border-color: rgb(48 45 42 / 0.8);
  }

  .sm\:border-neutral-800\/85 {
    border-color: rgb(48 45 42 / 0.85);
  }

  .sm\:border-neutral-800\/90 {
    border-color: rgb(48 45 42 / 0.9);
  }

  .sm\:border-neutral-800\/95 {
    border-color: rgb(48 45 42 / 0.95);
  }

  .sm\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgb(33 31 29 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-900\/0 {
    border-color: rgb(33 31 29 / 0);
  }

  .sm\:border-neutral-900\/10 {
    border-color: rgb(33 31 29 / 0.1);
  }

  .sm\:border-neutral-900\/100 {
    border-color: rgb(33 31 29 / 1);
  }

  .sm\:border-neutral-900\/15 {
    border-color: rgb(33 31 29 / 0.15);
  }

  .sm\:border-neutral-900\/20 {
    border-color: rgb(33 31 29 / 0.2);
  }

  .sm\:border-neutral-900\/25 {
    border-color: rgb(33 31 29 / 0.25);
  }

  .sm\:border-neutral-900\/30 {
    border-color: rgb(33 31 29 / 0.3);
  }

  .sm\:border-neutral-900\/35 {
    border-color: rgb(33 31 29 / 0.35);
  }

  .sm\:border-neutral-900\/40 {
    border-color: rgb(33 31 29 / 0.4);
  }

  .sm\:border-neutral-900\/45 {
    border-color: rgb(33 31 29 / 0.45);
  }

  .sm\:border-neutral-900\/5 {
    border-color: rgb(33 31 29 / 0.05);
  }

  .sm\:border-neutral-900\/50 {
    border-color: rgb(33 31 29 / 0.5);
  }

  .sm\:border-neutral-900\/55 {
    border-color: rgb(33 31 29 / 0.55);
  }

  .sm\:border-neutral-900\/60 {
    border-color: rgb(33 31 29 / 0.6);
  }

  .sm\:border-neutral-900\/65 {
    border-color: rgb(33 31 29 / 0.65);
  }

  .sm\:border-neutral-900\/70 {
    border-color: rgb(33 31 29 / 0.7);
  }

  .sm\:border-neutral-900\/75 {
    border-color: rgb(33 31 29 / 0.75);
  }

  .sm\:border-neutral-900\/80 {
    border-color: rgb(33 31 29 / 0.8);
  }

  .sm\:border-neutral-900\/85 {
    border-color: rgb(33 31 29 / 0.85);
  }

  .sm\:border-neutral-900\/90 {
    border-color: rgb(33 31 29 / 0.9);
  }

  .sm\:border-neutral-900\/95 {
    border-color: rgb(33 31 29 / 0.95);
  }

  .sm\:border-neutral-950 {
    --tw-border-opacity: 1;
    border-color: rgb(18 17 16 / var(--tw-border-opacity, 1));
  }

  .sm\:border-neutral-950\/0 {
    border-color: rgb(18 17 16 / 0);
  }

  .sm\:border-neutral-950\/10 {
    border-color: rgb(18 17 16 / 0.1);
  }

  .sm\:border-neutral-950\/100 {
    border-color: rgb(18 17 16 / 1);
  }

  .sm\:border-neutral-950\/15 {
    border-color: rgb(18 17 16 / 0.15);
  }

  .sm\:border-neutral-950\/20 {
    border-color: rgb(18 17 16 / 0.2);
  }

  .sm\:border-neutral-950\/25 {
    border-color: rgb(18 17 16 / 0.25);
  }

  .sm\:border-neutral-950\/30 {
    border-color: rgb(18 17 16 / 0.3);
  }

  .sm\:border-neutral-950\/35 {
    border-color: rgb(18 17 16 / 0.35);
  }

  .sm\:border-neutral-950\/40 {
    border-color: rgb(18 17 16 / 0.4);
  }

  .sm\:border-neutral-950\/45 {
    border-color: rgb(18 17 16 / 0.45);
  }

  .sm\:border-neutral-950\/5 {
    border-color: rgb(18 17 16 / 0.05);
  }

  .sm\:border-neutral-950\/50 {
    border-color: rgb(18 17 16 / 0.5);
  }

  .sm\:border-neutral-950\/55 {
    border-color: rgb(18 17 16 / 0.55);
  }

  .sm\:border-neutral-950\/60 {
    border-color: rgb(18 17 16 / 0.6);
  }

  .sm\:border-neutral-950\/65 {
    border-color: rgb(18 17 16 / 0.65);
  }

  .sm\:border-neutral-950\/70 {
    border-color: rgb(18 17 16 / 0.7);
  }

  .sm\:border-neutral-950\/75 {
    border-color: rgb(18 17 16 / 0.75);
  }

  .sm\:border-neutral-950\/80 {
    border-color: rgb(18 17 16 / 0.8);
  }

  .sm\:border-neutral-950\/85 {
    border-color: rgb(18 17 16 / 0.85);
  }

  .sm\:border-neutral-950\/90 {
    border-color: rgb(18 17 16 / 0.9);
  }

  .sm\:border-neutral-950\/95 {
    border-color: rgb(18 17 16 / 0.95);
  }

  .sm\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 234 222 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-100\/0 {
    border-color: rgb(254 234 222 / 0);
  }

  .sm\:border-primary-100\/10 {
    border-color: rgb(254 234 222 / 0.1);
  }

  .sm\:border-primary-100\/100 {
    border-color: rgb(254 234 222 / 1);
  }

  .sm\:border-primary-100\/15 {
    border-color: rgb(254 234 222 / 0.15);
  }

  .sm\:border-primary-100\/20 {
    border-color: rgb(254 234 222 / 0.2);
  }

  .sm\:border-primary-100\/25 {
    border-color: rgb(254 234 222 / 0.25);
  }

  .sm\:border-primary-100\/30 {
    border-color: rgb(254 234 222 / 0.3);
  }

  .sm\:border-primary-100\/35 {
    border-color: rgb(254 234 222 / 0.35);
  }

  .sm\:border-primary-100\/40 {
    border-color: rgb(254 234 222 / 0.4);
  }

  .sm\:border-primary-100\/45 {
    border-color: rgb(254 234 222 / 0.45);
  }

  .sm\:border-primary-100\/5 {
    border-color: rgb(254 234 222 / 0.05);
  }

  .sm\:border-primary-100\/50 {
    border-color: rgb(254 234 222 / 0.5);
  }

  .sm\:border-primary-100\/55 {
    border-color: rgb(254 234 222 / 0.55);
  }

  .sm\:border-primary-100\/60 {
    border-color: rgb(254 234 222 / 0.6);
  }

  .sm\:border-primary-100\/65 {
    border-color: rgb(254 234 222 / 0.65);
  }

  .sm\:border-primary-100\/70 {
    border-color: rgb(254 234 222 / 0.7);
  }

  .sm\:border-primary-100\/75 {
    border-color: rgb(254 234 222 / 0.75);
  }

  .sm\:border-primary-100\/80 {
    border-color: rgb(254 234 222 / 0.8);
  }

  .sm\:border-primary-100\/85 {
    border-color: rgb(254 234 222 / 0.85);
  }

  .sm\:border-primary-100\/90 {
    border-color: rgb(254 234 222 / 0.9);
  }

  .sm\:border-primary-100\/95 {
    border-color: rgb(254 234 222 / 0.95);
  }

  .sm\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 189 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-200\/0 {
    border-color: rgb(252 211 189 / 0);
  }

  .sm\:border-primary-200\/10 {
    border-color: rgb(252 211 189 / 0.1);
  }

  .sm\:border-primary-200\/100 {
    border-color: rgb(252 211 189 / 1);
  }

  .sm\:border-primary-200\/15 {
    border-color: rgb(252 211 189 / 0.15);
  }

  .sm\:border-primary-200\/20 {
    border-color: rgb(252 211 189 / 0.2);
  }

  .sm\:border-primary-200\/25 {
    border-color: rgb(252 211 189 / 0.25);
  }

  .sm\:border-primary-200\/30 {
    border-color: rgb(252 211 189 / 0.3);
  }

  .sm\:border-primary-200\/35 {
    border-color: rgb(252 211 189 / 0.35);
  }

  .sm\:border-primary-200\/40 {
    border-color: rgb(252 211 189 / 0.4);
  }

  .sm\:border-primary-200\/45 {
    border-color: rgb(252 211 189 / 0.45);
  }

  .sm\:border-primary-200\/5 {
    border-color: rgb(252 211 189 / 0.05);
  }

  .sm\:border-primary-200\/50 {
    border-color: rgb(252 211 189 / 0.5);
  }

  .sm\:border-primary-200\/55 {
    border-color: rgb(252 211 189 / 0.55);
  }

  .sm\:border-primary-200\/60 {
    border-color: rgb(252 211 189 / 0.6);
  }

  .sm\:border-primary-200\/65 {
    border-color: rgb(252 211 189 / 0.65);
  }

  .sm\:border-primary-200\/70 {
    border-color: rgb(252 211 189 / 0.7);
  }

  .sm\:border-primary-200\/75 {
    border-color: rgb(252 211 189 / 0.75);
  }

  .sm\:border-primary-200\/80 {
    border-color: rgb(252 211 189 / 0.8);
  }

  .sm\:border-primary-200\/85 {
    border-color: rgb(252 211 189 / 0.85);
  }

  .sm\:border-primary-200\/90 {
    border-color: rgb(252 211 189 / 0.9);
  }

  .sm\:border-primary-200\/95 {
    border-color: rgb(252 211 189 / 0.95);
  }

  .sm\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgb(250 179 143 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-300\/0 {
    border-color: rgb(250 179 143 / 0);
  }

  .sm\:border-primary-300\/10 {
    border-color: rgb(250 179 143 / 0.1);
  }

  .sm\:border-primary-300\/100 {
    border-color: rgb(250 179 143 / 1);
  }

  .sm\:border-primary-300\/15 {
    border-color: rgb(250 179 143 / 0.15);
  }

  .sm\:border-primary-300\/20 {
    border-color: rgb(250 179 143 / 0.2);
  }

  .sm\:border-primary-300\/25 {
    border-color: rgb(250 179 143 / 0.25);
  }

  .sm\:border-primary-300\/30 {
    border-color: rgb(250 179 143 / 0.3);
  }

  .sm\:border-primary-300\/35 {
    border-color: rgb(250 179 143 / 0.35);
  }

  .sm\:border-primary-300\/40 {
    border-color: rgb(250 179 143 / 0.4);
  }

  .sm\:border-primary-300\/45 {
    border-color: rgb(250 179 143 / 0.45);
  }

  .sm\:border-primary-300\/5 {
    border-color: rgb(250 179 143 / 0.05);
  }

  .sm\:border-primary-300\/50 {
    border-color: rgb(250 179 143 / 0.5);
  }

  .sm\:border-primary-300\/55 {
    border-color: rgb(250 179 143 / 0.55);
  }

  .sm\:border-primary-300\/60 {
    border-color: rgb(250 179 143 / 0.6);
  }

  .sm\:border-primary-300\/65 {
    border-color: rgb(250 179 143 / 0.65);
  }

  .sm\:border-primary-300\/70 {
    border-color: rgb(250 179 143 / 0.7);
  }

  .sm\:border-primary-300\/75 {
    border-color: rgb(250 179 143 / 0.75);
  }

  .sm\:border-primary-300\/80 {
    border-color: rgb(250 179 143 / 0.8);
  }

  .sm\:border-primary-300\/85 {
    border-color: rgb(250 179 143 / 0.85);
  }

  .sm\:border-primary-300\/90 {
    border-color: rgb(250 179 143 / 0.9);
  }

  .sm\:border-primary-300\/95 {
    border-color: rgb(250 179 143 / 0.95);
  }

  .sm\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(249 151 102 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-400\/0 {
    border-color: rgb(249 151 102 / 0);
  }

  .sm\:border-primary-400\/10 {
    border-color: rgb(249 151 102 / 0.1);
  }

  .sm\:border-primary-400\/100 {
    border-color: rgb(249 151 102 / 1);
  }

  .sm\:border-primary-400\/15 {
    border-color: rgb(249 151 102 / 0.15);
  }

  .sm\:border-primary-400\/20 {
    border-color: rgb(249 151 102 / 0.2);
  }

  .sm\:border-primary-400\/25 {
    border-color: rgb(249 151 102 / 0.25);
  }

  .sm\:border-primary-400\/30 {
    border-color: rgb(249 151 102 / 0.3);
  }

  .sm\:border-primary-400\/35 {
    border-color: rgb(249 151 102 / 0.35);
  }

  .sm\:border-primary-400\/40 {
    border-color: rgb(249 151 102 / 0.4);
  }

  .sm\:border-primary-400\/45 {
    border-color: rgb(249 151 102 / 0.45);
  }

  .sm\:border-primary-400\/5 {
    border-color: rgb(249 151 102 / 0.05);
  }

  .sm\:border-primary-400\/50 {
    border-color: rgb(249 151 102 / 0.5);
  }

  .sm\:border-primary-400\/55 {
    border-color: rgb(249 151 102 / 0.55);
  }

  .sm\:border-primary-400\/60 {
    border-color: rgb(249 151 102 / 0.6);
  }

  .sm\:border-primary-400\/65 {
    border-color: rgb(249 151 102 / 0.65);
  }

  .sm\:border-primary-400\/70 {
    border-color: rgb(249 151 102 / 0.7);
  }

  .sm\:border-primary-400\/75 {
    border-color: rgb(249 151 102 / 0.75);
  }

  .sm\:border-primary-400\/80 {
    border-color: rgb(249 151 102 / 0.8);
  }

  .sm\:border-primary-400\/85 {
    border-color: rgb(249 151 102 / 0.85);
  }

  .sm\:border-primary-400\/90 {
    border-color: rgb(249 151 102 / 0.9);
  }

  .sm\:border-primary-400\/95 {
    border-color: rgb(249 151 102 / 0.95);
  }

  .sm\:border-primary-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 247 242 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-50\/0 {
    border-color: rgb(255 247 242 / 0);
  }

  .sm\:border-primary-50\/10 {
    border-color: rgb(255 247 242 / 0.1);
  }

  .sm\:border-primary-50\/100 {
    border-color: rgb(255 247 242 / 1);
  }

  .sm\:border-primary-50\/15 {
    border-color: rgb(255 247 242 / 0.15);
  }

  .sm\:border-primary-50\/20 {
    border-color: rgb(255 247 242 / 0.2);
  }

  .sm\:border-primary-50\/25 {
    border-color: rgb(255 247 242 / 0.25);
  }

  .sm\:border-primary-50\/30 {
    border-color: rgb(255 247 242 / 0.3);
  }

  .sm\:border-primary-50\/35 {
    border-color: rgb(255 247 242 / 0.35);
  }

  .sm\:border-primary-50\/40 {
    border-color: rgb(255 247 242 / 0.4);
  }

  .sm\:border-primary-50\/45 {
    border-color: rgb(255 247 242 / 0.45);
  }

  .sm\:border-primary-50\/5 {
    border-color: rgb(255 247 242 / 0.05);
  }

  .sm\:border-primary-50\/50 {
    border-color: rgb(255 247 242 / 0.5);
  }

  .sm\:border-primary-50\/55 {
    border-color: rgb(255 247 242 / 0.55);
  }

  .sm\:border-primary-50\/60 {
    border-color: rgb(255 247 242 / 0.6);
  }

  .sm\:border-primary-50\/65 {
    border-color: rgb(255 247 242 / 0.65);
  }

  .sm\:border-primary-50\/70 {
    border-color: rgb(255 247 242 / 0.7);
  }

  .sm\:border-primary-50\/75 {
    border-color: rgb(255 247 242 / 0.75);
  }

  .sm\:border-primary-50\/80 {
    border-color: rgb(255 247 242 / 0.8);
  }

  .sm\:border-primary-50\/85 {
    border-color: rgb(255 247 242 / 0.85);
  }

  .sm\:border-primary-50\/90 {
    border-color: rgb(255 247 242 / 0.9);
  }

  .sm\:border-primary-50\/95 {
    border-color: rgb(255 247 242 / 0.95);
  }

  .sm\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(247 141 77 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-500\/0 {
    border-color: rgb(247 141 77 / 0);
  }

  .sm\:border-primary-500\/10 {
    border-color: rgb(247 141 77 / 0.1);
  }

  .sm\:border-primary-500\/100 {
    border-color: rgb(247 141 77 / 1);
  }

  .sm\:border-primary-500\/15 {
    border-color: rgb(247 141 77 / 0.15);
  }

  .sm\:border-primary-500\/20 {
    border-color: rgb(247 141 77 / 0.2);
  }

  .sm\:border-primary-500\/25 {
    border-color: rgb(247 141 77 / 0.25);
  }

  .sm\:border-primary-500\/30 {
    border-color: rgb(247 141 77 / 0.3);
  }

  .sm\:border-primary-500\/35 {
    border-color: rgb(247 141 77 / 0.35);
  }

  .sm\:border-primary-500\/40 {
    border-color: rgb(247 141 77 / 0.4);
  }

  .sm\:border-primary-500\/45 {
    border-color: rgb(247 141 77 / 0.45);
  }

  .sm\:border-primary-500\/5 {
    border-color: rgb(247 141 77 / 0.05);
  }

  .sm\:border-primary-500\/50 {
    border-color: rgb(247 141 77 / 0.5);
  }

  .sm\:border-primary-500\/55 {
    border-color: rgb(247 141 77 / 0.55);
  }

  .sm\:border-primary-500\/60 {
    border-color: rgb(247 141 77 / 0.6);
  }

  .sm\:border-primary-500\/65 {
    border-color: rgb(247 141 77 / 0.65);
  }

  .sm\:border-primary-500\/70 {
    border-color: rgb(247 141 77 / 0.7);
  }

  .sm\:border-primary-500\/75 {
    border-color: rgb(247 141 77 / 0.75);
  }

  .sm\:border-primary-500\/80 {
    border-color: rgb(247 141 77 / 0.8);
  }

  .sm\:border-primary-500\/85 {
    border-color: rgb(247 141 77 / 0.85);
  }

  .sm\:border-primary-500\/90 {
    border-color: rgb(247 141 77 / 0.9);
  }

  .sm\:border-primary-500\/95 {
    border-color: rgb(247 141 77 / 0.95);
  }

  .sm\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgb(233 99 37 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-600\/0 {
    border-color: rgb(233 99 37 / 0);
  }

  .sm\:border-primary-600\/10 {
    border-color: rgb(233 99 37 / 0.1);
  }

  .sm\:border-primary-600\/100 {
    border-color: rgb(233 99 37 / 1);
  }

  .sm\:border-primary-600\/15 {
    border-color: rgb(233 99 37 / 0.15);
  }

  .sm\:border-primary-600\/20 {
    border-color: rgb(233 99 37 / 0.2);
  }

  .sm\:border-primary-600\/25 {
    border-color: rgb(233 99 37 / 0.25);
  }

  .sm\:border-primary-600\/30 {
    border-color: rgb(233 99 37 / 0.3);
  }

  .sm\:border-primary-600\/35 {
    border-color: rgb(233 99 37 / 0.35);
  }

  .sm\:border-primary-600\/40 {
    border-color: rgb(233 99 37 / 0.4);
  }

  .sm\:border-primary-600\/45 {
    border-color: rgb(233 99 37 / 0.45);
  }

  .sm\:border-primary-600\/5 {
    border-color: rgb(233 99 37 / 0.05);
  }

  .sm\:border-primary-600\/50 {
    border-color: rgb(233 99 37 / 0.5);
  }

  .sm\:border-primary-600\/55 {
    border-color: rgb(233 99 37 / 0.55);
  }

  .sm\:border-primary-600\/60 {
    border-color: rgb(233 99 37 / 0.6);
  }

  .sm\:border-primary-600\/65 {
    border-color: rgb(233 99 37 / 0.65);
  }

  .sm\:border-primary-600\/70 {
    border-color: rgb(233 99 37 / 0.7);
  }

  .sm\:border-primary-600\/75 {
    border-color: rgb(233 99 37 / 0.75);
  }

  .sm\:border-primary-600\/80 {
    border-color: rgb(233 99 37 / 0.8);
  }

  .sm\:border-primary-600\/85 {
    border-color: rgb(233 99 37 / 0.85);
  }

  .sm\:border-primary-600\/90 {
    border-color: rgb(233 99 37 / 0.9);
  }

  .sm\:border-primary-600\/95 {
    border-color: rgb(233 99 37 / 0.95);
  }

  .sm\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgb(201 74 22 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-700\/0 {
    border-color: rgb(201 74 22 / 0);
  }

  .sm\:border-primary-700\/10 {
    border-color: rgb(201 74 22 / 0.1);
  }

  .sm\:border-primary-700\/100 {
    border-color: rgb(201 74 22 / 1);
  }

  .sm\:border-primary-700\/15 {
    border-color: rgb(201 74 22 / 0.15);
  }

  .sm\:border-primary-700\/20 {
    border-color: rgb(201 74 22 / 0.2);
  }

  .sm\:border-primary-700\/25 {
    border-color: rgb(201 74 22 / 0.25);
  }

  .sm\:border-primary-700\/30 {
    border-color: rgb(201 74 22 / 0.3);
  }

  .sm\:border-primary-700\/35 {
    border-color: rgb(201 74 22 / 0.35);
  }

  .sm\:border-primary-700\/40 {
    border-color: rgb(201 74 22 / 0.4);
  }

  .sm\:border-primary-700\/45 {
    border-color: rgb(201 74 22 / 0.45);
  }

  .sm\:border-primary-700\/5 {
    border-color: rgb(201 74 22 / 0.05);
  }

  .sm\:border-primary-700\/50 {
    border-color: rgb(201 74 22 / 0.5);
  }

  .sm\:border-primary-700\/55 {
    border-color: rgb(201 74 22 / 0.55);
  }

  .sm\:border-primary-700\/60 {
    border-color: rgb(201 74 22 / 0.6);
  }

  .sm\:border-primary-700\/65 {
    border-color: rgb(201 74 22 / 0.65);
  }

  .sm\:border-primary-700\/70 {
    border-color: rgb(201 74 22 / 0.7);
  }

  .sm\:border-primary-700\/75 {
    border-color: rgb(201 74 22 / 0.75);
  }

  .sm\:border-primary-700\/80 {
    border-color: rgb(201 74 22 / 0.8);
  }

  .sm\:border-primary-700\/85 {
    border-color: rgb(201 74 22 / 0.85);
  }

  .sm\:border-primary-700\/90 {
    border-color: rgb(201 74 22 / 0.9);
  }

  .sm\:border-primary-700\/95 {
    border-color: rgb(201 74 22 / 0.95);
  }

  .sm\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgb(161 59 24 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-800\/0 {
    border-color: rgb(161 59 24 / 0);
  }

  .sm\:border-primary-800\/10 {
    border-color: rgb(161 59 24 / 0.1);
  }

  .sm\:border-primary-800\/100 {
    border-color: rgb(161 59 24 / 1);
  }

  .sm\:border-primary-800\/15 {
    border-color: rgb(161 59 24 / 0.15);
  }

  .sm\:border-primary-800\/20 {
    border-color: rgb(161 59 24 / 0.2);
  }

  .sm\:border-primary-800\/25 {
    border-color: rgb(161 59 24 / 0.25);
  }

  .sm\:border-primary-800\/30 {
    border-color: rgb(161 59 24 / 0.3);
  }

  .sm\:border-primary-800\/35 {
    border-color: rgb(161 59 24 / 0.35);
  }

  .sm\:border-primary-800\/40 {
    border-color: rgb(161 59 24 / 0.4);
  }

  .sm\:border-primary-800\/45 {
    border-color: rgb(161 59 24 / 0.45);
  }

  .sm\:border-primary-800\/5 {
    border-color: rgb(161 59 24 / 0.05);
  }

  .sm\:border-primary-800\/50 {
    border-color: rgb(161 59 24 / 0.5);
  }

  .sm\:border-primary-800\/55 {
    border-color: rgb(161 59 24 / 0.55);
  }

  .sm\:border-primary-800\/60 {
    border-color: rgb(161 59 24 / 0.6);
  }

  .sm\:border-primary-800\/65 {
    border-color: rgb(161 59 24 / 0.65);
  }

  .sm\:border-primary-800\/70 {
    border-color: rgb(161 59 24 / 0.7);
  }

  .sm\:border-primary-800\/75 {
    border-color: rgb(161 59 24 / 0.75);
  }

  .sm\:border-primary-800\/80 {
    border-color: rgb(161 59 24 / 0.8);
  }

  .sm\:border-primary-800\/85 {
    border-color: rgb(161 59 24 / 0.85);
  }

  .sm\:border-primary-800\/90 {
    border-color: rgb(161 59 24 / 0.9);
  }

  .sm\:border-primary-800\/95 {
    border-color: rgb(161 59 24 / 0.95);
  }

  .sm\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgb(130 51 24 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-900\/0 {
    border-color: rgb(130 51 24 / 0);
  }

  .sm\:border-primary-900\/10 {
    border-color: rgb(130 51 24 / 0.1);
  }

  .sm\:border-primary-900\/100 {
    border-color: rgb(130 51 24 / 1);
  }

  .sm\:border-primary-900\/15 {
    border-color: rgb(130 51 24 / 0.15);
  }

  .sm\:border-primary-900\/20 {
    border-color: rgb(130 51 24 / 0.2);
  }

  .sm\:border-primary-900\/25 {
    border-color: rgb(130 51 24 / 0.25);
  }

  .sm\:border-primary-900\/30 {
    border-color: rgb(130 51 24 / 0.3);
  }

  .sm\:border-primary-900\/35 {
    border-color: rgb(130 51 24 / 0.35);
  }

  .sm\:border-primary-900\/40 {
    border-color: rgb(130 51 24 / 0.4);
  }

  .sm\:border-primary-900\/45 {
    border-color: rgb(130 51 24 / 0.45);
  }

  .sm\:border-primary-900\/5 {
    border-color: rgb(130 51 24 / 0.05);
  }

  .sm\:border-primary-900\/50 {
    border-color: rgb(130 51 24 / 0.5);
  }

  .sm\:border-primary-900\/55 {
    border-color: rgb(130 51 24 / 0.55);
  }

  .sm\:border-primary-900\/60 {
    border-color: rgb(130 51 24 / 0.6);
  }

  .sm\:border-primary-900\/65 {
    border-color: rgb(130 51 24 / 0.65);
  }

  .sm\:border-primary-900\/70 {
    border-color: rgb(130 51 24 / 0.7);
  }

  .sm\:border-primary-900\/75 {
    border-color: rgb(130 51 24 / 0.75);
  }

  .sm\:border-primary-900\/80 {
    border-color: rgb(130 51 24 / 0.8);
  }

  .sm\:border-primary-900\/85 {
    border-color: rgb(130 51 24 / 0.85);
  }

  .sm\:border-primary-900\/90 {
    border-color: rgb(130 51 24 / 0.9);
  }

  .sm\:border-primary-900\/95 {
    border-color: rgb(130 51 24 / 0.95);
  }

  .sm\:border-primary-950 {
    --tw-border-opacity: 1;
    border-color: rgb(70 23 8 / var(--tw-border-opacity, 1));
  }

  .sm\:border-primary-950\/0 {
    border-color: rgb(70 23 8 / 0);
  }

  .sm\:border-primary-950\/10 {
    border-color: rgb(70 23 8 / 0.1);
  }

  .sm\:border-primary-950\/100 {
    border-color: rgb(70 23 8 / 1);
  }

  .sm\:border-primary-950\/15 {
    border-color: rgb(70 23 8 / 0.15);
  }

  .sm\:border-primary-950\/20 {
    border-color: rgb(70 23 8 / 0.2);
  }

  .sm\:border-primary-950\/25 {
    border-color: rgb(70 23 8 / 0.25);
  }

  .sm\:border-primary-950\/30 {
    border-color: rgb(70 23 8 / 0.3);
  }

  .sm\:border-primary-950\/35 {
    border-color: rgb(70 23 8 / 0.35);
  }

  .sm\:border-primary-950\/40 {
    border-color: rgb(70 23 8 / 0.4);
  }

  .sm\:border-primary-950\/45 {
    border-color: rgb(70 23 8 / 0.45);
  }

  .sm\:border-primary-950\/5 {
    border-color: rgb(70 23 8 / 0.05);
  }

  .sm\:border-primary-950\/50 {
    border-color: rgb(70 23 8 / 0.5);
  }

  .sm\:border-primary-950\/55 {
    border-color: rgb(70 23 8 / 0.55);
  }

  .sm\:border-primary-950\/60 {
    border-color: rgb(70 23 8 / 0.6);
  }

  .sm\:border-primary-950\/65 {
    border-color: rgb(70 23 8 / 0.65);
  }

  .sm\:border-primary-950\/70 {
    border-color: rgb(70 23 8 / 0.7);
  }

  .sm\:border-primary-950\/75 {
    border-color: rgb(70 23 8 / 0.75);
  }

  .sm\:border-primary-950\/80 {
    border-color: rgb(70 23 8 / 0.8);
  }

  .sm\:border-primary-950\/85 {
    border-color: rgb(70 23 8 / 0.85);
  }

  .sm\:border-primary-950\/90 {
    border-color: rgb(70 23 8 / 0.9);
  }

  .sm\:border-primary-950\/95 {
    border-color: rgb(70 23 8 / 0.95);
  }

  .sm\:border-transparent {
    border-color: transparent;
  }

  .sm\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .sm\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .sm\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .sm\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .sm\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .sm\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .sm\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .sm\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .sm\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .sm\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .sm\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .sm\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .sm\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .sm\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .sm\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .sm\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .sm\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .sm\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .sm\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .sm\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .sm\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .sm\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .sm\:border-white\/0 {
    border-color: rgb(255 255 255 / 0);
  }

  .sm\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .sm\:border-white\/100 {
    border-color: rgb(255 255 255 / 1);
  }

  .sm\:border-white\/15 {
    border-color: rgb(255 255 255 / 0.15);
  }

  .sm\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

  .sm\:border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
  }

  .sm\:border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
  }

  .sm\:border-white\/35 {
    border-color: rgb(255 255 255 / 0.35);
  }

  .sm\:border-white\/40 {
    border-color: rgb(255 255 255 / 0.4);
  }

  .sm\:border-white\/45 {
    border-color: rgb(255 255 255 / 0.45);
  }

  .sm\:border-white\/5 {
    border-color: rgb(255 255 255 / 0.05);
  }

  .sm\:border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
  }

  .sm\:border-white\/55 {
    border-color: rgb(255 255 255 / 0.55);
  }

  .sm\:border-white\/60 {
    border-color: rgb(255 255 255 / 0.6);
  }

  .sm\:border-white\/65 {
    border-color: rgb(255 255 255 / 0.65);
  }

  .sm\:border-white\/70 {
    border-color: rgb(255 255 255 / 0.7);
  }

  .sm\:border-white\/75 {
    border-color: rgb(255 255 255 / 0.75);
  }

  .sm\:border-white\/80 {
    border-color: rgb(255 255 255 / 0.8);
  }

  .sm\:border-white\/85 {
    border-color: rgb(255 255 255 / 0.85);
  }

  .sm\:border-white\/90 {
    border-color: rgb(255 255 255 / 0.9);
  }

  .sm\:border-white\/95 {
    border-color: rgb(255 255 255 / 0.95);
  }

  .sm\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-color: rgb(254 249 195 / 0.35);
  }

  .sm\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-color: rgb(254 249 195 / 0.55);
  }

  .sm\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-color: rgb(254 240 138 / 0.35);
  }

  .sm\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-color: rgb(254 240 138 / 0.55);
  }

  .sm\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-color: rgb(250 204 21 / 0.35);
  }

  .sm\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-color: rgb(250 204 21 / 0.55);
  }

  .sm\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-color: rgb(254 252 232 / 0.35);
  }

  .sm\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-color: rgb(254 252 232 / 0.55);
  }

  .sm\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-color: rgb(234 179 8 / 0.35);
  }

  .sm\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-color: rgb(234 179 8 / 0.55);
  }

  .sm\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-color: rgb(202 138 4 / 0.35);
  }

  .sm\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-color: rgb(202 138 4 / 0.55);
  }

  .sm\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-color: rgb(133 77 14 / 0.35);
  }

  .sm\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-color: rgb(133 77 14 / 0.55);
  }

  .sm\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-color: rgb(133 77 14 / 0.85);
  }

  .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-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .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-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .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-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .sm\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .sm\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .sm\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .sm\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .sm\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .sm\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .sm\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .sm\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .sm\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .sm\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .sm\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .sm\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .sm\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .sm\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .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-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35);
  }

  .sm\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55);
  }

  .sm\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35);
  }

  .sm\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55);
  }

  .sm\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35);
  }

  .sm\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55);
  }

  .sm\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(254 252 232 / 0.35);
  }

  .sm\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-e-yellow-50\/45 {
    border-inline-end-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(254 252 232 / 0.55);
  }

  .sm\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-e-yellow-50\/65 {
    border-inline-end-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(234 179 8 / 0.35);
  }

  .sm\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-e-yellow-500\/45 {
    border-inline-end-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(234 179 8 / 0.55);
  }

  .sm\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-e-yellow-500\/65 {
    border-inline-end-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(202 138 4 / 0.35);
  }

  .sm\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-e-yellow-600\/45 {
    border-inline-end-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(202 138 4 / 0.55);
  }

  .sm\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-e-yellow-600\/65 {
    border-inline-end-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35);
  }

  .sm\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55);
  }

  .sm\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85);
  }

  .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-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
  }

  .sm\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
  }

  .sm\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
  }

  .sm\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
  }

  .sm\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
  }

  .sm\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
  }

  .sm\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
  }

  .sm\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
  }

  .sm\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
  }

  .sm\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
  }

  .sm\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
  }

  .sm\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
  }

  .sm\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
  }

  .sm\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
  }

  .sm\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
  }

  .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-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .sm\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .sm\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .sm\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .sm\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .sm\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .sm\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .sm\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .sm\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .sm\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .sm\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .sm\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .sm\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .sm\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .sm\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .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-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35);
  }

  .sm\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55);
  }

  .sm\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35);
  }

  .sm\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55);
  }

  .sm\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35);
  }

  .sm\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55);
  }

  .sm\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(254 252 232 / 0.35);
  }

  .sm\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-s-yellow-50\/45 {
    border-inline-start-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(254 252 232 / 0.55);
  }

  .sm\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-s-yellow-50\/65 {
    border-inline-start-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(234 179 8 / 0.35);
  }

  .sm\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-s-yellow-500\/45 {
    border-inline-start-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(234 179 8 / 0.55);
  }

  .sm\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-s-yellow-500\/65 {
    border-inline-start-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(202 138 4 / 0.35);
  }

  .sm\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-s-yellow-600\/45 {
    border-inline-start-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(202 138 4 / 0.55);
  }

  .sm\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-s-yellow-600\/65 {
    border-inline-start-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35);
  }

  .sm\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55);
  }

  .sm\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85);
  }

  .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-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
  }

  .sm\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .sm\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
  }

  .sm\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .sm\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
  }

  .sm\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .sm\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
  }

  .sm\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .sm\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
  }

  .sm\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .sm\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
  }

  .sm\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .sm\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
  }

  .sm\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .sm\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
  }

  .sm\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .sm\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
  }

  .sm\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .sm\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
  }

  .sm\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .sm\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
  }

  .sm\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .sm\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
  }

  .sm\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .sm\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
  }

  .sm\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .sm\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
  }

  .sm\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .sm\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
  }

  .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\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 251 203 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-100\/0 {
    background-color: rgb(235 251 203 / 0);
  }

  .sm\:bg-accent-100\/10 {
    background-color: rgb(235 251 203 / 0.1);
  }

  .sm\:bg-accent-100\/100 {
    background-color: rgb(235 251 203 / 1);
  }

  .sm\:bg-accent-100\/15 {
    background-color: rgb(235 251 203 / 0.15);
  }

  .sm\:bg-accent-100\/20 {
    background-color: rgb(235 251 203 / 0.2);
  }

  .sm\:bg-accent-100\/25 {
    background-color: rgb(235 251 203 / 0.25);
  }

  .sm\:bg-accent-100\/30 {
    background-color: rgb(235 251 203 / 0.3);
  }

  .sm\:bg-accent-100\/35 {
    background-color: rgb(235 251 203 / 0.35);
  }

  .sm\:bg-accent-100\/40 {
    background-color: rgb(235 251 203 / 0.4);
  }

  .sm\:bg-accent-100\/45 {
    background-color: rgb(235 251 203 / 0.45);
  }

  .sm\:bg-accent-100\/5 {
    background-color: rgb(235 251 203 / 0.05);
  }

  .sm\:bg-accent-100\/50 {
    background-color: rgb(235 251 203 / 0.5);
  }

  .sm\:bg-accent-100\/55 {
    background-color: rgb(235 251 203 / 0.55);
  }

  .sm\:bg-accent-100\/60 {
    background-color: rgb(235 251 203 / 0.6);
  }

  .sm\:bg-accent-100\/65 {
    background-color: rgb(235 251 203 / 0.65);
  }

  .sm\:bg-accent-100\/70 {
    background-color: rgb(235 251 203 / 0.7);
  }

  .sm\:bg-accent-100\/75 {
    background-color: rgb(235 251 203 / 0.75);
  }

  .sm\:bg-accent-100\/80 {
    background-color: rgb(235 251 203 / 0.8);
  }

  .sm\:bg-accent-100\/85 {
    background-color: rgb(235 251 203 / 0.85);
  }

  .sm\:bg-accent-100\/90 {
    background-color: rgb(235 251 203 / 0.9);
  }

  .sm\:bg-accent-100\/95 {
    background-color: rgb(235 251 203 / 0.95);
  }

  .sm\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 246 154 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-200\/0 {
    background-color: rgb(216 246 154 / 0);
  }

  .sm\:bg-accent-200\/10 {
    background-color: rgb(216 246 154 / 0.1);
  }

  .sm\:bg-accent-200\/100 {
    background-color: rgb(216 246 154 / 1);
  }

  .sm\:bg-accent-200\/15 {
    background-color: rgb(216 246 154 / 0.15);
  }

  .sm\:bg-accent-200\/20 {
    background-color: rgb(216 246 154 / 0.2);
  }

  .sm\:bg-accent-200\/25 {
    background-color: rgb(216 246 154 / 0.25);
  }

  .sm\:bg-accent-200\/30 {
    background-color: rgb(216 246 154 / 0.3);
  }

  .sm\:bg-accent-200\/35 {
    background-color: rgb(216 246 154 / 0.35);
  }

  .sm\:bg-accent-200\/40 {
    background-color: rgb(216 246 154 / 0.4);
  }

  .sm\:bg-accent-200\/45 {
    background-color: rgb(216 246 154 / 0.45);
  }

  .sm\:bg-accent-200\/5 {
    background-color: rgb(216 246 154 / 0.05);
  }

  .sm\:bg-accent-200\/50 {
    background-color: rgb(216 246 154 / 0.5);
  }

  .sm\:bg-accent-200\/55 {
    background-color: rgb(216 246 154 / 0.55);
  }

  .sm\:bg-accent-200\/60 {
    background-color: rgb(216 246 154 / 0.6);
  }

  .sm\:bg-accent-200\/65 {
    background-color: rgb(216 246 154 / 0.65);
  }

  .sm\:bg-accent-200\/70 {
    background-color: rgb(216 246 154 / 0.7);
  }

  .sm\:bg-accent-200\/75 {
    background-color: rgb(216 246 154 / 0.75);
  }

  .sm\:bg-accent-200\/80 {
    background-color: rgb(216 246 154 / 0.8);
  }

  .sm\:bg-accent-200\/85 {
    background-color: rgb(216 246 154 / 0.85);
  }

  .sm\:bg-accent-200\/90 {
    background-color: rgb(216 246 154 / 0.9);
  }

  .sm\:bg-accent-200\/95 {
    background-color: rgb(216 246 154 / 0.95);
  }

  .sm\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 240 120 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-300\/0 {
    background-color: rgb(196 240 120 / 0);
  }

  .sm\:bg-accent-300\/10 {
    background-color: rgb(196 240 120 / 0.1);
  }

  .sm\:bg-accent-300\/100 {
    background-color: rgb(196 240 120 / 1);
  }

  .sm\:bg-accent-300\/15 {
    background-color: rgb(196 240 120 / 0.15);
  }

  .sm\:bg-accent-300\/20 {
    background-color: rgb(196 240 120 / 0.2);
  }

  .sm\:bg-accent-300\/25 {
    background-color: rgb(196 240 120 / 0.25);
  }

  .sm\:bg-accent-300\/30 {
    background-color: rgb(196 240 120 / 0.3);
  }

  .sm\:bg-accent-300\/35 {
    background-color: rgb(196 240 120 / 0.35);
  }

  .sm\:bg-accent-300\/40 {
    background-color: rgb(196 240 120 / 0.4);
  }

  .sm\:bg-accent-300\/45 {
    background-color: rgb(196 240 120 / 0.45);
  }

  .sm\:bg-accent-300\/5 {
    background-color: rgb(196 240 120 / 0.05);
  }

  .sm\:bg-accent-300\/50 {
    background-color: rgb(196 240 120 / 0.5);
  }

  .sm\:bg-accent-300\/55 {
    background-color: rgb(196 240 120 / 0.55);
  }

  .sm\:bg-accent-300\/60 {
    background-color: rgb(196 240 120 / 0.6);
  }

  .sm\:bg-accent-300\/65 {
    background-color: rgb(196 240 120 / 0.65);
  }

  .sm\:bg-accent-300\/70 {
    background-color: rgb(196 240 120 / 0.7);
  }

  .sm\:bg-accent-300\/75 {
    background-color: rgb(196 240 120 / 0.75);
  }

  .sm\:bg-accent-300\/80 {
    background-color: rgb(196 240 120 / 0.8);
  }

  .sm\:bg-accent-300\/85 {
    background-color: rgb(196 240 120 / 0.85);
  }

  .sm\:bg-accent-300\/90 {
    background-color: rgb(196 240 120 / 0.9);
  }

  .sm\:bg-accent-300\/95 {
    background-color: rgb(196 240 120 / 0.95);
  }

  .sm\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(183 237 104 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-400\/0 {
    background-color: rgb(183 237 104 / 0);
  }

  .sm\:bg-accent-400\/10 {
    background-color: rgb(183 237 104 / 0.1);
  }

  .sm\:bg-accent-400\/100 {
    background-color: rgb(183 237 104 / 1);
  }

  .sm\:bg-accent-400\/15 {
    background-color: rgb(183 237 104 / 0.15);
  }

  .sm\:bg-accent-400\/20 {
    background-color: rgb(183 237 104 / 0.2);
  }

  .sm\:bg-accent-400\/25 {
    background-color: rgb(183 237 104 / 0.25);
  }

  .sm\:bg-accent-400\/30 {
    background-color: rgb(183 237 104 / 0.3);
  }

  .sm\:bg-accent-400\/35 {
    background-color: rgb(183 237 104 / 0.35);
  }

  .sm\:bg-accent-400\/40 {
    background-color: rgb(183 237 104 / 0.4);
  }

  .sm\:bg-accent-400\/45 {
    background-color: rgb(183 237 104 / 0.45);
  }

  .sm\:bg-accent-400\/5 {
    background-color: rgb(183 237 104 / 0.05);
  }

  .sm\:bg-accent-400\/50 {
    background-color: rgb(183 237 104 / 0.5);
  }

  .sm\:bg-accent-400\/55 {
    background-color: rgb(183 237 104 / 0.55);
  }

  .sm\:bg-accent-400\/60 {
    background-color: rgb(183 237 104 / 0.6);
  }

  .sm\:bg-accent-400\/65 {
    background-color: rgb(183 237 104 / 0.65);
  }

  .sm\:bg-accent-400\/70 {
    background-color: rgb(183 237 104 / 0.7);
  }

  .sm\:bg-accent-400\/75 {
    background-color: rgb(183 237 104 / 0.75);
  }

  .sm\:bg-accent-400\/80 {
    background-color: rgb(183 237 104 / 0.8);
  }

  .sm\:bg-accent-400\/85 {
    background-color: rgb(183 237 104 / 0.85);
  }

  .sm\:bg-accent-400\/90 {
    background-color: rgb(183 237 104 / 0.9);
  }

  .sm\:bg-accent-400\/95 {
    background-color: rgb(183 237 104 / 0.95);
  }

  .sm\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 253 235 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-50\/0 {
    background-color: rgb(247 253 235 / 0);
  }

  .sm\:bg-accent-50\/10 {
    background-color: rgb(247 253 235 / 0.1);
  }

  .sm\:bg-accent-50\/100 {
    background-color: rgb(247 253 235 / 1);
  }

  .sm\:bg-accent-50\/15 {
    background-color: rgb(247 253 235 / 0.15);
  }

  .sm\:bg-accent-50\/20 {
    background-color: rgb(247 253 235 / 0.2);
  }

  .sm\:bg-accent-50\/25 {
    background-color: rgb(247 253 235 / 0.25);
  }

  .sm\:bg-accent-50\/30 {
    background-color: rgb(247 253 235 / 0.3);
  }

  .sm\:bg-accent-50\/35 {
    background-color: rgb(247 253 235 / 0.35);
  }

  .sm\:bg-accent-50\/40 {
    background-color: rgb(247 253 235 / 0.4);
  }

  .sm\:bg-accent-50\/45 {
    background-color: rgb(247 253 235 / 0.45);
  }

  .sm\:bg-accent-50\/5 {
    background-color: rgb(247 253 235 / 0.05);
  }

  .sm\:bg-accent-50\/50 {
    background-color: rgb(247 253 235 / 0.5);
  }

  .sm\:bg-accent-50\/55 {
    background-color: rgb(247 253 235 / 0.55);
  }

  .sm\:bg-accent-50\/60 {
    background-color: rgb(247 253 235 / 0.6);
  }

  .sm\:bg-accent-50\/65 {
    background-color: rgb(247 253 235 / 0.65);
  }

  .sm\:bg-accent-50\/70 {
    background-color: rgb(247 253 235 / 0.7);
  }

  .sm\:bg-accent-50\/75 {
    background-color: rgb(247 253 235 / 0.75);
  }

  .sm\:bg-accent-50\/80 {
    background-color: rgb(247 253 235 / 0.8);
  }

  .sm\:bg-accent-50\/85 {
    background-color: rgb(247 253 235 / 0.85);
  }

  .sm\:bg-accent-50\/90 {
    background-color: rgb(247 253 235 / 0.9);
  }

  .sm\:bg-accent-50\/95 {
    background-color: rgb(247 253 235 / 0.95);
  }

  .sm\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(174 235 96 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-500\/0 {
    background-color: rgb(174 235 96 / 0);
  }

  .sm\:bg-accent-500\/10 {
    background-color: rgb(174 235 96 / 0.1);
  }

  .sm\:bg-accent-500\/100 {
    background-color: rgb(174 235 96 / 1);
  }

  .sm\:bg-accent-500\/15 {
    background-color: rgb(174 235 96 / 0.15);
  }

  .sm\:bg-accent-500\/20 {
    background-color: rgb(174 235 96 / 0.2);
  }

  .sm\:bg-accent-500\/25 {
    background-color: rgb(174 235 96 / 0.25);
  }

  .sm\:bg-accent-500\/30 {
    background-color: rgb(174 235 96 / 0.3);
  }

  .sm\:bg-accent-500\/35 {
    background-color: rgb(174 235 96 / 0.35);
  }

  .sm\:bg-accent-500\/40 {
    background-color: rgb(174 235 96 / 0.4);
  }

  .sm\:bg-accent-500\/45 {
    background-color: rgb(174 235 96 / 0.45);
  }

  .sm\:bg-accent-500\/5 {
    background-color: rgb(174 235 96 / 0.05);
  }

  .sm\:bg-accent-500\/50 {
    background-color: rgb(174 235 96 / 0.5);
  }

  .sm\:bg-accent-500\/55 {
    background-color: rgb(174 235 96 / 0.55);
  }

  .sm\:bg-accent-500\/60 {
    background-color: rgb(174 235 96 / 0.6);
  }

  .sm\:bg-accent-500\/65 {
    background-color: rgb(174 235 96 / 0.65);
  }

  .sm\:bg-accent-500\/70 {
    background-color: rgb(174 235 96 / 0.7);
  }

  .sm\:bg-accent-500\/75 {
    background-color: rgb(174 235 96 / 0.75);
  }

  .sm\:bg-accent-500\/80 {
    background-color: rgb(174 235 96 / 0.8);
  }

  .sm\:bg-accent-500\/85 {
    background-color: rgb(174 235 96 / 0.85);
  }

  .sm\:bg-accent-500\/90 {
    background-color: rgb(174 235 96 / 0.9);
  }

  .sm\:bg-accent-500\/95 {
    background-color: rgb(174 235 96 / 0.95);
  }

  .sm\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(130 201 48 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-600\/0 {
    background-color: rgb(130 201 48 / 0);
  }

  .sm\:bg-accent-600\/10 {
    background-color: rgb(130 201 48 / 0.1);
  }

  .sm\:bg-accent-600\/100 {
    background-color: rgb(130 201 48 / 1);
  }

  .sm\:bg-accent-600\/15 {
    background-color: rgb(130 201 48 / 0.15);
  }

  .sm\:bg-accent-600\/20 {
    background-color: rgb(130 201 48 / 0.2);
  }

  .sm\:bg-accent-600\/25 {
    background-color: rgb(130 201 48 / 0.25);
  }

  .sm\:bg-accent-600\/30 {
    background-color: rgb(130 201 48 / 0.3);
  }

  .sm\:bg-accent-600\/35 {
    background-color: rgb(130 201 48 / 0.35);
  }

  .sm\:bg-accent-600\/40 {
    background-color: rgb(130 201 48 / 0.4);
  }

  .sm\:bg-accent-600\/45 {
    background-color: rgb(130 201 48 / 0.45);
  }

  .sm\:bg-accent-600\/5 {
    background-color: rgb(130 201 48 / 0.05);
  }

  .sm\:bg-accent-600\/50 {
    background-color: rgb(130 201 48 / 0.5);
  }

  .sm\:bg-accent-600\/55 {
    background-color: rgb(130 201 48 / 0.55);
  }

  .sm\:bg-accent-600\/60 {
    background-color: rgb(130 201 48 / 0.6);
  }

  .sm\:bg-accent-600\/65 {
    background-color: rgb(130 201 48 / 0.65);
  }

  .sm\:bg-accent-600\/70 {
    background-color: rgb(130 201 48 / 0.7);
  }

  .sm\:bg-accent-600\/75 {
    background-color: rgb(130 201 48 / 0.75);
  }

  .sm\:bg-accent-600\/80 {
    background-color: rgb(130 201 48 / 0.8);
  }

  .sm\:bg-accent-600\/85 {
    background-color: rgb(130 201 48 / 0.85);
  }

  .sm\:bg-accent-600\/90 {
    background-color: rgb(130 201 48 / 0.9);
  }

  .sm\:bg-accent-600\/95 {
    background-color: rgb(130 201 48 / 0.95);
  }

  .sm\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(97 161 31 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-700\/0 {
    background-color: rgb(97 161 31 / 0);
  }

  .sm\:bg-accent-700\/10 {
    background-color: rgb(97 161 31 / 0.1);
  }

  .sm\:bg-accent-700\/100 {
    background-color: rgb(97 161 31 / 1);
  }

  .sm\:bg-accent-700\/15 {
    background-color: rgb(97 161 31 / 0.15);
  }

  .sm\:bg-accent-700\/20 {
    background-color: rgb(97 161 31 / 0.2);
  }

  .sm\:bg-accent-700\/25 {
    background-color: rgb(97 161 31 / 0.25);
  }

  .sm\:bg-accent-700\/30 {
    background-color: rgb(97 161 31 / 0.3);
  }

  .sm\:bg-accent-700\/35 {
    background-color: rgb(97 161 31 / 0.35);
  }

  .sm\:bg-accent-700\/40 {
    background-color: rgb(97 161 31 / 0.4);
  }

  .sm\:bg-accent-700\/45 {
    background-color: rgb(97 161 31 / 0.45);
  }

  .sm\:bg-accent-700\/5 {
    background-color: rgb(97 161 31 / 0.05);
  }

  .sm\:bg-accent-700\/50 {
    background-color: rgb(97 161 31 / 0.5);
  }

  .sm\:bg-accent-700\/55 {
    background-color: rgb(97 161 31 / 0.55);
  }

  .sm\:bg-accent-700\/60 {
    background-color: rgb(97 161 31 / 0.6);
  }

  .sm\:bg-accent-700\/65 {
    background-color: rgb(97 161 31 / 0.65);
  }

  .sm\:bg-accent-700\/70 {
    background-color: rgb(97 161 31 / 0.7);
  }

  .sm\:bg-accent-700\/75 {
    background-color: rgb(97 161 31 / 0.75);
  }

  .sm\:bg-accent-700\/80 {
    background-color: rgb(97 161 31 / 0.8);
  }

  .sm\:bg-accent-700\/85 {
    background-color: rgb(97 161 31 / 0.85);
  }

  .sm\:bg-accent-700\/90 {
    background-color: rgb(97 161 31 / 0.9);
  }

  .sm\:bg-accent-700\/95 {
    background-color: rgb(97 161 31 / 0.95);
  }

  .sm\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(78 126 32 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-800\/0 {
    background-color: rgb(78 126 32 / 0);
  }

  .sm\:bg-accent-800\/10 {
    background-color: rgb(78 126 32 / 0.1);
  }

  .sm\:bg-accent-800\/100 {
    background-color: rgb(78 126 32 / 1);
  }

  .sm\:bg-accent-800\/15 {
    background-color: rgb(78 126 32 / 0.15);
  }

  .sm\:bg-accent-800\/20 {
    background-color: rgb(78 126 32 / 0.2);
  }

  .sm\:bg-accent-800\/25 {
    background-color: rgb(78 126 32 / 0.25);
  }

  .sm\:bg-accent-800\/30 {
    background-color: rgb(78 126 32 / 0.3);
  }

  .sm\:bg-accent-800\/35 {
    background-color: rgb(78 126 32 / 0.35);
  }

  .sm\:bg-accent-800\/40 {
    background-color: rgb(78 126 32 / 0.4);
  }

  .sm\:bg-accent-800\/45 {
    background-color: rgb(78 126 32 / 0.45);
  }

  .sm\:bg-accent-800\/5 {
    background-color: rgb(78 126 32 / 0.05);
  }

  .sm\:bg-accent-800\/50 {
    background-color: rgb(78 126 32 / 0.5);
  }

  .sm\:bg-accent-800\/55 {
    background-color: rgb(78 126 32 / 0.55);
  }

  .sm\:bg-accent-800\/60 {
    background-color: rgb(78 126 32 / 0.6);
  }

  .sm\:bg-accent-800\/65 {
    background-color: rgb(78 126 32 / 0.65);
  }

  .sm\:bg-accent-800\/70 {
    background-color: rgb(78 126 32 / 0.7);
  }

  .sm\:bg-accent-800\/75 {
    background-color: rgb(78 126 32 / 0.75);
  }

  .sm\:bg-accent-800\/80 {
    background-color: rgb(78 126 32 / 0.8);
  }

  .sm\:bg-accent-800\/85 {
    background-color: rgb(78 126 32 / 0.85);
  }

  .sm\:bg-accent-800\/90 {
    background-color: rgb(78 126 32 / 0.9);
  }

  .sm\:bg-accent-800\/95 {
    background-color: rgb(78 126 32 / 0.95);
  }

  .sm\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 106 33 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-900\/0 {
    background-color: rgb(66 106 33 / 0);
  }

  .sm\:bg-accent-900\/10 {
    background-color: rgb(66 106 33 / 0.1);
  }

  .sm\:bg-accent-900\/100 {
    background-color: rgb(66 106 33 / 1);
  }

  .sm\:bg-accent-900\/15 {
    background-color: rgb(66 106 33 / 0.15);
  }

  .sm\:bg-accent-900\/20 {
    background-color: rgb(66 106 33 / 0.2);
  }

  .sm\:bg-accent-900\/25 {
    background-color: rgb(66 106 33 / 0.25);
  }

  .sm\:bg-accent-900\/30 {
    background-color: rgb(66 106 33 / 0.3);
  }

  .sm\:bg-accent-900\/35 {
    background-color: rgb(66 106 33 / 0.35);
  }

  .sm\:bg-accent-900\/40 {
    background-color: rgb(66 106 33 / 0.4);
  }

  .sm\:bg-accent-900\/45 {
    background-color: rgb(66 106 33 / 0.45);
  }

  .sm\:bg-accent-900\/5 {
    background-color: rgb(66 106 33 / 0.05);
  }

  .sm\:bg-accent-900\/50 {
    background-color: rgb(66 106 33 / 0.5);
  }

  .sm\:bg-accent-900\/55 {
    background-color: rgb(66 106 33 / 0.55);
  }

  .sm\:bg-accent-900\/60 {
    background-color: rgb(66 106 33 / 0.6);
  }

  .sm\:bg-accent-900\/65 {
    background-color: rgb(66 106 33 / 0.65);
  }

  .sm\:bg-accent-900\/70 {
    background-color: rgb(66 106 33 / 0.7);
  }

  .sm\:bg-accent-900\/75 {
    background-color: rgb(66 106 33 / 0.75);
  }

  .sm\:bg-accent-900\/80 {
    background-color: rgb(66 106 33 / 0.8);
  }

  .sm\:bg-accent-900\/85 {
    background-color: rgb(66 106 33 / 0.85);
  }

  .sm\:bg-accent-900\/90 {
    background-color: rgb(66 106 33 / 0.9);
  }

  .sm\:bg-accent-900\/95 {
    background-color: rgb(66 106 33 / 0.95);
  }

  .sm\:bg-accent-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(32 58 11 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-accent-950\/0 {
    background-color: rgb(32 58 11 / 0);
  }

  .sm\:bg-accent-950\/10 {
    background-color: rgb(32 58 11 / 0.1);
  }

  .sm\:bg-accent-950\/100 {
    background-color: rgb(32 58 11 / 1);
  }

  .sm\:bg-accent-950\/15 {
    background-color: rgb(32 58 11 / 0.15);
  }

  .sm\:bg-accent-950\/20 {
    background-color: rgb(32 58 11 / 0.2);
  }

  .sm\:bg-accent-950\/25 {
    background-color: rgb(32 58 11 / 0.25);
  }

  .sm\:bg-accent-950\/30 {
    background-color: rgb(32 58 11 / 0.3);
  }

  .sm\:bg-accent-950\/35 {
    background-color: rgb(32 58 11 / 0.35);
  }

  .sm\:bg-accent-950\/40 {
    background-color: rgb(32 58 11 / 0.4);
  }

  .sm\:bg-accent-950\/45 {
    background-color: rgb(32 58 11 / 0.45);
  }

  .sm\:bg-accent-950\/5 {
    background-color: rgb(32 58 11 / 0.05);
  }

  .sm\:bg-accent-950\/50 {
    background-color: rgb(32 58 11 / 0.5);
  }

  .sm\:bg-accent-950\/55 {
    background-color: rgb(32 58 11 / 0.55);
  }

  .sm\:bg-accent-950\/60 {
    background-color: rgb(32 58 11 / 0.6);
  }

  .sm\:bg-accent-950\/65 {
    background-color: rgb(32 58 11 / 0.65);
  }

  .sm\:bg-accent-950\/70 {
    background-color: rgb(32 58 11 / 0.7);
  }

  .sm\:bg-accent-950\/75 {
    background-color: rgb(32 58 11 / 0.75);
  }

  .sm\:bg-accent-950\/80 {
    background-color: rgb(32 58 11 / 0.8);
  }

  .sm\:bg-accent-950\/85 {
    background-color: rgb(32 58 11 / 0.85);
  }

  .sm\:bg-accent-950\/90 {
    background-color: rgb(32 58 11 / 0.9);
  }

  .sm\:bg-accent-950\/95 {
    background-color: rgb(32 58 11 / 0.95);
  }

  .sm\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-black\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .sm\:bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .sm\:bg-black\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .sm\:bg-black\/15 {
    background-color: rgb(0 0 0 / 0.15);
  }

  .sm\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .sm\:bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .sm\:bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .sm\:bg-black\/35 {
    background-color: rgb(0 0 0 / 0.35);
  }

  .sm\:bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .sm\:bg-black\/45 {
    background-color: rgb(0 0 0 / 0.45);
  }

  .sm\:bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .sm\:bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .sm\:bg-black\/55 {
    background-color: rgb(0 0 0 / 0.55);
  }

  .sm\:bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .sm\:bg-black\/65 {
    background-color: rgb(0 0 0 / 0.65);
  }

  .sm\:bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .sm\:bg-black\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .sm\:bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .sm\:bg-black\/85 {
    background-color: rgb(0 0 0 / 0.85);
  }

  .sm\:bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .sm\:bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .sm\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 227 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-100\/0 {
    background-color: rgb(233 227 255 / 0);
  }

  .sm\:bg-brand-100\/10 {
    background-color: rgb(233 227 255 / 0.1);
  }

  .sm\:bg-brand-100\/100 {
    background-color: rgb(233 227 255 / 1);
  }

  .sm\:bg-brand-100\/15 {
    background-color: rgb(233 227 255 / 0.15);
  }

  .sm\:bg-brand-100\/20 {
    background-color: rgb(233 227 255 / 0.2);
  }

  .sm\:bg-brand-100\/25 {
    background-color: rgb(233 227 255 / 0.25);
  }

  .sm\:bg-brand-100\/30 {
    background-color: rgb(233 227 255 / 0.3);
  }

  .sm\:bg-brand-100\/35 {
    background-color: rgb(233 227 255 / 0.35);
  }

  .sm\:bg-brand-100\/40 {
    background-color: rgb(233 227 255 / 0.4);
  }

  .sm\:bg-brand-100\/45 {
    background-color: rgb(233 227 255 / 0.45);
  }

  .sm\:bg-brand-100\/5 {
    background-color: rgb(233 227 255 / 0.05);
  }

  .sm\:bg-brand-100\/50 {
    background-color: rgb(233 227 255 / 0.5);
  }

  .sm\:bg-brand-100\/55 {
    background-color: rgb(233 227 255 / 0.55);
  }

  .sm\:bg-brand-100\/60 {
    background-color: rgb(233 227 255 / 0.6);
  }

  .sm\:bg-brand-100\/65 {
    background-color: rgb(233 227 255 / 0.65);
  }

  .sm\:bg-brand-100\/70 {
    background-color: rgb(233 227 255 / 0.7);
  }

  .sm\:bg-brand-100\/75 {
    background-color: rgb(233 227 255 / 0.75);
  }

  .sm\:bg-brand-100\/80 {
    background-color: rgb(233 227 255 / 0.8);
  }

  .sm\:bg-brand-100\/85 {
    background-color: rgb(233 227 255 / 0.85);
  }

  .sm\:bg-brand-100\/90 {
    background-color: rgb(233 227 255 / 0.9);
  }

  .sm\:bg-brand-100\/95 {
    background-color: rgb(233 227 255 / 0.95);
  }

  .sm\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(211 199 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-200\/0 {
    background-color: rgb(211 199 255 / 0);
  }

  .sm\:bg-brand-200\/10 {
    background-color: rgb(211 199 255 / 0.1);
  }

  .sm\:bg-brand-200\/100 {
    background-color: rgb(211 199 255 / 1);
  }

  .sm\:bg-brand-200\/15 {
    background-color: rgb(211 199 255 / 0.15);
  }

  .sm\:bg-brand-200\/20 {
    background-color: rgb(211 199 255 / 0.2);
  }

  .sm\:bg-brand-200\/25 {
    background-color: rgb(211 199 255 / 0.25);
  }

  .sm\:bg-brand-200\/30 {
    background-color: rgb(211 199 255 / 0.3);
  }

  .sm\:bg-brand-200\/35 {
    background-color: rgb(211 199 255 / 0.35);
  }

  .sm\:bg-brand-200\/40 {
    background-color: rgb(211 199 255 / 0.4);
  }

  .sm\:bg-brand-200\/45 {
    background-color: rgb(211 199 255 / 0.45);
  }

  .sm\:bg-brand-200\/5 {
    background-color: rgb(211 199 255 / 0.05);
  }

  .sm\:bg-brand-200\/50 {
    background-color: rgb(211 199 255 / 0.5);
  }

  .sm\:bg-brand-200\/55 {
    background-color: rgb(211 199 255 / 0.55);
  }

  .sm\:bg-brand-200\/60 {
    background-color: rgb(211 199 255 / 0.6);
  }

  .sm\:bg-brand-200\/65 {
    background-color: rgb(211 199 255 / 0.65);
  }

  .sm\:bg-brand-200\/70 {
    background-color: rgb(211 199 255 / 0.7);
  }

  .sm\:bg-brand-200\/75 {
    background-color: rgb(211 199 255 / 0.75);
  }

  .sm\:bg-brand-200\/80 {
    background-color: rgb(211 199 255 / 0.8);
  }

  .sm\:bg-brand-200\/85 {
    background-color: rgb(211 199 255 / 0.85);
  }

  .sm\:bg-brand-200\/90 {
    background-color: rgb(211 199 255 / 0.9);
  }

  .sm\:bg-brand-200\/95 {
    background-color: rgb(211 199 255 / 0.95);
  }

  .sm\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(183 154 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-300\/0 {
    background-color: rgb(183 154 255 / 0);
  }

  .sm\:bg-brand-300\/10 {
    background-color: rgb(183 154 255 / 0.1);
  }

  .sm\:bg-brand-300\/100 {
    background-color: rgb(183 154 255 / 1);
  }

  .sm\:bg-brand-300\/15 {
    background-color: rgb(183 154 255 / 0.15);
  }

  .sm\:bg-brand-300\/20 {
    background-color: rgb(183 154 255 / 0.2);
  }

  .sm\:bg-brand-300\/25 {
    background-color: rgb(183 154 255 / 0.25);
  }

  .sm\:bg-brand-300\/30 {
    background-color: rgb(183 154 255 / 0.3);
  }

  .sm\:bg-brand-300\/35 {
    background-color: rgb(183 154 255 / 0.35);
  }

  .sm\:bg-brand-300\/40 {
    background-color: rgb(183 154 255 / 0.4);
  }

  .sm\:bg-brand-300\/45 {
    background-color: rgb(183 154 255 / 0.45);
  }

  .sm\:bg-brand-300\/5 {
    background-color: rgb(183 154 255 / 0.05);
  }

  .sm\:bg-brand-300\/50 {
    background-color: rgb(183 154 255 / 0.5);
  }

  .sm\:bg-brand-300\/55 {
    background-color: rgb(183 154 255 / 0.55);
  }

  .sm\:bg-brand-300\/60 {
    background-color: rgb(183 154 255 / 0.6);
  }

  .sm\:bg-brand-300\/65 {
    background-color: rgb(183 154 255 / 0.65);
  }

  .sm\:bg-brand-300\/70 {
    background-color: rgb(183 154 255 / 0.7);
  }

  .sm\:bg-brand-300\/75 {
    background-color: rgb(183 154 255 / 0.75);
  }

  .sm\:bg-brand-300\/80 {
    background-color: rgb(183 154 255 / 0.8);
  }

  .sm\:bg-brand-300\/85 {
    background-color: rgb(183 154 255 / 0.85);
  }

  .sm\:bg-brand-300\/90 {
    background-color: rgb(183 154 255 / 0.9);
  }

  .sm\:bg-brand-300\/95 {
    background-color: rgb(183 154 255 / 0.95);
  }

  .sm\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(149 98 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-400\/0 {
    background-color: rgb(149 98 255 / 0);
  }

  .sm\:bg-brand-400\/10 {
    background-color: rgb(149 98 255 / 0.1);
  }

  .sm\:bg-brand-400\/100 {
    background-color: rgb(149 98 255 / 1);
  }

  .sm\:bg-brand-400\/15 {
    background-color: rgb(149 98 255 / 0.15);
  }

  .sm\:bg-brand-400\/20 {
    background-color: rgb(149 98 255 / 0.2);
  }

  .sm\:bg-brand-400\/25 {
    background-color: rgb(149 98 255 / 0.25);
  }

  .sm\:bg-brand-400\/30 {
    background-color: rgb(149 98 255 / 0.3);
  }

  .sm\:bg-brand-400\/35 {
    background-color: rgb(149 98 255 / 0.35);
  }

  .sm\:bg-brand-400\/40 {
    background-color: rgb(149 98 255 / 0.4);
  }

  .sm\:bg-brand-400\/45 {
    background-color: rgb(149 98 255 / 0.45);
  }

  .sm\:bg-brand-400\/5 {
    background-color: rgb(149 98 255 / 0.05);
  }

  .sm\:bg-brand-400\/50 {
    background-color: rgb(149 98 255 / 0.5);
  }

  .sm\:bg-brand-400\/55 {
    background-color: rgb(149 98 255 / 0.55);
  }

  .sm\:bg-brand-400\/60 {
    background-color: rgb(149 98 255 / 0.6);
  }

  .sm\:bg-brand-400\/65 {
    background-color: rgb(149 98 255 / 0.65);
  }

  .sm\:bg-brand-400\/70 {
    background-color: rgb(149 98 255 / 0.7);
  }

  .sm\:bg-brand-400\/75 {
    background-color: rgb(149 98 255 / 0.75);
  }

  .sm\:bg-brand-400\/80 {
    background-color: rgb(149 98 255 / 0.8);
  }

  .sm\:bg-brand-400\/85 {
    background-color: rgb(149 98 255 / 0.85);
  }

  .sm\:bg-brand-400\/90 {
    background-color: rgb(149 98 255 / 0.9);
  }

  .sm\:bg-brand-400\/95 {
    background-color: rgb(149 98 255 / 0.95);
  }

  .sm\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 241 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-50\/0 {
    background-color: rgb(244 241 255 / 0);
  }

  .sm\:bg-brand-50\/10 {
    background-color: rgb(244 241 255 / 0.1);
  }

  .sm\:bg-brand-50\/100 {
    background-color: rgb(244 241 255 / 1);
  }

  .sm\:bg-brand-50\/15 {
    background-color: rgb(244 241 255 / 0.15);
  }

  .sm\:bg-brand-50\/20 {
    background-color: rgb(244 241 255 / 0.2);
  }

  .sm\:bg-brand-50\/25 {
    background-color: rgb(244 241 255 / 0.25);
  }

  .sm\:bg-brand-50\/30 {
    background-color: rgb(244 241 255 / 0.3);
  }

  .sm\:bg-brand-50\/35 {
    background-color: rgb(244 241 255 / 0.35);
  }

  .sm\:bg-brand-50\/40 {
    background-color: rgb(244 241 255 / 0.4);
  }

  .sm\:bg-brand-50\/45 {
    background-color: rgb(244 241 255 / 0.45);
  }

  .sm\:bg-brand-50\/5 {
    background-color: rgb(244 241 255 / 0.05);
  }

  .sm\:bg-brand-50\/50 {
    background-color: rgb(244 241 255 / 0.5);
  }

  .sm\:bg-brand-50\/55 {
    background-color: rgb(244 241 255 / 0.55);
  }

  .sm\:bg-brand-50\/60 {
    background-color: rgb(244 241 255 / 0.6);
  }

  .sm\:bg-brand-50\/65 {
    background-color: rgb(244 241 255 / 0.65);
  }

  .sm\:bg-brand-50\/70 {
    background-color: rgb(244 241 255 / 0.7);
  }

  .sm\:bg-brand-50\/75 {
    background-color: rgb(244 241 255 / 0.75);
  }

  .sm\:bg-brand-50\/80 {
    background-color: rgb(244 241 255 / 0.8);
  }

  .sm\:bg-brand-50\/85 {
    background-color: rgb(244 241 255 / 0.85);
  }

  .sm\:bg-brand-50\/90 {
    background-color: rgb(244 241 255 / 0.9);
  }

  .sm\:bg-brand-50\/95 {
    background-color: rgb(244 241 255 / 0.95);
  }

  .sm\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(78 28 209 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-500\/0 {
    background-color: rgb(78 28 209 / 0);
  }

  .sm\:bg-brand-500\/10 {
    background-color: rgb(78 28 209 / 0.1);
  }

  .sm\:bg-brand-500\/100 {
    background-color: rgb(78 28 209 / 1);
  }

  .sm\:bg-brand-500\/15 {
    background-color: rgb(78 28 209 / 0.15);
  }

  .sm\:bg-brand-500\/20 {
    background-color: rgb(78 28 209 / 0.2);
  }

  .sm\:bg-brand-500\/25 {
    background-color: rgb(78 28 209 / 0.25);
  }

  .sm\:bg-brand-500\/30 {
    background-color: rgb(78 28 209 / 0.3);
  }

  .sm\:bg-brand-500\/35 {
    background-color: rgb(78 28 209 / 0.35);
  }

  .sm\:bg-brand-500\/40 {
    background-color: rgb(78 28 209 / 0.4);
  }

  .sm\:bg-brand-500\/45 {
    background-color: rgb(78 28 209 / 0.45);
  }

  .sm\:bg-brand-500\/5 {
    background-color: rgb(78 28 209 / 0.05);
  }

  .sm\:bg-brand-500\/50 {
    background-color: rgb(78 28 209 / 0.5);
  }

  .sm\:bg-brand-500\/55 {
    background-color: rgb(78 28 209 / 0.55);
  }

  .sm\:bg-brand-500\/60 {
    background-color: rgb(78 28 209 / 0.6);
  }

  .sm\:bg-brand-500\/65 {
    background-color: rgb(78 28 209 / 0.65);
  }

  .sm\:bg-brand-500\/70 {
    background-color: rgb(78 28 209 / 0.7);
  }

  .sm\:bg-brand-500\/75 {
    background-color: rgb(78 28 209 / 0.75);
  }

  .sm\:bg-brand-500\/80 {
    background-color: rgb(78 28 209 / 0.8);
  }

  .sm\:bg-brand-500\/85 {
    background-color: rgb(78 28 209 / 0.85);
  }

  .sm\:bg-brand-500\/90 {
    background-color: rgb(78 28 209 / 0.9);
  }

  .sm\:bg-brand-500\/95 {
    background-color: rgb(78 28 209 / 0.95);
  }

  .sm\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(65 21 181 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-600\/0 {
    background-color: rgb(65 21 181 / 0);
  }

  .sm\:bg-brand-600\/10 {
    background-color: rgb(65 21 181 / 0.1);
  }

  .sm\:bg-brand-600\/100 {
    background-color: rgb(65 21 181 / 1);
  }

  .sm\:bg-brand-600\/15 {
    background-color: rgb(65 21 181 / 0.15);
  }

  .sm\:bg-brand-600\/20 {
    background-color: rgb(65 21 181 / 0.2);
  }

  .sm\:bg-brand-600\/25 {
    background-color: rgb(65 21 181 / 0.25);
  }

  .sm\:bg-brand-600\/30 {
    background-color: rgb(65 21 181 / 0.3);
  }

  .sm\:bg-brand-600\/35 {
    background-color: rgb(65 21 181 / 0.35);
  }

  .sm\:bg-brand-600\/40 {
    background-color: rgb(65 21 181 / 0.4);
  }

  .sm\:bg-brand-600\/45 {
    background-color: rgb(65 21 181 / 0.45);
  }

  .sm\:bg-brand-600\/5 {
    background-color: rgb(65 21 181 / 0.05);
  }

  .sm\:bg-brand-600\/50 {
    background-color: rgb(65 21 181 / 0.5);
  }

  .sm\:bg-brand-600\/55 {
    background-color: rgb(65 21 181 / 0.55);
  }

  .sm\:bg-brand-600\/60 {
    background-color: rgb(65 21 181 / 0.6);
  }

  .sm\:bg-brand-600\/65 {
    background-color: rgb(65 21 181 / 0.65);
  }

  .sm\:bg-brand-600\/70 {
    background-color: rgb(65 21 181 / 0.7);
  }

  .sm\:bg-brand-600\/75 {
    background-color: rgb(65 21 181 / 0.75);
  }

  .sm\:bg-brand-600\/80 {
    background-color: rgb(65 21 181 / 0.8);
  }

  .sm\:bg-brand-600\/85 {
    background-color: rgb(65 21 181 / 0.85);
  }

  .sm\:bg-brand-600\/90 {
    background-color: rgb(65 21 181 / 0.9);
  }

  .sm\:bg-brand-600\/95 {
    background-color: rgb(65 21 181 / 0.95);
  }

  .sm\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 16 150 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-700\/0 {
    background-color: rgb(54 16 150 / 0);
  }

  .sm\:bg-brand-700\/10 {
    background-color: rgb(54 16 150 / 0.1);
  }

  .sm\:bg-brand-700\/100 {
    background-color: rgb(54 16 150 / 1);
  }

  .sm\:bg-brand-700\/15 {
    background-color: rgb(54 16 150 / 0.15);
  }

  .sm\:bg-brand-700\/20 {
    background-color: rgb(54 16 150 / 0.2);
  }

  .sm\:bg-brand-700\/25 {
    background-color: rgb(54 16 150 / 0.25);
  }

  .sm\:bg-brand-700\/30 {
    background-color: rgb(54 16 150 / 0.3);
  }

  .sm\:bg-brand-700\/35 {
    background-color: rgb(54 16 150 / 0.35);
  }

  .sm\:bg-brand-700\/40 {
    background-color: rgb(54 16 150 / 0.4);
  }

  .sm\:bg-brand-700\/45 {
    background-color: rgb(54 16 150 / 0.45);
  }

  .sm\:bg-brand-700\/5 {
    background-color: rgb(54 16 150 / 0.05);
  }

  .sm\:bg-brand-700\/50 {
    background-color: rgb(54 16 150 / 0.5);
  }

  .sm\:bg-brand-700\/55 {
    background-color: rgb(54 16 150 / 0.55);
  }

  .sm\:bg-brand-700\/60 {
    background-color: rgb(54 16 150 / 0.6);
  }

  .sm\:bg-brand-700\/65 {
    background-color: rgb(54 16 150 / 0.65);
  }

  .sm\:bg-brand-700\/70 {
    background-color: rgb(54 16 150 / 0.7);
  }

  .sm\:bg-brand-700\/75 {
    background-color: rgb(54 16 150 / 0.75);
  }

  .sm\:bg-brand-700\/80 {
    background-color: rgb(54 16 150 / 0.8);
  }

  .sm\:bg-brand-700\/85 {
    background-color: rgb(54 16 150 / 0.85);
  }

  .sm\:bg-brand-700\/90 {
    background-color: rgb(54 16 150 / 0.9);
  }

  .sm\:bg-brand-700\/95 {
    background-color: rgb(54 16 150 / 0.95);
  }

  .sm\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 120 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-800\/0 {
    background-color: rgb(46 16 120 / 0);
  }

  .sm\:bg-brand-800\/10 {
    background-color: rgb(46 16 120 / 0.1);
  }

  .sm\:bg-brand-800\/100 {
    background-color: rgb(46 16 120 / 1);
  }

  .sm\:bg-brand-800\/15 {
    background-color: rgb(46 16 120 / 0.15);
  }

  .sm\:bg-brand-800\/20 {
    background-color: rgb(46 16 120 / 0.2);
  }

  .sm\:bg-brand-800\/25 {
    background-color: rgb(46 16 120 / 0.25);
  }

  .sm\:bg-brand-800\/30 {
    background-color: rgb(46 16 120 / 0.3);
  }

  .sm\:bg-brand-800\/35 {
    background-color: rgb(46 16 120 / 0.35);
  }

  .sm\:bg-brand-800\/40 {
    background-color: rgb(46 16 120 / 0.4);
  }

  .sm\:bg-brand-800\/45 {
    background-color: rgb(46 16 120 / 0.45);
  }

  .sm\:bg-brand-800\/5 {
    background-color: rgb(46 16 120 / 0.05);
  }

  .sm\:bg-brand-800\/50 {
    background-color: rgb(46 16 120 / 0.5);
  }

  .sm\:bg-brand-800\/55 {
    background-color: rgb(46 16 120 / 0.55);
  }

  .sm\:bg-brand-800\/60 {
    background-color: rgb(46 16 120 / 0.6);
  }

  .sm\:bg-brand-800\/65 {
    background-color: rgb(46 16 120 / 0.65);
  }

  .sm\:bg-brand-800\/70 {
    background-color: rgb(46 16 120 / 0.7);
  }

  .sm\:bg-brand-800\/75 {
    background-color: rgb(46 16 120 / 0.75);
  }

  .sm\:bg-brand-800\/80 {
    background-color: rgb(46 16 120 / 0.8);
  }

  .sm\:bg-brand-800\/85 {
    background-color: rgb(46 16 120 / 0.85);
  }

  .sm\:bg-brand-800\/90 {
    background-color: rgb(46 16 120 / 0.9);
  }

  .sm\:bg-brand-800\/95 {
    background-color: rgb(46 16 120 / 0.95);
  }

  .sm\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 15 98 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-900\/0 {
    background-color: rgb(39 15 98 / 0);
  }

  .sm\:bg-brand-900\/10 {
    background-color: rgb(39 15 98 / 0.1);
  }

  .sm\:bg-brand-900\/100 {
    background-color: rgb(39 15 98 / 1);
  }

  .sm\:bg-brand-900\/15 {
    background-color: rgb(39 15 98 / 0.15);
  }

  .sm\:bg-brand-900\/20 {
    background-color: rgb(39 15 98 / 0.2);
  }

  .sm\:bg-brand-900\/25 {
    background-color: rgb(39 15 98 / 0.25);
  }

  .sm\:bg-brand-900\/30 {
    background-color: rgb(39 15 98 / 0.3);
  }

  .sm\:bg-brand-900\/35 {
    background-color: rgb(39 15 98 / 0.35);
  }

  .sm\:bg-brand-900\/40 {
    background-color: rgb(39 15 98 / 0.4);
  }

  .sm\:bg-brand-900\/45 {
    background-color: rgb(39 15 98 / 0.45);
  }

  .sm\:bg-brand-900\/5 {
    background-color: rgb(39 15 98 / 0.05);
  }

  .sm\:bg-brand-900\/50 {
    background-color: rgb(39 15 98 / 0.5);
  }

  .sm\:bg-brand-900\/55 {
    background-color: rgb(39 15 98 / 0.55);
  }

  .sm\:bg-brand-900\/60 {
    background-color: rgb(39 15 98 / 0.6);
  }

  .sm\:bg-brand-900\/65 {
    background-color: rgb(39 15 98 / 0.65);
  }

  .sm\:bg-brand-900\/70 {
    background-color: rgb(39 15 98 / 0.7);
  }

  .sm\:bg-brand-900\/75 {
    background-color: rgb(39 15 98 / 0.75);
  }

  .sm\:bg-brand-900\/80 {
    background-color: rgb(39 15 98 / 0.8);
  }

  .sm\:bg-brand-900\/85 {
    background-color: rgb(39 15 98 / 0.85);
  }

  .sm\:bg-brand-900\/90 {
    background-color: rgb(39 15 98 / 0.9);
  }

  .sm\:bg-brand-900\/95 {
    background-color: rgb(39 15 98 / 0.95);
  }

  .sm\:bg-brand-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 5 58 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-brand-950\/0 {
    background-color: rgb(22 5 58 / 0);
  }

  .sm\:bg-brand-950\/10 {
    background-color: rgb(22 5 58 / 0.1);
  }

  .sm\:bg-brand-950\/100 {
    background-color: rgb(22 5 58 / 1);
  }

  .sm\:bg-brand-950\/15 {
    background-color: rgb(22 5 58 / 0.15);
  }

  .sm\:bg-brand-950\/20 {
    background-color: rgb(22 5 58 / 0.2);
  }

  .sm\:bg-brand-950\/25 {
    background-color: rgb(22 5 58 / 0.25);
  }

  .sm\:bg-brand-950\/30 {
    background-color: rgb(22 5 58 / 0.3);
  }

  .sm\:bg-brand-950\/35 {
    background-color: rgb(22 5 58 / 0.35);
  }

  .sm\:bg-brand-950\/40 {
    background-color: rgb(22 5 58 / 0.4);
  }

  .sm\:bg-brand-950\/45 {
    background-color: rgb(22 5 58 / 0.45);
  }

  .sm\:bg-brand-950\/5 {
    background-color: rgb(22 5 58 / 0.05);
  }

  .sm\:bg-brand-950\/50 {
    background-color: rgb(22 5 58 / 0.5);
  }

  .sm\:bg-brand-950\/55 {
    background-color: rgb(22 5 58 / 0.55);
  }

  .sm\:bg-brand-950\/60 {
    background-color: rgb(22 5 58 / 0.6);
  }

  .sm\:bg-brand-950\/65 {
    background-color: rgb(22 5 58 / 0.65);
  }

  .sm\:bg-brand-950\/70 {
    background-color: rgb(22 5 58 / 0.7);
  }

  .sm\:bg-brand-950\/75 {
    background-color: rgb(22 5 58 / 0.75);
  }

  .sm\:bg-brand-950\/80 {
    background-color: rgb(22 5 58 / 0.8);
  }

  .sm\:bg-brand-950\/85 {
    background-color: rgb(22 5 58 / 0.85);
  }

  .sm\:bg-brand-950\/90 {
    background-color: rgb(22 5 58 / 0.9);
  }

  .sm\:bg-brand-950\/95 {
    background-color: rgb(22 5 58 / 0.95);
  }

  .sm\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-100\/0 {
    background-color: rgb(246 245 244 / 0);
  }

  .sm\:bg-neutral-100\/10 {
    background-color: rgb(246 245 244 / 0.1);
  }

  .sm\:bg-neutral-100\/100 {
    background-color: rgb(246 245 244 / 1);
  }

  .sm\:bg-neutral-100\/15 {
    background-color: rgb(246 245 244 / 0.15);
  }

  .sm\:bg-neutral-100\/20 {
    background-color: rgb(246 245 244 / 0.2);
  }

  .sm\:bg-neutral-100\/25 {
    background-color: rgb(246 245 244 / 0.25);
  }

  .sm\:bg-neutral-100\/30 {
    background-color: rgb(246 245 244 / 0.3);
  }

  .sm\:bg-neutral-100\/35 {
    background-color: rgb(246 245 244 / 0.35);
  }

  .sm\:bg-neutral-100\/40 {
    background-color: rgb(246 245 244 / 0.4);
  }

  .sm\:bg-neutral-100\/45 {
    background-color: rgb(246 245 244 / 0.45);
  }

  .sm\:bg-neutral-100\/5 {
    background-color: rgb(246 245 244 / 0.05);
  }

  .sm\:bg-neutral-100\/50 {
    background-color: rgb(246 245 244 / 0.5);
  }

  .sm\:bg-neutral-100\/55 {
    background-color: rgb(246 245 244 / 0.55);
  }

  .sm\:bg-neutral-100\/60 {
    background-color: rgb(246 245 244 / 0.6);
  }

  .sm\:bg-neutral-100\/65 {
    background-color: rgb(246 245 244 / 0.65);
  }

  .sm\:bg-neutral-100\/70 {
    background-color: rgb(246 245 244 / 0.7);
  }

  .sm\:bg-neutral-100\/75 {
    background-color: rgb(246 245 244 / 0.75);
  }

  .sm\:bg-neutral-100\/80 {
    background-color: rgb(246 245 244 / 0.8);
  }

  .sm\:bg-neutral-100\/85 {
    background-color: rgb(246 245 244 / 0.85);
  }

  .sm\:bg-neutral-100\/90 {
    background-color: rgb(246 245 244 / 0.9);
  }

  .sm\:bg-neutral-100\/95 {
    background-color: rgb(246 245 244 / 0.95);
  }

  .sm\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 230 227 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-200\/0 {
    background-color: rgb(233 230 227 / 0);
  }

  .sm\:bg-neutral-200\/10 {
    background-color: rgb(233 230 227 / 0.1);
  }

  .sm\:bg-neutral-200\/100 {
    background-color: rgb(233 230 227 / 1);
  }

  .sm\:bg-neutral-200\/15 {
    background-color: rgb(233 230 227 / 0.15);
  }

  .sm\:bg-neutral-200\/20 {
    background-color: rgb(233 230 227 / 0.2);
  }

  .sm\:bg-neutral-200\/25 {
    background-color: rgb(233 230 227 / 0.25);
  }

  .sm\:bg-neutral-200\/30 {
    background-color: rgb(233 230 227 / 0.3);
  }

  .sm\:bg-neutral-200\/35 {
    background-color: rgb(233 230 227 / 0.35);
  }

  .sm\:bg-neutral-200\/40 {
    background-color: rgb(233 230 227 / 0.4);
  }

  .sm\:bg-neutral-200\/45 {
    background-color: rgb(233 230 227 / 0.45);
  }

  .sm\:bg-neutral-200\/5 {
    background-color: rgb(233 230 227 / 0.05);
  }

  .sm\:bg-neutral-200\/50 {
    background-color: rgb(233 230 227 / 0.5);
  }

  .sm\:bg-neutral-200\/55 {
    background-color: rgb(233 230 227 / 0.55);
  }

  .sm\:bg-neutral-200\/60 {
    background-color: rgb(233 230 227 / 0.6);
  }

  .sm\:bg-neutral-200\/65 {
    background-color: rgb(233 230 227 / 0.65);
  }

  .sm\:bg-neutral-200\/70 {
    background-color: rgb(233 230 227 / 0.7);
  }

  .sm\:bg-neutral-200\/75 {
    background-color: rgb(233 230 227 / 0.75);
  }

  .sm\:bg-neutral-200\/80 {
    background-color: rgb(233 230 227 / 0.8);
  }

  .sm\:bg-neutral-200\/85 {
    background-color: rgb(233 230 227 / 0.85);
  }

  .sm\:bg-neutral-200\/90 {
    background-color: rgb(233 230 227 / 0.9);
  }

  .sm\:bg-neutral-200\/95 {
    background-color: rgb(233 230 227 / 0.95);
  }

  .sm\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(215 210 205 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-300\/0 {
    background-color: rgb(215 210 205 / 0);
  }

  .sm\:bg-neutral-300\/10 {
    background-color: rgb(215 210 205 / 0.1);
  }

  .sm\:bg-neutral-300\/100 {
    background-color: rgb(215 210 205 / 1);
  }

  .sm\:bg-neutral-300\/15 {
    background-color: rgb(215 210 205 / 0.15);
  }

  .sm\:bg-neutral-300\/20 {
    background-color: rgb(215 210 205 / 0.2);
  }

  .sm\:bg-neutral-300\/25 {
    background-color: rgb(215 210 205 / 0.25);
  }

  .sm\:bg-neutral-300\/30 {
    background-color: rgb(215 210 205 / 0.3);
  }

  .sm\:bg-neutral-300\/35 {
    background-color: rgb(215 210 205 / 0.35);
  }

  .sm\:bg-neutral-300\/40 {
    background-color: rgb(215 210 205 / 0.4);
  }

  .sm\:bg-neutral-300\/45 {
    background-color: rgb(215 210 205 / 0.45);
  }

  .sm\:bg-neutral-300\/5 {
    background-color: rgb(215 210 205 / 0.05);
  }

  .sm\:bg-neutral-300\/50 {
    background-color: rgb(215 210 205 / 0.5);
  }

  .sm\:bg-neutral-300\/55 {
    background-color: rgb(215 210 205 / 0.55);
  }

  .sm\:bg-neutral-300\/60 {
    background-color: rgb(215 210 205 / 0.6);
  }

  .sm\:bg-neutral-300\/65 {
    background-color: rgb(215 210 205 / 0.65);
  }

  .sm\:bg-neutral-300\/70 {
    background-color: rgb(215 210 205 / 0.7);
  }

  .sm\:bg-neutral-300\/75 {
    background-color: rgb(215 210 205 / 0.75);
  }

  .sm\:bg-neutral-300\/80 {
    background-color: rgb(215 210 205 / 0.8);
  }

  .sm\:bg-neutral-300\/85 {
    background-color: rgb(215 210 205 / 0.85);
  }

  .sm\:bg-neutral-300\/90 {
    background-color: rgb(215 210 205 / 0.9);
  }

  .sm\:bg-neutral-300\/95 {
    background-color: rgb(215 210 205 / 0.95);
  }

  .sm\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(175 168 161 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-400\/0 {
    background-color: rgb(175 168 161 / 0);
  }

  .sm\:bg-neutral-400\/10 {
    background-color: rgb(175 168 161 / 0.1);
  }

  .sm\:bg-neutral-400\/100 {
    background-color: rgb(175 168 161 / 1);
  }

  .sm\:bg-neutral-400\/15 {
    background-color: rgb(175 168 161 / 0.15);
  }

  .sm\:bg-neutral-400\/20 {
    background-color: rgb(175 168 161 / 0.2);
  }

  .sm\:bg-neutral-400\/25 {
    background-color: rgb(175 168 161 / 0.25);
  }

  .sm\:bg-neutral-400\/30 {
    background-color: rgb(175 168 161 / 0.3);
  }

  .sm\:bg-neutral-400\/35 {
    background-color: rgb(175 168 161 / 0.35);
  }

  .sm\:bg-neutral-400\/40 {
    background-color: rgb(175 168 161 / 0.4);
  }

  .sm\:bg-neutral-400\/45 {
    background-color: rgb(175 168 161 / 0.45);
  }

  .sm\:bg-neutral-400\/5 {
    background-color: rgb(175 168 161 / 0.05);
  }

  .sm\:bg-neutral-400\/50 {
    background-color: rgb(175 168 161 / 0.5);
  }

  .sm\:bg-neutral-400\/55 {
    background-color: rgb(175 168 161 / 0.55);
  }

  .sm\:bg-neutral-400\/60 {
    background-color: rgb(175 168 161 / 0.6);
  }

  .sm\:bg-neutral-400\/65 {
    background-color: rgb(175 168 161 / 0.65);
  }

  .sm\:bg-neutral-400\/70 {
    background-color: rgb(175 168 161 / 0.7);
  }

  .sm\:bg-neutral-400\/75 {
    background-color: rgb(175 168 161 / 0.75);
  }

  .sm\:bg-neutral-400\/80 {
    background-color: rgb(175 168 161 / 0.8);
  }

  .sm\:bg-neutral-400\/85 {
    background-color: rgb(175 168 161 / 0.85);
  }

  .sm\:bg-neutral-400\/90 {
    background-color: rgb(175 168 161 / 0.9);
  }

  .sm\:bg-neutral-400\/95 {
    background-color: rgb(175 168 161 / 0.95);
  }

  .sm\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 249 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-50\/0 {
    background-color: rgb(251 250 249 / 0);
  }

  .sm\:bg-neutral-50\/10 {
    background-color: rgb(251 250 249 / 0.1);
  }

  .sm\:bg-neutral-50\/100 {
    background-color: rgb(251 250 249 / 1);
  }

  .sm\:bg-neutral-50\/15 {
    background-color: rgb(251 250 249 / 0.15);
  }

  .sm\:bg-neutral-50\/20 {
    background-color: rgb(251 250 249 / 0.2);
  }

  .sm\:bg-neutral-50\/25 {
    background-color: rgb(251 250 249 / 0.25);
  }

  .sm\:bg-neutral-50\/30 {
    background-color: rgb(251 250 249 / 0.3);
  }

  .sm\:bg-neutral-50\/35 {
    background-color: rgb(251 250 249 / 0.35);
  }

  .sm\:bg-neutral-50\/40 {
    background-color: rgb(251 250 249 / 0.4);
  }

  .sm\:bg-neutral-50\/45 {
    background-color: rgb(251 250 249 / 0.45);
  }

  .sm\:bg-neutral-50\/5 {
    background-color: rgb(251 250 249 / 0.05);
  }

  .sm\:bg-neutral-50\/50 {
    background-color: rgb(251 250 249 / 0.5);
  }

  .sm\:bg-neutral-50\/55 {
    background-color: rgb(251 250 249 / 0.55);
  }

  .sm\:bg-neutral-50\/60 {
    background-color: rgb(251 250 249 / 0.6);
  }

  .sm\:bg-neutral-50\/65 {
    background-color: rgb(251 250 249 / 0.65);
  }

  .sm\:bg-neutral-50\/70 {
    background-color: rgb(251 250 249 / 0.7);
  }

  .sm\:bg-neutral-50\/75 {
    background-color: rgb(251 250 249 / 0.75);
  }

  .sm\:bg-neutral-50\/80 {
    background-color: rgb(251 250 249 / 0.8);
  }

  .sm\:bg-neutral-50\/85 {
    background-color: rgb(251 250 249 / 0.85);
  }

  .sm\:bg-neutral-50\/90 {
    background-color: rgb(251 250 249 / 0.9);
  }

  .sm\:bg-neutral-50\/95 {
    background-color: rgb(251 250 249 / 0.95);
  }

  .sm\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 121 113 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-500\/0 {
    background-color: rgb(129 121 113 / 0);
  }

  .sm\:bg-neutral-500\/10 {
    background-color: rgb(129 121 113 / 0.1);
  }

  .sm\:bg-neutral-500\/100 {
    background-color: rgb(129 121 113 / 1);
  }

  .sm\:bg-neutral-500\/15 {
    background-color: rgb(129 121 113 / 0.15);
  }

  .sm\:bg-neutral-500\/20 {
    background-color: rgb(129 121 113 / 0.2);
  }

  .sm\:bg-neutral-500\/25 {
    background-color: rgb(129 121 113 / 0.25);
  }

  .sm\:bg-neutral-500\/30 {
    background-color: rgb(129 121 113 / 0.3);
  }

  .sm\:bg-neutral-500\/35 {
    background-color: rgb(129 121 113 / 0.35);
  }

  .sm\:bg-neutral-500\/40 {
    background-color: rgb(129 121 113 / 0.4);
  }

  .sm\:bg-neutral-500\/45 {
    background-color: rgb(129 121 113 / 0.45);
  }

  .sm\:bg-neutral-500\/5 {
    background-color: rgb(129 121 113 / 0.05);
  }

  .sm\:bg-neutral-500\/50 {
    background-color: rgb(129 121 113 / 0.5);
  }

  .sm\:bg-neutral-500\/55 {
    background-color: rgb(129 121 113 / 0.55);
  }

  .sm\:bg-neutral-500\/60 {
    background-color: rgb(129 121 113 / 0.6);
  }

  .sm\:bg-neutral-500\/65 {
    background-color: rgb(129 121 113 / 0.65);
  }

  .sm\:bg-neutral-500\/70 {
    background-color: rgb(129 121 113 / 0.7);
  }

  .sm\:bg-neutral-500\/75 {
    background-color: rgb(129 121 113 / 0.75);
  }

  .sm\:bg-neutral-500\/80 {
    background-color: rgb(129 121 113 / 0.8);
  }

  .sm\:bg-neutral-500\/85 {
    background-color: rgb(129 121 113 / 0.85);
  }

  .sm\:bg-neutral-500\/90 {
    background-color: rgb(129 121 113 / 0.9);
  }

  .sm\:bg-neutral-500\/95 {
    background-color: rgb(129 121 113 / 0.95);
  }

  .sm\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 89 82 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-600\/0 {
    background-color: rgb(96 89 82 / 0);
  }

  .sm\:bg-neutral-600\/10 {
    background-color: rgb(96 89 82 / 0.1);
  }

  .sm\:bg-neutral-600\/100 {
    background-color: rgb(96 89 82 / 1);
  }

  .sm\:bg-neutral-600\/15 {
    background-color: rgb(96 89 82 / 0.15);
  }

  .sm\:bg-neutral-600\/20 {
    background-color: rgb(96 89 82 / 0.2);
  }

  .sm\:bg-neutral-600\/25 {
    background-color: rgb(96 89 82 / 0.25);
  }

  .sm\:bg-neutral-600\/30 {
    background-color: rgb(96 89 82 / 0.3);
  }

  .sm\:bg-neutral-600\/35 {
    background-color: rgb(96 89 82 / 0.35);
  }

  .sm\:bg-neutral-600\/40 {
    background-color: rgb(96 89 82 / 0.4);
  }

  .sm\:bg-neutral-600\/45 {
    background-color: rgb(96 89 82 / 0.45);
  }

  .sm\:bg-neutral-600\/5 {
    background-color: rgb(96 89 82 / 0.05);
  }

  .sm\:bg-neutral-600\/50 {
    background-color: rgb(96 89 82 / 0.5);
  }

  .sm\:bg-neutral-600\/55 {
    background-color: rgb(96 89 82 / 0.55);
  }

  .sm\:bg-neutral-600\/60 {
    background-color: rgb(96 89 82 / 0.6);
  }

  .sm\:bg-neutral-600\/65 {
    background-color: rgb(96 89 82 / 0.65);
  }

  .sm\:bg-neutral-600\/70 {
    background-color: rgb(96 89 82 / 0.7);
  }

  .sm\:bg-neutral-600\/75 {
    background-color: rgb(96 89 82 / 0.75);
  }

  .sm\:bg-neutral-600\/80 {
    background-color: rgb(96 89 82 / 0.8);
  }

  .sm\:bg-neutral-600\/85 {
    background-color: rgb(96 89 82 / 0.85);
  }

  .sm\:bg-neutral-600\/90 {
    background-color: rgb(96 89 82 / 0.9);
  }

  .sm\:bg-neutral-600\/95 {
    background-color: rgb(96 89 82 / 0.95);
  }

  .sm\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(73 68 63 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-700\/0 {
    background-color: rgb(73 68 63 / 0);
  }

  .sm\:bg-neutral-700\/10 {
    background-color: rgb(73 68 63 / 0.1);
  }

  .sm\:bg-neutral-700\/100 {
    background-color: rgb(73 68 63 / 1);
  }

  .sm\:bg-neutral-700\/15 {
    background-color: rgb(73 68 63 / 0.15);
  }

  .sm\:bg-neutral-700\/20 {
    background-color: rgb(73 68 63 / 0.2);
  }

  .sm\:bg-neutral-700\/25 {
    background-color: rgb(73 68 63 / 0.25);
  }

  .sm\:bg-neutral-700\/30 {
    background-color: rgb(73 68 63 / 0.3);
  }

  .sm\:bg-neutral-700\/35 {
    background-color: rgb(73 68 63 / 0.35);
  }

  .sm\:bg-neutral-700\/40 {
    background-color: rgb(73 68 63 / 0.4);
  }

  .sm\:bg-neutral-700\/45 {
    background-color: rgb(73 68 63 / 0.45);
  }

  .sm\:bg-neutral-700\/5 {
    background-color: rgb(73 68 63 / 0.05);
  }

  .sm\:bg-neutral-700\/50 {
    background-color: rgb(73 68 63 / 0.5);
  }

  .sm\:bg-neutral-700\/55 {
    background-color: rgb(73 68 63 / 0.55);
  }

  .sm\:bg-neutral-700\/60 {
    background-color: rgb(73 68 63 / 0.6);
  }

  .sm\:bg-neutral-700\/65 {
    background-color: rgb(73 68 63 / 0.65);
  }

  .sm\:bg-neutral-700\/70 {
    background-color: rgb(73 68 63 / 0.7);
  }

  .sm\:bg-neutral-700\/75 {
    background-color: rgb(73 68 63 / 0.75);
  }

  .sm\:bg-neutral-700\/80 {
    background-color: rgb(73 68 63 / 0.8);
  }

  .sm\:bg-neutral-700\/85 {
    background-color: rgb(73 68 63 / 0.85);
  }

  .sm\:bg-neutral-700\/90 {
    background-color: rgb(73 68 63 / 0.9);
  }

  .sm\:bg-neutral-700\/95 {
    background-color: rgb(73 68 63 / 0.95);
  }

  .sm\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(48 45 42 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-800\/0 {
    background-color: rgb(48 45 42 / 0);
  }

  .sm\:bg-neutral-800\/10 {
    background-color: rgb(48 45 42 / 0.1);
  }

  .sm\:bg-neutral-800\/100 {
    background-color: rgb(48 45 42 / 1);
  }

  .sm\:bg-neutral-800\/15 {
    background-color: rgb(48 45 42 / 0.15);
  }

  .sm\:bg-neutral-800\/20 {
    background-color: rgb(48 45 42 / 0.2);
  }

  .sm\:bg-neutral-800\/25 {
    background-color: rgb(48 45 42 / 0.25);
  }

  .sm\:bg-neutral-800\/30 {
    background-color: rgb(48 45 42 / 0.3);
  }

  .sm\:bg-neutral-800\/35 {
    background-color: rgb(48 45 42 / 0.35);
  }

  .sm\:bg-neutral-800\/40 {
    background-color: rgb(48 45 42 / 0.4);
  }

  .sm\:bg-neutral-800\/45 {
    background-color: rgb(48 45 42 / 0.45);
  }

  .sm\:bg-neutral-800\/5 {
    background-color: rgb(48 45 42 / 0.05);
  }

  .sm\:bg-neutral-800\/50 {
    background-color: rgb(48 45 42 / 0.5);
  }

  .sm\:bg-neutral-800\/55 {
    background-color: rgb(48 45 42 / 0.55);
  }

  .sm\:bg-neutral-800\/60 {
    background-color: rgb(48 45 42 / 0.6);
  }

  .sm\:bg-neutral-800\/65 {
    background-color: rgb(48 45 42 / 0.65);
  }

  .sm\:bg-neutral-800\/70 {
    background-color: rgb(48 45 42 / 0.7);
  }

  .sm\:bg-neutral-800\/75 {
    background-color: rgb(48 45 42 / 0.75);
  }

  .sm\:bg-neutral-800\/80 {
    background-color: rgb(48 45 42 / 0.8);
  }

  .sm\:bg-neutral-800\/85 {
    background-color: rgb(48 45 42 / 0.85);
  }

  .sm\:bg-neutral-800\/90 {
    background-color: rgb(48 45 42 / 0.9);
  }

  .sm\:bg-neutral-800\/95 {
    background-color: rgb(48 45 42 / 0.95);
  }

  .sm\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(33 31 29 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-900\/0 {
    background-color: rgb(33 31 29 / 0);
  }

  .sm\:bg-neutral-900\/10 {
    background-color: rgb(33 31 29 / 0.1);
  }

  .sm\:bg-neutral-900\/100 {
    background-color: rgb(33 31 29 / 1);
  }

  .sm\:bg-neutral-900\/15 {
    background-color: rgb(33 31 29 / 0.15);
  }

  .sm\:bg-neutral-900\/20 {
    background-color: rgb(33 31 29 / 0.2);
  }

  .sm\:bg-neutral-900\/25 {
    background-color: rgb(33 31 29 / 0.25);
  }

  .sm\:bg-neutral-900\/30 {
    background-color: rgb(33 31 29 / 0.3);
  }

  .sm\:bg-neutral-900\/35 {
    background-color: rgb(33 31 29 / 0.35);
  }

  .sm\:bg-neutral-900\/40 {
    background-color: rgb(33 31 29 / 0.4);
  }

  .sm\:bg-neutral-900\/45 {
    background-color: rgb(33 31 29 / 0.45);
  }

  .sm\:bg-neutral-900\/5 {
    background-color: rgb(33 31 29 / 0.05);
  }

  .sm\:bg-neutral-900\/50 {
    background-color: rgb(33 31 29 / 0.5);
  }

  .sm\:bg-neutral-900\/55 {
    background-color: rgb(33 31 29 / 0.55);
  }

  .sm\:bg-neutral-900\/60 {
    background-color: rgb(33 31 29 / 0.6);
  }

  .sm\:bg-neutral-900\/65 {
    background-color: rgb(33 31 29 / 0.65);
  }

  .sm\:bg-neutral-900\/70 {
    background-color: rgb(33 31 29 / 0.7);
  }

  .sm\:bg-neutral-900\/75 {
    background-color: rgb(33 31 29 / 0.75);
  }

  .sm\:bg-neutral-900\/80 {
    background-color: rgb(33 31 29 / 0.8);
  }

  .sm\:bg-neutral-900\/85 {
    background-color: rgb(33 31 29 / 0.85);
  }

  .sm\:bg-neutral-900\/90 {
    background-color: rgb(33 31 29 / 0.9);
  }

  .sm\:bg-neutral-900\/95 {
    background-color: rgb(33 31 29 / 0.95);
  }

  .sm\:bg-neutral-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 17 16 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-neutral-950\/0 {
    background-color: rgb(18 17 16 / 0);
  }

  .sm\:bg-neutral-950\/10 {
    background-color: rgb(18 17 16 / 0.1);
  }

  .sm\:bg-neutral-950\/100 {
    background-color: rgb(18 17 16 / 1);
  }

  .sm\:bg-neutral-950\/15 {
    background-color: rgb(18 17 16 / 0.15);
  }

  .sm\:bg-neutral-950\/20 {
    background-color: rgb(18 17 16 / 0.2);
  }

  .sm\:bg-neutral-950\/25 {
    background-color: rgb(18 17 16 / 0.25);
  }

  .sm\:bg-neutral-950\/30 {
    background-color: rgb(18 17 16 / 0.3);
  }

  .sm\:bg-neutral-950\/35 {
    background-color: rgb(18 17 16 / 0.35);
  }

  .sm\:bg-neutral-950\/40 {
    background-color: rgb(18 17 16 / 0.4);
  }

  .sm\:bg-neutral-950\/45 {
    background-color: rgb(18 17 16 / 0.45);
  }

  .sm\:bg-neutral-950\/5 {
    background-color: rgb(18 17 16 / 0.05);
  }

  .sm\:bg-neutral-950\/50 {
    background-color: rgb(18 17 16 / 0.5);
  }

  .sm\:bg-neutral-950\/55 {
    background-color: rgb(18 17 16 / 0.55);
  }

  .sm\:bg-neutral-950\/60 {
    background-color: rgb(18 17 16 / 0.6);
  }

  .sm\:bg-neutral-950\/65 {
    background-color: rgb(18 17 16 / 0.65);
  }

  .sm\:bg-neutral-950\/70 {
    background-color: rgb(18 17 16 / 0.7);
  }

  .sm\:bg-neutral-950\/75 {
    background-color: rgb(18 17 16 / 0.75);
  }

  .sm\:bg-neutral-950\/80 {
    background-color: rgb(18 17 16 / 0.8);
  }

  .sm\:bg-neutral-950\/85 {
    background-color: rgb(18 17 16 / 0.85);
  }

  .sm\:bg-neutral-950\/90 {
    background-color: rgb(18 17 16 / 0.9);
  }

  .sm\:bg-neutral-950\/95 {
    background-color: rgb(18 17 16 / 0.95);
  }

  .sm\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 234 222 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-100\/0 {
    background-color: rgb(254 234 222 / 0);
  }

  .sm\:bg-primary-100\/10 {
    background-color: rgb(254 234 222 / 0.1);
  }

  .sm\:bg-primary-100\/100 {
    background-color: rgb(254 234 222 / 1);
  }

  .sm\:bg-primary-100\/15 {
    background-color: rgb(254 234 222 / 0.15);
  }

  .sm\:bg-primary-100\/20 {
    background-color: rgb(254 234 222 / 0.2);
  }

  .sm\:bg-primary-100\/25 {
    background-color: rgb(254 234 222 / 0.25);
  }

  .sm\:bg-primary-100\/30 {
    background-color: rgb(254 234 222 / 0.3);
  }

  .sm\:bg-primary-100\/35 {
    background-color: rgb(254 234 222 / 0.35);
  }

  .sm\:bg-primary-100\/40 {
    background-color: rgb(254 234 222 / 0.4);
  }

  .sm\:bg-primary-100\/45 {
    background-color: rgb(254 234 222 / 0.45);
  }

  .sm\:bg-primary-100\/5 {
    background-color: rgb(254 234 222 / 0.05);
  }

  .sm\:bg-primary-100\/50 {
    background-color: rgb(254 234 222 / 0.5);
  }

  .sm\:bg-primary-100\/55 {
    background-color: rgb(254 234 222 / 0.55);
  }

  .sm\:bg-primary-100\/60 {
    background-color: rgb(254 234 222 / 0.6);
  }

  .sm\:bg-primary-100\/65 {
    background-color: rgb(254 234 222 / 0.65);
  }

  .sm\:bg-primary-100\/70 {
    background-color: rgb(254 234 222 / 0.7);
  }

  .sm\:bg-primary-100\/75 {
    background-color: rgb(254 234 222 / 0.75);
  }

  .sm\:bg-primary-100\/80 {
    background-color: rgb(254 234 222 / 0.8);
  }

  .sm\:bg-primary-100\/85 {
    background-color: rgb(254 234 222 / 0.85);
  }

  .sm\:bg-primary-100\/90 {
    background-color: rgb(254 234 222 / 0.9);
  }

  .sm\:bg-primary-100\/95 {
    background-color: rgb(254 234 222 / 0.95);
  }

  .sm\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 189 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-200\/0 {
    background-color: rgb(252 211 189 / 0);
  }

  .sm\:bg-primary-200\/10 {
    background-color: rgb(252 211 189 / 0.1);
  }

  .sm\:bg-primary-200\/100 {
    background-color: rgb(252 211 189 / 1);
  }

  .sm\:bg-primary-200\/15 {
    background-color: rgb(252 211 189 / 0.15);
  }

  .sm\:bg-primary-200\/20 {
    background-color: rgb(252 211 189 / 0.2);
  }

  .sm\:bg-primary-200\/25 {
    background-color: rgb(252 211 189 / 0.25);
  }

  .sm\:bg-primary-200\/30 {
    background-color: rgb(252 211 189 / 0.3);
  }

  .sm\:bg-primary-200\/35 {
    background-color: rgb(252 211 189 / 0.35);
  }

  .sm\:bg-primary-200\/40 {
    background-color: rgb(252 211 189 / 0.4);
  }

  .sm\:bg-primary-200\/45 {
    background-color: rgb(252 211 189 / 0.45);
  }

  .sm\:bg-primary-200\/5 {
    background-color: rgb(252 211 189 / 0.05);
  }

  .sm\:bg-primary-200\/50 {
    background-color: rgb(252 211 189 / 0.5);
  }

  .sm\:bg-primary-200\/55 {
    background-color: rgb(252 211 189 / 0.55);
  }

  .sm\:bg-primary-200\/60 {
    background-color: rgb(252 211 189 / 0.6);
  }

  .sm\:bg-primary-200\/65 {
    background-color: rgb(252 211 189 / 0.65);
  }

  .sm\:bg-primary-200\/70 {
    background-color: rgb(252 211 189 / 0.7);
  }

  .sm\:bg-primary-200\/75 {
    background-color: rgb(252 211 189 / 0.75);
  }

  .sm\:bg-primary-200\/80 {
    background-color: rgb(252 211 189 / 0.8);
  }

  .sm\:bg-primary-200\/85 {
    background-color: rgb(252 211 189 / 0.85);
  }

  .sm\:bg-primary-200\/90 {
    background-color: rgb(252 211 189 / 0.9);
  }

  .sm\:bg-primary-200\/95 {
    background-color: rgb(252 211 189 / 0.95);
  }

  .sm\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 179 143 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-300\/0 {
    background-color: rgb(250 179 143 / 0);
  }

  .sm\:bg-primary-300\/10 {
    background-color: rgb(250 179 143 / 0.1);
  }

  .sm\:bg-primary-300\/100 {
    background-color: rgb(250 179 143 / 1);
  }

  .sm\:bg-primary-300\/15 {
    background-color: rgb(250 179 143 / 0.15);
  }

  .sm\:bg-primary-300\/20 {
    background-color: rgb(250 179 143 / 0.2);
  }

  .sm\:bg-primary-300\/25 {
    background-color: rgb(250 179 143 / 0.25);
  }

  .sm\:bg-primary-300\/30 {
    background-color: rgb(250 179 143 / 0.3);
  }

  .sm\:bg-primary-300\/35 {
    background-color: rgb(250 179 143 / 0.35);
  }

  .sm\:bg-primary-300\/40 {
    background-color: rgb(250 179 143 / 0.4);
  }

  .sm\:bg-primary-300\/45 {
    background-color: rgb(250 179 143 / 0.45);
  }

  .sm\:bg-primary-300\/5 {
    background-color: rgb(250 179 143 / 0.05);
  }

  .sm\:bg-primary-300\/50 {
    background-color: rgb(250 179 143 / 0.5);
  }

  .sm\:bg-primary-300\/55 {
    background-color: rgb(250 179 143 / 0.55);
  }

  .sm\:bg-primary-300\/60 {
    background-color: rgb(250 179 143 / 0.6);
  }

  .sm\:bg-primary-300\/65 {
    background-color: rgb(250 179 143 / 0.65);
  }

  .sm\:bg-primary-300\/70 {
    background-color: rgb(250 179 143 / 0.7);
  }

  .sm\:bg-primary-300\/75 {
    background-color: rgb(250 179 143 / 0.75);
  }

  .sm\:bg-primary-300\/80 {
    background-color: rgb(250 179 143 / 0.8);
  }

  .sm\:bg-primary-300\/85 {
    background-color: rgb(250 179 143 / 0.85);
  }

  .sm\:bg-primary-300\/90 {
    background-color: rgb(250 179 143 / 0.9);
  }

  .sm\:bg-primary-300\/95 {
    background-color: rgb(250 179 143 / 0.95);
  }

  .sm\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 151 102 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-400\/0 {
    background-color: rgb(249 151 102 / 0);
  }

  .sm\:bg-primary-400\/10 {
    background-color: rgb(249 151 102 / 0.1);
  }

  .sm\:bg-primary-400\/100 {
    background-color: rgb(249 151 102 / 1);
  }

  .sm\:bg-primary-400\/15 {
    background-color: rgb(249 151 102 / 0.15);
  }

  .sm\:bg-primary-400\/20 {
    background-color: rgb(249 151 102 / 0.2);
  }

  .sm\:bg-primary-400\/25 {
    background-color: rgb(249 151 102 / 0.25);
  }

  .sm\:bg-primary-400\/30 {
    background-color: rgb(249 151 102 / 0.3);
  }

  .sm\:bg-primary-400\/35 {
    background-color: rgb(249 151 102 / 0.35);
  }

  .sm\:bg-primary-400\/40 {
    background-color: rgb(249 151 102 / 0.4);
  }

  .sm\:bg-primary-400\/45 {
    background-color: rgb(249 151 102 / 0.45);
  }

  .sm\:bg-primary-400\/5 {
    background-color: rgb(249 151 102 / 0.05);
  }

  .sm\:bg-primary-400\/50 {
    background-color: rgb(249 151 102 / 0.5);
  }

  .sm\:bg-primary-400\/55 {
    background-color: rgb(249 151 102 / 0.55);
  }

  .sm\:bg-primary-400\/60 {
    background-color: rgb(249 151 102 / 0.6);
  }

  .sm\:bg-primary-400\/65 {
    background-color: rgb(249 151 102 / 0.65);
  }

  .sm\:bg-primary-400\/70 {
    background-color: rgb(249 151 102 / 0.7);
  }

  .sm\:bg-primary-400\/75 {
    background-color: rgb(249 151 102 / 0.75);
  }

  .sm\:bg-primary-400\/80 {
    background-color: rgb(249 151 102 / 0.8);
  }

  .sm\:bg-primary-400\/85 {
    background-color: rgb(249 151 102 / 0.85);
  }

  .sm\:bg-primary-400\/90 {
    background-color: rgb(249 151 102 / 0.9);
  }

  .sm\:bg-primary-400\/95 {
    background-color: rgb(249 151 102 / 0.95);
  }

  .sm\:bg-primary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 242 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-50\/0 {
    background-color: rgb(255 247 242 / 0);
  }

  .sm\:bg-primary-50\/10 {
    background-color: rgb(255 247 242 / 0.1);
  }

  .sm\:bg-primary-50\/100 {
    background-color: rgb(255 247 242 / 1);
  }

  .sm\:bg-primary-50\/15 {
    background-color: rgb(255 247 242 / 0.15);
  }

  .sm\:bg-primary-50\/20 {
    background-color: rgb(255 247 242 / 0.2);
  }

  .sm\:bg-primary-50\/25 {
    background-color: rgb(255 247 242 / 0.25);
  }

  .sm\:bg-primary-50\/30 {
    background-color: rgb(255 247 242 / 0.3);
  }

  .sm\:bg-primary-50\/35 {
    background-color: rgb(255 247 242 / 0.35);
  }

  .sm\:bg-primary-50\/40 {
    background-color: rgb(255 247 242 / 0.4);
  }

  .sm\:bg-primary-50\/45 {
    background-color: rgb(255 247 242 / 0.45);
  }

  .sm\:bg-primary-50\/5 {
    background-color: rgb(255 247 242 / 0.05);
  }

  .sm\:bg-primary-50\/50 {
    background-color: rgb(255 247 242 / 0.5);
  }

  .sm\:bg-primary-50\/55 {
    background-color: rgb(255 247 242 / 0.55);
  }

  .sm\:bg-primary-50\/60 {
    background-color: rgb(255 247 242 / 0.6);
  }

  .sm\:bg-primary-50\/65 {
    background-color: rgb(255 247 242 / 0.65);
  }

  .sm\:bg-primary-50\/70 {
    background-color: rgb(255 247 242 / 0.7);
  }

  .sm\:bg-primary-50\/75 {
    background-color: rgb(255 247 242 / 0.75);
  }

  .sm\:bg-primary-50\/80 {
    background-color: rgb(255 247 242 / 0.8);
  }

  .sm\:bg-primary-50\/85 {
    background-color: rgb(255 247 242 / 0.85);
  }

  .sm\:bg-primary-50\/90 {
    background-color: rgb(255 247 242 / 0.9);
  }

  .sm\:bg-primary-50\/95 {
    background-color: rgb(255 247 242 / 0.95);
  }

  .sm\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 141 77 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-500\/0 {
    background-color: rgb(247 141 77 / 0);
  }

  .sm\:bg-primary-500\/10 {
    background-color: rgb(247 141 77 / 0.1);
  }

  .sm\:bg-primary-500\/100 {
    background-color: rgb(247 141 77 / 1);
  }

  .sm\:bg-primary-500\/15 {
    background-color: rgb(247 141 77 / 0.15);
  }

  .sm\:bg-primary-500\/20 {
    background-color: rgb(247 141 77 / 0.2);
  }

  .sm\:bg-primary-500\/25 {
    background-color: rgb(247 141 77 / 0.25);
  }

  .sm\:bg-primary-500\/30 {
    background-color: rgb(247 141 77 / 0.3);
  }

  .sm\:bg-primary-500\/35 {
    background-color: rgb(247 141 77 / 0.35);
  }

  .sm\:bg-primary-500\/40 {
    background-color: rgb(247 141 77 / 0.4);
  }

  .sm\:bg-primary-500\/45 {
    background-color: rgb(247 141 77 / 0.45);
  }

  .sm\:bg-primary-500\/5 {
    background-color: rgb(247 141 77 / 0.05);
  }

  .sm\:bg-primary-500\/50 {
    background-color: rgb(247 141 77 / 0.5);
  }

  .sm\:bg-primary-500\/55 {
    background-color: rgb(247 141 77 / 0.55);
  }

  .sm\:bg-primary-500\/60 {
    background-color: rgb(247 141 77 / 0.6);
  }

  .sm\:bg-primary-500\/65 {
    background-color: rgb(247 141 77 / 0.65);
  }

  .sm\:bg-primary-500\/70 {
    background-color: rgb(247 141 77 / 0.7);
  }

  .sm\:bg-primary-500\/75 {
    background-color: rgb(247 141 77 / 0.75);
  }

  .sm\:bg-primary-500\/80 {
    background-color: rgb(247 141 77 / 0.8);
  }

  .sm\:bg-primary-500\/85 {
    background-color: rgb(247 141 77 / 0.85);
  }

  .sm\:bg-primary-500\/90 {
    background-color: rgb(247 141 77 / 0.9);
  }

  .sm\:bg-primary-500\/95 {
    background-color: rgb(247 141 77 / 0.95);
  }

  .sm\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 99 37 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-600\/0 {
    background-color: rgb(233 99 37 / 0);
  }

  .sm\:bg-primary-600\/10 {
    background-color: rgb(233 99 37 / 0.1);
  }

  .sm\:bg-primary-600\/100 {
    background-color: rgb(233 99 37 / 1);
  }

  .sm\:bg-primary-600\/15 {
    background-color: rgb(233 99 37 / 0.15);
  }

  .sm\:bg-primary-600\/20 {
    background-color: rgb(233 99 37 / 0.2);
  }

  .sm\:bg-primary-600\/25 {
    background-color: rgb(233 99 37 / 0.25);
  }

  .sm\:bg-primary-600\/30 {
    background-color: rgb(233 99 37 / 0.3);
  }

  .sm\:bg-primary-600\/35 {
    background-color: rgb(233 99 37 / 0.35);
  }

  .sm\:bg-primary-600\/40 {
    background-color: rgb(233 99 37 / 0.4);
  }

  .sm\:bg-primary-600\/45 {
    background-color: rgb(233 99 37 / 0.45);
  }

  .sm\:bg-primary-600\/5 {
    background-color: rgb(233 99 37 / 0.05);
  }

  .sm\:bg-primary-600\/50 {
    background-color: rgb(233 99 37 / 0.5);
  }

  .sm\:bg-primary-600\/55 {
    background-color: rgb(233 99 37 / 0.55);
  }

  .sm\:bg-primary-600\/60 {
    background-color: rgb(233 99 37 / 0.6);
  }

  .sm\:bg-primary-600\/65 {
    background-color: rgb(233 99 37 / 0.65);
  }

  .sm\:bg-primary-600\/70 {
    background-color: rgb(233 99 37 / 0.7);
  }

  .sm\:bg-primary-600\/75 {
    background-color: rgb(233 99 37 / 0.75);
  }

  .sm\:bg-primary-600\/80 {
    background-color: rgb(233 99 37 / 0.8);
  }

  .sm\:bg-primary-600\/85 {
    background-color: rgb(233 99 37 / 0.85);
  }

  .sm\:bg-primary-600\/90 {
    background-color: rgb(233 99 37 / 0.9);
  }

  .sm\:bg-primary-600\/95 {
    background-color: rgb(233 99 37 / 0.95);
  }

  .sm\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(201 74 22 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-700\/0 {
    background-color: rgb(201 74 22 / 0);
  }

  .sm\:bg-primary-700\/10 {
    background-color: rgb(201 74 22 / 0.1);
  }

  .sm\:bg-primary-700\/100 {
    background-color: rgb(201 74 22 / 1);
  }

  .sm\:bg-primary-700\/15 {
    background-color: rgb(201 74 22 / 0.15);
  }

  .sm\:bg-primary-700\/20 {
    background-color: rgb(201 74 22 / 0.2);
  }

  .sm\:bg-primary-700\/25 {
    background-color: rgb(201 74 22 / 0.25);
  }

  .sm\:bg-primary-700\/30 {
    background-color: rgb(201 74 22 / 0.3);
  }

  .sm\:bg-primary-700\/35 {
    background-color: rgb(201 74 22 / 0.35);
  }

  .sm\:bg-primary-700\/40 {
    background-color: rgb(201 74 22 / 0.4);
  }

  .sm\:bg-primary-700\/45 {
    background-color: rgb(201 74 22 / 0.45);
  }

  .sm\:bg-primary-700\/5 {
    background-color: rgb(201 74 22 / 0.05);
  }

  .sm\:bg-primary-700\/50 {
    background-color: rgb(201 74 22 / 0.5);
  }

  .sm\:bg-primary-700\/55 {
    background-color: rgb(201 74 22 / 0.55);
  }

  .sm\:bg-primary-700\/60 {
    background-color: rgb(201 74 22 / 0.6);
  }

  .sm\:bg-primary-700\/65 {
    background-color: rgb(201 74 22 / 0.65);
  }

  .sm\:bg-primary-700\/70 {
    background-color: rgb(201 74 22 / 0.7);
  }

  .sm\:bg-primary-700\/75 {
    background-color: rgb(201 74 22 / 0.75);
  }

  .sm\:bg-primary-700\/80 {
    background-color: rgb(201 74 22 / 0.8);
  }

  .sm\:bg-primary-700\/85 {
    background-color: rgb(201 74 22 / 0.85);
  }

  .sm\:bg-primary-700\/90 {
    background-color: rgb(201 74 22 / 0.9);
  }

  .sm\:bg-primary-700\/95 {
    background-color: rgb(201 74 22 / 0.95);
  }

  .sm\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 59 24 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-800\/0 {
    background-color: rgb(161 59 24 / 0);
  }

  .sm\:bg-primary-800\/10 {
    background-color: rgb(161 59 24 / 0.1);
  }

  .sm\:bg-primary-800\/100 {
    background-color: rgb(161 59 24 / 1);
  }

  .sm\:bg-primary-800\/15 {
    background-color: rgb(161 59 24 / 0.15);
  }

  .sm\:bg-primary-800\/20 {
    background-color: rgb(161 59 24 / 0.2);
  }

  .sm\:bg-primary-800\/25 {
    background-color: rgb(161 59 24 / 0.25);
  }

  .sm\:bg-primary-800\/30 {
    background-color: rgb(161 59 24 / 0.3);
  }

  .sm\:bg-primary-800\/35 {
    background-color: rgb(161 59 24 / 0.35);
  }

  .sm\:bg-primary-800\/40 {
    background-color: rgb(161 59 24 / 0.4);
  }

  .sm\:bg-primary-800\/45 {
    background-color: rgb(161 59 24 / 0.45);
  }

  .sm\:bg-primary-800\/5 {
    background-color: rgb(161 59 24 / 0.05);
  }

  .sm\:bg-primary-800\/50 {
    background-color: rgb(161 59 24 / 0.5);
  }

  .sm\:bg-primary-800\/55 {
    background-color: rgb(161 59 24 / 0.55);
  }

  .sm\:bg-primary-800\/60 {
    background-color: rgb(161 59 24 / 0.6);
  }

  .sm\:bg-primary-800\/65 {
    background-color: rgb(161 59 24 / 0.65);
  }

  .sm\:bg-primary-800\/70 {
    background-color: rgb(161 59 24 / 0.7);
  }

  .sm\:bg-primary-800\/75 {
    background-color: rgb(161 59 24 / 0.75);
  }

  .sm\:bg-primary-800\/80 {
    background-color: rgb(161 59 24 / 0.8);
  }

  .sm\:bg-primary-800\/85 {
    background-color: rgb(161 59 24 / 0.85);
  }

  .sm\:bg-primary-800\/90 {
    background-color: rgb(161 59 24 / 0.9);
  }

  .sm\:bg-primary-800\/95 {
    background-color: rgb(161 59 24 / 0.95);
  }

  .sm\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(130 51 24 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-900\/0 {
    background-color: rgb(130 51 24 / 0);
  }

  .sm\:bg-primary-900\/10 {
    background-color: rgb(130 51 24 / 0.1);
  }

  .sm\:bg-primary-900\/100 {
    background-color: rgb(130 51 24 / 1);
  }

  .sm\:bg-primary-900\/15 {
    background-color: rgb(130 51 24 / 0.15);
  }

  .sm\:bg-primary-900\/20 {
    background-color: rgb(130 51 24 / 0.2);
  }

  .sm\:bg-primary-900\/25 {
    background-color: rgb(130 51 24 / 0.25);
  }

  .sm\:bg-primary-900\/30 {
    background-color: rgb(130 51 24 / 0.3);
  }

  .sm\:bg-primary-900\/35 {
    background-color: rgb(130 51 24 / 0.35);
  }

  .sm\:bg-primary-900\/40 {
    background-color: rgb(130 51 24 / 0.4);
  }

  .sm\:bg-primary-900\/45 {
    background-color: rgb(130 51 24 / 0.45);
  }

  .sm\:bg-primary-900\/5 {
    background-color: rgb(130 51 24 / 0.05);
  }

  .sm\:bg-primary-900\/50 {
    background-color: rgb(130 51 24 / 0.5);
  }

  .sm\:bg-primary-900\/55 {
    background-color: rgb(130 51 24 / 0.55);
  }

  .sm\:bg-primary-900\/60 {
    background-color: rgb(130 51 24 / 0.6);
  }

  .sm\:bg-primary-900\/65 {
    background-color: rgb(130 51 24 / 0.65);
  }

  .sm\:bg-primary-900\/70 {
    background-color: rgb(130 51 24 / 0.7);
  }

  .sm\:bg-primary-900\/75 {
    background-color: rgb(130 51 24 / 0.75);
  }

  .sm\:bg-primary-900\/80 {
    background-color: rgb(130 51 24 / 0.8);
  }

  .sm\:bg-primary-900\/85 {
    background-color: rgb(130 51 24 / 0.85);
  }

  .sm\:bg-primary-900\/90 {
    background-color: rgb(130 51 24 / 0.9);
  }

  .sm\:bg-primary-900\/95 {
    background-color: rgb(130 51 24 / 0.95);
  }

  .sm\:bg-primary-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(70 23 8 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-primary-950\/0 {
    background-color: rgb(70 23 8 / 0);
  }

  .sm\:bg-primary-950\/10 {
    background-color: rgb(70 23 8 / 0.1);
  }

  .sm\:bg-primary-950\/100 {
    background-color: rgb(70 23 8 / 1);
  }

  .sm\:bg-primary-950\/15 {
    background-color: rgb(70 23 8 / 0.15);
  }

  .sm\:bg-primary-950\/20 {
    background-color: rgb(70 23 8 / 0.2);
  }

  .sm\:bg-primary-950\/25 {
    background-color: rgb(70 23 8 / 0.25);
  }

  .sm\:bg-primary-950\/30 {
    background-color: rgb(70 23 8 / 0.3);
  }

  .sm\:bg-primary-950\/35 {
    background-color: rgb(70 23 8 / 0.35);
  }

  .sm\:bg-primary-950\/40 {
    background-color: rgb(70 23 8 / 0.4);
  }

  .sm\:bg-primary-950\/45 {
    background-color: rgb(70 23 8 / 0.45);
  }

  .sm\:bg-primary-950\/5 {
    background-color: rgb(70 23 8 / 0.05);
  }

  .sm\:bg-primary-950\/50 {
    background-color: rgb(70 23 8 / 0.5);
  }

  .sm\:bg-primary-950\/55 {
    background-color: rgb(70 23 8 / 0.55);
  }

  .sm\:bg-primary-950\/60 {
    background-color: rgb(70 23 8 / 0.6);
  }

  .sm\:bg-primary-950\/65 {
    background-color: rgb(70 23 8 / 0.65);
  }

  .sm\:bg-primary-950\/70 {
    background-color: rgb(70 23 8 / 0.7);
  }

  .sm\:bg-primary-950\/75 {
    background-color: rgb(70 23 8 / 0.75);
  }

  .sm\:bg-primary-950\/80 {
    background-color: rgb(70 23 8 / 0.8);
  }

  .sm\:bg-primary-950\/85 {
    background-color: rgb(70 23 8 / 0.85);
  }

  .sm\:bg-primary-950\/90 {
    background-color: rgb(70 23 8 / 0.9);
  }

  .sm\:bg-primary-950\/95 {
    background-color: rgb(70 23 8 / 0.95);
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .sm\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .sm\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .sm\:bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15);
  }

  .sm\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .sm\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .sm\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .sm\:bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35);
  }

  .sm\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .sm\:bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45);
  }

  .sm\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .sm\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .sm\:bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55);
  }

  .sm\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .sm\:bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65);
  }

  .sm\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .sm\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .sm\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .sm\:bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85);
  }

  .sm\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .sm\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .sm\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .sm\:bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
  }

  .sm\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .sm\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .sm\:bg-white\/15 {
    background-color: rgb(255 255 255 / 0.15);
  }

  .sm\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .sm\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
  }

  .sm\:bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .sm\:bg-white\/35 {
    background-color: rgb(255 255 255 / 0.35);
  }

  .sm\:bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .sm\:bg-white\/45 {
    background-color: rgb(255 255 255 / 0.45);
  }

  .sm\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .sm\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .sm\:bg-white\/55 {
    background-color: rgb(255 255 255 / 0.55);
  }

  .sm\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .sm\:bg-white\/65 {
    background-color: rgb(255 255 255 / 0.65);
  }

  .sm\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .sm\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .sm\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .sm\:bg-white\/85 {
    background-color: rgb(255 255 255 / 0.85);
  }

  .sm\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .sm\:bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

  .sm\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }

  .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\/15 {
    background-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    background-color: rgb(254 249 195 / 0.35);
  }

  .sm\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .sm\:bg-yellow-100\/45 {
    background-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    background-color: rgb(254 249 195 / 0.55);
  }

  .sm\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .sm\:bg-yellow-100\/65 {
    background-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    background-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    background-color: rgb(254 240 138 / 0.35);
  }

  .sm\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .sm\:bg-yellow-200\/45 {
    background-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    background-color: rgb(254 240 138 / 0.55);
  }

  .sm\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .sm\:bg-yellow-200\/65 {
    background-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    background-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
  }

  .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\/15 {
    background-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    background-color: rgb(250 204 21 / 0.35);
  }

  .sm\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .sm\:bg-yellow-400\/45 {
    background-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    background-color: rgb(250 204 21 / 0.55);
  }

  .sm\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .sm\:bg-yellow-400\/65 {
    background-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    background-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    background-color: rgb(254 252 232 / 0.35);
  }

  .sm\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .sm\:bg-yellow-50\/45 {
    background-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    background-color: rgb(254 252 232 / 0.55);
  }

  .sm\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .sm\:bg-yellow-50\/65 {
    background-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    background-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    background-color: rgb(234 179 8 / 0.35);
  }

  .sm\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .sm\:bg-yellow-500\/45 {
    background-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    background-color: rgb(234 179 8 / 0.55);
  }

  .sm\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .sm\:bg-yellow-500\/65 {
    background-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    background-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    background-color: rgb(202 138 4 / 0.35);
  }

  .sm\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .sm\:bg-yellow-600\/45 {
    background-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    background-color: rgb(202 138 4 / 0.55);
  }

  .sm\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .sm\:bg-yellow-600\/65 {
    background-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    background-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
  }

  .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\/15 {
    background-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    background-color: rgb(133 77 14 / 0.35);
  }

  .sm\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .sm\:bg-yellow-800\/45 {
    background-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    background-color: rgb(133 77 14 / 0.55);
  }

  .sm\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .sm\:bg-yellow-800\/65 {
    background-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    background-color: rgb(133 77 14 / 0.85);
  }

  .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\:from-accent-100 {
    --tw-gradient-from: #ebfbcb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/0 {
    --tw-gradient-from: rgb(235 251 203 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/10 {
    --tw-gradient-from: rgb(235 251 203 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/100 {
    --tw-gradient-from: rgb(235 251 203 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/15 {
    --tw-gradient-from: rgb(235 251 203 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/20 {
    --tw-gradient-from: rgb(235 251 203 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/25 {
    --tw-gradient-from: rgb(235 251 203 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/30 {
    --tw-gradient-from: rgb(235 251 203 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/35 {
    --tw-gradient-from: rgb(235 251 203 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/40 {
    --tw-gradient-from: rgb(235 251 203 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/45 {
    --tw-gradient-from: rgb(235 251 203 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/5 {
    --tw-gradient-from: rgb(235 251 203 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/50 {
    --tw-gradient-from: rgb(235 251 203 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/55 {
    --tw-gradient-from: rgb(235 251 203 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/60 {
    --tw-gradient-from: rgb(235 251 203 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/65 {
    --tw-gradient-from: rgb(235 251 203 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/70 {
    --tw-gradient-from: rgb(235 251 203 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/75 {
    --tw-gradient-from: rgb(235 251 203 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/80 {
    --tw-gradient-from: rgb(235 251 203 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/85 {
    --tw-gradient-from: rgb(235 251 203 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/90 {
    --tw-gradient-from: rgb(235 251 203 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-100\/95 {
    --tw-gradient-from: rgb(235 251 203 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200 {
    --tw-gradient-from: #d8f69a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/0 {
    --tw-gradient-from: rgb(216 246 154 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/10 {
    --tw-gradient-from: rgb(216 246 154 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/100 {
    --tw-gradient-from: rgb(216 246 154 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/15 {
    --tw-gradient-from: rgb(216 246 154 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/20 {
    --tw-gradient-from: rgb(216 246 154 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/25 {
    --tw-gradient-from: rgb(216 246 154 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/30 {
    --tw-gradient-from: rgb(216 246 154 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/35 {
    --tw-gradient-from: rgb(216 246 154 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/40 {
    --tw-gradient-from: rgb(216 246 154 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/45 {
    --tw-gradient-from: rgb(216 246 154 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/5 {
    --tw-gradient-from: rgb(216 246 154 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/50 {
    --tw-gradient-from: rgb(216 246 154 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/55 {
    --tw-gradient-from: rgb(216 246 154 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/60 {
    --tw-gradient-from: rgb(216 246 154 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/65 {
    --tw-gradient-from: rgb(216 246 154 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/70 {
    --tw-gradient-from: rgb(216 246 154 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/75 {
    --tw-gradient-from: rgb(216 246 154 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/80 {
    --tw-gradient-from: rgb(216 246 154 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/85 {
    --tw-gradient-from: rgb(216 246 154 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/90 {
    --tw-gradient-from: rgb(216 246 154 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-200\/95 {
    --tw-gradient-from: rgb(216 246 154 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300 {
    --tw-gradient-from: #c4f078 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/0 {
    --tw-gradient-from: rgb(196 240 120 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/10 {
    --tw-gradient-from: rgb(196 240 120 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/100 {
    --tw-gradient-from: rgb(196 240 120 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/15 {
    --tw-gradient-from: rgb(196 240 120 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/20 {
    --tw-gradient-from: rgb(196 240 120 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/25 {
    --tw-gradient-from: rgb(196 240 120 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/30 {
    --tw-gradient-from: rgb(196 240 120 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/35 {
    --tw-gradient-from: rgb(196 240 120 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/40 {
    --tw-gradient-from: rgb(196 240 120 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/45 {
    --tw-gradient-from: rgb(196 240 120 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/5 {
    --tw-gradient-from: rgb(196 240 120 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/50 {
    --tw-gradient-from: rgb(196 240 120 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/55 {
    --tw-gradient-from: rgb(196 240 120 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/60 {
    --tw-gradient-from: rgb(196 240 120 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/65 {
    --tw-gradient-from: rgb(196 240 120 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/70 {
    --tw-gradient-from: rgb(196 240 120 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/75 {
    --tw-gradient-from: rgb(196 240 120 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/80 {
    --tw-gradient-from: rgb(196 240 120 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/85 {
    --tw-gradient-from: rgb(196 240 120 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/90 {
    --tw-gradient-from: rgb(196 240 120 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-300\/95 {
    --tw-gradient-from: rgb(196 240 120 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400 {
    --tw-gradient-from: #b7ed68 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/0 {
    --tw-gradient-from: rgb(183 237 104 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/10 {
    --tw-gradient-from: rgb(183 237 104 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/100 {
    --tw-gradient-from: rgb(183 237 104 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/15 {
    --tw-gradient-from: rgb(183 237 104 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/20 {
    --tw-gradient-from: rgb(183 237 104 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/25 {
    --tw-gradient-from: rgb(183 237 104 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/30 {
    --tw-gradient-from: rgb(183 237 104 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/35 {
    --tw-gradient-from: rgb(183 237 104 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/40 {
    --tw-gradient-from: rgb(183 237 104 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/45 {
    --tw-gradient-from: rgb(183 237 104 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/5 {
    --tw-gradient-from: rgb(183 237 104 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/50 {
    --tw-gradient-from: rgb(183 237 104 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/55 {
    --tw-gradient-from: rgb(183 237 104 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/60 {
    --tw-gradient-from: rgb(183 237 104 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/65 {
    --tw-gradient-from: rgb(183 237 104 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/70 {
    --tw-gradient-from: rgb(183 237 104 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/75 {
    --tw-gradient-from: rgb(183 237 104 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/80 {
    --tw-gradient-from: rgb(183 237 104 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/85 {
    --tw-gradient-from: rgb(183 237 104 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/90 {
    --tw-gradient-from: rgb(183 237 104 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-400\/95 {
    --tw-gradient-from: rgb(183 237 104 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50 {
    --tw-gradient-from: #f7fdeb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/0 {
    --tw-gradient-from: rgb(247 253 235 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/10 {
    --tw-gradient-from: rgb(247 253 235 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/100 {
    --tw-gradient-from: rgb(247 253 235 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/15 {
    --tw-gradient-from: rgb(247 253 235 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/20 {
    --tw-gradient-from: rgb(247 253 235 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/25 {
    --tw-gradient-from: rgb(247 253 235 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/30 {
    --tw-gradient-from: rgb(247 253 235 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/35 {
    --tw-gradient-from: rgb(247 253 235 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/40 {
    --tw-gradient-from: rgb(247 253 235 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/45 {
    --tw-gradient-from: rgb(247 253 235 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/5 {
    --tw-gradient-from: rgb(247 253 235 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/50 {
    --tw-gradient-from: rgb(247 253 235 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/55 {
    --tw-gradient-from: rgb(247 253 235 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/60 {
    --tw-gradient-from: rgb(247 253 235 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/65 {
    --tw-gradient-from: rgb(247 253 235 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/70 {
    --tw-gradient-from: rgb(247 253 235 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/75 {
    --tw-gradient-from: rgb(247 253 235 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/80 {
    --tw-gradient-from: rgb(247 253 235 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/85 {
    --tw-gradient-from: rgb(247 253 235 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/90 {
    --tw-gradient-from: rgb(247 253 235 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-50\/95 {
    --tw-gradient-from: rgb(247 253 235 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500 {
    --tw-gradient-from: #aeeb60 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/0 {
    --tw-gradient-from: rgb(174 235 96 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/10 {
    --tw-gradient-from: rgb(174 235 96 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/100 {
    --tw-gradient-from: rgb(174 235 96 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/15 {
    --tw-gradient-from: rgb(174 235 96 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/20 {
    --tw-gradient-from: rgb(174 235 96 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/25 {
    --tw-gradient-from: rgb(174 235 96 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/30 {
    --tw-gradient-from: rgb(174 235 96 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/35 {
    --tw-gradient-from: rgb(174 235 96 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/40 {
    --tw-gradient-from: rgb(174 235 96 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/45 {
    --tw-gradient-from: rgb(174 235 96 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/5 {
    --tw-gradient-from: rgb(174 235 96 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/50 {
    --tw-gradient-from: rgb(174 235 96 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/55 {
    --tw-gradient-from: rgb(174 235 96 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/60 {
    --tw-gradient-from: rgb(174 235 96 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/65 {
    --tw-gradient-from: rgb(174 235 96 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/70 {
    --tw-gradient-from: rgb(174 235 96 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/75 {
    --tw-gradient-from: rgb(174 235 96 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/80 {
    --tw-gradient-from: rgb(174 235 96 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/85 {
    --tw-gradient-from: rgb(174 235 96 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/90 {
    --tw-gradient-from: rgb(174 235 96 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-500\/95 {
    --tw-gradient-from: rgb(174 235 96 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600 {
    --tw-gradient-from: #82c930 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/0 {
    --tw-gradient-from: rgb(130 201 48 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/10 {
    --tw-gradient-from: rgb(130 201 48 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/100 {
    --tw-gradient-from: rgb(130 201 48 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/15 {
    --tw-gradient-from: rgb(130 201 48 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/20 {
    --tw-gradient-from: rgb(130 201 48 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/25 {
    --tw-gradient-from: rgb(130 201 48 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/30 {
    --tw-gradient-from: rgb(130 201 48 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/35 {
    --tw-gradient-from: rgb(130 201 48 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/40 {
    --tw-gradient-from: rgb(130 201 48 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/45 {
    --tw-gradient-from: rgb(130 201 48 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/5 {
    --tw-gradient-from: rgb(130 201 48 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/50 {
    --tw-gradient-from: rgb(130 201 48 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/55 {
    --tw-gradient-from: rgb(130 201 48 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/60 {
    --tw-gradient-from: rgb(130 201 48 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/65 {
    --tw-gradient-from: rgb(130 201 48 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/70 {
    --tw-gradient-from: rgb(130 201 48 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/75 {
    --tw-gradient-from: rgb(130 201 48 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/80 {
    --tw-gradient-from: rgb(130 201 48 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/85 {
    --tw-gradient-from: rgb(130 201 48 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/90 {
    --tw-gradient-from: rgb(130 201 48 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-600\/95 {
    --tw-gradient-from: rgb(130 201 48 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700 {
    --tw-gradient-from: #61a11f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/0 {
    --tw-gradient-from: rgb(97 161 31 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/10 {
    --tw-gradient-from: rgb(97 161 31 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/100 {
    --tw-gradient-from: rgb(97 161 31 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/15 {
    --tw-gradient-from: rgb(97 161 31 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/20 {
    --tw-gradient-from: rgb(97 161 31 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/25 {
    --tw-gradient-from: rgb(97 161 31 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/30 {
    --tw-gradient-from: rgb(97 161 31 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/35 {
    --tw-gradient-from: rgb(97 161 31 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/40 {
    --tw-gradient-from: rgb(97 161 31 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/45 {
    --tw-gradient-from: rgb(97 161 31 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/5 {
    --tw-gradient-from: rgb(97 161 31 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/50 {
    --tw-gradient-from: rgb(97 161 31 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/55 {
    --tw-gradient-from: rgb(97 161 31 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/60 {
    --tw-gradient-from: rgb(97 161 31 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/65 {
    --tw-gradient-from: rgb(97 161 31 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/70 {
    --tw-gradient-from: rgb(97 161 31 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/75 {
    --tw-gradient-from: rgb(97 161 31 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/80 {
    --tw-gradient-from: rgb(97 161 31 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/85 {
    --tw-gradient-from: rgb(97 161 31 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/90 {
    --tw-gradient-from: rgb(97 161 31 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-700\/95 {
    --tw-gradient-from: rgb(97 161 31 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800 {
    --tw-gradient-from: #4e7e20 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/0 {
    --tw-gradient-from: rgb(78 126 32 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/10 {
    --tw-gradient-from: rgb(78 126 32 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/100 {
    --tw-gradient-from: rgb(78 126 32 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/15 {
    --tw-gradient-from: rgb(78 126 32 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/20 {
    --tw-gradient-from: rgb(78 126 32 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/25 {
    --tw-gradient-from: rgb(78 126 32 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/30 {
    --tw-gradient-from: rgb(78 126 32 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/35 {
    --tw-gradient-from: rgb(78 126 32 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/40 {
    --tw-gradient-from: rgb(78 126 32 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/45 {
    --tw-gradient-from: rgb(78 126 32 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/5 {
    --tw-gradient-from: rgb(78 126 32 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/50 {
    --tw-gradient-from: rgb(78 126 32 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/55 {
    --tw-gradient-from: rgb(78 126 32 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/60 {
    --tw-gradient-from: rgb(78 126 32 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/65 {
    --tw-gradient-from: rgb(78 126 32 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/70 {
    --tw-gradient-from: rgb(78 126 32 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/75 {
    --tw-gradient-from: rgb(78 126 32 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/80 {
    --tw-gradient-from: rgb(78 126 32 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/85 {
    --tw-gradient-from: rgb(78 126 32 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/90 {
    --tw-gradient-from: rgb(78 126 32 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-800\/95 {
    --tw-gradient-from: rgb(78 126 32 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900 {
    --tw-gradient-from: #426a21 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/0 {
    --tw-gradient-from: rgb(66 106 33 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/10 {
    --tw-gradient-from: rgb(66 106 33 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/100 {
    --tw-gradient-from: rgb(66 106 33 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/15 {
    --tw-gradient-from: rgb(66 106 33 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/20 {
    --tw-gradient-from: rgb(66 106 33 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/25 {
    --tw-gradient-from: rgb(66 106 33 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/30 {
    --tw-gradient-from: rgb(66 106 33 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/35 {
    --tw-gradient-from: rgb(66 106 33 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/40 {
    --tw-gradient-from: rgb(66 106 33 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/45 {
    --tw-gradient-from: rgb(66 106 33 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/5 {
    --tw-gradient-from: rgb(66 106 33 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/50 {
    --tw-gradient-from: rgb(66 106 33 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/55 {
    --tw-gradient-from: rgb(66 106 33 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/60 {
    --tw-gradient-from: rgb(66 106 33 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/65 {
    --tw-gradient-from: rgb(66 106 33 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/70 {
    --tw-gradient-from: rgb(66 106 33 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/75 {
    --tw-gradient-from: rgb(66 106 33 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/80 {
    --tw-gradient-from: rgb(66 106 33 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/85 {
    --tw-gradient-from: rgb(66 106 33 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/90 {
    --tw-gradient-from: rgb(66 106 33 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-900\/95 {
    --tw-gradient-from: rgb(66 106 33 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950 {
    --tw-gradient-from: #203a0b var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/0 {
    --tw-gradient-from: rgb(32 58 11 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/10 {
    --tw-gradient-from: rgb(32 58 11 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/100 {
    --tw-gradient-from: rgb(32 58 11 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/15 {
    --tw-gradient-from: rgb(32 58 11 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/20 {
    --tw-gradient-from: rgb(32 58 11 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/25 {
    --tw-gradient-from: rgb(32 58 11 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/30 {
    --tw-gradient-from: rgb(32 58 11 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/35 {
    --tw-gradient-from: rgb(32 58 11 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/40 {
    --tw-gradient-from: rgb(32 58 11 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/45 {
    --tw-gradient-from: rgb(32 58 11 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/5 {
    --tw-gradient-from: rgb(32 58 11 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/50 {
    --tw-gradient-from: rgb(32 58 11 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/55 {
    --tw-gradient-from: rgb(32 58 11 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/60 {
    --tw-gradient-from: rgb(32 58 11 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/65 {
    --tw-gradient-from: rgb(32 58 11 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/70 {
    --tw-gradient-from: rgb(32 58 11 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/75 {
    --tw-gradient-from: rgb(32 58 11 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/80 {
    --tw-gradient-from: rgb(32 58 11 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/85 {
    --tw-gradient-from: rgb(32 58 11 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/90 {
    --tw-gradient-from: rgb(32 58 11 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-accent-950\/95 {
    --tw-gradient-from: rgb(32 58 11 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100 {
    --tw-gradient-from: #e9e3ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/0 {
    --tw-gradient-from: rgb(233 227 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/10 {
    --tw-gradient-from: rgb(233 227 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/100 {
    --tw-gradient-from: rgb(233 227 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/15 {
    --tw-gradient-from: rgb(233 227 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/20 {
    --tw-gradient-from: rgb(233 227 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/25 {
    --tw-gradient-from: rgb(233 227 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/30 {
    --tw-gradient-from: rgb(233 227 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/35 {
    --tw-gradient-from: rgb(233 227 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/40 {
    --tw-gradient-from: rgb(233 227 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/45 {
    --tw-gradient-from: rgb(233 227 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/5 {
    --tw-gradient-from: rgb(233 227 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/50 {
    --tw-gradient-from: rgb(233 227 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/55 {
    --tw-gradient-from: rgb(233 227 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/60 {
    --tw-gradient-from: rgb(233 227 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/65 {
    --tw-gradient-from: rgb(233 227 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/70 {
    --tw-gradient-from: rgb(233 227 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/75 {
    --tw-gradient-from: rgb(233 227 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/80 {
    --tw-gradient-from: rgb(233 227 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/85 {
    --tw-gradient-from: rgb(233 227 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/90 {
    --tw-gradient-from: rgb(233 227 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-100\/95 {
    --tw-gradient-from: rgb(233 227 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200 {
    --tw-gradient-from: #d3c7ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/0 {
    --tw-gradient-from: rgb(211 199 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/10 {
    --tw-gradient-from: rgb(211 199 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/100 {
    --tw-gradient-from: rgb(211 199 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/15 {
    --tw-gradient-from: rgb(211 199 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/20 {
    --tw-gradient-from: rgb(211 199 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/25 {
    --tw-gradient-from: rgb(211 199 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/30 {
    --tw-gradient-from: rgb(211 199 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/35 {
    --tw-gradient-from: rgb(211 199 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/40 {
    --tw-gradient-from: rgb(211 199 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/45 {
    --tw-gradient-from: rgb(211 199 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/5 {
    --tw-gradient-from: rgb(211 199 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/50 {
    --tw-gradient-from: rgb(211 199 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/55 {
    --tw-gradient-from: rgb(211 199 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/60 {
    --tw-gradient-from: rgb(211 199 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/65 {
    --tw-gradient-from: rgb(211 199 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/70 {
    --tw-gradient-from: rgb(211 199 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/75 {
    --tw-gradient-from: rgb(211 199 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/80 {
    --tw-gradient-from: rgb(211 199 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/85 {
    --tw-gradient-from: rgb(211 199 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/90 {
    --tw-gradient-from: rgb(211 199 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-200\/95 {
    --tw-gradient-from: rgb(211 199 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300 {
    --tw-gradient-from: #b79aff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/0 {
    --tw-gradient-from: rgb(183 154 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/10 {
    --tw-gradient-from: rgb(183 154 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/100 {
    --tw-gradient-from: rgb(183 154 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/15 {
    --tw-gradient-from: rgb(183 154 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/20 {
    --tw-gradient-from: rgb(183 154 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/25 {
    --tw-gradient-from: rgb(183 154 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/30 {
    --tw-gradient-from: rgb(183 154 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/35 {
    --tw-gradient-from: rgb(183 154 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/40 {
    --tw-gradient-from: rgb(183 154 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/45 {
    --tw-gradient-from: rgb(183 154 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/5 {
    --tw-gradient-from: rgb(183 154 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/50 {
    --tw-gradient-from: rgb(183 154 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/55 {
    --tw-gradient-from: rgb(183 154 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/60 {
    --tw-gradient-from: rgb(183 154 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/65 {
    --tw-gradient-from: rgb(183 154 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/70 {
    --tw-gradient-from: rgb(183 154 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/75 {
    --tw-gradient-from: rgb(183 154 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/80 {
    --tw-gradient-from: rgb(183 154 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/85 {
    --tw-gradient-from: rgb(183 154 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/90 {
    --tw-gradient-from: rgb(183 154 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-300\/95 {
    --tw-gradient-from: rgb(183 154 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400 {
    --tw-gradient-from: #9562ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/0 {
    --tw-gradient-from: rgb(149 98 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/10 {
    --tw-gradient-from: rgb(149 98 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/100 {
    --tw-gradient-from: rgb(149 98 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/15 {
    --tw-gradient-from: rgb(149 98 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/20 {
    --tw-gradient-from: rgb(149 98 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/25 {
    --tw-gradient-from: rgb(149 98 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/30 {
    --tw-gradient-from: rgb(149 98 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/35 {
    --tw-gradient-from: rgb(149 98 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/40 {
    --tw-gradient-from: rgb(149 98 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/45 {
    --tw-gradient-from: rgb(149 98 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/5 {
    --tw-gradient-from: rgb(149 98 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/50 {
    --tw-gradient-from: rgb(149 98 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/55 {
    --tw-gradient-from: rgb(149 98 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/60 {
    --tw-gradient-from: rgb(149 98 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/65 {
    --tw-gradient-from: rgb(149 98 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/70 {
    --tw-gradient-from: rgb(149 98 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/75 {
    --tw-gradient-from: rgb(149 98 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/80 {
    --tw-gradient-from: rgb(149 98 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/85 {
    --tw-gradient-from: rgb(149 98 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/90 {
    --tw-gradient-from: rgb(149 98 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-400\/95 {
    --tw-gradient-from: rgb(149 98 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50 {
    --tw-gradient-from: #f4f1ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/0 {
    --tw-gradient-from: rgb(244 241 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/10 {
    --tw-gradient-from: rgb(244 241 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/100 {
    --tw-gradient-from: rgb(244 241 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/15 {
    --tw-gradient-from: rgb(244 241 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/20 {
    --tw-gradient-from: rgb(244 241 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/25 {
    --tw-gradient-from: rgb(244 241 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/30 {
    --tw-gradient-from: rgb(244 241 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/35 {
    --tw-gradient-from: rgb(244 241 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/40 {
    --tw-gradient-from: rgb(244 241 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/45 {
    --tw-gradient-from: rgb(244 241 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/5 {
    --tw-gradient-from: rgb(244 241 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/50 {
    --tw-gradient-from: rgb(244 241 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/55 {
    --tw-gradient-from: rgb(244 241 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/60 {
    --tw-gradient-from: rgb(244 241 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/65 {
    --tw-gradient-from: rgb(244 241 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/70 {
    --tw-gradient-from: rgb(244 241 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/75 {
    --tw-gradient-from: rgb(244 241 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/80 {
    --tw-gradient-from: rgb(244 241 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/85 {
    --tw-gradient-from: rgb(244 241 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/90 {
    --tw-gradient-from: rgb(244 241 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-50\/95 {
    --tw-gradient-from: rgb(244 241 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500 {
    --tw-gradient-from: #4e1cd1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/0 {
    --tw-gradient-from: rgb(78 28 209 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/10 {
    --tw-gradient-from: rgb(78 28 209 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/100 {
    --tw-gradient-from: rgb(78 28 209 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/15 {
    --tw-gradient-from: rgb(78 28 209 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/20 {
    --tw-gradient-from: rgb(78 28 209 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/25 {
    --tw-gradient-from: rgb(78 28 209 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/30 {
    --tw-gradient-from: rgb(78 28 209 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/35 {
    --tw-gradient-from: rgb(78 28 209 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/40 {
    --tw-gradient-from: rgb(78 28 209 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/45 {
    --tw-gradient-from: rgb(78 28 209 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/5 {
    --tw-gradient-from: rgb(78 28 209 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/50 {
    --tw-gradient-from: rgb(78 28 209 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/55 {
    --tw-gradient-from: rgb(78 28 209 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/60 {
    --tw-gradient-from: rgb(78 28 209 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/65 {
    --tw-gradient-from: rgb(78 28 209 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/70 {
    --tw-gradient-from: rgb(78 28 209 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/75 {
    --tw-gradient-from: rgb(78 28 209 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/80 {
    --tw-gradient-from: rgb(78 28 209 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/85 {
    --tw-gradient-from: rgb(78 28 209 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/90 {
    --tw-gradient-from: rgb(78 28 209 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-500\/95 {
    --tw-gradient-from: rgb(78 28 209 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600 {
    --tw-gradient-from: #4115b5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/0 {
    --tw-gradient-from: rgb(65 21 181 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/10 {
    --tw-gradient-from: rgb(65 21 181 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/100 {
    --tw-gradient-from: rgb(65 21 181 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/15 {
    --tw-gradient-from: rgb(65 21 181 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/20 {
    --tw-gradient-from: rgb(65 21 181 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/25 {
    --tw-gradient-from: rgb(65 21 181 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/30 {
    --tw-gradient-from: rgb(65 21 181 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/35 {
    --tw-gradient-from: rgb(65 21 181 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/40 {
    --tw-gradient-from: rgb(65 21 181 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/45 {
    --tw-gradient-from: rgb(65 21 181 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/5 {
    --tw-gradient-from: rgb(65 21 181 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/50 {
    --tw-gradient-from: rgb(65 21 181 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/55 {
    --tw-gradient-from: rgb(65 21 181 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/60 {
    --tw-gradient-from: rgb(65 21 181 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/65 {
    --tw-gradient-from: rgb(65 21 181 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/70 {
    --tw-gradient-from: rgb(65 21 181 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/75 {
    --tw-gradient-from: rgb(65 21 181 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/80 {
    --tw-gradient-from: rgb(65 21 181 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/85 {
    --tw-gradient-from: rgb(65 21 181 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/90 {
    --tw-gradient-from: rgb(65 21 181 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-600\/95 {
    --tw-gradient-from: rgb(65 21 181 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700 {
    --tw-gradient-from: #361096 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/0 {
    --tw-gradient-from: rgb(54 16 150 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/10 {
    --tw-gradient-from: rgb(54 16 150 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/100 {
    --tw-gradient-from: rgb(54 16 150 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/15 {
    --tw-gradient-from: rgb(54 16 150 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/20 {
    --tw-gradient-from: rgb(54 16 150 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/25 {
    --tw-gradient-from: rgb(54 16 150 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/30 {
    --tw-gradient-from: rgb(54 16 150 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/35 {
    --tw-gradient-from: rgb(54 16 150 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/40 {
    --tw-gradient-from: rgb(54 16 150 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/45 {
    --tw-gradient-from: rgb(54 16 150 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/5 {
    --tw-gradient-from: rgb(54 16 150 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/50 {
    --tw-gradient-from: rgb(54 16 150 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/55 {
    --tw-gradient-from: rgb(54 16 150 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/60 {
    --tw-gradient-from: rgb(54 16 150 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/65 {
    --tw-gradient-from: rgb(54 16 150 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/70 {
    --tw-gradient-from: rgb(54 16 150 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/75 {
    --tw-gradient-from: rgb(54 16 150 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/80 {
    --tw-gradient-from: rgb(54 16 150 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/85 {
    --tw-gradient-from: rgb(54 16 150 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/90 {
    --tw-gradient-from: rgb(54 16 150 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-700\/95 {
    --tw-gradient-from: rgb(54 16 150 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800 {
    --tw-gradient-from: #2e1078 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/0 {
    --tw-gradient-from: rgb(46 16 120 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/10 {
    --tw-gradient-from: rgb(46 16 120 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/100 {
    --tw-gradient-from: rgb(46 16 120 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/15 {
    --tw-gradient-from: rgb(46 16 120 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/20 {
    --tw-gradient-from: rgb(46 16 120 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/25 {
    --tw-gradient-from: rgb(46 16 120 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/30 {
    --tw-gradient-from: rgb(46 16 120 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/35 {
    --tw-gradient-from: rgb(46 16 120 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/40 {
    --tw-gradient-from: rgb(46 16 120 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/45 {
    --tw-gradient-from: rgb(46 16 120 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/5 {
    --tw-gradient-from: rgb(46 16 120 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/50 {
    --tw-gradient-from: rgb(46 16 120 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/55 {
    --tw-gradient-from: rgb(46 16 120 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/60 {
    --tw-gradient-from: rgb(46 16 120 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/65 {
    --tw-gradient-from: rgb(46 16 120 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/70 {
    --tw-gradient-from: rgb(46 16 120 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/75 {
    --tw-gradient-from: rgb(46 16 120 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/80 {
    --tw-gradient-from: rgb(46 16 120 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/85 {
    --tw-gradient-from: rgb(46 16 120 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/90 {
    --tw-gradient-from: rgb(46 16 120 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-800\/95 {
    --tw-gradient-from: rgb(46 16 120 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900 {
    --tw-gradient-from: #270f62 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/0 {
    --tw-gradient-from: rgb(39 15 98 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/10 {
    --tw-gradient-from: rgb(39 15 98 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/100 {
    --tw-gradient-from: rgb(39 15 98 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/15 {
    --tw-gradient-from: rgb(39 15 98 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/20 {
    --tw-gradient-from: rgb(39 15 98 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/25 {
    --tw-gradient-from: rgb(39 15 98 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/30 {
    --tw-gradient-from: rgb(39 15 98 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/35 {
    --tw-gradient-from: rgb(39 15 98 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/40 {
    --tw-gradient-from: rgb(39 15 98 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/45 {
    --tw-gradient-from: rgb(39 15 98 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/5 {
    --tw-gradient-from: rgb(39 15 98 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/50 {
    --tw-gradient-from: rgb(39 15 98 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/55 {
    --tw-gradient-from: rgb(39 15 98 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/60 {
    --tw-gradient-from: rgb(39 15 98 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/65 {
    --tw-gradient-from: rgb(39 15 98 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/70 {
    --tw-gradient-from: rgb(39 15 98 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/75 {
    --tw-gradient-from: rgb(39 15 98 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/80 {
    --tw-gradient-from: rgb(39 15 98 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/85 {
    --tw-gradient-from: rgb(39 15 98 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/90 {
    --tw-gradient-from: rgb(39 15 98 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-900\/95 {
    --tw-gradient-from: rgb(39 15 98 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950 {
    --tw-gradient-from: #16053a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/0 {
    --tw-gradient-from: rgb(22 5 58 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/10 {
    --tw-gradient-from: rgb(22 5 58 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/100 {
    --tw-gradient-from: rgb(22 5 58 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/15 {
    --tw-gradient-from: rgb(22 5 58 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/20 {
    --tw-gradient-from: rgb(22 5 58 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/25 {
    --tw-gradient-from: rgb(22 5 58 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/30 {
    --tw-gradient-from: rgb(22 5 58 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/35 {
    --tw-gradient-from: rgb(22 5 58 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/40 {
    --tw-gradient-from: rgb(22 5 58 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/45 {
    --tw-gradient-from: rgb(22 5 58 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/5 {
    --tw-gradient-from: rgb(22 5 58 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/50 {
    --tw-gradient-from: rgb(22 5 58 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/55 {
    --tw-gradient-from: rgb(22 5 58 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/60 {
    --tw-gradient-from: rgb(22 5 58 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/65 {
    --tw-gradient-from: rgb(22 5 58 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/70 {
    --tw-gradient-from: rgb(22 5 58 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/75 {
    --tw-gradient-from: rgb(22 5 58 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/80 {
    --tw-gradient-from: rgb(22 5 58 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/85 {
    --tw-gradient-from: rgb(22 5 58 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/90 {
    --tw-gradient-from: rgb(22 5 58 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-brand-950\/95 {
    --tw-gradient-from: rgb(22 5 58 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100 {
    --tw-gradient-from: #f6f5f4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/0 {
    --tw-gradient-from: rgb(246 245 244 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/10 {
    --tw-gradient-from: rgb(246 245 244 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/100 {
    --tw-gradient-from: rgb(246 245 244 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/15 {
    --tw-gradient-from: rgb(246 245 244 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/20 {
    --tw-gradient-from: rgb(246 245 244 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/25 {
    --tw-gradient-from: rgb(246 245 244 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/30 {
    --tw-gradient-from: rgb(246 245 244 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/35 {
    --tw-gradient-from: rgb(246 245 244 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/40 {
    --tw-gradient-from: rgb(246 245 244 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/45 {
    --tw-gradient-from: rgb(246 245 244 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/5 {
    --tw-gradient-from: rgb(246 245 244 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/50 {
    --tw-gradient-from: rgb(246 245 244 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/55 {
    --tw-gradient-from: rgb(246 245 244 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/60 {
    --tw-gradient-from: rgb(246 245 244 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/65 {
    --tw-gradient-from: rgb(246 245 244 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/70 {
    --tw-gradient-from: rgb(246 245 244 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/75 {
    --tw-gradient-from: rgb(246 245 244 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/80 {
    --tw-gradient-from: rgb(246 245 244 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/85 {
    --tw-gradient-from: rgb(246 245 244 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/90 {
    --tw-gradient-from: rgb(246 245 244 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-100\/95 {
    --tw-gradient-from: rgb(246 245 244 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200 {
    --tw-gradient-from: #e9e6e3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/0 {
    --tw-gradient-from: rgb(233 230 227 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/10 {
    --tw-gradient-from: rgb(233 230 227 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/100 {
    --tw-gradient-from: rgb(233 230 227 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/15 {
    --tw-gradient-from: rgb(233 230 227 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/20 {
    --tw-gradient-from: rgb(233 230 227 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/25 {
    --tw-gradient-from: rgb(233 230 227 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/30 {
    --tw-gradient-from: rgb(233 230 227 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/35 {
    --tw-gradient-from: rgb(233 230 227 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/40 {
    --tw-gradient-from: rgb(233 230 227 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/45 {
    --tw-gradient-from: rgb(233 230 227 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/5 {
    --tw-gradient-from: rgb(233 230 227 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/50 {
    --tw-gradient-from: rgb(233 230 227 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/55 {
    --tw-gradient-from: rgb(233 230 227 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/60 {
    --tw-gradient-from: rgb(233 230 227 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/65 {
    --tw-gradient-from: rgb(233 230 227 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/70 {
    --tw-gradient-from: rgb(233 230 227 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/75 {
    --tw-gradient-from: rgb(233 230 227 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/80 {
    --tw-gradient-from: rgb(233 230 227 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/85 {
    --tw-gradient-from: rgb(233 230 227 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/90 {
    --tw-gradient-from: rgb(233 230 227 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-200\/95 {
    --tw-gradient-from: rgb(233 230 227 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300 {
    --tw-gradient-from: #d7d2cd var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/0 {
    --tw-gradient-from: rgb(215 210 205 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/10 {
    --tw-gradient-from: rgb(215 210 205 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/100 {
    --tw-gradient-from: rgb(215 210 205 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/15 {
    --tw-gradient-from: rgb(215 210 205 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/20 {
    --tw-gradient-from: rgb(215 210 205 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/25 {
    --tw-gradient-from: rgb(215 210 205 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/30 {
    --tw-gradient-from: rgb(215 210 205 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/35 {
    --tw-gradient-from: rgb(215 210 205 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/40 {
    --tw-gradient-from: rgb(215 210 205 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/45 {
    --tw-gradient-from: rgb(215 210 205 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/5 {
    --tw-gradient-from: rgb(215 210 205 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/50 {
    --tw-gradient-from: rgb(215 210 205 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/55 {
    --tw-gradient-from: rgb(215 210 205 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/60 {
    --tw-gradient-from: rgb(215 210 205 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/65 {
    --tw-gradient-from: rgb(215 210 205 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/70 {
    --tw-gradient-from: rgb(215 210 205 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/75 {
    --tw-gradient-from: rgb(215 210 205 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/80 {
    --tw-gradient-from: rgb(215 210 205 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/85 {
    --tw-gradient-from: rgb(215 210 205 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/90 {
    --tw-gradient-from: rgb(215 210 205 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-300\/95 {
    --tw-gradient-from: rgb(215 210 205 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400 {
    --tw-gradient-from: #afa8a1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/0 {
    --tw-gradient-from: rgb(175 168 161 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/10 {
    --tw-gradient-from: rgb(175 168 161 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/100 {
    --tw-gradient-from: rgb(175 168 161 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/15 {
    --tw-gradient-from: rgb(175 168 161 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/20 {
    --tw-gradient-from: rgb(175 168 161 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/25 {
    --tw-gradient-from: rgb(175 168 161 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/30 {
    --tw-gradient-from: rgb(175 168 161 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/35 {
    --tw-gradient-from: rgb(175 168 161 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/40 {
    --tw-gradient-from: rgb(175 168 161 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/45 {
    --tw-gradient-from: rgb(175 168 161 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/5 {
    --tw-gradient-from: rgb(175 168 161 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/50 {
    --tw-gradient-from: rgb(175 168 161 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/55 {
    --tw-gradient-from: rgb(175 168 161 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/60 {
    --tw-gradient-from: rgb(175 168 161 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/65 {
    --tw-gradient-from: rgb(175 168 161 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/70 {
    --tw-gradient-from: rgb(175 168 161 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/75 {
    --tw-gradient-from: rgb(175 168 161 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/80 {
    --tw-gradient-from: rgb(175 168 161 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/85 {
    --tw-gradient-from: rgb(175 168 161 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/90 {
    --tw-gradient-from: rgb(175 168 161 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-400\/95 {
    --tw-gradient-from: rgb(175 168 161 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50 {
    --tw-gradient-from: #fbfaf9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/0 {
    --tw-gradient-from: rgb(251 250 249 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/10 {
    --tw-gradient-from: rgb(251 250 249 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/100 {
    --tw-gradient-from: rgb(251 250 249 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/15 {
    --tw-gradient-from: rgb(251 250 249 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/20 {
    --tw-gradient-from: rgb(251 250 249 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/25 {
    --tw-gradient-from: rgb(251 250 249 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/30 {
    --tw-gradient-from: rgb(251 250 249 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/35 {
    --tw-gradient-from: rgb(251 250 249 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/40 {
    --tw-gradient-from: rgb(251 250 249 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/45 {
    --tw-gradient-from: rgb(251 250 249 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/5 {
    --tw-gradient-from: rgb(251 250 249 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/50 {
    --tw-gradient-from: rgb(251 250 249 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/55 {
    --tw-gradient-from: rgb(251 250 249 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/60 {
    --tw-gradient-from: rgb(251 250 249 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/65 {
    --tw-gradient-from: rgb(251 250 249 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/70 {
    --tw-gradient-from: rgb(251 250 249 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/75 {
    --tw-gradient-from: rgb(251 250 249 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/80 {
    --tw-gradient-from: rgb(251 250 249 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/85 {
    --tw-gradient-from: rgb(251 250 249 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/90 {
    --tw-gradient-from: rgb(251 250 249 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-50\/95 {
    --tw-gradient-from: rgb(251 250 249 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500 {
    --tw-gradient-from: #817971 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/0 {
    --tw-gradient-from: rgb(129 121 113 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/10 {
    --tw-gradient-from: rgb(129 121 113 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/100 {
    --tw-gradient-from: rgb(129 121 113 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/15 {
    --tw-gradient-from: rgb(129 121 113 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/20 {
    --tw-gradient-from: rgb(129 121 113 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/25 {
    --tw-gradient-from: rgb(129 121 113 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/30 {
    --tw-gradient-from: rgb(129 121 113 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/35 {
    --tw-gradient-from: rgb(129 121 113 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/40 {
    --tw-gradient-from: rgb(129 121 113 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/45 {
    --tw-gradient-from: rgb(129 121 113 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/5 {
    --tw-gradient-from: rgb(129 121 113 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/50 {
    --tw-gradient-from: rgb(129 121 113 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/55 {
    --tw-gradient-from: rgb(129 121 113 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/60 {
    --tw-gradient-from: rgb(129 121 113 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/65 {
    --tw-gradient-from: rgb(129 121 113 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/70 {
    --tw-gradient-from: rgb(129 121 113 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/75 {
    --tw-gradient-from: rgb(129 121 113 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/80 {
    --tw-gradient-from: rgb(129 121 113 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/85 {
    --tw-gradient-from: rgb(129 121 113 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/90 {
    --tw-gradient-from: rgb(129 121 113 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-500\/95 {
    --tw-gradient-from: rgb(129 121 113 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600 {
    --tw-gradient-from: #605952 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/0 {
    --tw-gradient-from: rgb(96 89 82 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/10 {
    --tw-gradient-from: rgb(96 89 82 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/100 {
    --tw-gradient-from: rgb(96 89 82 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/15 {
    --tw-gradient-from: rgb(96 89 82 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/20 {
    --tw-gradient-from: rgb(96 89 82 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/25 {
    --tw-gradient-from: rgb(96 89 82 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/30 {
    --tw-gradient-from: rgb(96 89 82 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/35 {
    --tw-gradient-from: rgb(96 89 82 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/40 {
    --tw-gradient-from: rgb(96 89 82 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/45 {
    --tw-gradient-from: rgb(96 89 82 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/5 {
    --tw-gradient-from: rgb(96 89 82 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/50 {
    --tw-gradient-from: rgb(96 89 82 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/55 {
    --tw-gradient-from: rgb(96 89 82 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/60 {
    --tw-gradient-from: rgb(96 89 82 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/65 {
    --tw-gradient-from: rgb(96 89 82 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/70 {
    --tw-gradient-from: rgb(96 89 82 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/75 {
    --tw-gradient-from: rgb(96 89 82 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/80 {
    --tw-gradient-from: rgb(96 89 82 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/85 {
    --tw-gradient-from: rgb(96 89 82 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/90 {
    --tw-gradient-from: rgb(96 89 82 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-600\/95 {
    --tw-gradient-from: rgb(96 89 82 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700 {
    --tw-gradient-from: #49443f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/0 {
    --tw-gradient-from: rgb(73 68 63 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/10 {
    --tw-gradient-from: rgb(73 68 63 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/100 {
    --tw-gradient-from: rgb(73 68 63 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/15 {
    --tw-gradient-from: rgb(73 68 63 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/20 {
    --tw-gradient-from: rgb(73 68 63 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/25 {
    --tw-gradient-from: rgb(73 68 63 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/30 {
    --tw-gradient-from: rgb(73 68 63 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/35 {
    --tw-gradient-from: rgb(73 68 63 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/40 {
    --tw-gradient-from: rgb(73 68 63 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/45 {
    --tw-gradient-from: rgb(73 68 63 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/5 {
    --tw-gradient-from: rgb(73 68 63 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/50 {
    --tw-gradient-from: rgb(73 68 63 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/55 {
    --tw-gradient-from: rgb(73 68 63 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/60 {
    --tw-gradient-from: rgb(73 68 63 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/65 {
    --tw-gradient-from: rgb(73 68 63 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/70 {
    --tw-gradient-from: rgb(73 68 63 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/75 {
    --tw-gradient-from: rgb(73 68 63 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/80 {
    --tw-gradient-from: rgb(73 68 63 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/85 {
    --tw-gradient-from: rgb(73 68 63 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/90 {
    --tw-gradient-from: rgb(73 68 63 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-700\/95 {
    --tw-gradient-from: rgb(73 68 63 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800 {
    --tw-gradient-from: #302d2a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/0 {
    --tw-gradient-from: rgb(48 45 42 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/10 {
    --tw-gradient-from: rgb(48 45 42 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/100 {
    --tw-gradient-from: rgb(48 45 42 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/15 {
    --tw-gradient-from: rgb(48 45 42 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/20 {
    --tw-gradient-from: rgb(48 45 42 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/25 {
    --tw-gradient-from: rgb(48 45 42 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/30 {
    --tw-gradient-from: rgb(48 45 42 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/35 {
    --tw-gradient-from: rgb(48 45 42 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/40 {
    --tw-gradient-from: rgb(48 45 42 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/45 {
    --tw-gradient-from: rgb(48 45 42 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/5 {
    --tw-gradient-from: rgb(48 45 42 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/50 {
    --tw-gradient-from: rgb(48 45 42 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/55 {
    --tw-gradient-from: rgb(48 45 42 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/60 {
    --tw-gradient-from: rgb(48 45 42 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/65 {
    --tw-gradient-from: rgb(48 45 42 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/70 {
    --tw-gradient-from: rgb(48 45 42 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/75 {
    --tw-gradient-from: rgb(48 45 42 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/80 {
    --tw-gradient-from: rgb(48 45 42 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/85 {
    --tw-gradient-from: rgb(48 45 42 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/90 {
    --tw-gradient-from: rgb(48 45 42 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-800\/95 {
    --tw-gradient-from: rgb(48 45 42 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900 {
    --tw-gradient-from: #211f1d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/0 {
    --tw-gradient-from: rgb(33 31 29 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/10 {
    --tw-gradient-from: rgb(33 31 29 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/100 {
    --tw-gradient-from: rgb(33 31 29 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/15 {
    --tw-gradient-from: rgb(33 31 29 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/20 {
    --tw-gradient-from: rgb(33 31 29 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/25 {
    --tw-gradient-from: rgb(33 31 29 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/30 {
    --tw-gradient-from: rgb(33 31 29 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/35 {
    --tw-gradient-from: rgb(33 31 29 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/40 {
    --tw-gradient-from: rgb(33 31 29 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/45 {
    --tw-gradient-from: rgb(33 31 29 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/5 {
    --tw-gradient-from: rgb(33 31 29 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/50 {
    --tw-gradient-from: rgb(33 31 29 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/55 {
    --tw-gradient-from: rgb(33 31 29 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/60 {
    --tw-gradient-from: rgb(33 31 29 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/65 {
    --tw-gradient-from: rgb(33 31 29 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/70 {
    --tw-gradient-from: rgb(33 31 29 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/75 {
    --tw-gradient-from: rgb(33 31 29 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/80 {
    --tw-gradient-from: rgb(33 31 29 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/85 {
    --tw-gradient-from: rgb(33 31 29 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/90 {
    --tw-gradient-from: rgb(33 31 29 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-900\/95 {
    --tw-gradient-from: rgb(33 31 29 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950 {
    --tw-gradient-from: #121110 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/0 {
    --tw-gradient-from: rgb(18 17 16 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/10 {
    --tw-gradient-from: rgb(18 17 16 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/100 {
    --tw-gradient-from: rgb(18 17 16 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/15 {
    --tw-gradient-from: rgb(18 17 16 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/20 {
    --tw-gradient-from: rgb(18 17 16 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/25 {
    --tw-gradient-from: rgb(18 17 16 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/30 {
    --tw-gradient-from: rgb(18 17 16 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/35 {
    --tw-gradient-from: rgb(18 17 16 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/40 {
    --tw-gradient-from: rgb(18 17 16 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/45 {
    --tw-gradient-from: rgb(18 17 16 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/5 {
    --tw-gradient-from: rgb(18 17 16 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/50 {
    --tw-gradient-from: rgb(18 17 16 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/55 {
    --tw-gradient-from: rgb(18 17 16 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/60 {
    --tw-gradient-from: rgb(18 17 16 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/65 {
    --tw-gradient-from: rgb(18 17 16 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/70 {
    --tw-gradient-from: rgb(18 17 16 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/75 {
    --tw-gradient-from: rgb(18 17 16 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/80 {
    --tw-gradient-from: rgb(18 17 16 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/85 {
    --tw-gradient-from: rgb(18 17 16 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/90 {
    --tw-gradient-from: rgb(18 17 16 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-neutral-950\/95 {
    --tw-gradient-from: rgb(18 17 16 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100 {
    --tw-gradient-from: #feeade var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/0 {
    --tw-gradient-from: rgb(254 234 222 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/10 {
    --tw-gradient-from: rgb(254 234 222 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/100 {
    --tw-gradient-from: rgb(254 234 222 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/15 {
    --tw-gradient-from: rgb(254 234 222 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/20 {
    --tw-gradient-from: rgb(254 234 222 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/25 {
    --tw-gradient-from: rgb(254 234 222 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/30 {
    --tw-gradient-from: rgb(254 234 222 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/35 {
    --tw-gradient-from: rgb(254 234 222 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/40 {
    --tw-gradient-from: rgb(254 234 222 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/45 {
    --tw-gradient-from: rgb(254 234 222 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/5 {
    --tw-gradient-from: rgb(254 234 222 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/50 {
    --tw-gradient-from: rgb(254 234 222 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/55 {
    --tw-gradient-from: rgb(254 234 222 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/60 {
    --tw-gradient-from: rgb(254 234 222 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/65 {
    --tw-gradient-from: rgb(254 234 222 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/70 {
    --tw-gradient-from: rgb(254 234 222 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/75 {
    --tw-gradient-from: rgb(254 234 222 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/80 {
    --tw-gradient-from: rgb(254 234 222 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/85 {
    --tw-gradient-from: rgb(254 234 222 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/90 {
    --tw-gradient-from: rgb(254 234 222 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-100\/95 {
    --tw-gradient-from: rgb(254 234 222 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200 {
    --tw-gradient-from: #fcd3bd var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/0 {
    --tw-gradient-from: rgb(252 211 189 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/10 {
    --tw-gradient-from: rgb(252 211 189 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/100 {
    --tw-gradient-from: rgb(252 211 189 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/15 {
    --tw-gradient-from: rgb(252 211 189 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/20 {
    --tw-gradient-from: rgb(252 211 189 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/25 {
    --tw-gradient-from: rgb(252 211 189 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/30 {
    --tw-gradient-from: rgb(252 211 189 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/35 {
    --tw-gradient-from: rgb(252 211 189 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/40 {
    --tw-gradient-from: rgb(252 211 189 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/45 {
    --tw-gradient-from: rgb(252 211 189 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/5 {
    --tw-gradient-from: rgb(252 211 189 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/50 {
    --tw-gradient-from: rgb(252 211 189 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/55 {
    --tw-gradient-from: rgb(252 211 189 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/60 {
    --tw-gradient-from: rgb(252 211 189 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/65 {
    --tw-gradient-from: rgb(252 211 189 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/70 {
    --tw-gradient-from: rgb(252 211 189 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/75 {
    --tw-gradient-from: rgb(252 211 189 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/80 {
    --tw-gradient-from: rgb(252 211 189 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/85 {
    --tw-gradient-from: rgb(252 211 189 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/90 {
    --tw-gradient-from: rgb(252 211 189 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-200\/95 {
    --tw-gradient-from: rgb(252 211 189 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300 {
    --tw-gradient-from: #fab38f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/0 {
    --tw-gradient-from: rgb(250 179 143 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/10 {
    --tw-gradient-from: rgb(250 179 143 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/100 {
    --tw-gradient-from: rgb(250 179 143 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/15 {
    --tw-gradient-from: rgb(250 179 143 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/20 {
    --tw-gradient-from: rgb(250 179 143 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/25 {
    --tw-gradient-from: rgb(250 179 143 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/30 {
    --tw-gradient-from: rgb(250 179 143 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/35 {
    --tw-gradient-from: rgb(250 179 143 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/40 {
    --tw-gradient-from: rgb(250 179 143 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/45 {
    --tw-gradient-from: rgb(250 179 143 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/5 {
    --tw-gradient-from: rgb(250 179 143 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/50 {
    --tw-gradient-from: rgb(250 179 143 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/55 {
    --tw-gradient-from: rgb(250 179 143 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/60 {
    --tw-gradient-from: rgb(250 179 143 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/65 {
    --tw-gradient-from: rgb(250 179 143 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/70 {
    --tw-gradient-from: rgb(250 179 143 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/75 {
    --tw-gradient-from: rgb(250 179 143 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/80 {
    --tw-gradient-from: rgb(250 179 143 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/85 {
    --tw-gradient-from: rgb(250 179 143 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/90 {
    --tw-gradient-from: rgb(250 179 143 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-300\/95 {
    --tw-gradient-from: rgb(250 179 143 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400 {
    --tw-gradient-from: #f99766 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/0 {
    --tw-gradient-from: rgb(249 151 102 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/10 {
    --tw-gradient-from: rgb(249 151 102 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/100 {
    --tw-gradient-from: rgb(249 151 102 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/15 {
    --tw-gradient-from: rgb(249 151 102 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/20 {
    --tw-gradient-from: rgb(249 151 102 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/25 {
    --tw-gradient-from: rgb(249 151 102 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/30 {
    --tw-gradient-from: rgb(249 151 102 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/35 {
    --tw-gradient-from: rgb(249 151 102 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/40 {
    --tw-gradient-from: rgb(249 151 102 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/45 {
    --tw-gradient-from: rgb(249 151 102 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/5 {
    --tw-gradient-from: rgb(249 151 102 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/50 {
    --tw-gradient-from: rgb(249 151 102 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/55 {
    --tw-gradient-from: rgb(249 151 102 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/60 {
    --tw-gradient-from: rgb(249 151 102 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/65 {
    --tw-gradient-from: rgb(249 151 102 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/70 {
    --tw-gradient-from: rgb(249 151 102 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/75 {
    --tw-gradient-from: rgb(249 151 102 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/80 {
    --tw-gradient-from: rgb(249 151 102 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/85 {
    --tw-gradient-from: rgb(249 151 102 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/90 {
    --tw-gradient-from: rgb(249 151 102 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-400\/95 {
    --tw-gradient-from: rgb(249 151 102 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50 {
    --tw-gradient-from: #fff7f2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/0 {
    --tw-gradient-from: rgb(255 247 242 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/10 {
    --tw-gradient-from: rgb(255 247 242 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/100 {
    --tw-gradient-from: rgb(255 247 242 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/15 {
    --tw-gradient-from: rgb(255 247 242 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/20 {
    --tw-gradient-from: rgb(255 247 242 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/25 {
    --tw-gradient-from: rgb(255 247 242 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/30 {
    --tw-gradient-from: rgb(255 247 242 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/35 {
    --tw-gradient-from: rgb(255 247 242 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/40 {
    --tw-gradient-from: rgb(255 247 242 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/45 {
    --tw-gradient-from: rgb(255 247 242 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/5 {
    --tw-gradient-from: rgb(255 247 242 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/50 {
    --tw-gradient-from: rgb(255 247 242 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/55 {
    --tw-gradient-from: rgb(255 247 242 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/60 {
    --tw-gradient-from: rgb(255 247 242 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/65 {
    --tw-gradient-from: rgb(255 247 242 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/70 {
    --tw-gradient-from: rgb(255 247 242 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/75 {
    --tw-gradient-from: rgb(255 247 242 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/80 {
    --tw-gradient-from: rgb(255 247 242 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/85 {
    --tw-gradient-from: rgb(255 247 242 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/90 {
    --tw-gradient-from: rgb(255 247 242 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-50\/95 {
    --tw-gradient-from: rgb(255 247 242 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500 {
    --tw-gradient-from: #f78d4d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/0 {
    --tw-gradient-from: rgb(247 141 77 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/10 {
    --tw-gradient-from: rgb(247 141 77 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/100 {
    --tw-gradient-from: rgb(247 141 77 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/15 {
    --tw-gradient-from: rgb(247 141 77 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/20 {
    --tw-gradient-from: rgb(247 141 77 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/25 {
    --tw-gradient-from: rgb(247 141 77 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/30 {
    --tw-gradient-from: rgb(247 141 77 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/35 {
    --tw-gradient-from: rgb(247 141 77 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/40 {
    --tw-gradient-from: rgb(247 141 77 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/45 {
    --tw-gradient-from: rgb(247 141 77 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/5 {
    --tw-gradient-from: rgb(247 141 77 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/50 {
    --tw-gradient-from: rgb(247 141 77 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/55 {
    --tw-gradient-from: rgb(247 141 77 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/60 {
    --tw-gradient-from: rgb(247 141 77 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/65 {
    --tw-gradient-from: rgb(247 141 77 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/70 {
    --tw-gradient-from: rgb(247 141 77 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/75 {
    --tw-gradient-from: rgb(247 141 77 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/80 {
    --tw-gradient-from: rgb(247 141 77 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/85 {
    --tw-gradient-from: rgb(247 141 77 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/90 {
    --tw-gradient-from: rgb(247 141 77 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-500\/95 {
    --tw-gradient-from: rgb(247 141 77 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600 {
    --tw-gradient-from: #e96325 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/0 {
    --tw-gradient-from: rgb(233 99 37 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/10 {
    --tw-gradient-from: rgb(233 99 37 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/100 {
    --tw-gradient-from: rgb(233 99 37 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/15 {
    --tw-gradient-from: rgb(233 99 37 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/20 {
    --tw-gradient-from: rgb(233 99 37 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/25 {
    --tw-gradient-from: rgb(233 99 37 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/30 {
    --tw-gradient-from: rgb(233 99 37 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/35 {
    --tw-gradient-from: rgb(233 99 37 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/40 {
    --tw-gradient-from: rgb(233 99 37 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/45 {
    --tw-gradient-from: rgb(233 99 37 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/5 {
    --tw-gradient-from: rgb(233 99 37 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/50 {
    --tw-gradient-from: rgb(233 99 37 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/55 {
    --tw-gradient-from: rgb(233 99 37 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/60 {
    --tw-gradient-from: rgb(233 99 37 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/65 {
    --tw-gradient-from: rgb(233 99 37 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/70 {
    --tw-gradient-from: rgb(233 99 37 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/75 {
    --tw-gradient-from: rgb(233 99 37 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/80 {
    --tw-gradient-from: rgb(233 99 37 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/85 {
    --tw-gradient-from: rgb(233 99 37 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/90 {
    --tw-gradient-from: rgb(233 99 37 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-600\/95 {
    --tw-gradient-from: rgb(233 99 37 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700 {
    --tw-gradient-from: #c94a16 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/0 {
    --tw-gradient-from: rgb(201 74 22 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/10 {
    --tw-gradient-from: rgb(201 74 22 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/100 {
    --tw-gradient-from: rgb(201 74 22 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/15 {
    --tw-gradient-from: rgb(201 74 22 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/20 {
    --tw-gradient-from: rgb(201 74 22 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/25 {
    --tw-gradient-from: rgb(201 74 22 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/30 {
    --tw-gradient-from: rgb(201 74 22 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/35 {
    --tw-gradient-from: rgb(201 74 22 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/40 {
    --tw-gradient-from: rgb(201 74 22 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/45 {
    --tw-gradient-from: rgb(201 74 22 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/5 {
    --tw-gradient-from: rgb(201 74 22 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/50 {
    --tw-gradient-from: rgb(201 74 22 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/55 {
    --tw-gradient-from: rgb(201 74 22 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/60 {
    --tw-gradient-from: rgb(201 74 22 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/65 {
    --tw-gradient-from: rgb(201 74 22 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/70 {
    --tw-gradient-from: rgb(201 74 22 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/75 {
    --tw-gradient-from: rgb(201 74 22 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/80 {
    --tw-gradient-from: rgb(201 74 22 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/85 {
    --tw-gradient-from: rgb(201 74 22 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/90 {
    --tw-gradient-from: rgb(201 74 22 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-700\/95 {
    --tw-gradient-from: rgb(201 74 22 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800 {
    --tw-gradient-from: #a13b18 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/0 {
    --tw-gradient-from: rgb(161 59 24 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/10 {
    --tw-gradient-from: rgb(161 59 24 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/100 {
    --tw-gradient-from: rgb(161 59 24 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/15 {
    --tw-gradient-from: rgb(161 59 24 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/20 {
    --tw-gradient-from: rgb(161 59 24 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/25 {
    --tw-gradient-from: rgb(161 59 24 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/30 {
    --tw-gradient-from: rgb(161 59 24 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/35 {
    --tw-gradient-from: rgb(161 59 24 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/40 {
    --tw-gradient-from: rgb(161 59 24 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/45 {
    --tw-gradient-from: rgb(161 59 24 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/5 {
    --tw-gradient-from: rgb(161 59 24 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/50 {
    --tw-gradient-from: rgb(161 59 24 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/55 {
    --tw-gradient-from: rgb(161 59 24 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/60 {
    --tw-gradient-from: rgb(161 59 24 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/65 {
    --tw-gradient-from: rgb(161 59 24 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/70 {
    --tw-gradient-from: rgb(161 59 24 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/75 {
    --tw-gradient-from: rgb(161 59 24 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/80 {
    --tw-gradient-from: rgb(161 59 24 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/85 {
    --tw-gradient-from: rgb(161 59 24 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/90 {
    --tw-gradient-from: rgb(161 59 24 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-800\/95 {
    --tw-gradient-from: rgb(161 59 24 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900 {
    --tw-gradient-from: #823318 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/0 {
    --tw-gradient-from: rgb(130 51 24 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/10 {
    --tw-gradient-from: rgb(130 51 24 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/100 {
    --tw-gradient-from: rgb(130 51 24 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/15 {
    --tw-gradient-from: rgb(130 51 24 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/20 {
    --tw-gradient-from: rgb(130 51 24 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/25 {
    --tw-gradient-from: rgb(130 51 24 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/30 {
    --tw-gradient-from: rgb(130 51 24 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/35 {
    --tw-gradient-from: rgb(130 51 24 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/40 {
    --tw-gradient-from: rgb(130 51 24 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/45 {
    --tw-gradient-from: rgb(130 51 24 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/5 {
    --tw-gradient-from: rgb(130 51 24 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/50 {
    --tw-gradient-from: rgb(130 51 24 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/55 {
    --tw-gradient-from: rgb(130 51 24 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/60 {
    --tw-gradient-from: rgb(130 51 24 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/65 {
    --tw-gradient-from: rgb(130 51 24 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/70 {
    --tw-gradient-from: rgb(130 51 24 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/75 {
    --tw-gradient-from: rgb(130 51 24 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/80 {
    --tw-gradient-from: rgb(130 51 24 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/85 {
    --tw-gradient-from: rgb(130 51 24 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/90 {
    --tw-gradient-from: rgb(130 51 24 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-900\/95 {
    --tw-gradient-from: rgb(130 51 24 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950 {
    --tw-gradient-from: #461708 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/0 {
    --tw-gradient-from: rgb(70 23 8 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/10 {
    --tw-gradient-from: rgb(70 23 8 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/100 {
    --tw-gradient-from: rgb(70 23 8 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/15 {
    --tw-gradient-from: rgb(70 23 8 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/20 {
    --tw-gradient-from: rgb(70 23 8 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/25 {
    --tw-gradient-from: rgb(70 23 8 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/30 {
    --tw-gradient-from: rgb(70 23 8 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/35 {
    --tw-gradient-from: rgb(70 23 8 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/40 {
    --tw-gradient-from: rgb(70 23 8 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/45 {
    --tw-gradient-from: rgb(70 23 8 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/5 {
    --tw-gradient-from: rgb(70 23 8 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/50 {
    --tw-gradient-from: rgb(70 23 8 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/55 {
    --tw-gradient-from: rgb(70 23 8 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/60 {
    --tw-gradient-from: rgb(70 23 8 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/65 {
    --tw-gradient-from: rgb(70 23 8 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/70 {
    --tw-gradient-from: rgb(70 23 8 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/75 {
    --tw-gradient-from: rgb(70 23 8 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/80 {
    --tw-gradient-from: rgb(70 23 8 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/85 {
    --tw-gradient-from: rgb(70 23 8 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/90 {
    --tw-gradient-from: rgb(70 23 8 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .sm\:from-primary-950\/95 {
    --tw-gradient-from: rgb(70 23 8 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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-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-80\% {
    --tw-gradient-from-position: 80%;
  }

  .sm\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .sm\:via-accent-100 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #ebfbcb var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/0 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/10 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/100 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/15 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/20 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/25 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/30 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/35 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/40 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/45 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/5 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/50 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/55 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/60 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/65 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/70 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/75 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/80 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/85 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/90 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-100\/95 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d8f69a var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/0 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/10 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/100 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/15 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/20 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/25 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/30 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/35 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/40 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/45 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/5 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/50 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/55 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/60 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/65 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/70 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/75 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/80 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/85 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/90 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-200\/95 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #c4f078 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/0 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/10 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/100 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/15 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/20 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/25 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/30 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/35 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/40 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/45 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/5 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/50 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/55 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/60 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/65 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/70 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/75 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/80 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/85 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/90 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-300\/95 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #b7ed68 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/0 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/10 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/100 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/15 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/20 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/25 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/30 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/35 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/40 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/45 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/5 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/50 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/55 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/60 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/65 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/70 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/75 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/80 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/85 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/90 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-400\/95 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f7fdeb var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/0 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/10 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/100 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/15 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/20 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/25 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/30 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/35 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/40 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/45 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/5 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/50 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/55 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/60 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/65 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/70 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/75 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/80 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/85 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/90 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-50\/95 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #aeeb60 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/0 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/10 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/100 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/15 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/20 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/25 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/30 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/35 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/40 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/45 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/5 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/50 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/55 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/60 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/65 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/70 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/75 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/80 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/85 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/90 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-500\/95 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #82c930 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/0 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/10 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/100 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/15 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/20 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/25 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/30 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/35 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/40 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/45 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/5 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/50 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/55 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/60 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/65 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/70 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/75 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/80 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/85 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/90 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-600\/95 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #61a11f var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/0 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/10 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/100 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/15 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/20 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/25 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/30 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/35 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/40 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/45 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/5 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/50 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/55 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/60 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/65 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/70 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/75 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/80 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/85 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/90 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-700\/95 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #4e7e20 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/0 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/10 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/100 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/15 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/20 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/25 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/30 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/35 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/40 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/45 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/5 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/50 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/55 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/60 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/65 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/70 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/75 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/80 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/85 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/90 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-800\/95 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #426a21 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/0 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/10 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/100 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/15 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/20 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/25 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/30 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/35 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/40 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/45 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/5 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/50 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/55 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/60 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/65 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/70 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/75 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/80 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/85 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/90 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-900\/95 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #203a0b var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/0 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/10 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/100 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/15 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/20 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/25 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/30 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/35 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/40 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/45 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/5 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/50 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/55 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/60 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/65 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/70 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/75 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/80 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/85 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/90 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-accent-950\/95 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #e9e3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/0 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/10 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/100 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/15 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/20 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/25 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/30 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/35 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/40 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/45 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/5 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/50 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/55 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/60 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/65 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/70 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/75 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/80 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/85 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/90 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-100\/95 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d3c7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/0 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/10 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/100 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/15 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/20 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/25 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/30 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/35 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/40 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/45 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/5 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/50 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/55 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/60 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/65 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/70 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/75 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/80 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/85 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/90 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-200\/95 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #b79aff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/0 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/10 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/100 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/15 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/20 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/25 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/30 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/35 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/40 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/45 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/5 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/50 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/55 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/60 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/65 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/70 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/75 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/80 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/85 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/90 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-300\/95 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #9562ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/0 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/10 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/100 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/15 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/20 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/25 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/30 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/35 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/40 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/45 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/5 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/50 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/55 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/60 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/65 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/70 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/75 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/80 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/85 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/90 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-400\/95 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f4f1ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/0 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/10 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/100 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/15 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/20 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/25 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/30 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/35 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/40 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/45 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/5 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/50 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/55 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/60 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/65 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/70 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/75 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/80 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/85 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/90 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-50\/95 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #4e1cd1 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/0 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/10 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/100 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/15 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/20 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/25 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/30 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/35 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/40 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/45 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/5 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/50 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/55 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/60 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/65 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/70 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/75 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/80 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/85 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/90 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-500\/95 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #4115b5 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/0 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/10 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/100 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/15 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/20 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/25 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/30 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/35 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/40 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/45 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/5 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/50 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/55 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/60 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/65 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/70 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/75 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/80 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/85 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/90 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-600\/95 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #361096 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/0 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/10 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/100 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/15 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/20 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/25 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/30 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/35 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/40 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/45 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/5 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/50 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/55 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/60 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/65 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/70 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/75 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/80 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/85 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/90 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-700\/95 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #2e1078 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/0 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/10 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/100 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/15 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/20 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/25 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/30 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/35 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/40 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/45 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/5 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/50 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/55 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/60 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/65 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/70 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/75 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/80 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/85 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/90 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-800\/95 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #270f62 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/0 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/10 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/100 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/15 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/20 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/25 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/30 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/35 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/40 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/45 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/5 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/50 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/55 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/60 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/65 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/70 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/75 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/80 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/85 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/90 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-900\/95 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #16053a var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/0 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/10 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/100 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/15 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/20 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/25 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/30 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/35 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/40 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/45 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/5 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/50 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/55 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/60 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/65 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/70 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/75 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/80 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/85 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/90 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-brand-950\/95 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f6f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/0 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/10 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/100 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/15 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/20 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/25 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/30 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/35 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/40 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/45 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/5 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/50 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/55 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/60 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/65 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/70 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/75 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/80 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/85 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/90 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-100\/95 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #e9e6e3 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/0 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/10 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/100 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/15 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/20 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/25 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/30 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/35 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/40 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/45 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/5 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/50 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/55 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/60 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/65 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/70 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/75 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/80 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/85 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/90 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-200\/95 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d7d2cd var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/0 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/10 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/100 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/15 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/20 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/25 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/30 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/35 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/40 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/45 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/5 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/50 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/55 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/60 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/65 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/70 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/75 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/80 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/85 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/90 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-300\/95 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #afa8a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/0 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/10 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/100 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/15 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/20 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/25 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/30 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/35 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/40 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/45 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/5 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/50 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/55 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/60 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/65 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/70 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/75 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/80 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/85 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/90 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-400\/95 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fbfaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/0 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/10 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/100 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/15 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/20 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/25 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/30 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/35 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/40 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/45 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/5 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/50 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/55 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/60 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/65 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/70 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/75 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/80 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/85 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/90 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-50\/95 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #817971 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/0 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/10 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/100 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/15 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/20 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/25 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/30 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/35 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/40 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/45 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/5 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/50 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/55 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/60 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/65 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/70 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/75 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/80 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/85 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/90 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-500\/95 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #605952 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/0 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/10 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/100 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/15 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/20 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/25 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/30 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/35 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/40 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/45 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/5 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/50 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/55 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/60 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/65 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/70 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/75 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/80 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/85 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/90 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-600\/95 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #49443f var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/0 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/10 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/100 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/15 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/20 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/25 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/30 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/35 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/40 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/45 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/5 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/50 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/55 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/60 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/65 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/70 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/75 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/80 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/85 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/90 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-700\/95 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #302d2a var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/0 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/10 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/100 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/15 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/20 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/25 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/30 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/35 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/40 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/45 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/5 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/50 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/55 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/60 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/65 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/70 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/75 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/80 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/85 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/90 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-800\/95 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #211f1d var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/0 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/10 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/100 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/15 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/20 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/25 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/30 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/35 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/40 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/45 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/5 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/50 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/55 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/60 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/65 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/70 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/75 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/80 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/85 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/90 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-900\/95 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #121110 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/0 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/10 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/100 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/15 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/20 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/25 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/30 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/35 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/40 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/45 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/5 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/50 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/55 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/60 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/65 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/70 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/75 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/80 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/85 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/90 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-neutral-950\/95 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #feeade var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/0 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/10 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/100 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/15 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/20 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/25 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/30 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/35 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/40 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/45 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/5 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/50 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/55 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/60 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/65 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/70 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/75 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/80 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/85 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/90 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-100\/95 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fcd3bd var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/0 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/10 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/100 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/15 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/20 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/25 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/30 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/35 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/40 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/45 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/5 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/50 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/55 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/60 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/65 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/70 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/75 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/80 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/85 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/90 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-200\/95 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fab38f var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/0 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/10 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/100 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/15 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/20 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/25 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/30 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/35 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/40 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/45 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/5 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/50 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/55 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/60 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/65 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/70 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/75 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/80 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/85 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/90 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-300\/95 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f99766 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/0 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/10 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/100 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/15 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/20 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/25 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/30 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/35 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/40 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/45 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/5 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/50 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/55 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/60 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/65 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/70 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/75 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/80 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/85 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/90 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-400\/95 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fff7f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/0 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/10 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/100 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/15 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/20 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/25 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/30 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/35 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/40 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/45 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/5 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/50 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/55 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/60 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/65 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/70 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/75 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/80 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/85 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/90 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-50\/95 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f78d4d var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/0 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/10 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/100 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/15 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/20 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/25 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/30 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/35 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/40 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/45 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/5 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/50 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/55 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/60 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/65 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/70 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/75 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/80 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/85 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/90 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-500\/95 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #e96325 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/0 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/10 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/100 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/15 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/20 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/25 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/30 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/35 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/40 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/45 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/5 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/50 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/55 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/60 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/65 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/70 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/75 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/80 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/85 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/90 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-600\/95 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #c94a16 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/0 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/10 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/100 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/15 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/20 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/25 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/30 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/35 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/40 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/45 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/5 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/50 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/55 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/60 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/65 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/70 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/75 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/80 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/85 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/90 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-700\/95 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #a13b18 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/0 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/10 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/100 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/15 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/20 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/25 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/30 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/35 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/40 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/45 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/5 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/50 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/55 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/60 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/65 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/70 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/75 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/80 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/85 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/90 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-800\/95 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #823318 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/0 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/10 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/100 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/15 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/20 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/25 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/30 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/35 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/40 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/45 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/5 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/50 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/55 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/60 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/65 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/70 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/75 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/80 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/85 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/90 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-900\/95 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #461708 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/0 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/10 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/100 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/15 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/20 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/25 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/30 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/35 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/40 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/45 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/5 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/50 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/55 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/60 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/65 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/70 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/75 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/80 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/85 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/90 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .sm\:via-primary-950\/95 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\:to-accent-100 {
    --tw-gradient-to: #ebfbcb var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/0 {
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/10 {
    --tw-gradient-to: rgb(235 251 203 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/100 {
    --tw-gradient-to: rgb(235 251 203 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/15 {
    --tw-gradient-to: rgb(235 251 203 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/20 {
    --tw-gradient-to: rgb(235 251 203 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/25 {
    --tw-gradient-to: rgb(235 251 203 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/30 {
    --tw-gradient-to: rgb(235 251 203 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/35 {
    --tw-gradient-to: rgb(235 251 203 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/40 {
    --tw-gradient-to: rgb(235 251 203 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/45 {
    --tw-gradient-to: rgb(235 251 203 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/5 {
    --tw-gradient-to: rgb(235 251 203 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/50 {
    --tw-gradient-to: rgb(235 251 203 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/55 {
    --tw-gradient-to: rgb(235 251 203 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/60 {
    --tw-gradient-to: rgb(235 251 203 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/65 {
    --tw-gradient-to: rgb(235 251 203 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/70 {
    --tw-gradient-to: rgb(235 251 203 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/75 {
    --tw-gradient-to: rgb(235 251 203 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/80 {
    --tw-gradient-to: rgb(235 251 203 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/85 {
    --tw-gradient-to: rgb(235 251 203 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/90 {
    --tw-gradient-to: rgb(235 251 203 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-100\/95 {
    --tw-gradient-to: rgb(235 251 203 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200 {
    --tw-gradient-to: #d8f69a var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/0 {
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/10 {
    --tw-gradient-to: rgb(216 246 154 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/100 {
    --tw-gradient-to: rgb(216 246 154 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/15 {
    --tw-gradient-to: rgb(216 246 154 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/20 {
    --tw-gradient-to: rgb(216 246 154 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/25 {
    --tw-gradient-to: rgb(216 246 154 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/30 {
    --tw-gradient-to: rgb(216 246 154 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/35 {
    --tw-gradient-to: rgb(216 246 154 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/40 {
    --tw-gradient-to: rgb(216 246 154 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/45 {
    --tw-gradient-to: rgb(216 246 154 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/5 {
    --tw-gradient-to: rgb(216 246 154 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/50 {
    --tw-gradient-to: rgb(216 246 154 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/55 {
    --tw-gradient-to: rgb(216 246 154 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/60 {
    --tw-gradient-to: rgb(216 246 154 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/65 {
    --tw-gradient-to: rgb(216 246 154 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/70 {
    --tw-gradient-to: rgb(216 246 154 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/75 {
    --tw-gradient-to: rgb(216 246 154 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/80 {
    --tw-gradient-to: rgb(216 246 154 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/85 {
    --tw-gradient-to: rgb(216 246 154 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/90 {
    --tw-gradient-to: rgb(216 246 154 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-200\/95 {
    --tw-gradient-to: rgb(216 246 154 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300 {
    --tw-gradient-to: #c4f078 var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/0 {
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/10 {
    --tw-gradient-to: rgb(196 240 120 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/100 {
    --tw-gradient-to: rgb(196 240 120 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/15 {
    --tw-gradient-to: rgb(196 240 120 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/20 {
    --tw-gradient-to: rgb(196 240 120 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/25 {
    --tw-gradient-to: rgb(196 240 120 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/30 {
    --tw-gradient-to: rgb(196 240 120 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/35 {
    --tw-gradient-to: rgb(196 240 120 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/40 {
    --tw-gradient-to: rgb(196 240 120 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/45 {
    --tw-gradient-to: rgb(196 240 120 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/5 {
    --tw-gradient-to: rgb(196 240 120 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/50 {
    --tw-gradient-to: rgb(196 240 120 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/55 {
    --tw-gradient-to: rgb(196 240 120 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/60 {
    --tw-gradient-to: rgb(196 240 120 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/65 {
    --tw-gradient-to: rgb(196 240 120 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/70 {
    --tw-gradient-to: rgb(196 240 120 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/75 {
    --tw-gradient-to: rgb(196 240 120 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/80 {
    --tw-gradient-to: rgb(196 240 120 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/85 {
    --tw-gradient-to: rgb(196 240 120 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/90 {
    --tw-gradient-to: rgb(196 240 120 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-300\/95 {
    --tw-gradient-to: rgb(196 240 120 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400 {
    --tw-gradient-to: #b7ed68 var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/0 {
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/10 {
    --tw-gradient-to: rgb(183 237 104 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/100 {
    --tw-gradient-to: rgb(183 237 104 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/15 {
    --tw-gradient-to: rgb(183 237 104 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/20 {
    --tw-gradient-to: rgb(183 237 104 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/25 {
    --tw-gradient-to: rgb(183 237 104 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/30 {
    --tw-gradient-to: rgb(183 237 104 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/35 {
    --tw-gradient-to: rgb(183 237 104 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/40 {
    --tw-gradient-to: rgb(183 237 104 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/45 {
    --tw-gradient-to: rgb(183 237 104 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/5 {
    --tw-gradient-to: rgb(183 237 104 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/50 {
    --tw-gradient-to: rgb(183 237 104 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/55 {
    --tw-gradient-to: rgb(183 237 104 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/60 {
    --tw-gradient-to: rgb(183 237 104 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/65 {
    --tw-gradient-to: rgb(183 237 104 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/70 {
    --tw-gradient-to: rgb(183 237 104 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/75 {
    --tw-gradient-to: rgb(183 237 104 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/80 {
    --tw-gradient-to: rgb(183 237 104 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/85 {
    --tw-gradient-to: rgb(183 237 104 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/90 {
    --tw-gradient-to: rgb(183 237 104 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-400\/95 {
    --tw-gradient-to: rgb(183 237 104 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50 {
    --tw-gradient-to: #f7fdeb var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/0 {
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/10 {
    --tw-gradient-to: rgb(247 253 235 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/100 {
    --tw-gradient-to: rgb(247 253 235 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/15 {
    --tw-gradient-to: rgb(247 253 235 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/20 {
    --tw-gradient-to: rgb(247 253 235 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/25 {
    --tw-gradient-to: rgb(247 253 235 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/30 {
    --tw-gradient-to: rgb(247 253 235 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/35 {
    --tw-gradient-to: rgb(247 253 235 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/40 {
    --tw-gradient-to: rgb(247 253 235 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/45 {
    --tw-gradient-to: rgb(247 253 235 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/5 {
    --tw-gradient-to: rgb(247 253 235 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/50 {
    --tw-gradient-to: rgb(247 253 235 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/55 {
    --tw-gradient-to: rgb(247 253 235 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/60 {
    --tw-gradient-to: rgb(247 253 235 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/65 {
    --tw-gradient-to: rgb(247 253 235 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/70 {
    --tw-gradient-to: rgb(247 253 235 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/75 {
    --tw-gradient-to: rgb(247 253 235 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/80 {
    --tw-gradient-to: rgb(247 253 235 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/85 {
    --tw-gradient-to: rgb(247 253 235 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/90 {
    --tw-gradient-to: rgb(247 253 235 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-50\/95 {
    --tw-gradient-to: rgb(247 253 235 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500 {
    --tw-gradient-to: #aeeb60 var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/0 {
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/10 {
    --tw-gradient-to: rgb(174 235 96 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/100 {
    --tw-gradient-to: rgb(174 235 96 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/15 {
    --tw-gradient-to: rgb(174 235 96 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/20 {
    --tw-gradient-to: rgb(174 235 96 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/25 {
    --tw-gradient-to: rgb(174 235 96 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/30 {
    --tw-gradient-to: rgb(174 235 96 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/35 {
    --tw-gradient-to: rgb(174 235 96 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/40 {
    --tw-gradient-to: rgb(174 235 96 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/45 {
    --tw-gradient-to: rgb(174 235 96 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/5 {
    --tw-gradient-to: rgb(174 235 96 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/50 {
    --tw-gradient-to: rgb(174 235 96 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/55 {
    --tw-gradient-to: rgb(174 235 96 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/60 {
    --tw-gradient-to: rgb(174 235 96 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/65 {
    --tw-gradient-to: rgb(174 235 96 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/70 {
    --tw-gradient-to: rgb(174 235 96 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/75 {
    --tw-gradient-to: rgb(174 235 96 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/80 {
    --tw-gradient-to: rgb(174 235 96 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/85 {
    --tw-gradient-to: rgb(174 235 96 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/90 {
    --tw-gradient-to: rgb(174 235 96 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-500\/95 {
    --tw-gradient-to: rgb(174 235 96 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600 {
    --tw-gradient-to: #82c930 var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/0 {
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/10 {
    --tw-gradient-to: rgb(130 201 48 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/100 {
    --tw-gradient-to: rgb(130 201 48 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/15 {
    --tw-gradient-to: rgb(130 201 48 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/20 {
    --tw-gradient-to: rgb(130 201 48 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/25 {
    --tw-gradient-to: rgb(130 201 48 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/30 {
    --tw-gradient-to: rgb(130 201 48 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/35 {
    --tw-gradient-to: rgb(130 201 48 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/40 {
    --tw-gradient-to: rgb(130 201 48 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/45 {
    --tw-gradient-to: rgb(130 201 48 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/5 {
    --tw-gradient-to: rgb(130 201 48 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/50 {
    --tw-gradient-to: rgb(130 201 48 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/55 {
    --tw-gradient-to: rgb(130 201 48 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/60 {
    --tw-gradient-to: rgb(130 201 48 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/65 {
    --tw-gradient-to: rgb(130 201 48 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/70 {
    --tw-gradient-to: rgb(130 201 48 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/75 {
    --tw-gradient-to: rgb(130 201 48 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/80 {
    --tw-gradient-to: rgb(130 201 48 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/85 {
    --tw-gradient-to: rgb(130 201 48 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/90 {
    --tw-gradient-to: rgb(130 201 48 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-600\/95 {
    --tw-gradient-to: rgb(130 201 48 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700 {
    --tw-gradient-to: #61a11f var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/0 {
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/10 {
    --tw-gradient-to: rgb(97 161 31 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/100 {
    --tw-gradient-to: rgb(97 161 31 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/15 {
    --tw-gradient-to: rgb(97 161 31 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/20 {
    --tw-gradient-to: rgb(97 161 31 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/25 {
    --tw-gradient-to: rgb(97 161 31 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/30 {
    --tw-gradient-to: rgb(97 161 31 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/35 {
    --tw-gradient-to: rgb(97 161 31 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/40 {
    --tw-gradient-to: rgb(97 161 31 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/45 {
    --tw-gradient-to: rgb(97 161 31 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/5 {
    --tw-gradient-to: rgb(97 161 31 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/50 {
    --tw-gradient-to: rgb(97 161 31 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/55 {
    --tw-gradient-to: rgb(97 161 31 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/60 {
    --tw-gradient-to: rgb(97 161 31 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/65 {
    --tw-gradient-to: rgb(97 161 31 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/70 {
    --tw-gradient-to: rgb(97 161 31 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/75 {
    --tw-gradient-to: rgb(97 161 31 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/80 {
    --tw-gradient-to: rgb(97 161 31 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/85 {
    --tw-gradient-to: rgb(97 161 31 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/90 {
    --tw-gradient-to: rgb(97 161 31 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-700\/95 {
    --tw-gradient-to: rgb(97 161 31 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800 {
    --tw-gradient-to: #4e7e20 var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/0 {
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/10 {
    --tw-gradient-to: rgb(78 126 32 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/100 {
    --tw-gradient-to: rgb(78 126 32 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/15 {
    --tw-gradient-to: rgb(78 126 32 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/20 {
    --tw-gradient-to: rgb(78 126 32 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/25 {
    --tw-gradient-to: rgb(78 126 32 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/30 {
    --tw-gradient-to: rgb(78 126 32 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/35 {
    --tw-gradient-to: rgb(78 126 32 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/40 {
    --tw-gradient-to: rgb(78 126 32 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/45 {
    --tw-gradient-to: rgb(78 126 32 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/5 {
    --tw-gradient-to: rgb(78 126 32 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/50 {
    --tw-gradient-to: rgb(78 126 32 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/55 {
    --tw-gradient-to: rgb(78 126 32 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/60 {
    --tw-gradient-to: rgb(78 126 32 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/65 {
    --tw-gradient-to: rgb(78 126 32 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/70 {
    --tw-gradient-to: rgb(78 126 32 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/75 {
    --tw-gradient-to: rgb(78 126 32 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/80 {
    --tw-gradient-to: rgb(78 126 32 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/85 {
    --tw-gradient-to: rgb(78 126 32 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/90 {
    --tw-gradient-to: rgb(78 126 32 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-800\/95 {
    --tw-gradient-to: rgb(78 126 32 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900 {
    --tw-gradient-to: #426a21 var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/0 {
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/10 {
    --tw-gradient-to: rgb(66 106 33 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/100 {
    --tw-gradient-to: rgb(66 106 33 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/15 {
    --tw-gradient-to: rgb(66 106 33 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/20 {
    --tw-gradient-to: rgb(66 106 33 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/25 {
    --tw-gradient-to: rgb(66 106 33 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/30 {
    --tw-gradient-to: rgb(66 106 33 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/35 {
    --tw-gradient-to: rgb(66 106 33 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/40 {
    --tw-gradient-to: rgb(66 106 33 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/45 {
    --tw-gradient-to: rgb(66 106 33 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/5 {
    --tw-gradient-to: rgb(66 106 33 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/50 {
    --tw-gradient-to: rgb(66 106 33 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/55 {
    --tw-gradient-to: rgb(66 106 33 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/60 {
    --tw-gradient-to: rgb(66 106 33 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/65 {
    --tw-gradient-to: rgb(66 106 33 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/70 {
    --tw-gradient-to: rgb(66 106 33 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/75 {
    --tw-gradient-to: rgb(66 106 33 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/80 {
    --tw-gradient-to: rgb(66 106 33 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/85 {
    --tw-gradient-to: rgb(66 106 33 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/90 {
    --tw-gradient-to: rgb(66 106 33 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-900\/95 {
    --tw-gradient-to: rgb(66 106 33 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950 {
    --tw-gradient-to: #203a0b var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/0 {
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/10 {
    --tw-gradient-to: rgb(32 58 11 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/100 {
    --tw-gradient-to: rgb(32 58 11 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/15 {
    --tw-gradient-to: rgb(32 58 11 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/20 {
    --tw-gradient-to: rgb(32 58 11 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/25 {
    --tw-gradient-to: rgb(32 58 11 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/30 {
    --tw-gradient-to: rgb(32 58 11 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/35 {
    --tw-gradient-to: rgb(32 58 11 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/40 {
    --tw-gradient-to: rgb(32 58 11 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/45 {
    --tw-gradient-to: rgb(32 58 11 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/5 {
    --tw-gradient-to: rgb(32 58 11 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/50 {
    --tw-gradient-to: rgb(32 58 11 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/55 {
    --tw-gradient-to: rgb(32 58 11 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/60 {
    --tw-gradient-to: rgb(32 58 11 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/65 {
    --tw-gradient-to: rgb(32 58 11 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/70 {
    --tw-gradient-to: rgb(32 58 11 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/75 {
    --tw-gradient-to: rgb(32 58 11 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/80 {
    --tw-gradient-to: rgb(32 58 11 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/85 {
    --tw-gradient-to: rgb(32 58 11 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/90 {
    --tw-gradient-to: rgb(32 58 11 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-accent-950\/95 {
    --tw-gradient-to: rgb(32 58 11 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100 {
    --tw-gradient-to: #e9e3ff var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/0 {
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/10 {
    --tw-gradient-to: rgb(233 227 255 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/100 {
    --tw-gradient-to: rgb(233 227 255 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/15 {
    --tw-gradient-to: rgb(233 227 255 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/20 {
    --tw-gradient-to: rgb(233 227 255 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/25 {
    --tw-gradient-to: rgb(233 227 255 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/30 {
    --tw-gradient-to: rgb(233 227 255 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/35 {
    --tw-gradient-to: rgb(233 227 255 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/40 {
    --tw-gradient-to: rgb(233 227 255 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/45 {
    --tw-gradient-to: rgb(233 227 255 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/5 {
    --tw-gradient-to: rgb(233 227 255 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/50 {
    --tw-gradient-to: rgb(233 227 255 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/55 {
    --tw-gradient-to: rgb(233 227 255 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/60 {
    --tw-gradient-to: rgb(233 227 255 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/65 {
    --tw-gradient-to: rgb(233 227 255 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/70 {
    --tw-gradient-to: rgb(233 227 255 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/75 {
    --tw-gradient-to: rgb(233 227 255 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/80 {
    --tw-gradient-to: rgb(233 227 255 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/85 {
    --tw-gradient-to: rgb(233 227 255 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/90 {
    --tw-gradient-to: rgb(233 227 255 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-100\/95 {
    --tw-gradient-to: rgb(233 227 255 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200 {
    --tw-gradient-to: #d3c7ff var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/0 {
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/10 {
    --tw-gradient-to: rgb(211 199 255 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/100 {
    --tw-gradient-to: rgb(211 199 255 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/15 {
    --tw-gradient-to: rgb(211 199 255 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/20 {
    --tw-gradient-to: rgb(211 199 255 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/25 {
    --tw-gradient-to: rgb(211 199 255 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/30 {
    --tw-gradient-to: rgb(211 199 255 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/35 {
    --tw-gradient-to: rgb(211 199 255 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/40 {
    --tw-gradient-to: rgb(211 199 255 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/45 {
    --tw-gradient-to: rgb(211 199 255 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/5 {
    --tw-gradient-to: rgb(211 199 255 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/50 {
    --tw-gradient-to: rgb(211 199 255 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/55 {
    --tw-gradient-to: rgb(211 199 255 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/60 {
    --tw-gradient-to: rgb(211 199 255 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/65 {
    --tw-gradient-to: rgb(211 199 255 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/70 {
    --tw-gradient-to: rgb(211 199 255 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/75 {
    --tw-gradient-to: rgb(211 199 255 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/80 {
    --tw-gradient-to: rgb(211 199 255 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/85 {
    --tw-gradient-to: rgb(211 199 255 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/90 {
    --tw-gradient-to: rgb(211 199 255 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-200\/95 {
    --tw-gradient-to: rgb(211 199 255 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300 {
    --tw-gradient-to: #b79aff var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/0 {
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/10 {
    --tw-gradient-to: rgb(183 154 255 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/100 {
    --tw-gradient-to: rgb(183 154 255 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/15 {
    --tw-gradient-to: rgb(183 154 255 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/20 {
    --tw-gradient-to: rgb(183 154 255 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/25 {
    --tw-gradient-to: rgb(183 154 255 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/30 {
    --tw-gradient-to: rgb(183 154 255 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/35 {
    --tw-gradient-to: rgb(183 154 255 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/40 {
    --tw-gradient-to: rgb(183 154 255 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/45 {
    --tw-gradient-to: rgb(183 154 255 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/5 {
    --tw-gradient-to: rgb(183 154 255 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/50 {
    --tw-gradient-to: rgb(183 154 255 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/55 {
    --tw-gradient-to: rgb(183 154 255 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/60 {
    --tw-gradient-to: rgb(183 154 255 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/65 {
    --tw-gradient-to: rgb(183 154 255 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/70 {
    --tw-gradient-to: rgb(183 154 255 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/75 {
    --tw-gradient-to: rgb(183 154 255 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/80 {
    --tw-gradient-to: rgb(183 154 255 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/85 {
    --tw-gradient-to: rgb(183 154 255 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/90 {
    --tw-gradient-to: rgb(183 154 255 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-300\/95 {
    --tw-gradient-to: rgb(183 154 255 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400 {
    --tw-gradient-to: #9562ff var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/0 {
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/10 {
    --tw-gradient-to: rgb(149 98 255 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/100 {
    --tw-gradient-to: rgb(149 98 255 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/15 {
    --tw-gradient-to: rgb(149 98 255 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/20 {
    --tw-gradient-to: rgb(149 98 255 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/25 {
    --tw-gradient-to: rgb(149 98 255 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/30 {
    --tw-gradient-to: rgb(149 98 255 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/35 {
    --tw-gradient-to: rgb(149 98 255 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/40 {
    --tw-gradient-to: rgb(149 98 255 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/45 {
    --tw-gradient-to: rgb(149 98 255 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/5 {
    --tw-gradient-to: rgb(149 98 255 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/50 {
    --tw-gradient-to: rgb(149 98 255 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/55 {
    --tw-gradient-to: rgb(149 98 255 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/60 {
    --tw-gradient-to: rgb(149 98 255 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/65 {
    --tw-gradient-to: rgb(149 98 255 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/70 {
    --tw-gradient-to: rgb(149 98 255 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/75 {
    --tw-gradient-to: rgb(149 98 255 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/80 {
    --tw-gradient-to: rgb(149 98 255 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/85 {
    --tw-gradient-to: rgb(149 98 255 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/90 {
    --tw-gradient-to: rgb(149 98 255 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-400\/95 {
    --tw-gradient-to: rgb(149 98 255 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50 {
    --tw-gradient-to: #f4f1ff var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/0 {
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/10 {
    --tw-gradient-to: rgb(244 241 255 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/100 {
    --tw-gradient-to: rgb(244 241 255 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/15 {
    --tw-gradient-to: rgb(244 241 255 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/20 {
    --tw-gradient-to: rgb(244 241 255 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/25 {
    --tw-gradient-to: rgb(244 241 255 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/30 {
    --tw-gradient-to: rgb(244 241 255 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/35 {
    --tw-gradient-to: rgb(244 241 255 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/40 {
    --tw-gradient-to: rgb(244 241 255 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/45 {
    --tw-gradient-to: rgb(244 241 255 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/5 {
    --tw-gradient-to: rgb(244 241 255 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/50 {
    --tw-gradient-to: rgb(244 241 255 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/55 {
    --tw-gradient-to: rgb(244 241 255 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/60 {
    --tw-gradient-to: rgb(244 241 255 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/65 {
    --tw-gradient-to: rgb(244 241 255 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/70 {
    --tw-gradient-to: rgb(244 241 255 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/75 {
    --tw-gradient-to: rgb(244 241 255 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/80 {
    --tw-gradient-to: rgb(244 241 255 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/85 {
    --tw-gradient-to: rgb(244 241 255 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/90 {
    --tw-gradient-to: rgb(244 241 255 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-50\/95 {
    --tw-gradient-to: rgb(244 241 255 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500 {
    --tw-gradient-to: #4e1cd1 var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/0 {
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/10 {
    --tw-gradient-to: rgb(78 28 209 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/100 {
    --tw-gradient-to: rgb(78 28 209 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/15 {
    --tw-gradient-to: rgb(78 28 209 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/20 {
    --tw-gradient-to: rgb(78 28 209 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/25 {
    --tw-gradient-to: rgb(78 28 209 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/30 {
    --tw-gradient-to: rgb(78 28 209 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/35 {
    --tw-gradient-to: rgb(78 28 209 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/40 {
    --tw-gradient-to: rgb(78 28 209 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/45 {
    --tw-gradient-to: rgb(78 28 209 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/5 {
    --tw-gradient-to: rgb(78 28 209 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/50 {
    --tw-gradient-to: rgb(78 28 209 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/55 {
    --tw-gradient-to: rgb(78 28 209 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/60 {
    --tw-gradient-to: rgb(78 28 209 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/65 {
    --tw-gradient-to: rgb(78 28 209 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/70 {
    --tw-gradient-to: rgb(78 28 209 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/75 {
    --tw-gradient-to: rgb(78 28 209 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/80 {
    --tw-gradient-to: rgb(78 28 209 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/85 {
    --tw-gradient-to: rgb(78 28 209 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/90 {
    --tw-gradient-to: rgb(78 28 209 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-500\/95 {
    --tw-gradient-to: rgb(78 28 209 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600 {
    --tw-gradient-to: #4115b5 var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/0 {
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/10 {
    --tw-gradient-to: rgb(65 21 181 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/100 {
    --tw-gradient-to: rgb(65 21 181 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/15 {
    --tw-gradient-to: rgb(65 21 181 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/20 {
    --tw-gradient-to: rgb(65 21 181 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/25 {
    --tw-gradient-to: rgb(65 21 181 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/30 {
    --tw-gradient-to: rgb(65 21 181 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/35 {
    --tw-gradient-to: rgb(65 21 181 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/40 {
    --tw-gradient-to: rgb(65 21 181 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/45 {
    --tw-gradient-to: rgb(65 21 181 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/5 {
    --tw-gradient-to: rgb(65 21 181 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/50 {
    --tw-gradient-to: rgb(65 21 181 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/55 {
    --tw-gradient-to: rgb(65 21 181 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/60 {
    --tw-gradient-to: rgb(65 21 181 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/65 {
    --tw-gradient-to: rgb(65 21 181 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/70 {
    --tw-gradient-to: rgb(65 21 181 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/75 {
    --tw-gradient-to: rgb(65 21 181 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/80 {
    --tw-gradient-to: rgb(65 21 181 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/85 {
    --tw-gradient-to: rgb(65 21 181 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/90 {
    --tw-gradient-to: rgb(65 21 181 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-600\/95 {
    --tw-gradient-to: rgb(65 21 181 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700 {
    --tw-gradient-to: #361096 var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/0 {
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/10 {
    --tw-gradient-to: rgb(54 16 150 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/100 {
    --tw-gradient-to: rgb(54 16 150 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/15 {
    --tw-gradient-to: rgb(54 16 150 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/20 {
    --tw-gradient-to: rgb(54 16 150 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/25 {
    --tw-gradient-to: rgb(54 16 150 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/30 {
    --tw-gradient-to: rgb(54 16 150 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/35 {
    --tw-gradient-to: rgb(54 16 150 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/40 {
    --tw-gradient-to: rgb(54 16 150 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/45 {
    --tw-gradient-to: rgb(54 16 150 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/5 {
    --tw-gradient-to: rgb(54 16 150 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/50 {
    --tw-gradient-to: rgb(54 16 150 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/55 {
    --tw-gradient-to: rgb(54 16 150 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/60 {
    --tw-gradient-to: rgb(54 16 150 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/65 {
    --tw-gradient-to: rgb(54 16 150 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/70 {
    --tw-gradient-to: rgb(54 16 150 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/75 {
    --tw-gradient-to: rgb(54 16 150 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/80 {
    --tw-gradient-to: rgb(54 16 150 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/85 {
    --tw-gradient-to: rgb(54 16 150 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/90 {
    --tw-gradient-to: rgb(54 16 150 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-700\/95 {
    --tw-gradient-to: rgb(54 16 150 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800 {
    --tw-gradient-to: #2e1078 var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/0 {
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/10 {
    --tw-gradient-to: rgb(46 16 120 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/100 {
    --tw-gradient-to: rgb(46 16 120 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/15 {
    --tw-gradient-to: rgb(46 16 120 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/20 {
    --tw-gradient-to: rgb(46 16 120 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/25 {
    --tw-gradient-to: rgb(46 16 120 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/30 {
    --tw-gradient-to: rgb(46 16 120 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/35 {
    --tw-gradient-to: rgb(46 16 120 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/40 {
    --tw-gradient-to: rgb(46 16 120 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/45 {
    --tw-gradient-to: rgb(46 16 120 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/5 {
    --tw-gradient-to: rgb(46 16 120 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/50 {
    --tw-gradient-to: rgb(46 16 120 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/55 {
    --tw-gradient-to: rgb(46 16 120 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/60 {
    --tw-gradient-to: rgb(46 16 120 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/65 {
    --tw-gradient-to: rgb(46 16 120 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/70 {
    --tw-gradient-to: rgb(46 16 120 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/75 {
    --tw-gradient-to: rgb(46 16 120 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/80 {
    --tw-gradient-to: rgb(46 16 120 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/85 {
    --tw-gradient-to: rgb(46 16 120 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/90 {
    --tw-gradient-to: rgb(46 16 120 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-800\/95 {
    --tw-gradient-to: rgb(46 16 120 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900 {
    --tw-gradient-to: #270f62 var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/0 {
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/10 {
    --tw-gradient-to: rgb(39 15 98 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/100 {
    --tw-gradient-to: rgb(39 15 98 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/15 {
    --tw-gradient-to: rgb(39 15 98 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/20 {
    --tw-gradient-to: rgb(39 15 98 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/25 {
    --tw-gradient-to: rgb(39 15 98 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/30 {
    --tw-gradient-to: rgb(39 15 98 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/35 {
    --tw-gradient-to: rgb(39 15 98 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/40 {
    --tw-gradient-to: rgb(39 15 98 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/45 {
    --tw-gradient-to: rgb(39 15 98 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/5 {
    --tw-gradient-to: rgb(39 15 98 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/50 {
    --tw-gradient-to: rgb(39 15 98 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/55 {
    --tw-gradient-to: rgb(39 15 98 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/60 {
    --tw-gradient-to: rgb(39 15 98 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/65 {
    --tw-gradient-to: rgb(39 15 98 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/70 {
    --tw-gradient-to: rgb(39 15 98 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/75 {
    --tw-gradient-to: rgb(39 15 98 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/80 {
    --tw-gradient-to: rgb(39 15 98 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/85 {
    --tw-gradient-to: rgb(39 15 98 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/90 {
    --tw-gradient-to: rgb(39 15 98 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-900\/95 {
    --tw-gradient-to: rgb(39 15 98 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950 {
    --tw-gradient-to: #16053a var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/0 {
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/10 {
    --tw-gradient-to: rgb(22 5 58 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/100 {
    --tw-gradient-to: rgb(22 5 58 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/15 {
    --tw-gradient-to: rgb(22 5 58 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/20 {
    --tw-gradient-to: rgb(22 5 58 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/25 {
    --tw-gradient-to: rgb(22 5 58 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/30 {
    --tw-gradient-to: rgb(22 5 58 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/35 {
    --tw-gradient-to: rgb(22 5 58 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/40 {
    --tw-gradient-to: rgb(22 5 58 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/45 {
    --tw-gradient-to: rgb(22 5 58 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/5 {
    --tw-gradient-to: rgb(22 5 58 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/50 {
    --tw-gradient-to: rgb(22 5 58 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/55 {
    --tw-gradient-to: rgb(22 5 58 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/60 {
    --tw-gradient-to: rgb(22 5 58 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/65 {
    --tw-gradient-to: rgb(22 5 58 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/70 {
    --tw-gradient-to: rgb(22 5 58 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/75 {
    --tw-gradient-to: rgb(22 5 58 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/80 {
    --tw-gradient-to: rgb(22 5 58 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/85 {
    --tw-gradient-to: rgb(22 5 58 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/90 {
    --tw-gradient-to: rgb(22 5 58 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-brand-950\/95 {
    --tw-gradient-to: rgb(22 5 58 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100 {
    --tw-gradient-to: #f6f5f4 var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/0 {
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/10 {
    --tw-gradient-to: rgb(246 245 244 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/100 {
    --tw-gradient-to: rgb(246 245 244 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/15 {
    --tw-gradient-to: rgb(246 245 244 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/20 {
    --tw-gradient-to: rgb(246 245 244 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/25 {
    --tw-gradient-to: rgb(246 245 244 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/30 {
    --tw-gradient-to: rgb(246 245 244 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/35 {
    --tw-gradient-to: rgb(246 245 244 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/40 {
    --tw-gradient-to: rgb(246 245 244 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/45 {
    --tw-gradient-to: rgb(246 245 244 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/5 {
    --tw-gradient-to: rgb(246 245 244 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/50 {
    --tw-gradient-to: rgb(246 245 244 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/55 {
    --tw-gradient-to: rgb(246 245 244 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/60 {
    --tw-gradient-to: rgb(246 245 244 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/65 {
    --tw-gradient-to: rgb(246 245 244 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/70 {
    --tw-gradient-to: rgb(246 245 244 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/75 {
    --tw-gradient-to: rgb(246 245 244 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/80 {
    --tw-gradient-to: rgb(246 245 244 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/85 {
    --tw-gradient-to: rgb(246 245 244 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/90 {
    --tw-gradient-to: rgb(246 245 244 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-100\/95 {
    --tw-gradient-to: rgb(246 245 244 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200 {
    --tw-gradient-to: #e9e6e3 var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/0 {
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/10 {
    --tw-gradient-to: rgb(233 230 227 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/100 {
    --tw-gradient-to: rgb(233 230 227 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/15 {
    --tw-gradient-to: rgb(233 230 227 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/20 {
    --tw-gradient-to: rgb(233 230 227 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/25 {
    --tw-gradient-to: rgb(233 230 227 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/30 {
    --tw-gradient-to: rgb(233 230 227 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/35 {
    --tw-gradient-to: rgb(233 230 227 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/40 {
    --tw-gradient-to: rgb(233 230 227 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/45 {
    --tw-gradient-to: rgb(233 230 227 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/5 {
    --tw-gradient-to: rgb(233 230 227 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/50 {
    --tw-gradient-to: rgb(233 230 227 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/55 {
    --tw-gradient-to: rgb(233 230 227 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/60 {
    --tw-gradient-to: rgb(233 230 227 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/65 {
    --tw-gradient-to: rgb(233 230 227 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/70 {
    --tw-gradient-to: rgb(233 230 227 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/75 {
    --tw-gradient-to: rgb(233 230 227 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/80 {
    --tw-gradient-to: rgb(233 230 227 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/85 {
    --tw-gradient-to: rgb(233 230 227 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/90 {
    --tw-gradient-to: rgb(233 230 227 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-200\/95 {
    --tw-gradient-to: rgb(233 230 227 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300 {
    --tw-gradient-to: #d7d2cd var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/0 {
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/10 {
    --tw-gradient-to: rgb(215 210 205 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/100 {
    --tw-gradient-to: rgb(215 210 205 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/15 {
    --tw-gradient-to: rgb(215 210 205 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/20 {
    --tw-gradient-to: rgb(215 210 205 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/25 {
    --tw-gradient-to: rgb(215 210 205 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/30 {
    --tw-gradient-to: rgb(215 210 205 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/35 {
    --tw-gradient-to: rgb(215 210 205 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/40 {
    --tw-gradient-to: rgb(215 210 205 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/45 {
    --tw-gradient-to: rgb(215 210 205 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/5 {
    --tw-gradient-to: rgb(215 210 205 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/50 {
    --tw-gradient-to: rgb(215 210 205 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/55 {
    --tw-gradient-to: rgb(215 210 205 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/60 {
    --tw-gradient-to: rgb(215 210 205 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/65 {
    --tw-gradient-to: rgb(215 210 205 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/70 {
    --tw-gradient-to: rgb(215 210 205 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/75 {
    --tw-gradient-to: rgb(215 210 205 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/80 {
    --tw-gradient-to: rgb(215 210 205 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/85 {
    --tw-gradient-to: rgb(215 210 205 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/90 {
    --tw-gradient-to: rgb(215 210 205 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-300\/95 {
    --tw-gradient-to: rgb(215 210 205 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400 {
    --tw-gradient-to: #afa8a1 var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/0 {
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/10 {
    --tw-gradient-to: rgb(175 168 161 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/100 {
    --tw-gradient-to: rgb(175 168 161 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/15 {
    --tw-gradient-to: rgb(175 168 161 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/20 {
    --tw-gradient-to: rgb(175 168 161 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/25 {
    --tw-gradient-to: rgb(175 168 161 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/30 {
    --tw-gradient-to: rgb(175 168 161 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/35 {
    --tw-gradient-to: rgb(175 168 161 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/40 {
    --tw-gradient-to: rgb(175 168 161 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/45 {
    --tw-gradient-to: rgb(175 168 161 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/5 {
    --tw-gradient-to: rgb(175 168 161 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/50 {
    --tw-gradient-to: rgb(175 168 161 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/55 {
    --tw-gradient-to: rgb(175 168 161 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/60 {
    --tw-gradient-to: rgb(175 168 161 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/65 {
    --tw-gradient-to: rgb(175 168 161 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/70 {
    --tw-gradient-to: rgb(175 168 161 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/75 {
    --tw-gradient-to: rgb(175 168 161 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/80 {
    --tw-gradient-to: rgb(175 168 161 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/85 {
    --tw-gradient-to: rgb(175 168 161 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/90 {
    --tw-gradient-to: rgb(175 168 161 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-400\/95 {
    --tw-gradient-to: rgb(175 168 161 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50 {
    --tw-gradient-to: #fbfaf9 var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/0 {
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/10 {
    --tw-gradient-to: rgb(251 250 249 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/100 {
    --tw-gradient-to: rgb(251 250 249 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/15 {
    --tw-gradient-to: rgb(251 250 249 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/20 {
    --tw-gradient-to: rgb(251 250 249 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/25 {
    --tw-gradient-to: rgb(251 250 249 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/30 {
    --tw-gradient-to: rgb(251 250 249 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/35 {
    --tw-gradient-to: rgb(251 250 249 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/40 {
    --tw-gradient-to: rgb(251 250 249 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/45 {
    --tw-gradient-to: rgb(251 250 249 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/5 {
    --tw-gradient-to: rgb(251 250 249 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/50 {
    --tw-gradient-to: rgb(251 250 249 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/55 {
    --tw-gradient-to: rgb(251 250 249 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/60 {
    --tw-gradient-to: rgb(251 250 249 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/65 {
    --tw-gradient-to: rgb(251 250 249 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/70 {
    --tw-gradient-to: rgb(251 250 249 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/75 {
    --tw-gradient-to: rgb(251 250 249 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/80 {
    --tw-gradient-to: rgb(251 250 249 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/85 {
    --tw-gradient-to: rgb(251 250 249 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/90 {
    --tw-gradient-to: rgb(251 250 249 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-50\/95 {
    --tw-gradient-to: rgb(251 250 249 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500 {
    --tw-gradient-to: #817971 var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/0 {
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/10 {
    --tw-gradient-to: rgb(129 121 113 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/100 {
    --tw-gradient-to: rgb(129 121 113 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/15 {
    --tw-gradient-to: rgb(129 121 113 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/20 {
    --tw-gradient-to: rgb(129 121 113 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/25 {
    --tw-gradient-to: rgb(129 121 113 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/30 {
    --tw-gradient-to: rgb(129 121 113 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/35 {
    --tw-gradient-to: rgb(129 121 113 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/40 {
    --tw-gradient-to: rgb(129 121 113 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/45 {
    --tw-gradient-to: rgb(129 121 113 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/5 {
    --tw-gradient-to: rgb(129 121 113 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/50 {
    --tw-gradient-to: rgb(129 121 113 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/55 {
    --tw-gradient-to: rgb(129 121 113 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/60 {
    --tw-gradient-to: rgb(129 121 113 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/65 {
    --tw-gradient-to: rgb(129 121 113 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/70 {
    --tw-gradient-to: rgb(129 121 113 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/75 {
    --tw-gradient-to: rgb(129 121 113 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/80 {
    --tw-gradient-to: rgb(129 121 113 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/85 {
    --tw-gradient-to: rgb(129 121 113 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/90 {
    --tw-gradient-to: rgb(129 121 113 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-500\/95 {
    --tw-gradient-to: rgb(129 121 113 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600 {
    --tw-gradient-to: #605952 var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/0 {
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/10 {
    --tw-gradient-to: rgb(96 89 82 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/100 {
    --tw-gradient-to: rgb(96 89 82 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/15 {
    --tw-gradient-to: rgb(96 89 82 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/20 {
    --tw-gradient-to: rgb(96 89 82 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/25 {
    --tw-gradient-to: rgb(96 89 82 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/30 {
    --tw-gradient-to: rgb(96 89 82 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/35 {
    --tw-gradient-to: rgb(96 89 82 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/40 {
    --tw-gradient-to: rgb(96 89 82 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/45 {
    --tw-gradient-to: rgb(96 89 82 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/5 {
    --tw-gradient-to: rgb(96 89 82 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/50 {
    --tw-gradient-to: rgb(96 89 82 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/55 {
    --tw-gradient-to: rgb(96 89 82 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/60 {
    --tw-gradient-to: rgb(96 89 82 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/65 {
    --tw-gradient-to: rgb(96 89 82 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/70 {
    --tw-gradient-to: rgb(96 89 82 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/75 {
    --tw-gradient-to: rgb(96 89 82 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/80 {
    --tw-gradient-to: rgb(96 89 82 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/85 {
    --tw-gradient-to: rgb(96 89 82 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/90 {
    --tw-gradient-to: rgb(96 89 82 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-600\/95 {
    --tw-gradient-to: rgb(96 89 82 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700 {
    --tw-gradient-to: #49443f var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/0 {
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/10 {
    --tw-gradient-to: rgb(73 68 63 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/100 {
    --tw-gradient-to: rgb(73 68 63 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/15 {
    --tw-gradient-to: rgb(73 68 63 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/20 {
    --tw-gradient-to: rgb(73 68 63 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/25 {
    --tw-gradient-to: rgb(73 68 63 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/30 {
    --tw-gradient-to: rgb(73 68 63 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/35 {
    --tw-gradient-to: rgb(73 68 63 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/40 {
    --tw-gradient-to: rgb(73 68 63 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/45 {
    --tw-gradient-to: rgb(73 68 63 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/5 {
    --tw-gradient-to: rgb(73 68 63 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/50 {
    --tw-gradient-to: rgb(73 68 63 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/55 {
    --tw-gradient-to: rgb(73 68 63 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/60 {
    --tw-gradient-to: rgb(73 68 63 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/65 {
    --tw-gradient-to: rgb(73 68 63 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/70 {
    --tw-gradient-to: rgb(73 68 63 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/75 {
    --tw-gradient-to: rgb(73 68 63 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/80 {
    --tw-gradient-to: rgb(73 68 63 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/85 {
    --tw-gradient-to: rgb(73 68 63 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/90 {
    --tw-gradient-to: rgb(73 68 63 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-700\/95 {
    --tw-gradient-to: rgb(73 68 63 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800 {
    --tw-gradient-to: #302d2a var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/0 {
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/10 {
    --tw-gradient-to: rgb(48 45 42 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/100 {
    --tw-gradient-to: rgb(48 45 42 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/15 {
    --tw-gradient-to: rgb(48 45 42 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/20 {
    --tw-gradient-to: rgb(48 45 42 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/25 {
    --tw-gradient-to: rgb(48 45 42 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/30 {
    --tw-gradient-to: rgb(48 45 42 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/35 {
    --tw-gradient-to: rgb(48 45 42 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/40 {
    --tw-gradient-to: rgb(48 45 42 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/45 {
    --tw-gradient-to: rgb(48 45 42 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/5 {
    --tw-gradient-to: rgb(48 45 42 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/50 {
    --tw-gradient-to: rgb(48 45 42 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/55 {
    --tw-gradient-to: rgb(48 45 42 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/60 {
    --tw-gradient-to: rgb(48 45 42 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/65 {
    --tw-gradient-to: rgb(48 45 42 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/70 {
    --tw-gradient-to: rgb(48 45 42 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/75 {
    --tw-gradient-to: rgb(48 45 42 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/80 {
    --tw-gradient-to: rgb(48 45 42 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/85 {
    --tw-gradient-to: rgb(48 45 42 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/90 {
    --tw-gradient-to: rgb(48 45 42 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-800\/95 {
    --tw-gradient-to: rgb(48 45 42 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900 {
    --tw-gradient-to: #211f1d var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/0 {
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/10 {
    --tw-gradient-to: rgb(33 31 29 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/100 {
    --tw-gradient-to: rgb(33 31 29 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/15 {
    --tw-gradient-to: rgb(33 31 29 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/20 {
    --tw-gradient-to: rgb(33 31 29 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/25 {
    --tw-gradient-to: rgb(33 31 29 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/30 {
    --tw-gradient-to: rgb(33 31 29 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/35 {
    --tw-gradient-to: rgb(33 31 29 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/40 {
    --tw-gradient-to: rgb(33 31 29 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/45 {
    --tw-gradient-to: rgb(33 31 29 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/5 {
    --tw-gradient-to: rgb(33 31 29 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/50 {
    --tw-gradient-to: rgb(33 31 29 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/55 {
    --tw-gradient-to: rgb(33 31 29 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/60 {
    --tw-gradient-to: rgb(33 31 29 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/65 {
    --tw-gradient-to: rgb(33 31 29 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/70 {
    --tw-gradient-to: rgb(33 31 29 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/75 {
    --tw-gradient-to: rgb(33 31 29 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/80 {
    --tw-gradient-to: rgb(33 31 29 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/85 {
    --tw-gradient-to: rgb(33 31 29 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/90 {
    --tw-gradient-to: rgb(33 31 29 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-900\/95 {
    --tw-gradient-to: rgb(33 31 29 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950 {
    --tw-gradient-to: #121110 var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/0 {
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/10 {
    --tw-gradient-to: rgb(18 17 16 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/100 {
    --tw-gradient-to: rgb(18 17 16 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/15 {
    --tw-gradient-to: rgb(18 17 16 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/20 {
    --tw-gradient-to: rgb(18 17 16 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/25 {
    --tw-gradient-to: rgb(18 17 16 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/30 {
    --tw-gradient-to: rgb(18 17 16 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/35 {
    --tw-gradient-to: rgb(18 17 16 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/40 {
    --tw-gradient-to: rgb(18 17 16 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/45 {
    --tw-gradient-to: rgb(18 17 16 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/5 {
    --tw-gradient-to: rgb(18 17 16 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/50 {
    --tw-gradient-to: rgb(18 17 16 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/55 {
    --tw-gradient-to: rgb(18 17 16 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/60 {
    --tw-gradient-to: rgb(18 17 16 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/65 {
    --tw-gradient-to: rgb(18 17 16 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/70 {
    --tw-gradient-to: rgb(18 17 16 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/75 {
    --tw-gradient-to: rgb(18 17 16 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/80 {
    --tw-gradient-to: rgb(18 17 16 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/85 {
    --tw-gradient-to: rgb(18 17 16 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/90 {
    --tw-gradient-to: rgb(18 17 16 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-neutral-950\/95 {
    --tw-gradient-to: rgb(18 17 16 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100 {
    --tw-gradient-to: #feeade var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/0 {
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/10 {
    --tw-gradient-to: rgb(254 234 222 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/100 {
    --tw-gradient-to: rgb(254 234 222 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/15 {
    --tw-gradient-to: rgb(254 234 222 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/20 {
    --tw-gradient-to: rgb(254 234 222 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/25 {
    --tw-gradient-to: rgb(254 234 222 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/30 {
    --tw-gradient-to: rgb(254 234 222 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/35 {
    --tw-gradient-to: rgb(254 234 222 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/40 {
    --tw-gradient-to: rgb(254 234 222 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/45 {
    --tw-gradient-to: rgb(254 234 222 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/5 {
    --tw-gradient-to: rgb(254 234 222 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/50 {
    --tw-gradient-to: rgb(254 234 222 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/55 {
    --tw-gradient-to: rgb(254 234 222 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/60 {
    --tw-gradient-to: rgb(254 234 222 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/65 {
    --tw-gradient-to: rgb(254 234 222 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/70 {
    --tw-gradient-to: rgb(254 234 222 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/75 {
    --tw-gradient-to: rgb(254 234 222 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/80 {
    --tw-gradient-to: rgb(254 234 222 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/85 {
    --tw-gradient-to: rgb(254 234 222 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/90 {
    --tw-gradient-to: rgb(254 234 222 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-100\/95 {
    --tw-gradient-to: rgb(254 234 222 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200 {
    --tw-gradient-to: #fcd3bd var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/0 {
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/10 {
    --tw-gradient-to: rgb(252 211 189 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/100 {
    --tw-gradient-to: rgb(252 211 189 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/15 {
    --tw-gradient-to: rgb(252 211 189 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/20 {
    --tw-gradient-to: rgb(252 211 189 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/25 {
    --tw-gradient-to: rgb(252 211 189 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/30 {
    --tw-gradient-to: rgb(252 211 189 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/35 {
    --tw-gradient-to: rgb(252 211 189 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/40 {
    --tw-gradient-to: rgb(252 211 189 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/45 {
    --tw-gradient-to: rgb(252 211 189 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/5 {
    --tw-gradient-to: rgb(252 211 189 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/50 {
    --tw-gradient-to: rgb(252 211 189 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/55 {
    --tw-gradient-to: rgb(252 211 189 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/60 {
    --tw-gradient-to: rgb(252 211 189 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/65 {
    --tw-gradient-to: rgb(252 211 189 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/70 {
    --tw-gradient-to: rgb(252 211 189 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/75 {
    --tw-gradient-to: rgb(252 211 189 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/80 {
    --tw-gradient-to: rgb(252 211 189 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/85 {
    --tw-gradient-to: rgb(252 211 189 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/90 {
    --tw-gradient-to: rgb(252 211 189 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-200\/95 {
    --tw-gradient-to: rgb(252 211 189 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300 {
    --tw-gradient-to: #fab38f var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/0 {
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/10 {
    --tw-gradient-to: rgb(250 179 143 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/100 {
    --tw-gradient-to: rgb(250 179 143 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/15 {
    --tw-gradient-to: rgb(250 179 143 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/20 {
    --tw-gradient-to: rgb(250 179 143 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/25 {
    --tw-gradient-to: rgb(250 179 143 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/30 {
    --tw-gradient-to: rgb(250 179 143 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/35 {
    --tw-gradient-to: rgb(250 179 143 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/40 {
    --tw-gradient-to: rgb(250 179 143 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/45 {
    --tw-gradient-to: rgb(250 179 143 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/5 {
    --tw-gradient-to: rgb(250 179 143 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/50 {
    --tw-gradient-to: rgb(250 179 143 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/55 {
    --tw-gradient-to: rgb(250 179 143 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/60 {
    --tw-gradient-to: rgb(250 179 143 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/65 {
    --tw-gradient-to: rgb(250 179 143 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/70 {
    --tw-gradient-to: rgb(250 179 143 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/75 {
    --tw-gradient-to: rgb(250 179 143 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/80 {
    --tw-gradient-to: rgb(250 179 143 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/85 {
    --tw-gradient-to: rgb(250 179 143 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/90 {
    --tw-gradient-to: rgb(250 179 143 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-300\/95 {
    --tw-gradient-to: rgb(250 179 143 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400 {
    --tw-gradient-to: #f99766 var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/0 {
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/10 {
    --tw-gradient-to: rgb(249 151 102 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/100 {
    --tw-gradient-to: rgb(249 151 102 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/15 {
    --tw-gradient-to: rgb(249 151 102 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/20 {
    --tw-gradient-to: rgb(249 151 102 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/25 {
    --tw-gradient-to: rgb(249 151 102 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/30 {
    --tw-gradient-to: rgb(249 151 102 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/35 {
    --tw-gradient-to: rgb(249 151 102 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/40 {
    --tw-gradient-to: rgb(249 151 102 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/45 {
    --tw-gradient-to: rgb(249 151 102 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/5 {
    --tw-gradient-to: rgb(249 151 102 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/50 {
    --tw-gradient-to: rgb(249 151 102 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/55 {
    --tw-gradient-to: rgb(249 151 102 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/60 {
    --tw-gradient-to: rgb(249 151 102 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/65 {
    --tw-gradient-to: rgb(249 151 102 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/70 {
    --tw-gradient-to: rgb(249 151 102 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/75 {
    --tw-gradient-to: rgb(249 151 102 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/80 {
    --tw-gradient-to: rgb(249 151 102 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/85 {
    --tw-gradient-to: rgb(249 151 102 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/90 {
    --tw-gradient-to: rgb(249 151 102 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-400\/95 {
    --tw-gradient-to: rgb(249 151 102 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50 {
    --tw-gradient-to: #fff7f2 var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/0 {
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/10 {
    --tw-gradient-to: rgb(255 247 242 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/100 {
    --tw-gradient-to: rgb(255 247 242 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/15 {
    --tw-gradient-to: rgb(255 247 242 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/20 {
    --tw-gradient-to: rgb(255 247 242 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/25 {
    --tw-gradient-to: rgb(255 247 242 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/30 {
    --tw-gradient-to: rgb(255 247 242 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/35 {
    --tw-gradient-to: rgb(255 247 242 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/40 {
    --tw-gradient-to: rgb(255 247 242 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/45 {
    --tw-gradient-to: rgb(255 247 242 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/5 {
    --tw-gradient-to: rgb(255 247 242 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/50 {
    --tw-gradient-to: rgb(255 247 242 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/55 {
    --tw-gradient-to: rgb(255 247 242 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/60 {
    --tw-gradient-to: rgb(255 247 242 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/65 {
    --tw-gradient-to: rgb(255 247 242 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/70 {
    --tw-gradient-to: rgb(255 247 242 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/75 {
    --tw-gradient-to: rgb(255 247 242 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/80 {
    --tw-gradient-to: rgb(255 247 242 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/85 {
    --tw-gradient-to: rgb(255 247 242 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/90 {
    --tw-gradient-to: rgb(255 247 242 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-50\/95 {
    --tw-gradient-to: rgb(255 247 242 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500 {
    --tw-gradient-to: #f78d4d var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/0 {
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/10 {
    --tw-gradient-to: rgb(247 141 77 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/100 {
    --tw-gradient-to: rgb(247 141 77 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/15 {
    --tw-gradient-to: rgb(247 141 77 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/20 {
    --tw-gradient-to: rgb(247 141 77 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/25 {
    --tw-gradient-to: rgb(247 141 77 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/30 {
    --tw-gradient-to: rgb(247 141 77 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/35 {
    --tw-gradient-to: rgb(247 141 77 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/40 {
    --tw-gradient-to: rgb(247 141 77 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/45 {
    --tw-gradient-to: rgb(247 141 77 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/5 {
    --tw-gradient-to: rgb(247 141 77 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/50 {
    --tw-gradient-to: rgb(247 141 77 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/55 {
    --tw-gradient-to: rgb(247 141 77 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/60 {
    --tw-gradient-to: rgb(247 141 77 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/65 {
    --tw-gradient-to: rgb(247 141 77 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/70 {
    --tw-gradient-to: rgb(247 141 77 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/75 {
    --tw-gradient-to: rgb(247 141 77 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/80 {
    --tw-gradient-to: rgb(247 141 77 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/85 {
    --tw-gradient-to: rgb(247 141 77 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/90 {
    --tw-gradient-to: rgb(247 141 77 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-500\/95 {
    --tw-gradient-to: rgb(247 141 77 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600 {
    --tw-gradient-to: #e96325 var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/0 {
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/10 {
    --tw-gradient-to: rgb(233 99 37 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/100 {
    --tw-gradient-to: rgb(233 99 37 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/15 {
    --tw-gradient-to: rgb(233 99 37 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/20 {
    --tw-gradient-to: rgb(233 99 37 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/25 {
    --tw-gradient-to: rgb(233 99 37 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/30 {
    --tw-gradient-to: rgb(233 99 37 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/35 {
    --tw-gradient-to: rgb(233 99 37 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/40 {
    --tw-gradient-to: rgb(233 99 37 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/45 {
    --tw-gradient-to: rgb(233 99 37 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/5 {
    --tw-gradient-to: rgb(233 99 37 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/50 {
    --tw-gradient-to: rgb(233 99 37 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/55 {
    --tw-gradient-to: rgb(233 99 37 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/60 {
    --tw-gradient-to: rgb(233 99 37 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/65 {
    --tw-gradient-to: rgb(233 99 37 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/70 {
    --tw-gradient-to: rgb(233 99 37 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/75 {
    --tw-gradient-to: rgb(233 99 37 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/80 {
    --tw-gradient-to: rgb(233 99 37 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/85 {
    --tw-gradient-to: rgb(233 99 37 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/90 {
    --tw-gradient-to: rgb(233 99 37 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-600\/95 {
    --tw-gradient-to: rgb(233 99 37 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700 {
    --tw-gradient-to: #c94a16 var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/0 {
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/10 {
    --tw-gradient-to: rgb(201 74 22 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/100 {
    --tw-gradient-to: rgb(201 74 22 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/15 {
    --tw-gradient-to: rgb(201 74 22 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/20 {
    --tw-gradient-to: rgb(201 74 22 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/25 {
    --tw-gradient-to: rgb(201 74 22 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/30 {
    --tw-gradient-to: rgb(201 74 22 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/35 {
    --tw-gradient-to: rgb(201 74 22 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/40 {
    --tw-gradient-to: rgb(201 74 22 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/45 {
    --tw-gradient-to: rgb(201 74 22 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/5 {
    --tw-gradient-to: rgb(201 74 22 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/50 {
    --tw-gradient-to: rgb(201 74 22 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/55 {
    --tw-gradient-to: rgb(201 74 22 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/60 {
    --tw-gradient-to: rgb(201 74 22 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/65 {
    --tw-gradient-to: rgb(201 74 22 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/70 {
    --tw-gradient-to: rgb(201 74 22 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/75 {
    --tw-gradient-to: rgb(201 74 22 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/80 {
    --tw-gradient-to: rgb(201 74 22 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/85 {
    --tw-gradient-to: rgb(201 74 22 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/90 {
    --tw-gradient-to: rgb(201 74 22 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-700\/95 {
    --tw-gradient-to: rgb(201 74 22 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800 {
    --tw-gradient-to: #a13b18 var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/0 {
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/10 {
    --tw-gradient-to: rgb(161 59 24 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/100 {
    --tw-gradient-to: rgb(161 59 24 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/15 {
    --tw-gradient-to: rgb(161 59 24 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/20 {
    --tw-gradient-to: rgb(161 59 24 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/25 {
    --tw-gradient-to: rgb(161 59 24 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/30 {
    --tw-gradient-to: rgb(161 59 24 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/35 {
    --tw-gradient-to: rgb(161 59 24 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/40 {
    --tw-gradient-to: rgb(161 59 24 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/45 {
    --tw-gradient-to: rgb(161 59 24 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/5 {
    --tw-gradient-to: rgb(161 59 24 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/50 {
    --tw-gradient-to: rgb(161 59 24 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/55 {
    --tw-gradient-to: rgb(161 59 24 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/60 {
    --tw-gradient-to: rgb(161 59 24 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/65 {
    --tw-gradient-to: rgb(161 59 24 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/70 {
    --tw-gradient-to: rgb(161 59 24 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/75 {
    --tw-gradient-to: rgb(161 59 24 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/80 {
    --tw-gradient-to: rgb(161 59 24 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/85 {
    --tw-gradient-to: rgb(161 59 24 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/90 {
    --tw-gradient-to: rgb(161 59 24 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-800\/95 {
    --tw-gradient-to: rgb(161 59 24 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900 {
    --tw-gradient-to: #823318 var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/0 {
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/10 {
    --tw-gradient-to: rgb(130 51 24 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/100 {
    --tw-gradient-to: rgb(130 51 24 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/15 {
    --tw-gradient-to: rgb(130 51 24 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/20 {
    --tw-gradient-to: rgb(130 51 24 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/25 {
    --tw-gradient-to: rgb(130 51 24 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/30 {
    --tw-gradient-to: rgb(130 51 24 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/35 {
    --tw-gradient-to: rgb(130 51 24 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/40 {
    --tw-gradient-to: rgb(130 51 24 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/45 {
    --tw-gradient-to: rgb(130 51 24 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/5 {
    --tw-gradient-to: rgb(130 51 24 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/50 {
    --tw-gradient-to: rgb(130 51 24 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/55 {
    --tw-gradient-to: rgb(130 51 24 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/60 {
    --tw-gradient-to: rgb(130 51 24 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/65 {
    --tw-gradient-to: rgb(130 51 24 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/70 {
    --tw-gradient-to: rgb(130 51 24 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/75 {
    --tw-gradient-to: rgb(130 51 24 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/80 {
    --tw-gradient-to: rgb(130 51 24 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/85 {
    --tw-gradient-to: rgb(130 51 24 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/90 {
    --tw-gradient-to: rgb(130 51 24 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-900\/95 {
    --tw-gradient-to: rgb(130 51 24 / 0.95) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950 {
    --tw-gradient-to: #461708 var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/0 {
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/10 {
    --tw-gradient-to: rgb(70 23 8 / 0.1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/100 {
    --tw-gradient-to: rgb(70 23 8 / 1) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/15 {
    --tw-gradient-to: rgb(70 23 8 / 0.15) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/20 {
    --tw-gradient-to: rgb(70 23 8 / 0.2) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/25 {
    --tw-gradient-to: rgb(70 23 8 / 0.25) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/30 {
    --tw-gradient-to: rgb(70 23 8 / 0.3) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/35 {
    --tw-gradient-to: rgb(70 23 8 / 0.35) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/40 {
    --tw-gradient-to: rgb(70 23 8 / 0.4) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/45 {
    --tw-gradient-to: rgb(70 23 8 / 0.45) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/5 {
    --tw-gradient-to: rgb(70 23 8 / 0.05) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/50 {
    --tw-gradient-to: rgb(70 23 8 / 0.5) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/55 {
    --tw-gradient-to: rgb(70 23 8 / 0.55) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/60 {
    --tw-gradient-to: rgb(70 23 8 / 0.6) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/65 {
    --tw-gradient-to: rgb(70 23 8 / 0.65) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/70 {
    --tw-gradient-to: rgb(70 23 8 / 0.7) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/75 {
    --tw-gradient-to: rgb(70 23 8 / 0.75) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/80 {
    --tw-gradient-to: rgb(70 23 8 / 0.8) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/85 {
    --tw-gradient-to: rgb(70 23 8 / 0.85) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/90 {
    --tw-gradient-to: rgb(70 23 8 / 0.9) var(--tw-gradient-to-position);
  }

  .sm\:to-primary-950\/95 {
    --tw-gradient-to: rgb(70 23 8 / 0.95) var(--tw-gradient-to-position);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0.85) 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-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\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0.85) 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-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\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0.85) 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\:bg-fixed {
    background-attachment: fixed;
  }

  .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\/15 {
    fill: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    fill: rgb(254 249 195 / 0.35);
  }

  .sm\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .sm\:fill-yellow-100\/45 {
    fill: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    fill: rgb(254 249 195 / 0.55);
  }

  .sm\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .sm\:fill-yellow-100\/65 {
    fill: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    fill: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    fill: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    fill: rgb(254 240 138 / 0.35);
  }

  .sm\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .sm\:fill-yellow-200\/45 {
    fill: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    fill: rgb(254 240 138 / 0.55);
  }

  .sm\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .sm\:fill-yellow-200\/65 {
    fill: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    fill: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    fill: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    fill: rgb(250 204 21 / 0.35);
  }

  .sm\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .sm\:fill-yellow-400\/45 {
    fill: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    fill: rgb(250 204 21 / 0.55);
  }

  .sm\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .sm\:fill-yellow-400\/65 {
    fill: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    fill: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    fill: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    fill: rgb(254 252 232 / 0.35);
  }

  .sm\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .sm\:fill-yellow-50\/45 {
    fill: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    fill: rgb(254 252 232 / 0.55);
  }

  .sm\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .sm\:fill-yellow-50\/65 {
    fill: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    fill: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    fill: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    fill: rgb(234 179 8 / 0.35);
  }

  .sm\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .sm\:fill-yellow-500\/45 {
    fill: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    fill: rgb(234 179 8 / 0.55);
  }

  .sm\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .sm\:fill-yellow-500\/65 {
    fill: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    fill: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    fill: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    fill: rgb(202 138 4 / 0.35);
  }

  .sm\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .sm\:fill-yellow-600\/45 {
    fill: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    fill: rgb(202 138 4 / 0.55);
  }

  .sm\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .sm\:fill-yellow-600\/65 {
    fill: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    fill: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    fill: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    fill: rgb(133 77 14 / 0.35);
  }

  .sm\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .sm\:fill-yellow-800\/45 {
    fill: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    fill: rgb(133 77 14 / 0.55);
  }

  .sm\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .sm\:fill-yellow-800\/65 {
    fill: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    fill: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    stroke: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    stroke: rgb(254 249 195 / 0.35);
  }

  .sm\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .sm\:stroke-yellow-100\/45 {
    stroke: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    stroke: rgb(254 249 195 / 0.55);
  }

  .sm\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .sm\:stroke-yellow-100\/65 {
    stroke: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    stroke: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    stroke: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    stroke: rgb(254 240 138 / 0.35);
  }

  .sm\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .sm\:stroke-yellow-200\/45 {
    stroke: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    stroke: rgb(254 240 138 / 0.55);
  }

  .sm\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .sm\:stroke-yellow-200\/65 {
    stroke: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    stroke: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    stroke: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    stroke: rgb(250 204 21 / 0.35);
  }

  .sm\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .sm\:stroke-yellow-400\/45 {
    stroke: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    stroke: rgb(250 204 21 / 0.55);
  }

  .sm\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .sm\:stroke-yellow-400\/65 {
    stroke: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    stroke: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    stroke: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    stroke: rgb(254 252 232 / 0.35);
  }

  .sm\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .sm\:stroke-yellow-50\/45 {
    stroke: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    stroke: rgb(254 252 232 / 0.55);
  }

  .sm\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .sm\:stroke-yellow-50\/65 {
    stroke: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    stroke: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    stroke: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    stroke: rgb(234 179 8 / 0.35);
  }

  .sm\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .sm\:stroke-yellow-500\/45 {
    stroke: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    stroke: rgb(234 179 8 / 0.55);
  }

  .sm\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .sm\:stroke-yellow-500\/65 {
    stroke: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    stroke: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    stroke: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    stroke: rgb(202 138 4 / 0.35);
  }

  .sm\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .sm\:stroke-yellow-600\/45 {
    stroke: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    stroke: rgb(202 138 4 / 0.55);
  }

  .sm\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .sm\:stroke-yellow-600\/65 {
    stroke: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    stroke: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    stroke: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    stroke: rgb(133 77 14 / 0.35);
  }

  .sm\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .sm\:stroke-yellow-800\/45 {
    stroke: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    stroke: rgb(133 77 14 / 0.55);
  }

  .sm\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .sm\:stroke-yellow-800\/65 {
    stroke: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    stroke: rgb(133 77 14 / 0.85);
  }

  .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\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .sm\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .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-8 {
    padding: 2rem;
  }

  .sm\:p-80 {
    padding: 20rem;
  }

  .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-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .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-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .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-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-80 {
    padding-bottom: 20rem;
  }

  .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-8 {
    padding-left: 2rem;
  }

  .sm\:pl-80 {
    padding-left: 20rem;
  }

  .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-8 {
    padding-right: 2rem;
  }

  .sm\:pr-80 {
    padding-right: 20rem;
  }

  .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-8 {
    padding-top: 2rem;
  }

  .sm\:pt-80 {
    padding-top: 20rem;
  }

  .sm\:text-left {
    text-align: left;
  }

  .sm\:text-center {
    text-align: center;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:font-sans {
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-medium {
    font-weight: 500;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:uppercase {
    text-transform: uppercase;
  }

  .sm\:lowercase {
    text-transform: lowercase;
  }

  .sm\:capitalize {
    text-transform: capitalize;
  }

  .sm\:-tracking-tight {
    letter-spacing: 0.025em;
  }

  .sm\:-tracking-tighter {
    letter-spacing: 0.05em;
  }

  .sm\:-tracking-wide {
    letter-spacing: -0.025em;
  }

  .sm\:-tracking-wider {
    letter-spacing: -0.05em;
  }

  .sm\:-tracking-widest {
    letter-spacing: -0.1em;
  }

  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .sm\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .sm\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgb(235 251 203 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-100\/0 {
    color: rgb(235 251 203 / 0);
  }

  .sm\:text-accent-100\/10 {
    color: rgb(235 251 203 / 0.1);
  }

  .sm\:text-accent-100\/100 {
    color: rgb(235 251 203 / 1);
  }

  .sm\:text-accent-100\/15 {
    color: rgb(235 251 203 / 0.15);
  }

  .sm\:text-accent-100\/20 {
    color: rgb(235 251 203 / 0.2);
  }

  .sm\:text-accent-100\/25 {
    color: rgb(235 251 203 / 0.25);
  }

  .sm\:text-accent-100\/30 {
    color: rgb(235 251 203 / 0.3);
  }

  .sm\:text-accent-100\/35 {
    color: rgb(235 251 203 / 0.35);
  }

  .sm\:text-accent-100\/40 {
    color: rgb(235 251 203 / 0.4);
  }

  .sm\:text-accent-100\/45 {
    color: rgb(235 251 203 / 0.45);
  }

  .sm\:text-accent-100\/5 {
    color: rgb(235 251 203 / 0.05);
  }

  .sm\:text-accent-100\/50 {
    color: rgb(235 251 203 / 0.5);
  }

  .sm\:text-accent-100\/55 {
    color: rgb(235 251 203 / 0.55);
  }

  .sm\:text-accent-100\/60 {
    color: rgb(235 251 203 / 0.6);
  }

  .sm\:text-accent-100\/65 {
    color: rgb(235 251 203 / 0.65);
  }

  .sm\:text-accent-100\/70 {
    color: rgb(235 251 203 / 0.7);
  }

  .sm\:text-accent-100\/75 {
    color: rgb(235 251 203 / 0.75);
  }

  .sm\:text-accent-100\/80 {
    color: rgb(235 251 203 / 0.8);
  }

  .sm\:text-accent-100\/85 {
    color: rgb(235 251 203 / 0.85);
  }

  .sm\:text-accent-100\/90 {
    color: rgb(235 251 203 / 0.9);
  }

  .sm\:text-accent-100\/95 {
    color: rgb(235 251 203 / 0.95);
  }

  .sm\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgb(216 246 154 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-200\/0 {
    color: rgb(216 246 154 / 0);
  }

  .sm\:text-accent-200\/10 {
    color: rgb(216 246 154 / 0.1);
  }

  .sm\:text-accent-200\/100 {
    color: rgb(216 246 154 / 1);
  }

  .sm\:text-accent-200\/15 {
    color: rgb(216 246 154 / 0.15);
  }

  .sm\:text-accent-200\/20 {
    color: rgb(216 246 154 / 0.2);
  }

  .sm\:text-accent-200\/25 {
    color: rgb(216 246 154 / 0.25);
  }

  .sm\:text-accent-200\/30 {
    color: rgb(216 246 154 / 0.3);
  }

  .sm\:text-accent-200\/35 {
    color: rgb(216 246 154 / 0.35);
  }

  .sm\:text-accent-200\/40 {
    color: rgb(216 246 154 / 0.4);
  }

  .sm\:text-accent-200\/45 {
    color: rgb(216 246 154 / 0.45);
  }

  .sm\:text-accent-200\/5 {
    color: rgb(216 246 154 / 0.05);
  }

  .sm\:text-accent-200\/50 {
    color: rgb(216 246 154 / 0.5);
  }

  .sm\:text-accent-200\/55 {
    color: rgb(216 246 154 / 0.55);
  }

  .sm\:text-accent-200\/60 {
    color: rgb(216 246 154 / 0.6);
  }

  .sm\:text-accent-200\/65 {
    color: rgb(216 246 154 / 0.65);
  }

  .sm\:text-accent-200\/70 {
    color: rgb(216 246 154 / 0.7);
  }

  .sm\:text-accent-200\/75 {
    color: rgb(216 246 154 / 0.75);
  }

  .sm\:text-accent-200\/80 {
    color: rgb(216 246 154 / 0.8);
  }

  .sm\:text-accent-200\/85 {
    color: rgb(216 246 154 / 0.85);
  }

  .sm\:text-accent-200\/90 {
    color: rgb(216 246 154 / 0.9);
  }

  .sm\:text-accent-200\/95 {
    color: rgb(216 246 154 / 0.95);
  }

  .sm\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgb(196 240 120 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-300\/0 {
    color: rgb(196 240 120 / 0);
  }

  .sm\:text-accent-300\/10 {
    color: rgb(196 240 120 / 0.1);
  }

  .sm\:text-accent-300\/100 {
    color: rgb(196 240 120 / 1);
  }

  .sm\:text-accent-300\/15 {
    color: rgb(196 240 120 / 0.15);
  }

  .sm\:text-accent-300\/20 {
    color: rgb(196 240 120 / 0.2);
  }

  .sm\:text-accent-300\/25 {
    color: rgb(196 240 120 / 0.25);
  }

  .sm\:text-accent-300\/30 {
    color: rgb(196 240 120 / 0.3);
  }

  .sm\:text-accent-300\/35 {
    color: rgb(196 240 120 / 0.35);
  }

  .sm\:text-accent-300\/40 {
    color: rgb(196 240 120 / 0.4);
  }

  .sm\:text-accent-300\/45 {
    color: rgb(196 240 120 / 0.45);
  }

  .sm\:text-accent-300\/5 {
    color: rgb(196 240 120 / 0.05);
  }

  .sm\:text-accent-300\/50 {
    color: rgb(196 240 120 / 0.5);
  }

  .sm\:text-accent-300\/55 {
    color: rgb(196 240 120 / 0.55);
  }

  .sm\:text-accent-300\/60 {
    color: rgb(196 240 120 / 0.6);
  }

  .sm\:text-accent-300\/65 {
    color: rgb(196 240 120 / 0.65);
  }

  .sm\:text-accent-300\/70 {
    color: rgb(196 240 120 / 0.7);
  }

  .sm\:text-accent-300\/75 {
    color: rgb(196 240 120 / 0.75);
  }

  .sm\:text-accent-300\/80 {
    color: rgb(196 240 120 / 0.8);
  }

  .sm\:text-accent-300\/85 {
    color: rgb(196 240 120 / 0.85);
  }

  .sm\:text-accent-300\/90 {
    color: rgb(196 240 120 / 0.9);
  }

  .sm\:text-accent-300\/95 {
    color: rgb(196 240 120 / 0.95);
  }

  .sm\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgb(183 237 104 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-400\/0 {
    color: rgb(183 237 104 / 0);
  }

  .sm\:text-accent-400\/10 {
    color: rgb(183 237 104 / 0.1);
  }

  .sm\:text-accent-400\/100 {
    color: rgb(183 237 104 / 1);
  }

  .sm\:text-accent-400\/15 {
    color: rgb(183 237 104 / 0.15);
  }

  .sm\:text-accent-400\/20 {
    color: rgb(183 237 104 / 0.2);
  }

  .sm\:text-accent-400\/25 {
    color: rgb(183 237 104 / 0.25);
  }

  .sm\:text-accent-400\/30 {
    color: rgb(183 237 104 / 0.3);
  }

  .sm\:text-accent-400\/35 {
    color: rgb(183 237 104 / 0.35);
  }

  .sm\:text-accent-400\/40 {
    color: rgb(183 237 104 / 0.4);
  }

  .sm\:text-accent-400\/45 {
    color: rgb(183 237 104 / 0.45);
  }

  .sm\:text-accent-400\/5 {
    color: rgb(183 237 104 / 0.05);
  }

  .sm\:text-accent-400\/50 {
    color: rgb(183 237 104 / 0.5);
  }

  .sm\:text-accent-400\/55 {
    color: rgb(183 237 104 / 0.55);
  }

  .sm\:text-accent-400\/60 {
    color: rgb(183 237 104 / 0.6);
  }

  .sm\:text-accent-400\/65 {
    color: rgb(183 237 104 / 0.65);
  }

  .sm\:text-accent-400\/70 {
    color: rgb(183 237 104 / 0.7);
  }

  .sm\:text-accent-400\/75 {
    color: rgb(183 237 104 / 0.75);
  }

  .sm\:text-accent-400\/80 {
    color: rgb(183 237 104 / 0.8);
  }

  .sm\:text-accent-400\/85 {
    color: rgb(183 237 104 / 0.85);
  }

  .sm\:text-accent-400\/90 {
    color: rgb(183 237 104 / 0.9);
  }

  .sm\:text-accent-400\/95 {
    color: rgb(183 237 104 / 0.95);
  }

  .sm\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgb(247 253 235 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-50\/0 {
    color: rgb(247 253 235 / 0);
  }

  .sm\:text-accent-50\/10 {
    color: rgb(247 253 235 / 0.1);
  }

  .sm\:text-accent-50\/100 {
    color: rgb(247 253 235 / 1);
  }

  .sm\:text-accent-50\/15 {
    color: rgb(247 253 235 / 0.15);
  }

  .sm\:text-accent-50\/20 {
    color: rgb(247 253 235 / 0.2);
  }

  .sm\:text-accent-50\/25 {
    color: rgb(247 253 235 / 0.25);
  }

  .sm\:text-accent-50\/30 {
    color: rgb(247 253 235 / 0.3);
  }

  .sm\:text-accent-50\/35 {
    color: rgb(247 253 235 / 0.35);
  }

  .sm\:text-accent-50\/40 {
    color: rgb(247 253 235 / 0.4);
  }

  .sm\:text-accent-50\/45 {
    color: rgb(247 253 235 / 0.45);
  }

  .sm\:text-accent-50\/5 {
    color: rgb(247 253 235 / 0.05);
  }

  .sm\:text-accent-50\/50 {
    color: rgb(247 253 235 / 0.5);
  }

  .sm\:text-accent-50\/55 {
    color: rgb(247 253 235 / 0.55);
  }

  .sm\:text-accent-50\/60 {
    color: rgb(247 253 235 / 0.6);
  }

  .sm\:text-accent-50\/65 {
    color: rgb(247 253 235 / 0.65);
  }

  .sm\:text-accent-50\/70 {
    color: rgb(247 253 235 / 0.7);
  }

  .sm\:text-accent-50\/75 {
    color: rgb(247 253 235 / 0.75);
  }

  .sm\:text-accent-50\/80 {
    color: rgb(247 253 235 / 0.8);
  }

  .sm\:text-accent-50\/85 {
    color: rgb(247 253 235 / 0.85);
  }

  .sm\:text-accent-50\/90 {
    color: rgb(247 253 235 / 0.9);
  }

  .sm\:text-accent-50\/95 {
    color: rgb(247 253 235 / 0.95);
  }

  .sm\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgb(174 235 96 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-500\/0 {
    color: rgb(174 235 96 / 0);
  }

  .sm\:text-accent-500\/10 {
    color: rgb(174 235 96 / 0.1);
  }

  .sm\:text-accent-500\/100 {
    color: rgb(174 235 96 / 1);
  }

  .sm\:text-accent-500\/15 {
    color: rgb(174 235 96 / 0.15);
  }

  .sm\:text-accent-500\/20 {
    color: rgb(174 235 96 / 0.2);
  }

  .sm\:text-accent-500\/25 {
    color: rgb(174 235 96 / 0.25);
  }

  .sm\:text-accent-500\/30 {
    color: rgb(174 235 96 / 0.3);
  }

  .sm\:text-accent-500\/35 {
    color: rgb(174 235 96 / 0.35);
  }

  .sm\:text-accent-500\/40 {
    color: rgb(174 235 96 / 0.4);
  }

  .sm\:text-accent-500\/45 {
    color: rgb(174 235 96 / 0.45);
  }

  .sm\:text-accent-500\/5 {
    color: rgb(174 235 96 / 0.05);
  }

  .sm\:text-accent-500\/50 {
    color: rgb(174 235 96 / 0.5);
  }

  .sm\:text-accent-500\/55 {
    color: rgb(174 235 96 / 0.55);
  }

  .sm\:text-accent-500\/60 {
    color: rgb(174 235 96 / 0.6);
  }

  .sm\:text-accent-500\/65 {
    color: rgb(174 235 96 / 0.65);
  }

  .sm\:text-accent-500\/70 {
    color: rgb(174 235 96 / 0.7);
  }

  .sm\:text-accent-500\/75 {
    color: rgb(174 235 96 / 0.75);
  }

  .sm\:text-accent-500\/80 {
    color: rgb(174 235 96 / 0.8);
  }

  .sm\:text-accent-500\/85 {
    color: rgb(174 235 96 / 0.85);
  }

  .sm\:text-accent-500\/90 {
    color: rgb(174 235 96 / 0.9);
  }

  .sm\:text-accent-500\/95 {
    color: rgb(174 235 96 / 0.95);
  }

  .sm\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgb(130 201 48 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-600\/0 {
    color: rgb(130 201 48 / 0);
  }

  .sm\:text-accent-600\/10 {
    color: rgb(130 201 48 / 0.1);
  }

  .sm\:text-accent-600\/100 {
    color: rgb(130 201 48 / 1);
  }

  .sm\:text-accent-600\/15 {
    color: rgb(130 201 48 / 0.15);
  }

  .sm\:text-accent-600\/20 {
    color: rgb(130 201 48 / 0.2);
  }

  .sm\:text-accent-600\/25 {
    color: rgb(130 201 48 / 0.25);
  }

  .sm\:text-accent-600\/30 {
    color: rgb(130 201 48 / 0.3);
  }

  .sm\:text-accent-600\/35 {
    color: rgb(130 201 48 / 0.35);
  }

  .sm\:text-accent-600\/40 {
    color: rgb(130 201 48 / 0.4);
  }

  .sm\:text-accent-600\/45 {
    color: rgb(130 201 48 / 0.45);
  }

  .sm\:text-accent-600\/5 {
    color: rgb(130 201 48 / 0.05);
  }

  .sm\:text-accent-600\/50 {
    color: rgb(130 201 48 / 0.5);
  }

  .sm\:text-accent-600\/55 {
    color: rgb(130 201 48 / 0.55);
  }

  .sm\:text-accent-600\/60 {
    color: rgb(130 201 48 / 0.6);
  }

  .sm\:text-accent-600\/65 {
    color: rgb(130 201 48 / 0.65);
  }

  .sm\:text-accent-600\/70 {
    color: rgb(130 201 48 / 0.7);
  }

  .sm\:text-accent-600\/75 {
    color: rgb(130 201 48 / 0.75);
  }

  .sm\:text-accent-600\/80 {
    color: rgb(130 201 48 / 0.8);
  }

  .sm\:text-accent-600\/85 {
    color: rgb(130 201 48 / 0.85);
  }

  .sm\:text-accent-600\/90 {
    color: rgb(130 201 48 / 0.9);
  }

  .sm\:text-accent-600\/95 {
    color: rgb(130 201 48 / 0.95);
  }

  .sm\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgb(97 161 31 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-700\/0 {
    color: rgb(97 161 31 / 0);
  }

  .sm\:text-accent-700\/10 {
    color: rgb(97 161 31 / 0.1);
  }

  .sm\:text-accent-700\/100 {
    color: rgb(97 161 31 / 1);
  }

  .sm\:text-accent-700\/15 {
    color: rgb(97 161 31 / 0.15);
  }

  .sm\:text-accent-700\/20 {
    color: rgb(97 161 31 / 0.2);
  }

  .sm\:text-accent-700\/25 {
    color: rgb(97 161 31 / 0.25);
  }

  .sm\:text-accent-700\/30 {
    color: rgb(97 161 31 / 0.3);
  }

  .sm\:text-accent-700\/35 {
    color: rgb(97 161 31 / 0.35);
  }

  .sm\:text-accent-700\/40 {
    color: rgb(97 161 31 / 0.4);
  }

  .sm\:text-accent-700\/45 {
    color: rgb(97 161 31 / 0.45);
  }

  .sm\:text-accent-700\/5 {
    color: rgb(97 161 31 / 0.05);
  }

  .sm\:text-accent-700\/50 {
    color: rgb(97 161 31 / 0.5);
  }

  .sm\:text-accent-700\/55 {
    color: rgb(97 161 31 / 0.55);
  }

  .sm\:text-accent-700\/60 {
    color: rgb(97 161 31 / 0.6);
  }

  .sm\:text-accent-700\/65 {
    color: rgb(97 161 31 / 0.65);
  }

  .sm\:text-accent-700\/70 {
    color: rgb(97 161 31 / 0.7);
  }

  .sm\:text-accent-700\/75 {
    color: rgb(97 161 31 / 0.75);
  }

  .sm\:text-accent-700\/80 {
    color: rgb(97 161 31 / 0.8);
  }

  .sm\:text-accent-700\/85 {
    color: rgb(97 161 31 / 0.85);
  }

  .sm\:text-accent-700\/90 {
    color: rgb(97 161 31 / 0.9);
  }

  .sm\:text-accent-700\/95 {
    color: rgb(97 161 31 / 0.95);
  }

  .sm\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgb(78 126 32 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-800\/0 {
    color: rgb(78 126 32 / 0);
  }

  .sm\:text-accent-800\/10 {
    color: rgb(78 126 32 / 0.1);
  }

  .sm\:text-accent-800\/100 {
    color: rgb(78 126 32 / 1);
  }

  .sm\:text-accent-800\/15 {
    color: rgb(78 126 32 / 0.15);
  }

  .sm\:text-accent-800\/20 {
    color: rgb(78 126 32 / 0.2);
  }

  .sm\:text-accent-800\/25 {
    color: rgb(78 126 32 / 0.25);
  }

  .sm\:text-accent-800\/30 {
    color: rgb(78 126 32 / 0.3);
  }

  .sm\:text-accent-800\/35 {
    color: rgb(78 126 32 / 0.35);
  }

  .sm\:text-accent-800\/40 {
    color: rgb(78 126 32 / 0.4);
  }

  .sm\:text-accent-800\/45 {
    color: rgb(78 126 32 / 0.45);
  }

  .sm\:text-accent-800\/5 {
    color: rgb(78 126 32 / 0.05);
  }

  .sm\:text-accent-800\/50 {
    color: rgb(78 126 32 / 0.5);
  }

  .sm\:text-accent-800\/55 {
    color: rgb(78 126 32 / 0.55);
  }

  .sm\:text-accent-800\/60 {
    color: rgb(78 126 32 / 0.6);
  }

  .sm\:text-accent-800\/65 {
    color: rgb(78 126 32 / 0.65);
  }

  .sm\:text-accent-800\/70 {
    color: rgb(78 126 32 / 0.7);
  }

  .sm\:text-accent-800\/75 {
    color: rgb(78 126 32 / 0.75);
  }

  .sm\:text-accent-800\/80 {
    color: rgb(78 126 32 / 0.8);
  }

  .sm\:text-accent-800\/85 {
    color: rgb(78 126 32 / 0.85);
  }

  .sm\:text-accent-800\/90 {
    color: rgb(78 126 32 / 0.9);
  }

  .sm\:text-accent-800\/95 {
    color: rgb(78 126 32 / 0.95);
  }

  .sm\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgb(66 106 33 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-900\/0 {
    color: rgb(66 106 33 / 0);
  }

  .sm\:text-accent-900\/10 {
    color: rgb(66 106 33 / 0.1);
  }

  .sm\:text-accent-900\/100 {
    color: rgb(66 106 33 / 1);
  }

  .sm\:text-accent-900\/15 {
    color: rgb(66 106 33 / 0.15);
  }

  .sm\:text-accent-900\/20 {
    color: rgb(66 106 33 / 0.2);
  }

  .sm\:text-accent-900\/25 {
    color: rgb(66 106 33 / 0.25);
  }

  .sm\:text-accent-900\/30 {
    color: rgb(66 106 33 / 0.3);
  }

  .sm\:text-accent-900\/35 {
    color: rgb(66 106 33 / 0.35);
  }

  .sm\:text-accent-900\/40 {
    color: rgb(66 106 33 / 0.4);
  }

  .sm\:text-accent-900\/45 {
    color: rgb(66 106 33 / 0.45);
  }

  .sm\:text-accent-900\/5 {
    color: rgb(66 106 33 / 0.05);
  }

  .sm\:text-accent-900\/50 {
    color: rgb(66 106 33 / 0.5);
  }

  .sm\:text-accent-900\/55 {
    color: rgb(66 106 33 / 0.55);
  }

  .sm\:text-accent-900\/60 {
    color: rgb(66 106 33 / 0.6);
  }

  .sm\:text-accent-900\/65 {
    color: rgb(66 106 33 / 0.65);
  }

  .sm\:text-accent-900\/70 {
    color: rgb(66 106 33 / 0.7);
  }

  .sm\:text-accent-900\/75 {
    color: rgb(66 106 33 / 0.75);
  }

  .sm\:text-accent-900\/80 {
    color: rgb(66 106 33 / 0.8);
  }

  .sm\:text-accent-900\/85 {
    color: rgb(66 106 33 / 0.85);
  }

  .sm\:text-accent-900\/90 {
    color: rgb(66 106 33 / 0.9);
  }

  .sm\:text-accent-900\/95 {
    color: rgb(66 106 33 / 0.95);
  }

  .sm\:text-accent-950 {
    --tw-text-opacity: 1;
    color: rgb(32 58 11 / var(--tw-text-opacity, 1));
  }

  .sm\:text-accent-950\/0 {
    color: rgb(32 58 11 / 0);
  }

  .sm\:text-accent-950\/10 {
    color: rgb(32 58 11 / 0.1);
  }

  .sm\:text-accent-950\/100 {
    color: rgb(32 58 11 / 1);
  }

  .sm\:text-accent-950\/15 {
    color: rgb(32 58 11 / 0.15);
  }

  .sm\:text-accent-950\/20 {
    color: rgb(32 58 11 / 0.2);
  }

  .sm\:text-accent-950\/25 {
    color: rgb(32 58 11 / 0.25);
  }

  .sm\:text-accent-950\/30 {
    color: rgb(32 58 11 / 0.3);
  }

  .sm\:text-accent-950\/35 {
    color: rgb(32 58 11 / 0.35);
  }

  .sm\:text-accent-950\/40 {
    color: rgb(32 58 11 / 0.4);
  }

  .sm\:text-accent-950\/45 {
    color: rgb(32 58 11 / 0.45);
  }

  .sm\:text-accent-950\/5 {
    color: rgb(32 58 11 / 0.05);
  }

  .sm\:text-accent-950\/50 {
    color: rgb(32 58 11 / 0.5);
  }

  .sm\:text-accent-950\/55 {
    color: rgb(32 58 11 / 0.55);
  }

  .sm\:text-accent-950\/60 {
    color: rgb(32 58 11 / 0.6);
  }

  .sm\:text-accent-950\/65 {
    color: rgb(32 58 11 / 0.65);
  }

  .sm\:text-accent-950\/70 {
    color: rgb(32 58 11 / 0.7);
  }

  .sm\:text-accent-950\/75 {
    color: rgb(32 58 11 / 0.75);
  }

  .sm\:text-accent-950\/80 {
    color: rgb(32 58 11 / 0.8);
  }

  .sm\:text-accent-950\/85 {
    color: rgb(32 58 11 / 0.85);
  }

  .sm\:text-accent-950\/90 {
    color: rgb(32 58 11 / 0.9);
  }

  .sm\:text-accent-950\/95 {
    color: rgb(32 58 11 / 0.95);
  }

  .sm\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .sm\:text-black\/0 {
    color: rgb(0 0 0 / 0);
  }

  .sm\:text-black\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .sm\:text-black\/100 {
    color: rgb(0 0 0 / 1);
  }

  .sm\:text-black\/15 {
    color: rgb(0 0 0 / 0.15);
  }

  .sm\:text-black\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .sm\:text-black\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .sm\:text-black\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .sm\:text-black\/35 {
    color: rgb(0 0 0 / 0.35);
  }

  .sm\:text-black\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .sm\:text-black\/45 {
    color: rgb(0 0 0 / 0.45);
  }

  .sm\:text-black\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .sm\:text-black\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .sm\:text-black\/55 {
    color: rgb(0 0 0 / 0.55);
  }

  .sm\:text-black\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .sm\:text-black\/65 {
    color: rgb(0 0 0 / 0.65);
  }

  .sm\:text-black\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .sm\:text-black\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .sm\:text-black\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .sm\:text-black\/85 {
    color: rgb(0 0 0 / 0.85);
  }

  .sm\:text-black\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .sm\:text-black\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .sm\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgb(233 227 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-100\/0 {
    color: rgb(233 227 255 / 0);
  }

  .sm\:text-brand-100\/10 {
    color: rgb(233 227 255 / 0.1);
  }

  .sm\:text-brand-100\/100 {
    color: rgb(233 227 255 / 1);
  }

  .sm\:text-brand-100\/15 {
    color: rgb(233 227 255 / 0.15);
  }

  .sm\:text-brand-100\/20 {
    color: rgb(233 227 255 / 0.2);
  }

  .sm\:text-brand-100\/25 {
    color: rgb(233 227 255 / 0.25);
  }

  .sm\:text-brand-100\/30 {
    color: rgb(233 227 255 / 0.3);
  }

  .sm\:text-brand-100\/35 {
    color: rgb(233 227 255 / 0.35);
  }

  .sm\:text-brand-100\/40 {
    color: rgb(233 227 255 / 0.4);
  }

  .sm\:text-brand-100\/45 {
    color: rgb(233 227 255 / 0.45);
  }

  .sm\:text-brand-100\/5 {
    color: rgb(233 227 255 / 0.05);
  }

  .sm\:text-brand-100\/50 {
    color: rgb(233 227 255 / 0.5);
  }

  .sm\:text-brand-100\/55 {
    color: rgb(233 227 255 / 0.55);
  }

  .sm\:text-brand-100\/60 {
    color: rgb(233 227 255 / 0.6);
  }

  .sm\:text-brand-100\/65 {
    color: rgb(233 227 255 / 0.65);
  }

  .sm\:text-brand-100\/70 {
    color: rgb(233 227 255 / 0.7);
  }

  .sm\:text-brand-100\/75 {
    color: rgb(233 227 255 / 0.75);
  }

  .sm\:text-brand-100\/80 {
    color: rgb(233 227 255 / 0.8);
  }

  .sm\:text-brand-100\/85 {
    color: rgb(233 227 255 / 0.85);
  }

  .sm\:text-brand-100\/90 {
    color: rgb(233 227 255 / 0.9);
  }

  .sm\:text-brand-100\/95 {
    color: rgb(233 227 255 / 0.95);
  }

  .sm\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgb(211 199 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-200\/0 {
    color: rgb(211 199 255 / 0);
  }

  .sm\:text-brand-200\/10 {
    color: rgb(211 199 255 / 0.1);
  }

  .sm\:text-brand-200\/100 {
    color: rgb(211 199 255 / 1);
  }

  .sm\:text-brand-200\/15 {
    color: rgb(211 199 255 / 0.15);
  }

  .sm\:text-brand-200\/20 {
    color: rgb(211 199 255 / 0.2);
  }

  .sm\:text-brand-200\/25 {
    color: rgb(211 199 255 / 0.25);
  }

  .sm\:text-brand-200\/30 {
    color: rgb(211 199 255 / 0.3);
  }

  .sm\:text-brand-200\/35 {
    color: rgb(211 199 255 / 0.35);
  }

  .sm\:text-brand-200\/40 {
    color: rgb(211 199 255 / 0.4);
  }

  .sm\:text-brand-200\/45 {
    color: rgb(211 199 255 / 0.45);
  }

  .sm\:text-brand-200\/5 {
    color: rgb(211 199 255 / 0.05);
  }

  .sm\:text-brand-200\/50 {
    color: rgb(211 199 255 / 0.5);
  }

  .sm\:text-brand-200\/55 {
    color: rgb(211 199 255 / 0.55);
  }

  .sm\:text-brand-200\/60 {
    color: rgb(211 199 255 / 0.6);
  }

  .sm\:text-brand-200\/65 {
    color: rgb(211 199 255 / 0.65);
  }

  .sm\:text-brand-200\/70 {
    color: rgb(211 199 255 / 0.7);
  }

  .sm\:text-brand-200\/75 {
    color: rgb(211 199 255 / 0.75);
  }

  .sm\:text-brand-200\/80 {
    color: rgb(211 199 255 / 0.8);
  }

  .sm\:text-brand-200\/85 {
    color: rgb(211 199 255 / 0.85);
  }

  .sm\:text-brand-200\/90 {
    color: rgb(211 199 255 / 0.9);
  }

  .sm\:text-brand-200\/95 {
    color: rgb(211 199 255 / 0.95);
  }

  .sm\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgb(183 154 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-300\/0 {
    color: rgb(183 154 255 / 0);
  }

  .sm\:text-brand-300\/10 {
    color: rgb(183 154 255 / 0.1);
  }

  .sm\:text-brand-300\/100 {
    color: rgb(183 154 255 / 1);
  }

  .sm\:text-brand-300\/15 {
    color: rgb(183 154 255 / 0.15);
  }

  .sm\:text-brand-300\/20 {
    color: rgb(183 154 255 / 0.2);
  }

  .sm\:text-brand-300\/25 {
    color: rgb(183 154 255 / 0.25);
  }

  .sm\:text-brand-300\/30 {
    color: rgb(183 154 255 / 0.3);
  }

  .sm\:text-brand-300\/35 {
    color: rgb(183 154 255 / 0.35);
  }

  .sm\:text-brand-300\/40 {
    color: rgb(183 154 255 / 0.4);
  }

  .sm\:text-brand-300\/45 {
    color: rgb(183 154 255 / 0.45);
  }

  .sm\:text-brand-300\/5 {
    color: rgb(183 154 255 / 0.05);
  }

  .sm\:text-brand-300\/50 {
    color: rgb(183 154 255 / 0.5);
  }

  .sm\:text-brand-300\/55 {
    color: rgb(183 154 255 / 0.55);
  }

  .sm\:text-brand-300\/60 {
    color: rgb(183 154 255 / 0.6);
  }

  .sm\:text-brand-300\/65 {
    color: rgb(183 154 255 / 0.65);
  }

  .sm\:text-brand-300\/70 {
    color: rgb(183 154 255 / 0.7);
  }

  .sm\:text-brand-300\/75 {
    color: rgb(183 154 255 / 0.75);
  }

  .sm\:text-brand-300\/80 {
    color: rgb(183 154 255 / 0.8);
  }

  .sm\:text-brand-300\/85 {
    color: rgb(183 154 255 / 0.85);
  }

  .sm\:text-brand-300\/90 {
    color: rgb(183 154 255 / 0.9);
  }

  .sm\:text-brand-300\/95 {
    color: rgb(183 154 255 / 0.95);
  }

  .sm\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgb(149 98 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-400\/0 {
    color: rgb(149 98 255 / 0);
  }

  .sm\:text-brand-400\/10 {
    color: rgb(149 98 255 / 0.1);
  }

  .sm\:text-brand-400\/100 {
    color: rgb(149 98 255 / 1);
  }

  .sm\:text-brand-400\/15 {
    color: rgb(149 98 255 / 0.15);
  }

  .sm\:text-brand-400\/20 {
    color: rgb(149 98 255 / 0.2);
  }

  .sm\:text-brand-400\/25 {
    color: rgb(149 98 255 / 0.25);
  }

  .sm\:text-brand-400\/30 {
    color: rgb(149 98 255 / 0.3);
  }

  .sm\:text-brand-400\/35 {
    color: rgb(149 98 255 / 0.35);
  }

  .sm\:text-brand-400\/40 {
    color: rgb(149 98 255 / 0.4);
  }

  .sm\:text-brand-400\/45 {
    color: rgb(149 98 255 / 0.45);
  }

  .sm\:text-brand-400\/5 {
    color: rgb(149 98 255 / 0.05);
  }

  .sm\:text-brand-400\/50 {
    color: rgb(149 98 255 / 0.5);
  }

  .sm\:text-brand-400\/55 {
    color: rgb(149 98 255 / 0.55);
  }

  .sm\:text-brand-400\/60 {
    color: rgb(149 98 255 / 0.6);
  }

  .sm\:text-brand-400\/65 {
    color: rgb(149 98 255 / 0.65);
  }

  .sm\:text-brand-400\/70 {
    color: rgb(149 98 255 / 0.7);
  }

  .sm\:text-brand-400\/75 {
    color: rgb(149 98 255 / 0.75);
  }

  .sm\:text-brand-400\/80 {
    color: rgb(149 98 255 / 0.8);
  }

  .sm\:text-brand-400\/85 {
    color: rgb(149 98 255 / 0.85);
  }

  .sm\:text-brand-400\/90 {
    color: rgb(149 98 255 / 0.9);
  }

  .sm\:text-brand-400\/95 {
    color: rgb(149 98 255 / 0.95);
  }

  .sm\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgb(244 241 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-50\/0 {
    color: rgb(244 241 255 / 0);
  }

  .sm\:text-brand-50\/10 {
    color: rgb(244 241 255 / 0.1);
  }

  .sm\:text-brand-50\/100 {
    color: rgb(244 241 255 / 1);
  }

  .sm\:text-brand-50\/15 {
    color: rgb(244 241 255 / 0.15);
  }

  .sm\:text-brand-50\/20 {
    color: rgb(244 241 255 / 0.2);
  }

  .sm\:text-brand-50\/25 {
    color: rgb(244 241 255 / 0.25);
  }

  .sm\:text-brand-50\/30 {
    color: rgb(244 241 255 / 0.3);
  }

  .sm\:text-brand-50\/35 {
    color: rgb(244 241 255 / 0.35);
  }

  .sm\:text-brand-50\/40 {
    color: rgb(244 241 255 / 0.4);
  }

  .sm\:text-brand-50\/45 {
    color: rgb(244 241 255 / 0.45);
  }

  .sm\:text-brand-50\/5 {
    color: rgb(244 241 255 / 0.05);
  }

  .sm\:text-brand-50\/50 {
    color: rgb(244 241 255 / 0.5);
  }

  .sm\:text-brand-50\/55 {
    color: rgb(244 241 255 / 0.55);
  }

  .sm\:text-brand-50\/60 {
    color: rgb(244 241 255 / 0.6);
  }

  .sm\:text-brand-50\/65 {
    color: rgb(244 241 255 / 0.65);
  }

  .sm\:text-brand-50\/70 {
    color: rgb(244 241 255 / 0.7);
  }

  .sm\:text-brand-50\/75 {
    color: rgb(244 241 255 / 0.75);
  }

  .sm\:text-brand-50\/80 {
    color: rgb(244 241 255 / 0.8);
  }

  .sm\:text-brand-50\/85 {
    color: rgb(244 241 255 / 0.85);
  }

  .sm\:text-brand-50\/90 {
    color: rgb(244 241 255 / 0.9);
  }

  .sm\:text-brand-50\/95 {
    color: rgb(244 241 255 / 0.95);
  }

  .sm\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgb(78 28 209 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-500\/0 {
    color: rgb(78 28 209 / 0);
  }

  .sm\:text-brand-500\/10 {
    color: rgb(78 28 209 / 0.1);
  }

  .sm\:text-brand-500\/100 {
    color: rgb(78 28 209 / 1);
  }

  .sm\:text-brand-500\/15 {
    color: rgb(78 28 209 / 0.15);
  }

  .sm\:text-brand-500\/20 {
    color: rgb(78 28 209 / 0.2);
  }

  .sm\:text-brand-500\/25 {
    color: rgb(78 28 209 / 0.25);
  }

  .sm\:text-brand-500\/30 {
    color: rgb(78 28 209 / 0.3);
  }

  .sm\:text-brand-500\/35 {
    color: rgb(78 28 209 / 0.35);
  }

  .sm\:text-brand-500\/40 {
    color: rgb(78 28 209 / 0.4);
  }

  .sm\:text-brand-500\/45 {
    color: rgb(78 28 209 / 0.45);
  }

  .sm\:text-brand-500\/5 {
    color: rgb(78 28 209 / 0.05);
  }

  .sm\:text-brand-500\/50 {
    color: rgb(78 28 209 / 0.5);
  }

  .sm\:text-brand-500\/55 {
    color: rgb(78 28 209 / 0.55);
  }

  .sm\:text-brand-500\/60 {
    color: rgb(78 28 209 / 0.6);
  }

  .sm\:text-brand-500\/65 {
    color: rgb(78 28 209 / 0.65);
  }

  .sm\:text-brand-500\/70 {
    color: rgb(78 28 209 / 0.7);
  }

  .sm\:text-brand-500\/75 {
    color: rgb(78 28 209 / 0.75);
  }

  .sm\:text-brand-500\/80 {
    color: rgb(78 28 209 / 0.8);
  }

  .sm\:text-brand-500\/85 {
    color: rgb(78 28 209 / 0.85);
  }

  .sm\:text-brand-500\/90 {
    color: rgb(78 28 209 / 0.9);
  }

  .sm\:text-brand-500\/95 {
    color: rgb(78 28 209 / 0.95);
  }

  .sm\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgb(65 21 181 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-600\/0 {
    color: rgb(65 21 181 / 0);
  }

  .sm\:text-brand-600\/10 {
    color: rgb(65 21 181 / 0.1);
  }

  .sm\:text-brand-600\/100 {
    color: rgb(65 21 181 / 1);
  }

  .sm\:text-brand-600\/15 {
    color: rgb(65 21 181 / 0.15);
  }

  .sm\:text-brand-600\/20 {
    color: rgb(65 21 181 / 0.2);
  }

  .sm\:text-brand-600\/25 {
    color: rgb(65 21 181 / 0.25);
  }

  .sm\:text-brand-600\/30 {
    color: rgb(65 21 181 / 0.3);
  }

  .sm\:text-brand-600\/35 {
    color: rgb(65 21 181 / 0.35);
  }

  .sm\:text-brand-600\/40 {
    color: rgb(65 21 181 / 0.4);
  }

  .sm\:text-brand-600\/45 {
    color: rgb(65 21 181 / 0.45);
  }

  .sm\:text-brand-600\/5 {
    color: rgb(65 21 181 / 0.05);
  }

  .sm\:text-brand-600\/50 {
    color: rgb(65 21 181 / 0.5);
  }

  .sm\:text-brand-600\/55 {
    color: rgb(65 21 181 / 0.55);
  }

  .sm\:text-brand-600\/60 {
    color: rgb(65 21 181 / 0.6);
  }

  .sm\:text-brand-600\/65 {
    color: rgb(65 21 181 / 0.65);
  }

  .sm\:text-brand-600\/70 {
    color: rgb(65 21 181 / 0.7);
  }

  .sm\:text-brand-600\/75 {
    color: rgb(65 21 181 / 0.75);
  }

  .sm\:text-brand-600\/80 {
    color: rgb(65 21 181 / 0.8);
  }

  .sm\:text-brand-600\/85 {
    color: rgb(65 21 181 / 0.85);
  }

  .sm\:text-brand-600\/90 {
    color: rgb(65 21 181 / 0.9);
  }

  .sm\:text-brand-600\/95 {
    color: rgb(65 21 181 / 0.95);
  }

  .sm\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgb(54 16 150 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-700\/0 {
    color: rgb(54 16 150 / 0);
  }

  .sm\:text-brand-700\/10 {
    color: rgb(54 16 150 / 0.1);
  }

  .sm\:text-brand-700\/100 {
    color: rgb(54 16 150 / 1);
  }

  .sm\:text-brand-700\/15 {
    color: rgb(54 16 150 / 0.15);
  }

  .sm\:text-brand-700\/20 {
    color: rgb(54 16 150 / 0.2);
  }

  .sm\:text-brand-700\/25 {
    color: rgb(54 16 150 / 0.25);
  }

  .sm\:text-brand-700\/30 {
    color: rgb(54 16 150 / 0.3);
  }

  .sm\:text-brand-700\/35 {
    color: rgb(54 16 150 / 0.35);
  }

  .sm\:text-brand-700\/40 {
    color: rgb(54 16 150 / 0.4);
  }

  .sm\:text-brand-700\/45 {
    color: rgb(54 16 150 / 0.45);
  }

  .sm\:text-brand-700\/5 {
    color: rgb(54 16 150 / 0.05);
  }

  .sm\:text-brand-700\/50 {
    color: rgb(54 16 150 / 0.5);
  }

  .sm\:text-brand-700\/55 {
    color: rgb(54 16 150 / 0.55);
  }

  .sm\:text-brand-700\/60 {
    color: rgb(54 16 150 / 0.6);
  }

  .sm\:text-brand-700\/65 {
    color: rgb(54 16 150 / 0.65);
  }

  .sm\:text-brand-700\/70 {
    color: rgb(54 16 150 / 0.7);
  }

  .sm\:text-brand-700\/75 {
    color: rgb(54 16 150 / 0.75);
  }

  .sm\:text-brand-700\/80 {
    color: rgb(54 16 150 / 0.8);
  }

  .sm\:text-brand-700\/85 {
    color: rgb(54 16 150 / 0.85);
  }

  .sm\:text-brand-700\/90 {
    color: rgb(54 16 150 / 0.9);
  }

  .sm\:text-brand-700\/95 {
    color: rgb(54 16 150 / 0.95);
  }

  .sm\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgb(46 16 120 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-800\/0 {
    color: rgb(46 16 120 / 0);
  }

  .sm\:text-brand-800\/10 {
    color: rgb(46 16 120 / 0.1);
  }

  .sm\:text-brand-800\/100 {
    color: rgb(46 16 120 / 1);
  }

  .sm\:text-brand-800\/15 {
    color: rgb(46 16 120 / 0.15);
  }

  .sm\:text-brand-800\/20 {
    color: rgb(46 16 120 / 0.2);
  }

  .sm\:text-brand-800\/25 {
    color: rgb(46 16 120 / 0.25);
  }

  .sm\:text-brand-800\/30 {
    color: rgb(46 16 120 / 0.3);
  }

  .sm\:text-brand-800\/35 {
    color: rgb(46 16 120 / 0.35);
  }

  .sm\:text-brand-800\/40 {
    color: rgb(46 16 120 / 0.4);
  }

  .sm\:text-brand-800\/45 {
    color: rgb(46 16 120 / 0.45);
  }

  .sm\:text-brand-800\/5 {
    color: rgb(46 16 120 / 0.05);
  }

  .sm\:text-brand-800\/50 {
    color: rgb(46 16 120 / 0.5);
  }

  .sm\:text-brand-800\/55 {
    color: rgb(46 16 120 / 0.55);
  }

  .sm\:text-brand-800\/60 {
    color: rgb(46 16 120 / 0.6);
  }

  .sm\:text-brand-800\/65 {
    color: rgb(46 16 120 / 0.65);
  }

  .sm\:text-brand-800\/70 {
    color: rgb(46 16 120 / 0.7);
  }

  .sm\:text-brand-800\/75 {
    color: rgb(46 16 120 / 0.75);
  }

  .sm\:text-brand-800\/80 {
    color: rgb(46 16 120 / 0.8);
  }

  .sm\:text-brand-800\/85 {
    color: rgb(46 16 120 / 0.85);
  }

  .sm\:text-brand-800\/90 {
    color: rgb(46 16 120 / 0.9);
  }

  .sm\:text-brand-800\/95 {
    color: rgb(46 16 120 / 0.95);
  }

  .sm\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgb(39 15 98 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-900\/0 {
    color: rgb(39 15 98 / 0);
  }

  .sm\:text-brand-900\/10 {
    color: rgb(39 15 98 / 0.1);
  }

  .sm\:text-brand-900\/100 {
    color: rgb(39 15 98 / 1);
  }

  .sm\:text-brand-900\/15 {
    color: rgb(39 15 98 / 0.15);
  }

  .sm\:text-brand-900\/20 {
    color: rgb(39 15 98 / 0.2);
  }

  .sm\:text-brand-900\/25 {
    color: rgb(39 15 98 / 0.25);
  }

  .sm\:text-brand-900\/30 {
    color: rgb(39 15 98 / 0.3);
  }

  .sm\:text-brand-900\/35 {
    color: rgb(39 15 98 / 0.35);
  }

  .sm\:text-brand-900\/40 {
    color: rgb(39 15 98 / 0.4);
  }

  .sm\:text-brand-900\/45 {
    color: rgb(39 15 98 / 0.45);
  }

  .sm\:text-brand-900\/5 {
    color: rgb(39 15 98 / 0.05);
  }

  .sm\:text-brand-900\/50 {
    color: rgb(39 15 98 / 0.5);
  }

  .sm\:text-brand-900\/55 {
    color: rgb(39 15 98 / 0.55);
  }

  .sm\:text-brand-900\/60 {
    color: rgb(39 15 98 / 0.6);
  }

  .sm\:text-brand-900\/65 {
    color: rgb(39 15 98 / 0.65);
  }

  .sm\:text-brand-900\/70 {
    color: rgb(39 15 98 / 0.7);
  }

  .sm\:text-brand-900\/75 {
    color: rgb(39 15 98 / 0.75);
  }

  .sm\:text-brand-900\/80 {
    color: rgb(39 15 98 / 0.8);
  }

  .sm\:text-brand-900\/85 {
    color: rgb(39 15 98 / 0.85);
  }

  .sm\:text-brand-900\/90 {
    color: rgb(39 15 98 / 0.9);
  }

  .sm\:text-brand-900\/95 {
    color: rgb(39 15 98 / 0.95);
  }

  .sm\:text-brand-950 {
    --tw-text-opacity: 1;
    color: rgb(22 5 58 / var(--tw-text-opacity, 1));
  }

  .sm\:text-brand-950\/0 {
    color: rgb(22 5 58 / 0);
  }

  .sm\:text-brand-950\/10 {
    color: rgb(22 5 58 / 0.1);
  }

  .sm\:text-brand-950\/100 {
    color: rgb(22 5 58 / 1);
  }

  .sm\:text-brand-950\/15 {
    color: rgb(22 5 58 / 0.15);
  }

  .sm\:text-brand-950\/20 {
    color: rgb(22 5 58 / 0.2);
  }

  .sm\:text-brand-950\/25 {
    color: rgb(22 5 58 / 0.25);
  }

  .sm\:text-brand-950\/30 {
    color: rgb(22 5 58 / 0.3);
  }

  .sm\:text-brand-950\/35 {
    color: rgb(22 5 58 / 0.35);
  }

  .sm\:text-brand-950\/40 {
    color: rgb(22 5 58 / 0.4);
  }

  .sm\:text-brand-950\/45 {
    color: rgb(22 5 58 / 0.45);
  }

  .sm\:text-brand-950\/5 {
    color: rgb(22 5 58 / 0.05);
  }

  .sm\:text-brand-950\/50 {
    color: rgb(22 5 58 / 0.5);
  }

  .sm\:text-brand-950\/55 {
    color: rgb(22 5 58 / 0.55);
  }

  .sm\:text-brand-950\/60 {
    color: rgb(22 5 58 / 0.6);
  }

  .sm\:text-brand-950\/65 {
    color: rgb(22 5 58 / 0.65);
  }

  .sm\:text-brand-950\/70 {
    color: rgb(22 5 58 / 0.7);
  }

  .sm\:text-brand-950\/75 {
    color: rgb(22 5 58 / 0.75);
  }

  .sm\:text-brand-950\/80 {
    color: rgb(22 5 58 / 0.8);
  }

  .sm\:text-brand-950\/85 {
    color: rgb(22 5 58 / 0.85);
  }

  .sm\:text-brand-950\/90 {
    color: rgb(22 5 58 / 0.9);
  }

  .sm\:text-brand-950\/95 {
    color: rgb(22 5 58 / 0.95);
  }

  .sm\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(246 245 244 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-100\/0 {
    color: rgb(246 245 244 / 0);
  }

  .sm\:text-neutral-100\/10 {
    color: rgb(246 245 244 / 0.1);
  }

  .sm\:text-neutral-100\/100 {
    color: rgb(246 245 244 / 1);
  }

  .sm\:text-neutral-100\/15 {
    color: rgb(246 245 244 / 0.15);
  }

  .sm\:text-neutral-100\/20 {
    color: rgb(246 245 244 / 0.2);
  }

  .sm\:text-neutral-100\/25 {
    color: rgb(246 245 244 / 0.25);
  }

  .sm\:text-neutral-100\/30 {
    color: rgb(246 245 244 / 0.3);
  }

  .sm\:text-neutral-100\/35 {
    color: rgb(246 245 244 / 0.35);
  }

  .sm\:text-neutral-100\/40 {
    color: rgb(246 245 244 / 0.4);
  }

  .sm\:text-neutral-100\/45 {
    color: rgb(246 245 244 / 0.45);
  }

  .sm\:text-neutral-100\/5 {
    color: rgb(246 245 244 / 0.05);
  }

  .sm\:text-neutral-100\/50 {
    color: rgb(246 245 244 / 0.5);
  }

  .sm\:text-neutral-100\/55 {
    color: rgb(246 245 244 / 0.55);
  }

  .sm\:text-neutral-100\/60 {
    color: rgb(246 245 244 / 0.6);
  }

  .sm\:text-neutral-100\/65 {
    color: rgb(246 245 244 / 0.65);
  }

  .sm\:text-neutral-100\/70 {
    color: rgb(246 245 244 / 0.7);
  }

  .sm\:text-neutral-100\/75 {
    color: rgb(246 245 244 / 0.75);
  }

  .sm\:text-neutral-100\/80 {
    color: rgb(246 245 244 / 0.8);
  }

  .sm\:text-neutral-100\/85 {
    color: rgb(246 245 244 / 0.85);
  }

  .sm\:text-neutral-100\/90 {
    color: rgb(246 245 244 / 0.9);
  }

  .sm\:text-neutral-100\/95 {
    color: rgb(246 245 244 / 0.95);
  }

  .sm\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(233 230 227 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-200\/0 {
    color: rgb(233 230 227 / 0);
  }

  .sm\:text-neutral-200\/10 {
    color: rgb(233 230 227 / 0.1);
  }

  .sm\:text-neutral-200\/100 {
    color: rgb(233 230 227 / 1);
  }

  .sm\:text-neutral-200\/15 {
    color: rgb(233 230 227 / 0.15);
  }

  .sm\:text-neutral-200\/20 {
    color: rgb(233 230 227 / 0.2);
  }

  .sm\:text-neutral-200\/25 {
    color: rgb(233 230 227 / 0.25);
  }

  .sm\:text-neutral-200\/30 {
    color: rgb(233 230 227 / 0.3);
  }

  .sm\:text-neutral-200\/35 {
    color: rgb(233 230 227 / 0.35);
  }

  .sm\:text-neutral-200\/40 {
    color: rgb(233 230 227 / 0.4);
  }

  .sm\:text-neutral-200\/45 {
    color: rgb(233 230 227 / 0.45);
  }

  .sm\:text-neutral-200\/5 {
    color: rgb(233 230 227 / 0.05);
  }

  .sm\:text-neutral-200\/50 {
    color: rgb(233 230 227 / 0.5);
  }

  .sm\:text-neutral-200\/55 {
    color: rgb(233 230 227 / 0.55);
  }

  .sm\:text-neutral-200\/60 {
    color: rgb(233 230 227 / 0.6);
  }

  .sm\:text-neutral-200\/65 {
    color: rgb(233 230 227 / 0.65);
  }

  .sm\:text-neutral-200\/70 {
    color: rgb(233 230 227 / 0.7);
  }

  .sm\:text-neutral-200\/75 {
    color: rgb(233 230 227 / 0.75);
  }

  .sm\:text-neutral-200\/80 {
    color: rgb(233 230 227 / 0.8);
  }

  .sm\:text-neutral-200\/85 {
    color: rgb(233 230 227 / 0.85);
  }

  .sm\:text-neutral-200\/90 {
    color: rgb(233 230 227 / 0.9);
  }

  .sm\:text-neutral-200\/95 {
    color: rgb(233 230 227 / 0.95);
  }

  .sm\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(215 210 205 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-300\/0 {
    color: rgb(215 210 205 / 0);
  }

  .sm\:text-neutral-300\/10 {
    color: rgb(215 210 205 / 0.1);
  }

  .sm\:text-neutral-300\/100 {
    color: rgb(215 210 205 / 1);
  }

  .sm\:text-neutral-300\/15 {
    color: rgb(215 210 205 / 0.15);
  }

  .sm\:text-neutral-300\/20 {
    color: rgb(215 210 205 / 0.2);
  }

  .sm\:text-neutral-300\/25 {
    color: rgb(215 210 205 / 0.25);
  }

  .sm\:text-neutral-300\/30 {
    color: rgb(215 210 205 / 0.3);
  }

  .sm\:text-neutral-300\/35 {
    color: rgb(215 210 205 / 0.35);
  }

  .sm\:text-neutral-300\/40 {
    color: rgb(215 210 205 / 0.4);
  }

  .sm\:text-neutral-300\/45 {
    color: rgb(215 210 205 / 0.45);
  }

  .sm\:text-neutral-300\/5 {
    color: rgb(215 210 205 / 0.05);
  }

  .sm\:text-neutral-300\/50 {
    color: rgb(215 210 205 / 0.5);
  }

  .sm\:text-neutral-300\/55 {
    color: rgb(215 210 205 / 0.55);
  }

  .sm\:text-neutral-300\/60 {
    color: rgb(215 210 205 / 0.6);
  }

  .sm\:text-neutral-300\/65 {
    color: rgb(215 210 205 / 0.65);
  }

  .sm\:text-neutral-300\/70 {
    color: rgb(215 210 205 / 0.7);
  }

  .sm\:text-neutral-300\/75 {
    color: rgb(215 210 205 / 0.75);
  }

  .sm\:text-neutral-300\/80 {
    color: rgb(215 210 205 / 0.8);
  }

  .sm\:text-neutral-300\/85 {
    color: rgb(215 210 205 / 0.85);
  }

  .sm\:text-neutral-300\/90 {
    color: rgb(215 210 205 / 0.9);
  }

  .sm\:text-neutral-300\/95 {
    color: rgb(215 210 205 / 0.95);
  }

  .sm\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(175 168 161 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-400\/0 {
    color: rgb(175 168 161 / 0);
  }

  .sm\:text-neutral-400\/10 {
    color: rgb(175 168 161 / 0.1);
  }

  .sm\:text-neutral-400\/100 {
    color: rgb(175 168 161 / 1);
  }

  .sm\:text-neutral-400\/15 {
    color: rgb(175 168 161 / 0.15);
  }

  .sm\:text-neutral-400\/20 {
    color: rgb(175 168 161 / 0.2);
  }

  .sm\:text-neutral-400\/25 {
    color: rgb(175 168 161 / 0.25);
  }

  .sm\:text-neutral-400\/30 {
    color: rgb(175 168 161 / 0.3);
  }

  .sm\:text-neutral-400\/35 {
    color: rgb(175 168 161 / 0.35);
  }

  .sm\:text-neutral-400\/40 {
    color: rgb(175 168 161 / 0.4);
  }

  .sm\:text-neutral-400\/45 {
    color: rgb(175 168 161 / 0.45);
  }

  .sm\:text-neutral-400\/5 {
    color: rgb(175 168 161 / 0.05);
  }

  .sm\:text-neutral-400\/50 {
    color: rgb(175 168 161 / 0.5);
  }

  .sm\:text-neutral-400\/55 {
    color: rgb(175 168 161 / 0.55);
  }

  .sm\:text-neutral-400\/60 {
    color: rgb(175 168 161 / 0.6);
  }

  .sm\:text-neutral-400\/65 {
    color: rgb(175 168 161 / 0.65);
  }

  .sm\:text-neutral-400\/70 {
    color: rgb(175 168 161 / 0.7);
  }

  .sm\:text-neutral-400\/75 {
    color: rgb(175 168 161 / 0.75);
  }

  .sm\:text-neutral-400\/80 {
    color: rgb(175 168 161 / 0.8);
  }

  .sm\:text-neutral-400\/85 {
    color: rgb(175 168 161 / 0.85);
  }

  .sm\:text-neutral-400\/90 {
    color: rgb(175 168 161 / 0.9);
  }

  .sm\:text-neutral-400\/95 {
    color: rgb(175 168 161 / 0.95);
  }

  .sm\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-50\/0 {
    color: rgb(251 250 249 / 0);
  }

  .sm\:text-neutral-50\/10 {
    color: rgb(251 250 249 / 0.1);
  }

  .sm\:text-neutral-50\/100 {
    color: rgb(251 250 249 / 1);
  }

  .sm\:text-neutral-50\/15 {
    color: rgb(251 250 249 / 0.15);
  }

  .sm\:text-neutral-50\/20 {
    color: rgb(251 250 249 / 0.2);
  }

  .sm\:text-neutral-50\/25 {
    color: rgb(251 250 249 / 0.25);
  }

  .sm\:text-neutral-50\/30 {
    color: rgb(251 250 249 / 0.3);
  }

  .sm\:text-neutral-50\/35 {
    color: rgb(251 250 249 / 0.35);
  }

  .sm\:text-neutral-50\/40 {
    color: rgb(251 250 249 / 0.4);
  }

  .sm\:text-neutral-50\/45 {
    color: rgb(251 250 249 / 0.45);
  }

  .sm\:text-neutral-50\/5 {
    color: rgb(251 250 249 / 0.05);
  }

  .sm\:text-neutral-50\/50 {
    color: rgb(251 250 249 / 0.5);
  }

  .sm\:text-neutral-50\/55 {
    color: rgb(251 250 249 / 0.55);
  }

  .sm\:text-neutral-50\/60 {
    color: rgb(251 250 249 / 0.6);
  }

  .sm\:text-neutral-50\/65 {
    color: rgb(251 250 249 / 0.65);
  }

  .sm\:text-neutral-50\/70 {
    color: rgb(251 250 249 / 0.7);
  }

  .sm\:text-neutral-50\/75 {
    color: rgb(251 250 249 / 0.75);
  }

  .sm\:text-neutral-50\/80 {
    color: rgb(251 250 249 / 0.8);
  }

  .sm\:text-neutral-50\/85 {
    color: rgb(251 250 249 / 0.85);
  }

  .sm\:text-neutral-50\/90 {
    color: rgb(251 250 249 / 0.9);
  }

  .sm\:text-neutral-50\/95 {
    color: rgb(251 250 249 / 0.95);
  }

  .sm\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(129 121 113 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-500\/0 {
    color: rgb(129 121 113 / 0);
  }

  .sm\:text-neutral-500\/10 {
    color: rgb(129 121 113 / 0.1);
  }

  .sm\:text-neutral-500\/100 {
    color: rgb(129 121 113 / 1);
  }

  .sm\:text-neutral-500\/15 {
    color: rgb(129 121 113 / 0.15);
  }

  .sm\:text-neutral-500\/20 {
    color: rgb(129 121 113 / 0.2);
  }

  .sm\:text-neutral-500\/25 {
    color: rgb(129 121 113 / 0.25);
  }

  .sm\:text-neutral-500\/30 {
    color: rgb(129 121 113 / 0.3);
  }

  .sm\:text-neutral-500\/35 {
    color: rgb(129 121 113 / 0.35);
  }

  .sm\:text-neutral-500\/40 {
    color: rgb(129 121 113 / 0.4);
  }

  .sm\:text-neutral-500\/45 {
    color: rgb(129 121 113 / 0.45);
  }

  .sm\:text-neutral-500\/5 {
    color: rgb(129 121 113 / 0.05);
  }

  .sm\:text-neutral-500\/50 {
    color: rgb(129 121 113 / 0.5);
  }

  .sm\:text-neutral-500\/55 {
    color: rgb(129 121 113 / 0.55);
  }

  .sm\:text-neutral-500\/60 {
    color: rgb(129 121 113 / 0.6);
  }

  .sm\:text-neutral-500\/65 {
    color: rgb(129 121 113 / 0.65);
  }

  .sm\:text-neutral-500\/70 {
    color: rgb(129 121 113 / 0.7);
  }

  .sm\:text-neutral-500\/75 {
    color: rgb(129 121 113 / 0.75);
  }

  .sm\:text-neutral-500\/80 {
    color: rgb(129 121 113 / 0.8);
  }

  .sm\:text-neutral-500\/85 {
    color: rgb(129 121 113 / 0.85);
  }

  .sm\:text-neutral-500\/90 {
    color: rgb(129 121 113 / 0.9);
  }

  .sm\:text-neutral-500\/95 {
    color: rgb(129 121 113 / 0.95);
  }

  .sm\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(96 89 82 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-600\/0 {
    color: rgb(96 89 82 / 0);
  }

  .sm\:text-neutral-600\/10 {
    color: rgb(96 89 82 / 0.1);
  }

  .sm\:text-neutral-600\/100 {
    color: rgb(96 89 82 / 1);
  }

  .sm\:text-neutral-600\/15 {
    color: rgb(96 89 82 / 0.15);
  }

  .sm\:text-neutral-600\/20 {
    color: rgb(96 89 82 / 0.2);
  }

  .sm\:text-neutral-600\/25 {
    color: rgb(96 89 82 / 0.25);
  }

  .sm\:text-neutral-600\/30 {
    color: rgb(96 89 82 / 0.3);
  }

  .sm\:text-neutral-600\/35 {
    color: rgb(96 89 82 / 0.35);
  }

  .sm\:text-neutral-600\/40 {
    color: rgb(96 89 82 / 0.4);
  }

  .sm\:text-neutral-600\/45 {
    color: rgb(96 89 82 / 0.45);
  }

  .sm\:text-neutral-600\/5 {
    color: rgb(96 89 82 / 0.05);
  }

  .sm\:text-neutral-600\/50 {
    color: rgb(96 89 82 / 0.5);
  }

  .sm\:text-neutral-600\/55 {
    color: rgb(96 89 82 / 0.55);
  }

  .sm\:text-neutral-600\/60 {
    color: rgb(96 89 82 / 0.6);
  }

  .sm\:text-neutral-600\/65 {
    color: rgb(96 89 82 / 0.65);
  }

  .sm\:text-neutral-600\/70 {
    color: rgb(96 89 82 / 0.7);
  }

  .sm\:text-neutral-600\/75 {
    color: rgb(96 89 82 / 0.75);
  }

  .sm\:text-neutral-600\/80 {
    color: rgb(96 89 82 / 0.8);
  }

  .sm\:text-neutral-600\/85 {
    color: rgb(96 89 82 / 0.85);
  }

  .sm\:text-neutral-600\/90 {
    color: rgb(96 89 82 / 0.9);
  }

  .sm\:text-neutral-600\/95 {
    color: rgb(96 89 82 / 0.95);
  }

  .sm\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(73 68 63 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-700\/0 {
    color: rgb(73 68 63 / 0);
  }

  .sm\:text-neutral-700\/10 {
    color: rgb(73 68 63 / 0.1);
  }

  .sm\:text-neutral-700\/100 {
    color: rgb(73 68 63 / 1);
  }

  .sm\:text-neutral-700\/15 {
    color: rgb(73 68 63 / 0.15);
  }

  .sm\:text-neutral-700\/20 {
    color: rgb(73 68 63 / 0.2);
  }

  .sm\:text-neutral-700\/25 {
    color: rgb(73 68 63 / 0.25);
  }

  .sm\:text-neutral-700\/30 {
    color: rgb(73 68 63 / 0.3);
  }

  .sm\:text-neutral-700\/35 {
    color: rgb(73 68 63 / 0.35);
  }

  .sm\:text-neutral-700\/40 {
    color: rgb(73 68 63 / 0.4);
  }

  .sm\:text-neutral-700\/45 {
    color: rgb(73 68 63 / 0.45);
  }

  .sm\:text-neutral-700\/5 {
    color: rgb(73 68 63 / 0.05);
  }

  .sm\:text-neutral-700\/50 {
    color: rgb(73 68 63 / 0.5);
  }

  .sm\:text-neutral-700\/55 {
    color: rgb(73 68 63 / 0.55);
  }

  .sm\:text-neutral-700\/60 {
    color: rgb(73 68 63 / 0.6);
  }

  .sm\:text-neutral-700\/65 {
    color: rgb(73 68 63 / 0.65);
  }

  .sm\:text-neutral-700\/70 {
    color: rgb(73 68 63 / 0.7);
  }

  .sm\:text-neutral-700\/75 {
    color: rgb(73 68 63 / 0.75);
  }

  .sm\:text-neutral-700\/80 {
    color: rgb(73 68 63 / 0.8);
  }

  .sm\:text-neutral-700\/85 {
    color: rgb(73 68 63 / 0.85);
  }

  .sm\:text-neutral-700\/90 {
    color: rgb(73 68 63 / 0.9);
  }

  .sm\:text-neutral-700\/95 {
    color: rgb(73 68 63 / 0.95);
  }

  .sm\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(48 45 42 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-800\/0 {
    color: rgb(48 45 42 / 0);
  }

  .sm\:text-neutral-800\/10 {
    color: rgb(48 45 42 / 0.1);
  }

  .sm\:text-neutral-800\/100 {
    color: rgb(48 45 42 / 1);
  }

  .sm\:text-neutral-800\/15 {
    color: rgb(48 45 42 / 0.15);
  }

  .sm\:text-neutral-800\/20 {
    color: rgb(48 45 42 / 0.2);
  }

  .sm\:text-neutral-800\/25 {
    color: rgb(48 45 42 / 0.25);
  }

  .sm\:text-neutral-800\/30 {
    color: rgb(48 45 42 / 0.3);
  }

  .sm\:text-neutral-800\/35 {
    color: rgb(48 45 42 / 0.35);
  }

  .sm\:text-neutral-800\/40 {
    color: rgb(48 45 42 / 0.4);
  }

  .sm\:text-neutral-800\/45 {
    color: rgb(48 45 42 / 0.45);
  }

  .sm\:text-neutral-800\/5 {
    color: rgb(48 45 42 / 0.05);
  }

  .sm\:text-neutral-800\/50 {
    color: rgb(48 45 42 / 0.5);
  }

  .sm\:text-neutral-800\/55 {
    color: rgb(48 45 42 / 0.55);
  }

  .sm\:text-neutral-800\/60 {
    color: rgb(48 45 42 / 0.6);
  }

  .sm\:text-neutral-800\/65 {
    color: rgb(48 45 42 / 0.65);
  }

  .sm\:text-neutral-800\/70 {
    color: rgb(48 45 42 / 0.7);
  }

  .sm\:text-neutral-800\/75 {
    color: rgb(48 45 42 / 0.75);
  }

  .sm\:text-neutral-800\/80 {
    color: rgb(48 45 42 / 0.8);
  }

  .sm\:text-neutral-800\/85 {
    color: rgb(48 45 42 / 0.85);
  }

  .sm\:text-neutral-800\/90 {
    color: rgb(48 45 42 / 0.9);
  }

  .sm\:text-neutral-800\/95 {
    color: rgb(48 45 42 / 0.95);
  }

  .sm\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(33 31 29 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-900\/0 {
    color: rgb(33 31 29 / 0);
  }

  .sm\:text-neutral-900\/10 {
    color: rgb(33 31 29 / 0.1);
  }

  .sm\:text-neutral-900\/100 {
    color: rgb(33 31 29 / 1);
  }

  .sm\:text-neutral-900\/15 {
    color: rgb(33 31 29 / 0.15);
  }

  .sm\:text-neutral-900\/20 {
    color: rgb(33 31 29 / 0.2);
  }

  .sm\:text-neutral-900\/25 {
    color: rgb(33 31 29 / 0.25);
  }

  .sm\:text-neutral-900\/30 {
    color: rgb(33 31 29 / 0.3);
  }

  .sm\:text-neutral-900\/35 {
    color: rgb(33 31 29 / 0.35);
  }

  .sm\:text-neutral-900\/40 {
    color: rgb(33 31 29 / 0.4);
  }

  .sm\:text-neutral-900\/45 {
    color: rgb(33 31 29 / 0.45);
  }

  .sm\:text-neutral-900\/5 {
    color: rgb(33 31 29 / 0.05);
  }

  .sm\:text-neutral-900\/50 {
    color: rgb(33 31 29 / 0.5);
  }

  .sm\:text-neutral-900\/55 {
    color: rgb(33 31 29 / 0.55);
  }

  .sm\:text-neutral-900\/60 {
    color: rgb(33 31 29 / 0.6);
  }

  .sm\:text-neutral-900\/65 {
    color: rgb(33 31 29 / 0.65);
  }

  .sm\:text-neutral-900\/70 {
    color: rgb(33 31 29 / 0.7);
  }

  .sm\:text-neutral-900\/75 {
    color: rgb(33 31 29 / 0.75);
  }

  .sm\:text-neutral-900\/80 {
    color: rgb(33 31 29 / 0.8);
  }

  .sm\:text-neutral-900\/85 {
    color: rgb(33 31 29 / 0.85);
  }

  .sm\:text-neutral-900\/90 {
    color: rgb(33 31 29 / 0.9);
  }

  .sm\:text-neutral-900\/95 {
    color: rgb(33 31 29 / 0.95);
  }

  .sm\:text-neutral-950 {
    --tw-text-opacity: 1;
    color: rgb(18 17 16 / var(--tw-text-opacity, 1));
  }

  .sm\:text-neutral-950\/0 {
    color: rgb(18 17 16 / 0);
  }

  .sm\:text-neutral-950\/10 {
    color: rgb(18 17 16 / 0.1);
  }

  .sm\:text-neutral-950\/100 {
    color: rgb(18 17 16 / 1);
  }

  .sm\:text-neutral-950\/15 {
    color: rgb(18 17 16 / 0.15);
  }

  .sm\:text-neutral-950\/20 {
    color: rgb(18 17 16 / 0.2);
  }

  .sm\:text-neutral-950\/25 {
    color: rgb(18 17 16 / 0.25);
  }

  .sm\:text-neutral-950\/30 {
    color: rgb(18 17 16 / 0.3);
  }

  .sm\:text-neutral-950\/35 {
    color: rgb(18 17 16 / 0.35);
  }

  .sm\:text-neutral-950\/40 {
    color: rgb(18 17 16 / 0.4);
  }

  .sm\:text-neutral-950\/45 {
    color: rgb(18 17 16 / 0.45);
  }

  .sm\:text-neutral-950\/5 {
    color: rgb(18 17 16 / 0.05);
  }

  .sm\:text-neutral-950\/50 {
    color: rgb(18 17 16 / 0.5);
  }

  .sm\:text-neutral-950\/55 {
    color: rgb(18 17 16 / 0.55);
  }

  .sm\:text-neutral-950\/60 {
    color: rgb(18 17 16 / 0.6);
  }

  .sm\:text-neutral-950\/65 {
    color: rgb(18 17 16 / 0.65);
  }

  .sm\:text-neutral-950\/70 {
    color: rgb(18 17 16 / 0.7);
  }

  .sm\:text-neutral-950\/75 {
    color: rgb(18 17 16 / 0.75);
  }

  .sm\:text-neutral-950\/80 {
    color: rgb(18 17 16 / 0.8);
  }

  .sm\:text-neutral-950\/85 {
    color: rgb(18 17 16 / 0.85);
  }

  .sm\:text-neutral-950\/90 {
    color: rgb(18 17 16 / 0.9);
  }

  .sm\:text-neutral-950\/95 {
    color: rgb(18 17 16 / 0.95);
  }

  .sm\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgb(254 234 222 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-100\/0 {
    color: rgb(254 234 222 / 0);
  }

  .sm\:text-primary-100\/10 {
    color: rgb(254 234 222 / 0.1);
  }

  .sm\:text-primary-100\/100 {
    color: rgb(254 234 222 / 1);
  }

  .sm\:text-primary-100\/15 {
    color: rgb(254 234 222 / 0.15);
  }

  .sm\:text-primary-100\/20 {
    color: rgb(254 234 222 / 0.2);
  }

  .sm\:text-primary-100\/25 {
    color: rgb(254 234 222 / 0.25);
  }

  .sm\:text-primary-100\/30 {
    color: rgb(254 234 222 / 0.3);
  }

  .sm\:text-primary-100\/35 {
    color: rgb(254 234 222 / 0.35);
  }

  .sm\:text-primary-100\/40 {
    color: rgb(254 234 222 / 0.4);
  }

  .sm\:text-primary-100\/45 {
    color: rgb(254 234 222 / 0.45);
  }

  .sm\:text-primary-100\/5 {
    color: rgb(254 234 222 / 0.05);
  }

  .sm\:text-primary-100\/50 {
    color: rgb(254 234 222 / 0.5);
  }

  .sm\:text-primary-100\/55 {
    color: rgb(254 234 222 / 0.55);
  }

  .sm\:text-primary-100\/60 {
    color: rgb(254 234 222 / 0.6);
  }

  .sm\:text-primary-100\/65 {
    color: rgb(254 234 222 / 0.65);
  }

  .sm\:text-primary-100\/70 {
    color: rgb(254 234 222 / 0.7);
  }

  .sm\:text-primary-100\/75 {
    color: rgb(254 234 222 / 0.75);
  }

  .sm\:text-primary-100\/80 {
    color: rgb(254 234 222 / 0.8);
  }

  .sm\:text-primary-100\/85 {
    color: rgb(254 234 222 / 0.85);
  }

  .sm\:text-primary-100\/90 {
    color: rgb(254 234 222 / 0.9);
  }

  .sm\:text-primary-100\/95 {
    color: rgb(254 234 222 / 0.95);
  }

  .sm\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgb(252 211 189 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-200\/0 {
    color: rgb(252 211 189 / 0);
  }

  .sm\:text-primary-200\/10 {
    color: rgb(252 211 189 / 0.1);
  }

  .sm\:text-primary-200\/100 {
    color: rgb(252 211 189 / 1);
  }

  .sm\:text-primary-200\/15 {
    color: rgb(252 211 189 / 0.15);
  }

  .sm\:text-primary-200\/20 {
    color: rgb(252 211 189 / 0.2);
  }

  .sm\:text-primary-200\/25 {
    color: rgb(252 211 189 / 0.25);
  }

  .sm\:text-primary-200\/30 {
    color: rgb(252 211 189 / 0.3);
  }

  .sm\:text-primary-200\/35 {
    color: rgb(252 211 189 / 0.35);
  }

  .sm\:text-primary-200\/40 {
    color: rgb(252 211 189 / 0.4);
  }

  .sm\:text-primary-200\/45 {
    color: rgb(252 211 189 / 0.45);
  }

  .sm\:text-primary-200\/5 {
    color: rgb(252 211 189 / 0.05);
  }

  .sm\:text-primary-200\/50 {
    color: rgb(252 211 189 / 0.5);
  }

  .sm\:text-primary-200\/55 {
    color: rgb(252 211 189 / 0.55);
  }

  .sm\:text-primary-200\/60 {
    color: rgb(252 211 189 / 0.6);
  }

  .sm\:text-primary-200\/65 {
    color: rgb(252 211 189 / 0.65);
  }

  .sm\:text-primary-200\/70 {
    color: rgb(252 211 189 / 0.7);
  }

  .sm\:text-primary-200\/75 {
    color: rgb(252 211 189 / 0.75);
  }

  .sm\:text-primary-200\/80 {
    color: rgb(252 211 189 / 0.8);
  }

  .sm\:text-primary-200\/85 {
    color: rgb(252 211 189 / 0.85);
  }

  .sm\:text-primary-200\/90 {
    color: rgb(252 211 189 / 0.9);
  }

  .sm\:text-primary-200\/95 {
    color: rgb(252 211 189 / 0.95);
  }

  .sm\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgb(250 179 143 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-300\/0 {
    color: rgb(250 179 143 / 0);
  }

  .sm\:text-primary-300\/10 {
    color: rgb(250 179 143 / 0.1);
  }

  .sm\:text-primary-300\/100 {
    color: rgb(250 179 143 / 1);
  }

  .sm\:text-primary-300\/15 {
    color: rgb(250 179 143 / 0.15);
  }

  .sm\:text-primary-300\/20 {
    color: rgb(250 179 143 / 0.2);
  }

  .sm\:text-primary-300\/25 {
    color: rgb(250 179 143 / 0.25);
  }

  .sm\:text-primary-300\/30 {
    color: rgb(250 179 143 / 0.3);
  }

  .sm\:text-primary-300\/35 {
    color: rgb(250 179 143 / 0.35);
  }

  .sm\:text-primary-300\/40 {
    color: rgb(250 179 143 / 0.4);
  }

  .sm\:text-primary-300\/45 {
    color: rgb(250 179 143 / 0.45);
  }

  .sm\:text-primary-300\/5 {
    color: rgb(250 179 143 / 0.05);
  }

  .sm\:text-primary-300\/50 {
    color: rgb(250 179 143 / 0.5);
  }

  .sm\:text-primary-300\/55 {
    color: rgb(250 179 143 / 0.55);
  }

  .sm\:text-primary-300\/60 {
    color: rgb(250 179 143 / 0.6);
  }

  .sm\:text-primary-300\/65 {
    color: rgb(250 179 143 / 0.65);
  }

  .sm\:text-primary-300\/70 {
    color: rgb(250 179 143 / 0.7);
  }

  .sm\:text-primary-300\/75 {
    color: rgb(250 179 143 / 0.75);
  }

  .sm\:text-primary-300\/80 {
    color: rgb(250 179 143 / 0.8);
  }

  .sm\:text-primary-300\/85 {
    color: rgb(250 179 143 / 0.85);
  }

  .sm\:text-primary-300\/90 {
    color: rgb(250 179 143 / 0.9);
  }

  .sm\:text-primary-300\/95 {
    color: rgb(250 179 143 / 0.95);
  }

  .sm\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(249 151 102 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-400\/0 {
    color: rgb(249 151 102 / 0);
  }

  .sm\:text-primary-400\/10 {
    color: rgb(249 151 102 / 0.1);
  }

  .sm\:text-primary-400\/100 {
    color: rgb(249 151 102 / 1);
  }

  .sm\:text-primary-400\/15 {
    color: rgb(249 151 102 / 0.15);
  }

  .sm\:text-primary-400\/20 {
    color: rgb(249 151 102 / 0.2);
  }

  .sm\:text-primary-400\/25 {
    color: rgb(249 151 102 / 0.25);
  }

  .sm\:text-primary-400\/30 {
    color: rgb(249 151 102 / 0.3);
  }

  .sm\:text-primary-400\/35 {
    color: rgb(249 151 102 / 0.35);
  }

  .sm\:text-primary-400\/40 {
    color: rgb(249 151 102 / 0.4);
  }

  .sm\:text-primary-400\/45 {
    color: rgb(249 151 102 / 0.45);
  }

  .sm\:text-primary-400\/5 {
    color: rgb(249 151 102 / 0.05);
  }

  .sm\:text-primary-400\/50 {
    color: rgb(249 151 102 / 0.5);
  }

  .sm\:text-primary-400\/55 {
    color: rgb(249 151 102 / 0.55);
  }

  .sm\:text-primary-400\/60 {
    color: rgb(249 151 102 / 0.6);
  }

  .sm\:text-primary-400\/65 {
    color: rgb(249 151 102 / 0.65);
  }

  .sm\:text-primary-400\/70 {
    color: rgb(249 151 102 / 0.7);
  }

  .sm\:text-primary-400\/75 {
    color: rgb(249 151 102 / 0.75);
  }

  .sm\:text-primary-400\/80 {
    color: rgb(249 151 102 / 0.8);
  }

  .sm\:text-primary-400\/85 {
    color: rgb(249 151 102 / 0.85);
  }

  .sm\:text-primary-400\/90 {
    color: rgb(249 151 102 / 0.9);
  }

  .sm\:text-primary-400\/95 {
    color: rgb(249 151 102 / 0.95);
  }

  .sm\:text-primary-50 {
    --tw-text-opacity: 1;
    color: rgb(255 247 242 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-50\/0 {
    color: rgb(255 247 242 / 0);
  }

  .sm\:text-primary-50\/10 {
    color: rgb(255 247 242 / 0.1);
  }

  .sm\:text-primary-50\/100 {
    color: rgb(255 247 242 / 1);
  }

  .sm\:text-primary-50\/15 {
    color: rgb(255 247 242 / 0.15);
  }

  .sm\:text-primary-50\/20 {
    color: rgb(255 247 242 / 0.2);
  }

  .sm\:text-primary-50\/25 {
    color: rgb(255 247 242 / 0.25);
  }

  .sm\:text-primary-50\/30 {
    color: rgb(255 247 242 / 0.3);
  }

  .sm\:text-primary-50\/35 {
    color: rgb(255 247 242 / 0.35);
  }

  .sm\:text-primary-50\/40 {
    color: rgb(255 247 242 / 0.4);
  }

  .sm\:text-primary-50\/45 {
    color: rgb(255 247 242 / 0.45);
  }

  .sm\:text-primary-50\/5 {
    color: rgb(255 247 242 / 0.05);
  }

  .sm\:text-primary-50\/50 {
    color: rgb(255 247 242 / 0.5);
  }

  .sm\:text-primary-50\/55 {
    color: rgb(255 247 242 / 0.55);
  }

  .sm\:text-primary-50\/60 {
    color: rgb(255 247 242 / 0.6);
  }

  .sm\:text-primary-50\/65 {
    color: rgb(255 247 242 / 0.65);
  }

  .sm\:text-primary-50\/70 {
    color: rgb(255 247 242 / 0.7);
  }

  .sm\:text-primary-50\/75 {
    color: rgb(255 247 242 / 0.75);
  }

  .sm\:text-primary-50\/80 {
    color: rgb(255 247 242 / 0.8);
  }

  .sm\:text-primary-50\/85 {
    color: rgb(255 247 242 / 0.85);
  }

  .sm\:text-primary-50\/90 {
    color: rgb(255 247 242 / 0.9);
  }

  .sm\:text-primary-50\/95 {
    color: rgb(255 247 242 / 0.95);
  }

  .sm\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(247 141 77 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-500\/0 {
    color: rgb(247 141 77 / 0);
  }

  .sm\:text-primary-500\/10 {
    color: rgb(247 141 77 / 0.1);
  }

  .sm\:text-primary-500\/100 {
    color: rgb(247 141 77 / 1);
  }

  .sm\:text-primary-500\/15 {
    color: rgb(247 141 77 / 0.15);
  }

  .sm\:text-primary-500\/20 {
    color: rgb(247 141 77 / 0.2);
  }

  .sm\:text-primary-500\/25 {
    color: rgb(247 141 77 / 0.25);
  }

  .sm\:text-primary-500\/30 {
    color: rgb(247 141 77 / 0.3);
  }

  .sm\:text-primary-500\/35 {
    color: rgb(247 141 77 / 0.35);
  }

  .sm\:text-primary-500\/40 {
    color: rgb(247 141 77 / 0.4);
  }

  .sm\:text-primary-500\/45 {
    color: rgb(247 141 77 / 0.45);
  }

  .sm\:text-primary-500\/5 {
    color: rgb(247 141 77 / 0.05);
  }

  .sm\:text-primary-500\/50 {
    color: rgb(247 141 77 / 0.5);
  }

  .sm\:text-primary-500\/55 {
    color: rgb(247 141 77 / 0.55);
  }

  .sm\:text-primary-500\/60 {
    color: rgb(247 141 77 / 0.6);
  }

  .sm\:text-primary-500\/65 {
    color: rgb(247 141 77 / 0.65);
  }

  .sm\:text-primary-500\/70 {
    color: rgb(247 141 77 / 0.7);
  }

  .sm\:text-primary-500\/75 {
    color: rgb(247 141 77 / 0.75);
  }

  .sm\:text-primary-500\/80 {
    color: rgb(247 141 77 / 0.8);
  }

  .sm\:text-primary-500\/85 {
    color: rgb(247 141 77 / 0.85);
  }

  .sm\:text-primary-500\/90 {
    color: rgb(247 141 77 / 0.9);
  }

  .sm\:text-primary-500\/95 {
    color: rgb(247 141 77 / 0.95);
  }

  .sm\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(233 99 37 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-600\/0 {
    color: rgb(233 99 37 / 0);
  }

  .sm\:text-primary-600\/10 {
    color: rgb(233 99 37 / 0.1);
  }

  .sm\:text-primary-600\/100 {
    color: rgb(233 99 37 / 1);
  }

  .sm\:text-primary-600\/15 {
    color: rgb(233 99 37 / 0.15);
  }

  .sm\:text-primary-600\/20 {
    color: rgb(233 99 37 / 0.2);
  }

  .sm\:text-primary-600\/25 {
    color: rgb(233 99 37 / 0.25);
  }

  .sm\:text-primary-600\/30 {
    color: rgb(233 99 37 / 0.3);
  }

  .sm\:text-primary-600\/35 {
    color: rgb(233 99 37 / 0.35);
  }

  .sm\:text-primary-600\/40 {
    color: rgb(233 99 37 / 0.4);
  }

  .sm\:text-primary-600\/45 {
    color: rgb(233 99 37 / 0.45);
  }

  .sm\:text-primary-600\/5 {
    color: rgb(233 99 37 / 0.05);
  }

  .sm\:text-primary-600\/50 {
    color: rgb(233 99 37 / 0.5);
  }

  .sm\:text-primary-600\/55 {
    color: rgb(233 99 37 / 0.55);
  }

  .sm\:text-primary-600\/60 {
    color: rgb(233 99 37 / 0.6);
  }

  .sm\:text-primary-600\/65 {
    color: rgb(233 99 37 / 0.65);
  }

  .sm\:text-primary-600\/70 {
    color: rgb(233 99 37 / 0.7);
  }

  .sm\:text-primary-600\/75 {
    color: rgb(233 99 37 / 0.75);
  }

  .sm\:text-primary-600\/80 {
    color: rgb(233 99 37 / 0.8);
  }

  .sm\:text-primary-600\/85 {
    color: rgb(233 99 37 / 0.85);
  }

  .sm\:text-primary-600\/90 {
    color: rgb(233 99 37 / 0.9);
  }

  .sm\:text-primary-600\/95 {
    color: rgb(233 99 37 / 0.95);
  }

  .sm\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(201 74 22 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-700\/0 {
    color: rgb(201 74 22 / 0);
  }

  .sm\:text-primary-700\/10 {
    color: rgb(201 74 22 / 0.1);
  }

  .sm\:text-primary-700\/100 {
    color: rgb(201 74 22 / 1);
  }

  .sm\:text-primary-700\/15 {
    color: rgb(201 74 22 / 0.15);
  }

  .sm\:text-primary-700\/20 {
    color: rgb(201 74 22 / 0.2);
  }

  .sm\:text-primary-700\/25 {
    color: rgb(201 74 22 / 0.25);
  }

  .sm\:text-primary-700\/30 {
    color: rgb(201 74 22 / 0.3);
  }

  .sm\:text-primary-700\/35 {
    color: rgb(201 74 22 / 0.35);
  }

  .sm\:text-primary-700\/40 {
    color: rgb(201 74 22 / 0.4);
  }

  .sm\:text-primary-700\/45 {
    color: rgb(201 74 22 / 0.45);
  }

  .sm\:text-primary-700\/5 {
    color: rgb(201 74 22 / 0.05);
  }

  .sm\:text-primary-700\/50 {
    color: rgb(201 74 22 / 0.5);
  }

  .sm\:text-primary-700\/55 {
    color: rgb(201 74 22 / 0.55);
  }

  .sm\:text-primary-700\/60 {
    color: rgb(201 74 22 / 0.6);
  }

  .sm\:text-primary-700\/65 {
    color: rgb(201 74 22 / 0.65);
  }

  .sm\:text-primary-700\/70 {
    color: rgb(201 74 22 / 0.7);
  }

  .sm\:text-primary-700\/75 {
    color: rgb(201 74 22 / 0.75);
  }

  .sm\:text-primary-700\/80 {
    color: rgb(201 74 22 / 0.8);
  }

  .sm\:text-primary-700\/85 {
    color: rgb(201 74 22 / 0.85);
  }

  .sm\:text-primary-700\/90 {
    color: rgb(201 74 22 / 0.9);
  }

  .sm\:text-primary-700\/95 {
    color: rgb(201 74 22 / 0.95);
  }

  .sm\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgb(161 59 24 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-800\/0 {
    color: rgb(161 59 24 / 0);
  }

  .sm\:text-primary-800\/10 {
    color: rgb(161 59 24 / 0.1);
  }

  .sm\:text-primary-800\/100 {
    color: rgb(161 59 24 / 1);
  }

  .sm\:text-primary-800\/15 {
    color: rgb(161 59 24 / 0.15);
  }

  .sm\:text-primary-800\/20 {
    color: rgb(161 59 24 / 0.2);
  }

  .sm\:text-primary-800\/25 {
    color: rgb(161 59 24 / 0.25);
  }

  .sm\:text-primary-800\/30 {
    color: rgb(161 59 24 / 0.3);
  }

  .sm\:text-primary-800\/35 {
    color: rgb(161 59 24 / 0.35);
  }

  .sm\:text-primary-800\/40 {
    color: rgb(161 59 24 / 0.4);
  }

  .sm\:text-primary-800\/45 {
    color: rgb(161 59 24 / 0.45);
  }

  .sm\:text-primary-800\/5 {
    color: rgb(161 59 24 / 0.05);
  }

  .sm\:text-primary-800\/50 {
    color: rgb(161 59 24 / 0.5);
  }

  .sm\:text-primary-800\/55 {
    color: rgb(161 59 24 / 0.55);
  }

  .sm\:text-primary-800\/60 {
    color: rgb(161 59 24 / 0.6);
  }

  .sm\:text-primary-800\/65 {
    color: rgb(161 59 24 / 0.65);
  }

  .sm\:text-primary-800\/70 {
    color: rgb(161 59 24 / 0.7);
  }

  .sm\:text-primary-800\/75 {
    color: rgb(161 59 24 / 0.75);
  }

  .sm\:text-primary-800\/80 {
    color: rgb(161 59 24 / 0.8);
  }

  .sm\:text-primary-800\/85 {
    color: rgb(161 59 24 / 0.85);
  }

  .sm\:text-primary-800\/90 {
    color: rgb(161 59 24 / 0.9);
  }

  .sm\:text-primary-800\/95 {
    color: rgb(161 59 24 / 0.95);
  }

  .sm\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgb(130 51 24 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-900\/0 {
    color: rgb(130 51 24 / 0);
  }

  .sm\:text-primary-900\/10 {
    color: rgb(130 51 24 / 0.1);
  }

  .sm\:text-primary-900\/100 {
    color: rgb(130 51 24 / 1);
  }

  .sm\:text-primary-900\/15 {
    color: rgb(130 51 24 / 0.15);
  }

  .sm\:text-primary-900\/20 {
    color: rgb(130 51 24 / 0.2);
  }

  .sm\:text-primary-900\/25 {
    color: rgb(130 51 24 / 0.25);
  }

  .sm\:text-primary-900\/30 {
    color: rgb(130 51 24 / 0.3);
  }

  .sm\:text-primary-900\/35 {
    color: rgb(130 51 24 / 0.35);
  }

  .sm\:text-primary-900\/40 {
    color: rgb(130 51 24 / 0.4);
  }

  .sm\:text-primary-900\/45 {
    color: rgb(130 51 24 / 0.45);
  }

  .sm\:text-primary-900\/5 {
    color: rgb(130 51 24 / 0.05);
  }

  .sm\:text-primary-900\/50 {
    color: rgb(130 51 24 / 0.5);
  }

  .sm\:text-primary-900\/55 {
    color: rgb(130 51 24 / 0.55);
  }

  .sm\:text-primary-900\/60 {
    color: rgb(130 51 24 / 0.6);
  }

  .sm\:text-primary-900\/65 {
    color: rgb(130 51 24 / 0.65);
  }

  .sm\:text-primary-900\/70 {
    color: rgb(130 51 24 / 0.7);
  }

  .sm\:text-primary-900\/75 {
    color: rgb(130 51 24 / 0.75);
  }

  .sm\:text-primary-900\/80 {
    color: rgb(130 51 24 / 0.8);
  }

  .sm\:text-primary-900\/85 {
    color: rgb(130 51 24 / 0.85);
  }

  .sm\:text-primary-900\/90 {
    color: rgb(130 51 24 / 0.9);
  }

  .sm\:text-primary-900\/95 {
    color: rgb(130 51 24 / 0.95);
  }

  .sm\:text-primary-950 {
    --tw-text-opacity: 1;
    color: rgb(70 23 8 / var(--tw-text-opacity, 1));
  }

  .sm\:text-primary-950\/0 {
    color: rgb(70 23 8 / 0);
  }

  .sm\:text-primary-950\/10 {
    color: rgb(70 23 8 / 0.1);
  }

  .sm\:text-primary-950\/100 {
    color: rgb(70 23 8 / 1);
  }

  .sm\:text-primary-950\/15 {
    color: rgb(70 23 8 / 0.15);
  }

  .sm\:text-primary-950\/20 {
    color: rgb(70 23 8 / 0.2);
  }

  .sm\:text-primary-950\/25 {
    color: rgb(70 23 8 / 0.25);
  }

  .sm\:text-primary-950\/30 {
    color: rgb(70 23 8 / 0.3);
  }

  .sm\:text-primary-950\/35 {
    color: rgb(70 23 8 / 0.35);
  }

  .sm\:text-primary-950\/40 {
    color: rgb(70 23 8 / 0.4);
  }

  .sm\:text-primary-950\/45 {
    color: rgb(70 23 8 / 0.45);
  }

  .sm\:text-primary-950\/5 {
    color: rgb(70 23 8 / 0.05);
  }

  .sm\:text-primary-950\/50 {
    color: rgb(70 23 8 / 0.5);
  }

  .sm\:text-primary-950\/55 {
    color: rgb(70 23 8 / 0.55);
  }

  .sm\:text-primary-950\/60 {
    color: rgb(70 23 8 / 0.6);
  }

  .sm\:text-primary-950\/65 {
    color: rgb(70 23 8 / 0.65);
  }

  .sm\:text-primary-950\/70 {
    color: rgb(70 23 8 / 0.7);
  }

  .sm\:text-primary-950\/75 {
    color: rgb(70 23 8 / 0.75);
  }

  .sm\:text-primary-950\/80 {
    color: rgb(70 23 8 / 0.8);
  }

  .sm\:text-primary-950\/85 {
    color: rgb(70 23 8 / 0.85);
  }

  .sm\:text-primary-950\/90 {
    color: rgb(70 23 8 / 0.9);
  }

  .sm\:text-primary-950\/95 {
    color: rgb(70 23 8 / 0.95);
  }

  .sm\:text-transparent {
    color: transparent;
  }

  .sm\:text-transparent\/0 {
    color: rgb(0 0 0 / 0);
  }

  .sm\:text-transparent\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .sm\:text-transparent\/100 {
    color: rgb(0 0 0 / 1);
  }

  .sm\:text-transparent\/15 {
    color: rgb(0 0 0 / 0.15);
  }

  .sm\:text-transparent\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .sm\:text-transparent\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .sm\:text-transparent\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .sm\:text-transparent\/35 {
    color: rgb(0 0 0 / 0.35);
  }

  .sm\:text-transparent\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .sm\:text-transparent\/45 {
    color: rgb(0 0 0 / 0.45);
  }

  .sm\:text-transparent\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .sm\:text-transparent\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .sm\:text-transparent\/55 {
    color: rgb(0 0 0 / 0.55);
  }

  .sm\:text-transparent\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .sm\:text-transparent\/65 {
    color: rgb(0 0 0 / 0.65);
  }

  .sm\:text-transparent\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .sm\:text-transparent\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .sm\:text-transparent\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .sm\:text-transparent\/85 {
    color: rgb(0 0 0 / 0.85);
  }

  .sm\:text-transparent\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .sm\:text-transparent\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .sm\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .sm\:text-white\/0 {
    color: rgb(255 255 255 / 0);
  }

  .sm\:text-white\/10 {
    color: rgb(255 255 255 / 0.1);
  }

  .sm\:text-white\/100 {
    color: rgb(255 255 255 / 1);
  }

  .sm\:text-white\/15 {
    color: rgb(255 255 255 / 0.15);
  }

  .sm\:text-white\/20 {
    color: rgb(255 255 255 / 0.2);
  }

  .sm\:text-white\/25 {
    color: rgb(255 255 255 / 0.25);
  }

  .sm\:text-white\/30 {
    color: rgb(255 255 255 / 0.3);
  }

  .sm\:text-white\/35 {
    color: rgb(255 255 255 / 0.35);
  }

  .sm\:text-white\/40 {
    color: rgb(255 255 255 / 0.4);
  }

  .sm\:text-white\/45 {
    color: rgb(255 255 255 / 0.45);
  }

  .sm\:text-white\/5 {
    color: rgb(255 255 255 / 0.05);
  }

  .sm\:text-white\/50 {
    color: rgb(255 255 255 / 0.5);
  }

  .sm\:text-white\/55 {
    color: rgb(255 255 255 / 0.55);
  }

  .sm\:text-white\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .sm\:text-white\/65 {
    color: rgb(255 255 255 / 0.65);
  }

  .sm\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .sm\:text-white\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .sm\:text-white\/80 {
    color: rgb(255 255 255 / 0.8);
  }

  .sm\:text-white\/85 {
    color: rgb(255 255 255 / 0.85);
  }

  .sm\:text-white\/90 {
    color: rgb(255 255 255 / 0.9);
  }

  .sm\:text-white\/95 {
    color: rgb(255 255 255 / 0.95);
  }

  .sm\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1));
  }

  .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\/15 {
    color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    color: rgb(254 249 195 / 0.35);
  }

  .sm\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .sm\:text-yellow-100\/45 {
    color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    color: rgb(254 249 195 / 0.55);
  }

  .sm\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .sm\:text-yellow-100\/65 {
    color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    color: rgb(254 240 138 / 0.35);
  }

  .sm\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .sm\:text-yellow-200\/45 {
    color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    color: rgb(254 240 138 / 0.55);
  }

  .sm\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .sm\:text-yellow-200\/65 {
    color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }

  .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\/15 {
    color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    color: rgb(250 204 21 / 0.35);
  }

  .sm\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .sm\:text-yellow-400\/45 {
    color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    color: rgb(250 204 21 / 0.55);
  }

  .sm\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .sm\:text-yellow-400\/65 {
    color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    color: rgb(254 252 232 / 0.35);
  }

  .sm\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .sm\:text-yellow-50\/45 {
    color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    color: rgb(254 252 232 / 0.55);
  }

  .sm\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .sm\:text-yellow-50\/65 {
    color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    color: rgb(234 179 8 / 0.35);
  }

  .sm\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .sm\:text-yellow-500\/45 {
    color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    color: rgb(234 179 8 / 0.55);
  }

  .sm\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .sm\:text-yellow-500\/65 {
    color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    color: rgb(202 138 4 / 0.35);
  }

  .sm\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .sm\:text-yellow-600\/45 {
    color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    color: rgb(202 138 4 / 0.55);
  }

  .sm\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .sm\:text-yellow-600\/65 {
    color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }

  .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\/15 {
    color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    color: rgb(133 77 14 / 0.35);
  }

  .sm\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .sm\:text-yellow-800\/45 {
    color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    color: rgb(133 77 14 / 0.55);
  }

  .sm\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .sm\:text-yellow-800\/65 {
    color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    color: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    text-decoration-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(254 249 195 / 0.35);
  }

  .sm\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .sm\:decoration-yellow-100\/45 {
    text-decoration-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(254 249 195 / 0.55);
  }

  .sm\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .sm\:decoration-yellow-100\/65 {
    text-decoration-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(254 240 138 / 0.35);
  }

  .sm\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .sm\:decoration-yellow-200\/45 {
    text-decoration-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(254 240 138 / 0.55);
  }

  .sm\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .sm\:decoration-yellow-200\/65 {
    text-decoration-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    text-decoration-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(250 204 21 / 0.35);
  }

  .sm\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .sm\:decoration-yellow-400\/45 {
    text-decoration-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(250 204 21 / 0.55);
  }

  .sm\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .sm\:decoration-yellow-400\/65 {
    text-decoration-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(254 252 232 / 0.35);
  }

  .sm\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .sm\:decoration-yellow-50\/45 {
    text-decoration-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(254 252 232 / 0.55);
  }

  .sm\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .sm\:decoration-yellow-50\/65 {
    text-decoration-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(234 179 8 / 0.35);
  }

  .sm\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .sm\:decoration-yellow-500\/45 {
    text-decoration-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(234 179 8 / 0.55);
  }

  .sm\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .sm\:decoration-yellow-500\/65 {
    text-decoration-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(202 138 4 / 0.35);
  }

  .sm\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .sm\:decoration-yellow-600\/45 {
    text-decoration-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(202 138 4 / 0.55);
  }

  .sm\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .sm\:decoration-yellow-600\/65 {
    text-decoration-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    text-decoration-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(133 77 14 / 0.35);
  }

  .sm\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .sm\:decoration-yellow-800\/45 {
    text-decoration-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(133 77 14 / 0.55);
  }

  .sm\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .sm\:decoration-yellow-800\/65 {
    text-decoration-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(133 77 14 / 0.85);
  }

  .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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .sm\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .sm\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
  }

  .sm\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(254 249 195 / 0.15);
  }

  .sm\:placeholder-yellow-100\/15::placeholder {
    color: rgb(254 249 195 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(254 249 195 / 0.35);
  }

  .sm\:placeholder-yellow-100\/35::placeholder {
    color: rgb(254 249 195 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(254 249 195 / 0.45);
  }

  .sm\:placeholder-yellow-100\/45::placeholder {
    color: rgb(254 249 195 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(254 249 195 / 0.55);
  }

  .sm\:placeholder-yellow-100\/55::placeholder {
    color: rgb(254 249 195 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(254 249 195 / 0.65);
  }

  .sm\:placeholder-yellow-100\/65::placeholder {
    color: rgb(254 249 195 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(254 249 195 / 0.85);
  }

  .sm\:placeholder-yellow-100\/85::placeholder {
    color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .sm\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(254 240 138 / 0.15);
  }

  .sm\:placeholder-yellow-200\/15::placeholder {
    color: rgb(254 240 138 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(254 240 138 / 0.35);
  }

  .sm\:placeholder-yellow-200\/35::placeholder {
    color: rgb(254 240 138 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(254 240 138 / 0.45);
  }

  .sm\:placeholder-yellow-200\/45::placeholder {
    color: rgb(254 240 138 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(254 240 138 / 0.55);
  }

  .sm\:placeholder-yellow-200\/55::placeholder {
    color: rgb(254 240 138 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(254 240 138 / 0.65);
  }

  .sm\:placeholder-yellow-200\/65::placeholder {
    color: rgb(254 240 138 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(254 240 138 / 0.85);
  }

  .sm\:placeholder-yellow-200\/85::placeholder {
    color: rgb(254 240 138 / 0.85);
  }

  .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-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
  }

  .sm\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(250 204 21 / 0.15);
  }

  .sm\:placeholder-yellow-400\/15::placeholder {
    color: rgb(250 204 21 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(250 204 21 / 0.35);
  }

  .sm\:placeholder-yellow-400\/35::placeholder {
    color: rgb(250 204 21 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(250 204 21 / 0.45);
  }

  .sm\:placeholder-yellow-400\/45::placeholder {
    color: rgb(250 204 21 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(250 204 21 / 0.55);
  }

  .sm\:placeholder-yellow-400\/55::placeholder {
    color: rgb(250 204 21 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(250 204 21 / 0.65);
  }

  .sm\:placeholder-yellow-400\/65::placeholder {
    color: rgb(250 204 21 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(250 204 21 / 0.85);
  }

  .sm\:placeholder-yellow-400\/85::placeholder {
    color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .sm\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(254 252 232 / 0.15);
  }

  .sm\:placeholder-yellow-50\/15::placeholder {
    color: rgb(254 252 232 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(254 252 232 / 0.35);
  }

  .sm\:placeholder-yellow-50\/35::placeholder {
    color: rgb(254 252 232 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(254 252 232 / 0.45);
  }

  .sm\:placeholder-yellow-50\/45::placeholder {
    color: rgb(254 252 232 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(254 252 232 / 0.55);
  }

  .sm\:placeholder-yellow-50\/55::placeholder {
    color: rgb(254 252 232 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(254 252 232 / 0.65);
  }

  .sm\:placeholder-yellow-50\/65::placeholder {
    color: rgb(254 252 232 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(254 252 232 / 0.85);
  }

  .sm\:placeholder-yellow-50\/85::placeholder {
    color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .sm\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(234 179 8 / 0.15);
  }

  .sm\:placeholder-yellow-500\/15::placeholder {
    color: rgb(234 179 8 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(234 179 8 / 0.35);
  }

  .sm\:placeholder-yellow-500\/35::placeholder {
    color: rgb(234 179 8 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(234 179 8 / 0.45);
  }

  .sm\:placeholder-yellow-500\/45::placeholder {
    color: rgb(234 179 8 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(234 179 8 / 0.55);
  }

  .sm\:placeholder-yellow-500\/55::placeholder {
    color: rgb(234 179 8 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(234 179 8 / 0.65);
  }

  .sm\:placeholder-yellow-500\/65::placeholder {
    color: rgb(234 179 8 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(234 179 8 / 0.85);
  }

  .sm\:placeholder-yellow-500\/85::placeholder {
    color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .sm\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(202 138 4 / 0.15);
  }

  .sm\:placeholder-yellow-600\/15::placeholder {
    color: rgb(202 138 4 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(202 138 4 / 0.35);
  }

  .sm\:placeholder-yellow-600\/35::placeholder {
    color: rgb(202 138 4 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(202 138 4 / 0.45);
  }

  .sm\:placeholder-yellow-600\/45::placeholder {
    color: rgb(202 138 4 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(202 138 4 / 0.55);
  }

  .sm\:placeholder-yellow-600\/55::placeholder {
    color: rgb(202 138 4 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(202 138 4 / 0.65);
  }

  .sm\:placeholder-yellow-600\/65::placeholder {
    color: rgb(202 138 4 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(202 138 4 / 0.85);
  }

  .sm\:placeholder-yellow-600\/85::placeholder {
    color: rgb(202 138 4 / 0.85);
  }

  .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-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
  }

  .sm\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(133 77 14 / 0.15);
  }

  .sm\:placeholder-yellow-800\/15::placeholder {
    color: rgb(133 77 14 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(133 77 14 / 0.35);
  }

  .sm\:placeholder-yellow-800\/35::placeholder {
    color: rgb(133 77 14 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(133 77 14 / 0.45);
  }

  .sm\:placeholder-yellow-800\/45::placeholder {
    color: rgb(133 77 14 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(133 77 14 / 0.55);
  }

  .sm\:placeholder-yellow-800\/55::placeholder {
    color: rgb(133 77 14 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(133 77 14 / 0.65);
  }

  .sm\:placeholder-yellow-800\/65::placeholder {
    color: rgb(133 77 14 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(133 77 14 / 0.85);
  }

  .sm\:placeholder-yellow-800\/85::placeholder {
    color: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    caret-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(254 249 195 / 0.35);
  }

  .sm\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .sm\:caret-yellow-100\/45 {
    caret-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(254 249 195 / 0.55);
  }

  .sm\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .sm\:caret-yellow-100\/65 {
    caret-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(254 240 138 / 0.35);
  }

  .sm\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .sm\:caret-yellow-200\/45 {
    caret-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(254 240 138 / 0.55);
  }

  .sm\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .sm\:caret-yellow-200\/65 {
    caret-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    caret-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(250 204 21 / 0.35);
  }

  .sm\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .sm\:caret-yellow-400\/45 {
    caret-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(250 204 21 / 0.55);
  }

  .sm\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .sm\:caret-yellow-400\/65 {
    caret-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(254 252 232 / 0.35);
  }

  .sm\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .sm\:caret-yellow-50\/45 {
    caret-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(254 252 232 / 0.55);
  }

  .sm\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .sm\:caret-yellow-50\/65 {
    caret-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(234 179 8 / 0.35);
  }

  .sm\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .sm\:caret-yellow-500\/45 {
    caret-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(234 179 8 / 0.55);
  }

  .sm\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .sm\:caret-yellow-500\/65 {
    caret-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(202 138 4 / 0.35);
  }

  .sm\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .sm\:caret-yellow-600\/45 {
    caret-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(202 138 4 / 0.55);
  }

  .sm\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .sm\:caret-yellow-600\/65 {
    caret-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    caret-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(133 77 14 / 0.35);
  }

  .sm\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .sm\:caret-yellow-800\/45 {
    caret-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(133 77 14 / 0.55);
  }

  .sm\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .sm\:caret-yellow-800\/65 {
    caret-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    accent-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(254 249 195 / 0.35);
  }

  .sm\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .sm\:accent-yellow-100\/45 {
    accent-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(254 249 195 / 0.55);
  }

  .sm\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .sm\:accent-yellow-100\/65 {
    accent-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(254 240 138 / 0.35);
  }

  .sm\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .sm\:accent-yellow-200\/45 {
    accent-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(254 240 138 / 0.55);
  }

  .sm\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .sm\:accent-yellow-200\/65 {
    accent-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    accent-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(250 204 21 / 0.35);
  }

  .sm\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .sm\:accent-yellow-400\/45 {
    accent-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(250 204 21 / 0.55);
  }

  .sm\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .sm\:accent-yellow-400\/65 {
    accent-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(254 252 232 / 0.35);
  }

  .sm\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .sm\:accent-yellow-50\/45 {
    accent-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(254 252 232 / 0.55);
  }

  .sm\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .sm\:accent-yellow-50\/65 {
    accent-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(234 179 8 / 0.35);
  }

  .sm\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .sm\:accent-yellow-500\/45 {
    accent-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(234 179 8 / 0.55);
  }

  .sm\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .sm\:accent-yellow-500\/65 {
    accent-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(202 138 4 / 0.35);
  }

  .sm\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .sm\:accent-yellow-600\/45 {
    accent-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(202 138 4 / 0.55);
  }

  .sm\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .sm\:accent-yellow-600\/65 {
    accent-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    accent-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(133 77 14 / 0.35);
  }

  .sm\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .sm\:accent-yellow-800\/45 {
    accent-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(133 77 14 / 0.55);
  }

  .sm\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .sm\:accent-yellow-800\/65 {
    accent-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(133 77 14 / 0.85);
  }

  .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\: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);
  }

  .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-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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\: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);
  }

  .sm\:shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .sm\: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);
  }

  .sm\:shadow-accent-100 {
    --tw-shadow-color: #ebfbcb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/0 {
    --tw-shadow-color: rgb(235 251 203 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/10 {
    --tw-shadow-color: rgb(235 251 203 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/100 {
    --tw-shadow-color: rgb(235 251 203 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/15 {
    --tw-shadow-color: rgb(235 251 203 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/20 {
    --tw-shadow-color: rgb(235 251 203 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/25 {
    --tw-shadow-color: rgb(235 251 203 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/30 {
    --tw-shadow-color: rgb(235 251 203 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/35 {
    --tw-shadow-color: rgb(235 251 203 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/40 {
    --tw-shadow-color: rgb(235 251 203 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/45 {
    --tw-shadow-color: rgb(235 251 203 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/5 {
    --tw-shadow-color: rgb(235 251 203 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/50 {
    --tw-shadow-color: rgb(235 251 203 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/55 {
    --tw-shadow-color: rgb(235 251 203 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/60 {
    --tw-shadow-color: rgb(235 251 203 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/65 {
    --tw-shadow-color: rgb(235 251 203 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/70 {
    --tw-shadow-color: rgb(235 251 203 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/75 {
    --tw-shadow-color: rgb(235 251 203 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/80 {
    --tw-shadow-color: rgb(235 251 203 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/85 {
    --tw-shadow-color: rgb(235 251 203 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/90 {
    --tw-shadow-color: rgb(235 251 203 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-100\/95 {
    --tw-shadow-color: rgb(235 251 203 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200 {
    --tw-shadow-color: #d8f69a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/0 {
    --tw-shadow-color: rgb(216 246 154 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/10 {
    --tw-shadow-color: rgb(216 246 154 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/100 {
    --tw-shadow-color: rgb(216 246 154 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/15 {
    --tw-shadow-color: rgb(216 246 154 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/20 {
    --tw-shadow-color: rgb(216 246 154 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/25 {
    --tw-shadow-color: rgb(216 246 154 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/30 {
    --tw-shadow-color: rgb(216 246 154 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/35 {
    --tw-shadow-color: rgb(216 246 154 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/40 {
    --tw-shadow-color: rgb(216 246 154 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/45 {
    --tw-shadow-color: rgb(216 246 154 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/5 {
    --tw-shadow-color: rgb(216 246 154 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/50 {
    --tw-shadow-color: rgb(216 246 154 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/55 {
    --tw-shadow-color: rgb(216 246 154 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/60 {
    --tw-shadow-color: rgb(216 246 154 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/65 {
    --tw-shadow-color: rgb(216 246 154 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/70 {
    --tw-shadow-color: rgb(216 246 154 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/75 {
    --tw-shadow-color: rgb(216 246 154 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/80 {
    --tw-shadow-color: rgb(216 246 154 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/85 {
    --tw-shadow-color: rgb(216 246 154 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/90 {
    --tw-shadow-color: rgb(216 246 154 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-200\/95 {
    --tw-shadow-color: rgb(216 246 154 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300 {
    --tw-shadow-color: #c4f078;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/0 {
    --tw-shadow-color: rgb(196 240 120 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/10 {
    --tw-shadow-color: rgb(196 240 120 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/100 {
    --tw-shadow-color: rgb(196 240 120 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/15 {
    --tw-shadow-color: rgb(196 240 120 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/20 {
    --tw-shadow-color: rgb(196 240 120 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/25 {
    --tw-shadow-color: rgb(196 240 120 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/30 {
    --tw-shadow-color: rgb(196 240 120 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/35 {
    --tw-shadow-color: rgb(196 240 120 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/40 {
    --tw-shadow-color: rgb(196 240 120 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/45 {
    --tw-shadow-color: rgb(196 240 120 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/5 {
    --tw-shadow-color: rgb(196 240 120 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/50 {
    --tw-shadow-color: rgb(196 240 120 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/55 {
    --tw-shadow-color: rgb(196 240 120 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/60 {
    --tw-shadow-color: rgb(196 240 120 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/65 {
    --tw-shadow-color: rgb(196 240 120 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/70 {
    --tw-shadow-color: rgb(196 240 120 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/75 {
    --tw-shadow-color: rgb(196 240 120 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/80 {
    --tw-shadow-color: rgb(196 240 120 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/85 {
    --tw-shadow-color: rgb(196 240 120 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/90 {
    --tw-shadow-color: rgb(196 240 120 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-300\/95 {
    --tw-shadow-color: rgb(196 240 120 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400 {
    --tw-shadow-color: #b7ed68;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/0 {
    --tw-shadow-color: rgb(183 237 104 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/10 {
    --tw-shadow-color: rgb(183 237 104 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/100 {
    --tw-shadow-color: rgb(183 237 104 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/15 {
    --tw-shadow-color: rgb(183 237 104 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/20 {
    --tw-shadow-color: rgb(183 237 104 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/25 {
    --tw-shadow-color: rgb(183 237 104 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/30 {
    --tw-shadow-color: rgb(183 237 104 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/35 {
    --tw-shadow-color: rgb(183 237 104 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/40 {
    --tw-shadow-color: rgb(183 237 104 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/45 {
    --tw-shadow-color: rgb(183 237 104 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/5 {
    --tw-shadow-color: rgb(183 237 104 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/50 {
    --tw-shadow-color: rgb(183 237 104 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/55 {
    --tw-shadow-color: rgb(183 237 104 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/60 {
    --tw-shadow-color: rgb(183 237 104 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/65 {
    --tw-shadow-color: rgb(183 237 104 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/70 {
    --tw-shadow-color: rgb(183 237 104 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/75 {
    --tw-shadow-color: rgb(183 237 104 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/80 {
    --tw-shadow-color: rgb(183 237 104 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/85 {
    --tw-shadow-color: rgb(183 237 104 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/90 {
    --tw-shadow-color: rgb(183 237 104 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-400\/95 {
    --tw-shadow-color: rgb(183 237 104 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50 {
    --tw-shadow-color: #f7fdeb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/0 {
    --tw-shadow-color: rgb(247 253 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/10 {
    --tw-shadow-color: rgb(247 253 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/100 {
    --tw-shadow-color: rgb(247 253 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/15 {
    --tw-shadow-color: rgb(247 253 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/20 {
    --tw-shadow-color: rgb(247 253 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/25 {
    --tw-shadow-color: rgb(247 253 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/30 {
    --tw-shadow-color: rgb(247 253 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/35 {
    --tw-shadow-color: rgb(247 253 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/40 {
    --tw-shadow-color: rgb(247 253 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/45 {
    --tw-shadow-color: rgb(247 253 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/5 {
    --tw-shadow-color: rgb(247 253 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/50 {
    --tw-shadow-color: rgb(247 253 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/55 {
    --tw-shadow-color: rgb(247 253 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/60 {
    --tw-shadow-color: rgb(247 253 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/65 {
    --tw-shadow-color: rgb(247 253 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/70 {
    --tw-shadow-color: rgb(247 253 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/75 {
    --tw-shadow-color: rgb(247 253 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/80 {
    --tw-shadow-color: rgb(247 253 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/85 {
    --tw-shadow-color: rgb(247 253 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/90 {
    --tw-shadow-color: rgb(247 253 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-50\/95 {
    --tw-shadow-color: rgb(247 253 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500 {
    --tw-shadow-color: #aeeb60;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/0 {
    --tw-shadow-color: rgb(174 235 96 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/10 {
    --tw-shadow-color: rgb(174 235 96 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/100 {
    --tw-shadow-color: rgb(174 235 96 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/15 {
    --tw-shadow-color: rgb(174 235 96 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/20 {
    --tw-shadow-color: rgb(174 235 96 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/25 {
    --tw-shadow-color: rgb(174 235 96 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/30 {
    --tw-shadow-color: rgb(174 235 96 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/35 {
    --tw-shadow-color: rgb(174 235 96 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/40 {
    --tw-shadow-color: rgb(174 235 96 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/45 {
    --tw-shadow-color: rgb(174 235 96 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/5 {
    --tw-shadow-color: rgb(174 235 96 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/50 {
    --tw-shadow-color: rgb(174 235 96 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/55 {
    --tw-shadow-color: rgb(174 235 96 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/60 {
    --tw-shadow-color: rgb(174 235 96 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/65 {
    --tw-shadow-color: rgb(174 235 96 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/70 {
    --tw-shadow-color: rgb(174 235 96 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/75 {
    --tw-shadow-color: rgb(174 235 96 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/80 {
    --tw-shadow-color: rgb(174 235 96 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/85 {
    --tw-shadow-color: rgb(174 235 96 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/90 {
    --tw-shadow-color: rgb(174 235 96 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-500\/95 {
    --tw-shadow-color: rgb(174 235 96 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600 {
    --tw-shadow-color: #82c930;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/0 {
    --tw-shadow-color: rgb(130 201 48 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/10 {
    --tw-shadow-color: rgb(130 201 48 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/100 {
    --tw-shadow-color: rgb(130 201 48 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/15 {
    --tw-shadow-color: rgb(130 201 48 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/20 {
    --tw-shadow-color: rgb(130 201 48 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/25 {
    --tw-shadow-color: rgb(130 201 48 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/30 {
    --tw-shadow-color: rgb(130 201 48 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/35 {
    --tw-shadow-color: rgb(130 201 48 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/40 {
    --tw-shadow-color: rgb(130 201 48 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/45 {
    --tw-shadow-color: rgb(130 201 48 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/5 {
    --tw-shadow-color: rgb(130 201 48 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/50 {
    --tw-shadow-color: rgb(130 201 48 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/55 {
    --tw-shadow-color: rgb(130 201 48 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/60 {
    --tw-shadow-color: rgb(130 201 48 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/65 {
    --tw-shadow-color: rgb(130 201 48 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/70 {
    --tw-shadow-color: rgb(130 201 48 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/75 {
    --tw-shadow-color: rgb(130 201 48 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/80 {
    --tw-shadow-color: rgb(130 201 48 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/85 {
    --tw-shadow-color: rgb(130 201 48 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/90 {
    --tw-shadow-color: rgb(130 201 48 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-600\/95 {
    --tw-shadow-color: rgb(130 201 48 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700 {
    --tw-shadow-color: #61a11f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/0 {
    --tw-shadow-color: rgb(97 161 31 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/10 {
    --tw-shadow-color: rgb(97 161 31 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/100 {
    --tw-shadow-color: rgb(97 161 31 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/15 {
    --tw-shadow-color: rgb(97 161 31 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/20 {
    --tw-shadow-color: rgb(97 161 31 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/25 {
    --tw-shadow-color: rgb(97 161 31 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/30 {
    --tw-shadow-color: rgb(97 161 31 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/35 {
    --tw-shadow-color: rgb(97 161 31 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/40 {
    --tw-shadow-color: rgb(97 161 31 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/45 {
    --tw-shadow-color: rgb(97 161 31 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/5 {
    --tw-shadow-color: rgb(97 161 31 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/50 {
    --tw-shadow-color: rgb(97 161 31 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/55 {
    --tw-shadow-color: rgb(97 161 31 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/60 {
    --tw-shadow-color: rgb(97 161 31 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/65 {
    --tw-shadow-color: rgb(97 161 31 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/70 {
    --tw-shadow-color: rgb(97 161 31 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/75 {
    --tw-shadow-color: rgb(97 161 31 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/80 {
    --tw-shadow-color: rgb(97 161 31 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/85 {
    --tw-shadow-color: rgb(97 161 31 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/90 {
    --tw-shadow-color: rgb(97 161 31 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-700\/95 {
    --tw-shadow-color: rgb(97 161 31 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800 {
    --tw-shadow-color: #4e7e20;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/0 {
    --tw-shadow-color: rgb(78 126 32 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/10 {
    --tw-shadow-color: rgb(78 126 32 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/100 {
    --tw-shadow-color: rgb(78 126 32 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/15 {
    --tw-shadow-color: rgb(78 126 32 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/20 {
    --tw-shadow-color: rgb(78 126 32 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/25 {
    --tw-shadow-color: rgb(78 126 32 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/30 {
    --tw-shadow-color: rgb(78 126 32 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/35 {
    --tw-shadow-color: rgb(78 126 32 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/40 {
    --tw-shadow-color: rgb(78 126 32 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/45 {
    --tw-shadow-color: rgb(78 126 32 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/5 {
    --tw-shadow-color: rgb(78 126 32 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/50 {
    --tw-shadow-color: rgb(78 126 32 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/55 {
    --tw-shadow-color: rgb(78 126 32 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/60 {
    --tw-shadow-color: rgb(78 126 32 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/65 {
    --tw-shadow-color: rgb(78 126 32 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/70 {
    --tw-shadow-color: rgb(78 126 32 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/75 {
    --tw-shadow-color: rgb(78 126 32 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/80 {
    --tw-shadow-color: rgb(78 126 32 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/85 {
    --tw-shadow-color: rgb(78 126 32 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/90 {
    --tw-shadow-color: rgb(78 126 32 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-800\/95 {
    --tw-shadow-color: rgb(78 126 32 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900 {
    --tw-shadow-color: #426a21;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/0 {
    --tw-shadow-color: rgb(66 106 33 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/10 {
    --tw-shadow-color: rgb(66 106 33 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/100 {
    --tw-shadow-color: rgb(66 106 33 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/15 {
    --tw-shadow-color: rgb(66 106 33 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/20 {
    --tw-shadow-color: rgb(66 106 33 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/25 {
    --tw-shadow-color: rgb(66 106 33 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/30 {
    --tw-shadow-color: rgb(66 106 33 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/35 {
    --tw-shadow-color: rgb(66 106 33 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/40 {
    --tw-shadow-color: rgb(66 106 33 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/45 {
    --tw-shadow-color: rgb(66 106 33 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/5 {
    --tw-shadow-color: rgb(66 106 33 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/50 {
    --tw-shadow-color: rgb(66 106 33 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/55 {
    --tw-shadow-color: rgb(66 106 33 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/60 {
    --tw-shadow-color: rgb(66 106 33 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/65 {
    --tw-shadow-color: rgb(66 106 33 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/70 {
    --tw-shadow-color: rgb(66 106 33 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/75 {
    --tw-shadow-color: rgb(66 106 33 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/80 {
    --tw-shadow-color: rgb(66 106 33 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/85 {
    --tw-shadow-color: rgb(66 106 33 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/90 {
    --tw-shadow-color: rgb(66 106 33 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-900\/95 {
    --tw-shadow-color: rgb(66 106 33 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950 {
    --tw-shadow-color: #203a0b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/0 {
    --tw-shadow-color: rgb(32 58 11 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/10 {
    --tw-shadow-color: rgb(32 58 11 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/100 {
    --tw-shadow-color: rgb(32 58 11 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/15 {
    --tw-shadow-color: rgb(32 58 11 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/20 {
    --tw-shadow-color: rgb(32 58 11 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/25 {
    --tw-shadow-color: rgb(32 58 11 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/30 {
    --tw-shadow-color: rgb(32 58 11 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/35 {
    --tw-shadow-color: rgb(32 58 11 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/40 {
    --tw-shadow-color: rgb(32 58 11 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/45 {
    --tw-shadow-color: rgb(32 58 11 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/5 {
    --tw-shadow-color: rgb(32 58 11 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/50 {
    --tw-shadow-color: rgb(32 58 11 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/55 {
    --tw-shadow-color: rgb(32 58 11 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/60 {
    --tw-shadow-color: rgb(32 58 11 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/65 {
    --tw-shadow-color: rgb(32 58 11 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/70 {
    --tw-shadow-color: rgb(32 58 11 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/75 {
    --tw-shadow-color: rgb(32 58 11 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/80 {
    --tw-shadow-color: rgb(32 58 11 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/85 {
    --tw-shadow-color: rgb(32 58 11 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/90 {
    --tw-shadow-color: rgb(32 58 11 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-accent-950\/95 {
    --tw-shadow-color: rgb(32 58 11 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100 {
    --tw-shadow-color: #fef3c7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/0 {
    --tw-shadow-color: rgb(254 243 199 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/10 {
    --tw-shadow-color: rgb(254 243 199 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/100 {
    --tw-shadow-color: rgb(254 243 199 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/15 {
    --tw-shadow-color: rgb(254 243 199 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/20 {
    --tw-shadow-color: rgb(254 243 199 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/25 {
    --tw-shadow-color: rgb(254 243 199 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/30 {
    --tw-shadow-color: rgb(254 243 199 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/35 {
    --tw-shadow-color: rgb(254 243 199 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/40 {
    --tw-shadow-color: rgb(254 243 199 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/45 {
    --tw-shadow-color: rgb(254 243 199 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/5 {
    --tw-shadow-color: rgb(254 243 199 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/50 {
    --tw-shadow-color: rgb(254 243 199 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/55 {
    --tw-shadow-color: rgb(254 243 199 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/60 {
    --tw-shadow-color: rgb(254 243 199 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/65 {
    --tw-shadow-color: rgb(254 243 199 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/70 {
    --tw-shadow-color: rgb(254 243 199 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/75 {
    --tw-shadow-color: rgb(254 243 199 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/80 {
    --tw-shadow-color: rgb(254 243 199 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/85 {
    --tw-shadow-color: rgb(254 243 199 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/90 {
    --tw-shadow-color: rgb(254 243 199 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-100\/95 {
    --tw-shadow-color: rgb(254 243 199 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200 {
    --tw-shadow-color: #fde68a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/0 {
    --tw-shadow-color: rgb(253 230 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/10 {
    --tw-shadow-color: rgb(253 230 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/100 {
    --tw-shadow-color: rgb(253 230 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/15 {
    --tw-shadow-color: rgb(253 230 138 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/20 {
    --tw-shadow-color: rgb(253 230 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/25 {
    --tw-shadow-color: rgb(253 230 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/30 {
    --tw-shadow-color: rgb(253 230 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/35 {
    --tw-shadow-color: rgb(253 230 138 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/40 {
    --tw-shadow-color: rgb(253 230 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/45 {
    --tw-shadow-color: rgb(253 230 138 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/5 {
    --tw-shadow-color: rgb(253 230 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/50 {
    --tw-shadow-color: rgb(253 230 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/55 {
    --tw-shadow-color: rgb(253 230 138 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/60 {
    --tw-shadow-color: rgb(253 230 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/65 {
    --tw-shadow-color: rgb(253 230 138 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/70 {
    --tw-shadow-color: rgb(253 230 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/75 {
    --tw-shadow-color: rgb(253 230 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/80 {
    --tw-shadow-color: rgb(253 230 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/85 {
    --tw-shadow-color: rgb(253 230 138 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/90 {
    --tw-shadow-color: rgb(253 230 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-200\/95 {
    --tw-shadow-color: rgb(253 230 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300 {
    --tw-shadow-color: #fcd34d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/0 {
    --tw-shadow-color: rgb(252 211 77 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/10 {
    --tw-shadow-color: rgb(252 211 77 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/100 {
    --tw-shadow-color: rgb(252 211 77 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/15 {
    --tw-shadow-color: rgb(252 211 77 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/20 {
    --tw-shadow-color: rgb(252 211 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/25 {
    --tw-shadow-color: rgb(252 211 77 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/30 {
    --tw-shadow-color: rgb(252 211 77 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/35 {
    --tw-shadow-color: rgb(252 211 77 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/40 {
    --tw-shadow-color: rgb(252 211 77 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/45 {
    --tw-shadow-color: rgb(252 211 77 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/5 {
    --tw-shadow-color: rgb(252 211 77 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/50 {
    --tw-shadow-color: rgb(252 211 77 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/55 {
    --tw-shadow-color: rgb(252 211 77 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/60 {
    --tw-shadow-color: rgb(252 211 77 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/65 {
    --tw-shadow-color: rgb(252 211 77 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/70 {
    --tw-shadow-color: rgb(252 211 77 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/75 {
    --tw-shadow-color: rgb(252 211 77 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/80 {
    --tw-shadow-color: rgb(252 211 77 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/85 {
    --tw-shadow-color: rgb(252 211 77 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/90 {
    --tw-shadow-color: rgb(252 211 77 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-300\/95 {
    --tw-shadow-color: rgb(252 211 77 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400 {
    --tw-shadow-color: #fbbf24;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/0 {
    --tw-shadow-color: rgb(251 191 36 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/10 {
    --tw-shadow-color: rgb(251 191 36 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/100 {
    --tw-shadow-color: rgb(251 191 36 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/15 {
    --tw-shadow-color: rgb(251 191 36 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/20 {
    --tw-shadow-color: rgb(251 191 36 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/25 {
    --tw-shadow-color: rgb(251 191 36 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/30 {
    --tw-shadow-color: rgb(251 191 36 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/35 {
    --tw-shadow-color: rgb(251 191 36 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/40 {
    --tw-shadow-color: rgb(251 191 36 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/45 {
    --tw-shadow-color: rgb(251 191 36 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/5 {
    --tw-shadow-color: rgb(251 191 36 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/50 {
    --tw-shadow-color: rgb(251 191 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/55 {
    --tw-shadow-color: rgb(251 191 36 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/60 {
    --tw-shadow-color: rgb(251 191 36 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/65 {
    --tw-shadow-color: rgb(251 191 36 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/70 {
    --tw-shadow-color: rgb(251 191 36 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/75 {
    --tw-shadow-color: rgb(251 191 36 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/80 {
    --tw-shadow-color: rgb(251 191 36 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/85 {
    --tw-shadow-color: rgb(251 191 36 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/90 {
    --tw-shadow-color: rgb(251 191 36 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-400\/95 {
    --tw-shadow-color: rgb(251 191 36 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50 {
    --tw-shadow-color: #fffbeb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/0 {
    --tw-shadow-color: rgb(255 251 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/10 {
    --tw-shadow-color: rgb(255 251 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/100 {
    --tw-shadow-color: rgb(255 251 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/15 {
    --tw-shadow-color: rgb(255 251 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/20 {
    --tw-shadow-color: rgb(255 251 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/25 {
    --tw-shadow-color: rgb(255 251 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/30 {
    --tw-shadow-color: rgb(255 251 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/35 {
    --tw-shadow-color: rgb(255 251 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/40 {
    --tw-shadow-color: rgb(255 251 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/45 {
    --tw-shadow-color: rgb(255 251 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/5 {
    --tw-shadow-color: rgb(255 251 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/50 {
    --tw-shadow-color: rgb(255 251 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/55 {
    --tw-shadow-color: rgb(255 251 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/60 {
    --tw-shadow-color: rgb(255 251 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/65 {
    --tw-shadow-color: rgb(255 251 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/70 {
    --tw-shadow-color: rgb(255 251 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/75 {
    --tw-shadow-color: rgb(255 251 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/80 {
    --tw-shadow-color: rgb(255 251 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/85 {
    --tw-shadow-color: rgb(255 251 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/90 {
    --tw-shadow-color: rgb(255 251 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-50\/95 {
    --tw-shadow-color: rgb(255 251 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500 {
    --tw-shadow-color: #f59e0b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/0 {
    --tw-shadow-color: rgb(245 158 11 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/10 {
    --tw-shadow-color: rgb(245 158 11 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/100 {
    --tw-shadow-color: rgb(245 158 11 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/15 {
    --tw-shadow-color: rgb(245 158 11 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/20 {
    --tw-shadow-color: rgb(245 158 11 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/25 {
    --tw-shadow-color: rgb(245 158 11 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/30 {
    --tw-shadow-color: rgb(245 158 11 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/35 {
    --tw-shadow-color: rgb(245 158 11 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/40 {
    --tw-shadow-color: rgb(245 158 11 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/45 {
    --tw-shadow-color: rgb(245 158 11 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/5 {
    --tw-shadow-color: rgb(245 158 11 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/50 {
    --tw-shadow-color: rgb(245 158 11 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/55 {
    --tw-shadow-color: rgb(245 158 11 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/60 {
    --tw-shadow-color: rgb(245 158 11 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/65 {
    --tw-shadow-color: rgb(245 158 11 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/70 {
    --tw-shadow-color: rgb(245 158 11 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/75 {
    --tw-shadow-color: rgb(245 158 11 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/80 {
    --tw-shadow-color: rgb(245 158 11 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/85 {
    --tw-shadow-color: rgb(245 158 11 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/90 {
    --tw-shadow-color: rgb(245 158 11 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-500\/95 {
    --tw-shadow-color: rgb(245 158 11 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600 {
    --tw-shadow-color: #d97706;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/0 {
    --tw-shadow-color: rgb(217 119 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/10 {
    --tw-shadow-color: rgb(217 119 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/100 {
    --tw-shadow-color: rgb(217 119 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/15 {
    --tw-shadow-color: rgb(217 119 6 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/20 {
    --tw-shadow-color: rgb(217 119 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/25 {
    --tw-shadow-color: rgb(217 119 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/30 {
    --tw-shadow-color: rgb(217 119 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/35 {
    --tw-shadow-color: rgb(217 119 6 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/40 {
    --tw-shadow-color: rgb(217 119 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/45 {
    --tw-shadow-color: rgb(217 119 6 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/5 {
    --tw-shadow-color: rgb(217 119 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/50 {
    --tw-shadow-color: rgb(217 119 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/55 {
    --tw-shadow-color: rgb(217 119 6 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/60 {
    --tw-shadow-color: rgb(217 119 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/65 {
    --tw-shadow-color: rgb(217 119 6 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/70 {
    --tw-shadow-color: rgb(217 119 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/75 {
    --tw-shadow-color: rgb(217 119 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/80 {
    --tw-shadow-color: rgb(217 119 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/85 {
    --tw-shadow-color: rgb(217 119 6 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/90 {
    --tw-shadow-color: rgb(217 119 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-600\/95 {
    --tw-shadow-color: rgb(217 119 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700 {
    --tw-shadow-color: #b45309;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/0 {
    --tw-shadow-color: rgb(180 83 9 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/10 {
    --tw-shadow-color: rgb(180 83 9 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/100 {
    --tw-shadow-color: rgb(180 83 9 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/15 {
    --tw-shadow-color: rgb(180 83 9 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/20 {
    --tw-shadow-color: rgb(180 83 9 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/25 {
    --tw-shadow-color: rgb(180 83 9 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/30 {
    --tw-shadow-color: rgb(180 83 9 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/35 {
    --tw-shadow-color: rgb(180 83 9 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/40 {
    --tw-shadow-color: rgb(180 83 9 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/45 {
    --tw-shadow-color: rgb(180 83 9 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/5 {
    --tw-shadow-color: rgb(180 83 9 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/50 {
    --tw-shadow-color: rgb(180 83 9 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/55 {
    --tw-shadow-color: rgb(180 83 9 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/60 {
    --tw-shadow-color: rgb(180 83 9 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/65 {
    --tw-shadow-color: rgb(180 83 9 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/70 {
    --tw-shadow-color: rgb(180 83 9 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/75 {
    --tw-shadow-color: rgb(180 83 9 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/80 {
    --tw-shadow-color: rgb(180 83 9 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/85 {
    --tw-shadow-color: rgb(180 83 9 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/90 {
    --tw-shadow-color: rgb(180 83 9 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-700\/95 {
    --tw-shadow-color: rgb(180 83 9 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800 {
    --tw-shadow-color: #92400e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/0 {
    --tw-shadow-color: rgb(146 64 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/10 {
    --tw-shadow-color: rgb(146 64 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/100 {
    --tw-shadow-color: rgb(146 64 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/15 {
    --tw-shadow-color: rgb(146 64 14 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/20 {
    --tw-shadow-color: rgb(146 64 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/25 {
    --tw-shadow-color: rgb(146 64 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/30 {
    --tw-shadow-color: rgb(146 64 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/35 {
    --tw-shadow-color: rgb(146 64 14 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/40 {
    --tw-shadow-color: rgb(146 64 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/45 {
    --tw-shadow-color: rgb(146 64 14 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/5 {
    --tw-shadow-color: rgb(146 64 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/50 {
    --tw-shadow-color: rgb(146 64 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/55 {
    --tw-shadow-color: rgb(146 64 14 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/60 {
    --tw-shadow-color: rgb(146 64 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/65 {
    --tw-shadow-color: rgb(146 64 14 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/70 {
    --tw-shadow-color: rgb(146 64 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/75 {
    --tw-shadow-color: rgb(146 64 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/80 {
    --tw-shadow-color: rgb(146 64 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/85 {
    --tw-shadow-color: rgb(146 64 14 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/90 {
    --tw-shadow-color: rgb(146 64 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-800\/95 {
    --tw-shadow-color: rgb(146 64 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900 {
    --tw-shadow-color: #78350f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/0 {
    --tw-shadow-color: rgb(120 53 15 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/10 {
    --tw-shadow-color: rgb(120 53 15 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/100 {
    --tw-shadow-color: rgb(120 53 15 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/15 {
    --tw-shadow-color: rgb(120 53 15 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/20 {
    --tw-shadow-color: rgb(120 53 15 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/25 {
    --tw-shadow-color: rgb(120 53 15 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/30 {
    --tw-shadow-color: rgb(120 53 15 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/35 {
    --tw-shadow-color: rgb(120 53 15 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/40 {
    --tw-shadow-color: rgb(120 53 15 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/45 {
    --tw-shadow-color: rgb(120 53 15 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/5 {
    --tw-shadow-color: rgb(120 53 15 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/50 {
    --tw-shadow-color: rgb(120 53 15 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/55 {
    --tw-shadow-color: rgb(120 53 15 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/60 {
    --tw-shadow-color: rgb(120 53 15 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/65 {
    --tw-shadow-color: rgb(120 53 15 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/70 {
    --tw-shadow-color: rgb(120 53 15 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/75 {
    --tw-shadow-color: rgb(120 53 15 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/80 {
    --tw-shadow-color: rgb(120 53 15 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/85 {
    --tw-shadow-color: rgb(120 53 15 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/90 {
    --tw-shadow-color: rgb(120 53 15 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-900\/95 {
    --tw-shadow-color: rgb(120 53 15 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950 {
    --tw-shadow-color: #451a03;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/0 {
    --tw-shadow-color: rgb(69 26 3 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/10 {
    --tw-shadow-color: rgb(69 26 3 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/100 {
    --tw-shadow-color: rgb(69 26 3 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/15 {
    --tw-shadow-color: rgb(69 26 3 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/20 {
    --tw-shadow-color: rgb(69 26 3 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/25 {
    --tw-shadow-color: rgb(69 26 3 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/30 {
    --tw-shadow-color: rgb(69 26 3 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/35 {
    --tw-shadow-color: rgb(69 26 3 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/40 {
    --tw-shadow-color: rgb(69 26 3 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/45 {
    --tw-shadow-color: rgb(69 26 3 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/5 {
    --tw-shadow-color: rgb(69 26 3 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/50 {
    --tw-shadow-color: rgb(69 26 3 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/55 {
    --tw-shadow-color: rgb(69 26 3 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/60 {
    --tw-shadow-color: rgb(69 26 3 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/65 {
    --tw-shadow-color: rgb(69 26 3 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/70 {
    --tw-shadow-color: rgb(69 26 3 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/75 {
    --tw-shadow-color: rgb(69 26 3 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/80 {
    --tw-shadow-color: rgb(69 26 3 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/85 {
    --tw-shadow-color: rgb(69 26 3 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/90 {
    --tw-shadow-color: rgb(69 26 3 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-amber-950\/95 {
    --tw-shadow-color: rgb(69 26 3 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black {
    --tw-shadow-color: #000;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-black\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100 {
    --tw-shadow-color: #dbeafe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/0 {
    --tw-shadow-color: rgb(219 234 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/10 {
    --tw-shadow-color: rgb(219 234 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/100 {
    --tw-shadow-color: rgb(219 234 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/15 {
    --tw-shadow-color: rgb(219 234 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/20 {
    --tw-shadow-color: rgb(219 234 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/25 {
    --tw-shadow-color: rgb(219 234 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/30 {
    --tw-shadow-color: rgb(219 234 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/35 {
    --tw-shadow-color: rgb(219 234 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/40 {
    --tw-shadow-color: rgb(219 234 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/45 {
    --tw-shadow-color: rgb(219 234 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/5 {
    --tw-shadow-color: rgb(219 234 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/50 {
    --tw-shadow-color: rgb(219 234 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/55 {
    --tw-shadow-color: rgb(219 234 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/60 {
    --tw-shadow-color: rgb(219 234 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/65 {
    --tw-shadow-color: rgb(219 234 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/70 {
    --tw-shadow-color: rgb(219 234 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/75 {
    --tw-shadow-color: rgb(219 234 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/80 {
    --tw-shadow-color: rgb(219 234 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/85 {
    --tw-shadow-color: rgb(219 234 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/90 {
    --tw-shadow-color: rgb(219 234 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-100\/95 {
    --tw-shadow-color: rgb(219 234 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200 {
    --tw-shadow-color: #bfdbfe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/0 {
    --tw-shadow-color: rgb(191 219 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/10 {
    --tw-shadow-color: rgb(191 219 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/100 {
    --tw-shadow-color: rgb(191 219 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/15 {
    --tw-shadow-color: rgb(191 219 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/20 {
    --tw-shadow-color: rgb(191 219 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/25 {
    --tw-shadow-color: rgb(191 219 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/30 {
    --tw-shadow-color: rgb(191 219 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/35 {
    --tw-shadow-color: rgb(191 219 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/40 {
    --tw-shadow-color: rgb(191 219 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/45 {
    --tw-shadow-color: rgb(191 219 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/5 {
    --tw-shadow-color: rgb(191 219 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/50 {
    --tw-shadow-color: rgb(191 219 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/55 {
    --tw-shadow-color: rgb(191 219 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/60 {
    --tw-shadow-color: rgb(191 219 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/65 {
    --tw-shadow-color: rgb(191 219 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/70 {
    --tw-shadow-color: rgb(191 219 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/75 {
    --tw-shadow-color: rgb(191 219 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/80 {
    --tw-shadow-color: rgb(191 219 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/85 {
    --tw-shadow-color: rgb(191 219 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/90 {
    --tw-shadow-color: rgb(191 219 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-200\/95 {
    --tw-shadow-color: rgb(191 219 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300 {
    --tw-shadow-color: #93c5fd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/0 {
    --tw-shadow-color: rgb(147 197 253 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/10 {
    --tw-shadow-color: rgb(147 197 253 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/100 {
    --tw-shadow-color: rgb(147 197 253 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/15 {
    --tw-shadow-color: rgb(147 197 253 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/20 {
    --tw-shadow-color: rgb(147 197 253 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/25 {
    --tw-shadow-color: rgb(147 197 253 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/30 {
    --tw-shadow-color: rgb(147 197 253 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/35 {
    --tw-shadow-color: rgb(147 197 253 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/40 {
    --tw-shadow-color: rgb(147 197 253 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/45 {
    --tw-shadow-color: rgb(147 197 253 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/5 {
    --tw-shadow-color: rgb(147 197 253 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/50 {
    --tw-shadow-color: rgb(147 197 253 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/55 {
    --tw-shadow-color: rgb(147 197 253 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/60 {
    --tw-shadow-color: rgb(147 197 253 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/65 {
    --tw-shadow-color: rgb(147 197 253 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/70 {
    --tw-shadow-color: rgb(147 197 253 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/75 {
    --tw-shadow-color: rgb(147 197 253 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/80 {
    --tw-shadow-color: rgb(147 197 253 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/85 {
    --tw-shadow-color: rgb(147 197 253 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/90 {
    --tw-shadow-color: rgb(147 197 253 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-300\/95 {
    --tw-shadow-color: rgb(147 197 253 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400 {
    --tw-shadow-color: #60a5fa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/0 {
    --tw-shadow-color: rgb(96 165 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/10 {
    --tw-shadow-color: rgb(96 165 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/100 {
    --tw-shadow-color: rgb(96 165 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/15 {
    --tw-shadow-color: rgb(96 165 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/20 {
    --tw-shadow-color: rgb(96 165 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/25 {
    --tw-shadow-color: rgb(96 165 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/30 {
    --tw-shadow-color: rgb(96 165 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/35 {
    --tw-shadow-color: rgb(96 165 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/40 {
    --tw-shadow-color: rgb(96 165 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/45 {
    --tw-shadow-color: rgb(96 165 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/5 {
    --tw-shadow-color: rgb(96 165 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/50 {
    --tw-shadow-color: rgb(96 165 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/55 {
    --tw-shadow-color: rgb(96 165 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/60 {
    --tw-shadow-color: rgb(96 165 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/65 {
    --tw-shadow-color: rgb(96 165 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/70 {
    --tw-shadow-color: rgb(96 165 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/75 {
    --tw-shadow-color: rgb(96 165 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/80 {
    --tw-shadow-color: rgb(96 165 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/85 {
    --tw-shadow-color: rgb(96 165 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/90 {
    --tw-shadow-color: rgb(96 165 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-400\/95 {
    --tw-shadow-color: rgb(96 165 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50 {
    --tw-shadow-color: #eff6ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/0 {
    --tw-shadow-color: rgb(239 246 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/10 {
    --tw-shadow-color: rgb(239 246 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/100 {
    --tw-shadow-color: rgb(239 246 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/15 {
    --tw-shadow-color: rgb(239 246 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/20 {
    --tw-shadow-color: rgb(239 246 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/25 {
    --tw-shadow-color: rgb(239 246 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/30 {
    --tw-shadow-color: rgb(239 246 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/35 {
    --tw-shadow-color: rgb(239 246 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/40 {
    --tw-shadow-color: rgb(239 246 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/45 {
    --tw-shadow-color: rgb(239 246 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/5 {
    --tw-shadow-color: rgb(239 246 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/50 {
    --tw-shadow-color: rgb(239 246 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/55 {
    --tw-shadow-color: rgb(239 246 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/60 {
    --tw-shadow-color: rgb(239 246 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/65 {
    --tw-shadow-color: rgb(239 246 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/70 {
    --tw-shadow-color: rgb(239 246 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/75 {
    --tw-shadow-color: rgb(239 246 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/80 {
    --tw-shadow-color: rgb(239 246 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/85 {
    --tw-shadow-color: rgb(239 246 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/90 {
    --tw-shadow-color: rgb(239 246 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-50\/95 {
    --tw-shadow-color: rgb(239 246 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500 {
    --tw-shadow-color: #3b82f6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/0 {
    --tw-shadow-color: rgb(59 130 246 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/10 {
    --tw-shadow-color: rgb(59 130 246 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/100 {
    --tw-shadow-color: rgb(59 130 246 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/15 {
    --tw-shadow-color: rgb(59 130 246 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/20 {
    --tw-shadow-color: rgb(59 130 246 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/25 {
    --tw-shadow-color: rgb(59 130 246 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/30 {
    --tw-shadow-color: rgb(59 130 246 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/35 {
    --tw-shadow-color: rgb(59 130 246 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/40 {
    --tw-shadow-color: rgb(59 130 246 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/45 {
    --tw-shadow-color: rgb(59 130 246 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/5 {
    --tw-shadow-color: rgb(59 130 246 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/50 {
    --tw-shadow-color: rgb(59 130 246 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/55 {
    --tw-shadow-color: rgb(59 130 246 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/60 {
    --tw-shadow-color: rgb(59 130 246 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/65 {
    --tw-shadow-color: rgb(59 130 246 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/70 {
    --tw-shadow-color: rgb(59 130 246 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/75 {
    --tw-shadow-color: rgb(59 130 246 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/80 {
    --tw-shadow-color: rgb(59 130 246 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/85 {
    --tw-shadow-color: rgb(59 130 246 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/90 {
    --tw-shadow-color: rgb(59 130 246 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-500\/95 {
    --tw-shadow-color: rgb(59 130 246 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600 {
    --tw-shadow-color: #2563eb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/0 {
    --tw-shadow-color: rgb(37 99 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/10 {
    --tw-shadow-color: rgb(37 99 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/100 {
    --tw-shadow-color: rgb(37 99 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/15 {
    --tw-shadow-color: rgb(37 99 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/20 {
    --tw-shadow-color: rgb(37 99 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/25 {
    --tw-shadow-color: rgb(37 99 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/30 {
    --tw-shadow-color: rgb(37 99 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/35 {
    --tw-shadow-color: rgb(37 99 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/40 {
    --tw-shadow-color: rgb(37 99 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/45 {
    --tw-shadow-color: rgb(37 99 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/5 {
    --tw-shadow-color: rgb(37 99 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/50 {
    --tw-shadow-color: rgb(37 99 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/55 {
    --tw-shadow-color: rgb(37 99 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/60 {
    --tw-shadow-color: rgb(37 99 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/65 {
    --tw-shadow-color: rgb(37 99 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/70 {
    --tw-shadow-color: rgb(37 99 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/75 {
    --tw-shadow-color: rgb(37 99 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/80 {
    --tw-shadow-color: rgb(37 99 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/85 {
    --tw-shadow-color: rgb(37 99 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/90 {
    --tw-shadow-color: rgb(37 99 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-600\/95 {
    --tw-shadow-color: rgb(37 99 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700 {
    --tw-shadow-color: #1d4ed8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/0 {
    --tw-shadow-color: rgb(29 78 216 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/10 {
    --tw-shadow-color: rgb(29 78 216 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/100 {
    --tw-shadow-color: rgb(29 78 216 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/15 {
    --tw-shadow-color: rgb(29 78 216 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/20 {
    --tw-shadow-color: rgb(29 78 216 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/25 {
    --tw-shadow-color: rgb(29 78 216 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/30 {
    --tw-shadow-color: rgb(29 78 216 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/35 {
    --tw-shadow-color: rgb(29 78 216 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/40 {
    --tw-shadow-color: rgb(29 78 216 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/45 {
    --tw-shadow-color: rgb(29 78 216 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/5 {
    --tw-shadow-color: rgb(29 78 216 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/50 {
    --tw-shadow-color: rgb(29 78 216 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/55 {
    --tw-shadow-color: rgb(29 78 216 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/60 {
    --tw-shadow-color: rgb(29 78 216 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/65 {
    --tw-shadow-color: rgb(29 78 216 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/70 {
    --tw-shadow-color: rgb(29 78 216 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/75 {
    --tw-shadow-color: rgb(29 78 216 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/80 {
    --tw-shadow-color: rgb(29 78 216 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/85 {
    --tw-shadow-color: rgb(29 78 216 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/90 {
    --tw-shadow-color: rgb(29 78 216 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-700\/95 {
    --tw-shadow-color: rgb(29 78 216 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800 {
    --tw-shadow-color: #1e40af;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/0 {
    --tw-shadow-color: rgb(30 64 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/10 {
    --tw-shadow-color: rgb(30 64 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/100 {
    --tw-shadow-color: rgb(30 64 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/15 {
    --tw-shadow-color: rgb(30 64 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/20 {
    --tw-shadow-color: rgb(30 64 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/25 {
    --tw-shadow-color: rgb(30 64 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/30 {
    --tw-shadow-color: rgb(30 64 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/35 {
    --tw-shadow-color: rgb(30 64 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/40 {
    --tw-shadow-color: rgb(30 64 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/45 {
    --tw-shadow-color: rgb(30 64 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/5 {
    --tw-shadow-color: rgb(30 64 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/50 {
    --tw-shadow-color: rgb(30 64 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/55 {
    --tw-shadow-color: rgb(30 64 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/60 {
    --tw-shadow-color: rgb(30 64 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/65 {
    --tw-shadow-color: rgb(30 64 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/70 {
    --tw-shadow-color: rgb(30 64 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/75 {
    --tw-shadow-color: rgb(30 64 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/80 {
    --tw-shadow-color: rgb(30 64 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/85 {
    --tw-shadow-color: rgb(30 64 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/90 {
    --tw-shadow-color: rgb(30 64 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-800\/95 {
    --tw-shadow-color: rgb(30 64 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900 {
    --tw-shadow-color: #1e3a8a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/0 {
    --tw-shadow-color: rgb(30 58 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/10 {
    --tw-shadow-color: rgb(30 58 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/100 {
    --tw-shadow-color: rgb(30 58 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/15 {
    --tw-shadow-color: rgb(30 58 138 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/20 {
    --tw-shadow-color: rgb(30 58 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/25 {
    --tw-shadow-color: rgb(30 58 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/30 {
    --tw-shadow-color: rgb(30 58 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/35 {
    --tw-shadow-color: rgb(30 58 138 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/40 {
    --tw-shadow-color: rgb(30 58 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/45 {
    --tw-shadow-color: rgb(30 58 138 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/5 {
    --tw-shadow-color: rgb(30 58 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/50 {
    --tw-shadow-color: rgb(30 58 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/55 {
    --tw-shadow-color: rgb(30 58 138 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/60 {
    --tw-shadow-color: rgb(30 58 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/65 {
    --tw-shadow-color: rgb(30 58 138 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/70 {
    --tw-shadow-color: rgb(30 58 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/75 {
    --tw-shadow-color: rgb(30 58 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/80 {
    --tw-shadow-color: rgb(30 58 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/85 {
    --tw-shadow-color: rgb(30 58 138 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/90 {
    --tw-shadow-color: rgb(30 58 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-900\/95 {
    --tw-shadow-color: rgb(30 58 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950 {
    --tw-shadow-color: #172554;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/0 {
    --tw-shadow-color: rgb(23 37 84 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/10 {
    --tw-shadow-color: rgb(23 37 84 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/100 {
    --tw-shadow-color: rgb(23 37 84 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/15 {
    --tw-shadow-color: rgb(23 37 84 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/20 {
    --tw-shadow-color: rgb(23 37 84 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/25 {
    --tw-shadow-color: rgb(23 37 84 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/30 {
    --tw-shadow-color: rgb(23 37 84 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/35 {
    --tw-shadow-color: rgb(23 37 84 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/40 {
    --tw-shadow-color: rgb(23 37 84 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/45 {
    --tw-shadow-color: rgb(23 37 84 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/5 {
    --tw-shadow-color: rgb(23 37 84 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/50 {
    --tw-shadow-color: rgb(23 37 84 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/55 {
    --tw-shadow-color: rgb(23 37 84 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/60 {
    --tw-shadow-color: rgb(23 37 84 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/65 {
    --tw-shadow-color: rgb(23 37 84 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/70 {
    --tw-shadow-color: rgb(23 37 84 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/75 {
    --tw-shadow-color: rgb(23 37 84 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/80 {
    --tw-shadow-color: rgb(23 37 84 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/85 {
    --tw-shadow-color: rgb(23 37 84 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/90 {
    --tw-shadow-color: rgb(23 37 84 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-blue-950\/95 {
    --tw-shadow-color: rgb(23 37 84 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100 {
    --tw-shadow-color: #e9e3ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/0 {
    --tw-shadow-color: rgb(233 227 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/10 {
    --tw-shadow-color: rgb(233 227 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/100 {
    --tw-shadow-color: rgb(233 227 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/15 {
    --tw-shadow-color: rgb(233 227 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/20 {
    --tw-shadow-color: rgb(233 227 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/25 {
    --tw-shadow-color: rgb(233 227 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/30 {
    --tw-shadow-color: rgb(233 227 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/35 {
    --tw-shadow-color: rgb(233 227 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/40 {
    --tw-shadow-color: rgb(233 227 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/45 {
    --tw-shadow-color: rgb(233 227 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/5 {
    --tw-shadow-color: rgb(233 227 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/50 {
    --tw-shadow-color: rgb(233 227 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/55 {
    --tw-shadow-color: rgb(233 227 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/60 {
    --tw-shadow-color: rgb(233 227 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/65 {
    --tw-shadow-color: rgb(233 227 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/70 {
    --tw-shadow-color: rgb(233 227 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/75 {
    --tw-shadow-color: rgb(233 227 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/80 {
    --tw-shadow-color: rgb(233 227 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/85 {
    --tw-shadow-color: rgb(233 227 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/90 {
    --tw-shadow-color: rgb(233 227 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-100\/95 {
    --tw-shadow-color: rgb(233 227 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200 {
    --tw-shadow-color: #d3c7ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/0 {
    --tw-shadow-color: rgb(211 199 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/10 {
    --tw-shadow-color: rgb(211 199 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/100 {
    --tw-shadow-color: rgb(211 199 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/15 {
    --tw-shadow-color: rgb(211 199 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/20 {
    --tw-shadow-color: rgb(211 199 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/25 {
    --tw-shadow-color: rgb(211 199 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/30 {
    --tw-shadow-color: rgb(211 199 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/35 {
    --tw-shadow-color: rgb(211 199 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/40 {
    --tw-shadow-color: rgb(211 199 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/45 {
    --tw-shadow-color: rgb(211 199 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/5 {
    --tw-shadow-color: rgb(211 199 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/50 {
    --tw-shadow-color: rgb(211 199 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/55 {
    --tw-shadow-color: rgb(211 199 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/60 {
    --tw-shadow-color: rgb(211 199 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/65 {
    --tw-shadow-color: rgb(211 199 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/70 {
    --tw-shadow-color: rgb(211 199 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/75 {
    --tw-shadow-color: rgb(211 199 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/80 {
    --tw-shadow-color: rgb(211 199 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/85 {
    --tw-shadow-color: rgb(211 199 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/90 {
    --tw-shadow-color: rgb(211 199 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-200\/95 {
    --tw-shadow-color: rgb(211 199 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300 {
    --tw-shadow-color: #b79aff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/0 {
    --tw-shadow-color: rgb(183 154 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/10 {
    --tw-shadow-color: rgb(183 154 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/100 {
    --tw-shadow-color: rgb(183 154 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/15 {
    --tw-shadow-color: rgb(183 154 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/20 {
    --tw-shadow-color: rgb(183 154 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/25 {
    --tw-shadow-color: rgb(183 154 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/30 {
    --tw-shadow-color: rgb(183 154 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/35 {
    --tw-shadow-color: rgb(183 154 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/40 {
    --tw-shadow-color: rgb(183 154 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/45 {
    --tw-shadow-color: rgb(183 154 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/5 {
    --tw-shadow-color: rgb(183 154 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/50 {
    --tw-shadow-color: rgb(183 154 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/55 {
    --tw-shadow-color: rgb(183 154 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/60 {
    --tw-shadow-color: rgb(183 154 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/65 {
    --tw-shadow-color: rgb(183 154 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/70 {
    --tw-shadow-color: rgb(183 154 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/75 {
    --tw-shadow-color: rgb(183 154 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/80 {
    --tw-shadow-color: rgb(183 154 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/85 {
    --tw-shadow-color: rgb(183 154 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/90 {
    --tw-shadow-color: rgb(183 154 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-300\/95 {
    --tw-shadow-color: rgb(183 154 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400 {
    --tw-shadow-color: #9562ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/0 {
    --tw-shadow-color: rgb(149 98 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/10 {
    --tw-shadow-color: rgb(149 98 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/100 {
    --tw-shadow-color: rgb(149 98 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/15 {
    --tw-shadow-color: rgb(149 98 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/20 {
    --tw-shadow-color: rgb(149 98 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/25 {
    --tw-shadow-color: rgb(149 98 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/30 {
    --tw-shadow-color: rgb(149 98 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/35 {
    --tw-shadow-color: rgb(149 98 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/40 {
    --tw-shadow-color: rgb(149 98 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/45 {
    --tw-shadow-color: rgb(149 98 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/5 {
    --tw-shadow-color: rgb(149 98 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/50 {
    --tw-shadow-color: rgb(149 98 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/55 {
    --tw-shadow-color: rgb(149 98 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/60 {
    --tw-shadow-color: rgb(149 98 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/65 {
    --tw-shadow-color: rgb(149 98 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/70 {
    --tw-shadow-color: rgb(149 98 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/75 {
    --tw-shadow-color: rgb(149 98 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/80 {
    --tw-shadow-color: rgb(149 98 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/85 {
    --tw-shadow-color: rgb(149 98 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/90 {
    --tw-shadow-color: rgb(149 98 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-400\/95 {
    --tw-shadow-color: rgb(149 98 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50 {
    --tw-shadow-color: #f4f1ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/0 {
    --tw-shadow-color: rgb(244 241 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/10 {
    --tw-shadow-color: rgb(244 241 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/100 {
    --tw-shadow-color: rgb(244 241 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/15 {
    --tw-shadow-color: rgb(244 241 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/20 {
    --tw-shadow-color: rgb(244 241 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/25 {
    --tw-shadow-color: rgb(244 241 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/30 {
    --tw-shadow-color: rgb(244 241 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/35 {
    --tw-shadow-color: rgb(244 241 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/40 {
    --tw-shadow-color: rgb(244 241 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/45 {
    --tw-shadow-color: rgb(244 241 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/5 {
    --tw-shadow-color: rgb(244 241 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/50 {
    --tw-shadow-color: rgb(244 241 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/55 {
    --tw-shadow-color: rgb(244 241 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/60 {
    --tw-shadow-color: rgb(244 241 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/65 {
    --tw-shadow-color: rgb(244 241 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/70 {
    --tw-shadow-color: rgb(244 241 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/75 {
    --tw-shadow-color: rgb(244 241 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/80 {
    --tw-shadow-color: rgb(244 241 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/85 {
    --tw-shadow-color: rgb(244 241 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/90 {
    --tw-shadow-color: rgb(244 241 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-50\/95 {
    --tw-shadow-color: rgb(244 241 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500 {
    --tw-shadow-color: #4e1cd1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/0 {
    --tw-shadow-color: rgb(78 28 209 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/10 {
    --tw-shadow-color: rgb(78 28 209 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/100 {
    --tw-shadow-color: rgb(78 28 209 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/15 {
    --tw-shadow-color: rgb(78 28 209 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/20 {
    --tw-shadow-color: rgb(78 28 209 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/25 {
    --tw-shadow-color: rgb(78 28 209 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/30 {
    --tw-shadow-color: rgb(78 28 209 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/35 {
    --tw-shadow-color: rgb(78 28 209 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/40 {
    --tw-shadow-color: rgb(78 28 209 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/45 {
    --tw-shadow-color: rgb(78 28 209 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/5 {
    --tw-shadow-color: rgb(78 28 209 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/50 {
    --tw-shadow-color: rgb(78 28 209 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/55 {
    --tw-shadow-color: rgb(78 28 209 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/60 {
    --tw-shadow-color: rgb(78 28 209 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/65 {
    --tw-shadow-color: rgb(78 28 209 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/70 {
    --tw-shadow-color: rgb(78 28 209 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/75 {
    --tw-shadow-color: rgb(78 28 209 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/80 {
    --tw-shadow-color: rgb(78 28 209 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/85 {
    --tw-shadow-color: rgb(78 28 209 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/90 {
    --tw-shadow-color: rgb(78 28 209 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-500\/95 {
    --tw-shadow-color: rgb(78 28 209 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600 {
    --tw-shadow-color: #4115b5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/0 {
    --tw-shadow-color: rgb(65 21 181 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/10 {
    --tw-shadow-color: rgb(65 21 181 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/100 {
    --tw-shadow-color: rgb(65 21 181 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/15 {
    --tw-shadow-color: rgb(65 21 181 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/20 {
    --tw-shadow-color: rgb(65 21 181 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/25 {
    --tw-shadow-color: rgb(65 21 181 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/30 {
    --tw-shadow-color: rgb(65 21 181 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/35 {
    --tw-shadow-color: rgb(65 21 181 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/40 {
    --tw-shadow-color: rgb(65 21 181 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/45 {
    --tw-shadow-color: rgb(65 21 181 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/5 {
    --tw-shadow-color: rgb(65 21 181 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/50 {
    --tw-shadow-color: rgb(65 21 181 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/55 {
    --tw-shadow-color: rgb(65 21 181 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/60 {
    --tw-shadow-color: rgb(65 21 181 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/65 {
    --tw-shadow-color: rgb(65 21 181 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/70 {
    --tw-shadow-color: rgb(65 21 181 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/75 {
    --tw-shadow-color: rgb(65 21 181 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/80 {
    --tw-shadow-color: rgb(65 21 181 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/85 {
    --tw-shadow-color: rgb(65 21 181 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/90 {
    --tw-shadow-color: rgb(65 21 181 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-600\/95 {
    --tw-shadow-color: rgb(65 21 181 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700 {
    --tw-shadow-color: #361096;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/0 {
    --tw-shadow-color: rgb(54 16 150 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/10 {
    --tw-shadow-color: rgb(54 16 150 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/100 {
    --tw-shadow-color: rgb(54 16 150 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/15 {
    --tw-shadow-color: rgb(54 16 150 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/20 {
    --tw-shadow-color: rgb(54 16 150 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/25 {
    --tw-shadow-color: rgb(54 16 150 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/30 {
    --tw-shadow-color: rgb(54 16 150 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/35 {
    --tw-shadow-color: rgb(54 16 150 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/40 {
    --tw-shadow-color: rgb(54 16 150 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/45 {
    --tw-shadow-color: rgb(54 16 150 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/5 {
    --tw-shadow-color: rgb(54 16 150 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/50 {
    --tw-shadow-color: rgb(54 16 150 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/55 {
    --tw-shadow-color: rgb(54 16 150 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/60 {
    --tw-shadow-color: rgb(54 16 150 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/65 {
    --tw-shadow-color: rgb(54 16 150 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/70 {
    --tw-shadow-color: rgb(54 16 150 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/75 {
    --tw-shadow-color: rgb(54 16 150 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/80 {
    --tw-shadow-color: rgb(54 16 150 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/85 {
    --tw-shadow-color: rgb(54 16 150 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/90 {
    --tw-shadow-color: rgb(54 16 150 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-700\/95 {
    --tw-shadow-color: rgb(54 16 150 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800 {
    --tw-shadow-color: #2e1078;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/0 {
    --tw-shadow-color: rgb(46 16 120 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/10 {
    --tw-shadow-color: rgb(46 16 120 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/100 {
    --tw-shadow-color: rgb(46 16 120 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/15 {
    --tw-shadow-color: rgb(46 16 120 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/20 {
    --tw-shadow-color: rgb(46 16 120 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/25 {
    --tw-shadow-color: rgb(46 16 120 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/30 {
    --tw-shadow-color: rgb(46 16 120 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/35 {
    --tw-shadow-color: rgb(46 16 120 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/40 {
    --tw-shadow-color: rgb(46 16 120 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/45 {
    --tw-shadow-color: rgb(46 16 120 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/5 {
    --tw-shadow-color: rgb(46 16 120 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/50 {
    --tw-shadow-color: rgb(46 16 120 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/55 {
    --tw-shadow-color: rgb(46 16 120 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/60 {
    --tw-shadow-color: rgb(46 16 120 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/65 {
    --tw-shadow-color: rgb(46 16 120 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/70 {
    --tw-shadow-color: rgb(46 16 120 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/75 {
    --tw-shadow-color: rgb(46 16 120 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/80 {
    --tw-shadow-color: rgb(46 16 120 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/85 {
    --tw-shadow-color: rgb(46 16 120 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/90 {
    --tw-shadow-color: rgb(46 16 120 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-800\/95 {
    --tw-shadow-color: rgb(46 16 120 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900 {
    --tw-shadow-color: #270f62;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/0 {
    --tw-shadow-color: rgb(39 15 98 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/10 {
    --tw-shadow-color: rgb(39 15 98 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/100 {
    --tw-shadow-color: rgb(39 15 98 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/15 {
    --tw-shadow-color: rgb(39 15 98 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/20 {
    --tw-shadow-color: rgb(39 15 98 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/25 {
    --tw-shadow-color: rgb(39 15 98 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/30 {
    --tw-shadow-color: rgb(39 15 98 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/35 {
    --tw-shadow-color: rgb(39 15 98 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/40 {
    --tw-shadow-color: rgb(39 15 98 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/45 {
    --tw-shadow-color: rgb(39 15 98 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/5 {
    --tw-shadow-color: rgb(39 15 98 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/50 {
    --tw-shadow-color: rgb(39 15 98 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/55 {
    --tw-shadow-color: rgb(39 15 98 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/60 {
    --tw-shadow-color: rgb(39 15 98 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/65 {
    --tw-shadow-color: rgb(39 15 98 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/70 {
    --tw-shadow-color: rgb(39 15 98 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/75 {
    --tw-shadow-color: rgb(39 15 98 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/80 {
    --tw-shadow-color: rgb(39 15 98 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/85 {
    --tw-shadow-color: rgb(39 15 98 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/90 {
    --tw-shadow-color: rgb(39 15 98 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-900\/95 {
    --tw-shadow-color: rgb(39 15 98 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950 {
    --tw-shadow-color: #16053a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/0 {
    --tw-shadow-color: rgb(22 5 58 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/10 {
    --tw-shadow-color: rgb(22 5 58 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/100 {
    --tw-shadow-color: rgb(22 5 58 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/15 {
    --tw-shadow-color: rgb(22 5 58 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/20 {
    --tw-shadow-color: rgb(22 5 58 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/25 {
    --tw-shadow-color: rgb(22 5 58 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/30 {
    --tw-shadow-color: rgb(22 5 58 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/35 {
    --tw-shadow-color: rgb(22 5 58 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/40 {
    --tw-shadow-color: rgb(22 5 58 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/45 {
    --tw-shadow-color: rgb(22 5 58 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/5 {
    --tw-shadow-color: rgb(22 5 58 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/50 {
    --tw-shadow-color: rgb(22 5 58 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/55 {
    --tw-shadow-color: rgb(22 5 58 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/60 {
    --tw-shadow-color: rgb(22 5 58 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/65 {
    --tw-shadow-color: rgb(22 5 58 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/70 {
    --tw-shadow-color: rgb(22 5 58 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/75 {
    --tw-shadow-color: rgb(22 5 58 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/80 {
    --tw-shadow-color: rgb(22 5 58 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/85 {
    --tw-shadow-color: rgb(22 5 58 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/90 {
    --tw-shadow-color: rgb(22 5 58 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-brand-950\/95 {
    --tw-shadow-color: rgb(22 5 58 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-current {
    --tw-shadow-color: currentColor;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100 {
    --tw-shadow-color: #cffafe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/0 {
    --tw-shadow-color: rgb(207 250 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/10 {
    --tw-shadow-color: rgb(207 250 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/100 {
    --tw-shadow-color: rgb(207 250 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/15 {
    --tw-shadow-color: rgb(207 250 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/20 {
    --tw-shadow-color: rgb(207 250 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/25 {
    --tw-shadow-color: rgb(207 250 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/30 {
    --tw-shadow-color: rgb(207 250 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/35 {
    --tw-shadow-color: rgb(207 250 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/40 {
    --tw-shadow-color: rgb(207 250 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/45 {
    --tw-shadow-color: rgb(207 250 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/5 {
    --tw-shadow-color: rgb(207 250 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/50 {
    --tw-shadow-color: rgb(207 250 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/55 {
    --tw-shadow-color: rgb(207 250 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/60 {
    --tw-shadow-color: rgb(207 250 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/65 {
    --tw-shadow-color: rgb(207 250 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/70 {
    --tw-shadow-color: rgb(207 250 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/75 {
    --tw-shadow-color: rgb(207 250 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/80 {
    --tw-shadow-color: rgb(207 250 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/85 {
    --tw-shadow-color: rgb(207 250 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/90 {
    --tw-shadow-color: rgb(207 250 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-100\/95 {
    --tw-shadow-color: rgb(207 250 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200 {
    --tw-shadow-color: #a5f3fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/0 {
    --tw-shadow-color: rgb(165 243 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/10 {
    --tw-shadow-color: rgb(165 243 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/100 {
    --tw-shadow-color: rgb(165 243 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/15 {
    --tw-shadow-color: rgb(165 243 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/20 {
    --tw-shadow-color: rgb(165 243 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/25 {
    --tw-shadow-color: rgb(165 243 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/30 {
    --tw-shadow-color: rgb(165 243 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/35 {
    --tw-shadow-color: rgb(165 243 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/40 {
    --tw-shadow-color: rgb(165 243 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/45 {
    --tw-shadow-color: rgb(165 243 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/5 {
    --tw-shadow-color: rgb(165 243 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/50 {
    --tw-shadow-color: rgb(165 243 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/55 {
    --tw-shadow-color: rgb(165 243 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/60 {
    --tw-shadow-color: rgb(165 243 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/65 {
    --tw-shadow-color: rgb(165 243 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/70 {
    --tw-shadow-color: rgb(165 243 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/75 {
    --tw-shadow-color: rgb(165 243 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/80 {
    --tw-shadow-color: rgb(165 243 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/85 {
    --tw-shadow-color: rgb(165 243 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/90 {
    --tw-shadow-color: rgb(165 243 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-200\/95 {
    --tw-shadow-color: rgb(165 243 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300 {
    --tw-shadow-color: #67e8f9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/0 {
    --tw-shadow-color: rgb(103 232 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/10 {
    --tw-shadow-color: rgb(103 232 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/100 {
    --tw-shadow-color: rgb(103 232 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/15 {
    --tw-shadow-color: rgb(103 232 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/20 {
    --tw-shadow-color: rgb(103 232 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/25 {
    --tw-shadow-color: rgb(103 232 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/30 {
    --tw-shadow-color: rgb(103 232 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/35 {
    --tw-shadow-color: rgb(103 232 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/40 {
    --tw-shadow-color: rgb(103 232 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/45 {
    --tw-shadow-color: rgb(103 232 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/5 {
    --tw-shadow-color: rgb(103 232 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/50 {
    --tw-shadow-color: rgb(103 232 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/55 {
    --tw-shadow-color: rgb(103 232 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/60 {
    --tw-shadow-color: rgb(103 232 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/65 {
    --tw-shadow-color: rgb(103 232 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/70 {
    --tw-shadow-color: rgb(103 232 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/75 {
    --tw-shadow-color: rgb(103 232 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/80 {
    --tw-shadow-color: rgb(103 232 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/85 {
    --tw-shadow-color: rgb(103 232 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/90 {
    --tw-shadow-color: rgb(103 232 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-300\/95 {
    --tw-shadow-color: rgb(103 232 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400 {
    --tw-shadow-color: #22d3ee;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/0 {
    --tw-shadow-color: rgb(34 211 238 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/10 {
    --tw-shadow-color: rgb(34 211 238 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/100 {
    --tw-shadow-color: rgb(34 211 238 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/15 {
    --tw-shadow-color: rgb(34 211 238 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/20 {
    --tw-shadow-color: rgb(34 211 238 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/25 {
    --tw-shadow-color: rgb(34 211 238 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/30 {
    --tw-shadow-color: rgb(34 211 238 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/35 {
    --tw-shadow-color: rgb(34 211 238 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/40 {
    --tw-shadow-color: rgb(34 211 238 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/45 {
    --tw-shadow-color: rgb(34 211 238 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/5 {
    --tw-shadow-color: rgb(34 211 238 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/50 {
    --tw-shadow-color: rgb(34 211 238 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/55 {
    --tw-shadow-color: rgb(34 211 238 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/60 {
    --tw-shadow-color: rgb(34 211 238 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/65 {
    --tw-shadow-color: rgb(34 211 238 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/70 {
    --tw-shadow-color: rgb(34 211 238 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/75 {
    --tw-shadow-color: rgb(34 211 238 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/80 {
    --tw-shadow-color: rgb(34 211 238 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/85 {
    --tw-shadow-color: rgb(34 211 238 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/90 {
    --tw-shadow-color: rgb(34 211 238 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-400\/95 {
    --tw-shadow-color: rgb(34 211 238 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50 {
    --tw-shadow-color: #ecfeff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/0 {
    --tw-shadow-color: rgb(236 254 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/10 {
    --tw-shadow-color: rgb(236 254 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/100 {
    --tw-shadow-color: rgb(236 254 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/15 {
    --tw-shadow-color: rgb(236 254 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/20 {
    --tw-shadow-color: rgb(236 254 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/25 {
    --tw-shadow-color: rgb(236 254 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/30 {
    --tw-shadow-color: rgb(236 254 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/35 {
    --tw-shadow-color: rgb(236 254 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/40 {
    --tw-shadow-color: rgb(236 254 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/45 {
    --tw-shadow-color: rgb(236 254 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/5 {
    --tw-shadow-color: rgb(236 254 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/50 {
    --tw-shadow-color: rgb(236 254 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/55 {
    --tw-shadow-color: rgb(236 254 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/60 {
    --tw-shadow-color: rgb(236 254 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/65 {
    --tw-shadow-color: rgb(236 254 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/70 {
    --tw-shadow-color: rgb(236 254 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/75 {
    --tw-shadow-color: rgb(236 254 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/80 {
    --tw-shadow-color: rgb(236 254 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/85 {
    --tw-shadow-color: rgb(236 254 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/90 {
    --tw-shadow-color: rgb(236 254 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-50\/95 {
    --tw-shadow-color: rgb(236 254 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500 {
    --tw-shadow-color: #06b6d4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/0 {
    --tw-shadow-color: rgb(6 182 212 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/10 {
    --tw-shadow-color: rgb(6 182 212 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/100 {
    --tw-shadow-color: rgb(6 182 212 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/15 {
    --tw-shadow-color: rgb(6 182 212 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/20 {
    --tw-shadow-color: rgb(6 182 212 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/25 {
    --tw-shadow-color: rgb(6 182 212 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/30 {
    --tw-shadow-color: rgb(6 182 212 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/35 {
    --tw-shadow-color: rgb(6 182 212 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/40 {
    --tw-shadow-color: rgb(6 182 212 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/45 {
    --tw-shadow-color: rgb(6 182 212 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/5 {
    --tw-shadow-color: rgb(6 182 212 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/50 {
    --tw-shadow-color: rgb(6 182 212 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/55 {
    --tw-shadow-color: rgb(6 182 212 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/60 {
    --tw-shadow-color: rgb(6 182 212 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/65 {
    --tw-shadow-color: rgb(6 182 212 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/70 {
    --tw-shadow-color: rgb(6 182 212 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/75 {
    --tw-shadow-color: rgb(6 182 212 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/80 {
    --tw-shadow-color: rgb(6 182 212 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/85 {
    --tw-shadow-color: rgb(6 182 212 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/90 {
    --tw-shadow-color: rgb(6 182 212 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-500\/95 {
    --tw-shadow-color: rgb(6 182 212 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600 {
    --tw-shadow-color: #0891b2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/0 {
    --tw-shadow-color: rgb(8 145 178 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/10 {
    --tw-shadow-color: rgb(8 145 178 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/100 {
    --tw-shadow-color: rgb(8 145 178 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/15 {
    --tw-shadow-color: rgb(8 145 178 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/20 {
    --tw-shadow-color: rgb(8 145 178 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/25 {
    --tw-shadow-color: rgb(8 145 178 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/30 {
    --tw-shadow-color: rgb(8 145 178 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/35 {
    --tw-shadow-color: rgb(8 145 178 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/40 {
    --tw-shadow-color: rgb(8 145 178 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/45 {
    --tw-shadow-color: rgb(8 145 178 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/5 {
    --tw-shadow-color: rgb(8 145 178 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/50 {
    --tw-shadow-color: rgb(8 145 178 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/55 {
    --tw-shadow-color: rgb(8 145 178 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/60 {
    --tw-shadow-color: rgb(8 145 178 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/65 {
    --tw-shadow-color: rgb(8 145 178 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/70 {
    --tw-shadow-color: rgb(8 145 178 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/75 {
    --tw-shadow-color: rgb(8 145 178 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/80 {
    --tw-shadow-color: rgb(8 145 178 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/85 {
    --tw-shadow-color: rgb(8 145 178 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/90 {
    --tw-shadow-color: rgb(8 145 178 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-600\/95 {
    --tw-shadow-color: rgb(8 145 178 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700 {
    --tw-shadow-color: #0e7490;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/0 {
    --tw-shadow-color: rgb(14 116 144 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/10 {
    --tw-shadow-color: rgb(14 116 144 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/100 {
    --tw-shadow-color: rgb(14 116 144 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/15 {
    --tw-shadow-color: rgb(14 116 144 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/20 {
    --tw-shadow-color: rgb(14 116 144 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/25 {
    --tw-shadow-color: rgb(14 116 144 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/30 {
    --tw-shadow-color: rgb(14 116 144 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/35 {
    --tw-shadow-color: rgb(14 116 144 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/40 {
    --tw-shadow-color: rgb(14 116 144 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/45 {
    --tw-shadow-color: rgb(14 116 144 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/5 {
    --tw-shadow-color: rgb(14 116 144 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/50 {
    --tw-shadow-color: rgb(14 116 144 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/55 {
    --tw-shadow-color: rgb(14 116 144 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/60 {
    --tw-shadow-color: rgb(14 116 144 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/65 {
    --tw-shadow-color: rgb(14 116 144 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/70 {
    --tw-shadow-color: rgb(14 116 144 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/75 {
    --tw-shadow-color: rgb(14 116 144 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/80 {
    --tw-shadow-color: rgb(14 116 144 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/85 {
    --tw-shadow-color: rgb(14 116 144 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/90 {
    --tw-shadow-color: rgb(14 116 144 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-700\/95 {
    --tw-shadow-color: rgb(14 116 144 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800 {
    --tw-shadow-color: #155e75;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/0 {
    --tw-shadow-color: rgb(21 94 117 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/10 {
    --tw-shadow-color: rgb(21 94 117 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/100 {
    --tw-shadow-color: rgb(21 94 117 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/15 {
    --tw-shadow-color: rgb(21 94 117 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/20 {
    --tw-shadow-color: rgb(21 94 117 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/25 {
    --tw-shadow-color: rgb(21 94 117 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/30 {
    --tw-shadow-color: rgb(21 94 117 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/35 {
    --tw-shadow-color: rgb(21 94 117 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/40 {
    --tw-shadow-color: rgb(21 94 117 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/45 {
    --tw-shadow-color: rgb(21 94 117 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/5 {
    --tw-shadow-color: rgb(21 94 117 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/50 {
    --tw-shadow-color: rgb(21 94 117 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/55 {
    --tw-shadow-color: rgb(21 94 117 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/60 {
    --tw-shadow-color: rgb(21 94 117 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/65 {
    --tw-shadow-color: rgb(21 94 117 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/70 {
    --tw-shadow-color: rgb(21 94 117 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/75 {
    --tw-shadow-color: rgb(21 94 117 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/80 {
    --tw-shadow-color: rgb(21 94 117 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/85 {
    --tw-shadow-color: rgb(21 94 117 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/90 {
    --tw-shadow-color: rgb(21 94 117 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-800\/95 {
    --tw-shadow-color: rgb(21 94 117 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900 {
    --tw-shadow-color: #164e63;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/0 {
    --tw-shadow-color: rgb(22 78 99 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/10 {
    --tw-shadow-color: rgb(22 78 99 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/100 {
    --tw-shadow-color: rgb(22 78 99 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/15 {
    --tw-shadow-color: rgb(22 78 99 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/20 {
    --tw-shadow-color: rgb(22 78 99 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/25 {
    --tw-shadow-color: rgb(22 78 99 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/30 {
    --tw-shadow-color: rgb(22 78 99 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/35 {
    --tw-shadow-color: rgb(22 78 99 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/40 {
    --tw-shadow-color: rgb(22 78 99 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/45 {
    --tw-shadow-color: rgb(22 78 99 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/5 {
    --tw-shadow-color: rgb(22 78 99 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/50 {
    --tw-shadow-color: rgb(22 78 99 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/55 {
    --tw-shadow-color: rgb(22 78 99 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/60 {
    --tw-shadow-color: rgb(22 78 99 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/65 {
    --tw-shadow-color: rgb(22 78 99 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/70 {
    --tw-shadow-color: rgb(22 78 99 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/75 {
    --tw-shadow-color: rgb(22 78 99 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/80 {
    --tw-shadow-color: rgb(22 78 99 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/85 {
    --tw-shadow-color: rgb(22 78 99 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/90 {
    --tw-shadow-color: rgb(22 78 99 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-900\/95 {
    --tw-shadow-color: rgb(22 78 99 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950 {
    --tw-shadow-color: #083344;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/0 {
    --tw-shadow-color: rgb(8 51 68 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/10 {
    --tw-shadow-color: rgb(8 51 68 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/100 {
    --tw-shadow-color: rgb(8 51 68 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/15 {
    --tw-shadow-color: rgb(8 51 68 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/20 {
    --tw-shadow-color: rgb(8 51 68 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/25 {
    --tw-shadow-color: rgb(8 51 68 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/30 {
    --tw-shadow-color: rgb(8 51 68 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/35 {
    --tw-shadow-color: rgb(8 51 68 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/40 {
    --tw-shadow-color: rgb(8 51 68 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/45 {
    --tw-shadow-color: rgb(8 51 68 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/5 {
    --tw-shadow-color: rgb(8 51 68 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/50 {
    --tw-shadow-color: rgb(8 51 68 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/55 {
    --tw-shadow-color: rgb(8 51 68 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/60 {
    --tw-shadow-color: rgb(8 51 68 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/65 {
    --tw-shadow-color: rgb(8 51 68 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/70 {
    --tw-shadow-color: rgb(8 51 68 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/75 {
    --tw-shadow-color: rgb(8 51 68 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/80 {
    --tw-shadow-color: rgb(8 51 68 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/85 {
    --tw-shadow-color: rgb(8 51 68 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/90 {
    --tw-shadow-color: rgb(8 51 68 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-cyan-950\/95 {
    --tw-shadow-color: rgb(8 51 68 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100 {
    --tw-shadow-color: #d1fae5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/0 {
    --tw-shadow-color: rgb(209 250 229 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/10 {
    --tw-shadow-color: rgb(209 250 229 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/100 {
    --tw-shadow-color: rgb(209 250 229 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/15 {
    --tw-shadow-color: rgb(209 250 229 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/20 {
    --tw-shadow-color: rgb(209 250 229 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/25 {
    --tw-shadow-color: rgb(209 250 229 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/30 {
    --tw-shadow-color: rgb(209 250 229 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/35 {
    --tw-shadow-color: rgb(209 250 229 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/40 {
    --tw-shadow-color: rgb(209 250 229 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/45 {
    --tw-shadow-color: rgb(209 250 229 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/5 {
    --tw-shadow-color: rgb(209 250 229 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/50 {
    --tw-shadow-color: rgb(209 250 229 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/55 {
    --tw-shadow-color: rgb(209 250 229 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/60 {
    --tw-shadow-color: rgb(209 250 229 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/65 {
    --tw-shadow-color: rgb(209 250 229 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/70 {
    --tw-shadow-color: rgb(209 250 229 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/75 {
    --tw-shadow-color: rgb(209 250 229 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/80 {
    --tw-shadow-color: rgb(209 250 229 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/85 {
    --tw-shadow-color: rgb(209 250 229 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/90 {
    --tw-shadow-color: rgb(209 250 229 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-100\/95 {
    --tw-shadow-color: rgb(209 250 229 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200 {
    --tw-shadow-color: #a7f3d0;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/0 {
    --tw-shadow-color: rgb(167 243 208 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/10 {
    --tw-shadow-color: rgb(167 243 208 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/100 {
    --tw-shadow-color: rgb(167 243 208 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/15 {
    --tw-shadow-color: rgb(167 243 208 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/20 {
    --tw-shadow-color: rgb(167 243 208 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/25 {
    --tw-shadow-color: rgb(167 243 208 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/30 {
    --tw-shadow-color: rgb(167 243 208 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/35 {
    --tw-shadow-color: rgb(167 243 208 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/40 {
    --tw-shadow-color: rgb(167 243 208 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/45 {
    --tw-shadow-color: rgb(167 243 208 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/5 {
    --tw-shadow-color: rgb(167 243 208 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/50 {
    --tw-shadow-color: rgb(167 243 208 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/55 {
    --tw-shadow-color: rgb(167 243 208 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/60 {
    --tw-shadow-color: rgb(167 243 208 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/65 {
    --tw-shadow-color: rgb(167 243 208 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/70 {
    --tw-shadow-color: rgb(167 243 208 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/75 {
    --tw-shadow-color: rgb(167 243 208 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/80 {
    --tw-shadow-color: rgb(167 243 208 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/85 {
    --tw-shadow-color: rgb(167 243 208 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/90 {
    --tw-shadow-color: rgb(167 243 208 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-200\/95 {
    --tw-shadow-color: rgb(167 243 208 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300 {
    --tw-shadow-color: #6ee7b7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/0 {
    --tw-shadow-color: rgb(110 231 183 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/10 {
    --tw-shadow-color: rgb(110 231 183 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/100 {
    --tw-shadow-color: rgb(110 231 183 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/15 {
    --tw-shadow-color: rgb(110 231 183 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/20 {
    --tw-shadow-color: rgb(110 231 183 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/25 {
    --tw-shadow-color: rgb(110 231 183 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/30 {
    --tw-shadow-color: rgb(110 231 183 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/35 {
    --tw-shadow-color: rgb(110 231 183 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/40 {
    --tw-shadow-color: rgb(110 231 183 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/45 {
    --tw-shadow-color: rgb(110 231 183 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/5 {
    --tw-shadow-color: rgb(110 231 183 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/50 {
    --tw-shadow-color: rgb(110 231 183 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/55 {
    --tw-shadow-color: rgb(110 231 183 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/60 {
    --tw-shadow-color: rgb(110 231 183 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/65 {
    --tw-shadow-color: rgb(110 231 183 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/70 {
    --tw-shadow-color: rgb(110 231 183 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/75 {
    --tw-shadow-color: rgb(110 231 183 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/80 {
    --tw-shadow-color: rgb(110 231 183 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/85 {
    --tw-shadow-color: rgb(110 231 183 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/90 {
    --tw-shadow-color: rgb(110 231 183 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-300\/95 {
    --tw-shadow-color: rgb(110 231 183 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400 {
    --tw-shadow-color: #34d399;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/0 {
    --tw-shadow-color: rgb(52 211 153 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/10 {
    --tw-shadow-color: rgb(52 211 153 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/100 {
    --tw-shadow-color: rgb(52 211 153 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/15 {
    --tw-shadow-color: rgb(52 211 153 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/20 {
    --tw-shadow-color: rgb(52 211 153 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/25 {
    --tw-shadow-color: rgb(52 211 153 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/30 {
    --tw-shadow-color: rgb(52 211 153 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/35 {
    --tw-shadow-color: rgb(52 211 153 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/40 {
    --tw-shadow-color: rgb(52 211 153 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/45 {
    --tw-shadow-color: rgb(52 211 153 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/5 {
    --tw-shadow-color: rgb(52 211 153 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/50 {
    --tw-shadow-color: rgb(52 211 153 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/55 {
    --tw-shadow-color: rgb(52 211 153 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/60 {
    --tw-shadow-color: rgb(52 211 153 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/65 {
    --tw-shadow-color: rgb(52 211 153 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/70 {
    --tw-shadow-color: rgb(52 211 153 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/75 {
    --tw-shadow-color: rgb(52 211 153 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/80 {
    --tw-shadow-color: rgb(52 211 153 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/85 {
    --tw-shadow-color: rgb(52 211 153 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/90 {
    --tw-shadow-color: rgb(52 211 153 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-400\/95 {
    --tw-shadow-color: rgb(52 211 153 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50 {
    --tw-shadow-color: #ecfdf5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/0 {
    --tw-shadow-color: rgb(236 253 245 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/10 {
    --tw-shadow-color: rgb(236 253 245 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/100 {
    --tw-shadow-color: rgb(236 253 245 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/15 {
    --tw-shadow-color: rgb(236 253 245 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/20 {
    --tw-shadow-color: rgb(236 253 245 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/25 {
    --tw-shadow-color: rgb(236 253 245 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/30 {
    --tw-shadow-color: rgb(236 253 245 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/35 {
    --tw-shadow-color: rgb(236 253 245 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/40 {
    --tw-shadow-color: rgb(236 253 245 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/45 {
    --tw-shadow-color: rgb(236 253 245 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/5 {
    --tw-shadow-color: rgb(236 253 245 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/50 {
    --tw-shadow-color: rgb(236 253 245 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/55 {
    --tw-shadow-color: rgb(236 253 245 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/60 {
    --tw-shadow-color: rgb(236 253 245 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/65 {
    --tw-shadow-color: rgb(236 253 245 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/70 {
    --tw-shadow-color: rgb(236 253 245 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/75 {
    --tw-shadow-color: rgb(236 253 245 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/80 {
    --tw-shadow-color: rgb(236 253 245 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/85 {
    --tw-shadow-color: rgb(236 253 245 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/90 {
    --tw-shadow-color: rgb(236 253 245 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-50\/95 {
    --tw-shadow-color: rgb(236 253 245 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500 {
    --tw-shadow-color: #10b981;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/0 {
    --tw-shadow-color: rgb(16 185 129 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/10 {
    --tw-shadow-color: rgb(16 185 129 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/100 {
    --tw-shadow-color: rgb(16 185 129 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/15 {
    --tw-shadow-color: rgb(16 185 129 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/20 {
    --tw-shadow-color: rgb(16 185 129 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/25 {
    --tw-shadow-color: rgb(16 185 129 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/30 {
    --tw-shadow-color: rgb(16 185 129 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/35 {
    --tw-shadow-color: rgb(16 185 129 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/40 {
    --tw-shadow-color: rgb(16 185 129 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/45 {
    --tw-shadow-color: rgb(16 185 129 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/5 {
    --tw-shadow-color: rgb(16 185 129 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/50 {
    --tw-shadow-color: rgb(16 185 129 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/55 {
    --tw-shadow-color: rgb(16 185 129 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/60 {
    --tw-shadow-color: rgb(16 185 129 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/65 {
    --tw-shadow-color: rgb(16 185 129 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/70 {
    --tw-shadow-color: rgb(16 185 129 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/75 {
    --tw-shadow-color: rgb(16 185 129 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/80 {
    --tw-shadow-color: rgb(16 185 129 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/85 {
    --tw-shadow-color: rgb(16 185 129 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/90 {
    --tw-shadow-color: rgb(16 185 129 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-500\/95 {
    --tw-shadow-color: rgb(16 185 129 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600 {
    --tw-shadow-color: #059669;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/0 {
    --tw-shadow-color: rgb(5 150 105 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/10 {
    --tw-shadow-color: rgb(5 150 105 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/100 {
    --tw-shadow-color: rgb(5 150 105 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/15 {
    --tw-shadow-color: rgb(5 150 105 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/20 {
    --tw-shadow-color: rgb(5 150 105 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/25 {
    --tw-shadow-color: rgb(5 150 105 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/30 {
    --tw-shadow-color: rgb(5 150 105 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/35 {
    --tw-shadow-color: rgb(5 150 105 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/40 {
    --tw-shadow-color: rgb(5 150 105 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/45 {
    --tw-shadow-color: rgb(5 150 105 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/5 {
    --tw-shadow-color: rgb(5 150 105 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/50 {
    --tw-shadow-color: rgb(5 150 105 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/55 {
    --tw-shadow-color: rgb(5 150 105 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/60 {
    --tw-shadow-color: rgb(5 150 105 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/65 {
    --tw-shadow-color: rgb(5 150 105 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/70 {
    --tw-shadow-color: rgb(5 150 105 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/75 {
    --tw-shadow-color: rgb(5 150 105 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/80 {
    --tw-shadow-color: rgb(5 150 105 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/85 {
    --tw-shadow-color: rgb(5 150 105 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/90 {
    --tw-shadow-color: rgb(5 150 105 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-600\/95 {
    --tw-shadow-color: rgb(5 150 105 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700 {
    --tw-shadow-color: #047857;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/0 {
    --tw-shadow-color: rgb(4 120 87 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/10 {
    --tw-shadow-color: rgb(4 120 87 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/100 {
    --tw-shadow-color: rgb(4 120 87 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/15 {
    --tw-shadow-color: rgb(4 120 87 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/20 {
    --tw-shadow-color: rgb(4 120 87 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/25 {
    --tw-shadow-color: rgb(4 120 87 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/30 {
    --tw-shadow-color: rgb(4 120 87 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/35 {
    --tw-shadow-color: rgb(4 120 87 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/40 {
    --tw-shadow-color: rgb(4 120 87 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/45 {
    --tw-shadow-color: rgb(4 120 87 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/5 {
    --tw-shadow-color: rgb(4 120 87 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/50 {
    --tw-shadow-color: rgb(4 120 87 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/55 {
    --tw-shadow-color: rgb(4 120 87 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/60 {
    --tw-shadow-color: rgb(4 120 87 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/65 {
    --tw-shadow-color: rgb(4 120 87 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/70 {
    --tw-shadow-color: rgb(4 120 87 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/75 {
    --tw-shadow-color: rgb(4 120 87 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/80 {
    --tw-shadow-color: rgb(4 120 87 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/85 {
    --tw-shadow-color: rgb(4 120 87 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/90 {
    --tw-shadow-color: rgb(4 120 87 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-700\/95 {
    --tw-shadow-color: rgb(4 120 87 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800 {
    --tw-shadow-color: #065f46;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/0 {
    --tw-shadow-color: rgb(6 95 70 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/10 {
    --tw-shadow-color: rgb(6 95 70 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/100 {
    --tw-shadow-color: rgb(6 95 70 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/15 {
    --tw-shadow-color: rgb(6 95 70 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/20 {
    --tw-shadow-color: rgb(6 95 70 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/25 {
    --tw-shadow-color: rgb(6 95 70 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/30 {
    --tw-shadow-color: rgb(6 95 70 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/35 {
    --tw-shadow-color: rgb(6 95 70 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/40 {
    --tw-shadow-color: rgb(6 95 70 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/45 {
    --tw-shadow-color: rgb(6 95 70 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/5 {
    --tw-shadow-color: rgb(6 95 70 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/50 {
    --tw-shadow-color: rgb(6 95 70 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/55 {
    --tw-shadow-color: rgb(6 95 70 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/60 {
    --tw-shadow-color: rgb(6 95 70 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/65 {
    --tw-shadow-color: rgb(6 95 70 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/70 {
    --tw-shadow-color: rgb(6 95 70 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/75 {
    --tw-shadow-color: rgb(6 95 70 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/80 {
    --tw-shadow-color: rgb(6 95 70 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/85 {
    --tw-shadow-color: rgb(6 95 70 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/90 {
    --tw-shadow-color: rgb(6 95 70 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-800\/95 {
    --tw-shadow-color: rgb(6 95 70 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900 {
    --tw-shadow-color: #064e3b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/0 {
    --tw-shadow-color: rgb(6 78 59 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/10 {
    --tw-shadow-color: rgb(6 78 59 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/100 {
    --tw-shadow-color: rgb(6 78 59 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/15 {
    --tw-shadow-color: rgb(6 78 59 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/20 {
    --tw-shadow-color: rgb(6 78 59 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/25 {
    --tw-shadow-color: rgb(6 78 59 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/30 {
    --tw-shadow-color: rgb(6 78 59 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/35 {
    --tw-shadow-color: rgb(6 78 59 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/40 {
    --tw-shadow-color: rgb(6 78 59 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/45 {
    --tw-shadow-color: rgb(6 78 59 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/5 {
    --tw-shadow-color: rgb(6 78 59 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/50 {
    --tw-shadow-color: rgb(6 78 59 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/55 {
    --tw-shadow-color: rgb(6 78 59 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/60 {
    --tw-shadow-color: rgb(6 78 59 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/65 {
    --tw-shadow-color: rgb(6 78 59 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/70 {
    --tw-shadow-color: rgb(6 78 59 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/75 {
    --tw-shadow-color: rgb(6 78 59 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/80 {
    --tw-shadow-color: rgb(6 78 59 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/85 {
    --tw-shadow-color: rgb(6 78 59 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/90 {
    --tw-shadow-color: rgb(6 78 59 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-900\/95 {
    --tw-shadow-color: rgb(6 78 59 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950 {
    --tw-shadow-color: #022c22;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/0 {
    --tw-shadow-color: rgb(2 44 34 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/10 {
    --tw-shadow-color: rgb(2 44 34 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/100 {
    --tw-shadow-color: rgb(2 44 34 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/15 {
    --tw-shadow-color: rgb(2 44 34 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/20 {
    --tw-shadow-color: rgb(2 44 34 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/25 {
    --tw-shadow-color: rgb(2 44 34 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/30 {
    --tw-shadow-color: rgb(2 44 34 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/35 {
    --tw-shadow-color: rgb(2 44 34 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/40 {
    --tw-shadow-color: rgb(2 44 34 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/45 {
    --tw-shadow-color: rgb(2 44 34 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/5 {
    --tw-shadow-color: rgb(2 44 34 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/50 {
    --tw-shadow-color: rgb(2 44 34 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/55 {
    --tw-shadow-color: rgb(2 44 34 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/60 {
    --tw-shadow-color: rgb(2 44 34 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/65 {
    --tw-shadow-color: rgb(2 44 34 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/70 {
    --tw-shadow-color: rgb(2 44 34 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/75 {
    --tw-shadow-color: rgb(2 44 34 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/80 {
    --tw-shadow-color: rgb(2 44 34 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/85 {
    --tw-shadow-color: rgb(2 44 34 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/90 {
    --tw-shadow-color: rgb(2 44 34 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-emerald-950\/95 {
    --tw-shadow-color: rgb(2 44 34 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100 {
    --tw-shadow-color: #fae8ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/0 {
    --tw-shadow-color: rgb(250 232 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/10 {
    --tw-shadow-color: rgb(250 232 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/100 {
    --tw-shadow-color: rgb(250 232 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/15 {
    --tw-shadow-color: rgb(250 232 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/20 {
    --tw-shadow-color: rgb(250 232 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/25 {
    --tw-shadow-color: rgb(250 232 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/30 {
    --tw-shadow-color: rgb(250 232 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/35 {
    --tw-shadow-color: rgb(250 232 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/40 {
    --tw-shadow-color: rgb(250 232 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/45 {
    --tw-shadow-color: rgb(250 232 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/5 {
    --tw-shadow-color: rgb(250 232 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/50 {
    --tw-shadow-color: rgb(250 232 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/55 {
    --tw-shadow-color: rgb(250 232 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/60 {
    --tw-shadow-color: rgb(250 232 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/65 {
    --tw-shadow-color: rgb(250 232 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/70 {
    --tw-shadow-color: rgb(250 232 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/75 {
    --tw-shadow-color: rgb(250 232 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/80 {
    --tw-shadow-color: rgb(250 232 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/85 {
    --tw-shadow-color: rgb(250 232 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/90 {
    --tw-shadow-color: rgb(250 232 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-100\/95 {
    --tw-shadow-color: rgb(250 232 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200 {
    --tw-shadow-color: #f5d0fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/0 {
    --tw-shadow-color: rgb(245 208 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/10 {
    --tw-shadow-color: rgb(245 208 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/100 {
    --tw-shadow-color: rgb(245 208 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/15 {
    --tw-shadow-color: rgb(245 208 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/20 {
    --tw-shadow-color: rgb(245 208 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/25 {
    --tw-shadow-color: rgb(245 208 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/30 {
    --tw-shadow-color: rgb(245 208 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/35 {
    --tw-shadow-color: rgb(245 208 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/40 {
    --tw-shadow-color: rgb(245 208 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/45 {
    --tw-shadow-color: rgb(245 208 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/5 {
    --tw-shadow-color: rgb(245 208 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/50 {
    --tw-shadow-color: rgb(245 208 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/55 {
    --tw-shadow-color: rgb(245 208 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/60 {
    --tw-shadow-color: rgb(245 208 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/65 {
    --tw-shadow-color: rgb(245 208 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/70 {
    --tw-shadow-color: rgb(245 208 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/75 {
    --tw-shadow-color: rgb(245 208 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/80 {
    --tw-shadow-color: rgb(245 208 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/85 {
    --tw-shadow-color: rgb(245 208 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/90 {
    --tw-shadow-color: rgb(245 208 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-200\/95 {
    --tw-shadow-color: rgb(245 208 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300 {
    --tw-shadow-color: #f0abfc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/0 {
    --tw-shadow-color: rgb(240 171 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/10 {
    --tw-shadow-color: rgb(240 171 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/100 {
    --tw-shadow-color: rgb(240 171 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/15 {
    --tw-shadow-color: rgb(240 171 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/20 {
    --tw-shadow-color: rgb(240 171 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/25 {
    --tw-shadow-color: rgb(240 171 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/30 {
    --tw-shadow-color: rgb(240 171 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/35 {
    --tw-shadow-color: rgb(240 171 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/40 {
    --tw-shadow-color: rgb(240 171 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/45 {
    --tw-shadow-color: rgb(240 171 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/5 {
    --tw-shadow-color: rgb(240 171 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/50 {
    --tw-shadow-color: rgb(240 171 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/55 {
    --tw-shadow-color: rgb(240 171 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/60 {
    --tw-shadow-color: rgb(240 171 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/65 {
    --tw-shadow-color: rgb(240 171 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/70 {
    --tw-shadow-color: rgb(240 171 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/75 {
    --tw-shadow-color: rgb(240 171 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/80 {
    --tw-shadow-color: rgb(240 171 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/85 {
    --tw-shadow-color: rgb(240 171 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/90 {
    --tw-shadow-color: rgb(240 171 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-300\/95 {
    --tw-shadow-color: rgb(240 171 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400 {
    --tw-shadow-color: #e879f9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/0 {
    --tw-shadow-color: rgb(232 121 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/10 {
    --tw-shadow-color: rgb(232 121 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/100 {
    --tw-shadow-color: rgb(232 121 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/15 {
    --tw-shadow-color: rgb(232 121 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/20 {
    --tw-shadow-color: rgb(232 121 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/25 {
    --tw-shadow-color: rgb(232 121 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/30 {
    --tw-shadow-color: rgb(232 121 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/35 {
    --tw-shadow-color: rgb(232 121 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/40 {
    --tw-shadow-color: rgb(232 121 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/45 {
    --tw-shadow-color: rgb(232 121 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/5 {
    --tw-shadow-color: rgb(232 121 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/50 {
    --tw-shadow-color: rgb(232 121 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/55 {
    --tw-shadow-color: rgb(232 121 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/60 {
    --tw-shadow-color: rgb(232 121 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/65 {
    --tw-shadow-color: rgb(232 121 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/70 {
    --tw-shadow-color: rgb(232 121 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/75 {
    --tw-shadow-color: rgb(232 121 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/80 {
    --tw-shadow-color: rgb(232 121 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/85 {
    --tw-shadow-color: rgb(232 121 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/90 {
    --tw-shadow-color: rgb(232 121 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-400\/95 {
    --tw-shadow-color: rgb(232 121 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50 {
    --tw-shadow-color: #fdf4ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/0 {
    --tw-shadow-color: rgb(253 244 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/10 {
    --tw-shadow-color: rgb(253 244 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/100 {
    --tw-shadow-color: rgb(253 244 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/15 {
    --tw-shadow-color: rgb(253 244 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/20 {
    --tw-shadow-color: rgb(253 244 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/25 {
    --tw-shadow-color: rgb(253 244 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/30 {
    --tw-shadow-color: rgb(253 244 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/35 {
    --tw-shadow-color: rgb(253 244 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/40 {
    --tw-shadow-color: rgb(253 244 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/45 {
    --tw-shadow-color: rgb(253 244 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/5 {
    --tw-shadow-color: rgb(253 244 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/50 {
    --tw-shadow-color: rgb(253 244 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/55 {
    --tw-shadow-color: rgb(253 244 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/60 {
    --tw-shadow-color: rgb(253 244 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/65 {
    --tw-shadow-color: rgb(253 244 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/70 {
    --tw-shadow-color: rgb(253 244 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/75 {
    --tw-shadow-color: rgb(253 244 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/80 {
    --tw-shadow-color: rgb(253 244 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/85 {
    --tw-shadow-color: rgb(253 244 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/90 {
    --tw-shadow-color: rgb(253 244 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-50\/95 {
    --tw-shadow-color: rgb(253 244 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500 {
    --tw-shadow-color: #d946ef;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/0 {
    --tw-shadow-color: rgb(217 70 239 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/10 {
    --tw-shadow-color: rgb(217 70 239 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/100 {
    --tw-shadow-color: rgb(217 70 239 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/15 {
    --tw-shadow-color: rgb(217 70 239 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/20 {
    --tw-shadow-color: rgb(217 70 239 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/25 {
    --tw-shadow-color: rgb(217 70 239 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/30 {
    --tw-shadow-color: rgb(217 70 239 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/35 {
    --tw-shadow-color: rgb(217 70 239 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/40 {
    --tw-shadow-color: rgb(217 70 239 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/45 {
    --tw-shadow-color: rgb(217 70 239 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/5 {
    --tw-shadow-color: rgb(217 70 239 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/50 {
    --tw-shadow-color: rgb(217 70 239 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/55 {
    --tw-shadow-color: rgb(217 70 239 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/60 {
    --tw-shadow-color: rgb(217 70 239 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/65 {
    --tw-shadow-color: rgb(217 70 239 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/70 {
    --tw-shadow-color: rgb(217 70 239 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/75 {
    --tw-shadow-color: rgb(217 70 239 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/80 {
    --tw-shadow-color: rgb(217 70 239 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/85 {
    --tw-shadow-color: rgb(217 70 239 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/90 {
    --tw-shadow-color: rgb(217 70 239 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-500\/95 {
    --tw-shadow-color: rgb(217 70 239 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600 {
    --tw-shadow-color: #c026d3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/0 {
    --tw-shadow-color: rgb(192 38 211 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/10 {
    --tw-shadow-color: rgb(192 38 211 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/100 {
    --tw-shadow-color: rgb(192 38 211 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/15 {
    --tw-shadow-color: rgb(192 38 211 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/20 {
    --tw-shadow-color: rgb(192 38 211 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/25 {
    --tw-shadow-color: rgb(192 38 211 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/30 {
    --tw-shadow-color: rgb(192 38 211 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/35 {
    --tw-shadow-color: rgb(192 38 211 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/40 {
    --tw-shadow-color: rgb(192 38 211 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/45 {
    --tw-shadow-color: rgb(192 38 211 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/5 {
    --tw-shadow-color: rgb(192 38 211 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/50 {
    --tw-shadow-color: rgb(192 38 211 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/55 {
    --tw-shadow-color: rgb(192 38 211 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/60 {
    --tw-shadow-color: rgb(192 38 211 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/65 {
    --tw-shadow-color: rgb(192 38 211 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/70 {
    --tw-shadow-color: rgb(192 38 211 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/75 {
    --tw-shadow-color: rgb(192 38 211 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/80 {
    --tw-shadow-color: rgb(192 38 211 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/85 {
    --tw-shadow-color: rgb(192 38 211 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/90 {
    --tw-shadow-color: rgb(192 38 211 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-600\/95 {
    --tw-shadow-color: rgb(192 38 211 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700 {
    --tw-shadow-color: #a21caf;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/0 {
    --tw-shadow-color: rgb(162 28 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/10 {
    --tw-shadow-color: rgb(162 28 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/100 {
    --tw-shadow-color: rgb(162 28 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/15 {
    --tw-shadow-color: rgb(162 28 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/20 {
    --tw-shadow-color: rgb(162 28 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/25 {
    --tw-shadow-color: rgb(162 28 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/30 {
    --tw-shadow-color: rgb(162 28 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/35 {
    --tw-shadow-color: rgb(162 28 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/40 {
    --tw-shadow-color: rgb(162 28 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/45 {
    --tw-shadow-color: rgb(162 28 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/5 {
    --tw-shadow-color: rgb(162 28 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/50 {
    --tw-shadow-color: rgb(162 28 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/55 {
    --tw-shadow-color: rgb(162 28 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/60 {
    --tw-shadow-color: rgb(162 28 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/65 {
    --tw-shadow-color: rgb(162 28 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/70 {
    --tw-shadow-color: rgb(162 28 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/75 {
    --tw-shadow-color: rgb(162 28 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/80 {
    --tw-shadow-color: rgb(162 28 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/85 {
    --tw-shadow-color: rgb(162 28 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/90 {
    --tw-shadow-color: rgb(162 28 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-700\/95 {
    --tw-shadow-color: rgb(162 28 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800 {
    --tw-shadow-color: #86198f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/0 {
    --tw-shadow-color: rgb(134 25 143 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/10 {
    --tw-shadow-color: rgb(134 25 143 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/100 {
    --tw-shadow-color: rgb(134 25 143 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/15 {
    --tw-shadow-color: rgb(134 25 143 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/20 {
    --tw-shadow-color: rgb(134 25 143 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/25 {
    --tw-shadow-color: rgb(134 25 143 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/30 {
    --tw-shadow-color: rgb(134 25 143 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/35 {
    --tw-shadow-color: rgb(134 25 143 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/40 {
    --tw-shadow-color: rgb(134 25 143 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/45 {
    --tw-shadow-color: rgb(134 25 143 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/5 {
    --tw-shadow-color: rgb(134 25 143 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/50 {
    --tw-shadow-color: rgb(134 25 143 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/55 {
    --tw-shadow-color: rgb(134 25 143 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/60 {
    --tw-shadow-color: rgb(134 25 143 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/65 {
    --tw-shadow-color: rgb(134 25 143 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/70 {
    --tw-shadow-color: rgb(134 25 143 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/75 {
    --tw-shadow-color: rgb(134 25 143 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/80 {
    --tw-shadow-color: rgb(134 25 143 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/85 {
    --tw-shadow-color: rgb(134 25 143 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/90 {
    --tw-shadow-color: rgb(134 25 143 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-800\/95 {
    --tw-shadow-color: rgb(134 25 143 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900 {
    --tw-shadow-color: #701a75;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/0 {
    --tw-shadow-color: rgb(112 26 117 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/10 {
    --tw-shadow-color: rgb(112 26 117 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/100 {
    --tw-shadow-color: rgb(112 26 117 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/15 {
    --tw-shadow-color: rgb(112 26 117 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/20 {
    --tw-shadow-color: rgb(112 26 117 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/25 {
    --tw-shadow-color: rgb(112 26 117 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/30 {
    --tw-shadow-color: rgb(112 26 117 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/35 {
    --tw-shadow-color: rgb(112 26 117 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/40 {
    --tw-shadow-color: rgb(112 26 117 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/45 {
    --tw-shadow-color: rgb(112 26 117 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/5 {
    --tw-shadow-color: rgb(112 26 117 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/50 {
    --tw-shadow-color: rgb(112 26 117 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/55 {
    --tw-shadow-color: rgb(112 26 117 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/60 {
    --tw-shadow-color: rgb(112 26 117 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/65 {
    --tw-shadow-color: rgb(112 26 117 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/70 {
    --tw-shadow-color: rgb(112 26 117 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/75 {
    --tw-shadow-color: rgb(112 26 117 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/80 {
    --tw-shadow-color: rgb(112 26 117 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/85 {
    --tw-shadow-color: rgb(112 26 117 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/90 {
    --tw-shadow-color: rgb(112 26 117 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-900\/95 {
    --tw-shadow-color: rgb(112 26 117 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950 {
    --tw-shadow-color: #4a044e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/0 {
    --tw-shadow-color: rgb(74 4 78 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/10 {
    --tw-shadow-color: rgb(74 4 78 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/100 {
    --tw-shadow-color: rgb(74 4 78 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/15 {
    --tw-shadow-color: rgb(74 4 78 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/20 {
    --tw-shadow-color: rgb(74 4 78 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/25 {
    --tw-shadow-color: rgb(74 4 78 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/30 {
    --tw-shadow-color: rgb(74 4 78 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/35 {
    --tw-shadow-color: rgb(74 4 78 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/40 {
    --tw-shadow-color: rgb(74 4 78 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/45 {
    --tw-shadow-color: rgb(74 4 78 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/5 {
    --tw-shadow-color: rgb(74 4 78 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/50 {
    --tw-shadow-color: rgb(74 4 78 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/55 {
    --tw-shadow-color: rgb(74 4 78 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/60 {
    --tw-shadow-color: rgb(74 4 78 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/65 {
    --tw-shadow-color: rgb(74 4 78 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/70 {
    --tw-shadow-color: rgb(74 4 78 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/75 {
    --tw-shadow-color: rgb(74 4 78 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/80 {
    --tw-shadow-color: rgb(74 4 78 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/85 {
    --tw-shadow-color: rgb(74 4 78 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/90 {
    --tw-shadow-color: rgb(74 4 78 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-fuchsia-950\/95 {
    --tw-shadow-color: rgb(74 4 78 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100 {
    --tw-shadow-color: #f3f4f6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/0 {
    --tw-shadow-color: rgb(243 244 246 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/10 {
    --tw-shadow-color: rgb(243 244 246 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/100 {
    --tw-shadow-color: rgb(243 244 246 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/15 {
    --tw-shadow-color: rgb(243 244 246 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/20 {
    --tw-shadow-color: rgb(243 244 246 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/25 {
    --tw-shadow-color: rgb(243 244 246 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/30 {
    --tw-shadow-color: rgb(243 244 246 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/35 {
    --tw-shadow-color: rgb(243 244 246 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/40 {
    --tw-shadow-color: rgb(243 244 246 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/45 {
    --tw-shadow-color: rgb(243 244 246 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/5 {
    --tw-shadow-color: rgb(243 244 246 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/50 {
    --tw-shadow-color: rgb(243 244 246 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/55 {
    --tw-shadow-color: rgb(243 244 246 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/60 {
    --tw-shadow-color: rgb(243 244 246 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/65 {
    --tw-shadow-color: rgb(243 244 246 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/70 {
    --tw-shadow-color: rgb(243 244 246 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/75 {
    --tw-shadow-color: rgb(243 244 246 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/80 {
    --tw-shadow-color: rgb(243 244 246 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/85 {
    --tw-shadow-color: rgb(243 244 246 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/90 {
    --tw-shadow-color: rgb(243 244 246 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-100\/95 {
    --tw-shadow-color: rgb(243 244 246 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200 {
    --tw-shadow-color: #e5e7eb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/0 {
    --tw-shadow-color: rgb(229 231 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/10 {
    --tw-shadow-color: rgb(229 231 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/100 {
    --tw-shadow-color: rgb(229 231 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/15 {
    --tw-shadow-color: rgb(229 231 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/20 {
    --tw-shadow-color: rgb(229 231 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/25 {
    --tw-shadow-color: rgb(229 231 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/30 {
    --tw-shadow-color: rgb(229 231 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/35 {
    --tw-shadow-color: rgb(229 231 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/40 {
    --tw-shadow-color: rgb(229 231 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/45 {
    --tw-shadow-color: rgb(229 231 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/5 {
    --tw-shadow-color: rgb(229 231 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/50 {
    --tw-shadow-color: rgb(229 231 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/55 {
    --tw-shadow-color: rgb(229 231 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/60 {
    --tw-shadow-color: rgb(229 231 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/65 {
    --tw-shadow-color: rgb(229 231 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/70 {
    --tw-shadow-color: rgb(229 231 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/75 {
    --tw-shadow-color: rgb(229 231 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/80 {
    --tw-shadow-color: rgb(229 231 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/85 {
    --tw-shadow-color: rgb(229 231 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/90 {
    --tw-shadow-color: rgb(229 231 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-200\/95 {
    --tw-shadow-color: rgb(229 231 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300 {
    --tw-shadow-color: #d1d5db;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/0 {
    --tw-shadow-color: rgb(209 213 219 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/10 {
    --tw-shadow-color: rgb(209 213 219 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/100 {
    --tw-shadow-color: rgb(209 213 219 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/15 {
    --tw-shadow-color: rgb(209 213 219 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/20 {
    --tw-shadow-color: rgb(209 213 219 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/25 {
    --tw-shadow-color: rgb(209 213 219 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/30 {
    --tw-shadow-color: rgb(209 213 219 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/35 {
    --tw-shadow-color: rgb(209 213 219 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/40 {
    --tw-shadow-color: rgb(209 213 219 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/45 {
    --tw-shadow-color: rgb(209 213 219 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/5 {
    --tw-shadow-color: rgb(209 213 219 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/50 {
    --tw-shadow-color: rgb(209 213 219 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/55 {
    --tw-shadow-color: rgb(209 213 219 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/60 {
    --tw-shadow-color: rgb(209 213 219 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/65 {
    --tw-shadow-color: rgb(209 213 219 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/70 {
    --tw-shadow-color: rgb(209 213 219 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/75 {
    --tw-shadow-color: rgb(209 213 219 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/80 {
    --tw-shadow-color: rgb(209 213 219 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/85 {
    --tw-shadow-color: rgb(209 213 219 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/90 {
    --tw-shadow-color: rgb(209 213 219 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-300\/95 {
    --tw-shadow-color: rgb(209 213 219 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400 {
    --tw-shadow-color: #9ca3af;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/0 {
    --tw-shadow-color: rgb(156 163 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/10 {
    --tw-shadow-color: rgb(156 163 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/100 {
    --tw-shadow-color: rgb(156 163 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/15 {
    --tw-shadow-color: rgb(156 163 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/20 {
    --tw-shadow-color: rgb(156 163 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/25 {
    --tw-shadow-color: rgb(156 163 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/30 {
    --tw-shadow-color: rgb(156 163 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/35 {
    --tw-shadow-color: rgb(156 163 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/40 {
    --tw-shadow-color: rgb(156 163 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/45 {
    --tw-shadow-color: rgb(156 163 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/5 {
    --tw-shadow-color: rgb(156 163 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/50 {
    --tw-shadow-color: rgb(156 163 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/55 {
    --tw-shadow-color: rgb(156 163 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/60 {
    --tw-shadow-color: rgb(156 163 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/65 {
    --tw-shadow-color: rgb(156 163 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/70 {
    --tw-shadow-color: rgb(156 163 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/75 {
    --tw-shadow-color: rgb(156 163 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/80 {
    --tw-shadow-color: rgb(156 163 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/85 {
    --tw-shadow-color: rgb(156 163 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/90 {
    --tw-shadow-color: rgb(156 163 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-400\/95 {
    --tw-shadow-color: rgb(156 163 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50 {
    --tw-shadow-color: #f9fafb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/0 {
    --tw-shadow-color: rgb(249 250 251 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/10 {
    --tw-shadow-color: rgb(249 250 251 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/100 {
    --tw-shadow-color: rgb(249 250 251 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/15 {
    --tw-shadow-color: rgb(249 250 251 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/20 {
    --tw-shadow-color: rgb(249 250 251 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/25 {
    --tw-shadow-color: rgb(249 250 251 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/30 {
    --tw-shadow-color: rgb(249 250 251 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/35 {
    --tw-shadow-color: rgb(249 250 251 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/40 {
    --tw-shadow-color: rgb(249 250 251 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/45 {
    --tw-shadow-color: rgb(249 250 251 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/5 {
    --tw-shadow-color: rgb(249 250 251 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/50 {
    --tw-shadow-color: rgb(249 250 251 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/55 {
    --tw-shadow-color: rgb(249 250 251 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/60 {
    --tw-shadow-color: rgb(249 250 251 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/65 {
    --tw-shadow-color: rgb(249 250 251 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/70 {
    --tw-shadow-color: rgb(249 250 251 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/75 {
    --tw-shadow-color: rgb(249 250 251 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/80 {
    --tw-shadow-color: rgb(249 250 251 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/85 {
    --tw-shadow-color: rgb(249 250 251 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/90 {
    --tw-shadow-color: rgb(249 250 251 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-50\/95 {
    --tw-shadow-color: rgb(249 250 251 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500 {
    --tw-shadow-color: #6b7280;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/0 {
    --tw-shadow-color: rgb(107 114 128 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/10 {
    --tw-shadow-color: rgb(107 114 128 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/100 {
    --tw-shadow-color: rgb(107 114 128 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/15 {
    --tw-shadow-color: rgb(107 114 128 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/20 {
    --tw-shadow-color: rgb(107 114 128 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/25 {
    --tw-shadow-color: rgb(107 114 128 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/30 {
    --tw-shadow-color: rgb(107 114 128 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/35 {
    --tw-shadow-color: rgb(107 114 128 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/40 {
    --tw-shadow-color: rgb(107 114 128 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/45 {
    --tw-shadow-color: rgb(107 114 128 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/5 {
    --tw-shadow-color: rgb(107 114 128 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/50 {
    --tw-shadow-color: rgb(107 114 128 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/55 {
    --tw-shadow-color: rgb(107 114 128 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/60 {
    --tw-shadow-color: rgb(107 114 128 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/65 {
    --tw-shadow-color: rgb(107 114 128 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/70 {
    --tw-shadow-color: rgb(107 114 128 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/75 {
    --tw-shadow-color: rgb(107 114 128 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/80 {
    --tw-shadow-color: rgb(107 114 128 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/85 {
    --tw-shadow-color: rgb(107 114 128 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/90 {
    --tw-shadow-color: rgb(107 114 128 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-500\/95 {
    --tw-shadow-color: rgb(107 114 128 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600 {
    --tw-shadow-color: #4b5563;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/0 {
    --tw-shadow-color: rgb(75 85 99 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/10 {
    --tw-shadow-color: rgb(75 85 99 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/100 {
    --tw-shadow-color: rgb(75 85 99 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/15 {
    --tw-shadow-color: rgb(75 85 99 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/20 {
    --tw-shadow-color: rgb(75 85 99 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/25 {
    --tw-shadow-color: rgb(75 85 99 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/30 {
    --tw-shadow-color: rgb(75 85 99 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/35 {
    --tw-shadow-color: rgb(75 85 99 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/40 {
    --tw-shadow-color: rgb(75 85 99 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/45 {
    --tw-shadow-color: rgb(75 85 99 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/5 {
    --tw-shadow-color: rgb(75 85 99 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/50 {
    --tw-shadow-color: rgb(75 85 99 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/55 {
    --tw-shadow-color: rgb(75 85 99 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/60 {
    --tw-shadow-color: rgb(75 85 99 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/65 {
    --tw-shadow-color: rgb(75 85 99 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/70 {
    --tw-shadow-color: rgb(75 85 99 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/75 {
    --tw-shadow-color: rgb(75 85 99 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/80 {
    --tw-shadow-color: rgb(75 85 99 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/85 {
    --tw-shadow-color: rgb(75 85 99 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/90 {
    --tw-shadow-color: rgb(75 85 99 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-600\/95 {
    --tw-shadow-color: rgb(75 85 99 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700 {
    --tw-shadow-color: #374151;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/0 {
    --tw-shadow-color: rgb(55 65 81 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/10 {
    --tw-shadow-color: rgb(55 65 81 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/100 {
    --tw-shadow-color: rgb(55 65 81 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/15 {
    --tw-shadow-color: rgb(55 65 81 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/20 {
    --tw-shadow-color: rgb(55 65 81 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/25 {
    --tw-shadow-color: rgb(55 65 81 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/30 {
    --tw-shadow-color: rgb(55 65 81 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/35 {
    --tw-shadow-color: rgb(55 65 81 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/40 {
    --tw-shadow-color: rgb(55 65 81 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/45 {
    --tw-shadow-color: rgb(55 65 81 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/5 {
    --tw-shadow-color: rgb(55 65 81 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/50 {
    --tw-shadow-color: rgb(55 65 81 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/55 {
    --tw-shadow-color: rgb(55 65 81 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/60 {
    --tw-shadow-color: rgb(55 65 81 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/65 {
    --tw-shadow-color: rgb(55 65 81 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/70 {
    --tw-shadow-color: rgb(55 65 81 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/75 {
    --tw-shadow-color: rgb(55 65 81 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/80 {
    --tw-shadow-color: rgb(55 65 81 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/85 {
    --tw-shadow-color: rgb(55 65 81 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/90 {
    --tw-shadow-color: rgb(55 65 81 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-700\/95 {
    --tw-shadow-color: rgb(55 65 81 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800 {
    --tw-shadow-color: #1f2937;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/0 {
    --tw-shadow-color: rgb(31 41 55 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/10 {
    --tw-shadow-color: rgb(31 41 55 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/100 {
    --tw-shadow-color: rgb(31 41 55 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/15 {
    --tw-shadow-color: rgb(31 41 55 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/20 {
    --tw-shadow-color: rgb(31 41 55 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/25 {
    --tw-shadow-color: rgb(31 41 55 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/30 {
    --tw-shadow-color: rgb(31 41 55 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/35 {
    --tw-shadow-color: rgb(31 41 55 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/40 {
    --tw-shadow-color: rgb(31 41 55 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/45 {
    --tw-shadow-color: rgb(31 41 55 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/5 {
    --tw-shadow-color: rgb(31 41 55 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/50 {
    --tw-shadow-color: rgb(31 41 55 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/55 {
    --tw-shadow-color: rgb(31 41 55 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/60 {
    --tw-shadow-color: rgb(31 41 55 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/65 {
    --tw-shadow-color: rgb(31 41 55 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/70 {
    --tw-shadow-color: rgb(31 41 55 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/75 {
    --tw-shadow-color: rgb(31 41 55 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/80 {
    --tw-shadow-color: rgb(31 41 55 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/85 {
    --tw-shadow-color: rgb(31 41 55 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/90 {
    --tw-shadow-color: rgb(31 41 55 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-800\/95 {
    --tw-shadow-color: rgb(31 41 55 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900 {
    --tw-shadow-color: #111827;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/0 {
    --tw-shadow-color: rgb(17 24 39 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/10 {
    --tw-shadow-color: rgb(17 24 39 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/100 {
    --tw-shadow-color: rgb(17 24 39 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/15 {
    --tw-shadow-color: rgb(17 24 39 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/20 {
    --tw-shadow-color: rgb(17 24 39 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/25 {
    --tw-shadow-color: rgb(17 24 39 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/30 {
    --tw-shadow-color: rgb(17 24 39 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/35 {
    --tw-shadow-color: rgb(17 24 39 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/40 {
    --tw-shadow-color: rgb(17 24 39 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/45 {
    --tw-shadow-color: rgb(17 24 39 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/5 {
    --tw-shadow-color: rgb(17 24 39 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/50 {
    --tw-shadow-color: rgb(17 24 39 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/55 {
    --tw-shadow-color: rgb(17 24 39 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/60 {
    --tw-shadow-color: rgb(17 24 39 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/65 {
    --tw-shadow-color: rgb(17 24 39 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/70 {
    --tw-shadow-color: rgb(17 24 39 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/75 {
    --tw-shadow-color: rgb(17 24 39 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/80 {
    --tw-shadow-color: rgb(17 24 39 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/85 {
    --tw-shadow-color: rgb(17 24 39 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/90 {
    --tw-shadow-color: rgb(17 24 39 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-900\/95 {
    --tw-shadow-color: rgb(17 24 39 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950 {
    --tw-shadow-color: #030712;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/0 {
    --tw-shadow-color: rgb(3 7 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/10 {
    --tw-shadow-color: rgb(3 7 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/100 {
    --tw-shadow-color: rgb(3 7 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/15 {
    --tw-shadow-color: rgb(3 7 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/20 {
    --tw-shadow-color: rgb(3 7 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/25 {
    --tw-shadow-color: rgb(3 7 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/30 {
    --tw-shadow-color: rgb(3 7 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/35 {
    --tw-shadow-color: rgb(3 7 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/40 {
    --tw-shadow-color: rgb(3 7 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/45 {
    --tw-shadow-color: rgb(3 7 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/5 {
    --tw-shadow-color: rgb(3 7 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/50 {
    --tw-shadow-color: rgb(3 7 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/55 {
    --tw-shadow-color: rgb(3 7 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/60 {
    --tw-shadow-color: rgb(3 7 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/65 {
    --tw-shadow-color: rgb(3 7 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/70 {
    --tw-shadow-color: rgb(3 7 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/75 {
    --tw-shadow-color: rgb(3 7 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/80 {
    --tw-shadow-color: rgb(3 7 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/85 {
    --tw-shadow-color: rgb(3 7 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/90 {
    --tw-shadow-color: rgb(3 7 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-gray-950\/95 {
    --tw-shadow-color: rgb(3 7 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100 {
    --tw-shadow-color: #dcfce7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/0 {
    --tw-shadow-color: rgb(220 252 231 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/10 {
    --tw-shadow-color: rgb(220 252 231 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/100 {
    --tw-shadow-color: rgb(220 252 231 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/15 {
    --tw-shadow-color: rgb(220 252 231 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/20 {
    --tw-shadow-color: rgb(220 252 231 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/25 {
    --tw-shadow-color: rgb(220 252 231 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/30 {
    --tw-shadow-color: rgb(220 252 231 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/35 {
    --tw-shadow-color: rgb(220 252 231 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/40 {
    --tw-shadow-color: rgb(220 252 231 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/45 {
    --tw-shadow-color: rgb(220 252 231 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/5 {
    --tw-shadow-color: rgb(220 252 231 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/50 {
    --tw-shadow-color: rgb(220 252 231 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/55 {
    --tw-shadow-color: rgb(220 252 231 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/60 {
    --tw-shadow-color: rgb(220 252 231 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/65 {
    --tw-shadow-color: rgb(220 252 231 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/70 {
    --tw-shadow-color: rgb(220 252 231 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/75 {
    --tw-shadow-color: rgb(220 252 231 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/80 {
    --tw-shadow-color: rgb(220 252 231 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/85 {
    --tw-shadow-color: rgb(220 252 231 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/90 {
    --tw-shadow-color: rgb(220 252 231 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-100\/95 {
    --tw-shadow-color: rgb(220 252 231 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200 {
    --tw-shadow-color: #bbf7d0;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/0 {
    --tw-shadow-color: rgb(187 247 208 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/10 {
    --tw-shadow-color: rgb(187 247 208 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/100 {
    --tw-shadow-color: rgb(187 247 208 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/15 {
    --tw-shadow-color: rgb(187 247 208 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/20 {
    --tw-shadow-color: rgb(187 247 208 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/25 {
    --tw-shadow-color: rgb(187 247 208 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/30 {
    --tw-shadow-color: rgb(187 247 208 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/35 {
    --tw-shadow-color: rgb(187 247 208 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/40 {
    --tw-shadow-color: rgb(187 247 208 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/45 {
    --tw-shadow-color: rgb(187 247 208 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/5 {
    --tw-shadow-color: rgb(187 247 208 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/50 {
    --tw-shadow-color: rgb(187 247 208 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/55 {
    --tw-shadow-color: rgb(187 247 208 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/60 {
    --tw-shadow-color: rgb(187 247 208 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/65 {
    --tw-shadow-color: rgb(187 247 208 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/70 {
    --tw-shadow-color: rgb(187 247 208 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/75 {
    --tw-shadow-color: rgb(187 247 208 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/80 {
    --tw-shadow-color: rgb(187 247 208 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/85 {
    --tw-shadow-color: rgb(187 247 208 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/90 {
    --tw-shadow-color: rgb(187 247 208 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-200\/95 {
    --tw-shadow-color: rgb(187 247 208 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300 {
    --tw-shadow-color: #86efac;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/0 {
    --tw-shadow-color: rgb(134 239 172 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/10 {
    --tw-shadow-color: rgb(134 239 172 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/100 {
    --tw-shadow-color: rgb(134 239 172 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/15 {
    --tw-shadow-color: rgb(134 239 172 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/20 {
    --tw-shadow-color: rgb(134 239 172 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/25 {
    --tw-shadow-color: rgb(134 239 172 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/30 {
    --tw-shadow-color: rgb(134 239 172 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/35 {
    --tw-shadow-color: rgb(134 239 172 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/40 {
    --tw-shadow-color: rgb(134 239 172 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/45 {
    --tw-shadow-color: rgb(134 239 172 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/5 {
    --tw-shadow-color: rgb(134 239 172 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/50 {
    --tw-shadow-color: rgb(134 239 172 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/55 {
    --tw-shadow-color: rgb(134 239 172 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/60 {
    --tw-shadow-color: rgb(134 239 172 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/65 {
    --tw-shadow-color: rgb(134 239 172 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/70 {
    --tw-shadow-color: rgb(134 239 172 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/75 {
    --tw-shadow-color: rgb(134 239 172 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/80 {
    --tw-shadow-color: rgb(134 239 172 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/85 {
    --tw-shadow-color: rgb(134 239 172 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/90 {
    --tw-shadow-color: rgb(134 239 172 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-300\/95 {
    --tw-shadow-color: rgb(134 239 172 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400 {
    --tw-shadow-color: #4ade80;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/0 {
    --tw-shadow-color: rgb(74 222 128 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/10 {
    --tw-shadow-color: rgb(74 222 128 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/100 {
    --tw-shadow-color: rgb(74 222 128 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/15 {
    --tw-shadow-color: rgb(74 222 128 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/20 {
    --tw-shadow-color: rgb(74 222 128 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/25 {
    --tw-shadow-color: rgb(74 222 128 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/30 {
    --tw-shadow-color: rgb(74 222 128 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/35 {
    --tw-shadow-color: rgb(74 222 128 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/40 {
    --tw-shadow-color: rgb(74 222 128 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/45 {
    --tw-shadow-color: rgb(74 222 128 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/5 {
    --tw-shadow-color: rgb(74 222 128 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/50 {
    --tw-shadow-color: rgb(74 222 128 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/55 {
    --tw-shadow-color: rgb(74 222 128 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/60 {
    --tw-shadow-color: rgb(74 222 128 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/65 {
    --tw-shadow-color: rgb(74 222 128 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/70 {
    --tw-shadow-color: rgb(74 222 128 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/75 {
    --tw-shadow-color: rgb(74 222 128 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/80 {
    --tw-shadow-color: rgb(74 222 128 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/85 {
    --tw-shadow-color: rgb(74 222 128 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/90 {
    --tw-shadow-color: rgb(74 222 128 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-400\/95 {
    --tw-shadow-color: rgb(74 222 128 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50 {
    --tw-shadow-color: #f0fdf4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/0 {
    --tw-shadow-color: rgb(240 253 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/10 {
    --tw-shadow-color: rgb(240 253 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/100 {
    --tw-shadow-color: rgb(240 253 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/15 {
    --tw-shadow-color: rgb(240 253 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/20 {
    --tw-shadow-color: rgb(240 253 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/25 {
    --tw-shadow-color: rgb(240 253 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/30 {
    --tw-shadow-color: rgb(240 253 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/35 {
    --tw-shadow-color: rgb(240 253 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/40 {
    --tw-shadow-color: rgb(240 253 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/45 {
    --tw-shadow-color: rgb(240 253 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/5 {
    --tw-shadow-color: rgb(240 253 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/50 {
    --tw-shadow-color: rgb(240 253 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/55 {
    --tw-shadow-color: rgb(240 253 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/60 {
    --tw-shadow-color: rgb(240 253 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/65 {
    --tw-shadow-color: rgb(240 253 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/70 {
    --tw-shadow-color: rgb(240 253 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/75 {
    --tw-shadow-color: rgb(240 253 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/80 {
    --tw-shadow-color: rgb(240 253 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/85 {
    --tw-shadow-color: rgb(240 253 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/90 {
    --tw-shadow-color: rgb(240 253 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-50\/95 {
    --tw-shadow-color: rgb(240 253 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500 {
    --tw-shadow-color: #22c55e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/0 {
    --tw-shadow-color: rgb(34 197 94 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/10 {
    --tw-shadow-color: rgb(34 197 94 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/100 {
    --tw-shadow-color: rgb(34 197 94 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/15 {
    --tw-shadow-color: rgb(34 197 94 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/20 {
    --tw-shadow-color: rgb(34 197 94 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/25 {
    --tw-shadow-color: rgb(34 197 94 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/30 {
    --tw-shadow-color: rgb(34 197 94 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/35 {
    --tw-shadow-color: rgb(34 197 94 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/40 {
    --tw-shadow-color: rgb(34 197 94 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/45 {
    --tw-shadow-color: rgb(34 197 94 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/5 {
    --tw-shadow-color: rgb(34 197 94 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/50 {
    --tw-shadow-color: rgb(34 197 94 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/55 {
    --tw-shadow-color: rgb(34 197 94 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/60 {
    --tw-shadow-color: rgb(34 197 94 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/65 {
    --tw-shadow-color: rgb(34 197 94 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/70 {
    --tw-shadow-color: rgb(34 197 94 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/75 {
    --tw-shadow-color: rgb(34 197 94 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/80 {
    --tw-shadow-color: rgb(34 197 94 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/85 {
    --tw-shadow-color: rgb(34 197 94 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/90 {
    --tw-shadow-color: rgb(34 197 94 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-500\/95 {
    --tw-shadow-color: rgb(34 197 94 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600 {
    --tw-shadow-color: #16a34a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/0 {
    --tw-shadow-color: rgb(22 163 74 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/10 {
    --tw-shadow-color: rgb(22 163 74 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/100 {
    --tw-shadow-color: rgb(22 163 74 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/15 {
    --tw-shadow-color: rgb(22 163 74 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/20 {
    --tw-shadow-color: rgb(22 163 74 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/25 {
    --tw-shadow-color: rgb(22 163 74 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/30 {
    --tw-shadow-color: rgb(22 163 74 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/35 {
    --tw-shadow-color: rgb(22 163 74 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/40 {
    --tw-shadow-color: rgb(22 163 74 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/45 {
    --tw-shadow-color: rgb(22 163 74 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/5 {
    --tw-shadow-color: rgb(22 163 74 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/50 {
    --tw-shadow-color: rgb(22 163 74 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/55 {
    --tw-shadow-color: rgb(22 163 74 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/60 {
    --tw-shadow-color: rgb(22 163 74 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/65 {
    --tw-shadow-color: rgb(22 163 74 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/70 {
    --tw-shadow-color: rgb(22 163 74 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/75 {
    --tw-shadow-color: rgb(22 163 74 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/80 {
    --tw-shadow-color: rgb(22 163 74 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/85 {
    --tw-shadow-color: rgb(22 163 74 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/90 {
    --tw-shadow-color: rgb(22 163 74 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-600\/95 {
    --tw-shadow-color: rgb(22 163 74 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700 {
    --tw-shadow-color: #15803d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/0 {
    --tw-shadow-color: rgb(21 128 61 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/10 {
    --tw-shadow-color: rgb(21 128 61 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/100 {
    --tw-shadow-color: rgb(21 128 61 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/15 {
    --tw-shadow-color: rgb(21 128 61 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/20 {
    --tw-shadow-color: rgb(21 128 61 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/25 {
    --tw-shadow-color: rgb(21 128 61 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/30 {
    --tw-shadow-color: rgb(21 128 61 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/35 {
    --tw-shadow-color: rgb(21 128 61 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/40 {
    --tw-shadow-color: rgb(21 128 61 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/45 {
    --tw-shadow-color: rgb(21 128 61 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/5 {
    --tw-shadow-color: rgb(21 128 61 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/50 {
    --tw-shadow-color: rgb(21 128 61 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/55 {
    --tw-shadow-color: rgb(21 128 61 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/60 {
    --tw-shadow-color: rgb(21 128 61 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/65 {
    --tw-shadow-color: rgb(21 128 61 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/70 {
    --tw-shadow-color: rgb(21 128 61 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/75 {
    --tw-shadow-color: rgb(21 128 61 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/80 {
    --tw-shadow-color: rgb(21 128 61 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/85 {
    --tw-shadow-color: rgb(21 128 61 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/90 {
    --tw-shadow-color: rgb(21 128 61 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-700\/95 {
    --tw-shadow-color: rgb(21 128 61 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800 {
    --tw-shadow-color: #166534;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/0 {
    --tw-shadow-color: rgb(22 101 52 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/10 {
    --tw-shadow-color: rgb(22 101 52 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/100 {
    --tw-shadow-color: rgb(22 101 52 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/15 {
    --tw-shadow-color: rgb(22 101 52 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/20 {
    --tw-shadow-color: rgb(22 101 52 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/25 {
    --tw-shadow-color: rgb(22 101 52 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/30 {
    --tw-shadow-color: rgb(22 101 52 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/35 {
    --tw-shadow-color: rgb(22 101 52 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/40 {
    --tw-shadow-color: rgb(22 101 52 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/45 {
    --tw-shadow-color: rgb(22 101 52 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/5 {
    --tw-shadow-color: rgb(22 101 52 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/50 {
    --tw-shadow-color: rgb(22 101 52 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/55 {
    --tw-shadow-color: rgb(22 101 52 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/60 {
    --tw-shadow-color: rgb(22 101 52 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/65 {
    --tw-shadow-color: rgb(22 101 52 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/70 {
    --tw-shadow-color: rgb(22 101 52 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/75 {
    --tw-shadow-color: rgb(22 101 52 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/80 {
    --tw-shadow-color: rgb(22 101 52 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/85 {
    --tw-shadow-color: rgb(22 101 52 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/90 {
    --tw-shadow-color: rgb(22 101 52 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-800\/95 {
    --tw-shadow-color: rgb(22 101 52 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900 {
    --tw-shadow-color: #14532d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/0 {
    --tw-shadow-color: rgb(20 83 45 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/10 {
    --tw-shadow-color: rgb(20 83 45 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/100 {
    --tw-shadow-color: rgb(20 83 45 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/15 {
    --tw-shadow-color: rgb(20 83 45 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/20 {
    --tw-shadow-color: rgb(20 83 45 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/25 {
    --tw-shadow-color: rgb(20 83 45 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/30 {
    --tw-shadow-color: rgb(20 83 45 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/35 {
    --tw-shadow-color: rgb(20 83 45 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/40 {
    --tw-shadow-color: rgb(20 83 45 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/45 {
    --tw-shadow-color: rgb(20 83 45 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/5 {
    --tw-shadow-color: rgb(20 83 45 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/50 {
    --tw-shadow-color: rgb(20 83 45 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/55 {
    --tw-shadow-color: rgb(20 83 45 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/60 {
    --tw-shadow-color: rgb(20 83 45 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/65 {
    --tw-shadow-color: rgb(20 83 45 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/70 {
    --tw-shadow-color: rgb(20 83 45 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/75 {
    --tw-shadow-color: rgb(20 83 45 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/80 {
    --tw-shadow-color: rgb(20 83 45 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/85 {
    --tw-shadow-color: rgb(20 83 45 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/90 {
    --tw-shadow-color: rgb(20 83 45 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-900\/95 {
    --tw-shadow-color: rgb(20 83 45 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950 {
    --tw-shadow-color: #052e16;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/0 {
    --tw-shadow-color: rgb(5 46 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/10 {
    --tw-shadow-color: rgb(5 46 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/100 {
    --tw-shadow-color: rgb(5 46 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/15 {
    --tw-shadow-color: rgb(5 46 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/20 {
    --tw-shadow-color: rgb(5 46 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/25 {
    --tw-shadow-color: rgb(5 46 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/30 {
    --tw-shadow-color: rgb(5 46 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/35 {
    --tw-shadow-color: rgb(5 46 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/40 {
    --tw-shadow-color: rgb(5 46 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/45 {
    --tw-shadow-color: rgb(5 46 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/5 {
    --tw-shadow-color: rgb(5 46 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/50 {
    --tw-shadow-color: rgb(5 46 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/55 {
    --tw-shadow-color: rgb(5 46 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/60 {
    --tw-shadow-color: rgb(5 46 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/65 {
    --tw-shadow-color: rgb(5 46 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/70 {
    --tw-shadow-color: rgb(5 46 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/75 {
    --tw-shadow-color: rgb(5 46 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/80 {
    --tw-shadow-color: rgb(5 46 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/85 {
    --tw-shadow-color: rgb(5 46 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/90 {
    --tw-shadow-color: rgb(5 46 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-green-950\/95 {
    --tw-shadow-color: rgb(5 46 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100 {
    --tw-shadow-color: #e0e7ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/0 {
    --tw-shadow-color: rgb(224 231 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/10 {
    --tw-shadow-color: rgb(224 231 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/100 {
    --tw-shadow-color: rgb(224 231 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/15 {
    --tw-shadow-color: rgb(224 231 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/20 {
    --tw-shadow-color: rgb(224 231 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/25 {
    --tw-shadow-color: rgb(224 231 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/30 {
    --tw-shadow-color: rgb(224 231 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/35 {
    --tw-shadow-color: rgb(224 231 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/40 {
    --tw-shadow-color: rgb(224 231 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/45 {
    --tw-shadow-color: rgb(224 231 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/5 {
    --tw-shadow-color: rgb(224 231 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/50 {
    --tw-shadow-color: rgb(224 231 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/55 {
    --tw-shadow-color: rgb(224 231 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/60 {
    --tw-shadow-color: rgb(224 231 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/65 {
    --tw-shadow-color: rgb(224 231 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/70 {
    --tw-shadow-color: rgb(224 231 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/75 {
    --tw-shadow-color: rgb(224 231 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/80 {
    --tw-shadow-color: rgb(224 231 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/85 {
    --tw-shadow-color: rgb(224 231 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/90 {
    --tw-shadow-color: rgb(224 231 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-100\/95 {
    --tw-shadow-color: rgb(224 231 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200 {
    --tw-shadow-color: #c7d2fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/0 {
    --tw-shadow-color: rgb(199 210 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/10 {
    --tw-shadow-color: rgb(199 210 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/100 {
    --tw-shadow-color: rgb(199 210 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/15 {
    --tw-shadow-color: rgb(199 210 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/20 {
    --tw-shadow-color: rgb(199 210 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/25 {
    --tw-shadow-color: rgb(199 210 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/30 {
    --tw-shadow-color: rgb(199 210 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/35 {
    --tw-shadow-color: rgb(199 210 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/40 {
    --tw-shadow-color: rgb(199 210 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/45 {
    --tw-shadow-color: rgb(199 210 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/5 {
    --tw-shadow-color: rgb(199 210 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/50 {
    --tw-shadow-color: rgb(199 210 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/55 {
    --tw-shadow-color: rgb(199 210 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/60 {
    --tw-shadow-color: rgb(199 210 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/65 {
    --tw-shadow-color: rgb(199 210 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/70 {
    --tw-shadow-color: rgb(199 210 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/75 {
    --tw-shadow-color: rgb(199 210 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/80 {
    --tw-shadow-color: rgb(199 210 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/85 {
    --tw-shadow-color: rgb(199 210 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/90 {
    --tw-shadow-color: rgb(199 210 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-200\/95 {
    --tw-shadow-color: rgb(199 210 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300 {
    --tw-shadow-color: #a5b4fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/0 {
    --tw-shadow-color: rgb(165 180 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/10 {
    --tw-shadow-color: rgb(165 180 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/100 {
    --tw-shadow-color: rgb(165 180 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/15 {
    --tw-shadow-color: rgb(165 180 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/20 {
    --tw-shadow-color: rgb(165 180 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/25 {
    --tw-shadow-color: rgb(165 180 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/30 {
    --tw-shadow-color: rgb(165 180 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/35 {
    --tw-shadow-color: rgb(165 180 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/40 {
    --tw-shadow-color: rgb(165 180 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/45 {
    --tw-shadow-color: rgb(165 180 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/5 {
    --tw-shadow-color: rgb(165 180 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/50 {
    --tw-shadow-color: rgb(165 180 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/55 {
    --tw-shadow-color: rgb(165 180 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/60 {
    --tw-shadow-color: rgb(165 180 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/65 {
    --tw-shadow-color: rgb(165 180 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/70 {
    --tw-shadow-color: rgb(165 180 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/75 {
    --tw-shadow-color: rgb(165 180 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/80 {
    --tw-shadow-color: rgb(165 180 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/85 {
    --tw-shadow-color: rgb(165 180 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/90 {
    --tw-shadow-color: rgb(165 180 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-300\/95 {
    --tw-shadow-color: rgb(165 180 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400 {
    --tw-shadow-color: #818cf8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/0 {
    --tw-shadow-color: rgb(129 140 248 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/10 {
    --tw-shadow-color: rgb(129 140 248 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/100 {
    --tw-shadow-color: rgb(129 140 248 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/15 {
    --tw-shadow-color: rgb(129 140 248 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/20 {
    --tw-shadow-color: rgb(129 140 248 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/25 {
    --tw-shadow-color: rgb(129 140 248 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/30 {
    --tw-shadow-color: rgb(129 140 248 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/35 {
    --tw-shadow-color: rgb(129 140 248 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/40 {
    --tw-shadow-color: rgb(129 140 248 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/45 {
    --tw-shadow-color: rgb(129 140 248 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/5 {
    --tw-shadow-color: rgb(129 140 248 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/50 {
    --tw-shadow-color: rgb(129 140 248 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/55 {
    --tw-shadow-color: rgb(129 140 248 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/60 {
    --tw-shadow-color: rgb(129 140 248 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/65 {
    --tw-shadow-color: rgb(129 140 248 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/70 {
    --tw-shadow-color: rgb(129 140 248 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/75 {
    --tw-shadow-color: rgb(129 140 248 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/80 {
    --tw-shadow-color: rgb(129 140 248 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/85 {
    --tw-shadow-color: rgb(129 140 248 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/90 {
    --tw-shadow-color: rgb(129 140 248 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-400\/95 {
    --tw-shadow-color: rgb(129 140 248 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50 {
    --tw-shadow-color: #eef2ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/0 {
    --tw-shadow-color: rgb(238 242 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/10 {
    --tw-shadow-color: rgb(238 242 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/100 {
    --tw-shadow-color: rgb(238 242 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/15 {
    --tw-shadow-color: rgb(238 242 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/20 {
    --tw-shadow-color: rgb(238 242 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/25 {
    --tw-shadow-color: rgb(238 242 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/30 {
    --tw-shadow-color: rgb(238 242 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/35 {
    --tw-shadow-color: rgb(238 242 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/40 {
    --tw-shadow-color: rgb(238 242 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/45 {
    --tw-shadow-color: rgb(238 242 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/5 {
    --tw-shadow-color: rgb(238 242 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/50 {
    --tw-shadow-color: rgb(238 242 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/55 {
    --tw-shadow-color: rgb(238 242 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/60 {
    --tw-shadow-color: rgb(238 242 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/65 {
    --tw-shadow-color: rgb(238 242 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/70 {
    --tw-shadow-color: rgb(238 242 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/75 {
    --tw-shadow-color: rgb(238 242 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/80 {
    --tw-shadow-color: rgb(238 242 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/85 {
    --tw-shadow-color: rgb(238 242 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/90 {
    --tw-shadow-color: rgb(238 242 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-50\/95 {
    --tw-shadow-color: rgb(238 242 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500 {
    --tw-shadow-color: #6366f1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/0 {
    --tw-shadow-color: rgb(99 102 241 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/10 {
    --tw-shadow-color: rgb(99 102 241 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/100 {
    --tw-shadow-color: rgb(99 102 241 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/15 {
    --tw-shadow-color: rgb(99 102 241 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/20 {
    --tw-shadow-color: rgb(99 102 241 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/25 {
    --tw-shadow-color: rgb(99 102 241 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/30 {
    --tw-shadow-color: rgb(99 102 241 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/35 {
    --tw-shadow-color: rgb(99 102 241 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/40 {
    --tw-shadow-color: rgb(99 102 241 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/45 {
    --tw-shadow-color: rgb(99 102 241 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/5 {
    --tw-shadow-color: rgb(99 102 241 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/50 {
    --tw-shadow-color: rgb(99 102 241 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/55 {
    --tw-shadow-color: rgb(99 102 241 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/60 {
    --tw-shadow-color: rgb(99 102 241 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/65 {
    --tw-shadow-color: rgb(99 102 241 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/70 {
    --tw-shadow-color: rgb(99 102 241 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/75 {
    --tw-shadow-color: rgb(99 102 241 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/80 {
    --tw-shadow-color: rgb(99 102 241 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/85 {
    --tw-shadow-color: rgb(99 102 241 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/90 {
    --tw-shadow-color: rgb(99 102 241 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-500\/95 {
    --tw-shadow-color: rgb(99 102 241 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600 {
    --tw-shadow-color: #4f46e5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/0 {
    --tw-shadow-color: rgb(79 70 229 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/10 {
    --tw-shadow-color: rgb(79 70 229 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/100 {
    --tw-shadow-color: rgb(79 70 229 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/15 {
    --tw-shadow-color: rgb(79 70 229 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/20 {
    --tw-shadow-color: rgb(79 70 229 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/25 {
    --tw-shadow-color: rgb(79 70 229 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/30 {
    --tw-shadow-color: rgb(79 70 229 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/35 {
    --tw-shadow-color: rgb(79 70 229 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/40 {
    --tw-shadow-color: rgb(79 70 229 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/45 {
    --tw-shadow-color: rgb(79 70 229 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/5 {
    --tw-shadow-color: rgb(79 70 229 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/50 {
    --tw-shadow-color: rgb(79 70 229 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/55 {
    --tw-shadow-color: rgb(79 70 229 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/60 {
    --tw-shadow-color: rgb(79 70 229 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/65 {
    --tw-shadow-color: rgb(79 70 229 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/70 {
    --tw-shadow-color: rgb(79 70 229 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/75 {
    --tw-shadow-color: rgb(79 70 229 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/80 {
    --tw-shadow-color: rgb(79 70 229 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/85 {
    --tw-shadow-color: rgb(79 70 229 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/90 {
    --tw-shadow-color: rgb(79 70 229 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-600\/95 {
    --tw-shadow-color: rgb(79 70 229 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700 {
    --tw-shadow-color: #4338ca;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/0 {
    --tw-shadow-color: rgb(67 56 202 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/10 {
    --tw-shadow-color: rgb(67 56 202 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/100 {
    --tw-shadow-color: rgb(67 56 202 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/15 {
    --tw-shadow-color: rgb(67 56 202 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/20 {
    --tw-shadow-color: rgb(67 56 202 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/25 {
    --tw-shadow-color: rgb(67 56 202 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/30 {
    --tw-shadow-color: rgb(67 56 202 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/35 {
    --tw-shadow-color: rgb(67 56 202 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/40 {
    --tw-shadow-color: rgb(67 56 202 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/45 {
    --tw-shadow-color: rgb(67 56 202 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/5 {
    --tw-shadow-color: rgb(67 56 202 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/50 {
    --tw-shadow-color: rgb(67 56 202 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/55 {
    --tw-shadow-color: rgb(67 56 202 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/60 {
    --tw-shadow-color: rgb(67 56 202 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/65 {
    --tw-shadow-color: rgb(67 56 202 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/70 {
    --tw-shadow-color: rgb(67 56 202 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/75 {
    --tw-shadow-color: rgb(67 56 202 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/80 {
    --tw-shadow-color: rgb(67 56 202 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/85 {
    --tw-shadow-color: rgb(67 56 202 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/90 {
    --tw-shadow-color: rgb(67 56 202 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-700\/95 {
    --tw-shadow-color: rgb(67 56 202 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800 {
    --tw-shadow-color: #3730a3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/0 {
    --tw-shadow-color: rgb(55 48 163 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/10 {
    --tw-shadow-color: rgb(55 48 163 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/100 {
    --tw-shadow-color: rgb(55 48 163 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/15 {
    --tw-shadow-color: rgb(55 48 163 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/20 {
    --tw-shadow-color: rgb(55 48 163 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/25 {
    --tw-shadow-color: rgb(55 48 163 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/30 {
    --tw-shadow-color: rgb(55 48 163 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/35 {
    --tw-shadow-color: rgb(55 48 163 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/40 {
    --tw-shadow-color: rgb(55 48 163 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/45 {
    --tw-shadow-color: rgb(55 48 163 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/5 {
    --tw-shadow-color: rgb(55 48 163 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/50 {
    --tw-shadow-color: rgb(55 48 163 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/55 {
    --tw-shadow-color: rgb(55 48 163 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/60 {
    --tw-shadow-color: rgb(55 48 163 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/65 {
    --tw-shadow-color: rgb(55 48 163 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/70 {
    --tw-shadow-color: rgb(55 48 163 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/75 {
    --tw-shadow-color: rgb(55 48 163 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/80 {
    --tw-shadow-color: rgb(55 48 163 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/85 {
    --tw-shadow-color: rgb(55 48 163 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/90 {
    --tw-shadow-color: rgb(55 48 163 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-800\/95 {
    --tw-shadow-color: rgb(55 48 163 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900 {
    --tw-shadow-color: #312e81;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/0 {
    --tw-shadow-color: rgb(49 46 129 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/10 {
    --tw-shadow-color: rgb(49 46 129 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/100 {
    --tw-shadow-color: rgb(49 46 129 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/15 {
    --tw-shadow-color: rgb(49 46 129 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/20 {
    --tw-shadow-color: rgb(49 46 129 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/25 {
    --tw-shadow-color: rgb(49 46 129 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/30 {
    --tw-shadow-color: rgb(49 46 129 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/35 {
    --tw-shadow-color: rgb(49 46 129 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/40 {
    --tw-shadow-color: rgb(49 46 129 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/45 {
    --tw-shadow-color: rgb(49 46 129 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/5 {
    --tw-shadow-color: rgb(49 46 129 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/50 {
    --tw-shadow-color: rgb(49 46 129 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/55 {
    --tw-shadow-color: rgb(49 46 129 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/60 {
    --tw-shadow-color: rgb(49 46 129 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/65 {
    --tw-shadow-color: rgb(49 46 129 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/70 {
    --tw-shadow-color: rgb(49 46 129 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/75 {
    --tw-shadow-color: rgb(49 46 129 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/80 {
    --tw-shadow-color: rgb(49 46 129 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/85 {
    --tw-shadow-color: rgb(49 46 129 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/90 {
    --tw-shadow-color: rgb(49 46 129 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-900\/95 {
    --tw-shadow-color: rgb(49 46 129 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950 {
    --tw-shadow-color: #1e1b4b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/0 {
    --tw-shadow-color: rgb(30 27 75 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/10 {
    --tw-shadow-color: rgb(30 27 75 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/100 {
    --tw-shadow-color: rgb(30 27 75 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/15 {
    --tw-shadow-color: rgb(30 27 75 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/20 {
    --tw-shadow-color: rgb(30 27 75 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/25 {
    --tw-shadow-color: rgb(30 27 75 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/30 {
    --tw-shadow-color: rgb(30 27 75 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/35 {
    --tw-shadow-color: rgb(30 27 75 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/40 {
    --tw-shadow-color: rgb(30 27 75 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/45 {
    --tw-shadow-color: rgb(30 27 75 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/5 {
    --tw-shadow-color: rgb(30 27 75 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/50 {
    --tw-shadow-color: rgb(30 27 75 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/55 {
    --tw-shadow-color: rgb(30 27 75 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/60 {
    --tw-shadow-color: rgb(30 27 75 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/65 {
    --tw-shadow-color: rgb(30 27 75 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/70 {
    --tw-shadow-color: rgb(30 27 75 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/75 {
    --tw-shadow-color: rgb(30 27 75 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/80 {
    --tw-shadow-color: rgb(30 27 75 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/85 {
    --tw-shadow-color: rgb(30 27 75 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/90 {
    --tw-shadow-color: rgb(30 27 75 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-indigo-950\/95 {
    --tw-shadow-color: rgb(30 27 75 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-inherit {
    --tw-shadow-color: inherit;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100 {
    --tw-shadow-color: #ecfccb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/0 {
    --tw-shadow-color: rgb(236 252 203 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/10 {
    --tw-shadow-color: rgb(236 252 203 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/100 {
    --tw-shadow-color: rgb(236 252 203 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/15 {
    --tw-shadow-color: rgb(236 252 203 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/20 {
    --tw-shadow-color: rgb(236 252 203 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/25 {
    --tw-shadow-color: rgb(236 252 203 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/30 {
    --tw-shadow-color: rgb(236 252 203 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/35 {
    --tw-shadow-color: rgb(236 252 203 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/40 {
    --tw-shadow-color: rgb(236 252 203 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/45 {
    --tw-shadow-color: rgb(236 252 203 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/5 {
    --tw-shadow-color: rgb(236 252 203 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/50 {
    --tw-shadow-color: rgb(236 252 203 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/55 {
    --tw-shadow-color: rgb(236 252 203 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/60 {
    --tw-shadow-color: rgb(236 252 203 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/65 {
    --tw-shadow-color: rgb(236 252 203 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/70 {
    --tw-shadow-color: rgb(236 252 203 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/75 {
    --tw-shadow-color: rgb(236 252 203 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/80 {
    --tw-shadow-color: rgb(236 252 203 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/85 {
    --tw-shadow-color: rgb(236 252 203 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/90 {
    --tw-shadow-color: rgb(236 252 203 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-100\/95 {
    --tw-shadow-color: rgb(236 252 203 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200 {
    --tw-shadow-color: #d9f99d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/0 {
    --tw-shadow-color: rgb(217 249 157 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/10 {
    --tw-shadow-color: rgb(217 249 157 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/100 {
    --tw-shadow-color: rgb(217 249 157 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/15 {
    --tw-shadow-color: rgb(217 249 157 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/20 {
    --tw-shadow-color: rgb(217 249 157 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/25 {
    --tw-shadow-color: rgb(217 249 157 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/30 {
    --tw-shadow-color: rgb(217 249 157 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/35 {
    --tw-shadow-color: rgb(217 249 157 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/40 {
    --tw-shadow-color: rgb(217 249 157 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/45 {
    --tw-shadow-color: rgb(217 249 157 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/5 {
    --tw-shadow-color: rgb(217 249 157 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/50 {
    --tw-shadow-color: rgb(217 249 157 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/55 {
    --tw-shadow-color: rgb(217 249 157 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/60 {
    --tw-shadow-color: rgb(217 249 157 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/65 {
    --tw-shadow-color: rgb(217 249 157 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/70 {
    --tw-shadow-color: rgb(217 249 157 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/75 {
    --tw-shadow-color: rgb(217 249 157 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/80 {
    --tw-shadow-color: rgb(217 249 157 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/85 {
    --tw-shadow-color: rgb(217 249 157 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/90 {
    --tw-shadow-color: rgb(217 249 157 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-200\/95 {
    --tw-shadow-color: rgb(217 249 157 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300 {
    --tw-shadow-color: #bef264;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/0 {
    --tw-shadow-color: rgb(190 242 100 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/10 {
    --tw-shadow-color: rgb(190 242 100 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/100 {
    --tw-shadow-color: rgb(190 242 100 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/15 {
    --tw-shadow-color: rgb(190 242 100 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/20 {
    --tw-shadow-color: rgb(190 242 100 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/25 {
    --tw-shadow-color: rgb(190 242 100 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/30 {
    --tw-shadow-color: rgb(190 242 100 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/35 {
    --tw-shadow-color: rgb(190 242 100 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/40 {
    --tw-shadow-color: rgb(190 242 100 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/45 {
    --tw-shadow-color: rgb(190 242 100 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/5 {
    --tw-shadow-color: rgb(190 242 100 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/50 {
    --tw-shadow-color: rgb(190 242 100 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/55 {
    --tw-shadow-color: rgb(190 242 100 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/60 {
    --tw-shadow-color: rgb(190 242 100 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/65 {
    --tw-shadow-color: rgb(190 242 100 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/70 {
    --tw-shadow-color: rgb(190 242 100 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/75 {
    --tw-shadow-color: rgb(190 242 100 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/80 {
    --tw-shadow-color: rgb(190 242 100 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/85 {
    --tw-shadow-color: rgb(190 242 100 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/90 {
    --tw-shadow-color: rgb(190 242 100 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-300\/95 {
    --tw-shadow-color: rgb(190 242 100 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400 {
    --tw-shadow-color: #a3e635;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/0 {
    --tw-shadow-color: rgb(163 230 53 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/10 {
    --tw-shadow-color: rgb(163 230 53 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/100 {
    --tw-shadow-color: rgb(163 230 53 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/15 {
    --tw-shadow-color: rgb(163 230 53 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/20 {
    --tw-shadow-color: rgb(163 230 53 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/25 {
    --tw-shadow-color: rgb(163 230 53 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/30 {
    --tw-shadow-color: rgb(163 230 53 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/35 {
    --tw-shadow-color: rgb(163 230 53 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/40 {
    --tw-shadow-color: rgb(163 230 53 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/45 {
    --tw-shadow-color: rgb(163 230 53 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/5 {
    --tw-shadow-color: rgb(163 230 53 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/50 {
    --tw-shadow-color: rgb(163 230 53 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/55 {
    --tw-shadow-color: rgb(163 230 53 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/60 {
    --tw-shadow-color: rgb(163 230 53 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/65 {
    --tw-shadow-color: rgb(163 230 53 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/70 {
    --tw-shadow-color: rgb(163 230 53 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/75 {
    --tw-shadow-color: rgb(163 230 53 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/80 {
    --tw-shadow-color: rgb(163 230 53 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/85 {
    --tw-shadow-color: rgb(163 230 53 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/90 {
    --tw-shadow-color: rgb(163 230 53 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-400\/95 {
    --tw-shadow-color: rgb(163 230 53 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50 {
    --tw-shadow-color: #f7fee7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/0 {
    --tw-shadow-color: rgb(247 254 231 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/10 {
    --tw-shadow-color: rgb(247 254 231 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/100 {
    --tw-shadow-color: rgb(247 254 231 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/15 {
    --tw-shadow-color: rgb(247 254 231 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/20 {
    --tw-shadow-color: rgb(247 254 231 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/25 {
    --tw-shadow-color: rgb(247 254 231 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/30 {
    --tw-shadow-color: rgb(247 254 231 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/35 {
    --tw-shadow-color: rgb(247 254 231 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/40 {
    --tw-shadow-color: rgb(247 254 231 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/45 {
    --tw-shadow-color: rgb(247 254 231 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/5 {
    --tw-shadow-color: rgb(247 254 231 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/50 {
    --tw-shadow-color: rgb(247 254 231 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/55 {
    --tw-shadow-color: rgb(247 254 231 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/60 {
    --tw-shadow-color: rgb(247 254 231 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/65 {
    --tw-shadow-color: rgb(247 254 231 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/70 {
    --tw-shadow-color: rgb(247 254 231 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/75 {
    --tw-shadow-color: rgb(247 254 231 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/80 {
    --tw-shadow-color: rgb(247 254 231 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/85 {
    --tw-shadow-color: rgb(247 254 231 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/90 {
    --tw-shadow-color: rgb(247 254 231 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-50\/95 {
    --tw-shadow-color: rgb(247 254 231 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500 {
    --tw-shadow-color: #84cc16;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/0 {
    --tw-shadow-color: rgb(132 204 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/10 {
    --tw-shadow-color: rgb(132 204 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/100 {
    --tw-shadow-color: rgb(132 204 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/15 {
    --tw-shadow-color: rgb(132 204 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/20 {
    --tw-shadow-color: rgb(132 204 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/25 {
    --tw-shadow-color: rgb(132 204 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/30 {
    --tw-shadow-color: rgb(132 204 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/35 {
    --tw-shadow-color: rgb(132 204 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/40 {
    --tw-shadow-color: rgb(132 204 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/45 {
    --tw-shadow-color: rgb(132 204 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/5 {
    --tw-shadow-color: rgb(132 204 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/50 {
    --tw-shadow-color: rgb(132 204 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/55 {
    --tw-shadow-color: rgb(132 204 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/60 {
    --tw-shadow-color: rgb(132 204 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/65 {
    --tw-shadow-color: rgb(132 204 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/70 {
    --tw-shadow-color: rgb(132 204 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/75 {
    --tw-shadow-color: rgb(132 204 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/80 {
    --tw-shadow-color: rgb(132 204 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/85 {
    --tw-shadow-color: rgb(132 204 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/90 {
    --tw-shadow-color: rgb(132 204 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-500\/95 {
    --tw-shadow-color: rgb(132 204 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600 {
    --tw-shadow-color: #65a30d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/0 {
    --tw-shadow-color: rgb(101 163 13 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/10 {
    --tw-shadow-color: rgb(101 163 13 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/100 {
    --tw-shadow-color: rgb(101 163 13 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/15 {
    --tw-shadow-color: rgb(101 163 13 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/20 {
    --tw-shadow-color: rgb(101 163 13 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/25 {
    --tw-shadow-color: rgb(101 163 13 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/30 {
    --tw-shadow-color: rgb(101 163 13 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/35 {
    --tw-shadow-color: rgb(101 163 13 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/40 {
    --tw-shadow-color: rgb(101 163 13 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/45 {
    --tw-shadow-color: rgb(101 163 13 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/5 {
    --tw-shadow-color: rgb(101 163 13 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/50 {
    --tw-shadow-color: rgb(101 163 13 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/55 {
    --tw-shadow-color: rgb(101 163 13 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/60 {
    --tw-shadow-color: rgb(101 163 13 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/65 {
    --tw-shadow-color: rgb(101 163 13 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/70 {
    --tw-shadow-color: rgb(101 163 13 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/75 {
    --tw-shadow-color: rgb(101 163 13 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/80 {
    --tw-shadow-color: rgb(101 163 13 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/85 {
    --tw-shadow-color: rgb(101 163 13 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/90 {
    --tw-shadow-color: rgb(101 163 13 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-600\/95 {
    --tw-shadow-color: rgb(101 163 13 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700 {
    --tw-shadow-color: #4d7c0f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/0 {
    --tw-shadow-color: rgb(77 124 15 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/10 {
    --tw-shadow-color: rgb(77 124 15 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/100 {
    --tw-shadow-color: rgb(77 124 15 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/15 {
    --tw-shadow-color: rgb(77 124 15 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/20 {
    --tw-shadow-color: rgb(77 124 15 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/25 {
    --tw-shadow-color: rgb(77 124 15 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/30 {
    --tw-shadow-color: rgb(77 124 15 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/35 {
    --tw-shadow-color: rgb(77 124 15 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/40 {
    --tw-shadow-color: rgb(77 124 15 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/45 {
    --tw-shadow-color: rgb(77 124 15 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/5 {
    --tw-shadow-color: rgb(77 124 15 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/50 {
    --tw-shadow-color: rgb(77 124 15 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/55 {
    --tw-shadow-color: rgb(77 124 15 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/60 {
    --tw-shadow-color: rgb(77 124 15 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/65 {
    --tw-shadow-color: rgb(77 124 15 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/70 {
    --tw-shadow-color: rgb(77 124 15 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/75 {
    --tw-shadow-color: rgb(77 124 15 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/80 {
    --tw-shadow-color: rgb(77 124 15 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/85 {
    --tw-shadow-color: rgb(77 124 15 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/90 {
    --tw-shadow-color: rgb(77 124 15 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-700\/95 {
    --tw-shadow-color: rgb(77 124 15 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800 {
    --tw-shadow-color: #3f6212;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/0 {
    --tw-shadow-color: rgb(63 98 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/10 {
    --tw-shadow-color: rgb(63 98 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/100 {
    --tw-shadow-color: rgb(63 98 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/15 {
    --tw-shadow-color: rgb(63 98 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/20 {
    --tw-shadow-color: rgb(63 98 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/25 {
    --tw-shadow-color: rgb(63 98 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/30 {
    --tw-shadow-color: rgb(63 98 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/35 {
    --tw-shadow-color: rgb(63 98 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/40 {
    --tw-shadow-color: rgb(63 98 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/45 {
    --tw-shadow-color: rgb(63 98 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/5 {
    --tw-shadow-color: rgb(63 98 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/50 {
    --tw-shadow-color: rgb(63 98 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/55 {
    --tw-shadow-color: rgb(63 98 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/60 {
    --tw-shadow-color: rgb(63 98 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/65 {
    --tw-shadow-color: rgb(63 98 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/70 {
    --tw-shadow-color: rgb(63 98 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/75 {
    --tw-shadow-color: rgb(63 98 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/80 {
    --tw-shadow-color: rgb(63 98 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/85 {
    --tw-shadow-color: rgb(63 98 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/90 {
    --tw-shadow-color: rgb(63 98 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-800\/95 {
    --tw-shadow-color: rgb(63 98 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900 {
    --tw-shadow-color: #365314;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/0 {
    --tw-shadow-color: rgb(54 83 20 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/10 {
    --tw-shadow-color: rgb(54 83 20 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/100 {
    --tw-shadow-color: rgb(54 83 20 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/15 {
    --tw-shadow-color: rgb(54 83 20 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/20 {
    --tw-shadow-color: rgb(54 83 20 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/25 {
    --tw-shadow-color: rgb(54 83 20 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/30 {
    --tw-shadow-color: rgb(54 83 20 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/35 {
    --tw-shadow-color: rgb(54 83 20 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/40 {
    --tw-shadow-color: rgb(54 83 20 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/45 {
    --tw-shadow-color: rgb(54 83 20 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/5 {
    --tw-shadow-color: rgb(54 83 20 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/50 {
    --tw-shadow-color: rgb(54 83 20 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/55 {
    --tw-shadow-color: rgb(54 83 20 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/60 {
    --tw-shadow-color: rgb(54 83 20 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/65 {
    --tw-shadow-color: rgb(54 83 20 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/70 {
    --tw-shadow-color: rgb(54 83 20 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/75 {
    --tw-shadow-color: rgb(54 83 20 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/80 {
    --tw-shadow-color: rgb(54 83 20 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/85 {
    --tw-shadow-color: rgb(54 83 20 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/90 {
    --tw-shadow-color: rgb(54 83 20 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-900\/95 {
    --tw-shadow-color: rgb(54 83 20 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950 {
    --tw-shadow-color: #1a2e05;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/0 {
    --tw-shadow-color: rgb(26 46 5 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/10 {
    --tw-shadow-color: rgb(26 46 5 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/100 {
    --tw-shadow-color: rgb(26 46 5 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/15 {
    --tw-shadow-color: rgb(26 46 5 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/20 {
    --tw-shadow-color: rgb(26 46 5 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/25 {
    --tw-shadow-color: rgb(26 46 5 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/30 {
    --tw-shadow-color: rgb(26 46 5 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/35 {
    --tw-shadow-color: rgb(26 46 5 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/40 {
    --tw-shadow-color: rgb(26 46 5 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/45 {
    --tw-shadow-color: rgb(26 46 5 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/5 {
    --tw-shadow-color: rgb(26 46 5 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/50 {
    --tw-shadow-color: rgb(26 46 5 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/55 {
    --tw-shadow-color: rgb(26 46 5 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/60 {
    --tw-shadow-color: rgb(26 46 5 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/65 {
    --tw-shadow-color: rgb(26 46 5 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/70 {
    --tw-shadow-color: rgb(26 46 5 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/75 {
    --tw-shadow-color: rgb(26 46 5 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/80 {
    --tw-shadow-color: rgb(26 46 5 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/85 {
    --tw-shadow-color: rgb(26 46 5 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/90 {
    --tw-shadow-color: rgb(26 46 5 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-lime-950\/95 {
    --tw-shadow-color: rgb(26 46 5 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100 {
    --tw-shadow-color: #f6f5f4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/0 {
    --tw-shadow-color: rgb(246 245 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/10 {
    --tw-shadow-color: rgb(246 245 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/100 {
    --tw-shadow-color: rgb(246 245 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/15 {
    --tw-shadow-color: rgb(246 245 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/20 {
    --tw-shadow-color: rgb(246 245 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/25 {
    --tw-shadow-color: rgb(246 245 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/30 {
    --tw-shadow-color: rgb(246 245 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/35 {
    --tw-shadow-color: rgb(246 245 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/40 {
    --tw-shadow-color: rgb(246 245 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/45 {
    --tw-shadow-color: rgb(246 245 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/5 {
    --tw-shadow-color: rgb(246 245 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/50 {
    --tw-shadow-color: rgb(246 245 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/55 {
    --tw-shadow-color: rgb(246 245 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/60 {
    --tw-shadow-color: rgb(246 245 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/65 {
    --tw-shadow-color: rgb(246 245 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/70 {
    --tw-shadow-color: rgb(246 245 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/75 {
    --tw-shadow-color: rgb(246 245 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/80 {
    --tw-shadow-color: rgb(246 245 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/85 {
    --tw-shadow-color: rgb(246 245 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/90 {
    --tw-shadow-color: rgb(246 245 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-100\/95 {
    --tw-shadow-color: rgb(246 245 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200 {
    --tw-shadow-color: #e9e6e3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/0 {
    --tw-shadow-color: rgb(233 230 227 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/10 {
    --tw-shadow-color: rgb(233 230 227 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/100 {
    --tw-shadow-color: rgb(233 230 227 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/15 {
    --tw-shadow-color: rgb(233 230 227 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/20 {
    --tw-shadow-color: rgb(233 230 227 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/25 {
    --tw-shadow-color: rgb(233 230 227 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/30 {
    --tw-shadow-color: rgb(233 230 227 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/35 {
    --tw-shadow-color: rgb(233 230 227 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/40 {
    --tw-shadow-color: rgb(233 230 227 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/45 {
    --tw-shadow-color: rgb(233 230 227 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/5 {
    --tw-shadow-color: rgb(233 230 227 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/50 {
    --tw-shadow-color: rgb(233 230 227 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/55 {
    --tw-shadow-color: rgb(233 230 227 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/60 {
    --tw-shadow-color: rgb(233 230 227 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/65 {
    --tw-shadow-color: rgb(233 230 227 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/70 {
    --tw-shadow-color: rgb(233 230 227 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/75 {
    --tw-shadow-color: rgb(233 230 227 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/80 {
    --tw-shadow-color: rgb(233 230 227 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/85 {
    --tw-shadow-color: rgb(233 230 227 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/90 {
    --tw-shadow-color: rgb(233 230 227 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-200\/95 {
    --tw-shadow-color: rgb(233 230 227 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300 {
    --tw-shadow-color: #d7d2cd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/0 {
    --tw-shadow-color: rgb(215 210 205 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/10 {
    --tw-shadow-color: rgb(215 210 205 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/100 {
    --tw-shadow-color: rgb(215 210 205 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/15 {
    --tw-shadow-color: rgb(215 210 205 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/20 {
    --tw-shadow-color: rgb(215 210 205 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/25 {
    --tw-shadow-color: rgb(215 210 205 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/30 {
    --tw-shadow-color: rgb(215 210 205 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/35 {
    --tw-shadow-color: rgb(215 210 205 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/40 {
    --tw-shadow-color: rgb(215 210 205 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/45 {
    --tw-shadow-color: rgb(215 210 205 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/5 {
    --tw-shadow-color: rgb(215 210 205 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/50 {
    --tw-shadow-color: rgb(215 210 205 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/55 {
    --tw-shadow-color: rgb(215 210 205 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/60 {
    --tw-shadow-color: rgb(215 210 205 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/65 {
    --tw-shadow-color: rgb(215 210 205 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/70 {
    --tw-shadow-color: rgb(215 210 205 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/75 {
    --tw-shadow-color: rgb(215 210 205 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/80 {
    --tw-shadow-color: rgb(215 210 205 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/85 {
    --tw-shadow-color: rgb(215 210 205 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/90 {
    --tw-shadow-color: rgb(215 210 205 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-300\/95 {
    --tw-shadow-color: rgb(215 210 205 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400 {
    --tw-shadow-color: #afa8a1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/0 {
    --tw-shadow-color: rgb(175 168 161 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/10 {
    --tw-shadow-color: rgb(175 168 161 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/100 {
    --tw-shadow-color: rgb(175 168 161 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/15 {
    --tw-shadow-color: rgb(175 168 161 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/20 {
    --tw-shadow-color: rgb(175 168 161 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/25 {
    --tw-shadow-color: rgb(175 168 161 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/30 {
    --tw-shadow-color: rgb(175 168 161 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/35 {
    --tw-shadow-color: rgb(175 168 161 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/40 {
    --tw-shadow-color: rgb(175 168 161 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/45 {
    --tw-shadow-color: rgb(175 168 161 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/5 {
    --tw-shadow-color: rgb(175 168 161 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/50 {
    --tw-shadow-color: rgb(175 168 161 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/55 {
    --tw-shadow-color: rgb(175 168 161 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/60 {
    --tw-shadow-color: rgb(175 168 161 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/65 {
    --tw-shadow-color: rgb(175 168 161 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/70 {
    --tw-shadow-color: rgb(175 168 161 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/75 {
    --tw-shadow-color: rgb(175 168 161 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/80 {
    --tw-shadow-color: rgb(175 168 161 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/85 {
    --tw-shadow-color: rgb(175 168 161 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/90 {
    --tw-shadow-color: rgb(175 168 161 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-400\/95 {
    --tw-shadow-color: rgb(175 168 161 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50 {
    --tw-shadow-color: #fbfaf9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/0 {
    --tw-shadow-color: rgb(251 250 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/10 {
    --tw-shadow-color: rgb(251 250 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/100 {
    --tw-shadow-color: rgb(251 250 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/15 {
    --tw-shadow-color: rgb(251 250 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/20 {
    --tw-shadow-color: rgb(251 250 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/25 {
    --tw-shadow-color: rgb(251 250 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/30 {
    --tw-shadow-color: rgb(251 250 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/35 {
    --tw-shadow-color: rgb(251 250 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/40 {
    --tw-shadow-color: rgb(251 250 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/45 {
    --tw-shadow-color: rgb(251 250 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/5 {
    --tw-shadow-color: rgb(251 250 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/50 {
    --tw-shadow-color: rgb(251 250 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/55 {
    --tw-shadow-color: rgb(251 250 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/60 {
    --tw-shadow-color: rgb(251 250 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/65 {
    --tw-shadow-color: rgb(251 250 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/70 {
    --tw-shadow-color: rgb(251 250 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/75 {
    --tw-shadow-color: rgb(251 250 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/80 {
    --tw-shadow-color: rgb(251 250 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/85 {
    --tw-shadow-color: rgb(251 250 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/90 {
    --tw-shadow-color: rgb(251 250 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-50\/95 {
    --tw-shadow-color: rgb(251 250 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500 {
    --tw-shadow-color: #817971;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/0 {
    --tw-shadow-color: rgb(129 121 113 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/10 {
    --tw-shadow-color: rgb(129 121 113 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/100 {
    --tw-shadow-color: rgb(129 121 113 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/15 {
    --tw-shadow-color: rgb(129 121 113 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/20 {
    --tw-shadow-color: rgb(129 121 113 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/25 {
    --tw-shadow-color: rgb(129 121 113 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/30 {
    --tw-shadow-color: rgb(129 121 113 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/35 {
    --tw-shadow-color: rgb(129 121 113 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/40 {
    --tw-shadow-color: rgb(129 121 113 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/45 {
    --tw-shadow-color: rgb(129 121 113 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/5 {
    --tw-shadow-color: rgb(129 121 113 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/50 {
    --tw-shadow-color: rgb(129 121 113 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/55 {
    --tw-shadow-color: rgb(129 121 113 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/60 {
    --tw-shadow-color: rgb(129 121 113 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/65 {
    --tw-shadow-color: rgb(129 121 113 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/70 {
    --tw-shadow-color: rgb(129 121 113 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/75 {
    --tw-shadow-color: rgb(129 121 113 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/80 {
    --tw-shadow-color: rgb(129 121 113 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/85 {
    --tw-shadow-color: rgb(129 121 113 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/90 {
    --tw-shadow-color: rgb(129 121 113 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-500\/95 {
    --tw-shadow-color: rgb(129 121 113 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600 {
    --tw-shadow-color: #605952;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/0 {
    --tw-shadow-color: rgb(96 89 82 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/10 {
    --tw-shadow-color: rgb(96 89 82 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/100 {
    --tw-shadow-color: rgb(96 89 82 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/15 {
    --tw-shadow-color: rgb(96 89 82 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/20 {
    --tw-shadow-color: rgb(96 89 82 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/25 {
    --tw-shadow-color: rgb(96 89 82 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/30 {
    --tw-shadow-color: rgb(96 89 82 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/35 {
    --tw-shadow-color: rgb(96 89 82 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/40 {
    --tw-shadow-color: rgb(96 89 82 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/45 {
    --tw-shadow-color: rgb(96 89 82 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/5 {
    --tw-shadow-color: rgb(96 89 82 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/50 {
    --tw-shadow-color: rgb(96 89 82 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/55 {
    --tw-shadow-color: rgb(96 89 82 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/60 {
    --tw-shadow-color: rgb(96 89 82 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/65 {
    --tw-shadow-color: rgb(96 89 82 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/70 {
    --tw-shadow-color: rgb(96 89 82 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/75 {
    --tw-shadow-color: rgb(96 89 82 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/80 {
    --tw-shadow-color: rgb(96 89 82 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/85 {
    --tw-shadow-color: rgb(96 89 82 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/90 {
    --tw-shadow-color: rgb(96 89 82 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-600\/95 {
    --tw-shadow-color: rgb(96 89 82 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700 {
    --tw-shadow-color: #49443f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/0 {
    --tw-shadow-color: rgb(73 68 63 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/10 {
    --tw-shadow-color: rgb(73 68 63 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/100 {
    --tw-shadow-color: rgb(73 68 63 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/15 {
    --tw-shadow-color: rgb(73 68 63 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/20 {
    --tw-shadow-color: rgb(73 68 63 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/25 {
    --tw-shadow-color: rgb(73 68 63 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/30 {
    --tw-shadow-color: rgb(73 68 63 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/35 {
    --tw-shadow-color: rgb(73 68 63 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/40 {
    --tw-shadow-color: rgb(73 68 63 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/45 {
    --tw-shadow-color: rgb(73 68 63 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/5 {
    --tw-shadow-color: rgb(73 68 63 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/50 {
    --tw-shadow-color: rgb(73 68 63 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/55 {
    --tw-shadow-color: rgb(73 68 63 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/60 {
    --tw-shadow-color: rgb(73 68 63 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/65 {
    --tw-shadow-color: rgb(73 68 63 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/70 {
    --tw-shadow-color: rgb(73 68 63 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/75 {
    --tw-shadow-color: rgb(73 68 63 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/80 {
    --tw-shadow-color: rgb(73 68 63 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/85 {
    --tw-shadow-color: rgb(73 68 63 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/90 {
    --tw-shadow-color: rgb(73 68 63 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-700\/95 {
    --tw-shadow-color: rgb(73 68 63 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800 {
    --tw-shadow-color: #302d2a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/0 {
    --tw-shadow-color: rgb(48 45 42 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/10 {
    --tw-shadow-color: rgb(48 45 42 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/100 {
    --tw-shadow-color: rgb(48 45 42 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/15 {
    --tw-shadow-color: rgb(48 45 42 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/20 {
    --tw-shadow-color: rgb(48 45 42 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/25 {
    --tw-shadow-color: rgb(48 45 42 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/30 {
    --tw-shadow-color: rgb(48 45 42 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/35 {
    --tw-shadow-color: rgb(48 45 42 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/40 {
    --tw-shadow-color: rgb(48 45 42 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/45 {
    --tw-shadow-color: rgb(48 45 42 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/5 {
    --tw-shadow-color: rgb(48 45 42 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/50 {
    --tw-shadow-color: rgb(48 45 42 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/55 {
    --tw-shadow-color: rgb(48 45 42 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/60 {
    --tw-shadow-color: rgb(48 45 42 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/65 {
    --tw-shadow-color: rgb(48 45 42 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/70 {
    --tw-shadow-color: rgb(48 45 42 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/75 {
    --tw-shadow-color: rgb(48 45 42 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/80 {
    --tw-shadow-color: rgb(48 45 42 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/85 {
    --tw-shadow-color: rgb(48 45 42 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/90 {
    --tw-shadow-color: rgb(48 45 42 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-800\/95 {
    --tw-shadow-color: rgb(48 45 42 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900 {
    --tw-shadow-color: #211f1d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/0 {
    --tw-shadow-color: rgb(33 31 29 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/10 {
    --tw-shadow-color: rgb(33 31 29 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/100 {
    --tw-shadow-color: rgb(33 31 29 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/15 {
    --tw-shadow-color: rgb(33 31 29 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/20 {
    --tw-shadow-color: rgb(33 31 29 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/25 {
    --tw-shadow-color: rgb(33 31 29 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/30 {
    --tw-shadow-color: rgb(33 31 29 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/35 {
    --tw-shadow-color: rgb(33 31 29 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/40 {
    --tw-shadow-color: rgb(33 31 29 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/45 {
    --tw-shadow-color: rgb(33 31 29 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/5 {
    --tw-shadow-color: rgb(33 31 29 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/50 {
    --tw-shadow-color: rgb(33 31 29 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/55 {
    --tw-shadow-color: rgb(33 31 29 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/60 {
    --tw-shadow-color: rgb(33 31 29 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/65 {
    --tw-shadow-color: rgb(33 31 29 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/70 {
    --tw-shadow-color: rgb(33 31 29 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/75 {
    --tw-shadow-color: rgb(33 31 29 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/80 {
    --tw-shadow-color: rgb(33 31 29 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/85 {
    --tw-shadow-color: rgb(33 31 29 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/90 {
    --tw-shadow-color: rgb(33 31 29 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-900\/95 {
    --tw-shadow-color: rgb(33 31 29 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950 {
    --tw-shadow-color: #121110;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/0 {
    --tw-shadow-color: rgb(18 17 16 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/10 {
    --tw-shadow-color: rgb(18 17 16 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/100 {
    --tw-shadow-color: rgb(18 17 16 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/15 {
    --tw-shadow-color: rgb(18 17 16 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/20 {
    --tw-shadow-color: rgb(18 17 16 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/25 {
    --tw-shadow-color: rgb(18 17 16 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/30 {
    --tw-shadow-color: rgb(18 17 16 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/35 {
    --tw-shadow-color: rgb(18 17 16 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/40 {
    --tw-shadow-color: rgb(18 17 16 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/45 {
    --tw-shadow-color: rgb(18 17 16 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/5 {
    --tw-shadow-color: rgb(18 17 16 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/50 {
    --tw-shadow-color: rgb(18 17 16 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/55 {
    --tw-shadow-color: rgb(18 17 16 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/60 {
    --tw-shadow-color: rgb(18 17 16 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/65 {
    --tw-shadow-color: rgb(18 17 16 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/70 {
    --tw-shadow-color: rgb(18 17 16 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/75 {
    --tw-shadow-color: rgb(18 17 16 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/80 {
    --tw-shadow-color: rgb(18 17 16 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/85 {
    --tw-shadow-color: rgb(18 17 16 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/90 {
    --tw-shadow-color: rgb(18 17 16 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-neutral-950\/95 {
    --tw-shadow-color: rgb(18 17 16 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100 {
    --tw-shadow-color: #ffedd5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/0 {
    --tw-shadow-color: rgb(255 237 213 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/10 {
    --tw-shadow-color: rgb(255 237 213 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/100 {
    --tw-shadow-color: rgb(255 237 213 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/15 {
    --tw-shadow-color: rgb(255 237 213 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/20 {
    --tw-shadow-color: rgb(255 237 213 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/25 {
    --tw-shadow-color: rgb(255 237 213 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/30 {
    --tw-shadow-color: rgb(255 237 213 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/35 {
    --tw-shadow-color: rgb(255 237 213 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/40 {
    --tw-shadow-color: rgb(255 237 213 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/45 {
    --tw-shadow-color: rgb(255 237 213 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/5 {
    --tw-shadow-color: rgb(255 237 213 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/50 {
    --tw-shadow-color: rgb(255 237 213 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/55 {
    --tw-shadow-color: rgb(255 237 213 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/60 {
    --tw-shadow-color: rgb(255 237 213 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/65 {
    --tw-shadow-color: rgb(255 237 213 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/70 {
    --tw-shadow-color: rgb(255 237 213 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/75 {
    --tw-shadow-color: rgb(255 237 213 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/80 {
    --tw-shadow-color: rgb(255 237 213 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/85 {
    --tw-shadow-color: rgb(255 237 213 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/90 {
    --tw-shadow-color: rgb(255 237 213 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-100\/95 {
    --tw-shadow-color: rgb(255 237 213 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200 {
    --tw-shadow-color: #fed7aa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/0 {
    --tw-shadow-color: rgb(254 215 170 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/10 {
    --tw-shadow-color: rgb(254 215 170 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/100 {
    --tw-shadow-color: rgb(254 215 170 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/15 {
    --tw-shadow-color: rgb(254 215 170 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/20 {
    --tw-shadow-color: rgb(254 215 170 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/25 {
    --tw-shadow-color: rgb(254 215 170 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/30 {
    --tw-shadow-color: rgb(254 215 170 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/35 {
    --tw-shadow-color: rgb(254 215 170 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/40 {
    --tw-shadow-color: rgb(254 215 170 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/45 {
    --tw-shadow-color: rgb(254 215 170 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/5 {
    --tw-shadow-color: rgb(254 215 170 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/50 {
    --tw-shadow-color: rgb(254 215 170 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/55 {
    --tw-shadow-color: rgb(254 215 170 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/60 {
    --tw-shadow-color: rgb(254 215 170 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/65 {
    --tw-shadow-color: rgb(254 215 170 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/70 {
    --tw-shadow-color: rgb(254 215 170 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/75 {
    --tw-shadow-color: rgb(254 215 170 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/80 {
    --tw-shadow-color: rgb(254 215 170 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/85 {
    --tw-shadow-color: rgb(254 215 170 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/90 {
    --tw-shadow-color: rgb(254 215 170 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-200\/95 {
    --tw-shadow-color: rgb(254 215 170 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300 {
    --tw-shadow-color: #fdba74;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/0 {
    --tw-shadow-color: rgb(253 186 116 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/10 {
    --tw-shadow-color: rgb(253 186 116 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/100 {
    --tw-shadow-color: rgb(253 186 116 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/15 {
    --tw-shadow-color: rgb(253 186 116 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/20 {
    --tw-shadow-color: rgb(253 186 116 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/25 {
    --tw-shadow-color: rgb(253 186 116 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/30 {
    --tw-shadow-color: rgb(253 186 116 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/35 {
    --tw-shadow-color: rgb(253 186 116 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/40 {
    --tw-shadow-color: rgb(253 186 116 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/45 {
    --tw-shadow-color: rgb(253 186 116 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/5 {
    --tw-shadow-color: rgb(253 186 116 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/50 {
    --tw-shadow-color: rgb(253 186 116 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/55 {
    --tw-shadow-color: rgb(253 186 116 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/60 {
    --tw-shadow-color: rgb(253 186 116 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/65 {
    --tw-shadow-color: rgb(253 186 116 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/70 {
    --tw-shadow-color: rgb(253 186 116 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/75 {
    --tw-shadow-color: rgb(253 186 116 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/80 {
    --tw-shadow-color: rgb(253 186 116 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/85 {
    --tw-shadow-color: rgb(253 186 116 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/90 {
    --tw-shadow-color: rgb(253 186 116 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-300\/95 {
    --tw-shadow-color: rgb(253 186 116 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400 {
    --tw-shadow-color: #fb923c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/0 {
    --tw-shadow-color: rgb(251 146 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/10 {
    --tw-shadow-color: rgb(251 146 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/100 {
    --tw-shadow-color: rgb(251 146 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/15 {
    --tw-shadow-color: rgb(251 146 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/20 {
    --tw-shadow-color: rgb(251 146 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/25 {
    --tw-shadow-color: rgb(251 146 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/30 {
    --tw-shadow-color: rgb(251 146 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/35 {
    --tw-shadow-color: rgb(251 146 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/40 {
    --tw-shadow-color: rgb(251 146 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/45 {
    --tw-shadow-color: rgb(251 146 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/5 {
    --tw-shadow-color: rgb(251 146 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/50 {
    --tw-shadow-color: rgb(251 146 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/55 {
    --tw-shadow-color: rgb(251 146 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/60 {
    --tw-shadow-color: rgb(251 146 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/65 {
    --tw-shadow-color: rgb(251 146 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/70 {
    --tw-shadow-color: rgb(251 146 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/75 {
    --tw-shadow-color: rgb(251 146 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/80 {
    --tw-shadow-color: rgb(251 146 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/85 {
    --tw-shadow-color: rgb(251 146 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/90 {
    --tw-shadow-color: rgb(251 146 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-400\/95 {
    --tw-shadow-color: rgb(251 146 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50 {
    --tw-shadow-color: #fff7ed;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/0 {
    --tw-shadow-color: rgb(255 247 237 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/10 {
    --tw-shadow-color: rgb(255 247 237 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/100 {
    --tw-shadow-color: rgb(255 247 237 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/15 {
    --tw-shadow-color: rgb(255 247 237 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/20 {
    --tw-shadow-color: rgb(255 247 237 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/25 {
    --tw-shadow-color: rgb(255 247 237 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/30 {
    --tw-shadow-color: rgb(255 247 237 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/35 {
    --tw-shadow-color: rgb(255 247 237 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/40 {
    --tw-shadow-color: rgb(255 247 237 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/45 {
    --tw-shadow-color: rgb(255 247 237 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/5 {
    --tw-shadow-color: rgb(255 247 237 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/50 {
    --tw-shadow-color: rgb(255 247 237 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/55 {
    --tw-shadow-color: rgb(255 247 237 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/60 {
    --tw-shadow-color: rgb(255 247 237 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/65 {
    --tw-shadow-color: rgb(255 247 237 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/70 {
    --tw-shadow-color: rgb(255 247 237 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/75 {
    --tw-shadow-color: rgb(255 247 237 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/80 {
    --tw-shadow-color: rgb(255 247 237 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/85 {
    --tw-shadow-color: rgb(255 247 237 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/90 {
    --tw-shadow-color: rgb(255 247 237 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-50\/95 {
    --tw-shadow-color: rgb(255 247 237 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500 {
    --tw-shadow-color: #f97316;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/0 {
    --tw-shadow-color: rgb(249 115 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/10 {
    --tw-shadow-color: rgb(249 115 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/100 {
    --tw-shadow-color: rgb(249 115 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/15 {
    --tw-shadow-color: rgb(249 115 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/20 {
    --tw-shadow-color: rgb(249 115 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/25 {
    --tw-shadow-color: rgb(249 115 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/30 {
    --tw-shadow-color: rgb(249 115 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/35 {
    --tw-shadow-color: rgb(249 115 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/40 {
    --tw-shadow-color: rgb(249 115 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/45 {
    --tw-shadow-color: rgb(249 115 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/5 {
    --tw-shadow-color: rgb(249 115 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/50 {
    --tw-shadow-color: rgb(249 115 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/55 {
    --tw-shadow-color: rgb(249 115 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/60 {
    --tw-shadow-color: rgb(249 115 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/65 {
    --tw-shadow-color: rgb(249 115 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/70 {
    --tw-shadow-color: rgb(249 115 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/75 {
    --tw-shadow-color: rgb(249 115 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/80 {
    --tw-shadow-color: rgb(249 115 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/85 {
    --tw-shadow-color: rgb(249 115 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/90 {
    --tw-shadow-color: rgb(249 115 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-500\/95 {
    --tw-shadow-color: rgb(249 115 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600 {
    --tw-shadow-color: #ea580c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/0 {
    --tw-shadow-color: rgb(234 88 12 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/10 {
    --tw-shadow-color: rgb(234 88 12 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/100 {
    --tw-shadow-color: rgb(234 88 12 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/15 {
    --tw-shadow-color: rgb(234 88 12 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/20 {
    --tw-shadow-color: rgb(234 88 12 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/25 {
    --tw-shadow-color: rgb(234 88 12 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/30 {
    --tw-shadow-color: rgb(234 88 12 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/35 {
    --tw-shadow-color: rgb(234 88 12 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/40 {
    --tw-shadow-color: rgb(234 88 12 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/45 {
    --tw-shadow-color: rgb(234 88 12 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/5 {
    --tw-shadow-color: rgb(234 88 12 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/50 {
    --tw-shadow-color: rgb(234 88 12 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/55 {
    --tw-shadow-color: rgb(234 88 12 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/60 {
    --tw-shadow-color: rgb(234 88 12 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/65 {
    --tw-shadow-color: rgb(234 88 12 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/70 {
    --tw-shadow-color: rgb(234 88 12 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/75 {
    --tw-shadow-color: rgb(234 88 12 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/80 {
    --tw-shadow-color: rgb(234 88 12 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/85 {
    --tw-shadow-color: rgb(234 88 12 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/90 {
    --tw-shadow-color: rgb(234 88 12 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-600\/95 {
    --tw-shadow-color: rgb(234 88 12 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700 {
    --tw-shadow-color: #c2410c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/0 {
    --tw-shadow-color: rgb(194 65 12 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/10 {
    --tw-shadow-color: rgb(194 65 12 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/100 {
    --tw-shadow-color: rgb(194 65 12 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/15 {
    --tw-shadow-color: rgb(194 65 12 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/20 {
    --tw-shadow-color: rgb(194 65 12 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/25 {
    --tw-shadow-color: rgb(194 65 12 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/30 {
    --tw-shadow-color: rgb(194 65 12 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/35 {
    --tw-shadow-color: rgb(194 65 12 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/40 {
    --tw-shadow-color: rgb(194 65 12 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/45 {
    --tw-shadow-color: rgb(194 65 12 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/5 {
    --tw-shadow-color: rgb(194 65 12 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/50 {
    --tw-shadow-color: rgb(194 65 12 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/55 {
    --tw-shadow-color: rgb(194 65 12 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/60 {
    --tw-shadow-color: rgb(194 65 12 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/65 {
    --tw-shadow-color: rgb(194 65 12 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/70 {
    --tw-shadow-color: rgb(194 65 12 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/75 {
    --tw-shadow-color: rgb(194 65 12 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/80 {
    --tw-shadow-color: rgb(194 65 12 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/85 {
    --tw-shadow-color: rgb(194 65 12 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/90 {
    --tw-shadow-color: rgb(194 65 12 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-700\/95 {
    --tw-shadow-color: rgb(194 65 12 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800 {
    --tw-shadow-color: #9a3412;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/0 {
    --tw-shadow-color: rgb(154 52 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/10 {
    --tw-shadow-color: rgb(154 52 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/100 {
    --tw-shadow-color: rgb(154 52 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/15 {
    --tw-shadow-color: rgb(154 52 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/20 {
    --tw-shadow-color: rgb(154 52 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/25 {
    --tw-shadow-color: rgb(154 52 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/30 {
    --tw-shadow-color: rgb(154 52 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/35 {
    --tw-shadow-color: rgb(154 52 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/40 {
    --tw-shadow-color: rgb(154 52 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/45 {
    --tw-shadow-color: rgb(154 52 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/5 {
    --tw-shadow-color: rgb(154 52 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/50 {
    --tw-shadow-color: rgb(154 52 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/55 {
    --tw-shadow-color: rgb(154 52 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/60 {
    --tw-shadow-color: rgb(154 52 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/65 {
    --tw-shadow-color: rgb(154 52 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/70 {
    --tw-shadow-color: rgb(154 52 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/75 {
    --tw-shadow-color: rgb(154 52 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/80 {
    --tw-shadow-color: rgb(154 52 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/85 {
    --tw-shadow-color: rgb(154 52 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/90 {
    --tw-shadow-color: rgb(154 52 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-800\/95 {
    --tw-shadow-color: rgb(154 52 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900 {
    --tw-shadow-color: #7c2d12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/0 {
    --tw-shadow-color: rgb(124 45 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/10 {
    --tw-shadow-color: rgb(124 45 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/100 {
    --tw-shadow-color: rgb(124 45 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/15 {
    --tw-shadow-color: rgb(124 45 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/20 {
    --tw-shadow-color: rgb(124 45 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/25 {
    --tw-shadow-color: rgb(124 45 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/30 {
    --tw-shadow-color: rgb(124 45 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/35 {
    --tw-shadow-color: rgb(124 45 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/40 {
    --tw-shadow-color: rgb(124 45 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/45 {
    --tw-shadow-color: rgb(124 45 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/5 {
    --tw-shadow-color: rgb(124 45 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/50 {
    --tw-shadow-color: rgb(124 45 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/55 {
    --tw-shadow-color: rgb(124 45 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/60 {
    --tw-shadow-color: rgb(124 45 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/65 {
    --tw-shadow-color: rgb(124 45 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/70 {
    --tw-shadow-color: rgb(124 45 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/75 {
    --tw-shadow-color: rgb(124 45 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/80 {
    --tw-shadow-color: rgb(124 45 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/85 {
    --tw-shadow-color: rgb(124 45 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/90 {
    --tw-shadow-color: rgb(124 45 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-900\/95 {
    --tw-shadow-color: rgb(124 45 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950 {
    --tw-shadow-color: #431407;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/0 {
    --tw-shadow-color: rgb(67 20 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/10 {
    --tw-shadow-color: rgb(67 20 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/100 {
    --tw-shadow-color: rgb(67 20 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/15 {
    --tw-shadow-color: rgb(67 20 7 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/20 {
    --tw-shadow-color: rgb(67 20 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/25 {
    --tw-shadow-color: rgb(67 20 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/30 {
    --tw-shadow-color: rgb(67 20 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/35 {
    --tw-shadow-color: rgb(67 20 7 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/40 {
    --tw-shadow-color: rgb(67 20 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/45 {
    --tw-shadow-color: rgb(67 20 7 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/5 {
    --tw-shadow-color: rgb(67 20 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/50 {
    --tw-shadow-color: rgb(67 20 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/55 {
    --tw-shadow-color: rgb(67 20 7 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/60 {
    --tw-shadow-color: rgb(67 20 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/65 {
    --tw-shadow-color: rgb(67 20 7 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/70 {
    --tw-shadow-color: rgb(67 20 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/75 {
    --tw-shadow-color: rgb(67 20 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/80 {
    --tw-shadow-color: rgb(67 20 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/85 {
    --tw-shadow-color: rgb(67 20 7 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/90 {
    --tw-shadow-color: rgb(67 20 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-orange-950\/95 {
    --tw-shadow-color: rgb(67 20 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100 {
    --tw-shadow-color: #fce7f3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/0 {
    --tw-shadow-color: rgb(252 231 243 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/10 {
    --tw-shadow-color: rgb(252 231 243 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/100 {
    --tw-shadow-color: rgb(252 231 243 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/15 {
    --tw-shadow-color: rgb(252 231 243 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/20 {
    --tw-shadow-color: rgb(252 231 243 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/25 {
    --tw-shadow-color: rgb(252 231 243 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/30 {
    --tw-shadow-color: rgb(252 231 243 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/35 {
    --tw-shadow-color: rgb(252 231 243 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/40 {
    --tw-shadow-color: rgb(252 231 243 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/45 {
    --tw-shadow-color: rgb(252 231 243 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/5 {
    --tw-shadow-color: rgb(252 231 243 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/50 {
    --tw-shadow-color: rgb(252 231 243 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/55 {
    --tw-shadow-color: rgb(252 231 243 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/60 {
    --tw-shadow-color: rgb(252 231 243 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/65 {
    --tw-shadow-color: rgb(252 231 243 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/70 {
    --tw-shadow-color: rgb(252 231 243 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/75 {
    --tw-shadow-color: rgb(252 231 243 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/80 {
    --tw-shadow-color: rgb(252 231 243 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/85 {
    --tw-shadow-color: rgb(252 231 243 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/90 {
    --tw-shadow-color: rgb(252 231 243 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-100\/95 {
    --tw-shadow-color: rgb(252 231 243 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200 {
    --tw-shadow-color: #fbcfe8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/0 {
    --tw-shadow-color: rgb(251 207 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/10 {
    --tw-shadow-color: rgb(251 207 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/100 {
    --tw-shadow-color: rgb(251 207 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/15 {
    --tw-shadow-color: rgb(251 207 232 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/20 {
    --tw-shadow-color: rgb(251 207 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/25 {
    --tw-shadow-color: rgb(251 207 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/30 {
    --tw-shadow-color: rgb(251 207 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/35 {
    --tw-shadow-color: rgb(251 207 232 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/40 {
    --tw-shadow-color: rgb(251 207 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/45 {
    --tw-shadow-color: rgb(251 207 232 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/5 {
    --tw-shadow-color: rgb(251 207 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/50 {
    --tw-shadow-color: rgb(251 207 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/55 {
    --tw-shadow-color: rgb(251 207 232 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/60 {
    --tw-shadow-color: rgb(251 207 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/65 {
    --tw-shadow-color: rgb(251 207 232 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/70 {
    --tw-shadow-color: rgb(251 207 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/75 {
    --tw-shadow-color: rgb(251 207 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/80 {
    --tw-shadow-color: rgb(251 207 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/85 {
    --tw-shadow-color: rgb(251 207 232 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/90 {
    --tw-shadow-color: rgb(251 207 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-200\/95 {
    --tw-shadow-color: rgb(251 207 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300 {
    --tw-shadow-color: #f9a8d4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/0 {
    --tw-shadow-color: rgb(249 168 212 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/10 {
    --tw-shadow-color: rgb(249 168 212 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/100 {
    --tw-shadow-color: rgb(249 168 212 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/15 {
    --tw-shadow-color: rgb(249 168 212 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/20 {
    --tw-shadow-color: rgb(249 168 212 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/25 {
    --tw-shadow-color: rgb(249 168 212 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/30 {
    --tw-shadow-color: rgb(249 168 212 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/35 {
    --tw-shadow-color: rgb(249 168 212 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/40 {
    --tw-shadow-color: rgb(249 168 212 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/45 {
    --tw-shadow-color: rgb(249 168 212 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/5 {
    --tw-shadow-color: rgb(249 168 212 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/50 {
    --tw-shadow-color: rgb(249 168 212 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/55 {
    --tw-shadow-color: rgb(249 168 212 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/60 {
    --tw-shadow-color: rgb(249 168 212 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/65 {
    --tw-shadow-color: rgb(249 168 212 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/70 {
    --tw-shadow-color: rgb(249 168 212 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/75 {
    --tw-shadow-color: rgb(249 168 212 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/80 {
    --tw-shadow-color: rgb(249 168 212 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/85 {
    --tw-shadow-color: rgb(249 168 212 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/90 {
    --tw-shadow-color: rgb(249 168 212 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-300\/95 {
    --tw-shadow-color: rgb(249 168 212 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400 {
    --tw-shadow-color: #f472b6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/0 {
    --tw-shadow-color: rgb(244 114 182 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/10 {
    --tw-shadow-color: rgb(244 114 182 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/100 {
    --tw-shadow-color: rgb(244 114 182 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/15 {
    --tw-shadow-color: rgb(244 114 182 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/20 {
    --tw-shadow-color: rgb(244 114 182 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/25 {
    --tw-shadow-color: rgb(244 114 182 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/30 {
    --tw-shadow-color: rgb(244 114 182 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/35 {
    --tw-shadow-color: rgb(244 114 182 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/40 {
    --tw-shadow-color: rgb(244 114 182 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/45 {
    --tw-shadow-color: rgb(244 114 182 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/5 {
    --tw-shadow-color: rgb(244 114 182 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/50 {
    --tw-shadow-color: rgb(244 114 182 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/55 {
    --tw-shadow-color: rgb(244 114 182 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/60 {
    --tw-shadow-color: rgb(244 114 182 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/65 {
    --tw-shadow-color: rgb(244 114 182 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/70 {
    --tw-shadow-color: rgb(244 114 182 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/75 {
    --tw-shadow-color: rgb(244 114 182 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/80 {
    --tw-shadow-color: rgb(244 114 182 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/85 {
    --tw-shadow-color: rgb(244 114 182 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/90 {
    --tw-shadow-color: rgb(244 114 182 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-400\/95 {
    --tw-shadow-color: rgb(244 114 182 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50 {
    --tw-shadow-color: #fdf2f8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/0 {
    --tw-shadow-color: rgb(253 242 248 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/10 {
    --tw-shadow-color: rgb(253 242 248 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/100 {
    --tw-shadow-color: rgb(253 242 248 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/15 {
    --tw-shadow-color: rgb(253 242 248 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/20 {
    --tw-shadow-color: rgb(253 242 248 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/25 {
    --tw-shadow-color: rgb(253 242 248 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/30 {
    --tw-shadow-color: rgb(253 242 248 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/35 {
    --tw-shadow-color: rgb(253 242 248 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/40 {
    --tw-shadow-color: rgb(253 242 248 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/45 {
    --tw-shadow-color: rgb(253 242 248 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/5 {
    --tw-shadow-color: rgb(253 242 248 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/50 {
    --tw-shadow-color: rgb(253 242 248 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/55 {
    --tw-shadow-color: rgb(253 242 248 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/60 {
    --tw-shadow-color: rgb(253 242 248 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/65 {
    --tw-shadow-color: rgb(253 242 248 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/70 {
    --tw-shadow-color: rgb(253 242 248 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/75 {
    --tw-shadow-color: rgb(253 242 248 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/80 {
    --tw-shadow-color: rgb(253 242 248 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/85 {
    --tw-shadow-color: rgb(253 242 248 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/90 {
    --tw-shadow-color: rgb(253 242 248 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-50\/95 {
    --tw-shadow-color: rgb(253 242 248 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500 {
    --tw-shadow-color: #ec4899;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/0 {
    --tw-shadow-color: rgb(236 72 153 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/10 {
    --tw-shadow-color: rgb(236 72 153 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/100 {
    --tw-shadow-color: rgb(236 72 153 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/15 {
    --tw-shadow-color: rgb(236 72 153 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/20 {
    --tw-shadow-color: rgb(236 72 153 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/25 {
    --tw-shadow-color: rgb(236 72 153 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/30 {
    --tw-shadow-color: rgb(236 72 153 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/35 {
    --tw-shadow-color: rgb(236 72 153 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/40 {
    --tw-shadow-color: rgb(236 72 153 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/45 {
    --tw-shadow-color: rgb(236 72 153 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/5 {
    --tw-shadow-color: rgb(236 72 153 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/50 {
    --tw-shadow-color: rgb(236 72 153 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/55 {
    --tw-shadow-color: rgb(236 72 153 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/60 {
    --tw-shadow-color: rgb(236 72 153 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/65 {
    --tw-shadow-color: rgb(236 72 153 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/70 {
    --tw-shadow-color: rgb(236 72 153 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/75 {
    --tw-shadow-color: rgb(236 72 153 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/80 {
    --tw-shadow-color: rgb(236 72 153 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/85 {
    --tw-shadow-color: rgb(236 72 153 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/90 {
    --tw-shadow-color: rgb(236 72 153 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-500\/95 {
    --tw-shadow-color: rgb(236 72 153 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600 {
    --tw-shadow-color: #db2777;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/0 {
    --tw-shadow-color: rgb(219 39 119 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/10 {
    --tw-shadow-color: rgb(219 39 119 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/100 {
    --tw-shadow-color: rgb(219 39 119 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/15 {
    --tw-shadow-color: rgb(219 39 119 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/20 {
    --tw-shadow-color: rgb(219 39 119 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/25 {
    --tw-shadow-color: rgb(219 39 119 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/30 {
    --tw-shadow-color: rgb(219 39 119 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/35 {
    --tw-shadow-color: rgb(219 39 119 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/40 {
    --tw-shadow-color: rgb(219 39 119 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/45 {
    --tw-shadow-color: rgb(219 39 119 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/5 {
    --tw-shadow-color: rgb(219 39 119 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/50 {
    --tw-shadow-color: rgb(219 39 119 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/55 {
    --tw-shadow-color: rgb(219 39 119 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/60 {
    --tw-shadow-color: rgb(219 39 119 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/65 {
    --tw-shadow-color: rgb(219 39 119 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/70 {
    --tw-shadow-color: rgb(219 39 119 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/75 {
    --tw-shadow-color: rgb(219 39 119 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/80 {
    --tw-shadow-color: rgb(219 39 119 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/85 {
    --tw-shadow-color: rgb(219 39 119 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/90 {
    --tw-shadow-color: rgb(219 39 119 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-600\/95 {
    --tw-shadow-color: rgb(219 39 119 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700 {
    --tw-shadow-color: #be185d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/0 {
    --tw-shadow-color: rgb(190 24 93 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/10 {
    --tw-shadow-color: rgb(190 24 93 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/100 {
    --tw-shadow-color: rgb(190 24 93 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/15 {
    --tw-shadow-color: rgb(190 24 93 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/20 {
    --tw-shadow-color: rgb(190 24 93 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/25 {
    --tw-shadow-color: rgb(190 24 93 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/30 {
    --tw-shadow-color: rgb(190 24 93 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/35 {
    --tw-shadow-color: rgb(190 24 93 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/40 {
    --tw-shadow-color: rgb(190 24 93 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/45 {
    --tw-shadow-color: rgb(190 24 93 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/5 {
    --tw-shadow-color: rgb(190 24 93 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/50 {
    --tw-shadow-color: rgb(190 24 93 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/55 {
    --tw-shadow-color: rgb(190 24 93 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/60 {
    --tw-shadow-color: rgb(190 24 93 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/65 {
    --tw-shadow-color: rgb(190 24 93 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/70 {
    --tw-shadow-color: rgb(190 24 93 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/75 {
    --tw-shadow-color: rgb(190 24 93 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/80 {
    --tw-shadow-color: rgb(190 24 93 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/85 {
    --tw-shadow-color: rgb(190 24 93 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/90 {
    --tw-shadow-color: rgb(190 24 93 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-700\/95 {
    --tw-shadow-color: rgb(190 24 93 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800 {
    --tw-shadow-color: #9d174d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/0 {
    --tw-shadow-color: rgb(157 23 77 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/10 {
    --tw-shadow-color: rgb(157 23 77 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/100 {
    --tw-shadow-color: rgb(157 23 77 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/15 {
    --tw-shadow-color: rgb(157 23 77 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/20 {
    --tw-shadow-color: rgb(157 23 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/25 {
    --tw-shadow-color: rgb(157 23 77 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/30 {
    --tw-shadow-color: rgb(157 23 77 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/35 {
    --tw-shadow-color: rgb(157 23 77 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/40 {
    --tw-shadow-color: rgb(157 23 77 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/45 {
    --tw-shadow-color: rgb(157 23 77 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/5 {
    --tw-shadow-color: rgb(157 23 77 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/50 {
    --tw-shadow-color: rgb(157 23 77 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/55 {
    --tw-shadow-color: rgb(157 23 77 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/60 {
    --tw-shadow-color: rgb(157 23 77 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/65 {
    --tw-shadow-color: rgb(157 23 77 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/70 {
    --tw-shadow-color: rgb(157 23 77 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/75 {
    --tw-shadow-color: rgb(157 23 77 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/80 {
    --tw-shadow-color: rgb(157 23 77 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/85 {
    --tw-shadow-color: rgb(157 23 77 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/90 {
    --tw-shadow-color: rgb(157 23 77 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-800\/95 {
    --tw-shadow-color: rgb(157 23 77 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900 {
    --tw-shadow-color: #831843;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/0 {
    --tw-shadow-color: rgb(131 24 67 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/10 {
    --tw-shadow-color: rgb(131 24 67 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/100 {
    --tw-shadow-color: rgb(131 24 67 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/15 {
    --tw-shadow-color: rgb(131 24 67 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/20 {
    --tw-shadow-color: rgb(131 24 67 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/25 {
    --tw-shadow-color: rgb(131 24 67 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/30 {
    --tw-shadow-color: rgb(131 24 67 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/35 {
    --tw-shadow-color: rgb(131 24 67 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/40 {
    --tw-shadow-color: rgb(131 24 67 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/45 {
    --tw-shadow-color: rgb(131 24 67 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/5 {
    --tw-shadow-color: rgb(131 24 67 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/50 {
    --tw-shadow-color: rgb(131 24 67 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/55 {
    --tw-shadow-color: rgb(131 24 67 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/60 {
    --tw-shadow-color: rgb(131 24 67 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/65 {
    --tw-shadow-color: rgb(131 24 67 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/70 {
    --tw-shadow-color: rgb(131 24 67 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/75 {
    --tw-shadow-color: rgb(131 24 67 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/80 {
    --tw-shadow-color: rgb(131 24 67 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/85 {
    --tw-shadow-color: rgb(131 24 67 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/90 {
    --tw-shadow-color: rgb(131 24 67 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-900\/95 {
    --tw-shadow-color: rgb(131 24 67 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950 {
    --tw-shadow-color: #500724;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/0 {
    --tw-shadow-color: rgb(80 7 36 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/10 {
    --tw-shadow-color: rgb(80 7 36 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/100 {
    --tw-shadow-color: rgb(80 7 36 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/15 {
    --tw-shadow-color: rgb(80 7 36 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/20 {
    --tw-shadow-color: rgb(80 7 36 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/25 {
    --tw-shadow-color: rgb(80 7 36 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/30 {
    --tw-shadow-color: rgb(80 7 36 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/35 {
    --tw-shadow-color: rgb(80 7 36 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/40 {
    --tw-shadow-color: rgb(80 7 36 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/45 {
    --tw-shadow-color: rgb(80 7 36 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/5 {
    --tw-shadow-color: rgb(80 7 36 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/50 {
    --tw-shadow-color: rgb(80 7 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/55 {
    --tw-shadow-color: rgb(80 7 36 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/60 {
    --tw-shadow-color: rgb(80 7 36 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/65 {
    --tw-shadow-color: rgb(80 7 36 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/70 {
    --tw-shadow-color: rgb(80 7 36 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/75 {
    --tw-shadow-color: rgb(80 7 36 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/80 {
    --tw-shadow-color: rgb(80 7 36 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/85 {
    --tw-shadow-color: rgb(80 7 36 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/90 {
    --tw-shadow-color: rgb(80 7 36 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-pink-950\/95 {
    --tw-shadow-color: rgb(80 7 36 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100 {
    --tw-shadow-color: #feeade;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/0 {
    --tw-shadow-color: rgb(254 234 222 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/10 {
    --tw-shadow-color: rgb(254 234 222 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/100 {
    --tw-shadow-color: rgb(254 234 222 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/15 {
    --tw-shadow-color: rgb(254 234 222 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/20 {
    --tw-shadow-color: rgb(254 234 222 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/25 {
    --tw-shadow-color: rgb(254 234 222 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/30 {
    --tw-shadow-color: rgb(254 234 222 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/35 {
    --tw-shadow-color: rgb(254 234 222 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/40 {
    --tw-shadow-color: rgb(254 234 222 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/45 {
    --tw-shadow-color: rgb(254 234 222 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/5 {
    --tw-shadow-color: rgb(254 234 222 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/50 {
    --tw-shadow-color: rgb(254 234 222 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/55 {
    --tw-shadow-color: rgb(254 234 222 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/60 {
    --tw-shadow-color: rgb(254 234 222 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/65 {
    --tw-shadow-color: rgb(254 234 222 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/70 {
    --tw-shadow-color: rgb(254 234 222 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/75 {
    --tw-shadow-color: rgb(254 234 222 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/80 {
    --tw-shadow-color: rgb(254 234 222 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/85 {
    --tw-shadow-color: rgb(254 234 222 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/90 {
    --tw-shadow-color: rgb(254 234 222 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-100\/95 {
    --tw-shadow-color: rgb(254 234 222 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200 {
    --tw-shadow-color: #fcd3bd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/0 {
    --tw-shadow-color: rgb(252 211 189 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/10 {
    --tw-shadow-color: rgb(252 211 189 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/100 {
    --tw-shadow-color: rgb(252 211 189 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/15 {
    --tw-shadow-color: rgb(252 211 189 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/20 {
    --tw-shadow-color: rgb(252 211 189 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/25 {
    --tw-shadow-color: rgb(252 211 189 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/30 {
    --tw-shadow-color: rgb(252 211 189 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/35 {
    --tw-shadow-color: rgb(252 211 189 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/40 {
    --tw-shadow-color: rgb(252 211 189 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/45 {
    --tw-shadow-color: rgb(252 211 189 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/5 {
    --tw-shadow-color: rgb(252 211 189 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/50 {
    --tw-shadow-color: rgb(252 211 189 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/55 {
    --tw-shadow-color: rgb(252 211 189 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/60 {
    --tw-shadow-color: rgb(252 211 189 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/65 {
    --tw-shadow-color: rgb(252 211 189 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/70 {
    --tw-shadow-color: rgb(252 211 189 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/75 {
    --tw-shadow-color: rgb(252 211 189 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/80 {
    --tw-shadow-color: rgb(252 211 189 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/85 {
    --tw-shadow-color: rgb(252 211 189 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/90 {
    --tw-shadow-color: rgb(252 211 189 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-200\/95 {
    --tw-shadow-color: rgb(252 211 189 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300 {
    --tw-shadow-color: #fab38f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/0 {
    --tw-shadow-color: rgb(250 179 143 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/10 {
    --tw-shadow-color: rgb(250 179 143 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/100 {
    --tw-shadow-color: rgb(250 179 143 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/15 {
    --tw-shadow-color: rgb(250 179 143 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/20 {
    --tw-shadow-color: rgb(250 179 143 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/25 {
    --tw-shadow-color: rgb(250 179 143 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/30 {
    --tw-shadow-color: rgb(250 179 143 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/35 {
    --tw-shadow-color: rgb(250 179 143 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/40 {
    --tw-shadow-color: rgb(250 179 143 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/45 {
    --tw-shadow-color: rgb(250 179 143 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/5 {
    --tw-shadow-color: rgb(250 179 143 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/50 {
    --tw-shadow-color: rgb(250 179 143 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/55 {
    --tw-shadow-color: rgb(250 179 143 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/60 {
    --tw-shadow-color: rgb(250 179 143 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/65 {
    --tw-shadow-color: rgb(250 179 143 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/70 {
    --tw-shadow-color: rgb(250 179 143 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/75 {
    --tw-shadow-color: rgb(250 179 143 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/80 {
    --tw-shadow-color: rgb(250 179 143 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/85 {
    --tw-shadow-color: rgb(250 179 143 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/90 {
    --tw-shadow-color: rgb(250 179 143 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-300\/95 {
    --tw-shadow-color: rgb(250 179 143 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400 {
    --tw-shadow-color: #f99766;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/0 {
    --tw-shadow-color: rgb(249 151 102 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/10 {
    --tw-shadow-color: rgb(249 151 102 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/100 {
    --tw-shadow-color: rgb(249 151 102 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/15 {
    --tw-shadow-color: rgb(249 151 102 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/20 {
    --tw-shadow-color: rgb(249 151 102 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/25 {
    --tw-shadow-color: rgb(249 151 102 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/30 {
    --tw-shadow-color: rgb(249 151 102 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/35 {
    --tw-shadow-color: rgb(249 151 102 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/40 {
    --tw-shadow-color: rgb(249 151 102 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/45 {
    --tw-shadow-color: rgb(249 151 102 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/5 {
    --tw-shadow-color: rgb(249 151 102 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/50 {
    --tw-shadow-color: rgb(249 151 102 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/55 {
    --tw-shadow-color: rgb(249 151 102 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/60 {
    --tw-shadow-color: rgb(249 151 102 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/65 {
    --tw-shadow-color: rgb(249 151 102 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/70 {
    --tw-shadow-color: rgb(249 151 102 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/75 {
    --tw-shadow-color: rgb(249 151 102 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/80 {
    --tw-shadow-color: rgb(249 151 102 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/85 {
    --tw-shadow-color: rgb(249 151 102 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/90 {
    --tw-shadow-color: rgb(249 151 102 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-400\/95 {
    --tw-shadow-color: rgb(249 151 102 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50 {
    --tw-shadow-color: #fff7f2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/0 {
    --tw-shadow-color: rgb(255 247 242 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/10 {
    --tw-shadow-color: rgb(255 247 242 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/100 {
    --tw-shadow-color: rgb(255 247 242 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/15 {
    --tw-shadow-color: rgb(255 247 242 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/20 {
    --tw-shadow-color: rgb(255 247 242 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/25 {
    --tw-shadow-color: rgb(255 247 242 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/30 {
    --tw-shadow-color: rgb(255 247 242 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/35 {
    --tw-shadow-color: rgb(255 247 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/40 {
    --tw-shadow-color: rgb(255 247 242 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/45 {
    --tw-shadow-color: rgb(255 247 242 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/5 {
    --tw-shadow-color: rgb(255 247 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/50 {
    --tw-shadow-color: rgb(255 247 242 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/55 {
    --tw-shadow-color: rgb(255 247 242 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/60 {
    --tw-shadow-color: rgb(255 247 242 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/65 {
    --tw-shadow-color: rgb(255 247 242 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/70 {
    --tw-shadow-color: rgb(255 247 242 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/75 {
    --tw-shadow-color: rgb(255 247 242 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/80 {
    --tw-shadow-color: rgb(255 247 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/85 {
    --tw-shadow-color: rgb(255 247 242 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/90 {
    --tw-shadow-color: rgb(255 247 242 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-50\/95 {
    --tw-shadow-color: rgb(255 247 242 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500 {
    --tw-shadow-color: #f78d4d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/0 {
    --tw-shadow-color: rgb(247 141 77 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/10 {
    --tw-shadow-color: rgb(247 141 77 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/100 {
    --tw-shadow-color: rgb(247 141 77 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/15 {
    --tw-shadow-color: rgb(247 141 77 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/20 {
    --tw-shadow-color: rgb(247 141 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/25 {
    --tw-shadow-color: rgb(247 141 77 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/30 {
    --tw-shadow-color: rgb(247 141 77 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/35 {
    --tw-shadow-color: rgb(247 141 77 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/40 {
    --tw-shadow-color: rgb(247 141 77 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/45 {
    --tw-shadow-color: rgb(247 141 77 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/5 {
    --tw-shadow-color: rgb(247 141 77 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/50 {
    --tw-shadow-color: rgb(247 141 77 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/55 {
    --tw-shadow-color: rgb(247 141 77 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/60 {
    --tw-shadow-color: rgb(247 141 77 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/65 {
    --tw-shadow-color: rgb(247 141 77 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/70 {
    --tw-shadow-color: rgb(247 141 77 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/75 {
    --tw-shadow-color: rgb(247 141 77 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/80 {
    --tw-shadow-color: rgb(247 141 77 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/85 {
    --tw-shadow-color: rgb(247 141 77 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/90 {
    --tw-shadow-color: rgb(247 141 77 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-500\/95 {
    --tw-shadow-color: rgb(247 141 77 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600 {
    --tw-shadow-color: #e96325;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/0 {
    --tw-shadow-color: rgb(233 99 37 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/10 {
    --tw-shadow-color: rgb(233 99 37 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/100 {
    --tw-shadow-color: rgb(233 99 37 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/15 {
    --tw-shadow-color: rgb(233 99 37 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/20 {
    --tw-shadow-color: rgb(233 99 37 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/25 {
    --tw-shadow-color: rgb(233 99 37 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/30 {
    --tw-shadow-color: rgb(233 99 37 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/35 {
    --tw-shadow-color: rgb(233 99 37 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/40 {
    --tw-shadow-color: rgb(233 99 37 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/45 {
    --tw-shadow-color: rgb(233 99 37 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/5 {
    --tw-shadow-color: rgb(233 99 37 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/50 {
    --tw-shadow-color: rgb(233 99 37 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/55 {
    --tw-shadow-color: rgb(233 99 37 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/60 {
    --tw-shadow-color: rgb(233 99 37 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/65 {
    --tw-shadow-color: rgb(233 99 37 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/70 {
    --tw-shadow-color: rgb(233 99 37 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/75 {
    --tw-shadow-color: rgb(233 99 37 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/80 {
    --tw-shadow-color: rgb(233 99 37 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/85 {
    --tw-shadow-color: rgb(233 99 37 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/90 {
    --tw-shadow-color: rgb(233 99 37 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-600\/95 {
    --tw-shadow-color: rgb(233 99 37 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700 {
    --tw-shadow-color: #c94a16;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/0 {
    --tw-shadow-color: rgb(201 74 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/10 {
    --tw-shadow-color: rgb(201 74 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/100 {
    --tw-shadow-color: rgb(201 74 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/15 {
    --tw-shadow-color: rgb(201 74 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/20 {
    --tw-shadow-color: rgb(201 74 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/25 {
    --tw-shadow-color: rgb(201 74 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/30 {
    --tw-shadow-color: rgb(201 74 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/35 {
    --tw-shadow-color: rgb(201 74 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/40 {
    --tw-shadow-color: rgb(201 74 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/45 {
    --tw-shadow-color: rgb(201 74 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/5 {
    --tw-shadow-color: rgb(201 74 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/50 {
    --tw-shadow-color: rgb(201 74 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/55 {
    --tw-shadow-color: rgb(201 74 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/60 {
    --tw-shadow-color: rgb(201 74 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/65 {
    --tw-shadow-color: rgb(201 74 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/70 {
    --tw-shadow-color: rgb(201 74 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/75 {
    --tw-shadow-color: rgb(201 74 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/80 {
    --tw-shadow-color: rgb(201 74 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/85 {
    --tw-shadow-color: rgb(201 74 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/90 {
    --tw-shadow-color: rgb(201 74 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-700\/95 {
    --tw-shadow-color: rgb(201 74 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800 {
    --tw-shadow-color: #a13b18;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/0 {
    --tw-shadow-color: rgb(161 59 24 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/10 {
    --tw-shadow-color: rgb(161 59 24 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/100 {
    --tw-shadow-color: rgb(161 59 24 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/15 {
    --tw-shadow-color: rgb(161 59 24 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/20 {
    --tw-shadow-color: rgb(161 59 24 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/25 {
    --tw-shadow-color: rgb(161 59 24 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/30 {
    --tw-shadow-color: rgb(161 59 24 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/35 {
    --tw-shadow-color: rgb(161 59 24 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/40 {
    --tw-shadow-color: rgb(161 59 24 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/45 {
    --tw-shadow-color: rgb(161 59 24 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/5 {
    --tw-shadow-color: rgb(161 59 24 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/50 {
    --tw-shadow-color: rgb(161 59 24 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/55 {
    --tw-shadow-color: rgb(161 59 24 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/60 {
    --tw-shadow-color: rgb(161 59 24 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/65 {
    --tw-shadow-color: rgb(161 59 24 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/70 {
    --tw-shadow-color: rgb(161 59 24 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/75 {
    --tw-shadow-color: rgb(161 59 24 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/80 {
    --tw-shadow-color: rgb(161 59 24 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/85 {
    --tw-shadow-color: rgb(161 59 24 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/90 {
    --tw-shadow-color: rgb(161 59 24 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-800\/95 {
    --tw-shadow-color: rgb(161 59 24 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900 {
    --tw-shadow-color: #823318;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/0 {
    --tw-shadow-color: rgb(130 51 24 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/10 {
    --tw-shadow-color: rgb(130 51 24 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/100 {
    --tw-shadow-color: rgb(130 51 24 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/15 {
    --tw-shadow-color: rgb(130 51 24 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/20 {
    --tw-shadow-color: rgb(130 51 24 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/25 {
    --tw-shadow-color: rgb(130 51 24 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/30 {
    --tw-shadow-color: rgb(130 51 24 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/35 {
    --tw-shadow-color: rgb(130 51 24 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/40 {
    --tw-shadow-color: rgb(130 51 24 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/45 {
    --tw-shadow-color: rgb(130 51 24 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/5 {
    --tw-shadow-color: rgb(130 51 24 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/50 {
    --tw-shadow-color: rgb(130 51 24 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/55 {
    --tw-shadow-color: rgb(130 51 24 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/60 {
    --tw-shadow-color: rgb(130 51 24 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/65 {
    --tw-shadow-color: rgb(130 51 24 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/70 {
    --tw-shadow-color: rgb(130 51 24 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/75 {
    --tw-shadow-color: rgb(130 51 24 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/80 {
    --tw-shadow-color: rgb(130 51 24 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/85 {
    --tw-shadow-color: rgb(130 51 24 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/90 {
    --tw-shadow-color: rgb(130 51 24 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-900\/95 {
    --tw-shadow-color: rgb(130 51 24 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950 {
    --tw-shadow-color: #461708;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/0 {
    --tw-shadow-color: rgb(70 23 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/10 {
    --tw-shadow-color: rgb(70 23 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/100 {
    --tw-shadow-color: rgb(70 23 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/15 {
    --tw-shadow-color: rgb(70 23 8 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/20 {
    --tw-shadow-color: rgb(70 23 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/25 {
    --tw-shadow-color: rgb(70 23 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/30 {
    --tw-shadow-color: rgb(70 23 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/35 {
    --tw-shadow-color: rgb(70 23 8 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/40 {
    --tw-shadow-color: rgb(70 23 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/45 {
    --tw-shadow-color: rgb(70 23 8 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/5 {
    --tw-shadow-color: rgb(70 23 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/50 {
    --tw-shadow-color: rgb(70 23 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/55 {
    --tw-shadow-color: rgb(70 23 8 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/60 {
    --tw-shadow-color: rgb(70 23 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/65 {
    --tw-shadow-color: rgb(70 23 8 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/70 {
    --tw-shadow-color: rgb(70 23 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/75 {
    --tw-shadow-color: rgb(70 23 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/80 {
    --tw-shadow-color: rgb(70 23 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/85 {
    --tw-shadow-color: rgb(70 23 8 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/90 {
    --tw-shadow-color: rgb(70 23 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-primary-950\/95 {
    --tw-shadow-color: rgb(70 23 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100 {
    --tw-shadow-color: #f3e8ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/0 {
    --tw-shadow-color: rgb(243 232 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/10 {
    --tw-shadow-color: rgb(243 232 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/100 {
    --tw-shadow-color: rgb(243 232 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/15 {
    --tw-shadow-color: rgb(243 232 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/20 {
    --tw-shadow-color: rgb(243 232 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/25 {
    --tw-shadow-color: rgb(243 232 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/30 {
    --tw-shadow-color: rgb(243 232 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/35 {
    --tw-shadow-color: rgb(243 232 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/40 {
    --tw-shadow-color: rgb(243 232 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/45 {
    --tw-shadow-color: rgb(243 232 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/5 {
    --tw-shadow-color: rgb(243 232 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/50 {
    --tw-shadow-color: rgb(243 232 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/55 {
    --tw-shadow-color: rgb(243 232 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/60 {
    --tw-shadow-color: rgb(243 232 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/65 {
    --tw-shadow-color: rgb(243 232 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/70 {
    --tw-shadow-color: rgb(243 232 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/75 {
    --tw-shadow-color: rgb(243 232 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/80 {
    --tw-shadow-color: rgb(243 232 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/85 {
    --tw-shadow-color: rgb(243 232 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/90 {
    --tw-shadow-color: rgb(243 232 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-100\/95 {
    --tw-shadow-color: rgb(243 232 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200 {
    --tw-shadow-color: #e9d5ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/0 {
    --tw-shadow-color: rgb(233 213 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/10 {
    --tw-shadow-color: rgb(233 213 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/100 {
    --tw-shadow-color: rgb(233 213 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/15 {
    --tw-shadow-color: rgb(233 213 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/20 {
    --tw-shadow-color: rgb(233 213 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/25 {
    --tw-shadow-color: rgb(233 213 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/30 {
    --tw-shadow-color: rgb(233 213 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/35 {
    --tw-shadow-color: rgb(233 213 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/40 {
    --tw-shadow-color: rgb(233 213 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/45 {
    --tw-shadow-color: rgb(233 213 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/5 {
    --tw-shadow-color: rgb(233 213 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/50 {
    --tw-shadow-color: rgb(233 213 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/55 {
    --tw-shadow-color: rgb(233 213 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/60 {
    --tw-shadow-color: rgb(233 213 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/65 {
    --tw-shadow-color: rgb(233 213 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/70 {
    --tw-shadow-color: rgb(233 213 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/75 {
    --tw-shadow-color: rgb(233 213 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/80 {
    --tw-shadow-color: rgb(233 213 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/85 {
    --tw-shadow-color: rgb(233 213 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/90 {
    --tw-shadow-color: rgb(233 213 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-200\/95 {
    --tw-shadow-color: rgb(233 213 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300 {
    --tw-shadow-color: #d8b4fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/0 {
    --tw-shadow-color: rgb(216 180 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/10 {
    --tw-shadow-color: rgb(216 180 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/100 {
    --tw-shadow-color: rgb(216 180 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/15 {
    --tw-shadow-color: rgb(216 180 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/20 {
    --tw-shadow-color: rgb(216 180 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/25 {
    --tw-shadow-color: rgb(216 180 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/30 {
    --tw-shadow-color: rgb(216 180 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/35 {
    --tw-shadow-color: rgb(216 180 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/40 {
    --tw-shadow-color: rgb(216 180 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/45 {
    --tw-shadow-color: rgb(216 180 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/5 {
    --tw-shadow-color: rgb(216 180 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/50 {
    --tw-shadow-color: rgb(216 180 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/55 {
    --tw-shadow-color: rgb(216 180 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/60 {
    --tw-shadow-color: rgb(216 180 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/65 {
    --tw-shadow-color: rgb(216 180 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/70 {
    --tw-shadow-color: rgb(216 180 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/75 {
    --tw-shadow-color: rgb(216 180 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/80 {
    --tw-shadow-color: rgb(216 180 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/85 {
    --tw-shadow-color: rgb(216 180 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/90 {
    --tw-shadow-color: rgb(216 180 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-300\/95 {
    --tw-shadow-color: rgb(216 180 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400 {
    --tw-shadow-color: #c084fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/0 {
    --tw-shadow-color: rgb(192 132 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/10 {
    --tw-shadow-color: rgb(192 132 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/100 {
    --tw-shadow-color: rgb(192 132 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/15 {
    --tw-shadow-color: rgb(192 132 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/20 {
    --tw-shadow-color: rgb(192 132 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/25 {
    --tw-shadow-color: rgb(192 132 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/30 {
    --tw-shadow-color: rgb(192 132 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/35 {
    --tw-shadow-color: rgb(192 132 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/40 {
    --tw-shadow-color: rgb(192 132 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/45 {
    --tw-shadow-color: rgb(192 132 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/5 {
    --tw-shadow-color: rgb(192 132 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/50 {
    --tw-shadow-color: rgb(192 132 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/55 {
    --tw-shadow-color: rgb(192 132 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/60 {
    --tw-shadow-color: rgb(192 132 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/65 {
    --tw-shadow-color: rgb(192 132 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/70 {
    --tw-shadow-color: rgb(192 132 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/75 {
    --tw-shadow-color: rgb(192 132 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/80 {
    --tw-shadow-color: rgb(192 132 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/85 {
    --tw-shadow-color: rgb(192 132 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/90 {
    --tw-shadow-color: rgb(192 132 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-400\/95 {
    --tw-shadow-color: rgb(192 132 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50 {
    --tw-shadow-color: #faf5ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/0 {
    --tw-shadow-color: rgb(250 245 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/10 {
    --tw-shadow-color: rgb(250 245 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/100 {
    --tw-shadow-color: rgb(250 245 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/15 {
    --tw-shadow-color: rgb(250 245 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/20 {
    --tw-shadow-color: rgb(250 245 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/25 {
    --tw-shadow-color: rgb(250 245 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/30 {
    --tw-shadow-color: rgb(250 245 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/35 {
    --tw-shadow-color: rgb(250 245 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/40 {
    --tw-shadow-color: rgb(250 245 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/45 {
    --tw-shadow-color: rgb(250 245 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/5 {
    --tw-shadow-color: rgb(250 245 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/50 {
    --tw-shadow-color: rgb(250 245 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/55 {
    --tw-shadow-color: rgb(250 245 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/60 {
    --tw-shadow-color: rgb(250 245 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/65 {
    --tw-shadow-color: rgb(250 245 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/70 {
    --tw-shadow-color: rgb(250 245 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/75 {
    --tw-shadow-color: rgb(250 245 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/80 {
    --tw-shadow-color: rgb(250 245 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/85 {
    --tw-shadow-color: rgb(250 245 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/90 {
    --tw-shadow-color: rgb(250 245 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-50\/95 {
    --tw-shadow-color: rgb(250 245 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500 {
    --tw-shadow-color: #a855f7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/0 {
    --tw-shadow-color: rgb(168 85 247 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/10 {
    --tw-shadow-color: rgb(168 85 247 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/100 {
    --tw-shadow-color: rgb(168 85 247 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/15 {
    --tw-shadow-color: rgb(168 85 247 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/20 {
    --tw-shadow-color: rgb(168 85 247 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/25 {
    --tw-shadow-color: rgb(168 85 247 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/30 {
    --tw-shadow-color: rgb(168 85 247 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/35 {
    --tw-shadow-color: rgb(168 85 247 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/40 {
    --tw-shadow-color: rgb(168 85 247 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/45 {
    --tw-shadow-color: rgb(168 85 247 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/5 {
    --tw-shadow-color: rgb(168 85 247 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/50 {
    --tw-shadow-color: rgb(168 85 247 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/55 {
    --tw-shadow-color: rgb(168 85 247 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/60 {
    --tw-shadow-color: rgb(168 85 247 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/65 {
    --tw-shadow-color: rgb(168 85 247 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/70 {
    --tw-shadow-color: rgb(168 85 247 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/75 {
    --tw-shadow-color: rgb(168 85 247 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/80 {
    --tw-shadow-color: rgb(168 85 247 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/85 {
    --tw-shadow-color: rgb(168 85 247 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/90 {
    --tw-shadow-color: rgb(168 85 247 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-500\/95 {
    --tw-shadow-color: rgb(168 85 247 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600 {
    --tw-shadow-color: #9333ea;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/0 {
    --tw-shadow-color: rgb(147 51 234 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/10 {
    --tw-shadow-color: rgb(147 51 234 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/100 {
    --tw-shadow-color: rgb(147 51 234 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/15 {
    --tw-shadow-color: rgb(147 51 234 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/20 {
    --tw-shadow-color: rgb(147 51 234 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/25 {
    --tw-shadow-color: rgb(147 51 234 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/30 {
    --tw-shadow-color: rgb(147 51 234 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/35 {
    --tw-shadow-color: rgb(147 51 234 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/40 {
    --tw-shadow-color: rgb(147 51 234 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/45 {
    --tw-shadow-color: rgb(147 51 234 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/5 {
    --tw-shadow-color: rgb(147 51 234 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/50 {
    --tw-shadow-color: rgb(147 51 234 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/55 {
    --tw-shadow-color: rgb(147 51 234 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/60 {
    --tw-shadow-color: rgb(147 51 234 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/65 {
    --tw-shadow-color: rgb(147 51 234 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/70 {
    --tw-shadow-color: rgb(147 51 234 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/75 {
    --tw-shadow-color: rgb(147 51 234 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/80 {
    --tw-shadow-color: rgb(147 51 234 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/85 {
    --tw-shadow-color: rgb(147 51 234 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/90 {
    --tw-shadow-color: rgb(147 51 234 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-600\/95 {
    --tw-shadow-color: rgb(147 51 234 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700 {
    --tw-shadow-color: #7e22ce;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/0 {
    --tw-shadow-color: rgb(126 34 206 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/10 {
    --tw-shadow-color: rgb(126 34 206 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/100 {
    --tw-shadow-color: rgb(126 34 206 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/15 {
    --tw-shadow-color: rgb(126 34 206 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/20 {
    --tw-shadow-color: rgb(126 34 206 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/25 {
    --tw-shadow-color: rgb(126 34 206 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/30 {
    --tw-shadow-color: rgb(126 34 206 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/35 {
    --tw-shadow-color: rgb(126 34 206 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/40 {
    --tw-shadow-color: rgb(126 34 206 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/45 {
    --tw-shadow-color: rgb(126 34 206 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/5 {
    --tw-shadow-color: rgb(126 34 206 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/50 {
    --tw-shadow-color: rgb(126 34 206 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/55 {
    --tw-shadow-color: rgb(126 34 206 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/60 {
    --tw-shadow-color: rgb(126 34 206 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/65 {
    --tw-shadow-color: rgb(126 34 206 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/70 {
    --tw-shadow-color: rgb(126 34 206 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/75 {
    --tw-shadow-color: rgb(126 34 206 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/80 {
    --tw-shadow-color: rgb(126 34 206 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/85 {
    --tw-shadow-color: rgb(126 34 206 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/90 {
    --tw-shadow-color: rgb(126 34 206 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-700\/95 {
    --tw-shadow-color: rgb(126 34 206 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800 {
    --tw-shadow-color: #6b21a8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/0 {
    --tw-shadow-color: rgb(107 33 168 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/10 {
    --tw-shadow-color: rgb(107 33 168 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/100 {
    --tw-shadow-color: rgb(107 33 168 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/15 {
    --tw-shadow-color: rgb(107 33 168 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/20 {
    --tw-shadow-color: rgb(107 33 168 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/25 {
    --tw-shadow-color: rgb(107 33 168 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/30 {
    --tw-shadow-color: rgb(107 33 168 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/35 {
    --tw-shadow-color: rgb(107 33 168 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/40 {
    --tw-shadow-color: rgb(107 33 168 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/45 {
    --tw-shadow-color: rgb(107 33 168 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/5 {
    --tw-shadow-color: rgb(107 33 168 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/50 {
    --tw-shadow-color: rgb(107 33 168 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/55 {
    --tw-shadow-color: rgb(107 33 168 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/60 {
    --tw-shadow-color: rgb(107 33 168 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/65 {
    --tw-shadow-color: rgb(107 33 168 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/70 {
    --tw-shadow-color: rgb(107 33 168 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/75 {
    --tw-shadow-color: rgb(107 33 168 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/80 {
    --tw-shadow-color: rgb(107 33 168 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/85 {
    --tw-shadow-color: rgb(107 33 168 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/90 {
    --tw-shadow-color: rgb(107 33 168 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-800\/95 {
    --tw-shadow-color: rgb(107 33 168 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900 {
    --tw-shadow-color: #581c87;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/0 {
    --tw-shadow-color: rgb(88 28 135 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/10 {
    --tw-shadow-color: rgb(88 28 135 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/100 {
    --tw-shadow-color: rgb(88 28 135 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/15 {
    --tw-shadow-color: rgb(88 28 135 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/20 {
    --tw-shadow-color: rgb(88 28 135 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/25 {
    --tw-shadow-color: rgb(88 28 135 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/30 {
    --tw-shadow-color: rgb(88 28 135 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/35 {
    --tw-shadow-color: rgb(88 28 135 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/40 {
    --tw-shadow-color: rgb(88 28 135 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/45 {
    --tw-shadow-color: rgb(88 28 135 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/5 {
    --tw-shadow-color: rgb(88 28 135 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/50 {
    --tw-shadow-color: rgb(88 28 135 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/55 {
    --tw-shadow-color: rgb(88 28 135 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/60 {
    --tw-shadow-color: rgb(88 28 135 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/65 {
    --tw-shadow-color: rgb(88 28 135 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/70 {
    --tw-shadow-color: rgb(88 28 135 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/75 {
    --tw-shadow-color: rgb(88 28 135 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/80 {
    --tw-shadow-color: rgb(88 28 135 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/85 {
    --tw-shadow-color: rgb(88 28 135 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/90 {
    --tw-shadow-color: rgb(88 28 135 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-900\/95 {
    --tw-shadow-color: rgb(88 28 135 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950 {
    --tw-shadow-color: #3b0764;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/0 {
    --tw-shadow-color: rgb(59 7 100 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/10 {
    --tw-shadow-color: rgb(59 7 100 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/100 {
    --tw-shadow-color: rgb(59 7 100 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/15 {
    --tw-shadow-color: rgb(59 7 100 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/20 {
    --tw-shadow-color: rgb(59 7 100 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/25 {
    --tw-shadow-color: rgb(59 7 100 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/30 {
    --tw-shadow-color: rgb(59 7 100 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/35 {
    --tw-shadow-color: rgb(59 7 100 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/40 {
    --tw-shadow-color: rgb(59 7 100 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/45 {
    --tw-shadow-color: rgb(59 7 100 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/5 {
    --tw-shadow-color: rgb(59 7 100 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/50 {
    --tw-shadow-color: rgb(59 7 100 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/55 {
    --tw-shadow-color: rgb(59 7 100 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/60 {
    --tw-shadow-color: rgb(59 7 100 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/65 {
    --tw-shadow-color: rgb(59 7 100 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/70 {
    --tw-shadow-color: rgb(59 7 100 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/75 {
    --tw-shadow-color: rgb(59 7 100 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/80 {
    --tw-shadow-color: rgb(59 7 100 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/85 {
    --tw-shadow-color: rgb(59 7 100 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/90 {
    --tw-shadow-color: rgb(59 7 100 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-purple-950\/95 {
    --tw-shadow-color: rgb(59 7 100 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100 {
    --tw-shadow-color: #fee2e2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/0 {
    --tw-shadow-color: rgb(254 226 226 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/10 {
    --tw-shadow-color: rgb(254 226 226 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/100 {
    --tw-shadow-color: rgb(254 226 226 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/15 {
    --tw-shadow-color: rgb(254 226 226 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/20 {
    --tw-shadow-color: rgb(254 226 226 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/25 {
    --tw-shadow-color: rgb(254 226 226 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/30 {
    --tw-shadow-color: rgb(254 226 226 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/35 {
    --tw-shadow-color: rgb(254 226 226 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/40 {
    --tw-shadow-color: rgb(254 226 226 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/45 {
    --tw-shadow-color: rgb(254 226 226 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/5 {
    --tw-shadow-color: rgb(254 226 226 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/50 {
    --tw-shadow-color: rgb(254 226 226 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/55 {
    --tw-shadow-color: rgb(254 226 226 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/60 {
    --tw-shadow-color: rgb(254 226 226 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/65 {
    --tw-shadow-color: rgb(254 226 226 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/70 {
    --tw-shadow-color: rgb(254 226 226 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/75 {
    --tw-shadow-color: rgb(254 226 226 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/80 {
    --tw-shadow-color: rgb(254 226 226 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/85 {
    --tw-shadow-color: rgb(254 226 226 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/90 {
    --tw-shadow-color: rgb(254 226 226 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-100\/95 {
    --tw-shadow-color: rgb(254 226 226 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200 {
    --tw-shadow-color: #fecaca;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/0 {
    --tw-shadow-color: rgb(254 202 202 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/10 {
    --tw-shadow-color: rgb(254 202 202 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/100 {
    --tw-shadow-color: rgb(254 202 202 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/15 {
    --tw-shadow-color: rgb(254 202 202 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/20 {
    --tw-shadow-color: rgb(254 202 202 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/25 {
    --tw-shadow-color: rgb(254 202 202 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/30 {
    --tw-shadow-color: rgb(254 202 202 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/35 {
    --tw-shadow-color: rgb(254 202 202 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/40 {
    --tw-shadow-color: rgb(254 202 202 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/45 {
    --tw-shadow-color: rgb(254 202 202 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/5 {
    --tw-shadow-color: rgb(254 202 202 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/50 {
    --tw-shadow-color: rgb(254 202 202 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/55 {
    --tw-shadow-color: rgb(254 202 202 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/60 {
    --tw-shadow-color: rgb(254 202 202 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/65 {
    --tw-shadow-color: rgb(254 202 202 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/70 {
    --tw-shadow-color: rgb(254 202 202 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/75 {
    --tw-shadow-color: rgb(254 202 202 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/80 {
    --tw-shadow-color: rgb(254 202 202 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/85 {
    --tw-shadow-color: rgb(254 202 202 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/90 {
    --tw-shadow-color: rgb(254 202 202 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-200\/95 {
    --tw-shadow-color: rgb(254 202 202 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300 {
    --tw-shadow-color: #fca5a5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/0 {
    --tw-shadow-color: rgb(252 165 165 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/10 {
    --tw-shadow-color: rgb(252 165 165 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/100 {
    --tw-shadow-color: rgb(252 165 165 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/15 {
    --tw-shadow-color: rgb(252 165 165 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/20 {
    --tw-shadow-color: rgb(252 165 165 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/25 {
    --tw-shadow-color: rgb(252 165 165 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/30 {
    --tw-shadow-color: rgb(252 165 165 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/35 {
    --tw-shadow-color: rgb(252 165 165 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/40 {
    --tw-shadow-color: rgb(252 165 165 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/45 {
    --tw-shadow-color: rgb(252 165 165 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/5 {
    --tw-shadow-color: rgb(252 165 165 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/50 {
    --tw-shadow-color: rgb(252 165 165 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/55 {
    --tw-shadow-color: rgb(252 165 165 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/60 {
    --tw-shadow-color: rgb(252 165 165 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/65 {
    --tw-shadow-color: rgb(252 165 165 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/70 {
    --tw-shadow-color: rgb(252 165 165 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/75 {
    --tw-shadow-color: rgb(252 165 165 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/80 {
    --tw-shadow-color: rgb(252 165 165 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/85 {
    --tw-shadow-color: rgb(252 165 165 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/90 {
    --tw-shadow-color: rgb(252 165 165 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-300\/95 {
    --tw-shadow-color: rgb(252 165 165 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400 {
    --tw-shadow-color: #f87171;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/0 {
    --tw-shadow-color: rgb(248 113 113 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/10 {
    --tw-shadow-color: rgb(248 113 113 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/100 {
    --tw-shadow-color: rgb(248 113 113 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/15 {
    --tw-shadow-color: rgb(248 113 113 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/20 {
    --tw-shadow-color: rgb(248 113 113 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/25 {
    --tw-shadow-color: rgb(248 113 113 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/30 {
    --tw-shadow-color: rgb(248 113 113 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/35 {
    --tw-shadow-color: rgb(248 113 113 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/40 {
    --tw-shadow-color: rgb(248 113 113 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/45 {
    --tw-shadow-color: rgb(248 113 113 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/5 {
    --tw-shadow-color: rgb(248 113 113 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/50 {
    --tw-shadow-color: rgb(248 113 113 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/55 {
    --tw-shadow-color: rgb(248 113 113 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/60 {
    --tw-shadow-color: rgb(248 113 113 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/65 {
    --tw-shadow-color: rgb(248 113 113 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/70 {
    --tw-shadow-color: rgb(248 113 113 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/75 {
    --tw-shadow-color: rgb(248 113 113 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/80 {
    --tw-shadow-color: rgb(248 113 113 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/85 {
    --tw-shadow-color: rgb(248 113 113 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/90 {
    --tw-shadow-color: rgb(248 113 113 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-400\/95 {
    --tw-shadow-color: rgb(248 113 113 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50 {
    --tw-shadow-color: #fef2f2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/0 {
    --tw-shadow-color: rgb(254 242 242 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/10 {
    --tw-shadow-color: rgb(254 242 242 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/100 {
    --tw-shadow-color: rgb(254 242 242 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/15 {
    --tw-shadow-color: rgb(254 242 242 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/20 {
    --tw-shadow-color: rgb(254 242 242 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/25 {
    --tw-shadow-color: rgb(254 242 242 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/30 {
    --tw-shadow-color: rgb(254 242 242 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/35 {
    --tw-shadow-color: rgb(254 242 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/40 {
    --tw-shadow-color: rgb(254 242 242 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/45 {
    --tw-shadow-color: rgb(254 242 242 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/5 {
    --tw-shadow-color: rgb(254 242 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/50 {
    --tw-shadow-color: rgb(254 242 242 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/55 {
    --tw-shadow-color: rgb(254 242 242 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/60 {
    --tw-shadow-color: rgb(254 242 242 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/65 {
    --tw-shadow-color: rgb(254 242 242 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/70 {
    --tw-shadow-color: rgb(254 242 242 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/75 {
    --tw-shadow-color: rgb(254 242 242 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/80 {
    --tw-shadow-color: rgb(254 242 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/85 {
    --tw-shadow-color: rgb(254 242 242 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/90 {
    --tw-shadow-color: rgb(254 242 242 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-50\/95 {
    --tw-shadow-color: rgb(254 242 242 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500 {
    --tw-shadow-color: #ef4444;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/0 {
    --tw-shadow-color: rgb(239 68 68 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/10 {
    --tw-shadow-color: rgb(239 68 68 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/100 {
    --tw-shadow-color: rgb(239 68 68 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/15 {
    --tw-shadow-color: rgb(239 68 68 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/20 {
    --tw-shadow-color: rgb(239 68 68 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/25 {
    --tw-shadow-color: rgb(239 68 68 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/30 {
    --tw-shadow-color: rgb(239 68 68 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/35 {
    --tw-shadow-color: rgb(239 68 68 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/40 {
    --tw-shadow-color: rgb(239 68 68 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/45 {
    --tw-shadow-color: rgb(239 68 68 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/5 {
    --tw-shadow-color: rgb(239 68 68 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/50 {
    --tw-shadow-color: rgb(239 68 68 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/55 {
    --tw-shadow-color: rgb(239 68 68 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/60 {
    --tw-shadow-color: rgb(239 68 68 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/65 {
    --tw-shadow-color: rgb(239 68 68 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/70 {
    --tw-shadow-color: rgb(239 68 68 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/75 {
    --tw-shadow-color: rgb(239 68 68 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/80 {
    --tw-shadow-color: rgb(239 68 68 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/85 {
    --tw-shadow-color: rgb(239 68 68 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/90 {
    --tw-shadow-color: rgb(239 68 68 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-500\/95 {
    --tw-shadow-color: rgb(239 68 68 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600 {
    --tw-shadow-color: #dc2626;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/0 {
    --tw-shadow-color: rgb(220 38 38 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/10 {
    --tw-shadow-color: rgb(220 38 38 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/100 {
    --tw-shadow-color: rgb(220 38 38 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/15 {
    --tw-shadow-color: rgb(220 38 38 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/20 {
    --tw-shadow-color: rgb(220 38 38 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/25 {
    --tw-shadow-color: rgb(220 38 38 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/30 {
    --tw-shadow-color: rgb(220 38 38 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/35 {
    --tw-shadow-color: rgb(220 38 38 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/40 {
    --tw-shadow-color: rgb(220 38 38 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/45 {
    --tw-shadow-color: rgb(220 38 38 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/5 {
    --tw-shadow-color: rgb(220 38 38 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/50 {
    --tw-shadow-color: rgb(220 38 38 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/55 {
    --tw-shadow-color: rgb(220 38 38 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/60 {
    --tw-shadow-color: rgb(220 38 38 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/65 {
    --tw-shadow-color: rgb(220 38 38 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/70 {
    --tw-shadow-color: rgb(220 38 38 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/75 {
    --tw-shadow-color: rgb(220 38 38 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/80 {
    --tw-shadow-color: rgb(220 38 38 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/85 {
    --tw-shadow-color: rgb(220 38 38 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/90 {
    --tw-shadow-color: rgb(220 38 38 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-600\/95 {
    --tw-shadow-color: rgb(220 38 38 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700 {
    --tw-shadow-color: #b91c1c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/0 {
    --tw-shadow-color: rgb(185 28 28 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/10 {
    --tw-shadow-color: rgb(185 28 28 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/100 {
    --tw-shadow-color: rgb(185 28 28 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/15 {
    --tw-shadow-color: rgb(185 28 28 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/20 {
    --tw-shadow-color: rgb(185 28 28 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/25 {
    --tw-shadow-color: rgb(185 28 28 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/30 {
    --tw-shadow-color: rgb(185 28 28 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/35 {
    --tw-shadow-color: rgb(185 28 28 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/40 {
    --tw-shadow-color: rgb(185 28 28 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/45 {
    --tw-shadow-color: rgb(185 28 28 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/5 {
    --tw-shadow-color: rgb(185 28 28 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/50 {
    --tw-shadow-color: rgb(185 28 28 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/55 {
    --tw-shadow-color: rgb(185 28 28 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/60 {
    --tw-shadow-color: rgb(185 28 28 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/65 {
    --tw-shadow-color: rgb(185 28 28 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/70 {
    --tw-shadow-color: rgb(185 28 28 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/75 {
    --tw-shadow-color: rgb(185 28 28 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/80 {
    --tw-shadow-color: rgb(185 28 28 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/85 {
    --tw-shadow-color: rgb(185 28 28 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/90 {
    --tw-shadow-color: rgb(185 28 28 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-700\/95 {
    --tw-shadow-color: rgb(185 28 28 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800 {
    --tw-shadow-color: #991b1b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/0 {
    --tw-shadow-color: rgb(153 27 27 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/10 {
    --tw-shadow-color: rgb(153 27 27 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/100 {
    --tw-shadow-color: rgb(153 27 27 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/15 {
    --tw-shadow-color: rgb(153 27 27 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/20 {
    --tw-shadow-color: rgb(153 27 27 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/25 {
    --tw-shadow-color: rgb(153 27 27 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/30 {
    --tw-shadow-color: rgb(153 27 27 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/35 {
    --tw-shadow-color: rgb(153 27 27 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/40 {
    --tw-shadow-color: rgb(153 27 27 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/45 {
    --tw-shadow-color: rgb(153 27 27 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/5 {
    --tw-shadow-color: rgb(153 27 27 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/50 {
    --tw-shadow-color: rgb(153 27 27 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/55 {
    --tw-shadow-color: rgb(153 27 27 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/60 {
    --tw-shadow-color: rgb(153 27 27 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/65 {
    --tw-shadow-color: rgb(153 27 27 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/70 {
    --tw-shadow-color: rgb(153 27 27 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/75 {
    --tw-shadow-color: rgb(153 27 27 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/80 {
    --tw-shadow-color: rgb(153 27 27 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/85 {
    --tw-shadow-color: rgb(153 27 27 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/90 {
    --tw-shadow-color: rgb(153 27 27 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-800\/95 {
    --tw-shadow-color: rgb(153 27 27 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900 {
    --tw-shadow-color: #7f1d1d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/0 {
    --tw-shadow-color: rgb(127 29 29 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/10 {
    --tw-shadow-color: rgb(127 29 29 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/100 {
    --tw-shadow-color: rgb(127 29 29 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/15 {
    --tw-shadow-color: rgb(127 29 29 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/20 {
    --tw-shadow-color: rgb(127 29 29 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/25 {
    --tw-shadow-color: rgb(127 29 29 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/30 {
    --tw-shadow-color: rgb(127 29 29 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/35 {
    --tw-shadow-color: rgb(127 29 29 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/40 {
    --tw-shadow-color: rgb(127 29 29 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/45 {
    --tw-shadow-color: rgb(127 29 29 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/5 {
    --tw-shadow-color: rgb(127 29 29 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/50 {
    --tw-shadow-color: rgb(127 29 29 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/55 {
    --tw-shadow-color: rgb(127 29 29 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/60 {
    --tw-shadow-color: rgb(127 29 29 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/65 {
    --tw-shadow-color: rgb(127 29 29 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/70 {
    --tw-shadow-color: rgb(127 29 29 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/75 {
    --tw-shadow-color: rgb(127 29 29 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/80 {
    --tw-shadow-color: rgb(127 29 29 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/85 {
    --tw-shadow-color: rgb(127 29 29 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/90 {
    --tw-shadow-color: rgb(127 29 29 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-900\/95 {
    --tw-shadow-color: rgb(127 29 29 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950 {
    --tw-shadow-color: #450a0a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/0 {
    --tw-shadow-color: rgb(69 10 10 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/10 {
    --tw-shadow-color: rgb(69 10 10 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/100 {
    --tw-shadow-color: rgb(69 10 10 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/15 {
    --tw-shadow-color: rgb(69 10 10 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/20 {
    --tw-shadow-color: rgb(69 10 10 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/25 {
    --tw-shadow-color: rgb(69 10 10 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/30 {
    --tw-shadow-color: rgb(69 10 10 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/35 {
    --tw-shadow-color: rgb(69 10 10 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/40 {
    --tw-shadow-color: rgb(69 10 10 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/45 {
    --tw-shadow-color: rgb(69 10 10 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/5 {
    --tw-shadow-color: rgb(69 10 10 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/50 {
    --tw-shadow-color: rgb(69 10 10 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/55 {
    --tw-shadow-color: rgb(69 10 10 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/60 {
    --tw-shadow-color: rgb(69 10 10 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/65 {
    --tw-shadow-color: rgb(69 10 10 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/70 {
    --tw-shadow-color: rgb(69 10 10 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/75 {
    --tw-shadow-color: rgb(69 10 10 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/80 {
    --tw-shadow-color: rgb(69 10 10 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/85 {
    --tw-shadow-color: rgb(69 10 10 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/90 {
    --tw-shadow-color: rgb(69 10 10 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-red-950\/95 {
    --tw-shadow-color: rgb(69 10 10 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100 {
    --tw-shadow-color: #ffe4e6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/0 {
    --tw-shadow-color: rgb(255 228 230 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/10 {
    --tw-shadow-color: rgb(255 228 230 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/100 {
    --tw-shadow-color: rgb(255 228 230 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/15 {
    --tw-shadow-color: rgb(255 228 230 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/20 {
    --tw-shadow-color: rgb(255 228 230 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/25 {
    --tw-shadow-color: rgb(255 228 230 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/30 {
    --tw-shadow-color: rgb(255 228 230 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/35 {
    --tw-shadow-color: rgb(255 228 230 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/40 {
    --tw-shadow-color: rgb(255 228 230 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/45 {
    --tw-shadow-color: rgb(255 228 230 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/5 {
    --tw-shadow-color: rgb(255 228 230 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/50 {
    --tw-shadow-color: rgb(255 228 230 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/55 {
    --tw-shadow-color: rgb(255 228 230 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/60 {
    --tw-shadow-color: rgb(255 228 230 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/65 {
    --tw-shadow-color: rgb(255 228 230 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/70 {
    --tw-shadow-color: rgb(255 228 230 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/75 {
    --tw-shadow-color: rgb(255 228 230 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/80 {
    --tw-shadow-color: rgb(255 228 230 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/85 {
    --tw-shadow-color: rgb(255 228 230 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/90 {
    --tw-shadow-color: rgb(255 228 230 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-100\/95 {
    --tw-shadow-color: rgb(255 228 230 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200 {
    --tw-shadow-color: #fecdd3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/0 {
    --tw-shadow-color: rgb(254 205 211 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/10 {
    --tw-shadow-color: rgb(254 205 211 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/100 {
    --tw-shadow-color: rgb(254 205 211 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/15 {
    --tw-shadow-color: rgb(254 205 211 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/20 {
    --tw-shadow-color: rgb(254 205 211 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/25 {
    --tw-shadow-color: rgb(254 205 211 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/30 {
    --tw-shadow-color: rgb(254 205 211 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/35 {
    --tw-shadow-color: rgb(254 205 211 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/40 {
    --tw-shadow-color: rgb(254 205 211 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/45 {
    --tw-shadow-color: rgb(254 205 211 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/5 {
    --tw-shadow-color: rgb(254 205 211 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/50 {
    --tw-shadow-color: rgb(254 205 211 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/55 {
    --tw-shadow-color: rgb(254 205 211 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/60 {
    --tw-shadow-color: rgb(254 205 211 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/65 {
    --tw-shadow-color: rgb(254 205 211 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/70 {
    --tw-shadow-color: rgb(254 205 211 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/75 {
    --tw-shadow-color: rgb(254 205 211 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/80 {
    --tw-shadow-color: rgb(254 205 211 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/85 {
    --tw-shadow-color: rgb(254 205 211 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/90 {
    --tw-shadow-color: rgb(254 205 211 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-200\/95 {
    --tw-shadow-color: rgb(254 205 211 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300 {
    --tw-shadow-color: #fda4af;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/0 {
    --tw-shadow-color: rgb(253 164 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/10 {
    --tw-shadow-color: rgb(253 164 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/100 {
    --tw-shadow-color: rgb(253 164 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/15 {
    --tw-shadow-color: rgb(253 164 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/20 {
    --tw-shadow-color: rgb(253 164 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/25 {
    --tw-shadow-color: rgb(253 164 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/30 {
    --tw-shadow-color: rgb(253 164 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/35 {
    --tw-shadow-color: rgb(253 164 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/40 {
    --tw-shadow-color: rgb(253 164 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/45 {
    --tw-shadow-color: rgb(253 164 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/5 {
    --tw-shadow-color: rgb(253 164 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/50 {
    --tw-shadow-color: rgb(253 164 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/55 {
    --tw-shadow-color: rgb(253 164 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/60 {
    --tw-shadow-color: rgb(253 164 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/65 {
    --tw-shadow-color: rgb(253 164 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/70 {
    --tw-shadow-color: rgb(253 164 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/75 {
    --tw-shadow-color: rgb(253 164 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/80 {
    --tw-shadow-color: rgb(253 164 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/85 {
    --tw-shadow-color: rgb(253 164 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/90 {
    --tw-shadow-color: rgb(253 164 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-300\/95 {
    --tw-shadow-color: rgb(253 164 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400 {
    --tw-shadow-color: #fb7185;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/0 {
    --tw-shadow-color: rgb(251 113 133 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/10 {
    --tw-shadow-color: rgb(251 113 133 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/100 {
    --tw-shadow-color: rgb(251 113 133 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/15 {
    --tw-shadow-color: rgb(251 113 133 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/20 {
    --tw-shadow-color: rgb(251 113 133 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/25 {
    --tw-shadow-color: rgb(251 113 133 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/30 {
    --tw-shadow-color: rgb(251 113 133 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/35 {
    --tw-shadow-color: rgb(251 113 133 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/40 {
    --tw-shadow-color: rgb(251 113 133 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/45 {
    --tw-shadow-color: rgb(251 113 133 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/5 {
    --tw-shadow-color: rgb(251 113 133 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/50 {
    --tw-shadow-color: rgb(251 113 133 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/55 {
    --tw-shadow-color: rgb(251 113 133 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/60 {
    --tw-shadow-color: rgb(251 113 133 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/65 {
    --tw-shadow-color: rgb(251 113 133 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/70 {
    --tw-shadow-color: rgb(251 113 133 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/75 {
    --tw-shadow-color: rgb(251 113 133 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/80 {
    --tw-shadow-color: rgb(251 113 133 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/85 {
    --tw-shadow-color: rgb(251 113 133 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/90 {
    --tw-shadow-color: rgb(251 113 133 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-400\/95 {
    --tw-shadow-color: rgb(251 113 133 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50 {
    --tw-shadow-color: #fff1f2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/0 {
    --tw-shadow-color: rgb(255 241 242 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/10 {
    --tw-shadow-color: rgb(255 241 242 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/100 {
    --tw-shadow-color: rgb(255 241 242 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/15 {
    --tw-shadow-color: rgb(255 241 242 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/20 {
    --tw-shadow-color: rgb(255 241 242 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/25 {
    --tw-shadow-color: rgb(255 241 242 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/30 {
    --tw-shadow-color: rgb(255 241 242 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/35 {
    --tw-shadow-color: rgb(255 241 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/40 {
    --tw-shadow-color: rgb(255 241 242 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/45 {
    --tw-shadow-color: rgb(255 241 242 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/5 {
    --tw-shadow-color: rgb(255 241 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/50 {
    --tw-shadow-color: rgb(255 241 242 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/55 {
    --tw-shadow-color: rgb(255 241 242 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/60 {
    --tw-shadow-color: rgb(255 241 242 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/65 {
    --tw-shadow-color: rgb(255 241 242 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/70 {
    --tw-shadow-color: rgb(255 241 242 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/75 {
    --tw-shadow-color: rgb(255 241 242 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/80 {
    --tw-shadow-color: rgb(255 241 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/85 {
    --tw-shadow-color: rgb(255 241 242 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/90 {
    --tw-shadow-color: rgb(255 241 242 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-50\/95 {
    --tw-shadow-color: rgb(255 241 242 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500 {
    --tw-shadow-color: #f43f5e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/0 {
    --tw-shadow-color: rgb(244 63 94 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/10 {
    --tw-shadow-color: rgb(244 63 94 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/100 {
    --tw-shadow-color: rgb(244 63 94 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/15 {
    --tw-shadow-color: rgb(244 63 94 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/20 {
    --tw-shadow-color: rgb(244 63 94 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/25 {
    --tw-shadow-color: rgb(244 63 94 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/30 {
    --tw-shadow-color: rgb(244 63 94 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/35 {
    --tw-shadow-color: rgb(244 63 94 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/40 {
    --tw-shadow-color: rgb(244 63 94 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/45 {
    --tw-shadow-color: rgb(244 63 94 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/5 {
    --tw-shadow-color: rgb(244 63 94 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/50 {
    --tw-shadow-color: rgb(244 63 94 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/55 {
    --tw-shadow-color: rgb(244 63 94 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/60 {
    --tw-shadow-color: rgb(244 63 94 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/65 {
    --tw-shadow-color: rgb(244 63 94 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/70 {
    --tw-shadow-color: rgb(244 63 94 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/75 {
    --tw-shadow-color: rgb(244 63 94 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/80 {
    --tw-shadow-color: rgb(244 63 94 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/85 {
    --tw-shadow-color: rgb(244 63 94 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/90 {
    --tw-shadow-color: rgb(244 63 94 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-500\/95 {
    --tw-shadow-color: rgb(244 63 94 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600 {
    --tw-shadow-color: #e11d48;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/0 {
    --tw-shadow-color: rgb(225 29 72 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/10 {
    --tw-shadow-color: rgb(225 29 72 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/100 {
    --tw-shadow-color: rgb(225 29 72 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/15 {
    --tw-shadow-color: rgb(225 29 72 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/20 {
    --tw-shadow-color: rgb(225 29 72 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/25 {
    --tw-shadow-color: rgb(225 29 72 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/30 {
    --tw-shadow-color: rgb(225 29 72 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/35 {
    --tw-shadow-color: rgb(225 29 72 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/40 {
    --tw-shadow-color: rgb(225 29 72 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/45 {
    --tw-shadow-color: rgb(225 29 72 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/5 {
    --tw-shadow-color: rgb(225 29 72 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/50 {
    --tw-shadow-color: rgb(225 29 72 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/55 {
    --tw-shadow-color: rgb(225 29 72 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/60 {
    --tw-shadow-color: rgb(225 29 72 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/65 {
    --tw-shadow-color: rgb(225 29 72 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/70 {
    --tw-shadow-color: rgb(225 29 72 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/75 {
    --tw-shadow-color: rgb(225 29 72 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/80 {
    --tw-shadow-color: rgb(225 29 72 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/85 {
    --tw-shadow-color: rgb(225 29 72 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/90 {
    --tw-shadow-color: rgb(225 29 72 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-600\/95 {
    --tw-shadow-color: rgb(225 29 72 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700 {
    --tw-shadow-color: #be123c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/0 {
    --tw-shadow-color: rgb(190 18 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/10 {
    --tw-shadow-color: rgb(190 18 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/100 {
    --tw-shadow-color: rgb(190 18 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/15 {
    --tw-shadow-color: rgb(190 18 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/20 {
    --tw-shadow-color: rgb(190 18 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/25 {
    --tw-shadow-color: rgb(190 18 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/30 {
    --tw-shadow-color: rgb(190 18 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/35 {
    --tw-shadow-color: rgb(190 18 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/40 {
    --tw-shadow-color: rgb(190 18 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/45 {
    --tw-shadow-color: rgb(190 18 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/5 {
    --tw-shadow-color: rgb(190 18 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/50 {
    --tw-shadow-color: rgb(190 18 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/55 {
    --tw-shadow-color: rgb(190 18 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/60 {
    --tw-shadow-color: rgb(190 18 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/65 {
    --tw-shadow-color: rgb(190 18 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/70 {
    --tw-shadow-color: rgb(190 18 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/75 {
    --tw-shadow-color: rgb(190 18 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/80 {
    --tw-shadow-color: rgb(190 18 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/85 {
    --tw-shadow-color: rgb(190 18 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/90 {
    --tw-shadow-color: rgb(190 18 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-700\/95 {
    --tw-shadow-color: rgb(190 18 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800 {
    --tw-shadow-color: #9f1239;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/0 {
    --tw-shadow-color: rgb(159 18 57 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/10 {
    --tw-shadow-color: rgb(159 18 57 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/100 {
    --tw-shadow-color: rgb(159 18 57 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/15 {
    --tw-shadow-color: rgb(159 18 57 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/20 {
    --tw-shadow-color: rgb(159 18 57 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/25 {
    --tw-shadow-color: rgb(159 18 57 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/30 {
    --tw-shadow-color: rgb(159 18 57 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/35 {
    --tw-shadow-color: rgb(159 18 57 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/40 {
    --tw-shadow-color: rgb(159 18 57 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/45 {
    --tw-shadow-color: rgb(159 18 57 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/5 {
    --tw-shadow-color: rgb(159 18 57 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/50 {
    --tw-shadow-color: rgb(159 18 57 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/55 {
    --tw-shadow-color: rgb(159 18 57 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/60 {
    --tw-shadow-color: rgb(159 18 57 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/65 {
    --tw-shadow-color: rgb(159 18 57 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/70 {
    --tw-shadow-color: rgb(159 18 57 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/75 {
    --tw-shadow-color: rgb(159 18 57 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/80 {
    --tw-shadow-color: rgb(159 18 57 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/85 {
    --tw-shadow-color: rgb(159 18 57 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/90 {
    --tw-shadow-color: rgb(159 18 57 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-800\/95 {
    --tw-shadow-color: rgb(159 18 57 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900 {
    --tw-shadow-color: #881337;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/0 {
    --tw-shadow-color: rgb(136 19 55 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/10 {
    --tw-shadow-color: rgb(136 19 55 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/100 {
    --tw-shadow-color: rgb(136 19 55 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/15 {
    --tw-shadow-color: rgb(136 19 55 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/20 {
    --tw-shadow-color: rgb(136 19 55 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/25 {
    --tw-shadow-color: rgb(136 19 55 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/30 {
    --tw-shadow-color: rgb(136 19 55 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/35 {
    --tw-shadow-color: rgb(136 19 55 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/40 {
    --tw-shadow-color: rgb(136 19 55 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/45 {
    --tw-shadow-color: rgb(136 19 55 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/5 {
    --tw-shadow-color: rgb(136 19 55 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/50 {
    --tw-shadow-color: rgb(136 19 55 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/55 {
    --tw-shadow-color: rgb(136 19 55 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/60 {
    --tw-shadow-color: rgb(136 19 55 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/65 {
    --tw-shadow-color: rgb(136 19 55 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/70 {
    --tw-shadow-color: rgb(136 19 55 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/75 {
    --tw-shadow-color: rgb(136 19 55 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/80 {
    --tw-shadow-color: rgb(136 19 55 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/85 {
    --tw-shadow-color: rgb(136 19 55 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/90 {
    --tw-shadow-color: rgb(136 19 55 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-900\/95 {
    --tw-shadow-color: rgb(136 19 55 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950 {
    --tw-shadow-color: #4c0519;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/0 {
    --tw-shadow-color: rgb(76 5 25 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/10 {
    --tw-shadow-color: rgb(76 5 25 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/100 {
    --tw-shadow-color: rgb(76 5 25 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/15 {
    --tw-shadow-color: rgb(76 5 25 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/20 {
    --tw-shadow-color: rgb(76 5 25 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/25 {
    --tw-shadow-color: rgb(76 5 25 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/30 {
    --tw-shadow-color: rgb(76 5 25 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/35 {
    --tw-shadow-color: rgb(76 5 25 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/40 {
    --tw-shadow-color: rgb(76 5 25 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/45 {
    --tw-shadow-color: rgb(76 5 25 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/5 {
    --tw-shadow-color: rgb(76 5 25 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/50 {
    --tw-shadow-color: rgb(76 5 25 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/55 {
    --tw-shadow-color: rgb(76 5 25 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/60 {
    --tw-shadow-color: rgb(76 5 25 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/65 {
    --tw-shadow-color: rgb(76 5 25 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/70 {
    --tw-shadow-color: rgb(76 5 25 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/75 {
    --tw-shadow-color: rgb(76 5 25 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/80 {
    --tw-shadow-color: rgb(76 5 25 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/85 {
    --tw-shadow-color: rgb(76 5 25 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/90 {
    --tw-shadow-color: rgb(76 5 25 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-rose-950\/95 {
    --tw-shadow-color: rgb(76 5 25 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100 {
    --tw-shadow-color: #e0f2fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/0 {
    --tw-shadow-color: rgb(224 242 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/10 {
    --tw-shadow-color: rgb(224 242 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/100 {
    --tw-shadow-color: rgb(224 242 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/15 {
    --tw-shadow-color: rgb(224 242 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/20 {
    --tw-shadow-color: rgb(224 242 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/25 {
    --tw-shadow-color: rgb(224 242 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/30 {
    --tw-shadow-color: rgb(224 242 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/35 {
    --tw-shadow-color: rgb(224 242 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/40 {
    --tw-shadow-color: rgb(224 242 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/45 {
    --tw-shadow-color: rgb(224 242 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/5 {
    --tw-shadow-color: rgb(224 242 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/50 {
    --tw-shadow-color: rgb(224 242 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/55 {
    --tw-shadow-color: rgb(224 242 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/60 {
    --tw-shadow-color: rgb(224 242 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/65 {
    --tw-shadow-color: rgb(224 242 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/70 {
    --tw-shadow-color: rgb(224 242 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/75 {
    --tw-shadow-color: rgb(224 242 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/80 {
    --tw-shadow-color: rgb(224 242 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/85 {
    --tw-shadow-color: rgb(224 242 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/90 {
    --tw-shadow-color: rgb(224 242 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-100\/95 {
    --tw-shadow-color: rgb(224 242 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200 {
    --tw-shadow-color: #bae6fd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/0 {
    --tw-shadow-color: rgb(186 230 253 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/10 {
    --tw-shadow-color: rgb(186 230 253 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/100 {
    --tw-shadow-color: rgb(186 230 253 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/15 {
    --tw-shadow-color: rgb(186 230 253 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/20 {
    --tw-shadow-color: rgb(186 230 253 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/25 {
    --tw-shadow-color: rgb(186 230 253 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/30 {
    --tw-shadow-color: rgb(186 230 253 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/35 {
    --tw-shadow-color: rgb(186 230 253 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/40 {
    --tw-shadow-color: rgb(186 230 253 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/45 {
    --tw-shadow-color: rgb(186 230 253 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/5 {
    --tw-shadow-color: rgb(186 230 253 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/50 {
    --tw-shadow-color: rgb(186 230 253 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/55 {
    --tw-shadow-color: rgb(186 230 253 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/60 {
    --tw-shadow-color: rgb(186 230 253 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/65 {
    --tw-shadow-color: rgb(186 230 253 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/70 {
    --tw-shadow-color: rgb(186 230 253 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/75 {
    --tw-shadow-color: rgb(186 230 253 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/80 {
    --tw-shadow-color: rgb(186 230 253 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/85 {
    --tw-shadow-color: rgb(186 230 253 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/90 {
    --tw-shadow-color: rgb(186 230 253 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-200\/95 {
    --tw-shadow-color: rgb(186 230 253 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300 {
    --tw-shadow-color: #7dd3fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/0 {
    --tw-shadow-color: rgb(125 211 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/10 {
    --tw-shadow-color: rgb(125 211 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/100 {
    --tw-shadow-color: rgb(125 211 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/15 {
    --tw-shadow-color: rgb(125 211 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/20 {
    --tw-shadow-color: rgb(125 211 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/25 {
    --tw-shadow-color: rgb(125 211 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/30 {
    --tw-shadow-color: rgb(125 211 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/35 {
    --tw-shadow-color: rgb(125 211 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/40 {
    --tw-shadow-color: rgb(125 211 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/45 {
    --tw-shadow-color: rgb(125 211 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/5 {
    --tw-shadow-color: rgb(125 211 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/50 {
    --tw-shadow-color: rgb(125 211 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/55 {
    --tw-shadow-color: rgb(125 211 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/60 {
    --tw-shadow-color: rgb(125 211 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/65 {
    --tw-shadow-color: rgb(125 211 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/70 {
    --tw-shadow-color: rgb(125 211 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/75 {
    --tw-shadow-color: rgb(125 211 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/80 {
    --tw-shadow-color: rgb(125 211 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/85 {
    --tw-shadow-color: rgb(125 211 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/90 {
    --tw-shadow-color: rgb(125 211 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-300\/95 {
    --tw-shadow-color: rgb(125 211 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400 {
    --tw-shadow-color: #38bdf8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/0 {
    --tw-shadow-color: rgb(56 189 248 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/10 {
    --tw-shadow-color: rgb(56 189 248 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/100 {
    --tw-shadow-color: rgb(56 189 248 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/15 {
    --tw-shadow-color: rgb(56 189 248 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/20 {
    --tw-shadow-color: rgb(56 189 248 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/25 {
    --tw-shadow-color: rgb(56 189 248 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/30 {
    --tw-shadow-color: rgb(56 189 248 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/35 {
    --tw-shadow-color: rgb(56 189 248 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/40 {
    --tw-shadow-color: rgb(56 189 248 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/45 {
    --tw-shadow-color: rgb(56 189 248 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/5 {
    --tw-shadow-color: rgb(56 189 248 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/50 {
    --tw-shadow-color: rgb(56 189 248 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/55 {
    --tw-shadow-color: rgb(56 189 248 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/60 {
    --tw-shadow-color: rgb(56 189 248 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/65 {
    --tw-shadow-color: rgb(56 189 248 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/70 {
    --tw-shadow-color: rgb(56 189 248 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/75 {
    --tw-shadow-color: rgb(56 189 248 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/80 {
    --tw-shadow-color: rgb(56 189 248 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/85 {
    --tw-shadow-color: rgb(56 189 248 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/90 {
    --tw-shadow-color: rgb(56 189 248 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-400\/95 {
    --tw-shadow-color: rgb(56 189 248 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50 {
    --tw-shadow-color: #f0f9ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/0 {
    --tw-shadow-color: rgb(240 249 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/10 {
    --tw-shadow-color: rgb(240 249 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/100 {
    --tw-shadow-color: rgb(240 249 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/15 {
    --tw-shadow-color: rgb(240 249 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/20 {
    --tw-shadow-color: rgb(240 249 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/25 {
    --tw-shadow-color: rgb(240 249 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/30 {
    --tw-shadow-color: rgb(240 249 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/35 {
    --tw-shadow-color: rgb(240 249 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/40 {
    --tw-shadow-color: rgb(240 249 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/45 {
    --tw-shadow-color: rgb(240 249 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/5 {
    --tw-shadow-color: rgb(240 249 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/50 {
    --tw-shadow-color: rgb(240 249 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/55 {
    --tw-shadow-color: rgb(240 249 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/60 {
    --tw-shadow-color: rgb(240 249 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/65 {
    --tw-shadow-color: rgb(240 249 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/70 {
    --tw-shadow-color: rgb(240 249 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/75 {
    --tw-shadow-color: rgb(240 249 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/80 {
    --tw-shadow-color: rgb(240 249 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/85 {
    --tw-shadow-color: rgb(240 249 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/90 {
    --tw-shadow-color: rgb(240 249 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-50\/95 {
    --tw-shadow-color: rgb(240 249 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500 {
    --tw-shadow-color: #0ea5e9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/0 {
    --tw-shadow-color: rgb(14 165 233 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/10 {
    --tw-shadow-color: rgb(14 165 233 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/100 {
    --tw-shadow-color: rgb(14 165 233 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/15 {
    --tw-shadow-color: rgb(14 165 233 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/20 {
    --tw-shadow-color: rgb(14 165 233 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/25 {
    --tw-shadow-color: rgb(14 165 233 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/30 {
    --tw-shadow-color: rgb(14 165 233 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/35 {
    --tw-shadow-color: rgb(14 165 233 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/40 {
    --tw-shadow-color: rgb(14 165 233 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/45 {
    --tw-shadow-color: rgb(14 165 233 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/5 {
    --tw-shadow-color: rgb(14 165 233 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/50 {
    --tw-shadow-color: rgb(14 165 233 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/55 {
    --tw-shadow-color: rgb(14 165 233 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/60 {
    --tw-shadow-color: rgb(14 165 233 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/65 {
    --tw-shadow-color: rgb(14 165 233 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/70 {
    --tw-shadow-color: rgb(14 165 233 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/75 {
    --tw-shadow-color: rgb(14 165 233 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/80 {
    --tw-shadow-color: rgb(14 165 233 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/85 {
    --tw-shadow-color: rgb(14 165 233 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/90 {
    --tw-shadow-color: rgb(14 165 233 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-500\/95 {
    --tw-shadow-color: rgb(14 165 233 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600 {
    --tw-shadow-color: #0284c7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/0 {
    --tw-shadow-color: rgb(2 132 199 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/10 {
    --tw-shadow-color: rgb(2 132 199 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/100 {
    --tw-shadow-color: rgb(2 132 199 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/15 {
    --tw-shadow-color: rgb(2 132 199 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/20 {
    --tw-shadow-color: rgb(2 132 199 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/25 {
    --tw-shadow-color: rgb(2 132 199 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/30 {
    --tw-shadow-color: rgb(2 132 199 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/35 {
    --tw-shadow-color: rgb(2 132 199 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/40 {
    --tw-shadow-color: rgb(2 132 199 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/45 {
    --tw-shadow-color: rgb(2 132 199 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/5 {
    --tw-shadow-color: rgb(2 132 199 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/50 {
    --tw-shadow-color: rgb(2 132 199 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/55 {
    --tw-shadow-color: rgb(2 132 199 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/60 {
    --tw-shadow-color: rgb(2 132 199 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/65 {
    --tw-shadow-color: rgb(2 132 199 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/70 {
    --tw-shadow-color: rgb(2 132 199 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/75 {
    --tw-shadow-color: rgb(2 132 199 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/80 {
    --tw-shadow-color: rgb(2 132 199 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/85 {
    --tw-shadow-color: rgb(2 132 199 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/90 {
    --tw-shadow-color: rgb(2 132 199 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-600\/95 {
    --tw-shadow-color: rgb(2 132 199 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700 {
    --tw-shadow-color: #0369a1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/0 {
    --tw-shadow-color: rgb(3 105 161 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/10 {
    --tw-shadow-color: rgb(3 105 161 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/100 {
    --tw-shadow-color: rgb(3 105 161 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/15 {
    --tw-shadow-color: rgb(3 105 161 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/20 {
    --tw-shadow-color: rgb(3 105 161 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/25 {
    --tw-shadow-color: rgb(3 105 161 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/30 {
    --tw-shadow-color: rgb(3 105 161 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/35 {
    --tw-shadow-color: rgb(3 105 161 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/40 {
    --tw-shadow-color: rgb(3 105 161 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/45 {
    --tw-shadow-color: rgb(3 105 161 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/5 {
    --tw-shadow-color: rgb(3 105 161 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/50 {
    --tw-shadow-color: rgb(3 105 161 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/55 {
    --tw-shadow-color: rgb(3 105 161 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/60 {
    --tw-shadow-color: rgb(3 105 161 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/65 {
    --tw-shadow-color: rgb(3 105 161 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/70 {
    --tw-shadow-color: rgb(3 105 161 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/75 {
    --tw-shadow-color: rgb(3 105 161 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/80 {
    --tw-shadow-color: rgb(3 105 161 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/85 {
    --tw-shadow-color: rgb(3 105 161 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/90 {
    --tw-shadow-color: rgb(3 105 161 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-700\/95 {
    --tw-shadow-color: rgb(3 105 161 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800 {
    --tw-shadow-color: #075985;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/0 {
    --tw-shadow-color: rgb(7 89 133 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/10 {
    --tw-shadow-color: rgb(7 89 133 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/100 {
    --tw-shadow-color: rgb(7 89 133 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/15 {
    --tw-shadow-color: rgb(7 89 133 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/20 {
    --tw-shadow-color: rgb(7 89 133 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/25 {
    --tw-shadow-color: rgb(7 89 133 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/30 {
    --tw-shadow-color: rgb(7 89 133 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/35 {
    --tw-shadow-color: rgb(7 89 133 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/40 {
    --tw-shadow-color: rgb(7 89 133 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/45 {
    --tw-shadow-color: rgb(7 89 133 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/5 {
    --tw-shadow-color: rgb(7 89 133 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/50 {
    --tw-shadow-color: rgb(7 89 133 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/55 {
    --tw-shadow-color: rgb(7 89 133 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/60 {
    --tw-shadow-color: rgb(7 89 133 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/65 {
    --tw-shadow-color: rgb(7 89 133 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/70 {
    --tw-shadow-color: rgb(7 89 133 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/75 {
    --tw-shadow-color: rgb(7 89 133 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/80 {
    --tw-shadow-color: rgb(7 89 133 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/85 {
    --tw-shadow-color: rgb(7 89 133 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/90 {
    --tw-shadow-color: rgb(7 89 133 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-800\/95 {
    --tw-shadow-color: rgb(7 89 133 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900 {
    --tw-shadow-color: #0c4a6e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/0 {
    --tw-shadow-color: rgb(12 74 110 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/10 {
    --tw-shadow-color: rgb(12 74 110 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/100 {
    --tw-shadow-color: rgb(12 74 110 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/15 {
    --tw-shadow-color: rgb(12 74 110 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/20 {
    --tw-shadow-color: rgb(12 74 110 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/25 {
    --tw-shadow-color: rgb(12 74 110 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/30 {
    --tw-shadow-color: rgb(12 74 110 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/35 {
    --tw-shadow-color: rgb(12 74 110 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/40 {
    --tw-shadow-color: rgb(12 74 110 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/45 {
    --tw-shadow-color: rgb(12 74 110 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/5 {
    --tw-shadow-color: rgb(12 74 110 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/50 {
    --tw-shadow-color: rgb(12 74 110 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/55 {
    --tw-shadow-color: rgb(12 74 110 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/60 {
    --tw-shadow-color: rgb(12 74 110 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/65 {
    --tw-shadow-color: rgb(12 74 110 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/70 {
    --tw-shadow-color: rgb(12 74 110 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/75 {
    --tw-shadow-color: rgb(12 74 110 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/80 {
    --tw-shadow-color: rgb(12 74 110 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/85 {
    --tw-shadow-color: rgb(12 74 110 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/90 {
    --tw-shadow-color: rgb(12 74 110 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-900\/95 {
    --tw-shadow-color: rgb(12 74 110 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950 {
    --tw-shadow-color: #082f49;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/0 {
    --tw-shadow-color: rgb(8 47 73 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/10 {
    --tw-shadow-color: rgb(8 47 73 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/100 {
    --tw-shadow-color: rgb(8 47 73 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/15 {
    --tw-shadow-color: rgb(8 47 73 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/20 {
    --tw-shadow-color: rgb(8 47 73 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/25 {
    --tw-shadow-color: rgb(8 47 73 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/30 {
    --tw-shadow-color: rgb(8 47 73 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/35 {
    --tw-shadow-color: rgb(8 47 73 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/40 {
    --tw-shadow-color: rgb(8 47 73 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/45 {
    --tw-shadow-color: rgb(8 47 73 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/5 {
    --tw-shadow-color: rgb(8 47 73 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/50 {
    --tw-shadow-color: rgb(8 47 73 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/55 {
    --tw-shadow-color: rgb(8 47 73 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/60 {
    --tw-shadow-color: rgb(8 47 73 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/65 {
    --tw-shadow-color: rgb(8 47 73 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/70 {
    --tw-shadow-color: rgb(8 47 73 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/75 {
    --tw-shadow-color: rgb(8 47 73 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/80 {
    --tw-shadow-color: rgb(8 47 73 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/85 {
    --tw-shadow-color: rgb(8 47 73 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/90 {
    --tw-shadow-color: rgb(8 47 73 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-sky-950\/95 {
    --tw-shadow-color: rgb(8 47 73 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100 {
    --tw-shadow-color: #f1f5f9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/0 {
    --tw-shadow-color: rgb(241 245 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/10 {
    --tw-shadow-color: rgb(241 245 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/100 {
    --tw-shadow-color: rgb(241 245 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/15 {
    --tw-shadow-color: rgb(241 245 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/20 {
    --tw-shadow-color: rgb(241 245 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/25 {
    --tw-shadow-color: rgb(241 245 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/30 {
    --tw-shadow-color: rgb(241 245 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/35 {
    --tw-shadow-color: rgb(241 245 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/40 {
    --tw-shadow-color: rgb(241 245 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/45 {
    --tw-shadow-color: rgb(241 245 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/5 {
    --tw-shadow-color: rgb(241 245 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/50 {
    --tw-shadow-color: rgb(241 245 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/55 {
    --tw-shadow-color: rgb(241 245 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/60 {
    --tw-shadow-color: rgb(241 245 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/65 {
    --tw-shadow-color: rgb(241 245 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/70 {
    --tw-shadow-color: rgb(241 245 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/75 {
    --tw-shadow-color: rgb(241 245 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/80 {
    --tw-shadow-color: rgb(241 245 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/85 {
    --tw-shadow-color: rgb(241 245 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/90 {
    --tw-shadow-color: rgb(241 245 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-100\/95 {
    --tw-shadow-color: rgb(241 245 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200 {
    --tw-shadow-color: #e2e8f0;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/0 {
    --tw-shadow-color: rgb(226 232 240 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/10 {
    --tw-shadow-color: rgb(226 232 240 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/100 {
    --tw-shadow-color: rgb(226 232 240 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/15 {
    --tw-shadow-color: rgb(226 232 240 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/20 {
    --tw-shadow-color: rgb(226 232 240 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/25 {
    --tw-shadow-color: rgb(226 232 240 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/30 {
    --tw-shadow-color: rgb(226 232 240 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/35 {
    --tw-shadow-color: rgb(226 232 240 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/40 {
    --tw-shadow-color: rgb(226 232 240 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/45 {
    --tw-shadow-color: rgb(226 232 240 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/5 {
    --tw-shadow-color: rgb(226 232 240 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/50 {
    --tw-shadow-color: rgb(226 232 240 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/55 {
    --tw-shadow-color: rgb(226 232 240 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/60 {
    --tw-shadow-color: rgb(226 232 240 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/65 {
    --tw-shadow-color: rgb(226 232 240 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/70 {
    --tw-shadow-color: rgb(226 232 240 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/75 {
    --tw-shadow-color: rgb(226 232 240 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/80 {
    --tw-shadow-color: rgb(226 232 240 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/85 {
    --tw-shadow-color: rgb(226 232 240 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/90 {
    --tw-shadow-color: rgb(226 232 240 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-200\/95 {
    --tw-shadow-color: rgb(226 232 240 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300 {
    --tw-shadow-color: #cbd5e1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/0 {
    --tw-shadow-color: rgb(203 213 225 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/10 {
    --tw-shadow-color: rgb(203 213 225 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/100 {
    --tw-shadow-color: rgb(203 213 225 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/15 {
    --tw-shadow-color: rgb(203 213 225 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/20 {
    --tw-shadow-color: rgb(203 213 225 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/25 {
    --tw-shadow-color: rgb(203 213 225 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/30 {
    --tw-shadow-color: rgb(203 213 225 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/35 {
    --tw-shadow-color: rgb(203 213 225 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/40 {
    --tw-shadow-color: rgb(203 213 225 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/45 {
    --tw-shadow-color: rgb(203 213 225 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/5 {
    --tw-shadow-color: rgb(203 213 225 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/50 {
    --tw-shadow-color: rgb(203 213 225 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/55 {
    --tw-shadow-color: rgb(203 213 225 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/60 {
    --tw-shadow-color: rgb(203 213 225 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/65 {
    --tw-shadow-color: rgb(203 213 225 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/70 {
    --tw-shadow-color: rgb(203 213 225 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/75 {
    --tw-shadow-color: rgb(203 213 225 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/80 {
    --tw-shadow-color: rgb(203 213 225 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/85 {
    --tw-shadow-color: rgb(203 213 225 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/90 {
    --tw-shadow-color: rgb(203 213 225 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-300\/95 {
    --tw-shadow-color: rgb(203 213 225 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400 {
    --tw-shadow-color: #94a3b8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/0 {
    --tw-shadow-color: rgb(148 163 184 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/10 {
    --tw-shadow-color: rgb(148 163 184 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/100 {
    --tw-shadow-color: rgb(148 163 184 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/15 {
    --tw-shadow-color: rgb(148 163 184 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/20 {
    --tw-shadow-color: rgb(148 163 184 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/25 {
    --tw-shadow-color: rgb(148 163 184 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/30 {
    --tw-shadow-color: rgb(148 163 184 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/35 {
    --tw-shadow-color: rgb(148 163 184 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/40 {
    --tw-shadow-color: rgb(148 163 184 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/45 {
    --tw-shadow-color: rgb(148 163 184 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/5 {
    --tw-shadow-color: rgb(148 163 184 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/50 {
    --tw-shadow-color: rgb(148 163 184 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/55 {
    --tw-shadow-color: rgb(148 163 184 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/60 {
    --tw-shadow-color: rgb(148 163 184 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/65 {
    --tw-shadow-color: rgb(148 163 184 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/70 {
    --tw-shadow-color: rgb(148 163 184 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/75 {
    --tw-shadow-color: rgb(148 163 184 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/80 {
    --tw-shadow-color: rgb(148 163 184 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/85 {
    --tw-shadow-color: rgb(148 163 184 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/90 {
    --tw-shadow-color: rgb(148 163 184 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-400\/95 {
    --tw-shadow-color: rgb(148 163 184 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50 {
    --tw-shadow-color: #f8fafc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/0 {
    --tw-shadow-color: rgb(248 250 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/10 {
    --tw-shadow-color: rgb(248 250 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/100 {
    --tw-shadow-color: rgb(248 250 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/15 {
    --tw-shadow-color: rgb(248 250 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/20 {
    --tw-shadow-color: rgb(248 250 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/25 {
    --tw-shadow-color: rgb(248 250 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/30 {
    --tw-shadow-color: rgb(248 250 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/35 {
    --tw-shadow-color: rgb(248 250 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/40 {
    --tw-shadow-color: rgb(248 250 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/45 {
    --tw-shadow-color: rgb(248 250 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/5 {
    --tw-shadow-color: rgb(248 250 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/50 {
    --tw-shadow-color: rgb(248 250 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/55 {
    --tw-shadow-color: rgb(248 250 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/60 {
    --tw-shadow-color: rgb(248 250 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/65 {
    --tw-shadow-color: rgb(248 250 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/70 {
    --tw-shadow-color: rgb(248 250 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/75 {
    --tw-shadow-color: rgb(248 250 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/80 {
    --tw-shadow-color: rgb(248 250 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/85 {
    --tw-shadow-color: rgb(248 250 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/90 {
    --tw-shadow-color: rgb(248 250 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-50\/95 {
    --tw-shadow-color: rgb(248 250 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500 {
    --tw-shadow-color: #64748b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/0 {
    --tw-shadow-color: rgb(100 116 139 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/10 {
    --tw-shadow-color: rgb(100 116 139 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/100 {
    --tw-shadow-color: rgb(100 116 139 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/15 {
    --tw-shadow-color: rgb(100 116 139 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/20 {
    --tw-shadow-color: rgb(100 116 139 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/25 {
    --tw-shadow-color: rgb(100 116 139 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/30 {
    --tw-shadow-color: rgb(100 116 139 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/35 {
    --tw-shadow-color: rgb(100 116 139 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/40 {
    --tw-shadow-color: rgb(100 116 139 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/45 {
    --tw-shadow-color: rgb(100 116 139 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/5 {
    --tw-shadow-color: rgb(100 116 139 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/50 {
    --tw-shadow-color: rgb(100 116 139 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/55 {
    --tw-shadow-color: rgb(100 116 139 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/60 {
    --tw-shadow-color: rgb(100 116 139 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/65 {
    --tw-shadow-color: rgb(100 116 139 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/70 {
    --tw-shadow-color: rgb(100 116 139 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/75 {
    --tw-shadow-color: rgb(100 116 139 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/80 {
    --tw-shadow-color: rgb(100 116 139 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/85 {
    --tw-shadow-color: rgb(100 116 139 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/90 {
    --tw-shadow-color: rgb(100 116 139 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-500\/95 {
    --tw-shadow-color: rgb(100 116 139 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600 {
    --tw-shadow-color: #475569;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/0 {
    --tw-shadow-color: rgb(71 85 105 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/10 {
    --tw-shadow-color: rgb(71 85 105 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/100 {
    --tw-shadow-color: rgb(71 85 105 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/15 {
    --tw-shadow-color: rgb(71 85 105 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/20 {
    --tw-shadow-color: rgb(71 85 105 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/25 {
    --tw-shadow-color: rgb(71 85 105 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/30 {
    --tw-shadow-color: rgb(71 85 105 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/35 {
    --tw-shadow-color: rgb(71 85 105 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/40 {
    --tw-shadow-color: rgb(71 85 105 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/45 {
    --tw-shadow-color: rgb(71 85 105 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/5 {
    --tw-shadow-color: rgb(71 85 105 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/50 {
    --tw-shadow-color: rgb(71 85 105 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/55 {
    --tw-shadow-color: rgb(71 85 105 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/60 {
    --tw-shadow-color: rgb(71 85 105 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/65 {
    --tw-shadow-color: rgb(71 85 105 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/70 {
    --tw-shadow-color: rgb(71 85 105 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/75 {
    --tw-shadow-color: rgb(71 85 105 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/80 {
    --tw-shadow-color: rgb(71 85 105 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/85 {
    --tw-shadow-color: rgb(71 85 105 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/90 {
    --tw-shadow-color: rgb(71 85 105 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-600\/95 {
    --tw-shadow-color: rgb(71 85 105 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700 {
    --tw-shadow-color: #334155;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/0 {
    --tw-shadow-color: rgb(51 65 85 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/10 {
    --tw-shadow-color: rgb(51 65 85 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/100 {
    --tw-shadow-color: rgb(51 65 85 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/15 {
    --tw-shadow-color: rgb(51 65 85 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/20 {
    --tw-shadow-color: rgb(51 65 85 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/25 {
    --tw-shadow-color: rgb(51 65 85 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/30 {
    --tw-shadow-color: rgb(51 65 85 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/35 {
    --tw-shadow-color: rgb(51 65 85 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/40 {
    --tw-shadow-color: rgb(51 65 85 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/45 {
    --tw-shadow-color: rgb(51 65 85 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/5 {
    --tw-shadow-color: rgb(51 65 85 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/50 {
    --tw-shadow-color: rgb(51 65 85 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/55 {
    --tw-shadow-color: rgb(51 65 85 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/60 {
    --tw-shadow-color: rgb(51 65 85 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/65 {
    --tw-shadow-color: rgb(51 65 85 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/70 {
    --tw-shadow-color: rgb(51 65 85 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/75 {
    --tw-shadow-color: rgb(51 65 85 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/80 {
    --tw-shadow-color: rgb(51 65 85 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/85 {
    --tw-shadow-color: rgb(51 65 85 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/90 {
    --tw-shadow-color: rgb(51 65 85 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-700\/95 {
    --tw-shadow-color: rgb(51 65 85 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800 {
    --tw-shadow-color: #1e293b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/0 {
    --tw-shadow-color: rgb(30 41 59 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/10 {
    --tw-shadow-color: rgb(30 41 59 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/100 {
    --tw-shadow-color: rgb(30 41 59 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/15 {
    --tw-shadow-color: rgb(30 41 59 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/20 {
    --tw-shadow-color: rgb(30 41 59 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/25 {
    --tw-shadow-color: rgb(30 41 59 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/30 {
    --tw-shadow-color: rgb(30 41 59 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/35 {
    --tw-shadow-color: rgb(30 41 59 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/40 {
    --tw-shadow-color: rgb(30 41 59 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/45 {
    --tw-shadow-color: rgb(30 41 59 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/5 {
    --tw-shadow-color: rgb(30 41 59 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/50 {
    --tw-shadow-color: rgb(30 41 59 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/55 {
    --tw-shadow-color: rgb(30 41 59 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/60 {
    --tw-shadow-color: rgb(30 41 59 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/65 {
    --tw-shadow-color: rgb(30 41 59 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/70 {
    --tw-shadow-color: rgb(30 41 59 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/75 {
    --tw-shadow-color: rgb(30 41 59 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/80 {
    --tw-shadow-color: rgb(30 41 59 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/85 {
    --tw-shadow-color: rgb(30 41 59 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/90 {
    --tw-shadow-color: rgb(30 41 59 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-800\/95 {
    --tw-shadow-color: rgb(30 41 59 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900 {
    --tw-shadow-color: #0f172a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/0 {
    --tw-shadow-color: rgb(15 23 42 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/10 {
    --tw-shadow-color: rgb(15 23 42 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/100 {
    --tw-shadow-color: rgb(15 23 42 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/15 {
    --tw-shadow-color: rgb(15 23 42 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/20 {
    --tw-shadow-color: rgb(15 23 42 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/25 {
    --tw-shadow-color: rgb(15 23 42 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/30 {
    --tw-shadow-color: rgb(15 23 42 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/35 {
    --tw-shadow-color: rgb(15 23 42 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/40 {
    --tw-shadow-color: rgb(15 23 42 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/45 {
    --tw-shadow-color: rgb(15 23 42 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/5 {
    --tw-shadow-color: rgb(15 23 42 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/50 {
    --tw-shadow-color: rgb(15 23 42 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/55 {
    --tw-shadow-color: rgb(15 23 42 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/60 {
    --tw-shadow-color: rgb(15 23 42 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/65 {
    --tw-shadow-color: rgb(15 23 42 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/70 {
    --tw-shadow-color: rgb(15 23 42 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/75 {
    --tw-shadow-color: rgb(15 23 42 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/80 {
    --tw-shadow-color: rgb(15 23 42 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/85 {
    --tw-shadow-color: rgb(15 23 42 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/90 {
    --tw-shadow-color: rgb(15 23 42 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-900\/95 {
    --tw-shadow-color: rgb(15 23 42 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950 {
    --tw-shadow-color: #020617;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/0 {
    --tw-shadow-color: rgb(2 6 23 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/10 {
    --tw-shadow-color: rgb(2 6 23 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/100 {
    --tw-shadow-color: rgb(2 6 23 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/15 {
    --tw-shadow-color: rgb(2 6 23 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/20 {
    --tw-shadow-color: rgb(2 6 23 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/25 {
    --tw-shadow-color: rgb(2 6 23 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/30 {
    --tw-shadow-color: rgb(2 6 23 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/35 {
    --tw-shadow-color: rgb(2 6 23 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/40 {
    --tw-shadow-color: rgb(2 6 23 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/45 {
    --tw-shadow-color: rgb(2 6 23 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/5 {
    --tw-shadow-color: rgb(2 6 23 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/50 {
    --tw-shadow-color: rgb(2 6 23 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/55 {
    --tw-shadow-color: rgb(2 6 23 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/60 {
    --tw-shadow-color: rgb(2 6 23 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/65 {
    --tw-shadow-color: rgb(2 6 23 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/70 {
    --tw-shadow-color: rgb(2 6 23 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/75 {
    --tw-shadow-color: rgb(2 6 23 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/80 {
    --tw-shadow-color: rgb(2 6 23 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/85 {
    --tw-shadow-color: rgb(2 6 23 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/90 {
    --tw-shadow-color: rgb(2 6 23 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-slate-950\/95 {
    --tw-shadow-color: rgb(2 6 23 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100 {
    --tw-shadow-color: #f5f5f4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/0 {
    --tw-shadow-color: rgb(245 245 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/10 {
    --tw-shadow-color: rgb(245 245 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/100 {
    --tw-shadow-color: rgb(245 245 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/15 {
    --tw-shadow-color: rgb(245 245 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/20 {
    --tw-shadow-color: rgb(245 245 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/25 {
    --tw-shadow-color: rgb(245 245 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/30 {
    --tw-shadow-color: rgb(245 245 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/35 {
    --tw-shadow-color: rgb(245 245 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/40 {
    --tw-shadow-color: rgb(245 245 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/45 {
    --tw-shadow-color: rgb(245 245 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/5 {
    --tw-shadow-color: rgb(245 245 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/50 {
    --tw-shadow-color: rgb(245 245 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/55 {
    --tw-shadow-color: rgb(245 245 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/60 {
    --tw-shadow-color: rgb(245 245 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/65 {
    --tw-shadow-color: rgb(245 245 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/70 {
    --tw-shadow-color: rgb(245 245 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/75 {
    --tw-shadow-color: rgb(245 245 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/80 {
    --tw-shadow-color: rgb(245 245 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/85 {
    --tw-shadow-color: rgb(245 245 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/90 {
    --tw-shadow-color: rgb(245 245 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-100\/95 {
    --tw-shadow-color: rgb(245 245 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200 {
    --tw-shadow-color: #e7e5e4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/0 {
    --tw-shadow-color: rgb(231 229 228 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/10 {
    --tw-shadow-color: rgb(231 229 228 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/100 {
    --tw-shadow-color: rgb(231 229 228 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/15 {
    --tw-shadow-color: rgb(231 229 228 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/20 {
    --tw-shadow-color: rgb(231 229 228 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/25 {
    --tw-shadow-color: rgb(231 229 228 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/30 {
    --tw-shadow-color: rgb(231 229 228 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/35 {
    --tw-shadow-color: rgb(231 229 228 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/40 {
    --tw-shadow-color: rgb(231 229 228 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/45 {
    --tw-shadow-color: rgb(231 229 228 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/5 {
    --tw-shadow-color: rgb(231 229 228 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/50 {
    --tw-shadow-color: rgb(231 229 228 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/55 {
    --tw-shadow-color: rgb(231 229 228 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/60 {
    --tw-shadow-color: rgb(231 229 228 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/65 {
    --tw-shadow-color: rgb(231 229 228 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/70 {
    --tw-shadow-color: rgb(231 229 228 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/75 {
    --tw-shadow-color: rgb(231 229 228 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/80 {
    --tw-shadow-color: rgb(231 229 228 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/85 {
    --tw-shadow-color: rgb(231 229 228 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/90 {
    --tw-shadow-color: rgb(231 229 228 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-200\/95 {
    --tw-shadow-color: rgb(231 229 228 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300 {
    --tw-shadow-color: #d6d3d1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/0 {
    --tw-shadow-color: rgb(214 211 209 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/10 {
    --tw-shadow-color: rgb(214 211 209 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/100 {
    --tw-shadow-color: rgb(214 211 209 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/15 {
    --tw-shadow-color: rgb(214 211 209 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/20 {
    --tw-shadow-color: rgb(214 211 209 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/25 {
    --tw-shadow-color: rgb(214 211 209 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/30 {
    --tw-shadow-color: rgb(214 211 209 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/35 {
    --tw-shadow-color: rgb(214 211 209 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/40 {
    --tw-shadow-color: rgb(214 211 209 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/45 {
    --tw-shadow-color: rgb(214 211 209 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/5 {
    --tw-shadow-color: rgb(214 211 209 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/50 {
    --tw-shadow-color: rgb(214 211 209 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/55 {
    --tw-shadow-color: rgb(214 211 209 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/60 {
    --tw-shadow-color: rgb(214 211 209 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/65 {
    --tw-shadow-color: rgb(214 211 209 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/70 {
    --tw-shadow-color: rgb(214 211 209 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/75 {
    --tw-shadow-color: rgb(214 211 209 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/80 {
    --tw-shadow-color: rgb(214 211 209 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/85 {
    --tw-shadow-color: rgb(214 211 209 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/90 {
    --tw-shadow-color: rgb(214 211 209 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-300\/95 {
    --tw-shadow-color: rgb(214 211 209 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400 {
    --tw-shadow-color: #a8a29e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/0 {
    --tw-shadow-color: rgb(168 162 158 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/10 {
    --tw-shadow-color: rgb(168 162 158 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/100 {
    --tw-shadow-color: rgb(168 162 158 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/15 {
    --tw-shadow-color: rgb(168 162 158 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/20 {
    --tw-shadow-color: rgb(168 162 158 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/25 {
    --tw-shadow-color: rgb(168 162 158 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/30 {
    --tw-shadow-color: rgb(168 162 158 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/35 {
    --tw-shadow-color: rgb(168 162 158 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/40 {
    --tw-shadow-color: rgb(168 162 158 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/45 {
    --tw-shadow-color: rgb(168 162 158 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/5 {
    --tw-shadow-color: rgb(168 162 158 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/50 {
    --tw-shadow-color: rgb(168 162 158 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/55 {
    --tw-shadow-color: rgb(168 162 158 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/60 {
    --tw-shadow-color: rgb(168 162 158 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/65 {
    --tw-shadow-color: rgb(168 162 158 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/70 {
    --tw-shadow-color: rgb(168 162 158 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/75 {
    --tw-shadow-color: rgb(168 162 158 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/80 {
    --tw-shadow-color: rgb(168 162 158 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/85 {
    --tw-shadow-color: rgb(168 162 158 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/90 {
    --tw-shadow-color: rgb(168 162 158 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-400\/95 {
    --tw-shadow-color: rgb(168 162 158 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50 {
    --tw-shadow-color: #fafaf9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/0 {
    --tw-shadow-color: rgb(250 250 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/10 {
    --tw-shadow-color: rgb(250 250 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/100 {
    --tw-shadow-color: rgb(250 250 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/15 {
    --tw-shadow-color: rgb(250 250 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/20 {
    --tw-shadow-color: rgb(250 250 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/25 {
    --tw-shadow-color: rgb(250 250 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/30 {
    --tw-shadow-color: rgb(250 250 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/35 {
    --tw-shadow-color: rgb(250 250 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/40 {
    --tw-shadow-color: rgb(250 250 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/45 {
    --tw-shadow-color: rgb(250 250 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/5 {
    --tw-shadow-color: rgb(250 250 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/50 {
    --tw-shadow-color: rgb(250 250 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/55 {
    --tw-shadow-color: rgb(250 250 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/60 {
    --tw-shadow-color: rgb(250 250 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/65 {
    --tw-shadow-color: rgb(250 250 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/70 {
    --tw-shadow-color: rgb(250 250 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/75 {
    --tw-shadow-color: rgb(250 250 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/80 {
    --tw-shadow-color: rgb(250 250 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/85 {
    --tw-shadow-color: rgb(250 250 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/90 {
    --tw-shadow-color: rgb(250 250 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-50\/95 {
    --tw-shadow-color: rgb(250 250 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500 {
    --tw-shadow-color: #78716c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/0 {
    --tw-shadow-color: rgb(120 113 108 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/10 {
    --tw-shadow-color: rgb(120 113 108 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/100 {
    --tw-shadow-color: rgb(120 113 108 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/15 {
    --tw-shadow-color: rgb(120 113 108 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/20 {
    --tw-shadow-color: rgb(120 113 108 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/25 {
    --tw-shadow-color: rgb(120 113 108 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/30 {
    --tw-shadow-color: rgb(120 113 108 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/35 {
    --tw-shadow-color: rgb(120 113 108 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/40 {
    --tw-shadow-color: rgb(120 113 108 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/45 {
    --tw-shadow-color: rgb(120 113 108 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/5 {
    --tw-shadow-color: rgb(120 113 108 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/50 {
    --tw-shadow-color: rgb(120 113 108 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/55 {
    --tw-shadow-color: rgb(120 113 108 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/60 {
    --tw-shadow-color: rgb(120 113 108 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/65 {
    --tw-shadow-color: rgb(120 113 108 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/70 {
    --tw-shadow-color: rgb(120 113 108 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/75 {
    --tw-shadow-color: rgb(120 113 108 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/80 {
    --tw-shadow-color: rgb(120 113 108 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/85 {
    --tw-shadow-color: rgb(120 113 108 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/90 {
    --tw-shadow-color: rgb(120 113 108 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-500\/95 {
    --tw-shadow-color: rgb(120 113 108 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600 {
    --tw-shadow-color: #57534e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/0 {
    --tw-shadow-color: rgb(87 83 78 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/10 {
    --tw-shadow-color: rgb(87 83 78 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/100 {
    --tw-shadow-color: rgb(87 83 78 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/15 {
    --tw-shadow-color: rgb(87 83 78 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/20 {
    --tw-shadow-color: rgb(87 83 78 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/25 {
    --tw-shadow-color: rgb(87 83 78 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/30 {
    --tw-shadow-color: rgb(87 83 78 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/35 {
    --tw-shadow-color: rgb(87 83 78 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/40 {
    --tw-shadow-color: rgb(87 83 78 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/45 {
    --tw-shadow-color: rgb(87 83 78 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/5 {
    --tw-shadow-color: rgb(87 83 78 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/50 {
    --tw-shadow-color: rgb(87 83 78 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/55 {
    --tw-shadow-color: rgb(87 83 78 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/60 {
    --tw-shadow-color: rgb(87 83 78 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/65 {
    --tw-shadow-color: rgb(87 83 78 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/70 {
    --tw-shadow-color: rgb(87 83 78 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/75 {
    --tw-shadow-color: rgb(87 83 78 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/80 {
    --tw-shadow-color: rgb(87 83 78 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/85 {
    --tw-shadow-color: rgb(87 83 78 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/90 {
    --tw-shadow-color: rgb(87 83 78 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-600\/95 {
    --tw-shadow-color: rgb(87 83 78 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700 {
    --tw-shadow-color: #44403c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/0 {
    --tw-shadow-color: rgb(68 64 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/10 {
    --tw-shadow-color: rgb(68 64 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/100 {
    --tw-shadow-color: rgb(68 64 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/15 {
    --tw-shadow-color: rgb(68 64 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/20 {
    --tw-shadow-color: rgb(68 64 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/25 {
    --tw-shadow-color: rgb(68 64 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/30 {
    --tw-shadow-color: rgb(68 64 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/35 {
    --tw-shadow-color: rgb(68 64 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/40 {
    --tw-shadow-color: rgb(68 64 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/45 {
    --tw-shadow-color: rgb(68 64 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/5 {
    --tw-shadow-color: rgb(68 64 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/50 {
    --tw-shadow-color: rgb(68 64 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/55 {
    --tw-shadow-color: rgb(68 64 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/60 {
    --tw-shadow-color: rgb(68 64 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/65 {
    --tw-shadow-color: rgb(68 64 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/70 {
    --tw-shadow-color: rgb(68 64 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/75 {
    --tw-shadow-color: rgb(68 64 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/80 {
    --tw-shadow-color: rgb(68 64 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/85 {
    --tw-shadow-color: rgb(68 64 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/90 {
    --tw-shadow-color: rgb(68 64 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-700\/95 {
    --tw-shadow-color: rgb(68 64 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800 {
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/0 {
    --tw-shadow-color: rgb(41 37 36 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/10 {
    --tw-shadow-color: rgb(41 37 36 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/100 {
    --tw-shadow-color: rgb(41 37 36 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/15 {
    --tw-shadow-color: rgb(41 37 36 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/20 {
    --tw-shadow-color: rgb(41 37 36 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/25 {
    --tw-shadow-color: rgb(41 37 36 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/30 {
    --tw-shadow-color: rgb(41 37 36 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/35 {
    --tw-shadow-color: rgb(41 37 36 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/40 {
    --tw-shadow-color: rgb(41 37 36 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/45 {
    --tw-shadow-color: rgb(41 37 36 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/5 {
    --tw-shadow-color: rgb(41 37 36 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/50 {
    --tw-shadow-color: rgb(41 37 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/55 {
    --tw-shadow-color: rgb(41 37 36 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/60 {
    --tw-shadow-color: rgb(41 37 36 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/65 {
    --tw-shadow-color: rgb(41 37 36 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/70 {
    --tw-shadow-color: rgb(41 37 36 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/75 {
    --tw-shadow-color: rgb(41 37 36 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/80 {
    --tw-shadow-color: rgb(41 37 36 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/85 {
    --tw-shadow-color: rgb(41 37 36 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/90 {
    --tw-shadow-color: rgb(41 37 36 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-800\/95 {
    --tw-shadow-color: rgb(41 37 36 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900 {
    --tw-shadow-color: #1c1917;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/0 {
    --tw-shadow-color: rgb(28 25 23 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/10 {
    --tw-shadow-color: rgb(28 25 23 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/100 {
    --tw-shadow-color: rgb(28 25 23 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/15 {
    --tw-shadow-color: rgb(28 25 23 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/20 {
    --tw-shadow-color: rgb(28 25 23 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/25 {
    --tw-shadow-color: rgb(28 25 23 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/30 {
    --tw-shadow-color: rgb(28 25 23 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/35 {
    --tw-shadow-color: rgb(28 25 23 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/40 {
    --tw-shadow-color: rgb(28 25 23 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/45 {
    --tw-shadow-color: rgb(28 25 23 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/5 {
    --tw-shadow-color: rgb(28 25 23 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/50 {
    --tw-shadow-color: rgb(28 25 23 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/55 {
    --tw-shadow-color: rgb(28 25 23 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/60 {
    --tw-shadow-color: rgb(28 25 23 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/65 {
    --tw-shadow-color: rgb(28 25 23 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/70 {
    --tw-shadow-color: rgb(28 25 23 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/75 {
    --tw-shadow-color: rgb(28 25 23 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/80 {
    --tw-shadow-color: rgb(28 25 23 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/85 {
    --tw-shadow-color: rgb(28 25 23 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/90 {
    --tw-shadow-color: rgb(28 25 23 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-900\/95 {
    --tw-shadow-color: rgb(28 25 23 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950 {
    --tw-shadow-color: #0c0a09;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/0 {
    --tw-shadow-color: rgb(12 10 9 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/10 {
    --tw-shadow-color: rgb(12 10 9 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/100 {
    --tw-shadow-color: rgb(12 10 9 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/15 {
    --tw-shadow-color: rgb(12 10 9 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/20 {
    --tw-shadow-color: rgb(12 10 9 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/25 {
    --tw-shadow-color: rgb(12 10 9 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/30 {
    --tw-shadow-color: rgb(12 10 9 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/35 {
    --tw-shadow-color: rgb(12 10 9 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/40 {
    --tw-shadow-color: rgb(12 10 9 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/45 {
    --tw-shadow-color: rgb(12 10 9 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/5 {
    --tw-shadow-color: rgb(12 10 9 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/50 {
    --tw-shadow-color: rgb(12 10 9 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/55 {
    --tw-shadow-color: rgb(12 10 9 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/60 {
    --tw-shadow-color: rgb(12 10 9 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/65 {
    --tw-shadow-color: rgb(12 10 9 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/70 {
    --tw-shadow-color: rgb(12 10 9 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/75 {
    --tw-shadow-color: rgb(12 10 9 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/80 {
    --tw-shadow-color: rgb(12 10 9 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/85 {
    --tw-shadow-color: rgb(12 10 9 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/90 {
    --tw-shadow-color: rgb(12 10 9 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-stone-950\/95 {
    --tw-shadow-color: rgb(12 10 9 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100 {
    --tw-shadow-color: #ccfbf1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/0 {
    --tw-shadow-color: rgb(204 251 241 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/10 {
    --tw-shadow-color: rgb(204 251 241 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/100 {
    --tw-shadow-color: rgb(204 251 241 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/15 {
    --tw-shadow-color: rgb(204 251 241 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/20 {
    --tw-shadow-color: rgb(204 251 241 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/25 {
    --tw-shadow-color: rgb(204 251 241 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/30 {
    --tw-shadow-color: rgb(204 251 241 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/35 {
    --tw-shadow-color: rgb(204 251 241 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/40 {
    --tw-shadow-color: rgb(204 251 241 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/45 {
    --tw-shadow-color: rgb(204 251 241 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/5 {
    --tw-shadow-color: rgb(204 251 241 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/50 {
    --tw-shadow-color: rgb(204 251 241 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/55 {
    --tw-shadow-color: rgb(204 251 241 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/60 {
    --tw-shadow-color: rgb(204 251 241 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/65 {
    --tw-shadow-color: rgb(204 251 241 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/70 {
    --tw-shadow-color: rgb(204 251 241 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/75 {
    --tw-shadow-color: rgb(204 251 241 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/80 {
    --tw-shadow-color: rgb(204 251 241 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/85 {
    --tw-shadow-color: rgb(204 251 241 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/90 {
    --tw-shadow-color: rgb(204 251 241 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-100\/95 {
    --tw-shadow-color: rgb(204 251 241 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200 {
    --tw-shadow-color: #99f6e4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/0 {
    --tw-shadow-color: rgb(153 246 228 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/10 {
    --tw-shadow-color: rgb(153 246 228 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/100 {
    --tw-shadow-color: rgb(153 246 228 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/15 {
    --tw-shadow-color: rgb(153 246 228 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/20 {
    --tw-shadow-color: rgb(153 246 228 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/25 {
    --tw-shadow-color: rgb(153 246 228 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/30 {
    --tw-shadow-color: rgb(153 246 228 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/35 {
    --tw-shadow-color: rgb(153 246 228 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/40 {
    --tw-shadow-color: rgb(153 246 228 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/45 {
    --tw-shadow-color: rgb(153 246 228 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/5 {
    --tw-shadow-color: rgb(153 246 228 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/50 {
    --tw-shadow-color: rgb(153 246 228 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/55 {
    --tw-shadow-color: rgb(153 246 228 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/60 {
    --tw-shadow-color: rgb(153 246 228 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/65 {
    --tw-shadow-color: rgb(153 246 228 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/70 {
    --tw-shadow-color: rgb(153 246 228 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/75 {
    --tw-shadow-color: rgb(153 246 228 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/80 {
    --tw-shadow-color: rgb(153 246 228 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/85 {
    --tw-shadow-color: rgb(153 246 228 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/90 {
    --tw-shadow-color: rgb(153 246 228 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-200\/95 {
    --tw-shadow-color: rgb(153 246 228 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300 {
    --tw-shadow-color: #5eead4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/0 {
    --tw-shadow-color: rgb(94 234 212 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/10 {
    --tw-shadow-color: rgb(94 234 212 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/100 {
    --tw-shadow-color: rgb(94 234 212 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/15 {
    --tw-shadow-color: rgb(94 234 212 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/20 {
    --tw-shadow-color: rgb(94 234 212 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/25 {
    --tw-shadow-color: rgb(94 234 212 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/30 {
    --tw-shadow-color: rgb(94 234 212 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/35 {
    --tw-shadow-color: rgb(94 234 212 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/40 {
    --tw-shadow-color: rgb(94 234 212 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/45 {
    --tw-shadow-color: rgb(94 234 212 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/5 {
    --tw-shadow-color: rgb(94 234 212 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/50 {
    --tw-shadow-color: rgb(94 234 212 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/55 {
    --tw-shadow-color: rgb(94 234 212 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/60 {
    --tw-shadow-color: rgb(94 234 212 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/65 {
    --tw-shadow-color: rgb(94 234 212 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/70 {
    --tw-shadow-color: rgb(94 234 212 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/75 {
    --tw-shadow-color: rgb(94 234 212 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/80 {
    --tw-shadow-color: rgb(94 234 212 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/85 {
    --tw-shadow-color: rgb(94 234 212 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/90 {
    --tw-shadow-color: rgb(94 234 212 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-300\/95 {
    --tw-shadow-color: rgb(94 234 212 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400 {
    --tw-shadow-color: #2dd4bf;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/0 {
    --tw-shadow-color: rgb(45 212 191 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/10 {
    --tw-shadow-color: rgb(45 212 191 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/100 {
    --tw-shadow-color: rgb(45 212 191 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/15 {
    --tw-shadow-color: rgb(45 212 191 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/20 {
    --tw-shadow-color: rgb(45 212 191 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/25 {
    --tw-shadow-color: rgb(45 212 191 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/30 {
    --tw-shadow-color: rgb(45 212 191 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/35 {
    --tw-shadow-color: rgb(45 212 191 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/40 {
    --tw-shadow-color: rgb(45 212 191 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/45 {
    --tw-shadow-color: rgb(45 212 191 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/5 {
    --tw-shadow-color: rgb(45 212 191 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/50 {
    --tw-shadow-color: rgb(45 212 191 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/55 {
    --tw-shadow-color: rgb(45 212 191 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/60 {
    --tw-shadow-color: rgb(45 212 191 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/65 {
    --tw-shadow-color: rgb(45 212 191 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/70 {
    --tw-shadow-color: rgb(45 212 191 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/75 {
    --tw-shadow-color: rgb(45 212 191 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/80 {
    --tw-shadow-color: rgb(45 212 191 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/85 {
    --tw-shadow-color: rgb(45 212 191 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/90 {
    --tw-shadow-color: rgb(45 212 191 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-400\/95 {
    --tw-shadow-color: rgb(45 212 191 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50 {
    --tw-shadow-color: #f0fdfa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/0 {
    --tw-shadow-color: rgb(240 253 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/10 {
    --tw-shadow-color: rgb(240 253 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/100 {
    --tw-shadow-color: rgb(240 253 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/15 {
    --tw-shadow-color: rgb(240 253 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/20 {
    --tw-shadow-color: rgb(240 253 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/25 {
    --tw-shadow-color: rgb(240 253 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/30 {
    --tw-shadow-color: rgb(240 253 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/35 {
    --tw-shadow-color: rgb(240 253 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/40 {
    --tw-shadow-color: rgb(240 253 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/45 {
    --tw-shadow-color: rgb(240 253 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/5 {
    --tw-shadow-color: rgb(240 253 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/50 {
    --tw-shadow-color: rgb(240 253 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/55 {
    --tw-shadow-color: rgb(240 253 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/60 {
    --tw-shadow-color: rgb(240 253 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/65 {
    --tw-shadow-color: rgb(240 253 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/70 {
    --tw-shadow-color: rgb(240 253 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/75 {
    --tw-shadow-color: rgb(240 253 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/80 {
    --tw-shadow-color: rgb(240 253 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/85 {
    --tw-shadow-color: rgb(240 253 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/90 {
    --tw-shadow-color: rgb(240 253 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-50\/95 {
    --tw-shadow-color: rgb(240 253 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500 {
    --tw-shadow-color: #14b8a6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/0 {
    --tw-shadow-color: rgb(20 184 166 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/10 {
    --tw-shadow-color: rgb(20 184 166 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/100 {
    --tw-shadow-color: rgb(20 184 166 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/15 {
    --tw-shadow-color: rgb(20 184 166 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/20 {
    --tw-shadow-color: rgb(20 184 166 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/25 {
    --tw-shadow-color: rgb(20 184 166 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/30 {
    --tw-shadow-color: rgb(20 184 166 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/35 {
    --tw-shadow-color: rgb(20 184 166 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/40 {
    --tw-shadow-color: rgb(20 184 166 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/45 {
    --tw-shadow-color: rgb(20 184 166 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/5 {
    --tw-shadow-color: rgb(20 184 166 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/50 {
    --tw-shadow-color: rgb(20 184 166 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/55 {
    --tw-shadow-color: rgb(20 184 166 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/60 {
    --tw-shadow-color: rgb(20 184 166 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/65 {
    --tw-shadow-color: rgb(20 184 166 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/70 {
    --tw-shadow-color: rgb(20 184 166 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/75 {
    --tw-shadow-color: rgb(20 184 166 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/80 {
    --tw-shadow-color: rgb(20 184 166 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/85 {
    --tw-shadow-color: rgb(20 184 166 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/90 {
    --tw-shadow-color: rgb(20 184 166 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-500\/95 {
    --tw-shadow-color: rgb(20 184 166 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600 {
    --tw-shadow-color: #0d9488;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/0 {
    --tw-shadow-color: rgb(13 148 136 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/10 {
    --tw-shadow-color: rgb(13 148 136 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/100 {
    --tw-shadow-color: rgb(13 148 136 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/15 {
    --tw-shadow-color: rgb(13 148 136 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/20 {
    --tw-shadow-color: rgb(13 148 136 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/25 {
    --tw-shadow-color: rgb(13 148 136 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/30 {
    --tw-shadow-color: rgb(13 148 136 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/35 {
    --tw-shadow-color: rgb(13 148 136 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/40 {
    --tw-shadow-color: rgb(13 148 136 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/45 {
    --tw-shadow-color: rgb(13 148 136 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/5 {
    --tw-shadow-color: rgb(13 148 136 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/50 {
    --tw-shadow-color: rgb(13 148 136 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/55 {
    --tw-shadow-color: rgb(13 148 136 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/60 {
    --tw-shadow-color: rgb(13 148 136 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/65 {
    --tw-shadow-color: rgb(13 148 136 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/70 {
    --tw-shadow-color: rgb(13 148 136 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/75 {
    --tw-shadow-color: rgb(13 148 136 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/80 {
    --tw-shadow-color: rgb(13 148 136 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/85 {
    --tw-shadow-color: rgb(13 148 136 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/90 {
    --tw-shadow-color: rgb(13 148 136 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-600\/95 {
    --tw-shadow-color: rgb(13 148 136 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700 {
    --tw-shadow-color: #0f766e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/0 {
    --tw-shadow-color: rgb(15 118 110 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/10 {
    --tw-shadow-color: rgb(15 118 110 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/100 {
    --tw-shadow-color: rgb(15 118 110 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/15 {
    --tw-shadow-color: rgb(15 118 110 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/20 {
    --tw-shadow-color: rgb(15 118 110 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/25 {
    --tw-shadow-color: rgb(15 118 110 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/30 {
    --tw-shadow-color: rgb(15 118 110 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/35 {
    --tw-shadow-color: rgb(15 118 110 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/40 {
    --tw-shadow-color: rgb(15 118 110 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/45 {
    --tw-shadow-color: rgb(15 118 110 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/5 {
    --tw-shadow-color: rgb(15 118 110 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/50 {
    --tw-shadow-color: rgb(15 118 110 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/55 {
    --tw-shadow-color: rgb(15 118 110 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/60 {
    --tw-shadow-color: rgb(15 118 110 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/65 {
    --tw-shadow-color: rgb(15 118 110 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/70 {
    --tw-shadow-color: rgb(15 118 110 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/75 {
    --tw-shadow-color: rgb(15 118 110 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/80 {
    --tw-shadow-color: rgb(15 118 110 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/85 {
    --tw-shadow-color: rgb(15 118 110 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/90 {
    --tw-shadow-color: rgb(15 118 110 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-700\/95 {
    --tw-shadow-color: rgb(15 118 110 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800 {
    --tw-shadow-color: #115e59;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/0 {
    --tw-shadow-color: rgb(17 94 89 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/10 {
    --tw-shadow-color: rgb(17 94 89 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/100 {
    --tw-shadow-color: rgb(17 94 89 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/15 {
    --tw-shadow-color: rgb(17 94 89 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/20 {
    --tw-shadow-color: rgb(17 94 89 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/25 {
    --tw-shadow-color: rgb(17 94 89 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/30 {
    --tw-shadow-color: rgb(17 94 89 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/35 {
    --tw-shadow-color: rgb(17 94 89 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/40 {
    --tw-shadow-color: rgb(17 94 89 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/45 {
    --tw-shadow-color: rgb(17 94 89 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/5 {
    --tw-shadow-color: rgb(17 94 89 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/50 {
    --tw-shadow-color: rgb(17 94 89 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/55 {
    --tw-shadow-color: rgb(17 94 89 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/60 {
    --tw-shadow-color: rgb(17 94 89 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/65 {
    --tw-shadow-color: rgb(17 94 89 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/70 {
    --tw-shadow-color: rgb(17 94 89 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/75 {
    --tw-shadow-color: rgb(17 94 89 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/80 {
    --tw-shadow-color: rgb(17 94 89 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/85 {
    --tw-shadow-color: rgb(17 94 89 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/90 {
    --tw-shadow-color: rgb(17 94 89 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-800\/95 {
    --tw-shadow-color: rgb(17 94 89 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900 {
    --tw-shadow-color: #134e4a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/0 {
    --tw-shadow-color: rgb(19 78 74 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/10 {
    --tw-shadow-color: rgb(19 78 74 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/100 {
    --tw-shadow-color: rgb(19 78 74 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/15 {
    --tw-shadow-color: rgb(19 78 74 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/20 {
    --tw-shadow-color: rgb(19 78 74 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/25 {
    --tw-shadow-color: rgb(19 78 74 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/30 {
    --tw-shadow-color: rgb(19 78 74 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/35 {
    --tw-shadow-color: rgb(19 78 74 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/40 {
    --tw-shadow-color: rgb(19 78 74 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/45 {
    --tw-shadow-color: rgb(19 78 74 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/5 {
    --tw-shadow-color: rgb(19 78 74 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/50 {
    --tw-shadow-color: rgb(19 78 74 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/55 {
    --tw-shadow-color: rgb(19 78 74 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/60 {
    --tw-shadow-color: rgb(19 78 74 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/65 {
    --tw-shadow-color: rgb(19 78 74 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/70 {
    --tw-shadow-color: rgb(19 78 74 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/75 {
    --tw-shadow-color: rgb(19 78 74 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/80 {
    --tw-shadow-color: rgb(19 78 74 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/85 {
    --tw-shadow-color: rgb(19 78 74 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/90 {
    --tw-shadow-color: rgb(19 78 74 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-900\/95 {
    --tw-shadow-color: rgb(19 78 74 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950 {
    --tw-shadow-color: #042f2e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/0 {
    --tw-shadow-color: rgb(4 47 46 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/10 {
    --tw-shadow-color: rgb(4 47 46 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/100 {
    --tw-shadow-color: rgb(4 47 46 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/15 {
    --tw-shadow-color: rgb(4 47 46 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/20 {
    --tw-shadow-color: rgb(4 47 46 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/25 {
    --tw-shadow-color: rgb(4 47 46 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/30 {
    --tw-shadow-color: rgb(4 47 46 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/35 {
    --tw-shadow-color: rgb(4 47 46 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/40 {
    --tw-shadow-color: rgb(4 47 46 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/45 {
    --tw-shadow-color: rgb(4 47 46 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/5 {
    --tw-shadow-color: rgb(4 47 46 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/50 {
    --tw-shadow-color: rgb(4 47 46 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/55 {
    --tw-shadow-color: rgb(4 47 46 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/60 {
    --tw-shadow-color: rgb(4 47 46 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/65 {
    --tw-shadow-color: rgb(4 47 46 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/70 {
    --tw-shadow-color: rgb(4 47 46 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/75 {
    --tw-shadow-color: rgb(4 47 46 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/80 {
    --tw-shadow-color: rgb(4 47 46 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/85 {
    --tw-shadow-color: rgb(4 47 46 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/90 {
    --tw-shadow-color: rgb(4 47 46 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-teal-950\/95 {
    --tw-shadow-color: rgb(4 47 46 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent {
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-transparent\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100 {
    --tw-shadow-color: #ede9fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/0 {
    --tw-shadow-color: rgb(237 233 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/10 {
    --tw-shadow-color: rgb(237 233 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/100 {
    --tw-shadow-color: rgb(237 233 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/15 {
    --tw-shadow-color: rgb(237 233 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/20 {
    --tw-shadow-color: rgb(237 233 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/25 {
    --tw-shadow-color: rgb(237 233 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/30 {
    --tw-shadow-color: rgb(237 233 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/35 {
    --tw-shadow-color: rgb(237 233 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/40 {
    --tw-shadow-color: rgb(237 233 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/45 {
    --tw-shadow-color: rgb(237 233 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/5 {
    --tw-shadow-color: rgb(237 233 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/50 {
    --tw-shadow-color: rgb(237 233 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/55 {
    --tw-shadow-color: rgb(237 233 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/60 {
    --tw-shadow-color: rgb(237 233 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/65 {
    --tw-shadow-color: rgb(237 233 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/70 {
    --tw-shadow-color: rgb(237 233 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/75 {
    --tw-shadow-color: rgb(237 233 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/80 {
    --tw-shadow-color: rgb(237 233 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/85 {
    --tw-shadow-color: rgb(237 233 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/90 {
    --tw-shadow-color: rgb(237 233 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-100\/95 {
    --tw-shadow-color: rgb(237 233 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200 {
    --tw-shadow-color: #ddd6fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/0 {
    --tw-shadow-color: rgb(221 214 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/10 {
    --tw-shadow-color: rgb(221 214 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/100 {
    --tw-shadow-color: rgb(221 214 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/15 {
    --tw-shadow-color: rgb(221 214 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/20 {
    --tw-shadow-color: rgb(221 214 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/25 {
    --tw-shadow-color: rgb(221 214 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/30 {
    --tw-shadow-color: rgb(221 214 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/35 {
    --tw-shadow-color: rgb(221 214 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/40 {
    --tw-shadow-color: rgb(221 214 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/45 {
    --tw-shadow-color: rgb(221 214 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/5 {
    --tw-shadow-color: rgb(221 214 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/50 {
    --tw-shadow-color: rgb(221 214 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/55 {
    --tw-shadow-color: rgb(221 214 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/60 {
    --tw-shadow-color: rgb(221 214 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/65 {
    --tw-shadow-color: rgb(221 214 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/70 {
    --tw-shadow-color: rgb(221 214 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/75 {
    --tw-shadow-color: rgb(221 214 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/80 {
    --tw-shadow-color: rgb(221 214 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/85 {
    --tw-shadow-color: rgb(221 214 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/90 {
    --tw-shadow-color: rgb(221 214 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-200\/95 {
    --tw-shadow-color: rgb(221 214 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300 {
    --tw-shadow-color: #c4b5fd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/0 {
    --tw-shadow-color: rgb(196 181 253 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/10 {
    --tw-shadow-color: rgb(196 181 253 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/100 {
    --tw-shadow-color: rgb(196 181 253 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/15 {
    --tw-shadow-color: rgb(196 181 253 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/20 {
    --tw-shadow-color: rgb(196 181 253 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/25 {
    --tw-shadow-color: rgb(196 181 253 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/30 {
    --tw-shadow-color: rgb(196 181 253 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/35 {
    --tw-shadow-color: rgb(196 181 253 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/40 {
    --tw-shadow-color: rgb(196 181 253 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/45 {
    --tw-shadow-color: rgb(196 181 253 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/5 {
    --tw-shadow-color: rgb(196 181 253 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/50 {
    --tw-shadow-color: rgb(196 181 253 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/55 {
    --tw-shadow-color: rgb(196 181 253 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/60 {
    --tw-shadow-color: rgb(196 181 253 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/65 {
    --tw-shadow-color: rgb(196 181 253 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/70 {
    --tw-shadow-color: rgb(196 181 253 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/75 {
    --tw-shadow-color: rgb(196 181 253 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/80 {
    --tw-shadow-color: rgb(196 181 253 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/85 {
    --tw-shadow-color: rgb(196 181 253 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/90 {
    --tw-shadow-color: rgb(196 181 253 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-300\/95 {
    --tw-shadow-color: rgb(196 181 253 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400 {
    --tw-shadow-color: #a78bfa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/0 {
    --tw-shadow-color: rgb(167 139 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/10 {
    --tw-shadow-color: rgb(167 139 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/100 {
    --tw-shadow-color: rgb(167 139 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/15 {
    --tw-shadow-color: rgb(167 139 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/20 {
    --tw-shadow-color: rgb(167 139 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/25 {
    --tw-shadow-color: rgb(167 139 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/30 {
    --tw-shadow-color: rgb(167 139 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/35 {
    --tw-shadow-color: rgb(167 139 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/40 {
    --tw-shadow-color: rgb(167 139 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/45 {
    --tw-shadow-color: rgb(167 139 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/5 {
    --tw-shadow-color: rgb(167 139 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/50 {
    --tw-shadow-color: rgb(167 139 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/55 {
    --tw-shadow-color: rgb(167 139 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/60 {
    --tw-shadow-color: rgb(167 139 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/65 {
    --tw-shadow-color: rgb(167 139 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/70 {
    --tw-shadow-color: rgb(167 139 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/75 {
    --tw-shadow-color: rgb(167 139 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/80 {
    --tw-shadow-color: rgb(167 139 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/85 {
    --tw-shadow-color: rgb(167 139 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/90 {
    --tw-shadow-color: rgb(167 139 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-400\/95 {
    --tw-shadow-color: rgb(167 139 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50 {
    --tw-shadow-color: #f5f3ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/0 {
    --tw-shadow-color: rgb(245 243 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/10 {
    --tw-shadow-color: rgb(245 243 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/100 {
    --tw-shadow-color: rgb(245 243 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/15 {
    --tw-shadow-color: rgb(245 243 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/20 {
    --tw-shadow-color: rgb(245 243 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/25 {
    --tw-shadow-color: rgb(245 243 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/30 {
    --tw-shadow-color: rgb(245 243 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/35 {
    --tw-shadow-color: rgb(245 243 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/40 {
    --tw-shadow-color: rgb(245 243 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/45 {
    --tw-shadow-color: rgb(245 243 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/5 {
    --tw-shadow-color: rgb(245 243 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/50 {
    --tw-shadow-color: rgb(245 243 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/55 {
    --tw-shadow-color: rgb(245 243 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/60 {
    --tw-shadow-color: rgb(245 243 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/65 {
    --tw-shadow-color: rgb(245 243 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/70 {
    --tw-shadow-color: rgb(245 243 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/75 {
    --tw-shadow-color: rgb(245 243 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/80 {
    --tw-shadow-color: rgb(245 243 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/85 {
    --tw-shadow-color: rgb(245 243 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/90 {
    --tw-shadow-color: rgb(245 243 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-50\/95 {
    --tw-shadow-color: rgb(245 243 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500 {
    --tw-shadow-color: #8b5cf6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/0 {
    --tw-shadow-color: rgb(139 92 246 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/10 {
    --tw-shadow-color: rgb(139 92 246 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/100 {
    --tw-shadow-color: rgb(139 92 246 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/15 {
    --tw-shadow-color: rgb(139 92 246 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/20 {
    --tw-shadow-color: rgb(139 92 246 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/25 {
    --tw-shadow-color: rgb(139 92 246 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/30 {
    --tw-shadow-color: rgb(139 92 246 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/35 {
    --tw-shadow-color: rgb(139 92 246 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/40 {
    --tw-shadow-color: rgb(139 92 246 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/45 {
    --tw-shadow-color: rgb(139 92 246 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/5 {
    --tw-shadow-color: rgb(139 92 246 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/50 {
    --tw-shadow-color: rgb(139 92 246 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/55 {
    --tw-shadow-color: rgb(139 92 246 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/60 {
    --tw-shadow-color: rgb(139 92 246 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/65 {
    --tw-shadow-color: rgb(139 92 246 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/70 {
    --tw-shadow-color: rgb(139 92 246 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/75 {
    --tw-shadow-color: rgb(139 92 246 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/80 {
    --tw-shadow-color: rgb(139 92 246 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/85 {
    --tw-shadow-color: rgb(139 92 246 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/90 {
    --tw-shadow-color: rgb(139 92 246 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-500\/95 {
    --tw-shadow-color: rgb(139 92 246 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600 {
    --tw-shadow-color: #7c3aed;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/0 {
    --tw-shadow-color: rgb(124 58 237 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/10 {
    --tw-shadow-color: rgb(124 58 237 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/100 {
    --tw-shadow-color: rgb(124 58 237 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/15 {
    --tw-shadow-color: rgb(124 58 237 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/20 {
    --tw-shadow-color: rgb(124 58 237 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/25 {
    --tw-shadow-color: rgb(124 58 237 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/30 {
    --tw-shadow-color: rgb(124 58 237 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/35 {
    --tw-shadow-color: rgb(124 58 237 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/40 {
    --tw-shadow-color: rgb(124 58 237 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/45 {
    --tw-shadow-color: rgb(124 58 237 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/5 {
    --tw-shadow-color: rgb(124 58 237 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/50 {
    --tw-shadow-color: rgb(124 58 237 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/55 {
    --tw-shadow-color: rgb(124 58 237 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/60 {
    --tw-shadow-color: rgb(124 58 237 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/65 {
    --tw-shadow-color: rgb(124 58 237 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/70 {
    --tw-shadow-color: rgb(124 58 237 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/75 {
    --tw-shadow-color: rgb(124 58 237 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/80 {
    --tw-shadow-color: rgb(124 58 237 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/85 {
    --tw-shadow-color: rgb(124 58 237 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/90 {
    --tw-shadow-color: rgb(124 58 237 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-600\/95 {
    --tw-shadow-color: rgb(124 58 237 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700 {
    --tw-shadow-color: #6d28d9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/0 {
    --tw-shadow-color: rgb(109 40 217 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/10 {
    --tw-shadow-color: rgb(109 40 217 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/100 {
    --tw-shadow-color: rgb(109 40 217 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/15 {
    --tw-shadow-color: rgb(109 40 217 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/20 {
    --tw-shadow-color: rgb(109 40 217 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/25 {
    --tw-shadow-color: rgb(109 40 217 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/30 {
    --tw-shadow-color: rgb(109 40 217 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/35 {
    --tw-shadow-color: rgb(109 40 217 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/40 {
    --tw-shadow-color: rgb(109 40 217 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/45 {
    --tw-shadow-color: rgb(109 40 217 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/5 {
    --tw-shadow-color: rgb(109 40 217 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/50 {
    --tw-shadow-color: rgb(109 40 217 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/55 {
    --tw-shadow-color: rgb(109 40 217 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/60 {
    --tw-shadow-color: rgb(109 40 217 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/65 {
    --tw-shadow-color: rgb(109 40 217 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/70 {
    --tw-shadow-color: rgb(109 40 217 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/75 {
    --tw-shadow-color: rgb(109 40 217 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/80 {
    --tw-shadow-color: rgb(109 40 217 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/85 {
    --tw-shadow-color: rgb(109 40 217 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/90 {
    --tw-shadow-color: rgb(109 40 217 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-700\/95 {
    --tw-shadow-color: rgb(109 40 217 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800 {
    --tw-shadow-color: #5b21b6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/0 {
    --tw-shadow-color: rgb(91 33 182 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/10 {
    --tw-shadow-color: rgb(91 33 182 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/100 {
    --tw-shadow-color: rgb(91 33 182 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/15 {
    --tw-shadow-color: rgb(91 33 182 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/20 {
    --tw-shadow-color: rgb(91 33 182 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/25 {
    --tw-shadow-color: rgb(91 33 182 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/30 {
    --tw-shadow-color: rgb(91 33 182 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/35 {
    --tw-shadow-color: rgb(91 33 182 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/40 {
    --tw-shadow-color: rgb(91 33 182 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/45 {
    --tw-shadow-color: rgb(91 33 182 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/5 {
    --tw-shadow-color: rgb(91 33 182 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/50 {
    --tw-shadow-color: rgb(91 33 182 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/55 {
    --tw-shadow-color: rgb(91 33 182 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/60 {
    --tw-shadow-color: rgb(91 33 182 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/65 {
    --tw-shadow-color: rgb(91 33 182 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/70 {
    --tw-shadow-color: rgb(91 33 182 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/75 {
    --tw-shadow-color: rgb(91 33 182 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/80 {
    --tw-shadow-color: rgb(91 33 182 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/85 {
    --tw-shadow-color: rgb(91 33 182 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/90 {
    --tw-shadow-color: rgb(91 33 182 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-800\/95 {
    --tw-shadow-color: rgb(91 33 182 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900 {
    --tw-shadow-color: #4c1d95;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/0 {
    --tw-shadow-color: rgb(76 29 149 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/10 {
    --tw-shadow-color: rgb(76 29 149 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/100 {
    --tw-shadow-color: rgb(76 29 149 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/15 {
    --tw-shadow-color: rgb(76 29 149 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/20 {
    --tw-shadow-color: rgb(76 29 149 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/25 {
    --tw-shadow-color: rgb(76 29 149 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/30 {
    --tw-shadow-color: rgb(76 29 149 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/35 {
    --tw-shadow-color: rgb(76 29 149 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/40 {
    --tw-shadow-color: rgb(76 29 149 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/45 {
    --tw-shadow-color: rgb(76 29 149 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/5 {
    --tw-shadow-color: rgb(76 29 149 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/50 {
    --tw-shadow-color: rgb(76 29 149 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/55 {
    --tw-shadow-color: rgb(76 29 149 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/60 {
    --tw-shadow-color: rgb(76 29 149 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/65 {
    --tw-shadow-color: rgb(76 29 149 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/70 {
    --tw-shadow-color: rgb(76 29 149 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/75 {
    --tw-shadow-color: rgb(76 29 149 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/80 {
    --tw-shadow-color: rgb(76 29 149 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/85 {
    --tw-shadow-color: rgb(76 29 149 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/90 {
    --tw-shadow-color: rgb(76 29 149 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-900\/95 {
    --tw-shadow-color: rgb(76 29 149 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950 {
    --tw-shadow-color: #2e1065;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/0 {
    --tw-shadow-color: rgb(46 16 101 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/10 {
    --tw-shadow-color: rgb(46 16 101 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/100 {
    --tw-shadow-color: rgb(46 16 101 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/15 {
    --tw-shadow-color: rgb(46 16 101 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/20 {
    --tw-shadow-color: rgb(46 16 101 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/25 {
    --tw-shadow-color: rgb(46 16 101 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/30 {
    --tw-shadow-color: rgb(46 16 101 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/35 {
    --tw-shadow-color: rgb(46 16 101 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/40 {
    --tw-shadow-color: rgb(46 16 101 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/45 {
    --tw-shadow-color: rgb(46 16 101 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/5 {
    --tw-shadow-color: rgb(46 16 101 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/50 {
    --tw-shadow-color: rgb(46 16 101 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/55 {
    --tw-shadow-color: rgb(46 16 101 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/60 {
    --tw-shadow-color: rgb(46 16 101 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/65 {
    --tw-shadow-color: rgb(46 16 101 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/70 {
    --tw-shadow-color: rgb(46 16 101 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/75 {
    --tw-shadow-color: rgb(46 16 101 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/80 {
    --tw-shadow-color: rgb(46 16 101 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/85 {
    --tw-shadow-color: rgb(46 16 101 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/90 {
    --tw-shadow-color: rgb(46 16 101 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-violet-950\/95 {
    --tw-shadow-color: rgb(46 16 101 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white {
    --tw-shadow-color: #fff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/0 {
    --tw-shadow-color: rgb(255 255 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/10 {
    --tw-shadow-color: rgb(255 255 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/100 {
    --tw-shadow-color: rgb(255 255 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/15 {
    --tw-shadow-color: rgb(255 255 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/20 {
    --tw-shadow-color: rgb(255 255 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/25 {
    --tw-shadow-color: rgb(255 255 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/30 {
    --tw-shadow-color: rgb(255 255 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/35 {
    --tw-shadow-color: rgb(255 255 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/40 {
    --tw-shadow-color: rgb(255 255 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/45 {
    --tw-shadow-color: rgb(255 255 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/5 {
    --tw-shadow-color: rgb(255 255 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/50 {
    --tw-shadow-color: rgb(255 255 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/55 {
    --tw-shadow-color: rgb(255 255 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/60 {
    --tw-shadow-color: rgb(255 255 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/65 {
    --tw-shadow-color: rgb(255 255 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/70 {
    --tw-shadow-color: rgb(255 255 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/75 {
    --tw-shadow-color: rgb(255 255 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/80 {
    --tw-shadow-color: rgb(255 255 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/85 {
    --tw-shadow-color: rgb(255 255 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/90 {
    --tw-shadow-color: rgb(255 255 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-white\/95 {
    --tw-shadow-color: rgb(255 255 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .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\/15 {
    --tw-shadow-color: rgb(254 249 195 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(254 249 195 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(254 249 195 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(254 249 195 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(254 249 195 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(254 249 195 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(254 240 138 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(254 240 138 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(254 240 138 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(254 240 138 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(254 240 138 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(254 240 138 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(253 224 71 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(253 224 71 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(253 224 71 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(253 224 71 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(253 224 71 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(253 224 71 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(250 204 21 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(250 204 21 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(250 204 21 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(250 204 21 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(250 204 21 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(250 204 21 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(254 252 232 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(254 252 232 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(254 252 232 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(254 252 232 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(254 252 232 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(254 252 232 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(234 179 8 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(234 179 8 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(234 179 8 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(234 179 8 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(234 179 8 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(234 179 8 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(202 138 4 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(202 138 4 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(202 138 4 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(202 138 4 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(202 138 4 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(202 138 4 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(161 98 7 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(161 98 7 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(161 98 7 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(161 98 7 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(161 98 7 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(161 98 7 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(133 77 14 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(133 77 14 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(133 77 14 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(133 77 14 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(133 77 14 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(133 77 14 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(113 63 18 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(113 63 18 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(113 63 18 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(113 63 18 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(113 63 18 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(113 63 18 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(66 32 6 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(66 32 6 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(66 32 6 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(66 32 6 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(66 32 6 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(66 32 6 / 0.85);
    --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\:shadow-zinc-100 {
    --tw-shadow-color: #f4f4f5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/0 {
    --tw-shadow-color: rgb(244 244 245 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/10 {
    --tw-shadow-color: rgb(244 244 245 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/100 {
    --tw-shadow-color: rgb(244 244 245 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/15 {
    --tw-shadow-color: rgb(244 244 245 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/20 {
    --tw-shadow-color: rgb(244 244 245 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/25 {
    --tw-shadow-color: rgb(244 244 245 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/30 {
    --tw-shadow-color: rgb(244 244 245 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/35 {
    --tw-shadow-color: rgb(244 244 245 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/40 {
    --tw-shadow-color: rgb(244 244 245 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/45 {
    --tw-shadow-color: rgb(244 244 245 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/5 {
    --tw-shadow-color: rgb(244 244 245 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/50 {
    --tw-shadow-color: rgb(244 244 245 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/55 {
    --tw-shadow-color: rgb(244 244 245 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/60 {
    --tw-shadow-color: rgb(244 244 245 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/65 {
    --tw-shadow-color: rgb(244 244 245 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/70 {
    --tw-shadow-color: rgb(244 244 245 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/75 {
    --tw-shadow-color: rgb(244 244 245 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/80 {
    --tw-shadow-color: rgb(244 244 245 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/85 {
    --tw-shadow-color: rgb(244 244 245 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/90 {
    --tw-shadow-color: rgb(244 244 245 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-100\/95 {
    --tw-shadow-color: rgb(244 244 245 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200 {
    --tw-shadow-color: #e4e4e7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/0 {
    --tw-shadow-color: rgb(228 228 231 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/10 {
    --tw-shadow-color: rgb(228 228 231 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/100 {
    --tw-shadow-color: rgb(228 228 231 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/15 {
    --tw-shadow-color: rgb(228 228 231 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/20 {
    --tw-shadow-color: rgb(228 228 231 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/25 {
    --tw-shadow-color: rgb(228 228 231 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/30 {
    --tw-shadow-color: rgb(228 228 231 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/35 {
    --tw-shadow-color: rgb(228 228 231 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/40 {
    --tw-shadow-color: rgb(228 228 231 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/45 {
    --tw-shadow-color: rgb(228 228 231 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/5 {
    --tw-shadow-color: rgb(228 228 231 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/50 {
    --tw-shadow-color: rgb(228 228 231 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/55 {
    --tw-shadow-color: rgb(228 228 231 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/60 {
    --tw-shadow-color: rgb(228 228 231 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/65 {
    --tw-shadow-color: rgb(228 228 231 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/70 {
    --tw-shadow-color: rgb(228 228 231 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/75 {
    --tw-shadow-color: rgb(228 228 231 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/80 {
    --tw-shadow-color: rgb(228 228 231 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/85 {
    --tw-shadow-color: rgb(228 228 231 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/90 {
    --tw-shadow-color: rgb(228 228 231 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-200\/95 {
    --tw-shadow-color: rgb(228 228 231 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300 {
    --tw-shadow-color: #d4d4d8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/0 {
    --tw-shadow-color: rgb(212 212 216 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/10 {
    --tw-shadow-color: rgb(212 212 216 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/100 {
    --tw-shadow-color: rgb(212 212 216 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/15 {
    --tw-shadow-color: rgb(212 212 216 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/20 {
    --tw-shadow-color: rgb(212 212 216 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/25 {
    --tw-shadow-color: rgb(212 212 216 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/30 {
    --tw-shadow-color: rgb(212 212 216 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/35 {
    --tw-shadow-color: rgb(212 212 216 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/40 {
    --tw-shadow-color: rgb(212 212 216 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/45 {
    --tw-shadow-color: rgb(212 212 216 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/5 {
    --tw-shadow-color: rgb(212 212 216 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/50 {
    --tw-shadow-color: rgb(212 212 216 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/55 {
    --tw-shadow-color: rgb(212 212 216 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/60 {
    --tw-shadow-color: rgb(212 212 216 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/65 {
    --tw-shadow-color: rgb(212 212 216 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/70 {
    --tw-shadow-color: rgb(212 212 216 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/75 {
    --tw-shadow-color: rgb(212 212 216 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/80 {
    --tw-shadow-color: rgb(212 212 216 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/85 {
    --tw-shadow-color: rgb(212 212 216 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/90 {
    --tw-shadow-color: rgb(212 212 216 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-300\/95 {
    --tw-shadow-color: rgb(212 212 216 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400 {
    --tw-shadow-color: #a1a1aa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/0 {
    --tw-shadow-color: rgb(161 161 170 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/10 {
    --tw-shadow-color: rgb(161 161 170 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/100 {
    --tw-shadow-color: rgb(161 161 170 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/15 {
    --tw-shadow-color: rgb(161 161 170 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/20 {
    --tw-shadow-color: rgb(161 161 170 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/25 {
    --tw-shadow-color: rgb(161 161 170 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/30 {
    --tw-shadow-color: rgb(161 161 170 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/35 {
    --tw-shadow-color: rgb(161 161 170 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/40 {
    --tw-shadow-color: rgb(161 161 170 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/45 {
    --tw-shadow-color: rgb(161 161 170 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/5 {
    --tw-shadow-color: rgb(161 161 170 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/50 {
    --tw-shadow-color: rgb(161 161 170 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/55 {
    --tw-shadow-color: rgb(161 161 170 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/60 {
    --tw-shadow-color: rgb(161 161 170 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/65 {
    --tw-shadow-color: rgb(161 161 170 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/70 {
    --tw-shadow-color: rgb(161 161 170 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/75 {
    --tw-shadow-color: rgb(161 161 170 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/80 {
    --tw-shadow-color: rgb(161 161 170 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/85 {
    --tw-shadow-color: rgb(161 161 170 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/90 {
    --tw-shadow-color: rgb(161 161 170 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-400\/95 {
    --tw-shadow-color: rgb(161 161 170 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50 {
    --tw-shadow-color: #fafafa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/0 {
    --tw-shadow-color: rgb(250 250 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/10 {
    --tw-shadow-color: rgb(250 250 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/100 {
    --tw-shadow-color: rgb(250 250 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/15 {
    --tw-shadow-color: rgb(250 250 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/20 {
    --tw-shadow-color: rgb(250 250 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/25 {
    --tw-shadow-color: rgb(250 250 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/30 {
    --tw-shadow-color: rgb(250 250 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/35 {
    --tw-shadow-color: rgb(250 250 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/40 {
    --tw-shadow-color: rgb(250 250 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/45 {
    --tw-shadow-color: rgb(250 250 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/5 {
    --tw-shadow-color: rgb(250 250 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/50 {
    --tw-shadow-color: rgb(250 250 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/55 {
    --tw-shadow-color: rgb(250 250 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/60 {
    --tw-shadow-color: rgb(250 250 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/65 {
    --tw-shadow-color: rgb(250 250 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/70 {
    --tw-shadow-color: rgb(250 250 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/75 {
    --tw-shadow-color: rgb(250 250 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/80 {
    --tw-shadow-color: rgb(250 250 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/85 {
    --tw-shadow-color: rgb(250 250 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/90 {
    --tw-shadow-color: rgb(250 250 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-50\/95 {
    --tw-shadow-color: rgb(250 250 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500 {
    --tw-shadow-color: #71717a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/0 {
    --tw-shadow-color: rgb(113 113 122 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/10 {
    --tw-shadow-color: rgb(113 113 122 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/100 {
    --tw-shadow-color: rgb(113 113 122 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/15 {
    --tw-shadow-color: rgb(113 113 122 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/20 {
    --tw-shadow-color: rgb(113 113 122 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/25 {
    --tw-shadow-color: rgb(113 113 122 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/30 {
    --tw-shadow-color: rgb(113 113 122 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/35 {
    --tw-shadow-color: rgb(113 113 122 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/40 {
    --tw-shadow-color: rgb(113 113 122 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/45 {
    --tw-shadow-color: rgb(113 113 122 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/5 {
    --tw-shadow-color: rgb(113 113 122 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/50 {
    --tw-shadow-color: rgb(113 113 122 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/55 {
    --tw-shadow-color: rgb(113 113 122 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/60 {
    --tw-shadow-color: rgb(113 113 122 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/65 {
    --tw-shadow-color: rgb(113 113 122 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/70 {
    --tw-shadow-color: rgb(113 113 122 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/75 {
    --tw-shadow-color: rgb(113 113 122 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/80 {
    --tw-shadow-color: rgb(113 113 122 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/85 {
    --tw-shadow-color: rgb(113 113 122 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/90 {
    --tw-shadow-color: rgb(113 113 122 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-500\/95 {
    --tw-shadow-color: rgb(113 113 122 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600 {
    --tw-shadow-color: #52525b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/0 {
    --tw-shadow-color: rgb(82 82 91 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/10 {
    --tw-shadow-color: rgb(82 82 91 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/100 {
    --tw-shadow-color: rgb(82 82 91 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/15 {
    --tw-shadow-color: rgb(82 82 91 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/20 {
    --tw-shadow-color: rgb(82 82 91 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/25 {
    --tw-shadow-color: rgb(82 82 91 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/30 {
    --tw-shadow-color: rgb(82 82 91 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/35 {
    --tw-shadow-color: rgb(82 82 91 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/40 {
    --tw-shadow-color: rgb(82 82 91 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/45 {
    --tw-shadow-color: rgb(82 82 91 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/5 {
    --tw-shadow-color: rgb(82 82 91 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/50 {
    --tw-shadow-color: rgb(82 82 91 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/55 {
    --tw-shadow-color: rgb(82 82 91 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/60 {
    --tw-shadow-color: rgb(82 82 91 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/65 {
    --tw-shadow-color: rgb(82 82 91 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/70 {
    --tw-shadow-color: rgb(82 82 91 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/75 {
    --tw-shadow-color: rgb(82 82 91 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/80 {
    --tw-shadow-color: rgb(82 82 91 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/85 {
    --tw-shadow-color: rgb(82 82 91 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/90 {
    --tw-shadow-color: rgb(82 82 91 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-600\/95 {
    --tw-shadow-color: rgb(82 82 91 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700 {
    --tw-shadow-color: #3f3f46;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/0 {
    --tw-shadow-color: rgb(63 63 70 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/10 {
    --tw-shadow-color: rgb(63 63 70 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/100 {
    --tw-shadow-color: rgb(63 63 70 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/15 {
    --tw-shadow-color: rgb(63 63 70 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/20 {
    --tw-shadow-color: rgb(63 63 70 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/25 {
    --tw-shadow-color: rgb(63 63 70 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/30 {
    --tw-shadow-color: rgb(63 63 70 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/35 {
    --tw-shadow-color: rgb(63 63 70 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/40 {
    --tw-shadow-color: rgb(63 63 70 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/45 {
    --tw-shadow-color: rgb(63 63 70 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/5 {
    --tw-shadow-color: rgb(63 63 70 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/50 {
    --tw-shadow-color: rgb(63 63 70 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/55 {
    --tw-shadow-color: rgb(63 63 70 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/60 {
    --tw-shadow-color: rgb(63 63 70 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/65 {
    --tw-shadow-color: rgb(63 63 70 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/70 {
    --tw-shadow-color: rgb(63 63 70 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/75 {
    --tw-shadow-color: rgb(63 63 70 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/80 {
    --tw-shadow-color: rgb(63 63 70 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/85 {
    --tw-shadow-color: rgb(63 63 70 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/90 {
    --tw-shadow-color: rgb(63 63 70 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-700\/95 {
    --tw-shadow-color: rgb(63 63 70 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800 {
    --tw-shadow-color: #27272a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/0 {
    --tw-shadow-color: rgb(39 39 42 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/10 {
    --tw-shadow-color: rgb(39 39 42 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/100 {
    --tw-shadow-color: rgb(39 39 42 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/15 {
    --tw-shadow-color: rgb(39 39 42 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/20 {
    --tw-shadow-color: rgb(39 39 42 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/25 {
    --tw-shadow-color: rgb(39 39 42 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/30 {
    --tw-shadow-color: rgb(39 39 42 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/35 {
    --tw-shadow-color: rgb(39 39 42 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/40 {
    --tw-shadow-color: rgb(39 39 42 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/45 {
    --tw-shadow-color: rgb(39 39 42 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/5 {
    --tw-shadow-color: rgb(39 39 42 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/50 {
    --tw-shadow-color: rgb(39 39 42 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/55 {
    --tw-shadow-color: rgb(39 39 42 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/60 {
    --tw-shadow-color: rgb(39 39 42 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/65 {
    --tw-shadow-color: rgb(39 39 42 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/70 {
    --tw-shadow-color: rgb(39 39 42 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/75 {
    --tw-shadow-color: rgb(39 39 42 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/80 {
    --tw-shadow-color: rgb(39 39 42 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/85 {
    --tw-shadow-color: rgb(39 39 42 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/90 {
    --tw-shadow-color: rgb(39 39 42 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-800\/95 {
    --tw-shadow-color: rgb(39 39 42 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900 {
    --tw-shadow-color: #18181b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/0 {
    --tw-shadow-color: rgb(24 24 27 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/10 {
    --tw-shadow-color: rgb(24 24 27 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/100 {
    --tw-shadow-color: rgb(24 24 27 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/15 {
    --tw-shadow-color: rgb(24 24 27 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/20 {
    --tw-shadow-color: rgb(24 24 27 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/25 {
    --tw-shadow-color: rgb(24 24 27 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/30 {
    --tw-shadow-color: rgb(24 24 27 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/35 {
    --tw-shadow-color: rgb(24 24 27 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/40 {
    --tw-shadow-color: rgb(24 24 27 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/45 {
    --tw-shadow-color: rgb(24 24 27 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/5 {
    --tw-shadow-color: rgb(24 24 27 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/50 {
    --tw-shadow-color: rgb(24 24 27 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/55 {
    --tw-shadow-color: rgb(24 24 27 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/60 {
    --tw-shadow-color: rgb(24 24 27 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/65 {
    --tw-shadow-color: rgb(24 24 27 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/70 {
    --tw-shadow-color: rgb(24 24 27 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/75 {
    --tw-shadow-color: rgb(24 24 27 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/80 {
    --tw-shadow-color: rgb(24 24 27 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/85 {
    --tw-shadow-color: rgb(24 24 27 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/90 {
    --tw-shadow-color: rgb(24 24 27 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-900\/95 {
    --tw-shadow-color: rgb(24 24 27 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950 {
    --tw-shadow-color: #09090b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/0 {
    --tw-shadow-color: rgb(9 9 11 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/10 {
    --tw-shadow-color: rgb(9 9 11 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/100 {
    --tw-shadow-color: rgb(9 9 11 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/15 {
    --tw-shadow-color: rgb(9 9 11 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/20 {
    --tw-shadow-color: rgb(9 9 11 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/25 {
    --tw-shadow-color: rgb(9 9 11 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/30 {
    --tw-shadow-color: rgb(9 9 11 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/35 {
    --tw-shadow-color: rgb(9 9 11 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/40 {
    --tw-shadow-color: rgb(9 9 11 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/45 {
    --tw-shadow-color: rgb(9 9 11 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/5 {
    --tw-shadow-color: rgb(9 9 11 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/50 {
    --tw-shadow-color: rgb(9 9 11 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/55 {
    --tw-shadow-color: rgb(9 9 11 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/60 {
    --tw-shadow-color: rgb(9 9 11 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/65 {
    --tw-shadow-color: rgb(9 9 11 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/70 {
    --tw-shadow-color: rgb(9 9 11 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/75 {
    --tw-shadow-color: rgb(9 9 11 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/80 {
    --tw-shadow-color: rgb(9 9 11 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/85 {
    --tw-shadow-color: rgb(9 9 11 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/90 {
    --tw-shadow-color: rgb(9 9 11 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .sm\:shadow-zinc-950\/95 {
    --tw-shadow-color: rgb(9 9 11 / 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\/15 {
    outline-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(254 249 195 / 0.35);
  }

  .sm\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .sm\:outline-yellow-100\/45 {
    outline-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(254 249 195 / 0.55);
  }

  .sm\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .sm\:outline-yellow-100\/65 {
    outline-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(254 240 138 / 0.35);
  }

  .sm\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .sm\:outline-yellow-200\/45 {
    outline-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(254 240 138 / 0.55);
  }

  .sm\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .sm\:outline-yellow-200\/65 {
    outline-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    outline-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(250 204 21 / 0.35);
  }

  .sm\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .sm\:outline-yellow-400\/45 {
    outline-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(250 204 21 / 0.55);
  }

  .sm\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .sm\:outline-yellow-400\/65 {
    outline-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(254 252 232 / 0.35);
  }

  .sm\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .sm\:outline-yellow-50\/45 {
    outline-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(254 252 232 / 0.55);
  }

  .sm\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .sm\:outline-yellow-50\/65 {
    outline-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(234 179 8 / 0.35);
  }

  .sm\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .sm\:outline-yellow-500\/45 {
    outline-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(234 179 8 / 0.55);
  }

  .sm\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .sm\:outline-yellow-500\/65 {
    outline-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(202 138 4 / 0.35);
  }

  .sm\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .sm\:outline-yellow-600\/45 {
    outline-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(202 138 4 / 0.55);
  }

  .sm\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .sm\:outline-yellow-600\/65 {
    outline-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    outline-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(133 77 14 / 0.35);
  }

  .sm\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .sm\:outline-yellow-800\/45 {
    outline-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(133 77 14 / 0.55);
  }

  .sm\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .sm\:outline-yellow-800\/65 {
    outline-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(133 77 14 / 0.85);
  }

  .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\:ring-accent-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(235 251 203 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-100\/0 {
    --tw-ring-color: rgb(235 251 203 / 0);
  }

  .sm\:ring-accent-100\/10 {
    --tw-ring-color: rgb(235 251 203 / 0.1);
  }

  .sm\:ring-accent-100\/100 {
    --tw-ring-color: rgb(235 251 203 / 1);
  }

  .sm\:ring-accent-100\/15 {
    --tw-ring-color: rgb(235 251 203 / 0.15);
  }

  .sm\:ring-accent-100\/20 {
    --tw-ring-color: rgb(235 251 203 / 0.2);
  }

  .sm\:ring-accent-100\/25 {
    --tw-ring-color: rgb(235 251 203 / 0.25);
  }

  .sm\:ring-accent-100\/30 {
    --tw-ring-color: rgb(235 251 203 / 0.3);
  }

  .sm\:ring-accent-100\/35 {
    --tw-ring-color: rgb(235 251 203 / 0.35);
  }

  .sm\:ring-accent-100\/40 {
    --tw-ring-color: rgb(235 251 203 / 0.4);
  }

  .sm\:ring-accent-100\/45 {
    --tw-ring-color: rgb(235 251 203 / 0.45);
  }

  .sm\:ring-accent-100\/5 {
    --tw-ring-color: rgb(235 251 203 / 0.05);
  }

  .sm\:ring-accent-100\/50 {
    --tw-ring-color: rgb(235 251 203 / 0.5);
  }

  .sm\:ring-accent-100\/55 {
    --tw-ring-color: rgb(235 251 203 / 0.55);
  }

  .sm\:ring-accent-100\/60 {
    --tw-ring-color: rgb(235 251 203 / 0.6);
  }

  .sm\:ring-accent-100\/65 {
    --tw-ring-color: rgb(235 251 203 / 0.65);
  }

  .sm\:ring-accent-100\/70 {
    --tw-ring-color: rgb(235 251 203 / 0.7);
  }

  .sm\:ring-accent-100\/75 {
    --tw-ring-color: rgb(235 251 203 / 0.75);
  }

  .sm\:ring-accent-100\/80 {
    --tw-ring-color: rgb(235 251 203 / 0.8);
  }

  .sm\:ring-accent-100\/85 {
    --tw-ring-color: rgb(235 251 203 / 0.85);
  }

  .sm\:ring-accent-100\/90 {
    --tw-ring-color: rgb(235 251 203 / 0.9);
  }

  .sm\:ring-accent-100\/95 {
    --tw-ring-color: rgb(235 251 203 / 0.95);
  }

  .sm\:ring-accent-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(216 246 154 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-200\/0 {
    --tw-ring-color: rgb(216 246 154 / 0);
  }

  .sm\:ring-accent-200\/10 {
    --tw-ring-color: rgb(216 246 154 / 0.1);
  }

  .sm\:ring-accent-200\/100 {
    --tw-ring-color: rgb(216 246 154 / 1);
  }

  .sm\:ring-accent-200\/15 {
    --tw-ring-color: rgb(216 246 154 / 0.15);
  }

  .sm\:ring-accent-200\/20 {
    --tw-ring-color: rgb(216 246 154 / 0.2);
  }

  .sm\:ring-accent-200\/25 {
    --tw-ring-color: rgb(216 246 154 / 0.25);
  }

  .sm\:ring-accent-200\/30 {
    --tw-ring-color: rgb(216 246 154 / 0.3);
  }

  .sm\:ring-accent-200\/35 {
    --tw-ring-color: rgb(216 246 154 / 0.35);
  }

  .sm\:ring-accent-200\/40 {
    --tw-ring-color: rgb(216 246 154 / 0.4);
  }

  .sm\:ring-accent-200\/45 {
    --tw-ring-color: rgb(216 246 154 / 0.45);
  }

  .sm\:ring-accent-200\/5 {
    --tw-ring-color: rgb(216 246 154 / 0.05);
  }

  .sm\:ring-accent-200\/50 {
    --tw-ring-color: rgb(216 246 154 / 0.5);
  }

  .sm\:ring-accent-200\/55 {
    --tw-ring-color: rgb(216 246 154 / 0.55);
  }

  .sm\:ring-accent-200\/60 {
    --tw-ring-color: rgb(216 246 154 / 0.6);
  }

  .sm\:ring-accent-200\/65 {
    --tw-ring-color: rgb(216 246 154 / 0.65);
  }

  .sm\:ring-accent-200\/70 {
    --tw-ring-color: rgb(216 246 154 / 0.7);
  }

  .sm\:ring-accent-200\/75 {
    --tw-ring-color: rgb(216 246 154 / 0.75);
  }

  .sm\:ring-accent-200\/80 {
    --tw-ring-color: rgb(216 246 154 / 0.8);
  }

  .sm\:ring-accent-200\/85 {
    --tw-ring-color: rgb(216 246 154 / 0.85);
  }

  .sm\:ring-accent-200\/90 {
    --tw-ring-color: rgb(216 246 154 / 0.9);
  }

  .sm\:ring-accent-200\/95 {
    --tw-ring-color: rgb(216 246 154 / 0.95);
  }

  .sm\:ring-accent-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(196 240 120 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-300\/0 {
    --tw-ring-color: rgb(196 240 120 / 0);
  }

  .sm\:ring-accent-300\/10 {
    --tw-ring-color: rgb(196 240 120 / 0.1);
  }

  .sm\:ring-accent-300\/100 {
    --tw-ring-color: rgb(196 240 120 / 1);
  }

  .sm\:ring-accent-300\/15 {
    --tw-ring-color: rgb(196 240 120 / 0.15);
  }

  .sm\:ring-accent-300\/20 {
    --tw-ring-color: rgb(196 240 120 / 0.2);
  }

  .sm\:ring-accent-300\/25 {
    --tw-ring-color: rgb(196 240 120 / 0.25);
  }

  .sm\:ring-accent-300\/30 {
    --tw-ring-color: rgb(196 240 120 / 0.3);
  }

  .sm\:ring-accent-300\/35 {
    --tw-ring-color: rgb(196 240 120 / 0.35);
  }

  .sm\:ring-accent-300\/40 {
    --tw-ring-color: rgb(196 240 120 / 0.4);
  }

  .sm\:ring-accent-300\/45 {
    --tw-ring-color: rgb(196 240 120 / 0.45);
  }

  .sm\:ring-accent-300\/5 {
    --tw-ring-color: rgb(196 240 120 / 0.05);
  }

  .sm\:ring-accent-300\/50 {
    --tw-ring-color: rgb(196 240 120 / 0.5);
  }

  .sm\:ring-accent-300\/55 {
    --tw-ring-color: rgb(196 240 120 / 0.55);
  }

  .sm\:ring-accent-300\/60 {
    --tw-ring-color: rgb(196 240 120 / 0.6);
  }

  .sm\:ring-accent-300\/65 {
    --tw-ring-color: rgb(196 240 120 / 0.65);
  }

  .sm\:ring-accent-300\/70 {
    --tw-ring-color: rgb(196 240 120 / 0.7);
  }

  .sm\:ring-accent-300\/75 {
    --tw-ring-color: rgb(196 240 120 / 0.75);
  }

  .sm\:ring-accent-300\/80 {
    --tw-ring-color: rgb(196 240 120 / 0.8);
  }

  .sm\:ring-accent-300\/85 {
    --tw-ring-color: rgb(196 240 120 / 0.85);
  }

  .sm\:ring-accent-300\/90 {
    --tw-ring-color: rgb(196 240 120 / 0.9);
  }

  .sm\:ring-accent-300\/95 {
    --tw-ring-color: rgb(196 240 120 / 0.95);
  }

  .sm\:ring-accent-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(183 237 104 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-400\/0 {
    --tw-ring-color: rgb(183 237 104 / 0);
  }

  .sm\:ring-accent-400\/10 {
    --tw-ring-color: rgb(183 237 104 / 0.1);
  }

  .sm\:ring-accent-400\/100 {
    --tw-ring-color: rgb(183 237 104 / 1);
  }

  .sm\:ring-accent-400\/15 {
    --tw-ring-color: rgb(183 237 104 / 0.15);
  }

  .sm\:ring-accent-400\/20 {
    --tw-ring-color: rgb(183 237 104 / 0.2);
  }

  .sm\:ring-accent-400\/25 {
    --tw-ring-color: rgb(183 237 104 / 0.25);
  }

  .sm\:ring-accent-400\/30 {
    --tw-ring-color: rgb(183 237 104 / 0.3);
  }

  .sm\:ring-accent-400\/35 {
    --tw-ring-color: rgb(183 237 104 / 0.35);
  }

  .sm\:ring-accent-400\/40 {
    --tw-ring-color: rgb(183 237 104 / 0.4);
  }

  .sm\:ring-accent-400\/45 {
    --tw-ring-color: rgb(183 237 104 / 0.45);
  }

  .sm\:ring-accent-400\/5 {
    --tw-ring-color: rgb(183 237 104 / 0.05);
  }

  .sm\:ring-accent-400\/50 {
    --tw-ring-color: rgb(183 237 104 / 0.5);
  }

  .sm\:ring-accent-400\/55 {
    --tw-ring-color: rgb(183 237 104 / 0.55);
  }

  .sm\:ring-accent-400\/60 {
    --tw-ring-color: rgb(183 237 104 / 0.6);
  }

  .sm\:ring-accent-400\/65 {
    --tw-ring-color: rgb(183 237 104 / 0.65);
  }

  .sm\:ring-accent-400\/70 {
    --tw-ring-color: rgb(183 237 104 / 0.7);
  }

  .sm\:ring-accent-400\/75 {
    --tw-ring-color: rgb(183 237 104 / 0.75);
  }

  .sm\:ring-accent-400\/80 {
    --tw-ring-color: rgb(183 237 104 / 0.8);
  }

  .sm\:ring-accent-400\/85 {
    --tw-ring-color: rgb(183 237 104 / 0.85);
  }

  .sm\:ring-accent-400\/90 {
    --tw-ring-color: rgb(183 237 104 / 0.9);
  }

  .sm\:ring-accent-400\/95 {
    --tw-ring-color: rgb(183 237 104 / 0.95);
  }

  .sm\:ring-accent-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 253 235 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-50\/0 {
    --tw-ring-color: rgb(247 253 235 / 0);
  }

  .sm\:ring-accent-50\/10 {
    --tw-ring-color: rgb(247 253 235 / 0.1);
  }

  .sm\:ring-accent-50\/100 {
    --tw-ring-color: rgb(247 253 235 / 1);
  }

  .sm\:ring-accent-50\/15 {
    --tw-ring-color: rgb(247 253 235 / 0.15);
  }

  .sm\:ring-accent-50\/20 {
    --tw-ring-color: rgb(247 253 235 / 0.2);
  }

  .sm\:ring-accent-50\/25 {
    --tw-ring-color: rgb(247 253 235 / 0.25);
  }

  .sm\:ring-accent-50\/30 {
    --tw-ring-color: rgb(247 253 235 / 0.3);
  }

  .sm\:ring-accent-50\/35 {
    --tw-ring-color: rgb(247 253 235 / 0.35);
  }

  .sm\:ring-accent-50\/40 {
    --tw-ring-color: rgb(247 253 235 / 0.4);
  }

  .sm\:ring-accent-50\/45 {
    --tw-ring-color: rgb(247 253 235 / 0.45);
  }

  .sm\:ring-accent-50\/5 {
    --tw-ring-color: rgb(247 253 235 / 0.05);
  }

  .sm\:ring-accent-50\/50 {
    --tw-ring-color: rgb(247 253 235 / 0.5);
  }

  .sm\:ring-accent-50\/55 {
    --tw-ring-color: rgb(247 253 235 / 0.55);
  }

  .sm\:ring-accent-50\/60 {
    --tw-ring-color: rgb(247 253 235 / 0.6);
  }

  .sm\:ring-accent-50\/65 {
    --tw-ring-color: rgb(247 253 235 / 0.65);
  }

  .sm\:ring-accent-50\/70 {
    --tw-ring-color: rgb(247 253 235 / 0.7);
  }

  .sm\:ring-accent-50\/75 {
    --tw-ring-color: rgb(247 253 235 / 0.75);
  }

  .sm\:ring-accent-50\/80 {
    --tw-ring-color: rgb(247 253 235 / 0.8);
  }

  .sm\:ring-accent-50\/85 {
    --tw-ring-color: rgb(247 253 235 / 0.85);
  }

  .sm\:ring-accent-50\/90 {
    --tw-ring-color: rgb(247 253 235 / 0.9);
  }

  .sm\:ring-accent-50\/95 {
    --tw-ring-color: rgb(247 253 235 / 0.95);
  }

  .sm\:ring-accent-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(174 235 96 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-500\/0 {
    --tw-ring-color: rgb(174 235 96 / 0);
  }

  .sm\:ring-accent-500\/10 {
    --tw-ring-color: rgb(174 235 96 / 0.1);
  }

  .sm\:ring-accent-500\/100 {
    --tw-ring-color: rgb(174 235 96 / 1);
  }

  .sm\:ring-accent-500\/15 {
    --tw-ring-color: rgb(174 235 96 / 0.15);
  }

  .sm\:ring-accent-500\/20 {
    --tw-ring-color: rgb(174 235 96 / 0.2);
  }

  .sm\:ring-accent-500\/25 {
    --tw-ring-color: rgb(174 235 96 / 0.25);
  }

  .sm\:ring-accent-500\/30 {
    --tw-ring-color: rgb(174 235 96 / 0.3);
  }

  .sm\:ring-accent-500\/35 {
    --tw-ring-color: rgb(174 235 96 / 0.35);
  }

  .sm\:ring-accent-500\/40 {
    --tw-ring-color: rgb(174 235 96 / 0.4);
  }

  .sm\:ring-accent-500\/45 {
    --tw-ring-color: rgb(174 235 96 / 0.45);
  }

  .sm\:ring-accent-500\/5 {
    --tw-ring-color: rgb(174 235 96 / 0.05);
  }

  .sm\:ring-accent-500\/50 {
    --tw-ring-color: rgb(174 235 96 / 0.5);
  }

  .sm\:ring-accent-500\/55 {
    --tw-ring-color: rgb(174 235 96 / 0.55);
  }

  .sm\:ring-accent-500\/60 {
    --tw-ring-color: rgb(174 235 96 / 0.6);
  }

  .sm\:ring-accent-500\/65 {
    --tw-ring-color: rgb(174 235 96 / 0.65);
  }

  .sm\:ring-accent-500\/70 {
    --tw-ring-color: rgb(174 235 96 / 0.7);
  }

  .sm\:ring-accent-500\/75 {
    --tw-ring-color: rgb(174 235 96 / 0.75);
  }

  .sm\:ring-accent-500\/80 {
    --tw-ring-color: rgb(174 235 96 / 0.8);
  }

  .sm\:ring-accent-500\/85 {
    --tw-ring-color: rgb(174 235 96 / 0.85);
  }

  .sm\:ring-accent-500\/90 {
    --tw-ring-color: rgb(174 235 96 / 0.9);
  }

  .sm\:ring-accent-500\/95 {
    --tw-ring-color: rgb(174 235 96 / 0.95);
  }

  .sm\:ring-accent-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(130 201 48 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-600\/0 {
    --tw-ring-color: rgb(130 201 48 / 0);
  }

  .sm\:ring-accent-600\/10 {
    --tw-ring-color: rgb(130 201 48 / 0.1);
  }

  .sm\:ring-accent-600\/100 {
    --tw-ring-color: rgb(130 201 48 / 1);
  }

  .sm\:ring-accent-600\/15 {
    --tw-ring-color: rgb(130 201 48 / 0.15);
  }

  .sm\:ring-accent-600\/20 {
    --tw-ring-color: rgb(130 201 48 / 0.2);
  }

  .sm\:ring-accent-600\/25 {
    --tw-ring-color: rgb(130 201 48 / 0.25);
  }

  .sm\:ring-accent-600\/30 {
    --tw-ring-color: rgb(130 201 48 / 0.3);
  }

  .sm\:ring-accent-600\/35 {
    --tw-ring-color: rgb(130 201 48 / 0.35);
  }

  .sm\:ring-accent-600\/40 {
    --tw-ring-color: rgb(130 201 48 / 0.4);
  }

  .sm\:ring-accent-600\/45 {
    --tw-ring-color: rgb(130 201 48 / 0.45);
  }

  .sm\:ring-accent-600\/5 {
    --tw-ring-color: rgb(130 201 48 / 0.05);
  }

  .sm\:ring-accent-600\/50 {
    --tw-ring-color: rgb(130 201 48 / 0.5);
  }

  .sm\:ring-accent-600\/55 {
    --tw-ring-color: rgb(130 201 48 / 0.55);
  }

  .sm\:ring-accent-600\/60 {
    --tw-ring-color: rgb(130 201 48 / 0.6);
  }

  .sm\:ring-accent-600\/65 {
    --tw-ring-color: rgb(130 201 48 / 0.65);
  }

  .sm\:ring-accent-600\/70 {
    --tw-ring-color: rgb(130 201 48 / 0.7);
  }

  .sm\:ring-accent-600\/75 {
    --tw-ring-color: rgb(130 201 48 / 0.75);
  }

  .sm\:ring-accent-600\/80 {
    --tw-ring-color: rgb(130 201 48 / 0.8);
  }

  .sm\:ring-accent-600\/85 {
    --tw-ring-color: rgb(130 201 48 / 0.85);
  }

  .sm\:ring-accent-600\/90 {
    --tw-ring-color: rgb(130 201 48 / 0.9);
  }

  .sm\:ring-accent-600\/95 {
    --tw-ring-color: rgb(130 201 48 / 0.95);
  }

  .sm\:ring-accent-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(97 161 31 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-700\/0 {
    --tw-ring-color: rgb(97 161 31 / 0);
  }

  .sm\:ring-accent-700\/10 {
    --tw-ring-color: rgb(97 161 31 / 0.1);
  }

  .sm\:ring-accent-700\/100 {
    --tw-ring-color: rgb(97 161 31 / 1);
  }

  .sm\:ring-accent-700\/15 {
    --tw-ring-color: rgb(97 161 31 / 0.15);
  }

  .sm\:ring-accent-700\/20 {
    --tw-ring-color: rgb(97 161 31 / 0.2);
  }

  .sm\:ring-accent-700\/25 {
    --tw-ring-color: rgb(97 161 31 / 0.25);
  }

  .sm\:ring-accent-700\/30 {
    --tw-ring-color: rgb(97 161 31 / 0.3);
  }

  .sm\:ring-accent-700\/35 {
    --tw-ring-color: rgb(97 161 31 / 0.35);
  }

  .sm\:ring-accent-700\/40 {
    --tw-ring-color: rgb(97 161 31 / 0.4);
  }

  .sm\:ring-accent-700\/45 {
    --tw-ring-color: rgb(97 161 31 / 0.45);
  }

  .sm\:ring-accent-700\/5 {
    --tw-ring-color: rgb(97 161 31 / 0.05);
  }

  .sm\:ring-accent-700\/50 {
    --tw-ring-color: rgb(97 161 31 / 0.5);
  }

  .sm\:ring-accent-700\/55 {
    --tw-ring-color: rgb(97 161 31 / 0.55);
  }

  .sm\:ring-accent-700\/60 {
    --tw-ring-color: rgb(97 161 31 / 0.6);
  }

  .sm\:ring-accent-700\/65 {
    --tw-ring-color: rgb(97 161 31 / 0.65);
  }

  .sm\:ring-accent-700\/70 {
    --tw-ring-color: rgb(97 161 31 / 0.7);
  }

  .sm\:ring-accent-700\/75 {
    --tw-ring-color: rgb(97 161 31 / 0.75);
  }

  .sm\:ring-accent-700\/80 {
    --tw-ring-color: rgb(97 161 31 / 0.8);
  }

  .sm\:ring-accent-700\/85 {
    --tw-ring-color: rgb(97 161 31 / 0.85);
  }

  .sm\:ring-accent-700\/90 {
    --tw-ring-color: rgb(97 161 31 / 0.9);
  }

  .sm\:ring-accent-700\/95 {
    --tw-ring-color: rgb(97 161 31 / 0.95);
  }

  .sm\:ring-accent-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(78 126 32 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-800\/0 {
    --tw-ring-color: rgb(78 126 32 / 0);
  }

  .sm\:ring-accent-800\/10 {
    --tw-ring-color: rgb(78 126 32 / 0.1);
  }

  .sm\:ring-accent-800\/100 {
    --tw-ring-color: rgb(78 126 32 / 1);
  }

  .sm\:ring-accent-800\/15 {
    --tw-ring-color: rgb(78 126 32 / 0.15);
  }

  .sm\:ring-accent-800\/20 {
    --tw-ring-color: rgb(78 126 32 / 0.2);
  }

  .sm\:ring-accent-800\/25 {
    --tw-ring-color: rgb(78 126 32 / 0.25);
  }

  .sm\:ring-accent-800\/30 {
    --tw-ring-color: rgb(78 126 32 / 0.3);
  }

  .sm\:ring-accent-800\/35 {
    --tw-ring-color: rgb(78 126 32 / 0.35);
  }

  .sm\:ring-accent-800\/40 {
    --tw-ring-color: rgb(78 126 32 / 0.4);
  }

  .sm\:ring-accent-800\/45 {
    --tw-ring-color: rgb(78 126 32 / 0.45);
  }

  .sm\:ring-accent-800\/5 {
    --tw-ring-color: rgb(78 126 32 / 0.05);
  }

  .sm\:ring-accent-800\/50 {
    --tw-ring-color: rgb(78 126 32 / 0.5);
  }

  .sm\:ring-accent-800\/55 {
    --tw-ring-color: rgb(78 126 32 / 0.55);
  }

  .sm\:ring-accent-800\/60 {
    --tw-ring-color: rgb(78 126 32 / 0.6);
  }

  .sm\:ring-accent-800\/65 {
    --tw-ring-color: rgb(78 126 32 / 0.65);
  }

  .sm\:ring-accent-800\/70 {
    --tw-ring-color: rgb(78 126 32 / 0.7);
  }

  .sm\:ring-accent-800\/75 {
    --tw-ring-color: rgb(78 126 32 / 0.75);
  }

  .sm\:ring-accent-800\/80 {
    --tw-ring-color: rgb(78 126 32 / 0.8);
  }

  .sm\:ring-accent-800\/85 {
    --tw-ring-color: rgb(78 126 32 / 0.85);
  }

  .sm\:ring-accent-800\/90 {
    --tw-ring-color: rgb(78 126 32 / 0.9);
  }

  .sm\:ring-accent-800\/95 {
    --tw-ring-color: rgb(78 126 32 / 0.95);
  }

  .sm\:ring-accent-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 106 33 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-900\/0 {
    --tw-ring-color: rgb(66 106 33 / 0);
  }

  .sm\:ring-accent-900\/10 {
    --tw-ring-color: rgb(66 106 33 / 0.1);
  }

  .sm\:ring-accent-900\/100 {
    --tw-ring-color: rgb(66 106 33 / 1);
  }

  .sm\:ring-accent-900\/15 {
    --tw-ring-color: rgb(66 106 33 / 0.15);
  }

  .sm\:ring-accent-900\/20 {
    --tw-ring-color: rgb(66 106 33 / 0.2);
  }

  .sm\:ring-accent-900\/25 {
    --tw-ring-color: rgb(66 106 33 / 0.25);
  }

  .sm\:ring-accent-900\/30 {
    --tw-ring-color: rgb(66 106 33 / 0.3);
  }

  .sm\:ring-accent-900\/35 {
    --tw-ring-color: rgb(66 106 33 / 0.35);
  }

  .sm\:ring-accent-900\/40 {
    --tw-ring-color: rgb(66 106 33 / 0.4);
  }

  .sm\:ring-accent-900\/45 {
    --tw-ring-color: rgb(66 106 33 / 0.45);
  }

  .sm\:ring-accent-900\/5 {
    --tw-ring-color: rgb(66 106 33 / 0.05);
  }

  .sm\:ring-accent-900\/50 {
    --tw-ring-color: rgb(66 106 33 / 0.5);
  }

  .sm\:ring-accent-900\/55 {
    --tw-ring-color: rgb(66 106 33 / 0.55);
  }

  .sm\:ring-accent-900\/60 {
    --tw-ring-color: rgb(66 106 33 / 0.6);
  }

  .sm\:ring-accent-900\/65 {
    --tw-ring-color: rgb(66 106 33 / 0.65);
  }

  .sm\:ring-accent-900\/70 {
    --tw-ring-color: rgb(66 106 33 / 0.7);
  }

  .sm\:ring-accent-900\/75 {
    --tw-ring-color: rgb(66 106 33 / 0.75);
  }

  .sm\:ring-accent-900\/80 {
    --tw-ring-color: rgb(66 106 33 / 0.8);
  }

  .sm\:ring-accent-900\/85 {
    --tw-ring-color: rgb(66 106 33 / 0.85);
  }

  .sm\:ring-accent-900\/90 {
    --tw-ring-color: rgb(66 106 33 / 0.9);
  }

  .sm\:ring-accent-900\/95 {
    --tw-ring-color: rgb(66 106 33 / 0.95);
  }

  .sm\:ring-accent-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(32 58 11 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-accent-950\/0 {
    --tw-ring-color: rgb(32 58 11 / 0);
  }

  .sm\:ring-accent-950\/10 {
    --tw-ring-color: rgb(32 58 11 / 0.1);
  }

  .sm\:ring-accent-950\/100 {
    --tw-ring-color: rgb(32 58 11 / 1);
  }

  .sm\:ring-accent-950\/15 {
    --tw-ring-color: rgb(32 58 11 / 0.15);
  }

  .sm\:ring-accent-950\/20 {
    --tw-ring-color: rgb(32 58 11 / 0.2);
  }

  .sm\:ring-accent-950\/25 {
    --tw-ring-color: rgb(32 58 11 / 0.25);
  }

  .sm\:ring-accent-950\/30 {
    --tw-ring-color: rgb(32 58 11 / 0.3);
  }

  .sm\:ring-accent-950\/35 {
    --tw-ring-color: rgb(32 58 11 / 0.35);
  }

  .sm\:ring-accent-950\/40 {
    --tw-ring-color: rgb(32 58 11 / 0.4);
  }

  .sm\:ring-accent-950\/45 {
    --tw-ring-color: rgb(32 58 11 / 0.45);
  }

  .sm\:ring-accent-950\/5 {
    --tw-ring-color: rgb(32 58 11 / 0.05);
  }

  .sm\:ring-accent-950\/50 {
    --tw-ring-color: rgb(32 58 11 / 0.5);
  }

  .sm\:ring-accent-950\/55 {
    --tw-ring-color: rgb(32 58 11 / 0.55);
  }

  .sm\:ring-accent-950\/60 {
    --tw-ring-color: rgb(32 58 11 / 0.6);
  }

  .sm\:ring-accent-950\/65 {
    --tw-ring-color: rgb(32 58 11 / 0.65);
  }

  .sm\:ring-accent-950\/70 {
    --tw-ring-color: rgb(32 58 11 / 0.7);
  }

  .sm\:ring-accent-950\/75 {
    --tw-ring-color: rgb(32 58 11 / 0.75);
  }

  .sm\:ring-accent-950\/80 {
    --tw-ring-color: rgb(32 58 11 / 0.8);
  }

  .sm\:ring-accent-950\/85 {
    --tw-ring-color: rgb(32 58 11 / 0.85);
  }

  .sm\:ring-accent-950\/90 {
    --tw-ring-color: rgb(32 58 11 / 0.9);
  }

  .sm\:ring-accent-950\/95 {
    --tw-ring-color: rgb(32 58 11 / 0.95);
  }

  .sm\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-black\/0 {
    --tw-ring-color: rgb(0 0 0 / 0);
  }

  .sm\:ring-black\/10 {
    --tw-ring-color: rgb(0 0 0 / 0.1);
  }

  .sm\:ring-black\/100 {
    --tw-ring-color: rgb(0 0 0 / 1);
  }

  .sm\:ring-black\/15 {
    --tw-ring-color: rgb(0 0 0 / 0.15);
  }

  .sm\:ring-black\/20 {
    --tw-ring-color: rgb(0 0 0 / 0.2);
  }

  .sm\:ring-black\/25 {
    --tw-ring-color: rgb(0 0 0 / 0.25);
  }

  .sm\:ring-black\/30 {
    --tw-ring-color: rgb(0 0 0 / 0.3);
  }

  .sm\:ring-black\/35 {
    --tw-ring-color: rgb(0 0 0 / 0.35);
  }

  .sm\:ring-black\/40 {
    --tw-ring-color: rgb(0 0 0 / 0.4);
  }

  .sm\:ring-black\/45 {
    --tw-ring-color: rgb(0 0 0 / 0.45);
  }

  .sm\:ring-black\/5 {
    --tw-ring-color: rgb(0 0 0 / 0.05);
  }

  .sm\:ring-black\/50 {
    --tw-ring-color: rgb(0 0 0 / 0.5);
  }

  .sm\:ring-black\/55 {
    --tw-ring-color: rgb(0 0 0 / 0.55);
  }

  .sm\:ring-black\/60 {
    --tw-ring-color: rgb(0 0 0 / 0.6);
  }

  .sm\:ring-black\/65 {
    --tw-ring-color: rgb(0 0 0 / 0.65);
  }

  .sm\:ring-black\/70 {
    --tw-ring-color: rgb(0 0 0 / 0.7);
  }

  .sm\:ring-black\/75 {
    --tw-ring-color: rgb(0 0 0 / 0.75);
  }

  .sm\:ring-black\/80 {
    --tw-ring-color: rgb(0 0 0 / 0.8);
  }

  .sm\:ring-black\/85 {
    --tw-ring-color: rgb(0 0 0 / 0.85);
  }

  .sm\:ring-black\/90 {
    --tw-ring-color: rgb(0 0 0 / 0.9);
  }

  .sm\:ring-black\/95 {
    --tw-ring-color: rgb(0 0 0 / 0.95);
  }

  .sm\:ring-brand-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 227 255 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-100\/0 {
    --tw-ring-color: rgb(233 227 255 / 0);
  }

  .sm\:ring-brand-100\/10 {
    --tw-ring-color: rgb(233 227 255 / 0.1);
  }

  .sm\:ring-brand-100\/100 {
    --tw-ring-color: rgb(233 227 255 / 1);
  }

  .sm\:ring-brand-100\/15 {
    --tw-ring-color: rgb(233 227 255 / 0.15);
  }

  .sm\:ring-brand-100\/20 {
    --tw-ring-color: rgb(233 227 255 / 0.2);
  }

  .sm\:ring-brand-100\/25 {
    --tw-ring-color: rgb(233 227 255 / 0.25);
  }

  .sm\:ring-brand-100\/30 {
    --tw-ring-color: rgb(233 227 255 / 0.3);
  }

  .sm\:ring-brand-100\/35 {
    --tw-ring-color: rgb(233 227 255 / 0.35);
  }

  .sm\:ring-brand-100\/40 {
    --tw-ring-color: rgb(233 227 255 / 0.4);
  }

  .sm\:ring-brand-100\/45 {
    --tw-ring-color: rgb(233 227 255 / 0.45);
  }

  .sm\:ring-brand-100\/5 {
    --tw-ring-color: rgb(233 227 255 / 0.05);
  }

  .sm\:ring-brand-100\/50 {
    --tw-ring-color: rgb(233 227 255 / 0.5);
  }

  .sm\:ring-brand-100\/55 {
    --tw-ring-color: rgb(233 227 255 / 0.55);
  }

  .sm\:ring-brand-100\/60 {
    --tw-ring-color: rgb(233 227 255 / 0.6);
  }

  .sm\:ring-brand-100\/65 {
    --tw-ring-color: rgb(233 227 255 / 0.65);
  }

  .sm\:ring-brand-100\/70 {
    --tw-ring-color: rgb(233 227 255 / 0.7);
  }

  .sm\:ring-brand-100\/75 {
    --tw-ring-color: rgb(233 227 255 / 0.75);
  }

  .sm\:ring-brand-100\/80 {
    --tw-ring-color: rgb(233 227 255 / 0.8);
  }

  .sm\:ring-brand-100\/85 {
    --tw-ring-color: rgb(233 227 255 / 0.85);
  }

  .sm\:ring-brand-100\/90 {
    --tw-ring-color: rgb(233 227 255 / 0.9);
  }

  .sm\:ring-brand-100\/95 {
    --tw-ring-color: rgb(233 227 255 / 0.95);
  }

  .sm\:ring-brand-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(211 199 255 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-200\/0 {
    --tw-ring-color: rgb(211 199 255 / 0);
  }

  .sm\:ring-brand-200\/10 {
    --tw-ring-color: rgb(211 199 255 / 0.1);
  }

  .sm\:ring-brand-200\/100 {
    --tw-ring-color: rgb(211 199 255 / 1);
  }

  .sm\:ring-brand-200\/15 {
    --tw-ring-color: rgb(211 199 255 / 0.15);
  }

  .sm\:ring-brand-200\/20 {
    --tw-ring-color: rgb(211 199 255 / 0.2);
  }

  .sm\:ring-brand-200\/25 {
    --tw-ring-color: rgb(211 199 255 / 0.25);
  }

  .sm\:ring-brand-200\/30 {
    --tw-ring-color: rgb(211 199 255 / 0.3);
  }

  .sm\:ring-brand-200\/35 {
    --tw-ring-color: rgb(211 199 255 / 0.35);
  }

  .sm\:ring-brand-200\/40 {
    --tw-ring-color: rgb(211 199 255 / 0.4);
  }

  .sm\:ring-brand-200\/45 {
    --tw-ring-color: rgb(211 199 255 / 0.45);
  }

  .sm\:ring-brand-200\/5 {
    --tw-ring-color: rgb(211 199 255 / 0.05);
  }

  .sm\:ring-brand-200\/50 {
    --tw-ring-color: rgb(211 199 255 / 0.5);
  }

  .sm\:ring-brand-200\/55 {
    --tw-ring-color: rgb(211 199 255 / 0.55);
  }

  .sm\:ring-brand-200\/60 {
    --tw-ring-color: rgb(211 199 255 / 0.6);
  }

  .sm\:ring-brand-200\/65 {
    --tw-ring-color: rgb(211 199 255 / 0.65);
  }

  .sm\:ring-brand-200\/70 {
    --tw-ring-color: rgb(211 199 255 / 0.7);
  }

  .sm\:ring-brand-200\/75 {
    --tw-ring-color: rgb(211 199 255 / 0.75);
  }

  .sm\:ring-brand-200\/80 {
    --tw-ring-color: rgb(211 199 255 / 0.8);
  }

  .sm\:ring-brand-200\/85 {
    --tw-ring-color: rgb(211 199 255 / 0.85);
  }

  .sm\:ring-brand-200\/90 {
    --tw-ring-color: rgb(211 199 255 / 0.9);
  }

  .sm\:ring-brand-200\/95 {
    --tw-ring-color: rgb(211 199 255 / 0.95);
  }

  .sm\:ring-brand-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(183 154 255 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-300\/0 {
    --tw-ring-color: rgb(183 154 255 / 0);
  }

  .sm\:ring-brand-300\/10 {
    --tw-ring-color: rgb(183 154 255 / 0.1);
  }

  .sm\:ring-brand-300\/100 {
    --tw-ring-color: rgb(183 154 255 / 1);
  }

  .sm\:ring-brand-300\/15 {
    --tw-ring-color: rgb(183 154 255 / 0.15);
  }

  .sm\:ring-brand-300\/20 {
    --tw-ring-color: rgb(183 154 255 / 0.2);
  }

  .sm\:ring-brand-300\/25 {
    --tw-ring-color: rgb(183 154 255 / 0.25);
  }

  .sm\:ring-brand-300\/30 {
    --tw-ring-color: rgb(183 154 255 / 0.3);
  }

  .sm\:ring-brand-300\/35 {
    --tw-ring-color: rgb(183 154 255 / 0.35);
  }

  .sm\:ring-brand-300\/40 {
    --tw-ring-color: rgb(183 154 255 / 0.4);
  }

  .sm\:ring-brand-300\/45 {
    --tw-ring-color: rgb(183 154 255 / 0.45);
  }

  .sm\:ring-brand-300\/5 {
    --tw-ring-color: rgb(183 154 255 / 0.05);
  }

  .sm\:ring-brand-300\/50 {
    --tw-ring-color: rgb(183 154 255 / 0.5);
  }

  .sm\:ring-brand-300\/55 {
    --tw-ring-color: rgb(183 154 255 / 0.55);
  }

  .sm\:ring-brand-300\/60 {
    --tw-ring-color: rgb(183 154 255 / 0.6);
  }

  .sm\:ring-brand-300\/65 {
    --tw-ring-color: rgb(183 154 255 / 0.65);
  }

  .sm\:ring-brand-300\/70 {
    --tw-ring-color: rgb(183 154 255 / 0.7);
  }

  .sm\:ring-brand-300\/75 {
    --tw-ring-color: rgb(183 154 255 / 0.75);
  }

  .sm\:ring-brand-300\/80 {
    --tw-ring-color: rgb(183 154 255 / 0.8);
  }

  .sm\:ring-brand-300\/85 {
    --tw-ring-color: rgb(183 154 255 / 0.85);
  }

  .sm\:ring-brand-300\/90 {
    --tw-ring-color: rgb(183 154 255 / 0.9);
  }

  .sm\:ring-brand-300\/95 {
    --tw-ring-color: rgb(183 154 255 / 0.95);
  }

  .sm\:ring-brand-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(149 98 255 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-400\/0 {
    --tw-ring-color: rgb(149 98 255 / 0);
  }

  .sm\:ring-brand-400\/10 {
    --tw-ring-color: rgb(149 98 255 / 0.1);
  }

  .sm\:ring-brand-400\/100 {
    --tw-ring-color: rgb(149 98 255 / 1);
  }

  .sm\:ring-brand-400\/15 {
    --tw-ring-color: rgb(149 98 255 / 0.15);
  }

  .sm\:ring-brand-400\/20 {
    --tw-ring-color: rgb(149 98 255 / 0.2);
  }

  .sm\:ring-brand-400\/25 {
    --tw-ring-color: rgb(149 98 255 / 0.25);
  }

  .sm\:ring-brand-400\/30 {
    --tw-ring-color: rgb(149 98 255 / 0.3);
  }

  .sm\:ring-brand-400\/35 {
    --tw-ring-color: rgb(149 98 255 / 0.35);
  }

  .sm\:ring-brand-400\/40 {
    --tw-ring-color: rgb(149 98 255 / 0.4);
  }

  .sm\:ring-brand-400\/45 {
    --tw-ring-color: rgb(149 98 255 / 0.45);
  }

  .sm\:ring-brand-400\/5 {
    --tw-ring-color: rgb(149 98 255 / 0.05);
  }

  .sm\:ring-brand-400\/50 {
    --tw-ring-color: rgb(149 98 255 / 0.5);
  }

  .sm\:ring-brand-400\/55 {
    --tw-ring-color: rgb(149 98 255 / 0.55);
  }

  .sm\:ring-brand-400\/60 {
    --tw-ring-color: rgb(149 98 255 / 0.6);
  }

  .sm\:ring-brand-400\/65 {
    --tw-ring-color: rgb(149 98 255 / 0.65);
  }

  .sm\:ring-brand-400\/70 {
    --tw-ring-color: rgb(149 98 255 / 0.7);
  }

  .sm\:ring-brand-400\/75 {
    --tw-ring-color: rgb(149 98 255 / 0.75);
  }

  .sm\:ring-brand-400\/80 {
    --tw-ring-color: rgb(149 98 255 / 0.8);
  }

  .sm\:ring-brand-400\/85 {
    --tw-ring-color: rgb(149 98 255 / 0.85);
  }

  .sm\:ring-brand-400\/90 {
    --tw-ring-color: rgb(149 98 255 / 0.9);
  }

  .sm\:ring-brand-400\/95 {
    --tw-ring-color: rgb(149 98 255 / 0.95);
  }

  .sm\:ring-brand-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 241 255 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-50\/0 {
    --tw-ring-color: rgb(244 241 255 / 0);
  }

  .sm\:ring-brand-50\/10 {
    --tw-ring-color: rgb(244 241 255 / 0.1);
  }

  .sm\:ring-brand-50\/100 {
    --tw-ring-color: rgb(244 241 255 / 1);
  }

  .sm\:ring-brand-50\/15 {
    --tw-ring-color: rgb(244 241 255 / 0.15);
  }

  .sm\:ring-brand-50\/20 {
    --tw-ring-color: rgb(244 241 255 / 0.2);
  }

  .sm\:ring-brand-50\/25 {
    --tw-ring-color: rgb(244 241 255 / 0.25);
  }

  .sm\:ring-brand-50\/30 {
    --tw-ring-color: rgb(244 241 255 / 0.3);
  }

  .sm\:ring-brand-50\/35 {
    --tw-ring-color: rgb(244 241 255 / 0.35);
  }

  .sm\:ring-brand-50\/40 {
    --tw-ring-color: rgb(244 241 255 / 0.4);
  }

  .sm\:ring-brand-50\/45 {
    --tw-ring-color: rgb(244 241 255 / 0.45);
  }

  .sm\:ring-brand-50\/5 {
    --tw-ring-color: rgb(244 241 255 / 0.05);
  }

  .sm\:ring-brand-50\/50 {
    --tw-ring-color: rgb(244 241 255 / 0.5);
  }

  .sm\:ring-brand-50\/55 {
    --tw-ring-color: rgb(244 241 255 / 0.55);
  }

  .sm\:ring-brand-50\/60 {
    --tw-ring-color: rgb(244 241 255 / 0.6);
  }

  .sm\:ring-brand-50\/65 {
    --tw-ring-color: rgb(244 241 255 / 0.65);
  }

  .sm\:ring-brand-50\/70 {
    --tw-ring-color: rgb(244 241 255 / 0.7);
  }

  .sm\:ring-brand-50\/75 {
    --tw-ring-color: rgb(244 241 255 / 0.75);
  }

  .sm\:ring-brand-50\/80 {
    --tw-ring-color: rgb(244 241 255 / 0.8);
  }

  .sm\:ring-brand-50\/85 {
    --tw-ring-color: rgb(244 241 255 / 0.85);
  }

  .sm\:ring-brand-50\/90 {
    --tw-ring-color: rgb(244 241 255 / 0.9);
  }

  .sm\:ring-brand-50\/95 {
    --tw-ring-color: rgb(244 241 255 / 0.95);
  }

  .sm\:ring-brand-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(78 28 209 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-500\/0 {
    --tw-ring-color: rgb(78 28 209 / 0);
  }

  .sm\:ring-brand-500\/10 {
    --tw-ring-color: rgb(78 28 209 / 0.1);
  }

  .sm\:ring-brand-500\/100 {
    --tw-ring-color: rgb(78 28 209 / 1);
  }

  .sm\:ring-brand-500\/15 {
    --tw-ring-color: rgb(78 28 209 / 0.15);
  }

  .sm\:ring-brand-500\/20 {
    --tw-ring-color: rgb(78 28 209 / 0.2);
  }

  .sm\:ring-brand-500\/25 {
    --tw-ring-color: rgb(78 28 209 / 0.25);
  }

  .sm\:ring-brand-500\/30 {
    --tw-ring-color: rgb(78 28 209 / 0.3);
  }

  .sm\:ring-brand-500\/35 {
    --tw-ring-color: rgb(78 28 209 / 0.35);
  }

  .sm\:ring-brand-500\/40 {
    --tw-ring-color: rgb(78 28 209 / 0.4);
  }

  .sm\:ring-brand-500\/45 {
    --tw-ring-color: rgb(78 28 209 / 0.45);
  }

  .sm\:ring-brand-500\/5 {
    --tw-ring-color: rgb(78 28 209 / 0.05);
  }

  .sm\:ring-brand-500\/50 {
    --tw-ring-color: rgb(78 28 209 / 0.5);
  }

  .sm\:ring-brand-500\/55 {
    --tw-ring-color: rgb(78 28 209 / 0.55);
  }

  .sm\:ring-brand-500\/60 {
    --tw-ring-color: rgb(78 28 209 / 0.6);
  }

  .sm\:ring-brand-500\/65 {
    --tw-ring-color: rgb(78 28 209 / 0.65);
  }

  .sm\:ring-brand-500\/70 {
    --tw-ring-color: rgb(78 28 209 / 0.7);
  }

  .sm\:ring-brand-500\/75 {
    --tw-ring-color: rgb(78 28 209 / 0.75);
  }

  .sm\:ring-brand-500\/80 {
    --tw-ring-color: rgb(78 28 209 / 0.8);
  }

  .sm\:ring-brand-500\/85 {
    --tw-ring-color: rgb(78 28 209 / 0.85);
  }

  .sm\:ring-brand-500\/90 {
    --tw-ring-color: rgb(78 28 209 / 0.9);
  }

  .sm\:ring-brand-500\/95 {
    --tw-ring-color: rgb(78 28 209 / 0.95);
  }

  .sm\:ring-brand-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(65 21 181 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-600\/0 {
    --tw-ring-color: rgb(65 21 181 / 0);
  }

  .sm\:ring-brand-600\/10 {
    --tw-ring-color: rgb(65 21 181 / 0.1);
  }

  .sm\:ring-brand-600\/100 {
    --tw-ring-color: rgb(65 21 181 / 1);
  }

  .sm\:ring-brand-600\/15 {
    --tw-ring-color: rgb(65 21 181 / 0.15);
  }

  .sm\:ring-brand-600\/20 {
    --tw-ring-color: rgb(65 21 181 / 0.2);
  }

  .sm\:ring-brand-600\/25 {
    --tw-ring-color: rgb(65 21 181 / 0.25);
  }

  .sm\:ring-brand-600\/30 {
    --tw-ring-color: rgb(65 21 181 / 0.3);
  }

  .sm\:ring-brand-600\/35 {
    --tw-ring-color: rgb(65 21 181 / 0.35);
  }

  .sm\:ring-brand-600\/40 {
    --tw-ring-color: rgb(65 21 181 / 0.4);
  }

  .sm\:ring-brand-600\/45 {
    --tw-ring-color: rgb(65 21 181 / 0.45);
  }

  .sm\:ring-brand-600\/5 {
    --tw-ring-color: rgb(65 21 181 / 0.05);
  }

  .sm\:ring-brand-600\/50 {
    --tw-ring-color: rgb(65 21 181 / 0.5);
  }

  .sm\:ring-brand-600\/55 {
    --tw-ring-color: rgb(65 21 181 / 0.55);
  }

  .sm\:ring-brand-600\/60 {
    --tw-ring-color: rgb(65 21 181 / 0.6);
  }

  .sm\:ring-brand-600\/65 {
    --tw-ring-color: rgb(65 21 181 / 0.65);
  }

  .sm\:ring-brand-600\/70 {
    --tw-ring-color: rgb(65 21 181 / 0.7);
  }

  .sm\:ring-brand-600\/75 {
    --tw-ring-color: rgb(65 21 181 / 0.75);
  }

  .sm\:ring-brand-600\/80 {
    --tw-ring-color: rgb(65 21 181 / 0.8);
  }

  .sm\:ring-brand-600\/85 {
    --tw-ring-color: rgb(65 21 181 / 0.85);
  }

  .sm\:ring-brand-600\/90 {
    --tw-ring-color: rgb(65 21 181 / 0.9);
  }

  .sm\:ring-brand-600\/95 {
    --tw-ring-color: rgb(65 21 181 / 0.95);
  }

  .sm\:ring-brand-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(54 16 150 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-700\/0 {
    --tw-ring-color: rgb(54 16 150 / 0);
  }

  .sm\:ring-brand-700\/10 {
    --tw-ring-color: rgb(54 16 150 / 0.1);
  }

  .sm\:ring-brand-700\/100 {
    --tw-ring-color: rgb(54 16 150 / 1);
  }

  .sm\:ring-brand-700\/15 {
    --tw-ring-color: rgb(54 16 150 / 0.15);
  }

  .sm\:ring-brand-700\/20 {
    --tw-ring-color: rgb(54 16 150 / 0.2);
  }

  .sm\:ring-brand-700\/25 {
    --tw-ring-color: rgb(54 16 150 / 0.25);
  }

  .sm\:ring-brand-700\/30 {
    --tw-ring-color: rgb(54 16 150 / 0.3);
  }

  .sm\:ring-brand-700\/35 {
    --tw-ring-color: rgb(54 16 150 / 0.35);
  }

  .sm\:ring-brand-700\/40 {
    --tw-ring-color: rgb(54 16 150 / 0.4);
  }

  .sm\:ring-brand-700\/45 {
    --tw-ring-color: rgb(54 16 150 / 0.45);
  }

  .sm\:ring-brand-700\/5 {
    --tw-ring-color: rgb(54 16 150 / 0.05);
  }

  .sm\:ring-brand-700\/50 {
    --tw-ring-color: rgb(54 16 150 / 0.5);
  }

  .sm\:ring-brand-700\/55 {
    --tw-ring-color: rgb(54 16 150 / 0.55);
  }

  .sm\:ring-brand-700\/60 {
    --tw-ring-color: rgb(54 16 150 / 0.6);
  }

  .sm\:ring-brand-700\/65 {
    --tw-ring-color: rgb(54 16 150 / 0.65);
  }

  .sm\:ring-brand-700\/70 {
    --tw-ring-color: rgb(54 16 150 / 0.7);
  }

  .sm\:ring-brand-700\/75 {
    --tw-ring-color: rgb(54 16 150 / 0.75);
  }

  .sm\:ring-brand-700\/80 {
    --tw-ring-color: rgb(54 16 150 / 0.8);
  }

  .sm\:ring-brand-700\/85 {
    --tw-ring-color: rgb(54 16 150 / 0.85);
  }

  .sm\:ring-brand-700\/90 {
    --tw-ring-color: rgb(54 16 150 / 0.9);
  }

  .sm\:ring-brand-700\/95 {
    --tw-ring-color: rgb(54 16 150 / 0.95);
  }

  .sm\:ring-brand-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(46 16 120 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-800\/0 {
    --tw-ring-color: rgb(46 16 120 / 0);
  }

  .sm\:ring-brand-800\/10 {
    --tw-ring-color: rgb(46 16 120 / 0.1);
  }

  .sm\:ring-brand-800\/100 {
    --tw-ring-color: rgb(46 16 120 / 1);
  }

  .sm\:ring-brand-800\/15 {
    --tw-ring-color: rgb(46 16 120 / 0.15);
  }

  .sm\:ring-brand-800\/20 {
    --tw-ring-color: rgb(46 16 120 / 0.2);
  }

  .sm\:ring-brand-800\/25 {
    --tw-ring-color: rgb(46 16 120 / 0.25);
  }

  .sm\:ring-brand-800\/30 {
    --tw-ring-color: rgb(46 16 120 / 0.3);
  }

  .sm\:ring-brand-800\/35 {
    --tw-ring-color: rgb(46 16 120 / 0.35);
  }

  .sm\:ring-brand-800\/40 {
    --tw-ring-color: rgb(46 16 120 / 0.4);
  }

  .sm\:ring-brand-800\/45 {
    --tw-ring-color: rgb(46 16 120 / 0.45);
  }

  .sm\:ring-brand-800\/5 {
    --tw-ring-color: rgb(46 16 120 / 0.05);
  }

  .sm\:ring-brand-800\/50 {
    --tw-ring-color: rgb(46 16 120 / 0.5);
  }

  .sm\:ring-brand-800\/55 {
    --tw-ring-color: rgb(46 16 120 / 0.55);
  }

  .sm\:ring-brand-800\/60 {
    --tw-ring-color: rgb(46 16 120 / 0.6);
  }

  .sm\:ring-brand-800\/65 {
    --tw-ring-color: rgb(46 16 120 / 0.65);
  }

  .sm\:ring-brand-800\/70 {
    --tw-ring-color: rgb(46 16 120 / 0.7);
  }

  .sm\:ring-brand-800\/75 {
    --tw-ring-color: rgb(46 16 120 / 0.75);
  }

  .sm\:ring-brand-800\/80 {
    --tw-ring-color: rgb(46 16 120 / 0.8);
  }

  .sm\:ring-brand-800\/85 {
    --tw-ring-color: rgb(46 16 120 / 0.85);
  }

  .sm\:ring-brand-800\/90 {
    --tw-ring-color: rgb(46 16 120 / 0.9);
  }

  .sm\:ring-brand-800\/95 {
    --tw-ring-color: rgb(46 16 120 / 0.95);
  }

  .sm\:ring-brand-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(39 15 98 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-900\/0 {
    --tw-ring-color: rgb(39 15 98 / 0);
  }

  .sm\:ring-brand-900\/10 {
    --tw-ring-color: rgb(39 15 98 / 0.1);
  }

  .sm\:ring-brand-900\/100 {
    --tw-ring-color: rgb(39 15 98 / 1);
  }

  .sm\:ring-brand-900\/15 {
    --tw-ring-color: rgb(39 15 98 / 0.15);
  }

  .sm\:ring-brand-900\/20 {
    --tw-ring-color: rgb(39 15 98 / 0.2);
  }

  .sm\:ring-brand-900\/25 {
    --tw-ring-color: rgb(39 15 98 / 0.25);
  }

  .sm\:ring-brand-900\/30 {
    --tw-ring-color: rgb(39 15 98 / 0.3);
  }

  .sm\:ring-brand-900\/35 {
    --tw-ring-color: rgb(39 15 98 / 0.35);
  }

  .sm\:ring-brand-900\/40 {
    --tw-ring-color: rgb(39 15 98 / 0.4);
  }

  .sm\:ring-brand-900\/45 {
    --tw-ring-color: rgb(39 15 98 / 0.45);
  }

  .sm\:ring-brand-900\/5 {
    --tw-ring-color: rgb(39 15 98 / 0.05);
  }

  .sm\:ring-brand-900\/50 {
    --tw-ring-color: rgb(39 15 98 / 0.5);
  }

  .sm\:ring-brand-900\/55 {
    --tw-ring-color: rgb(39 15 98 / 0.55);
  }

  .sm\:ring-brand-900\/60 {
    --tw-ring-color: rgb(39 15 98 / 0.6);
  }

  .sm\:ring-brand-900\/65 {
    --tw-ring-color: rgb(39 15 98 / 0.65);
  }

  .sm\:ring-brand-900\/70 {
    --tw-ring-color: rgb(39 15 98 / 0.7);
  }

  .sm\:ring-brand-900\/75 {
    --tw-ring-color: rgb(39 15 98 / 0.75);
  }

  .sm\:ring-brand-900\/80 {
    --tw-ring-color: rgb(39 15 98 / 0.8);
  }

  .sm\:ring-brand-900\/85 {
    --tw-ring-color: rgb(39 15 98 / 0.85);
  }

  .sm\:ring-brand-900\/90 {
    --tw-ring-color: rgb(39 15 98 / 0.9);
  }

  .sm\:ring-brand-900\/95 {
    --tw-ring-color: rgb(39 15 98 / 0.95);
  }

  .sm\:ring-brand-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(22 5 58 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-brand-950\/0 {
    --tw-ring-color: rgb(22 5 58 / 0);
  }

  .sm\:ring-brand-950\/10 {
    --tw-ring-color: rgb(22 5 58 / 0.1);
  }

  .sm\:ring-brand-950\/100 {
    --tw-ring-color: rgb(22 5 58 / 1);
  }

  .sm\:ring-brand-950\/15 {
    --tw-ring-color: rgb(22 5 58 / 0.15);
  }

  .sm\:ring-brand-950\/20 {
    --tw-ring-color: rgb(22 5 58 / 0.2);
  }

  .sm\:ring-brand-950\/25 {
    --tw-ring-color: rgb(22 5 58 / 0.25);
  }

  .sm\:ring-brand-950\/30 {
    --tw-ring-color: rgb(22 5 58 / 0.3);
  }

  .sm\:ring-brand-950\/35 {
    --tw-ring-color: rgb(22 5 58 / 0.35);
  }

  .sm\:ring-brand-950\/40 {
    --tw-ring-color: rgb(22 5 58 / 0.4);
  }

  .sm\:ring-brand-950\/45 {
    --tw-ring-color: rgb(22 5 58 / 0.45);
  }

  .sm\:ring-brand-950\/5 {
    --tw-ring-color: rgb(22 5 58 / 0.05);
  }

  .sm\:ring-brand-950\/50 {
    --tw-ring-color: rgb(22 5 58 / 0.5);
  }

  .sm\:ring-brand-950\/55 {
    --tw-ring-color: rgb(22 5 58 / 0.55);
  }

  .sm\:ring-brand-950\/60 {
    --tw-ring-color: rgb(22 5 58 / 0.6);
  }

  .sm\:ring-brand-950\/65 {
    --tw-ring-color: rgb(22 5 58 / 0.65);
  }

  .sm\:ring-brand-950\/70 {
    --tw-ring-color: rgb(22 5 58 / 0.7);
  }

  .sm\:ring-brand-950\/75 {
    --tw-ring-color: rgb(22 5 58 / 0.75);
  }

  .sm\:ring-brand-950\/80 {
    --tw-ring-color: rgb(22 5 58 / 0.8);
  }

  .sm\:ring-brand-950\/85 {
    --tw-ring-color: rgb(22 5 58 / 0.85);
  }

  .sm\:ring-brand-950\/90 {
    --tw-ring-color: rgb(22 5 58 / 0.9);
  }

  .sm\:ring-brand-950\/95 {
    --tw-ring-color: rgb(22 5 58 / 0.95);
  }

  .sm\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(246 245 244 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-100\/0 {
    --tw-ring-color: rgb(246 245 244 / 0);
  }

  .sm\:ring-neutral-100\/10 {
    --tw-ring-color: rgb(246 245 244 / 0.1);
  }

  .sm\:ring-neutral-100\/100 {
    --tw-ring-color: rgb(246 245 244 / 1);
  }

  .sm\:ring-neutral-100\/15 {
    --tw-ring-color: rgb(246 245 244 / 0.15);
  }

  .sm\:ring-neutral-100\/20 {
    --tw-ring-color: rgb(246 245 244 / 0.2);
  }

  .sm\:ring-neutral-100\/25 {
    --tw-ring-color: rgb(246 245 244 / 0.25);
  }

  .sm\:ring-neutral-100\/30 {
    --tw-ring-color: rgb(246 245 244 / 0.3);
  }

  .sm\:ring-neutral-100\/35 {
    --tw-ring-color: rgb(246 245 244 / 0.35);
  }

  .sm\:ring-neutral-100\/40 {
    --tw-ring-color: rgb(246 245 244 / 0.4);
  }

  .sm\:ring-neutral-100\/45 {
    --tw-ring-color: rgb(246 245 244 / 0.45);
  }

  .sm\:ring-neutral-100\/5 {
    --tw-ring-color: rgb(246 245 244 / 0.05);
  }

  .sm\:ring-neutral-100\/50 {
    --tw-ring-color: rgb(246 245 244 / 0.5);
  }

  .sm\:ring-neutral-100\/55 {
    --tw-ring-color: rgb(246 245 244 / 0.55);
  }

  .sm\:ring-neutral-100\/60 {
    --tw-ring-color: rgb(246 245 244 / 0.6);
  }

  .sm\:ring-neutral-100\/65 {
    --tw-ring-color: rgb(246 245 244 / 0.65);
  }

  .sm\:ring-neutral-100\/70 {
    --tw-ring-color: rgb(246 245 244 / 0.7);
  }

  .sm\:ring-neutral-100\/75 {
    --tw-ring-color: rgb(246 245 244 / 0.75);
  }

  .sm\:ring-neutral-100\/80 {
    --tw-ring-color: rgb(246 245 244 / 0.8);
  }

  .sm\:ring-neutral-100\/85 {
    --tw-ring-color: rgb(246 245 244 / 0.85);
  }

  .sm\:ring-neutral-100\/90 {
    --tw-ring-color: rgb(246 245 244 / 0.9);
  }

  .sm\:ring-neutral-100\/95 {
    --tw-ring-color: rgb(246 245 244 / 0.95);
  }

  .sm\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 230 227 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-200\/0 {
    --tw-ring-color: rgb(233 230 227 / 0);
  }

  .sm\:ring-neutral-200\/10 {
    --tw-ring-color: rgb(233 230 227 / 0.1);
  }

  .sm\:ring-neutral-200\/100 {
    --tw-ring-color: rgb(233 230 227 / 1);
  }

  .sm\:ring-neutral-200\/15 {
    --tw-ring-color: rgb(233 230 227 / 0.15);
  }

  .sm\:ring-neutral-200\/20 {
    --tw-ring-color: rgb(233 230 227 / 0.2);
  }

  .sm\:ring-neutral-200\/25 {
    --tw-ring-color: rgb(233 230 227 / 0.25);
  }

  .sm\:ring-neutral-200\/30 {
    --tw-ring-color: rgb(233 230 227 / 0.3);
  }

  .sm\:ring-neutral-200\/35 {
    --tw-ring-color: rgb(233 230 227 / 0.35);
  }

  .sm\:ring-neutral-200\/40 {
    --tw-ring-color: rgb(233 230 227 / 0.4);
  }

  .sm\:ring-neutral-200\/45 {
    --tw-ring-color: rgb(233 230 227 / 0.45);
  }

  .sm\:ring-neutral-200\/5 {
    --tw-ring-color: rgb(233 230 227 / 0.05);
  }

  .sm\:ring-neutral-200\/50 {
    --tw-ring-color: rgb(233 230 227 / 0.5);
  }

  .sm\:ring-neutral-200\/55 {
    --tw-ring-color: rgb(233 230 227 / 0.55);
  }

  .sm\:ring-neutral-200\/60 {
    --tw-ring-color: rgb(233 230 227 / 0.6);
  }

  .sm\:ring-neutral-200\/65 {
    --tw-ring-color: rgb(233 230 227 / 0.65);
  }

  .sm\:ring-neutral-200\/70 {
    --tw-ring-color: rgb(233 230 227 / 0.7);
  }

  .sm\:ring-neutral-200\/75 {
    --tw-ring-color: rgb(233 230 227 / 0.75);
  }

  .sm\:ring-neutral-200\/80 {
    --tw-ring-color: rgb(233 230 227 / 0.8);
  }

  .sm\:ring-neutral-200\/85 {
    --tw-ring-color: rgb(233 230 227 / 0.85);
  }

  .sm\:ring-neutral-200\/90 {
    --tw-ring-color: rgb(233 230 227 / 0.9);
  }

  .sm\:ring-neutral-200\/95 {
    --tw-ring-color: rgb(233 230 227 / 0.95);
  }

  .sm\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(215 210 205 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-300\/0 {
    --tw-ring-color: rgb(215 210 205 / 0);
  }

  .sm\:ring-neutral-300\/10 {
    --tw-ring-color: rgb(215 210 205 / 0.1);
  }

  .sm\:ring-neutral-300\/100 {
    --tw-ring-color: rgb(215 210 205 / 1);
  }

  .sm\:ring-neutral-300\/15 {
    --tw-ring-color: rgb(215 210 205 / 0.15);
  }

  .sm\:ring-neutral-300\/20 {
    --tw-ring-color: rgb(215 210 205 / 0.2);
  }

  .sm\:ring-neutral-300\/25 {
    --tw-ring-color: rgb(215 210 205 / 0.25);
  }

  .sm\:ring-neutral-300\/30 {
    --tw-ring-color: rgb(215 210 205 / 0.3);
  }

  .sm\:ring-neutral-300\/35 {
    --tw-ring-color: rgb(215 210 205 / 0.35);
  }

  .sm\:ring-neutral-300\/40 {
    --tw-ring-color: rgb(215 210 205 / 0.4);
  }

  .sm\:ring-neutral-300\/45 {
    --tw-ring-color: rgb(215 210 205 / 0.45);
  }

  .sm\:ring-neutral-300\/5 {
    --tw-ring-color: rgb(215 210 205 / 0.05);
  }

  .sm\:ring-neutral-300\/50 {
    --tw-ring-color: rgb(215 210 205 / 0.5);
  }

  .sm\:ring-neutral-300\/55 {
    --tw-ring-color: rgb(215 210 205 / 0.55);
  }

  .sm\:ring-neutral-300\/60 {
    --tw-ring-color: rgb(215 210 205 / 0.6);
  }

  .sm\:ring-neutral-300\/65 {
    --tw-ring-color: rgb(215 210 205 / 0.65);
  }

  .sm\:ring-neutral-300\/70 {
    --tw-ring-color: rgb(215 210 205 / 0.7);
  }

  .sm\:ring-neutral-300\/75 {
    --tw-ring-color: rgb(215 210 205 / 0.75);
  }

  .sm\:ring-neutral-300\/80 {
    --tw-ring-color: rgb(215 210 205 / 0.8);
  }

  .sm\:ring-neutral-300\/85 {
    --tw-ring-color: rgb(215 210 205 / 0.85);
  }

  .sm\:ring-neutral-300\/90 {
    --tw-ring-color: rgb(215 210 205 / 0.9);
  }

  .sm\:ring-neutral-300\/95 {
    --tw-ring-color: rgb(215 210 205 / 0.95);
  }

  .sm\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(175 168 161 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-400\/0 {
    --tw-ring-color: rgb(175 168 161 / 0);
  }

  .sm\:ring-neutral-400\/10 {
    --tw-ring-color: rgb(175 168 161 / 0.1);
  }

  .sm\:ring-neutral-400\/100 {
    --tw-ring-color: rgb(175 168 161 / 1);
  }

  .sm\:ring-neutral-400\/15 {
    --tw-ring-color: rgb(175 168 161 / 0.15);
  }

  .sm\:ring-neutral-400\/20 {
    --tw-ring-color: rgb(175 168 161 / 0.2);
  }

  .sm\:ring-neutral-400\/25 {
    --tw-ring-color: rgb(175 168 161 / 0.25);
  }

  .sm\:ring-neutral-400\/30 {
    --tw-ring-color: rgb(175 168 161 / 0.3);
  }

  .sm\:ring-neutral-400\/35 {
    --tw-ring-color: rgb(175 168 161 / 0.35);
  }

  .sm\:ring-neutral-400\/40 {
    --tw-ring-color: rgb(175 168 161 / 0.4);
  }

  .sm\:ring-neutral-400\/45 {
    --tw-ring-color: rgb(175 168 161 / 0.45);
  }

  .sm\:ring-neutral-400\/5 {
    --tw-ring-color: rgb(175 168 161 / 0.05);
  }

  .sm\:ring-neutral-400\/50 {
    --tw-ring-color: rgb(175 168 161 / 0.5);
  }

  .sm\:ring-neutral-400\/55 {
    --tw-ring-color: rgb(175 168 161 / 0.55);
  }

  .sm\:ring-neutral-400\/60 {
    --tw-ring-color: rgb(175 168 161 / 0.6);
  }

  .sm\:ring-neutral-400\/65 {
    --tw-ring-color: rgb(175 168 161 / 0.65);
  }

  .sm\:ring-neutral-400\/70 {
    --tw-ring-color: rgb(175 168 161 / 0.7);
  }

  .sm\:ring-neutral-400\/75 {
    --tw-ring-color: rgb(175 168 161 / 0.75);
  }

  .sm\:ring-neutral-400\/80 {
    --tw-ring-color: rgb(175 168 161 / 0.8);
  }

  .sm\:ring-neutral-400\/85 {
    --tw-ring-color: rgb(175 168 161 / 0.85);
  }

  .sm\:ring-neutral-400\/90 {
    --tw-ring-color: rgb(175 168 161 / 0.9);
  }

  .sm\:ring-neutral-400\/95 {
    --tw-ring-color: rgb(175 168 161 / 0.95);
  }

  .sm\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-50\/0 {
    --tw-ring-color: rgb(251 250 249 / 0);
  }

  .sm\:ring-neutral-50\/10 {
    --tw-ring-color: rgb(251 250 249 / 0.1);
  }

  .sm\:ring-neutral-50\/100 {
    --tw-ring-color: rgb(251 250 249 / 1);
  }

  .sm\:ring-neutral-50\/15 {
    --tw-ring-color: rgb(251 250 249 / 0.15);
  }

  .sm\:ring-neutral-50\/20 {
    --tw-ring-color: rgb(251 250 249 / 0.2);
  }

  .sm\:ring-neutral-50\/25 {
    --tw-ring-color: rgb(251 250 249 / 0.25);
  }

  .sm\:ring-neutral-50\/30 {
    --tw-ring-color: rgb(251 250 249 / 0.3);
  }

  .sm\:ring-neutral-50\/35 {
    --tw-ring-color: rgb(251 250 249 / 0.35);
  }

  .sm\:ring-neutral-50\/40 {
    --tw-ring-color: rgb(251 250 249 / 0.4);
  }

  .sm\:ring-neutral-50\/45 {
    --tw-ring-color: rgb(251 250 249 / 0.45);
  }

  .sm\:ring-neutral-50\/5 {
    --tw-ring-color: rgb(251 250 249 / 0.05);
  }

  .sm\:ring-neutral-50\/50 {
    --tw-ring-color: rgb(251 250 249 / 0.5);
  }

  .sm\:ring-neutral-50\/55 {
    --tw-ring-color: rgb(251 250 249 / 0.55);
  }

  .sm\:ring-neutral-50\/60 {
    --tw-ring-color: rgb(251 250 249 / 0.6);
  }

  .sm\:ring-neutral-50\/65 {
    --tw-ring-color: rgb(251 250 249 / 0.65);
  }

  .sm\:ring-neutral-50\/70 {
    --tw-ring-color: rgb(251 250 249 / 0.7);
  }

  .sm\:ring-neutral-50\/75 {
    --tw-ring-color: rgb(251 250 249 / 0.75);
  }

  .sm\:ring-neutral-50\/80 {
    --tw-ring-color: rgb(251 250 249 / 0.8);
  }

  .sm\:ring-neutral-50\/85 {
    --tw-ring-color: rgb(251 250 249 / 0.85);
  }

  .sm\:ring-neutral-50\/90 {
    --tw-ring-color: rgb(251 250 249 / 0.9);
  }

  .sm\:ring-neutral-50\/95 {
    --tw-ring-color: rgb(251 250 249 / 0.95);
  }

  .sm\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(129 121 113 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-500\/0 {
    --tw-ring-color: rgb(129 121 113 / 0);
  }

  .sm\:ring-neutral-500\/10 {
    --tw-ring-color: rgb(129 121 113 / 0.1);
  }

  .sm\:ring-neutral-500\/100 {
    --tw-ring-color: rgb(129 121 113 / 1);
  }

  .sm\:ring-neutral-500\/15 {
    --tw-ring-color: rgb(129 121 113 / 0.15);
  }

  .sm\:ring-neutral-500\/20 {
    --tw-ring-color: rgb(129 121 113 / 0.2);
  }

  .sm\:ring-neutral-500\/25 {
    --tw-ring-color: rgb(129 121 113 / 0.25);
  }

  .sm\:ring-neutral-500\/30 {
    --tw-ring-color: rgb(129 121 113 / 0.3);
  }

  .sm\:ring-neutral-500\/35 {
    --tw-ring-color: rgb(129 121 113 / 0.35);
  }

  .sm\:ring-neutral-500\/40 {
    --tw-ring-color: rgb(129 121 113 / 0.4);
  }

  .sm\:ring-neutral-500\/45 {
    --tw-ring-color: rgb(129 121 113 / 0.45);
  }

  .sm\:ring-neutral-500\/5 {
    --tw-ring-color: rgb(129 121 113 / 0.05);
  }

  .sm\:ring-neutral-500\/50 {
    --tw-ring-color: rgb(129 121 113 / 0.5);
  }

  .sm\:ring-neutral-500\/55 {
    --tw-ring-color: rgb(129 121 113 / 0.55);
  }

  .sm\:ring-neutral-500\/60 {
    --tw-ring-color: rgb(129 121 113 / 0.6);
  }

  .sm\:ring-neutral-500\/65 {
    --tw-ring-color: rgb(129 121 113 / 0.65);
  }

  .sm\:ring-neutral-500\/70 {
    --tw-ring-color: rgb(129 121 113 / 0.7);
  }

  .sm\:ring-neutral-500\/75 {
    --tw-ring-color: rgb(129 121 113 / 0.75);
  }

  .sm\:ring-neutral-500\/80 {
    --tw-ring-color: rgb(129 121 113 / 0.8);
  }

  .sm\:ring-neutral-500\/85 {
    --tw-ring-color: rgb(129 121 113 / 0.85);
  }

  .sm\:ring-neutral-500\/90 {
    --tw-ring-color: rgb(129 121 113 / 0.9);
  }

  .sm\:ring-neutral-500\/95 {
    --tw-ring-color: rgb(129 121 113 / 0.95);
  }

  .sm\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(96 89 82 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-600\/0 {
    --tw-ring-color: rgb(96 89 82 / 0);
  }

  .sm\:ring-neutral-600\/10 {
    --tw-ring-color: rgb(96 89 82 / 0.1);
  }

  .sm\:ring-neutral-600\/100 {
    --tw-ring-color: rgb(96 89 82 / 1);
  }

  .sm\:ring-neutral-600\/15 {
    --tw-ring-color: rgb(96 89 82 / 0.15);
  }

  .sm\:ring-neutral-600\/20 {
    --tw-ring-color: rgb(96 89 82 / 0.2);
  }

  .sm\:ring-neutral-600\/25 {
    --tw-ring-color: rgb(96 89 82 / 0.25);
  }

  .sm\:ring-neutral-600\/30 {
    --tw-ring-color: rgb(96 89 82 / 0.3);
  }

  .sm\:ring-neutral-600\/35 {
    --tw-ring-color: rgb(96 89 82 / 0.35);
  }

  .sm\:ring-neutral-600\/40 {
    --tw-ring-color: rgb(96 89 82 / 0.4);
  }

  .sm\:ring-neutral-600\/45 {
    --tw-ring-color: rgb(96 89 82 / 0.45);
  }

  .sm\:ring-neutral-600\/5 {
    --tw-ring-color: rgb(96 89 82 / 0.05);
  }

  .sm\:ring-neutral-600\/50 {
    --tw-ring-color: rgb(96 89 82 / 0.5);
  }

  .sm\:ring-neutral-600\/55 {
    --tw-ring-color: rgb(96 89 82 / 0.55);
  }

  .sm\:ring-neutral-600\/60 {
    --tw-ring-color: rgb(96 89 82 / 0.6);
  }

  .sm\:ring-neutral-600\/65 {
    --tw-ring-color: rgb(96 89 82 / 0.65);
  }

  .sm\:ring-neutral-600\/70 {
    --tw-ring-color: rgb(96 89 82 / 0.7);
  }

  .sm\:ring-neutral-600\/75 {
    --tw-ring-color: rgb(96 89 82 / 0.75);
  }

  .sm\:ring-neutral-600\/80 {
    --tw-ring-color: rgb(96 89 82 / 0.8);
  }

  .sm\:ring-neutral-600\/85 {
    --tw-ring-color: rgb(96 89 82 / 0.85);
  }

  .sm\:ring-neutral-600\/90 {
    --tw-ring-color: rgb(96 89 82 / 0.9);
  }

  .sm\:ring-neutral-600\/95 {
    --tw-ring-color: rgb(96 89 82 / 0.95);
  }

  .sm\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(73 68 63 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-700\/0 {
    --tw-ring-color: rgb(73 68 63 / 0);
  }

  .sm\:ring-neutral-700\/10 {
    --tw-ring-color: rgb(73 68 63 / 0.1);
  }

  .sm\:ring-neutral-700\/100 {
    --tw-ring-color: rgb(73 68 63 / 1);
  }

  .sm\:ring-neutral-700\/15 {
    --tw-ring-color: rgb(73 68 63 / 0.15);
  }

  .sm\:ring-neutral-700\/20 {
    --tw-ring-color: rgb(73 68 63 / 0.2);
  }

  .sm\:ring-neutral-700\/25 {
    --tw-ring-color: rgb(73 68 63 / 0.25);
  }

  .sm\:ring-neutral-700\/30 {
    --tw-ring-color: rgb(73 68 63 / 0.3);
  }

  .sm\:ring-neutral-700\/35 {
    --tw-ring-color: rgb(73 68 63 / 0.35);
  }

  .sm\:ring-neutral-700\/40 {
    --tw-ring-color: rgb(73 68 63 / 0.4);
  }

  .sm\:ring-neutral-700\/45 {
    --tw-ring-color: rgb(73 68 63 / 0.45);
  }

  .sm\:ring-neutral-700\/5 {
    --tw-ring-color: rgb(73 68 63 / 0.05);
  }

  .sm\:ring-neutral-700\/50 {
    --tw-ring-color: rgb(73 68 63 / 0.5);
  }

  .sm\:ring-neutral-700\/55 {
    --tw-ring-color: rgb(73 68 63 / 0.55);
  }

  .sm\:ring-neutral-700\/60 {
    --tw-ring-color: rgb(73 68 63 / 0.6);
  }

  .sm\:ring-neutral-700\/65 {
    --tw-ring-color: rgb(73 68 63 / 0.65);
  }

  .sm\:ring-neutral-700\/70 {
    --tw-ring-color: rgb(73 68 63 / 0.7);
  }

  .sm\:ring-neutral-700\/75 {
    --tw-ring-color: rgb(73 68 63 / 0.75);
  }

  .sm\:ring-neutral-700\/80 {
    --tw-ring-color: rgb(73 68 63 / 0.8);
  }

  .sm\:ring-neutral-700\/85 {
    --tw-ring-color: rgb(73 68 63 / 0.85);
  }

  .sm\:ring-neutral-700\/90 {
    --tw-ring-color: rgb(73 68 63 / 0.9);
  }

  .sm\:ring-neutral-700\/95 {
    --tw-ring-color: rgb(73 68 63 / 0.95);
  }

  .sm\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(48 45 42 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-800\/0 {
    --tw-ring-color: rgb(48 45 42 / 0);
  }

  .sm\:ring-neutral-800\/10 {
    --tw-ring-color: rgb(48 45 42 / 0.1);
  }

  .sm\:ring-neutral-800\/100 {
    --tw-ring-color: rgb(48 45 42 / 1);
  }

  .sm\:ring-neutral-800\/15 {
    --tw-ring-color: rgb(48 45 42 / 0.15);
  }

  .sm\:ring-neutral-800\/20 {
    --tw-ring-color: rgb(48 45 42 / 0.2);
  }

  .sm\:ring-neutral-800\/25 {
    --tw-ring-color: rgb(48 45 42 / 0.25);
  }

  .sm\:ring-neutral-800\/30 {
    --tw-ring-color: rgb(48 45 42 / 0.3);
  }

  .sm\:ring-neutral-800\/35 {
    --tw-ring-color: rgb(48 45 42 / 0.35);
  }

  .sm\:ring-neutral-800\/40 {
    --tw-ring-color: rgb(48 45 42 / 0.4);
  }

  .sm\:ring-neutral-800\/45 {
    --tw-ring-color: rgb(48 45 42 / 0.45);
  }

  .sm\:ring-neutral-800\/5 {
    --tw-ring-color: rgb(48 45 42 / 0.05);
  }

  .sm\:ring-neutral-800\/50 {
    --tw-ring-color: rgb(48 45 42 / 0.5);
  }

  .sm\:ring-neutral-800\/55 {
    --tw-ring-color: rgb(48 45 42 / 0.55);
  }

  .sm\:ring-neutral-800\/60 {
    --tw-ring-color: rgb(48 45 42 / 0.6);
  }

  .sm\:ring-neutral-800\/65 {
    --tw-ring-color: rgb(48 45 42 / 0.65);
  }

  .sm\:ring-neutral-800\/70 {
    --tw-ring-color: rgb(48 45 42 / 0.7);
  }

  .sm\:ring-neutral-800\/75 {
    --tw-ring-color: rgb(48 45 42 / 0.75);
  }

  .sm\:ring-neutral-800\/80 {
    --tw-ring-color: rgb(48 45 42 / 0.8);
  }

  .sm\:ring-neutral-800\/85 {
    --tw-ring-color: rgb(48 45 42 / 0.85);
  }

  .sm\:ring-neutral-800\/90 {
    --tw-ring-color: rgb(48 45 42 / 0.9);
  }

  .sm\:ring-neutral-800\/95 {
    --tw-ring-color: rgb(48 45 42 / 0.95);
  }

  .sm\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(33 31 29 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-900\/0 {
    --tw-ring-color: rgb(33 31 29 / 0);
  }

  .sm\:ring-neutral-900\/10 {
    --tw-ring-color: rgb(33 31 29 / 0.1);
  }

  .sm\:ring-neutral-900\/100 {
    --tw-ring-color: rgb(33 31 29 / 1);
  }

  .sm\:ring-neutral-900\/15 {
    --tw-ring-color: rgb(33 31 29 / 0.15);
  }

  .sm\:ring-neutral-900\/20 {
    --tw-ring-color: rgb(33 31 29 / 0.2);
  }

  .sm\:ring-neutral-900\/25 {
    --tw-ring-color: rgb(33 31 29 / 0.25);
  }

  .sm\:ring-neutral-900\/30 {
    --tw-ring-color: rgb(33 31 29 / 0.3);
  }

  .sm\:ring-neutral-900\/35 {
    --tw-ring-color: rgb(33 31 29 / 0.35);
  }

  .sm\:ring-neutral-900\/40 {
    --tw-ring-color: rgb(33 31 29 / 0.4);
  }

  .sm\:ring-neutral-900\/45 {
    --tw-ring-color: rgb(33 31 29 / 0.45);
  }

  .sm\:ring-neutral-900\/5 {
    --tw-ring-color: rgb(33 31 29 / 0.05);
  }

  .sm\:ring-neutral-900\/50 {
    --tw-ring-color: rgb(33 31 29 / 0.5);
  }

  .sm\:ring-neutral-900\/55 {
    --tw-ring-color: rgb(33 31 29 / 0.55);
  }

  .sm\:ring-neutral-900\/60 {
    --tw-ring-color: rgb(33 31 29 / 0.6);
  }

  .sm\:ring-neutral-900\/65 {
    --tw-ring-color: rgb(33 31 29 / 0.65);
  }

  .sm\:ring-neutral-900\/70 {
    --tw-ring-color: rgb(33 31 29 / 0.7);
  }

  .sm\:ring-neutral-900\/75 {
    --tw-ring-color: rgb(33 31 29 / 0.75);
  }

  .sm\:ring-neutral-900\/80 {
    --tw-ring-color: rgb(33 31 29 / 0.8);
  }

  .sm\:ring-neutral-900\/85 {
    --tw-ring-color: rgb(33 31 29 / 0.85);
  }

  .sm\:ring-neutral-900\/90 {
    --tw-ring-color: rgb(33 31 29 / 0.9);
  }

  .sm\:ring-neutral-900\/95 {
    --tw-ring-color: rgb(33 31 29 / 0.95);
  }

  .sm\:ring-neutral-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(18 17 16 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-neutral-950\/0 {
    --tw-ring-color: rgb(18 17 16 / 0);
  }

  .sm\:ring-neutral-950\/10 {
    --tw-ring-color: rgb(18 17 16 / 0.1);
  }

  .sm\:ring-neutral-950\/100 {
    --tw-ring-color: rgb(18 17 16 / 1);
  }

  .sm\:ring-neutral-950\/15 {
    --tw-ring-color: rgb(18 17 16 / 0.15);
  }

  .sm\:ring-neutral-950\/20 {
    --tw-ring-color: rgb(18 17 16 / 0.2);
  }

  .sm\:ring-neutral-950\/25 {
    --tw-ring-color: rgb(18 17 16 / 0.25);
  }

  .sm\:ring-neutral-950\/30 {
    --tw-ring-color: rgb(18 17 16 / 0.3);
  }

  .sm\:ring-neutral-950\/35 {
    --tw-ring-color: rgb(18 17 16 / 0.35);
  }

  .sm\:ring-neutral-950\/40 {
    --tw-ring-color: rgb(18 17 16 / 0.4);
  }

  .sm\:ring-neutral-950\/45 {
    --tw-ring-color: rgb(18 17 16 / 0.45);
  }

  .sm\:ring-neutral-950\/5 {
    --tw-ring-color: rgb(18 17 16 / 0.05);
  }

  .sm\:ring-neutral-950\/50 {
    --tw-ring-color: rgb(18 17 16 / 0.5);
  }

  .sm\:ring-neutral-950\/55 {
    --tw-ring-color: rgb(18 17 16 / 0.55);
  }

  .sm\:ring-neutral-950\/60 {
    --tw-ring-color: rgb(18 17 16 / 0.6);
  }

  .sm\:ring-neutral-950\/65 {
    --tw-ring-color: rgb(18 17 16 / 0.65);
  }

  .sm\:ring-neutral-950\/70 {
    --tw-ring-color: rgb(18 17 16 / 0.7);
  }

  .sm\:ring-neutral-950\/75 {
    --tw-ring-color: rgb(18 17 16 / 0.75);
  }

  .sm\:ring-neutral-950\/80 {
    --tw-ring-color: rgb(18 17 16 / 0.8);
  }

  .sm\:ring-neutral-950\/85 {
    --tw-ring-color: rgb(18 17 16 / 0.85);
  }

  .sm\:ring-neutral-950\/90 {
    --tw-ring-color: rgb(18 17 16 / 0.9);
  }

  .sm\:ring-neutral-950\/95 {
    --tw-ring-color: rgb(18 17 16 / 0.95);
  }

  .sm\:ring-primary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 234 222 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-100\/0 {
    --tw-ring-color: rgb(254 234 222 / 0);
  }

  .sm\:ring-primary-100\/10 {
    --tw-ring-color: rgb(254 234 222 / 0.1);
  }

  .sm\:ring-primary-100\/100 {
    --tw-ring-color: rgb(254 234 222 / 1);
  }

  .sm\:ring-primary-100\/15 {
    --tw-ring-color: rgb(254 234 222 / 0.15);
  }

  .sm\:ring-primary-100\/20 {
    --tw-ring-color: rgb(254 234 222 / 0.2);
  }

  .sm\:ring-primary-100\/25 {
    --tw-ring-color: rgb(254 234 222 / 0.25);
  }

  .sm\:ring-primary-100\/30 {
    --tw-ring-color: rgb(254 234 222 / 0.3);
  }

  .sm\:ring-primary-100\/35 {
    --tw-ring-color: rgb(254 234 222 / 0.35);
  }

  .sm\:ring-primary-100\/40 {
    --tw-ring-color: rgb(254 234 222 / 0.4);
  }

  .sm\:ring-primary-100\/45 {
    --tw-ring-color: rgb(254 234 222 / 0.45);
  }

  .sm\:ring-primary-100\/5 {
    --tw-ring-color: rgb(254 234 222 / 0.05);
  }

  .sm\:ring-primary-100\/50 {
    --tw-ring-color: rgb(254 234 222 / 0.5);
  }

  .sm\:ring-primary-100\/55 {
    --tw-ring-color: rgb(254 234 222 / 0.55);
  }

  .sm\:ring-primary-100\/60 {
    --tw-ring-color: rgb(254 234 222 / 0.6);
  }

  .sm\:ring-primary-100\/65 {
    --tw-ring-color: rgb(254 234 222 / 0.65);
  }

  .sm\:ring-primary-100\/70 {
    --tw-ring-color: rgb(254 234 222 / 0.7);
  }

  .sm\:ring-primary-100\/75 {
    --tw-ring-color: rgb(254 234 222 / 0.75);
  }

  .sm\:ring-primary-100\/80 {
    --tw-ring-color: rgb(254 234 222 / 0.8);
  }

  .sm\:ring-primary-100\/85 {
    --tw-ring-color: rgb(254 234 222 / 0.85);
  }

  .sm\:ring-primary-100\/90 {
    --tw-ring-color: rgb(254 234 222 / 0.9);
  }

  .sm\:ring-primary-100\/95 {
    --tw-ring-color: rgb(254 234 222 / 0.95);
  }

  .sm\:ring-primary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 211 189 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-200\/0 {
    --tw-ring-color: rgb(252 211 189 / 0);
  }

  .sm\:ring-primary-200\/10 {
    --tw-ring-color: rgb(252 211 189 / 0.1);
  }

  .sm\:ring-primary-200\/100 {
    --tw-ring-color: rgb(252 211 189 / 1);
  }

  .sm\:ring-primary-200\/15 {
    --tw-ring-color: rgb(252 211 189 / 0.15);
  }

  .sm\:ring-primary-200\/20 {
    --tw-ring-color: rgb(252 211 189 / 0.2);
  }

  .sm\:ring-primary-200\/25 {
    --tw-ring-color: rgb(252 211 189 / 0.25);
  }

  .sm\:ring-primary-200\/30 {
    --tw-ring-color: rgb(252 211 189 / 0.3);
  }

  .sm\:ring-primary-200\/35 {
    --tw-ring-color: rgb(252 211 189 / 0.35);
  }

  .sm\:ring-primary-200\/40 {
    --tw-ring-color: rgb(252 211 189 / 0.4);
  }

  .sm\:ring-primary-200\/45 {
    --tw-ring-color: rgb(252 211 189 / 0.45);
  }

  .sm\:ring-primary-200\/5 {
    --tw-ring-color: rgb(252 211 189 / 0.05);
  }

  .sm\:ring-primary-200\/50 {
    --tw-ring-color: rgb(252 211 189 / 0.5);
  }

  .sm\:ring-primary-200\/55 {
    --tw-ring-color: rgb(252 211 189 / 0.55);
  }

  .sm\:ring-primary-200\/60 {
    --tw-ring-color: rgb(252 211 189 / 0.6);
  }

  .sm\:ring-primary-200\/65 {
    --tw-ring-color: rgb(252 211 189 / 0.65);
  }

  .sm\:ring-primary-200\/70 {
    --tw-ring-color: rgb(252 211 189 / 0.7);
  }

  .sm\:ring-primary-200\/75 {
    --tw-ring-color: rgb(252 211 189 / 0.75);
  }

  .sm\:ring-primary-200\/80 {
    --tw-ring-color: rgb(252 211 189 / 0.8);
  }

  .sm\:ring-primary-200\/85 {
    --tw-ring-color: rgb(252 211 189 / 0.85);
  }

  .sm\:ring-primary-200\/90 {
    --tw-ring-color: rgb(252 211 189 / 0.9);
  }

  .sm\:ring-primary-200\/95 {
    --tw-ring-color: rgb(252 211 189 / 0.95);
  }

  .sm\:ring-primary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 179 143 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-300\/0 {
    --tw-ring-color: rgb(250 179 143 / 0);
  }

  .sm\:ring-primary-300\/10 {
    --tw-ring-color: rgb(250 179 143 / 0.1);
  }

  .sm\:ring-primary-300\/100 {
    --tw-ring-color: rgb(250 179 143 / 1);
  }

  .sm\:ring-primary-300\/15 {
    --tw-ring-color: rgb(250 179 143 / 0.15);
  }

  .sm\:ring-primary-300\/20 {
    --tw-ring-color: rgb(250 179 143 / 0.2);
  }

  .sm\:ring-primary-300\/25 {
    --tw-ring-color: rgb(250 179 143 / 0.25);
  }

  .sm\:ring-primary-300\/30 {
    --tw-ring-color: rgb(250 179 143 / 0.3);
  }

  .sm\:ring-primary-300\/35 {
    --tw-ring-color: rgb(250 179 143 / 0.35);
  }

  .sm\:ring-primary-300\/40 {
    --tw-ring-color: rgb(250 179 143 / 0.4);
  }

  .sm\:ring-primary-300\/45 {
    --tw-ring-color: rgb(250 179 143 / 0.45);
  }

  .sm\:ring-primary-300\/5 {
    --tw-ring-color: rgb(250 179 143 / 0.05);
  }

  .sm\:ring-primary-300\/50 {
    --tw-ring-color: rgb(250 179 143 / 0.5);
  }

  .sm\:ring-primary-300\/55 {
    --tw-ring-color: rgb(250 179 143 / 0.55);
  }

  .sm\:ring-primary-300\/60 {
    --tw-ring-color: rgb(250 179 143 / 0.6);
  }

  .sm\:ring-primary-300\/65 {
    --tw-ring-color: rgb(250 179 143 / 0.65);
  }

  .sm\:ring-primary-300\/70 {
    --tw-ring-color: rgb(250 179 143 / 0.7);
  }

  .sm\:ring-primary-300\/75 {
    --tw-ring-color: rgb(250 179 143 / 0.75);
  }

  .sm\:ring-primary-300\/80 {
    --tw-ring-color: rgb(250 179 143 / 0.8);
  }

  .sm\:ring-primary-300\/85 {
    --tw-ring-color: rgb(250 179 143 / 0.85);
  }

  .sm\:ring-primary-300\/90 {
    --tw-ring-color: rgb(250 179 143 / 0.9);
  }

  .sm\:ring-primary-300\/95 {
    --tw-ring-color: rgb(250 179 143 / 0.95);
  }

  .sm\:ring-primary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 151 102 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-400\/0 {
    --tw-ring-color: rgb(249 151 102 / 0);
  }

  .sm\:ring-primary-400\/10 {
    --tw-ring-color: rgb(249 151 102 / 0.1);
  }

  .sm\:ring-primary-400\/100 {
    --tw-ring-color: rgb(249 151 102 / 1);
  }

  .sm\:ring-primary-400\/15 {
    --tw-ring-color: rgb(249 151 102 / 0.15);
  }

  .sm\:ring-primary-400\/20 {
    --tw-ring-color: rgb(249 151 102 / 0.2);
  }

  .sm\:ring-primary-400\/25 {
    --tw-ring-color: rgb(249 151 102 / 0.25);
  }

  .sm\:ring-primary-400\/30 {
    --tw-ring-color: rgb(249 151 102 / 0.3);
  }

  .sm\:ring-primary-400\/35 {
    --tw-ring-color: rgb(249 151 102 / 0.35);
  }

  .sm\:ring-primary-400\/40 {
    --tw-ring-color: rgb(249 151 102 / 0.4);
  }

  .sm\:ring-primary-400\/45 {
    --tw-ring-color: rgb(249 151 102 / 0.45);
  }

  .sm\:ring-primary-400\/5 {
    --tw-ring-color: rgb(249 151 102 / 0.05);
  }

  .sm\:ring-primary-400\/50 {
    --tw-ring-color: rgb(249 151 102 / 0.5);
  }

  .sm\:ring-primary-400\/55 {
    --tw-ring-color: rgb(249 151 102 / 0.55);
  }

  .sm\:ring-primary-400\/60 {
    --tw-ring-color: rgb(249 151 102 / 0.6);
  }

  .sm\:ring-primary-400\/65 {
    --tw-ring-color: rgb(249 151 102 / 0.65);
  }

  .sm\:ring-primary-400\/70 {
    --tw-ring-color: rgb(249 151 102 / 0.7);
  }

  .sm\:ring-primary-400\/75 {
    --tw-ring-color: rgb(249 151 102 / 0.75);
  }

  .sm\:ring-primary-400\/80 {
    --tw-ring-color: rgb(249 151 102 / 0.8);
  }

  .sm\:ring-primary-400\/85 {
    --tw-ring-color: rgb(249 151 102 / 0.85);
  }

  .sm\:ring-primary-400\/90 {
    --tw-ring-color: rgb(249 151 102 / 0.9);
  }

  .sm\:ring-primary-400\/95 {
    --tw-ring-color: rgb(249 151 102 / 0.95);
  }

  .sm\:ring-primary-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 247 242 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-50\/0 {
    --tw-ring-color: rgb(255 247 242 / 0);
  }

  .sm\:ring-primary-50\/10 {
    --tw-ring-color: rgb(255 247 242 / 0.1);
  }

  .sm\:ring-primary-50\/100 {
    --tw-ring-color: rgb(255 247 242 / 1);
  }

  .sm\:ring-primary-50\/15 {
    --tw-ring-color: rgb(255 247 242 / 0.15);
  }

  .sm\:ring-primary-50\/20 {
    --tw-ring-color: rgb(255 247 242 / 0.2);
  }

  .sm\:ring-primary-50\/25 {
    --tw-ring-color: rgb(255 247 242 / 0.25);
  }

  .sm\:ring-primary-50\/30 {
    --tw-ring-color: rgb(255 247 242 / 0.3);
  }

  .sm\:ring-primary-50\/35 {
    --tw-ring-color: rgb(255 247 242 / 0.35);
  }

  .sm\:ring-primary-50\/40 {
    --tw-ring-color: rgb(255 247 242 / 0.4);
  }

  .sm\:ring-primary-50\/45 {
    --tw-ring-color: rgb(255 247 242 / 0.45);
  }

  .sm\:ring-primary-50\/5 {
    --tw-ring-color: rgb(255 247 242 / 0.05);
  }

  .sm\:ring-primary-50\/50 {
    --tw-ring-color: rgb(255 247 242 / 0.5);
  }

  .sm\:ring-primary-50\/55 {
    --tw-ring-color: rgb(255 247 242 / 0.55);
  }

  .sm\:ring-primary-50\/60 {
    --tw-ring-color: rgb(255 247 242 / 0.6);
  }

  .sm\:ring-primary-50\/65 {
    --tw-ring-color: rgb(255 247 242 / 0.65);
  }

  .sm\:ring-primary-50\/70 {
    --tw-ring-color: rgb(255 247 242 / 0.7);
  }

  .sm\:ring-primary-50\/75 {
    --tw-ring-color: rgb(255 247 242 / 0.75);
  }

  .sm\:ring-primary-50\/80 {
    --tw-ring-color: rgb(255 247 242 / 0.8);
  }

  .sm\:ring-primary-50\/85 {
    --tw-ring-color: rgb(255 247 242 / 0.85);
  }

  .sm\:ring-primary-50\/90 {
    --tw-ring-color: rgb(255 247 242 / 0.9);
  }

  .sm\:ring-primary-50\/95 {
    --tw-ring-color: rgb(255 247 242 / 0.95);
  }

  .sm\:ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 141 77 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-500\/0 {
    --tw-ring-color: rgb(247 141 77 / 0);
  }

  .sm\:ring-primary-500\/10 {
    --tw-ring-color: rgb(247 141 77 / 0.1);
  }

  .sm\:ring-primary-500\/100 {
    --tw-ring-color: rgb(247 141 77 / 1);
  }

  .sm\:ring-primary-500\/15 {
    --tw-ring-color: rgb(247 141 77 / 0.15);
  }

  .sm\:ring-primary-500\/20 {
    --tw-ring-color: rgb(247 141 77 / 0.2);
  }

  .sm\:ring-primary-500\/25 {
    --tw-ring-color: rgb(247 141 77 / 0.25);
  }

  .sm\:ring-primary-500\/30 {
    --tw-ring-color: rgb(247 141 77 / 0.3);
  }

  .sm\:ring-primary-500\/35 {
    --tw-ring-color: rgb(247 141 77 / 0.35);
  }

  .sm\:ring-primary-500\/40 {
    --tw-ring-color: rgb(247 141 77 / 0.4);
  }

  .sm\:ring-primary-500\/45 {
    --tw-ring-color: rgb(247 141 77 / 0.45);
  }

  .sm\:ring-primary-500\/5 {
    --tw-ring-color: rgb(247 141 77 / 0.05);
  }

  .sm\:ring-primary-500\/50 {
    --tw-ring-color: rgb(247 141 77 / 0.5);
  }

  .sm\:ring-primary-500\/55 {
    --tw-ring-color: rgb(247 141 77 / 0.55);
  }

  .sm\:ring-primary-500\/60 {
    --tw-ring-color: rgb(247 141 77 / 0.6);
  }

  .sm\:ring-primary-500\/65 {
    --tw-ring-color: rgb(247 141 77 / 0.65);
  }

  .sm\:ring-primary-500\/70 {
    --tw-ring-color: rgb(247 141 77 / 0.7);
  }

  .sm\:ring-primary-500\/75 {
    --tw-ring-color: rgb(247 141 77 / 0.75);
  }

  .sm\:ring-primary-500\/80 {
    --tw-ring-color: rgb(247 141 77 / 0.8);
  }

  .sm\:ring-primary-500\/85 {
    --tw-ring-color: rgb(247 141 77 / 0.85);
  }

  .sm\:ring-primary-500\/90 {
    --tw-ring-color: rgb(247 141 77 / 0.9);
  }

  .sm\:ring-primary-500\/95 {
    --tw-ring-color: rgb(247 141 77 / 0.95);
  }

  .sm\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 99 37 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-600\/0 {
    --tw-ring-color: rgb(233 99 37 / 0);
  }

  .sm\:ring-primary-600\/10 {
    --tw-ring-color: rgb(233 99 37 / 0.1);
  }

  .sm\:ring-primary-600\/100 {
    --tw-ring-color: rgb(233 99 37 / 1);
  }

  .sm\:ring-primary-600\/15 {
    --tw-ring-color: rgb(233 99 37 / 0.15);
  }

  .sm\:ring-primary-600\/20 {
    --tw-ring-color: rgb(233 99 37 / 0.2);
  }

  .sm\:ring-primary-600\/25 {
    --tw-ring-color: rgb(233 99 37 / 0.25);
  }

  .sm\:ring-primary-600\/30 {
    --tw-ring-color: rgb(233 99 37 / 0.3);
  }

  .sm\:ring-primary-600\/35 {
    --tw-ring-color: rgb(233 99 37 / 0.35);
  }

  .sm\:ring-primary-600\/40 {
    --tw-ring-color: rgb(233 99 37 / 0.4);
  }

  .sm\:ring-primary-600\/45 {
    --tw-ring-color: rgb(233 99 37 / 0.45);
  }

  .sm\:ring-primary-600\/5 {
    --tw-ring-color: rgb(233 99 37 / 0.05);
  }

  .sm\:ring-primary-600\/50 {
    --tw-ring-color: rgb(233 99 37 / 0.5);
  }

  .sm\:ring-primary-600\/55 {
    --tw-ring-color: rgb(233 99 37 / 0.55);
  }

  .sm\:ring-primary-600\/60 {
    --tw-ring-color: rgb(233 99 37 / 0.6);
  }

  .sm\:ring-primary-600\/65 {
    --tw-ring-color: rgb(233 99 37 / 0.65);
  }

  .sm\:ring-primary-600\/70 {
    --tw-ring-color: rgb(233 99 37 / 0.7);
  }

  .sm\:ring-primary-600\/75 {
    --tw-ring-color: rgb(233 99 37 / 0.75);
  }

  .sm\:ring-primary-600\/80 {
    --tw-ring-color: rgb(233 99 37 / 0.8);
  }

  .sm\:ring-primary-600\/85 {
    --tw-ring-color: rgb(233 99 37 / 0.85);
  }

  .sm\:ring-primary-600\/90 {
    --tw-ring-color: rgb(233 99 37 / 0.9);
  }

  .sm\:ring-primary-600\/95 {
    --tw-ring-color: rgb(233 99 37 / 0.95);
  }

  .sm\:ring-primary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(201 74 22 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-700\/0 {
    --tw-ring-color: rgb(201 74 22 / 0);
  }

  .sm\:ring-primary-700\/10 {
    --tw-ring-color: rgb(201 74 22 / 0.1);
  }

  .sm\:ring-primary-700\/100 {
    --tw-ring-color: rgb(201 74 22 / 1);
  }

  .sm\:ring-primary-700\/15 {
    --tw-ring-color: rgb(201 74 22 / 0.15);
  }

  .sm\:ring-primary-700\/20 {
    --tw-ring-color: rgb(201 74 22 / 0.2);
  }

  .sm\:ring-primary-700\/25 {
    --tw-ring-color: rgb(201 74 22 / 0.25);
  }

  .sm\:ring-primary-700\/30 {
    --tw-ring-color: rgb(201 74 22 / 0.3);
  }

  .sm\:ring-primary-700\/35 {
    --tw-ring-color: rgb(201 74 22 / 0.35);
  }

  .sm\:ring-primary-700\/40 {
    --tw-ring-color: rgb(201 74 22 / 0.4);
  }

  .sm\:ring-primary-700\/45 {
    --tw-ring-color: rgb(201 74 22 / 0.45);
  }

  .sm\:ring-primary-700\/5 {
    --tw-ring-color: rgb(201 74 22 / 0.05);
  }

  .sm\:ring-primary-700\/50 {
    --tw-ring-color: rgb(201 74 22 / 0.5);
  }

  .sm\:ring-primary-700\/55 {
    --tw-ring-color: rgb(201 74 22 / 0.55);
  }

  .sm\:ring-primary-700\/60 {
    --tw-ring-color: rgb(201 74 22 / 0.6);
  }

  .sm\:ring-primary-700\/65 {
    --tw-ring-color: rgb(201 74 22 / 0.65);
  }

  .sm\:ring-primary-700\/70 {
    --tw-ring-color: rgb(201 74 22 / 0.7);
  }

  .sm\:ring-primary-700\/75 {
    --tw-ring-color: rgb(201 74 22 / 0.75);
  }

  .sm\:ring-primary-700\/80 {
    --tw-ring-color: rgb(201 74 22 / 0.8);
  }

  .sm\:ring-primary-700\/85 {
    --tw-ring-color: rgb(201 74 22 / 0.85);
  }

  .sm\:ring-primary-700\/90 {
    --tw-ring-color: rgb(201 74 22 / 0.9);
  }

  .sm\:ring-primary-700\/95 {
    --tw-ring-color: rgb(201 74 22 / 0.95);
  }

  .sm\:ring-primary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 59 24 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-800\/0 {
    --tw-ring-color: rgb(161 59 24 / 0);
  }

  .sm\:ring-primary-800\/10 {
    --tw-ring-color: rgb(161 59 24 / 0.1);
  }

  .sm\:ring-primary-800\/100 {
    --tw-ring-color: rgb(161 59 24 / 1);
  }

  .sm\:ring-primary-800\/15 {
    --tw-ring-color: rgb(161 59 24 / 0.15);
  }

  .sm\:ring-primary-800\/20 {
    --tw-ring-color: rgb(161 59 24 / 0.2);
  }

  .sm\:ring-primary-800\/25 {
    --tw-ring-color: rgb(161 59 24 / 0.25);
  }

  .sm\:ring-primary-800\/30 {
    --tw-ring-color: rgb(161 59 24 / 0.3);
  }

  .sm\:ring-primary-800\/35 {
    --tw-ring-color: rgb(161 59 24 / 0.35);
  }

  .sm\:ring-primary-800\/40 {
    --tw-ring-color: rgb(161 59 24 / 0.4);
  }

  .sm\:ring-primary-800\/45 {
    --tw-ring-color: rgb(161 59 24 / 0.45);
  }

  .sm\:ring-primary-800\/5 {
    --tw-ring-color: rgb(161 59 24 / 0.05);
  }

  .sm\:ring-primary-800\/50 {
    --tw-ring-color: rgb(161 59 24 / 0.5);
  }

  .sm\:ring-primary-800\/55 {
    --tw-ring-color: rgb(161 59 24 / 0.55);
  }

  .sm\:ring-primary-800\/60 {
    --tw-ring-color: rgb(161 59 24 / 0.6);
  }

  .sm\:ring-primary-800\/65 {
    --tw-ring-color: rgb(161 59 24 / 0.65);
  }

  .sm\:ring-primary-800\/70 {
    --tw-ring-color: rgb(161 59 24 / 0.7);
  }

  .sm\:ring-primary-800\/75 {
    --tw-ring-color: rgb(161 59 24 / 0.75);
  }

  .sm\:ring-primary-800\/80 {
    --tw-ring-color: rgb(161 59 24 / 0.8);
  }

  .sm\:ring-primary-800\/85 {
    --tw-ring-color: rgb(161 59 24 / 0.85);
  }

  .sm\:ring-primary-800\/90 {
    --tw-ring-color: rgb(161 59 24 / 0.9);
  }

  .sm\:ring-primary-800\/95 {
    --tw-ring-color: rgb(161 59 24 / 0.95);
  }

  .sm\:ring-primary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(130 51 24 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-900\/0 {
    --tw-ring-color: rgb(130 51 24 / 0);
  }

  .sm\:ring-primary-900\/10 {
    --tw-ring-color: rgb(130 51 24 / 0.1);
  }

  .sm\:ring-primary-900\/100 {
    --tw-ring-color: rgb(130 51 24 / 1);
  }

  .sm\:ring-primary-900\/15 {
    --tw-ring-color: rgb(130 51 24 / 0.15);
  }

  .sm\:ring-primary-900\/20 {
    --tw-ring-color: rgb(130 51 24 / 0.2);
  }

  .sm\:ring-primary-900\/25 {
    --tw-ring-color: rgb(130 51 24 / 0.25);
  }

  .sm\:ring-primary-900\/30 {
    --tw-ring-color: rgb(130 51 24 / 0.3);
  }

  .sm\:ring-primary-900\/35 {
    --tw-ring-color: rgb(130 51 24 / 0.35);
  }

  .sm\:ring-primary-900\/40 {
    --tw-ring-color: rgb(130 51 24 / 0.4);
  }

  .sm\:ring-primary-900\/45 {
    --tw-ring-color: rgb(130 51 24 / 0.45);
  }

  .sm\:ring-primary-900\/5 {
    --tw-ring-color: rgb(130 51 24 / 0.05);
  }

  .sm\:ring-primary-900\/50 {
    --tw-ring-color: rgb(130 51 24 / 0.5);
  }

  .sm\:ring-primary-900\/55 {
    --tw-ring-color: rgb(130 51 24 / 0.55);
  }

  .sm\:ring-primary-900\/60 {
    --tw-ring-color: rgb(130 51 24 / 0.6);
  }

  .sm\:ring-primary-900\/65 {
    --tw-ring-color: rgb(130 51 24 / 0.65);
  }

  .sm\:ring-primary-900\/70 {
    --tw-ring-color: rgb(130 51 24 / 0.7);
  }

  .sm\:ring-primary-900\/75 {
    --tw-ring-color: rgb(130 51 24 / 0.75);
  }

  .sm\:ring-primary-900\/80 {
    --tw-ring-color: rgb(130 51 24 / 0.8);
  }

  .sm\:ring-primary-900\/85 {
    --tw-ring-color: rgb(130 51 24 / 0.85);
  }

  .sm\:ring-primary-900\/90 {
    --tw-ring-color: rgb(130 51 24 / 0.9);
  }

  .sm\:ring-primary-900\/95 {
    --tw-ring-color: rgb(130 51 24 / 0.95);
  }

  .sm\:ring-primary-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(70 23 8 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-primary-950\/0 {
    --tw-ring-color: rgb(70 23 8 / 0);
  }

  .sm\:ring-primary-950\/10 {
    --tw-ring-color: rgb(70 23 8 / 0.1);
  }

  .sm\:ring-primary-950\/100 {
    --tw-ring-color: rgb(70 23 8 / 1);
  }

  .sm\:ring-primary-950\/15 {
    --tw-ring-color: rgb(70 23 8 / 0.15);
  }

  .sm\:ring-primary-950\/20 {
    --tw-ring-color: rgb(70 23 8 / 0.2);
  }

  .sm\:ring-primary-950\/25 {
    --tw-ring-color: rgb(70 23 8 / 0.25);
  }

  .sm\:ring-primary-950\/30 {
    --tw-ring-color: rgb(70 23 8 / 0.3);
  }

  .sm\:ring-primary-950\/35 {
    --tw-ring-color: rgb(70 23 8 / 0.35);
  }

  .sm\:ring-primary-950\/40 {
    --tw-ring-color: rgb(70 23 8 / 0.4);
  }

  .sm\:ring-primary-950\/45 {
    --tw-ring-color: rgb(70 23 8 / 0.45);
  }

  .sm\:ring-primary-950\/5 {
    --tw-ring-color: rgb(70 23 8 / 0.05);
  }

  .sm\:ring-primary-950\/50 {
    --tw-ring-color: rgb(70 23 8 / 0.5);
  }

  .sm\:ring-primary-950\/55 {
    --tw-ring-color: rgb(70 23 8 / 0.55);
  }

  .sm\:ring-primary-950\/60 {
    --tw-ring-color: rgb(70 23 8 / 0.6);
  }

  .sm\:ring-primary-950\/65 {
    --tw-ring-color: rgb(70 23 8 / 0.65);
  }

  .sm\:ring-primary-950\/70 {
    --tw-ring-color: rgb(70 23 8 / 0.7);
  }

  .sm\:ring-primary-950\/75 {
    --tw-ring-color: rgb(70 23 8 / 0.75);
  }

  .sm\:ring-primary-950\/80 {
    --tw-ring-color: rgb(70 23 8 / 0.8);
  }

  .sm\:ring-primary-950\/85 {
    --tw-ring-color: rgb(70 23 8 / 0.85);
  }

  .sm\:ring-primary-950\/90 {
    --tw-ring-color: rgb(70 23 8 / 0.9);
  }

  .sm\:ring-primary-950\/95 {
    --tw-ring-color: rgb(70 23 8 / 0.95);
  }

  .sm\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .sm\:ring-transparent\/0 {
    --tw-ring-color: rgb(0 0 0 / 0);
  }

  .sm\:ring-transparent\/10 {
    --tw-ring-color: rgb(0 0 0 / 0.1);
  }

  .sm\:ring-transparent\/100 {
    --tw-ring-color: rgb(0 0 0 / 1);
  }

  .sm\:ring-transparent\/15 {
    --tw-ring-color: rgb(0 0 0 / 0.15);
  }

  .sm\:ring-transparent\/20 {
    --tw-ring-color: rgb(0 0 0 / 0.2);
  }

  .sm\:ring-transparent\/25 {
    --tw-ring-color: rgb(0 0 0 / 0.25);
  }

  .sm\:ring-transparent\/30 {
    --tw-ring-color: rgb(0 0 0 / 0.3);
  }

  .sm\:ring-transparent\/35 {
    --tw-ring-color: rgb(0 0 0 / 0.35);
  }

  .sm\:ring-transparent\/40 {
    --tw-ring-color: rgb(0 0 0 / 0.4);
  }

  .sm\:ring-transparent\/45 {
    --tw-ring-color: rgb(0 0 0 / 0.45);
  }

  .sm\:ring-transparent\/5 {
    --tw-ring-color: rgb(0 0 0 / 0.05);
  }

  .sm\:ring-transparent\/50 {
    --tw-ring-color: rgb(0 0 0 / 0.5);
  }

  .sm\:ring-transparent\/55 {
    --tw-ring-color: rgb(0 0 0 / 0.55);
  }

  .sm\:ring-transparent\/60 {
    --tw-ring-color: rgb(0 0 0 / 0.6);
  }

  .sm\:ring-transparent\/65 {
    --tw-ring-color: rgb(0 0 0 / 0.65);
  }

  .sm\:ring-transparent\/70 {
    --tw-ring-color: rgb(0 0 0 / 0.7);
  }

  .sm\:ring-transparent\/75 {
    --tw-ring-color: rgb(0 0 0 / 0.75);
  }

  .sm\:ring-transparent\/80 {
    --tw-ring-color: rgb(0 0 0 / 0.8);
  }

  .sm\:ring-transparent\/85 {
    --tw-ring-color: rgb(0 0 0 / 0.85);
  }

  .sm\:ring-transparent\/90 {
    --tw-ring-color: rgb(0 0 0 / 0.9);
  }

  .sm\:ring-transparent\/95 {
    --tw-ring-color: rgb(0 0 0 / 0.95);
  }

  .sm\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  }

  .sm\:ring-white\/0 {
    --tw-ring-color: rgb(255 255 255 / 0);
  }

  .sm\:ring-white\/10 {
    --tw-ring-color: rgb(255 255 255 / 0.1);
  }

  .sm\:ring-white\/100 {
    --tw-ring-color: rgb(255 255 255 / 1);
  }

  .sm\:ring-white\/15 {
    --tw-ring-color: rgb(255 255 255 / 0.15);
  }

  .sm\:ring-white\/20 {
    --tw-ring-color: rgb(255 255 255 / 0.2);
  }

  .sm\:ring-white\/25 {
    --tw-ring-color: rgb(255 255 255 / 0.25);
  }

  .sm\:ring-white\/30 {
    --tw-ring-color: rgb(255 255 255 / 0.3);
  }

  .sm\:ring-white\/35 {
    --tw-ring-color: rgb(255 255 255 / 0.35);
  }

  .sm\:ring-white\/40 {
    --tw-ring-color: rgb(255 255 255 / 0.4);
  }

  .sm\:ring-white\/45 {
    --tw-ring-color: rgb(255 255 255 / 0.45);
  }

  .sm\:ring-white\/5 {
    --tw-ring-color: rgb(255 255 255 / 0.05);
  }

  .sm\:ring-white\/50 {
    --tw-ring-color: rgb(255 255 255 / 0.5);
  }

  .sm\:ring-white\/55 {
    --tw-ring-color: rgb(255 255 255 / 0.55);
  }

  .sm\:ring-white\/60 {
    --tw-ring-color: rgb(255 255 255 / 0.6);
  }

  .sm\:ring-white\/65 {
    --tw-ring-color: rgb(255 255 255 / 0.65);
  }

  .sm\:ring-white\/70 {
    --tw-ring-color: rgb(255 255 255 / 0.7);
  }

  .sm\:ring-white\/75 {
    --tw-ring-color: rgb(255 255 255 / 0.75);
  }

  .sm\:ring-white\/80 {
    --tw-ring-color: rgb(255 255 255 / 0.8);
  }

  .sm\:ring-white\/85 {
    --tw-ring-color: rgb(255 255 255 / 0.85);
  }

  .sm\:ring-white\/90 {
    --tw-ring-color: rgb(255 255 255 / 0.9);
  }

  .sm\:ring-white\/95 {
    --tw-ring-color: rgb(255 255 255 / 0.95);
  }

  .sm\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(254 249 195 / 0.35);
  }

  .sm\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .sm\:ring-yellow-100\/45 {
    --tw-ring-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(254 249 195 / 0.55);
  }

  .sm\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .sm\:ring-yellow-100\/65 {
    --tw-ring-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(254 240 138 / 0.35);
  }

  .sm\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .sm\:ring-yellow-200\/45 {
    --tw-ring-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(254 240 138 / 0.55);
  }

  .sm\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .sm\:ring-yellow-200\/65 {
    --tw-ring-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(250 204 21 / 0.35);
  }

  .sm\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .sm\:ring-yellow-400\/45 {
    --tw-ring-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(250 204 21 / 0.55);
  }

  .sm\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .sm\:ring-yellow-400\/65 {
    --tw-ring-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(254 252 232 / 0.35);
  }

  .sm\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .sm\:ring-yellow-50\/45 {
    --tw-ring-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(254 252 232 / 0.55);
  }

  .sm\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .sm\:ring-yellow-50\/65 {
    --tw-ring-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(234 179 8 / 0.35);
  }

  .sm\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .sm\:ring-yellow-500\/45 {
    --tw-ring-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(234 179 8 / 0.55);
  }

  .sm\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .sm\:ring-yellow-500\/65 {
    --tw-ring-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(202 138 4 / 0.35);
  }

  .sm\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .sm\:ring-yellow-600\/45 {
    --tw-ring-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(202 138 4 / 0.55);
  }

  .sm\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .sm\:ring-yellow-600\/65 {
    --tw-ring-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(133 77 14 / 0.35);
  }

  .sm\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .sm\:ring-yellow-800\/45 {
    --tw-ring-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(133 77 14 / 0.55);
  }

  .sm\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .sm\:ring-yellow-800\/65 {
    --tw-ring-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(133 77 14 / 0.85);
  }

  .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-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\/15 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.35);
  }

  .sm\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .sm\:ring-offset-yellow-100\/45 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.55);
  }

  .sm\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .sm\:ring-offset-yellow-100\/65 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.35);
  }

  .sm\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .sm\:ring-offset-yellow-200\/45 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.55);
  }

  .sm\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .sm\:ring-offset-yellow-200\/65 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.35);
  }

  .sm\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .sm\:ring-offset-yellow-400\/45 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.55);
  }

  .sm\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .sm\:ring-offset-yellow-400\/65 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.35);
  }

  .sm\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .sm\:ring-offset-yellow-50\/45 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.55);
  }

  .sm\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .sm\:ring-offset-yellow-50\/65 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.35);
  }

  .sm\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .sm\:ring-offset-yellow-500\/45 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.55);
  }

  .sm\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .sm\:ring-offset-yellow-500\/65 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.35);
  }

  .sm\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .sm\:ring-offset-yellow-600\/45 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.55);
  }

  .sm\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .sm\:ring-offset-yellow-600\/65 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.35);
  }

  .sm\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .sm\:ring-offset-yellow-800\/45 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.55);
  }

  .sm\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .sm\:ring-offset-yellow-800\/65 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.85);
  }

  .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\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .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\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .sm\:grayscale-0 {
    --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);
  }

  .sm\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
    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);
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:-inset-x-0 {
    left: -0px;
    right: -0px;
  }

  .md\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .md\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .md\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .md\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .md\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .md\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .md\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .md\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .md\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .md\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .md\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .md\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .md\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .md\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .md\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .md\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .md\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .md\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .md\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .md\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .md\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .md\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .md\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .md\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .md\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .md\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .md\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .md\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .md\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .md\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .md\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .md\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .md\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .md\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .md\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .md\:-inset-y-0 {
    top: -0px;
    bottom: -0px;
  }

  .md\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .md\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .md\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .md\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .md\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .md\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .md\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .md\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .md\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .md\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .md\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .md\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .md\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .md\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .md\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .md\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .md\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .md\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .md\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .md\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .md\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .md\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .md\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .md\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .md\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .md\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .md\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .md\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .md\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .md\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .md\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .md\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .md\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .md\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .md\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .md\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .md\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .md\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .md\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .md\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .md\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .md\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .md\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .md\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .md\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .md\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .md\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .md\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .md\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .md\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .md\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .md\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .md\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .md\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .md\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .md\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .md\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .md\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .md\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .md\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .md\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .md\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .md\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .md\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .md\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .md\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .md\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .md\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .md\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .md\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .md\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .md\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .md\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .md\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .md\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .md\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .md\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .md\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .md\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .md\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .md\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .md\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .md\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .md\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .md\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .md\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .md\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .md\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .md\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .md\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .md\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .md\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .md\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .md\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .md\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .md\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .md\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .md\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .md\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .md\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .md\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .md\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .md\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .md\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .md\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .md\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .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-8 {
    bottom: -2rem;
  }

  .md\:-bottom-80 {
    bottom: -20rem;
  }

  .md\:-bottom-full {
    bottom: -100%;
  }

  .md\:-left-0 {
    left: -0px;
  }

  .md\:-left-0\.5 {
    left: -0.125rem;
  }

  .md\:-left-1 {
    left: -0.25rem;
  }

  .md\:-left-1\.5 {
    left: -0.375rem;
  }

  .md\:-left-1\/2 {
    left: -50%;
  }

  .md\:-left-1\/3 {
    left: -33.333333%;
  }

  .md\:-left-1\/4 {
    left: -25%;
  }

  .md\:-left-10 {
    left: -2.5rem;
  }

  .md\:-left-11 {
    left: -2.75rem;
  }

  .md\:-left-12 {
    left: -3rem;
  }

  .md\:-left-14 {
    left: -3.5rem;
  }

  .md\:-left-16 {
    left: -4rem;
  }

  .md\:-left-2 {
    left: -0.5rem;
  }

  .md\:-left-2\.5 {
    left: -0.625rem;
  }

  .md\:-left-2\/3 {
    left: -66.666667%;
  }

  .md\:-left-2\/4 {
    left: -50%;
  }

  .md\:-left-20 {
    left: -5rem;
  }

  .md\:-left-24 {
    left: -6rem;
  }

  .md\:-left-28 {
    left: -7rem;
  }

  .md\:-left-3 {
    left: -0.75rem;
  }

  .md\:-left-3\.5 {
    left: -0.875rem;
  }

  .md\:-left-3\/4 {
    left: -75%;
  }

  .md\:-left-32 {
    left: -8rem;
  }

  .md\:-left-36 {
    left: -9rem;
  }

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-left-40 {
    left: -10rem;
  }

  .md\:-left-44 {
    left: -11rem;
  }

  .md\:-left-48 {
    left: -12rem;
  }

  .md\:-left-5 {
    left: -1.25rem;
  }

  .md\:-left-52 {
    left: -13rem;
  }

  .md\:-left-56 {
    left: -14rem;
  }

  .md\:-left-6 {
    left: -1.5rem;
  }

  .md\:-left-60 {
    left: -15rem;
  }

  .md\:-left-64 {
    left: -16rem;
  }

  .md\:-left-8 {
    left: -2rem;
  }

  .md\:-left-80 {
    left: -20rem;
  }

  .md\:-left-full {
    left: -100%;
  }

  .md\:-right-0 {
    right: -0px;
  }

  .md\:-right-0\.5 {
    right: -0.125rem;
  }

  .md\:-right-1 {
    right: -0.25rem;
  }

  .md\:-right-1\.5 {
    right: -0.375rem;
  }

  .md\:-right-1\/2 {
    right: -50%;
  }

  .md\:-right-1\/3 {
    right: -33.333333%;
  }

  .md\:-right-1\/4 {
    right: -25%;
  }

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:-right-11 {
    right: -2.75rem;
  }

  .md\:-right-12 {
    right: -3rem;
  }

  .md\:-right-14 {
    right: -3.5rem;
  }

  .md\:-right-16 {
    right: -4rem;
  }

  .md\:-right-2 {
    right: -0.5rem;
  }

  .md\:-right-2\.5 {
    right: -0.625rem;
  }

  .md\:-right-2\/3 {
    right: -66.666667%;
  }

  .md\:-right-2\/4 {
    right: -50%;
  }

  .md\:-right-20 {
    right: -5rem;
  }

  .md\:-right-24 {
    right: -6rem;
  }

  .md\:-right-28 {
    right: -7rem;
  }

  .md\:-right-3 {
    right: -0.75rem;
  }

  .md\:-right-3\.5 {
    right: -0.875rem;
  }

  .md\:-right-3\/4 {
    right: -75%;
  }

  .md\:-right-32 {
    right: -8rem;
  }

  .md\:-right-36 {
    right: -9rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

  .md\:-right-40 {
    right: -10rem;
  }

  .md\:-right-44 {
    right: -11rem;
  }

  .md\:-right-48 {
    right: -12rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:-right-52 {
    right: -13rem;
  }

  .md\:-right-56 {
    right: -14rem;
  }

  .md\:-right-6 {
    right: -1.5rem;
  }

  .md\:-right-60 {
    right: -15rem;
  }

  .md\:-right-64 {
    right: -16rem;
  }

  .md\:-right-8 {
    right: -2rem;
  }

  .md\:-right-80 {
    right: -20rem;
  }

  .md\:-right-full {
    right: -100%;
  }

  .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-8 {
    top: -2rem;
  }

  .md\:-top-80 {
    top: -20rem;
  }

  .md\:-top-full {
    top: -100%;
  }

  .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-8 {
    bottom: 2rem;
  }

  .md\:bottom-80 {
    bottom: 20rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:bottom-full {
    bottom: 100%;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:left-0\.5 {
    left: 0.125rem;
  }

  .md\:left-1 {
    left: 0.25rem;
  }

  .md\:left-1\.5 {
    left: 0.375rem;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-1\/3 {
    left: 33.333333%;
  }

  .md\:left-1\/4 {
    left: 25%;
  }

  .md\:left-10 {
    left: 2.5rem;
  }

  .md\:left-11 {
    left: 2.75rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:left-14 {
    left: 3.5rem;
  }

  .md\:left-16 {
    left: 4rem;
  }

  .md\:left-2 {
    left: 0.5rem;
  }

  .md\:left-2\.5 {
    left: 0.625rem;
  }

  .md\:left-2\/3 {
    left: 66.666667%;
  }

  .md\:left-2\/4 {
    left: 50%;
  }

  .md\:left-20 {
    left: 5rem;
  }

  .md\:left-24 {
    left: 6rem;
  }

  .md\:left-28 {
    left: 7rem;
  }

  .md\:left-3 {
    left: 0.75rem;
  }

  .md\:left-3\.5 {
    left: 0.875rem;
  }

  .md\:left-3\/4 {
    left: 75%;
  }

  .md\:left-32 {
    left: 8rem;
  }

  .md\:left-36 {
    left: 9rem;
  }

  .md\:left-4 {
    left: 1rem;
  }

  .md\:left-40 {
    left: 10rem;
  }

  .md\:left-44 {
    left: 11rem;
  }

  .md\:left-48 {
    left: 12rem;
  }

  .md\:left-5 {
    left: 1.25rem;
  }

  .md\:left-52 {
    left: 13rem;
  }

  .md\:left-56 {
    left: 14rem;
  }

  .md\:left-6 {
    left: 1.5rem;
  }

  .md\:left-60 {
    left: 15rem;
  }

  .md\:left-64 {
    left: 16rem;
  }

  .md\:left-8 {
    left: 2rem;
  }

  .md\:left-80 {
    left: 20rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:left-full {
    left: 100%;
  }

  .md\:right-0 {
    right: 0px;
  }

  .md\:right-0\.5 {
    right: 0.125rem;
  }

  .md\:right-1 {
    right: 0.25rem;
  }

  .md\:right-1\.5 {
    right: 0.375rem;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:right-1\/3 {
    right: 33.333333%;
  }

  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:right-11 {
    right: 2.75rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:right-14 {
    right: 3.5rem;
  }

  .md\:right-16 {
    right: 4rem;
  }

  .md\:right-2 {
    right: 0.5rem;
  }

  .md\:right-2\.5 {
    right: 0.625rem;
  }

  .md\:right-2\/3 {
    right: 66.666667%;
  }

  .md\:right-2\/4 {
    right: 50%;
  }

  .md\:right-20 {
    right: 5rem;
  }

  .md\:right-24 {
    right: 6rem;
  }

  .md\:right-28 {
    right: 7rem;
  }

  .md\:right-3 {
    right: 0.75rem;
  }

  .md\:right-3\.5 {
    right: 0.875rem;
  }

  .md\:right-3\/4 {
    right: 75%;
  }

  .md\:right-32 {
    right: 8rem;
  }

  .md\:right-36 {
    right: 9rem;
  }

  .md\:right-4 {
    right: 1rem;
  }

  .md\:right-40 {
    right: 10rem;
  }

  .md\:right-44 {
    right: 11rem;
  }

  .md\:right-48 {
    right: 12rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

  .md\:right-52 {
    right: 13rem;
  }

  .md\:right-56 {
    right: 14rem;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:right-60 {
    right: 15rem;
  }

  .md\:right-64 {
    right: 16rem;
  }

  .md\:right-8 {
    right: 2rem;
  }

  .md\:right-80 {
    right: 20rem;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:right-full {
    right: 100%;
  }

  .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-8 {
    top: 2rem;
  }

  .md\:top-80 {
    top: 20rem;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:top-full {
    top: 100%;
  }

  .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\:row-auto {
    grid-row: auto;
  }

  .md\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .md\:row-span-10 {
    grid-row: span 10 / span 10;
  }

  .md\:row-span-11 {
    grid-row: span 11 / span 11;
  }

  .md\:row-span-12 {
    grid-row: span 12 / span 12;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .md\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .md\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .md\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .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-8 {
    margin: -2rem;
  }

  .md\:-m-80 {
    margin: -20rem;
  }

  .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-8 {
    margin: 2rem;
  }

  .md\:m-80 {
    margin: 20rem;
  }

  .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-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .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-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .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-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .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-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .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-8 {
    margin-bottom: -2rem;
  }

  .md\:-mb-80 {
    margin-bottom: -20rem;
  }

  .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-8 {
    margin-left: -2rem;
  }

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .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-8 {
    margin-right: -2rem;
  }

  .md\:-mr-80 {
    margin-right: -20rem;
  }

  .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-8 {
    margin-top: -2rem;
  }

  .md\:-mt-80 {
    margin-top: -20rem;
  }

  .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-8 {
    margin-bottom: 2rem;
  }

  .md\:mb-80 {
    margin-bottom: 20rem;
  }

  .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-8 {
    margin-left: 2rem;
  }

  .md\:ml-80 {
    margin-left: 20rem;
  }

  .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-8 {
    margin-right: 2rem;
  }

  .md\:mr-80 {
    margin-right: 20rem;
  }

  .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-8 {
    margin-top: 2rem;
  }

  .md\:mt-80 {
    margin-top: 20rem;
  }

  .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\:inline-block {
    display: inline-block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:inline-grid {
    display: inline-grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-auto {
    aspect-ratio: auto;
  }

  .md\:h-0 {
    height: 0px;
  }

  .md\:h-0\.5 {
    height: 0.125rem;
  }

  .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-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .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-72 {
    height: 18rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-auto {
    height: auto;
  }

  .md\:h-full {
    height: 100%;
  }

  .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-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-20 {
    max-height: 5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-28 {
    max-height: 7rem;
  }

  .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-72 {
    max-height: 18rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-96 {
    max-height: 24rem;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-px {
    max-height: 1px;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:min-h-0\.5 {
    min-height: 0.125rem;
  }

  .md\:min-h-10 {
    min-height: 2.5rem;
  }

  .md\:min-h-11 {
    min-height: 2.75rem;
  }

  .md\:min-h-12 {
    min-height: 3rem;
  }

  .md\:min-h-14 {
    min-height: 3.5rem;
  }

  .md\:min-h-16 {
    min-height: 4rem;
  }

  .md\:min-h-20 {
    min-height: 5rem;
  }

  .md\:min-h-24 {
    min-height: 6rem;
  }

  .md\:min-h-28 {
    min-height: 7rem;
  }

  .md\:min-h-32 {
    min-height: 8rem;
  }

  .md\:min-h-36 {
    min-height: 9rem;
  }

  .md\:min-h-4 {
    min-height: 1rem;
  }

  .md\:min-h-40 {
    min-height: 10rem;
  }

  .md\:min-h-44 {
    min-height: 11rem;
  }

  .md\:min-h-48 {
    min-height: 12rem;
  }

  .md\:min-h-5 {
    min-height: 1.25rem;
  }

  .md\:min-h-52 {
    min-height: 13rem;
  }

  .md\:min-h-56 {
    min-height: 14rem;
  }

  .md\:min-h-6 {
    min-height: 1.5rem;
  }

  .md\:min-h-60 {
    min-height: 15rem;
  }

  .md\:min-h-64 {
    min-height: 16rem;
  }

  .md\:min-h-72 {
    min-height: 18rem;
  }

  .md\:min-h-8 {
    min-height: 2rem;
  }

  .md\:min-h-80 {
    min-height: 20rem;
  }

  .md\:min-h-96 {
    min-height: 24rem;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-h-px {
    min-height: 1px;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:w-0 {
    width: 0px;
  }

  .md\:w-0\.5 {
    width: 0.125rem;
  }

  .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-20 {
    width: 5rem;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .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-72 {
    width: 18rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:w-80 {
    width: 20rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-px {
    width: 1px;
  }

  .md\:w-screen {
    width: 100vw;
  }

  .md\:min-w-0 {
    min-width: 0px;
  }

  .md\:min-w-0\.5 {
    min-width: 0.125rem;
  }

  .md\:min-w-10 {
    min-width: 2.5rem;
  }

  .md\:min-w-11 {
    min-width: 2.75rem;
  }

  .md\:min-w-12 {
    min-width: 3rem;
  }

  .md\:min-w-14 {
    min-width: 3.5rem;
  }

  .md\:min-w-16 {
    min-width: 4rem;
  }

  .md\:min-w-20 {
    min-width: 5rem;
  }

  .md\:min-w-24 {
    min-width: 6rem;
  }

  .md\:min-w-28 {
    min-width: 7rem;
  }

  .md\:min-w-32 {
    min-width: 8rem;
  }

  .md\:min-w-36 {
    min-width: 9rem;
  }

  .md\:min-w-4 {
    min-width: 1rem;
  }

  .md\:min-w-40 {
    min-width: 10rem;
  }

  .md\:min-w-44 {
    min-width: 11rem;
  }

  .md\:min-w-48 {
    min-width: 12rem;
  }

  .md\:min-w-5 {
    min-width: 1.25rem;
  }

  .md\:min-w-52 {
    min-width: 13rem;
  }

  .md\:min-w-56 {
    min-width: 14rem;
  }

  .md\:min-w-6 {
    min-width: 1.5rem;
  }

  .md\:min-w-60 {
    min-width: 15rem;
  }

  .md\:min-w-64 {
    min-width: 16rem;
  }

  .md\:min-w-72 {
    min-width: 18rem;
  }

  .md\:min-w-8 {
    min-width: 2rem;
  }

  .md\:min-w-80 {
    min-width: 20rem;
  }

  .md\:min-w-96 {
    min-width: 24rem;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .md\:min-w-px {
    min-width: 1px;
  }

  .md\:max-w-0 {
    max-width: 0px;
  }

  .md\:max-w-0\.5 {
    max-width: 0.125rem;
  }

  .md\:max-w-10 {
    max-width: 2.5rem;
  }

  .md\:max-w-11 {
    max-width: 2.75rem;
  }

  .md\:max-w-12 {
    max-width: 3rem;
  }

  .md\:max-w-14 {
    max-width: 3.5rem;
  }

  .md\:max-w-16 {
    max-width: 4rem;
  }

  .md\:max-w-20 {
    max-width: 5rem;
  }

  .md\:max-w-24 {
    max-width: 6rem;
  }

  .md\:max-w-28 {
    max-width: 7rem;
  }

  .md\:max-w-32 {
    max-width: 8rem;
  }

  .md\:max-w-36 {
    max-width: 9rem;
  }

  .md\:max-w-4 {
    max-width: 1rem;
  }

  .md\:max-w-40 {
    max-width: 10rem;
  }

  .md\:max-w-44 {
    max-width: 11rem;
  }

  .md\:max-w-48 {
    max-width: 12rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5 {
    max-width: 1.25rem;
  }

  .md\:max-w-52 {
    max-width: 13rem;
  }

  .md\:max-w-56 {
    max-width: 14rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6 {
    max-width: 1.5rem;
  }

  .md\:max-w-60 {
    max-width: 15rem;
  }

  .md\:max-w-64 {
    max-width: 16rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-72 {
    max-width: 18rem;
  }

  .md\:max-w-8 {
    max-width: 2rem;
  }

  .md\:max-w-80 {
    max-width: 20rem;
  }

  .md\:max-w-96 {
    max-width: 24rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-px {
    max-width: 1px;
  }

  .md\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-wide {
    max-width: 1700px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:flex-auto {
    flex: 1 1 auto;
  }

  .md\:flex-initial {
    flex: 0 1 auto;
  }

  .md\:flex-none {
    flex: none;
  }

  .md\:flex-shrink {
    flex-shrink: 1;
  }

  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .md\:flex-grow {
    flex-grow: 1;
  }

  .md\:flex-grow-0 {
    flex-grow: 0;
  }

  .md\:grow-0 {
    flex-grow: 0;
  }

  .md\:table-fixed {
    table-layout: fixed;
  }

  .md\:-translate-x-0 {
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
    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));
  }

  .md\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
    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));
  }

  .md\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
    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));
  }

  .md\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
    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));
  }

  .md\:-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }

  .md\:-scale-100 {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-105 {
    --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));
  }

  .md\:-scale-110 {
    --tw-scale-x: -1.1;
    --tw-scale-y: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-50 {
    --tw-scale-x: -.5;
    --tw-scale-y: -.5;
    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));
  }

  .md\:-scale-75 {
    --tw-scale-x: -.75;
    --tw-scale-y: -.75;
    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));
  }

  .md\:-scale-90 {
    --tw-scale-x: -.9;
    --tw-scale-y: -.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:-scale-95 {
    --tw-scale-x: -.95;
    --tw-scale-y: -.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }

  .md\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:scale-105 {
    --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));
  }

  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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));
  }

  .md\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

  .md\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .md\:touch-auto {
    touch-action: auto;
  }

  .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-8 {
    scroll-margin: -2rem;
  }

  .md\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .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-8 {
    scroll-margin: 2rem;
  }

  .md\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .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-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .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-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .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-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .md\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .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-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .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-8 {
    scroll-margin-bottom: -2rem;
  }

  .md\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .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-8 {
    scroll-margin-left: -2rem;
  }

  .md\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .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-8 {
    scroll-margin-right: -2rem;
  }

  .md\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .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-8 {
    scroll-margin-top: -2rem;
  }

  .md\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .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-8 {
    scroll-margin-bottom: 2rem;
  }

  .md\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .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-8 {
    scroll-margin-left: 2rem;
  }

  .md\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .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-8 {
    scroll-margin-right: 2rem;
  }

  .md\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .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-8 {
    scroll-margin-top: 2rem;
  }

  .md\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .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-8 {
    scroll-padding: 2rem;
  }

  .md\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .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-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .md\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .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-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .md\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .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-8 {
    scroll-padding-bottom: 2rem;
  }

  .md\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .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-8 {
    scroll-padding-left: 2rem;
  }

  .md\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .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-8 {
    scroll-padding-right: 2rem;
  }

  .md\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .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-8 {
    scroll-padding-top: 2rem;
  }

  .md\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .md\:grid-flow-row {
    grid-auto-flow: row;
  }

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

  .md\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .md\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .md\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .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\:grid-cols-none {
    grid-template-columns: none;
  }

  .md\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .md\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .md\:grid-rows-none {
    grid-template-rows: none;
  }

  .md\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .md\:flex-wrap {
    flex-wrap: wrap;
  }

  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .md\:place-items-start {
    place-items: start;
  }

  .md\:place-items-end {
    place-items: end;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:justify-items-start {
    justify-items: start;
  }

  .md\:justify-items-end {
    justify-items: end;
  }

  .md\:justify-items-center {
    justify-items: center;
  }

  .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-8 {
    gap: 2rem;
  }

  .md\:gap-80 {
    gap: 20rem;
  }

  .md\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0px * var(--tw-space-x-reverse));
    margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-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)));
  }

  .md\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-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)));
  }

  .md\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-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)));
  }

  .md\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-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)));
  }

  .md\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:-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));
  }

  .md\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .md\:-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));
  }

  .md\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .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-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .md\:-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));
  }

  .md\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .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-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .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\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .md\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .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-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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)));
  }

  .md\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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)));
  }

  .md\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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)));
  }

  .md\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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)));
  }

  .md\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\: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));
  }

  .md\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .md\: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));
  }

  .md\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .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-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .md\: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));
  }

  .md\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .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-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .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\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .md\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.35);
  }

  .md\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .md\:divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.55);
  }

  .md\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .md\:divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.35);
  }

  .md\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .md\:divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.55);
  }

  .md\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .md\:divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.85);
  }

  .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-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.35);
  }

  .md\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .md\:divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.55);
  }

  .md\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .md\:divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.35);
  }

  .md\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .md\:divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.55);
  }

  .md\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .md\:divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.35);
  }

  .md\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .md\:divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.55);
  }

  .md\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .md\:divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.35);
  }

  .md\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .md\:divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.55);
  }

  .md\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .md\:divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.85);
  }

  .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-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.35);
  }

  .md\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .md\:divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.55);
  }

  .md\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .md\:divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.85);
  }

  .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\:overflow-auto {
    overflow: auto;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

  .md\:overflow-x-auto {
    overflow-x: auto;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .md\:scroll-smooth {
    scroll-behavior: smooth;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-2xl {
    border-radius: 1rem;
  }

  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded-xl {
    border-radius: 0.75rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-e {
    border-start-end-radius: 0.25rem;
    border-end-end-radius: 0.25rem;
  }

  .md\:rounded-e-2xl {
    border-start-end-radius: 1rem;
    border-end-end-radius: 1rem;
  }

  .md\:rounded-e-3xl {
    border-start-end-radius: 1.5rem;
    border-end-end-radius: 1.5rem;
  }

  .md\:rounded-e-full {
    border-start-end-radius: 9999px;
    border-end-end-radius: 9999px;
  }

  .md\:rounded-e-lg {
    border-start-end-radius: 0.5rem;
    border-end-end-radius: 0.5rem;
  }

  .md\:rounded-e-md {
    border-start-end-radius: 0.375rem;
    border-end-end-radius: 0.375rem;
  }

  .md\:rounded-e-none {
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
  }

  .md\:rounded-e-sm {
    border-start-end-radius: 0.125rem;
    border-end-end-radius: 0.125rem;
  }

  .md\:rounded-e-xl {
    border-start-end-radius: 0.75rem;
    border-end-end-radius: 0.75rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-s {
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
  }

  .md\:rounded-s-2xl {
    border-start-start-radius: 1rem;
    border-end-start-radius: 1rem;
  }

  .md\:rounded-s-3xl {
    border-start-start-radius: 1.5rem;
    border-end-start-radius: 1.5rem;
  }

  .md\:rounded-s-full {
    border-start-start-radius: 9999px;
    border-end-start-radius: 9999px;
  }

  .md\:rounded-s-lg {
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
  }

  .md\:rounded-s-md {
    border-start-start-radius: 0.375rem;
    border-end-start-radius: 0.375rem;
  }

  .md\:rounded-s-none {
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
  }

  .md\:rounded-s-sm {
    border-start-start-radius: 0.125rem;
    border-end-start-radius: 0.125rem;
  }

  .md\:rounded-s-xl {
    border-start-start-radius: 0.75rem;
    border-end-start-radius: 0.75rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .md\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .md\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .md\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .md\:rounded-ee {
    border-end-end-radius: 0.25rem;
  }

  .md\:rounded-ee-2xl {
    border-end-end-radius: 1rem;
  }

  .md\:rounded-ee-3xl {
    border-end-end-radius: 1.5rem;
  }

  .md\:rounded-ee-full {
    border-end-end-radius: 9999px;
  }

  .md\:rounded-ee-lg {
    border-end-end-radius: 0.5rem;
  }

  .md\:rounded-ee-md {
    border-end-end-radius: 0.375rem;
  }

  .md\:rounded-ee-none {
    border-end-end-radius: 0px;
  }

  .md\:rounded-ee-sm {
    border-end-end-radius: 0.125rem;
  }

  .md\:rounded-ee-xl {
    border-end-end-radius: 0.75rem;
  }

  .md\:rounded-es {
    border-end-start-radius: 0.25rem;
  }

  .md\:rounded-es-2xl {
    border-end-start-radius: 1rem;
  }

  .md\:rounded-es-3xl {
    border-end-start-radius: 1.5rem;
  }

  .md\:rounded-es-full {
    border-end-start-radius: 9999px;
  }

  .md\:rounded-es-lg {
    border-end-start-radius: 0.5rem;
  }

  .md\:rounded-es-md {
    border-end-start-radius: 0.375rem;
  }

  .md\:rounded-es-none {
    border-end-start-radius: 0px;
  }

  .md\:rounded-es-sm {
    border-end-start-radius: 0.125rem;
  }

  .md\:rounded-es-xl {
    border-end-start-radius: 0.75rem;
  }

  .md\:rounded-se {
    border-start-end-radius: 0.25rem;
  }

  .md\:rounded-se-2xl {
    border-start-end-radius: 1rem;
  }

  .md\:rounded-se-3xl {
    border-start-end-radius: 1.5rem;
  }

  .md\:rounded-se-full {
    border-start-end-radius: 9999px;
  }

  .md\:rounded-se-lg {
    border-start-end-radius: 0.5rem;
  }

  .md\:rounded-se-md {
    border-start-end-radius: 0.375rem;
  }

  .md\:rounded-se-none {
    border-start-end-radius: 0px;
  }

  .md\:rounded-se-sm {
    border-start-end-radius: 0.125rem;
  }

  .md\:rounded-se-xl {
    border-start-end-radius: 0.75rem;
  }

  .md\:rounded-ss {
    border-start-start-radius: 0.25rem;
  }

  .md\:rounded-ss-2xl {
    border-start-start-radius: 1rem;
  }

  .md\:rounded-ss-3xl {
    border-start-start-radius: 1.5rem;
  }

  .md\:rounded-ss-full {
    border-start-start-radius: 9999px;
  }

  .md\:rounded-ss-lg {
    border-start-start-radius: 0.5rem;
  }

  .md\:rounded-ss-md {
    border-start-start-radius: 0.375rem;
  }

  .md\:rounded-ss-none {
    border-start-start-radius: 0px;
  }

  .md\:rounded-ss-sm {
    border-start-start-radius: 0.125rem;
  }

  .md\:rounded-ss-xl {
    border-start-start-radius: 0.75rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .md\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .md\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .md\:border-hidden {
    border-style: hidden;
  }

  .md\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgb(235 251 203 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-100\/0 {
    border-color: rgb(235 251 203 / 0);
  }

  .md\:border-accent-100\/10 {
    border-color: rgb(235 251 203 / 0.1);
  }

  .md\:border-accent-100\/100 {
    border-color: rgb(235 251 203 / 1);
  }

  .md\:border-accent-100\/15 {
    border-color: rgb(235 251 203 / 0.15);
  }

  .md\:border-accent-100\/20 {
    border-color: rgb(235 251 203 / 0.2);
  }

  .md\:border-accent-100\/25 {
    border-color: rgb(235 251 203 / 0.25);
  }

  .md\:border-accent-100\/30 {
    border-color: rgb(235 251 203 / 0.3);
  }

  .md\:border-accent-100\/35 {
    border-color: rgb(235 251 203 / 0.35);
  }

  .md\:border-accent-100\/40 {
    border-color: rgb(235 251 203 / 0.4);
  }

  .md\:border-accent-100\/45 {
    border-color: rgb(235 251 203 / 0.45);
  }

  .md\:border-accent-100\/5 {
    border-color: rgb(235 251 203 / 0.05);
  }

  .md\:border-accent-100\/50 {
    border-color: rgb(235 251 203 / 0.5);
  }

  .md\:border-accent-100\/55 {
    border-color: rgb(235 251 203 / 0.55);
  }

  .md\:border-accent-100\/60 {
    border-color: rgb(235 251 203 / 0.6);
  }

  .md\:border-accent-100\/65 {
    border-color: rgb(235 251 203 / 0.65);
  }

  .md\:border-accent-100\/70 {
    border-color: rgb(235 251 203 / 0.7);
  }

  .md\:border-accent-100\/75 {
    border-color: rgb(235 251 203 / 0.75);
  }

  .md\:border-accent-100\/80 {
    border-color: rgb(235 251 203 / 0.8);
  }

  .md\:border-accent-100\/85 {
    border-color: rgb(235 251 203 / 0.85);
  }

  .md\:border-accent-100\/90 {
    border-color: rgb(235 251 203 / 0.9);
  }

  .md\:border-accent-100\/95 {
    border-color: rgb(235 251 203 / 0.95);
  }

  .md\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgb(216 246 154 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-200\/0 {
    border-color: rgb(216 246 154 / 0);
  }

  .md\:border-accent-200\/10 {
    border-color: rgb(216 246 154 / 0.1);
  }

  .md\:border-accent-200\/100 {
    border-color: rgb(216 246 154 / 1);
  }

  .md\:border-accent-200\/15 {
    border-color: rgb(216 246 154 / 0.15);
  }

  .md\:border-accent-200\/20 {
    border-color: rgb(216 246 154 / 0.2);
  }

  .md\:border-accent-200\/25 {
    border-color: rgb(216 246 154 / 0.25);
  }

  .md\:border-accent-200\/30 {
    border-color: rgb(216 246 154 / 0.3);
  }

  .md\:border-accent-200\/35 {
    border-color: rgb(216 246 154 / 0.35);
  }

  .md\:border-accent-200\/40 {
    border-color: rgb(216 246 154 / 0.4);
  }

  .md\:border-accent-200\/45 {
    border-color: rgb(216 246 154 / 0.45);
  }

  .md\:border-accent-200\/5 {
    border-color: rgb(216 246 154 / 0.05);
  }

  .md\:border-accent-200\/50 {
    border-color: rgb(216 246 154 / 0.5);
  }

  .md\:border-accent-200\/55 {
    border-color: rgb(216 246 154 / 0.55);
  }

  .md\:border-accent-200\/60 {
    border-color: rgb(216 246 154 / 0.6);
  }

  .md\:border-accent-200\/65 {
    border-color: rgb(216 246 154 / 0.65);
  }

  .md\:border-accent-200\/70 {
    border-color: rgb(216 246 154 / 0.7);
  }

  .md\:border-accent-200\/75 {
    border-color: rgb(216 246 154 / 0.75);
  }

  .md\:border-accent-200\/80 {
    border-color: rgb(216 246 154 / 0.8);
  }

  .md\:border-accent-200\/85 {
    border-color: rgb(216 246 154 / 0.85);
  }

  .md\:border-accent-200\/90 {
    border-color: rgb(216 246 154 / 0.9);
  }

  .md\:border-accent-200\/95 {
    border-color: rgb(216 246 154 / 0.95);
  }

  .md\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgb(196 240 120 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-300\/0 {
    border-color: rgb(196 240 120 / 0);
  }

  .md\:border-accent-300\/10 {
    border-color: rgb(196 240 120 / 0.1);
  }

  .md\:border-accent-300\/100 {
    border-color: rgb(196 240 120 / 1);
  }

  .md\:border-accent-300\/15 {
    border-color: rgb(196 240 120 / 0.15);
  }

  .md\:border-accent-300\/20 {
    border-color: rgb(196 240 120 / 0.2);
  }

  .md\:border-accent-300\/25 {
    border-color: rgb(196 240 120 / 0.25);
  }

  .md\:border-accent-300\/30 {
    border-color: rgb(196 240 120 / 0.3);
  }

  .md\:border-accent-300\/35 {
    border-color: rgb(196 240 120 / 0.35);
  }

  .md\:border-accent-300\/40 {
    border-color: rgb(196 240 120 / 0.4);
  }

  .md\:border-accent-300\/45 {
    border-color: rgb(196 240 120 / 0.45);
  }

  .md\:border-accent-300\/5 {
    border-color: rgb(196 240 120 / 0.05);
  }

  .md\:border-accent-300\/50 {
    border-color: rgb(196 240 120 / 0.5);
  }

  .md\:border-accent-300\/55 {
    border-color: rgb(196 240 120 / 0.55);
  }

  .md\:border-accent-300\/60 {
    border-color: rgb(196 240 120 / 0.6);
  }

  .md\:border-accent-300\/65 {
    border-color: rgb(196 240 120 / 0.65);
  }

  .md\:border-accent-300\/70 {
    border-color: rgb(196 240 120 / 0.7);
  }

  .md\:border-accent-300\/75 {
    border-color: rgb(196 240 120 / 0.75);
  }

  .md\:border-accent-300\/80 {
    border-color: rgb(196 240 120 / 0.8);
  }

  .md\:border-accent-300\/85 {
    border-color: rgb(196 240 120 / 0.85);
  }

  .md\:border-accent-300\/90 {
    border-color: rgb(196 240 120 / 0.9);
  }

  .md\:border-accent-300\/95 {
    border-color: rgb(196 240 120 / 0.95);
  }

  .md\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgb(183 237 104 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-400\/0 {
    border-color: rgb(183 237 104 / 0);
  }

  .md\:border-accent-400\/10 {
    border-color: rgb(183 237 104 / 0.1);
  }

  .md\:border-accent-400\/100 {
    border-color: rgb(183 237 104 / 1);
  }

  .md\:border-accent-400\/15 {
    border-color: rgb(183 237 104 / 0.15);
  }

  .md\:border-accent-400\/20 {
    border-color: rgb(183 237 104 / 0.2);
  }

  .md\:border-accent-400\/25 {
    border-color: rgb(183 237 104 / 0.25);
  }

  .md\:border-accent-400\/30 {
    border-color: rgb(183 237 104 / 0.3);
  }

  .md\:border-accent-400\/35 {
    border-color: rgb(183 237 104 / 0.35);
  }

  .md\:border-accent-400\/40 {
    border-color: rgb(183 237 104 / 0.4);
  }

  .md\:border-accent-400\/45 {
    border-color: rgb(183 237 104 / 0.45);
  }

  .md\:border-accent-400\/5 {
    border-color: rgb(183 237 104 / 0.05);
  }

  .md\:border-accent-400\/50 {
    border-color: rgb(183 237 104 / 0.5);
  }

  .md\:border-accent-400\/55 {
    border-color: rgb(183 237 104 / 0.55);
  }

  .md\:border-accent-400\/60 {
    border-color: rgb(183 237 104 / 0.6);
  }

  .md\:border-accent-400\/65 {
    border-color: rgb(183 237 104 / 0.65);
  }

  .md\:border-accent-400\/70 {
    border-color: rgb(183 237 104 / 0.7);
  }

  .md\:border-accent-400\/75 {
    border-color: rgb(183 237 104 / 0.75);
  }

  .md\:border-accent-400\/80 {
    border-color: rgb(183 237 104 / 0.8);
  }

  .md\:border-accent-400\/85 {
    border-color: rgb(183 237 104 / 0.85);
  }

  .md\:border-accent-400\/90 {
    border-color: rgb(183 237 104 / 0.9);
  }

  .md\:border-accent-400\/95 {
    border-color: rgb(183 237 104 / 0.95);
  }

  .md\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 253 235 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-50\/0 {
    border-color: rgb(247 253 235 / 0);
  }

  .md\:border-accent-50\/10 {
    border-color: rgb(247 253 235 / 0.1);
  }

  .md\:border-accent-50\/100 {
    border-color: rgb(247 253 235 / 1);
  }

  .md\:border-accent-50\/15 {
    border-color: rgb(247 253 235 / 0.15);
  }

  .md\:border-accent-50\/20 {
    border-color: rgb(247 253 235 / 0.2);
  }

  .md\:border-accent-50\/25 {
    border-color: rgb(247 253 235 / 0.25);
  }

  .md\:border-accent-50\/30 {
    border-color: rgb(247 253 235 / 0.3);
  }

  .md\:border-accent-50\/35 {
    border-color: rgb(247 253 235 / 0.35);
  }

  .md\:border-accent-50\/40 {
    border-color: rgb(247 253 235 / 0.4);
  }

  .md\:border-accent-50\/45 {
    border-color: rgb(247 253 235 / 0.45);
  }

  .md\:border-accent-50\/5 {
    border-color: rgb(247 253 235 / 0.05);
  }

  .md\:border-accent-50\/50 {
    border-color: rgb(247 253 235 / 0.5);
  }

  .md\:border-accent-50\/55 {
    border-color: rgb(247 253 235 / 0.55);
  }

  .md\:border-accent-50\/60 {
    border-color: rgb(247 253 235 / 0.6);
  }

  .md\:border-accent-50\/65 {
    border-color: rgb(247 253 235 / 0.65);
  }

  .md\:border-accent-50\/70 {
    border-color: rgb(247 253 235 / 0.7);
  }

  .md\:border-accent-50\/75 {
    border-color: rgb(247 253 235 / 0.75);
  }

  .md\:border-accent-50\/80 {
    border-color: rgb(247 253 235 / 0.8);
  }

  .md\:border-accent-50\/85 {
    border-color: rgb(247 253 235 / 0.85);
  }

  .md\:border-accent-50\/90 {
    border-color: rgb(247 253 235 / 0.9);
  }

  .md\:border-accent-50\/95 {
    border-color: rgb(247 253 235 / 0.95);
  }

  .md\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgb(174 235 96 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-500\/0 {
    border-color: rgb(174 235 96 / 0);
  }

  .md\:border-accent-500\/10 {
    border-color: rgb(174 235 96 / 0.1);
  }

  .md\:border-accent-500\/100 {
    border-color: rgb(174 235 96 / 1);
  }

  .md\:border-accent-500\/15 {
    border-color: rgb(174 235 96 / 0.15);
  }

  .md\:border-accent-500\/20 {
    border-color: rgb(174 235 96 / 0.2);
  }

  .md\:border-accent-500\/25 {
    border-color: rgb(174 235 96 / 0.25);
  }

  .md\:border-accent-500\/30 {
    border-color: rgb(174 235 96 / 0.3);
  }

  .md\:border-accent-500\/35 {
    border-color: rgb(174 235 96 / 0.35);
  }

  .md\:border-accent-500\/40 {
    border-color: rgb(174 235 96 / 0.4);
  }

  .md\:border-accent-500\/45 {
    border-color: rgb(174 235 96 / 0.45);
  }

  .md\:border-accent-500\/5 {
    border-color: rgb(174 235 96 / 0.05);
  }

  .md\:border-accent-500\/50 {
    border-color: rgb(174 235 96 / 0.5);
  }

  .md\:border-accent-500\/55 {
    border-color: rgb(174 235 96 / 0.55);
  }

  .md\:border-accent-500\/60 {
    border-color: rgb(174 235 96 / 0.6);
  }

  .md\:border-accent-500\/65 {
    border-color: rgb(174 235 96 / 0.65);
  }

  .md\:border-accent-500\/70 {
    border-color: rgb(174 235 96 / 0.7);
  }

  .md\:border-accent-500\/75 {
    border-color: rgb(174 235 96 / 0.75);
  }

  .md\:border-accent-500\/80 {
    border-color: rgb(174 235 96 / 0.8);
  }

  .md\:border-accent-500\/85 {
    border-color: rgb(174 235 96 / 0.85);
  }

  .md\:border-accent-500\/90 {
    border-color: rgb(174 235 96 / 0.9);
  }

  .md\:border-accent-500\/95 {
    border-color: rgb(174 235 96 / 0.95);
  }

  .md\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgb(130 201 48 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-600\/0 {
    border-color: rgb(130 201 48 / 0);
  }

  .md\:border-accent-600\/10 {
    border-color: rgb(130 201 48 / 0.1);
  }

  .md\:border-accent-600\/100 {
    border-color: rgb(130 201 48 / 1);
  }

  .md\:border-accent-600\/15 {
    border-color: rgb(130 201 48 / 0.15);
  }

  .md\:border-accent-600\/20 {
    border-color: rgb(130 201 48 / 0.2);
  }

  .md\:border-accent-600\/25 {
    border-color: rgb(130 201 48 / 0.25);
  }

  .md\:border-accent-600\/30 {
    border-color: rgb(130 201 48 / 0.3);
  }

  .md\:border-accent-600\/35 {
    border-color: rgb(130 201 48 / 0.35);
  }

  .md\:border-accent-600\/40 {
    border-color: rgb(130 201 48 / 0.4);
  }

  .md\:border-accent-600\/45 {
    border-color: rgb(130 201 48 / 0.45);
  }

  .md\:border-accent-600\/5 {
    border-color: rgb(130 201 48 / 0.05);
  }

  .md\:border-accent-600\/50 {
    border-color: rgb(130 201 48 / 0.5);
  }

  .md\:border-accent-600\/55 {
    border-color: rgb(130 201 48 / 0.55);
  }

  .md\:border-accent-600\/60 {
    border-color: rgb(130 201 48 / 0.6);
  }

  .md\:border-accent-600\/65 {
    border-color: rgb(130 201 48 / 0.65);
  }

  .md\:border-accent-600\/70 {
    border-color: rgb(130 201 48 / 0.7);
  }

  .md\:border-accent-600\/75 {
    border-color: rgb(130 201 48 / 0.75);
  }

  .md\:border-accent-600\/80 {
    border-color: rgb(130 201 48 / 0.8);
  }

  .md\:border-accent-600\/85 {
    border-color: rgb(130 201 48 / 0.85);
  }

  .md\:border-accent-600\/90 {
    border-color: rgb(130 201 48 / 0.9);
  }

  .md\:border-accent-600\/95 {
    border-color: rgb(130 201 48 / 0.95);
  }

  .md\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgb(97 161 31 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-700\/0 {
    border-color: rgb(97 161 31 / 0);
  }

  .md\:border-accent-700\/10 {
    border-color: rgb(97 161 31 / 0.1);
  }

  .md\:border-accent-700\/100 {
    border-color: rgb(97 161 31 / 1);
  }

  .md\:border-accent-700\/15 {
    border-color: rgb(97 161 31 / 0.15);
  }

  .md\:border-accent-700\/20 {
    border-color: rgb(97 161 31 / 0.2);
  }

  .md\:border-accent-700\/25 {
    border-color: rgb(97 161 31 / 0.25);
  }

  .md\:border-accent-700\/30 {
    border-color: rgb(97 161 31 / 0.3);
  }

  .md\:border-accent-700\/35 {
    border-color: rgb(97 161 31 / 0.35);
  }

  .md\:border-accent-700\/40 {
    border-color: rgb(97 161 31 / 0.4);
  }

  .md\:border-accent-700\/45 {
    border-color: rgb(97 161 31 / 0.45);
  }

  .md\:border-accent-700\/5 {
    border-color: rgb(97 161 31 / 0.05);
  }

  .md\:border-accent-700\/50 {
    border-color: rgb(97 161 31 / 0.5);
  }

  .md\:border-accent-700\/55 {
    border-color: rgb(97 161 31 / 0.55);
  }

  .md\:border-accent-700\/60 {
    border-color: rgb(97 161 31 / 0.6);
  }

  .md\:border-accent-700\/65 {
    border-color: rgb(97 161 31 / 0.65);
  }

  .md\:border-accent-700\/70 {
    border-color: rgb(97 161 31 / 0.7);
  }

  .md\:border-accent-700\/75 {
    border-color: rgb(97 161 31 / 0.75);
  }

  .md\:border-accent-700\/80 {
    border-color: rgb(97 161 31 / 0.8);
  }

  .md\:border-accent-700\/85 {
    border-color: rgb(97 161 31 / 0.85);
  }

  .md\:border-accent-700\/90 {
    border-color: rgb(97 161 31 / 0.9);
  }

  .md\:border-accent-700\/95 {
    border-color: rgb(97 161 31 / 0.95);
  }

  .md\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgb(78 126 32 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-800\/0 {
    border-color: rgb(78 126 32 / 0);
  }

  .md\:border-accent-800\/10 {
    border-color: rgb(78 126 32 / 0.1);
  }

  .md\:border-accent-800\/100 {
    border-color: rgb(78 126 32 / 1);
  }

  .md\:border-accent-800\/15 {
    border-color: rgb(78 126 32 / 0.15);
  }

  .md\:border-accent-800\/20 {
    border-color: rgb(78 126 32 / 0.2);
  }

  .md\:border-accent-800\/25 {
    border-color: rgb(78 126 32 / 0.25);
  }

  .md\:border-accent-800\/30 {
    border-color: rgb(78 126 32 / 0.3);
  }

  .md\:border-accent-800\/35 {
    border-color: rgb(78 126 32 / 0.35);
  }

  .md\:border-accent-800\/40 {
    border-color: rgb(78 126 32 / 0.4);
  }

  .md\:border-accent-800\/45 {
    border-color: rgb(78 126 32 / 0.45);
  }

  .md\:border-accent-800\/5 {
    border-color: rgb(78 126 32 / 0.05);
  }

  .md\:border-accent-800\/50 {
    border-color: rgb(78 126 32 / 0.5);
  }

  .md\:border-accent-800\/55 {
    border-color: rgb(78 126 32 / 0.55);
  }

  .md\:border-accent-800\/60 {
    border-color: rgb(78 126 32 / 0.6);
  }

  .md\:border-accent-800\/65 {
    border-color: rgb(78 126 32 / 0.65);
  }

  .md\:border-accent-800\/70 {
    border-color: rgb(78 126 32 / 0.7);
  }

  .md\:border-accent-800\/75 {
    border-color: rgb(78 126 32 / 0.75);
  }

  .md\:border-accent-800\/80 {
    border-color: rgb(78 126 32 / 0.8);
  }

  .md\:border-accent-800\/85 {
    border-color: rgb(78 126 32 / 0.85);
  }

  .md\:border-accent-800\/90 {
    border-color: rgb(78 126 32 / 0.9);
  }

  .md\:border-accent-800\/95 {
    border-color: rgb(78 126 32 / 0.95);
  }

  .md\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgb(66 106 33 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-900\/0 {
    border-color: rgb(66 106 33 / 0);
  }

  .md\:border-accent-900\/10 {
    border-color: rgb(66 106 33 / 0.1);
  }

  .md\:border-accent-900\/100 {
    border-color: rgb(66 106 33 / 1);
  }

  .md\:border-accent-900\/15 {
    border-color: rgb(66 106 33 / 0.15);
  }

  .md\:border-accent-900\/20 {
    border-color: rgb(66 106 33 / 0.2);
  }

  .md\:border-accent-900\/25 {
    border-color: rgb(66 106 33 / 0.25);
  }

  .md\:border-accent-900\/30 {
    border-color: rgb(66 106 33 / 0.3);
  }

  .md\:border-accent-900\/35 {
    border-color: rgb(66 106 33 / 0.35);
  }

  .md\:border-accent-900\/40 {
    border-color: rgb(66 106 33 / 0.4);
  }

  .md\:border-accent-900\/45 {
    border-color: rgb(66 106 33 / 0.45);
  }

  .md\:border-accent-900\/5 {
    border-color: rgb(66 106 33 / 0.05);
  }

  .md\:border-accent-900\/50 {
    border-color: rgb(66 106 33 / 0.5);
  }

  .md\:border-accent-900\/55 {
    border-color: rgb(66 106 33 / 0.55);
  }

  .md\:border-accent-900\/60 {
    border-color: rgb(66 106 33 / 0.6);
  }

  .md\:border-accent-900\/65 {
    border-color: rgb(66 106 33 / 0.65);
  }

  .md\:border-accent-900\/70 {
    border-color: rgb(66 106 33 / 0.7);
  }

  .md\:border-accent-900\/75 {
    border-color: rgb(66 106 33 / 0.75);
  }

  .md\:border-accent-900\/80 {
    border-color: rgb(66 106 33 / 0.8);
  }

  .md\:border-accent-900\/85 {
    border-color: rgb(66 106 33 / 0.85);
  }

  .md\:border-accent-900\/90 {
    border-color: rgb(66 106 33 / 0.9);
  }

  .md\:border-accent-900\/95 {
    border-color: rgb(66 106 33 / 0.95);
  }

  .md\:border-accent-950 {
    --tw-border-opacity: 1;
    border-color: rgb(32 58 11 / var(--tw-border-opacity, 1));
  }

  .md\:border-accent-950\/0 {
    border-color: rgb(32 58 11 / 0);
  }

  .md\:border-accent-950\/10 {
    border-color: rgb(32 58 11 / 0.1);
  }

  .md\:border-accent-950\/100 {
    border-color: rgb(32 58 11 / 1);
  }

  .md\:border-accent-950\/15 {
    border-color: rgb(32 58 11 / 0.15);
  }

  .md\:border-accent-950\/20 {
    border-color: rgb(32 58 11 / 0.2);
  }

  .md\:border-accent-950\/25 {
    border-color: rgb(32 58 11 / 0.25);
  }

  .md\:border-accent-950\/30 {
    border-color: rgb(32 58 11 / 0.3);
  }

  .md\:border-accent-950\/35 {
    border-color: rgb(32 58 11 / 0.35);
  }

  .md\:border-accent-950\/40 {
    border-color: rgb(32 58 11 / 0.4);
  }

  .md\:border-accent-950\/45 {
    border-color: rgb(32 58 11 / 0.45);
  }

  .md\:border-accent-950\/5 {
    border-color: rgb(32 58 11 / 0.05);
  }

  .md\:border-accent-950\/50 {
    border-color: rgb(32 58 11 / 0.5);
  }

  .md\:border-accent-950\/55 {
    border-color: rgb(32 58 11 / 0.55);
  }

  .md\:border-accent-950\/60 {
    border-color: rgb(32 58 11 / 0.6);
  }

  .md\:border-accent-950\/65 {
    border-color: rgb(32 58 11 / 0.65);
  }

  .md\:border-accent-950\/70 {
    border-color: rgb(32 58 11 / 0.7);
  }

  .md\:border-accent-950\/75 {
    border-color: rgb(32 58 11 / 0.75);
  }

  .md\:border-accent-950\/80 {
    border-color: rgb(32 58 11 / 0.8);
  }

  .md\:border-accent-950\/85 {
    border-color: rgb(32 58 11 / 0.85);
  }

  .md\:border-accent-950\/90 {
    border-color: rgb(32 58 11 / 0.9);
  }

  .md\:border-accent-950\/95 {
    border-color: rgb(32 58 11 / 0.95);
  }

  .md\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .md\:border-black\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .md\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-black\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .md\:border-black\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgb(233 227 255 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-100\/0 {
    border-color: rgb(233 227 255 / 0);
  }

  .md\:border-brand-100\/10 {
    border-color: rgb(233 227 255 / 0.1);
  }

  .md\:border-brand-100\/100 {
    border-color: rgb(233 227 255 / 1);
  }

  .md\:border-brand-100\/15 {
    border-color: rgb(233 227 255 / 0.15);
  }

  .md\:border-brand-100\/20 {
    border-color: rgb(233 227 255 / 0.2);
  }

  .md\:border-brand-100\/25 {
    border-color: rgb(233 227 255 / 0.25);
  }

  .md\:border-brand-100\/30 {
    border-color: rgb(233 227 255 / 0.3);
  }

  .md\:border-brand-100\/35 {
    border-color: rgb(233 227 255 / 0.35);
  }

  .md\:border-brand-100\/40 {
    border-color: rgb(233 227 255 / 0.4);
  }

  .md\:border-brand-100\/45 {
    border-color: rgb(233 227 255 / 0.45);
  }

  .md\:border-brand-100\/5 {
    border-color: rgb(233 227 255 / 0.05);
  }

  .md\:border-brand-100\/50 {
    border-color: rgb(233 227 255 / 0.5);
  }

  .md\:border-brand-100\/55 {
    border-color: rgb(233 227 255 / 0.55);
  }

  .md\:border-brand-100\/60 {
    border-color: rgb(233 227 255 / 0.6);
  }

  .md\:border-brand-100\/65 {
    border-color: rgb(233 227 255 / 0.65);
  }

  .md\:border-brand-100\/70 {
    border-color: rgb(233 227 255 / 0.7);
  }

  .md\:border-brand-100\/75 {
    border-color: rgb(233 227 255 / 0.75);
  }

  .md\:border-brand-100\/80 {
    border-color: rgb(233 227 255 / 0.8);
  }

  .md\:border-brand-100\/85 {
    border-color: rgb(233 227 255 / 0.85);
  }

  .md\:border-brand-100\/90 {
    border-color: rgb(233 227 255 / 0.9);
  }

  .md\:border-brand-100\/95 {
    border-color: rgb(233 227 255 / 0.95);
  }

  .md\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgb(211 199 255 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-200\/0 {
    border-color: rgb(211 199 255 / 0);
  }

  .md\:border-brand-200\/10 {
    border-color: rgb(211 199 255 / 0.1);
  }

  .md\:border-brand-200\/100 {
    border-color: rgb(211 199 255 / 1);
  }

  .md\:border-brand-200\/15 {
    border-color: rgb(211 199 255 / 0.15);
  }

  .md\:border-brand-200\/20 {
    border-color: rgb(211 199 255 / 0.2);
  }

  .md\:border-brand-200\/25 {
    border-color: rgb(211 199 255 / 0.25);
  }

  .md\:border-brand-200\/30 {
    border-color: rgb(211 199 255 / 0.3);
  }

  .md\:border-brand-200\/35 {
    border-color: rgb(211 199 255 / 0.35);
  }

  .md\:border-brand-200\/40 {
    border-color: rgb(211 199 255 / 0.4);
  }

  .md\:border-brand-200\/45 {
    border-color: rgb(211 199 255 / 0.45);
  }

  .md\:border-brand-200\/5 {
    border-color: rgb(211 199 255 / 0.05);
  }

  .md\:border-brand-200\/50 {
    border-color: rgb(211 199 255 / 0.5);
  }

  .md\:border-brand-200\/55 {
    border-color: rgb(211 199 255 / 0.55);
  }

  .md\:border-brand-200\/60 {
    border-color: rgb(211 199 255 / 0.6);
  }

  .md\:border-brand-200\/65 {
    border-color: rgb(211 199 255 / 0.65);
  }

  .md\:border-brand-200\/70 {
    border-color: rgb(211 199 255 / 0.7);
  }

  .md\:border-brand-200\/75 {
    border-color: rgb(211 199 255 / 0.75);
  }

  .md\:border-brand-200\/80 {
    border-color: rgb(211 199 255 / 0.8);
  }

  .md\:border-brand-200\/85 {
    border-color: rgb(211 199 255 / 0.85);
  }

  .md\:border-brand-200\/90 {
    border-color: rgb(211 199 255 / 0.9);
  }

  .md\:border-brand-200\/95 {
    border-color: rgb(211 199 255 / 0.95);
  }

  .md\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgb(183 154 255 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-300\/0 {
    border-color: rgb(183 154 255 / 0);
  }

  .md\:border-brand-300\/10 {
    border-color: rgb(183 154 255 / 0.1);
  }

  .md\:border-brand-300\/100 {
    border-color: rgb(183 154 255 / 1);
  }

  .md\:border-brand-300\/15 {
    border-color: rgb(183 154 255 / 0.15);
  }

  .md\:border-brand-300\/20 {
    border-color: rgb(183 154 255 / 0.2);
  }

  .md\:border-brand-300\/25 {
    border-color: rgb(183 154 255 / 0.25);
  }

  .md\:border-brand-300\/30 {
    border-color: rgb(183 154 255 / 0.3);
  }

  .md\:border-brand-300\/35 {
    border-color: rgb(183 154 255 / 0.35);
  }

  .md\:border-brand-300\/40 {
    border-color: rgb(183 154 255 / 0.4);
  }

  .md\:border-brand-300\/45 {
    border-color: rgb(183 154 255 / 0.45);
  }

  .md\:border-brand-300\/5 {
    border-color: rgb(183 154 255 / 0.05);
  }

  .md\:border-brand-300\/50 {
    border-color: rgb(183 154 255 / 0.5);
  }

  .md\:border-brand-300\/55 {
    border-color: rgb(183 154 255 / 0.55);
  }

  .md\:border-brand-300\/60 {
    border-color: rgb(183 154 255 / 0.6);
  }

  .md\:border-brand-300\/65 {
    border-color: rgb(183 154 255 / 0.65);
  }

  .md\:border-brand-300\/70 {
    border-color: rgb(183 154 255 / 0.7);
  }

  .md\:border-brand-300\/75 {
    border-color: rgb(183 154 255 / 0.75);
  }

  .md\:border-brand-300\/80 {
    border-color: rgb(183 154 255 / 0.8);
  }

  .md\:border-brand-300\/85 {
    border-color: rgb(183 154 255 / 0.85);
  }

  .md\:border-brand-300\/90 {
    border-color: rgb(183 154 255 / 0.9);
  }

  .md\:border-brand-300\/95 {
    border-color: rgb(183 154 255 / 0.95);
  }

  .md\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgb(149 98 255 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-400\/0 {
    border-color: rgb(149 98 255 / 0);
  }

  .md\:border-brand-400\/10 {
    border-color: rgb(149 98 255 / 0.1);
  }

  .md\:border-brand-400\/100 {
    border-color: rgb(149 98 255 / 1);
  }

  .md\:border-brand-400\/15 {
    border-color: rgb(149 98 255 / 0.15);
  }

  .md\:border-brand-400\/20 {
    border-color: rgb(149 98 255 / 0.2);
  }

  .md\:border-brand-400\/25 {
    border-color: rgb(149 98 255 / 0.25);
  }

  .md\:border-brand-400\/30 {
    border-color: rgb(149 98 255 / 0.3);
  }

  .md\:border-brand-400\/35 {
    border-color: rgb(149 98 255 / 0.35);
  }

  .md\:border-brand-400\/40 {
    border-color: rgb(149 98 255 / 0.4);
  }

  .md\:border-brand-400\/45 {
    border-color: rgb(149 98 255 / 0.45);
  }

  .md\:border-brand-400\/5 {
    border-color: rgb(149 98 255 / 0.05);
  }

  .md\:border-brand-400\/50 {
    border-color: rgb(149 98 255 / 0.5);
  }

  .md\:border-brand-400\/55 {
    border-color: rgb(149 98 255 / 0.55);
  }

  .md\:border-brand-400\/60 {
    border-color: rgb(149 98 255 / 0.6);
  }

  .md\:border-brand-400\/65 {
    border-color: rgb(149 98 255 / 0.65);
  }

  .md\:border-brand-400\/70 {
    border-color: rgb(149 98 255 / 0.7);
  }

  .md\:border-brand-400\/75 {
    border-color: rgb(149 98 255 / 0.75);
  }

  .md\:border-brand-400\/80 {
    border-color: rgb(149 98 255 / 0.8);
  }

  .md\:border-brand-400\/85 {
    border-color: rgb(149 98 255 / 0.85);
  }

  .md\:border-brand-400\/90 {
    border-color: rgb(149 98 255 / 0.9);
  }

  .md\:border-brand-400\/95 {
    border-color: rgb(149 98 255 / 0.95);
  }

  .md\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgb(244 241 255 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-50\/0 {
    border-color: rgb(244 241 255 / 0);
  }

  .md\:border-brand-50\/10 {
    border-color: rgb(244 241 255 / 0.1);
  }

  .md\:border-brand-50\/100 {
    border-color: rgb(244 241 255 / 1);
  }

  .md\:border-brand-50\/15 {
    border-color: rgb(244 241 255 / 0.15);
  }

  .md\:border-brand-50\/20 {
    border-color: rgb(244 241 255 / 0.2);
  }

  .md\:border-brand-50\/25 {
    border-color: rgb(244 241 255 / 0.25);
  }

  .md\:border-brand-50\/30 {
    border-color: rgb(244 241 255 / 0.3);
  }

  .md\:border-brand-50\/35 {
    border-color: rgb(244 241 255 / 0.35);
  }

  .md\:border-brand-50\/40 {
    border-color: rgb(244 241 255 / 0.4);
  }

  .md\:border-brand-50\/45 {
    border-color: rgb(244 241 255 / 0.45);
  }

  .md\:border-brand-50\/5 {
    border-color: rgb(244 241 255 / 0.05);
  }

  .md\:border-brand-50\/50 {
    border-color: rgb(244 241 255 / 0.5);
  }

  .md\:border-brand-50\/55 {
    border-color: rgb(244 241 255 / 0.55);
  }

  .md\:border-brand-50\/60 {
    border-color: rgb(244 241 255 / 0.6);
  }

  .md\:border-brand-50\/65 {
    border-color: rgb(244 241 255 / 0.65);
  }

  .md\:border-brand-50\/70 {
    border-color: rgb(244 241 255 / 0.7);
  }

  .md\:border-brand-50\/75 {
    border-color: rgb(244 241 255 / 0.75);
  }

  .md\:border-brand-50\/80 {
    border-color: rgb(244 241 255 / 0.8);
  }

  .md\:border-brand-50\/85 {
    border-color: rgb(244 241 255 / 0.85);
  }

  .md\:border-brand-50\/90 {
    border-color: rgb(244 241 255 / 0.9);
  }

  .md\:border-brand-50\/95 {
    border-color: rgb(244 241 255 / 0.95);
  }

  .md\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgb(78 28 209 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-500\/0 {
    border-color: rgb(78 28 209 / 0);
  }

  .md\:border-brand-500\/10 {
    border-color: rgb(78 28 209 / 0.1);
  }

  .md\:border-brand-500\/100 {
    border-color: rgb(78 28 209 / 1);
  }

  .md\:border-brand-500\/15 {
    border-color: rgb(78 28 209 / 0.15);
  }

  .md\:border-brand-500\/20 {
    border-color: rgb(78 28 209 / 0.2);
  }

  .md\:border-brand-500\/25 {
    border-color: rgb(78 28 209 / 0.25);
  }

  .md\:border-brand-500\/30 {
    border-color: rgb(78 28 209 / 0.3);
  }

  .md\:border-brand-500\/35 {
    border-color: rgb(78 28 209 / 0.35);
  }

  .md\:border-brand-500\/40 {
    border-color: rgb(78 28 209 / 0.4);
  }

  .md\:border-brand-500\/45 {
    border-color: rgb(78 28 209 / 0.45);
  }

  .md\:border-brand-500\/5 {
    border-color: rgb(78 28 209 / 0.05);
  }

  .md\:border-brand-500\/50 {
    border-color: rgb(78 28 209 / 0.5);
  }

  .md\:border-brand-500\/55 {
    border-color: rgb(78 28 209 / 0.55);
  }

  .md\:border-brand-500\/60 {
    border-color: rgb(78 28 209 / 0.6);
  }

  .md\:border-brand-500\/65 {
    border-color: rgb(78 28 209 / 0.65);
  }

  .md\:border-brand-500\/70 {
    border-color: rgb(78 28 209 / 0.7);
  }

  .md\:border-brand-500\/75 {
    border-color: rgb(78 28 209 / 0.75);
  }

  .md\:border-brand-500\/80 {
    border-color: rgb(78 28 209 / 0.8);
  }

  .md\:border-brand-500\/85 {
    border-color: rgb(78 28 209 / 0.85);
  }

  .md\:border-brand-500\/90 {
    border-color: rgb(78 28 209 / 0.9);
  }

  .md\:border-brand-500\/95 {
    border-color: rgb(78 28 209 / 0.95);
  }

  .md\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgb(65 21 181 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-600\/0 {
    border-color: rgb(65 21 181 / 0);
  }

  .md\:border-brand-600\/10 {
    border-color: rgb(65 21 181 / 0.1);
  }

  .md\:border-brand-600\/100 {
    border-color: rgb(65 21 181 / 1);
  }

  .md\:border-brand-600\/15 {
    border-color: rgb(65 21 181 / 0.15);
  }

  .md\:border-brand-600\/20 {
    border-color: rgb(65 21 181 / 0.2);
  }

  .md\:border-brand-600\/25 {
    border-color: rgb(65 21 181 / 0.25);
  }

  .md\:border-brand-600\/30 {
    border-color: rgb(65 21 181 / 0.3);
  }

  .md\:border-brand-600\/35 {
    border-color: rgb(65 21 181 / 0.35);
  }

  .md\:border-brand-600\/40 {
    border-color: rgb(65 21 181 / 0.4);
  }

  .md\:border-brand-600\/45 {
    border-color: rgb(65 21 181 / 0.45);
  }

  .md\:border-brand-600\/5 {
    border-color: rgb(65 21 181 / 0.05);
  }

  .md\:border-brand-600\/50 {
    border-color: rgb(65 21 181 / 0.5);
  }

  .md\:border-brand-600\/55 {
    border-color: rgb(65 21 181 / 0.55);
  }

  .md\:border-brand-600\/60 {
    border-color: rgb(65 21 181 / 0.6);
  }

  .md\:border-brand-600\/65 {
    border-color: rgb(65 21 181 / 0.65);
  }

  .md\:border-brand-600\/70 {
    border-color: rgb(65 21 181 / 0.7);
  }

  .md\:border-brand-600\/75 {
    border-color: rgb(65 21 181 / 0.75);
  }

  .md\:border-brand-600\/80 {
    border-color: rgb(65 21 181 / 0.8);
  }

  .md\:border-brand-600\/85 {
    border-color: rgb(65 21 181 / 0.85);
  }

  .md\:border-brand-600\/90 {
    border-color: rgb(65 21 181 / 0.9);
  }

  .md\:border-brand-600\/95 {
    border-color: rgb(65 21 181 / 0.95);
  }

  .md\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgb(54 16 150 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-700\/0 {
    border-color: rgb(54 16 150 / 0);
  }

  .md\:border-brand-700\/10 {
    border-color: rgb(54 16 150 / 0.1);
  }

  .md\:border-brand-700\/100 {
    border-color: rgb(54 16 150 / 1);
  }

  .md\:border-brand-700\/15 {
    border-color: rgb(54 16 150 / 0.15);
  }

  .md\:border-brand-700\/20 {
    border-color: rgb(54 16 150 / 0.2);
  }

  .md\:border-brand-700\/25 {
    border-color: rgb(54 16 150 / 0.25);
  }

  .md\:border-brand-700\/30 {
    border-color: rgb(54 16 150 / 0.3);
  }

  .md\:border-brand-700\/35 {
    border-color: rgb(54 16 150 / 0.35);
  }

  .md\:border-brand-700\/40 {
    border-color: rgb(54 16 150 / 0.4);
  }

  .md\:border-brand-700\/45 {
    border-color: rgb(54 16 150 / 0.45);
  }

  .md\:border-brand-700\/5 {
    border-color: rgb(54 16 150 / 0.05);
  }

  .md\:border-brand-700\/50 {
    border-color: rgb(54 16 150 / 0.5);
  }

  .md\:border-brand-700\/55 {
    border-color: rgb(54 16 150 / 0.55);
  }

  .md\:border-brand-700\/60 {
    border-color: rgb(54 16 150 / 0.6);
  }

  .md\:border-brand-700\/65 {
    border-color: rgb(54 16 150 / 0.65);
  }

  .md\:border-brand-700\/70 {
    border-color: rgb(54 16 150 / 0.7);
  }

  .md\:border-brand-700\/75 {
    border-color: rgb(54 16 150 / 0.75);
  }

  .md\:border-brand-700\/80 {
    border-color: rgb(54 16 150 / 0.8);
  }

  .md\:border-brand-700\/85 {
    border-color: rgb(54 16 150 / 0.85);
  }

  .md\:border-brand-700\/90 {
    border-color: rgb(54 16 150 / 0.9);
  }

  .md\:border-brand-700\/95 {
    border-color: rgb(54 16 150 / 0.95);
  }

  .md\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgb(46 16 120 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-800\/0 {
    border-color: rgb(46 16 120 / 0);
  }

  .md\:border-brand-800\/10 {
    border-color: rgb(46 16 120 / 0.1);
  }

  .md\:border-brand-800\/100 {
    border-color: rgb(46 16 120 / 1);
  }

  .md\:border-brand-800\/15 {
    border-color: rgb(46 16 120 / 0.15);
  }

  .md\:border-brand-800\/20 {
    border-color: rgb(46 16 120 / 0.2);
  }

  .md\:border-brand-800\/25 {
    border-color: rgb(46 16 120 / 0.25);
  }

  .md\:border-brand-800\/30 {
    border-color: rgb(46 16 120 / 0.3);
  }

  .md\:border-brand-800\/35 {
    border-color: rgb(46 16 120 / 0.35);
  }

  .md\:border-brand-800\/40 {
    border-color: rgb(46 16 120 / 0.4);
  }

  .md\:border-brand-800\/45 {
    border-color: rgb(46 16 120 / 0.45);
  }

  .md\:border-brand-800\/5 {
    border-color: rgb(46 16 120 / 0.05);
  }

  .md\:border-brand-800\/50 {
    border-color: rgb(46 16 120 / 0.5);
  }

  .md\:border-brand-800\/55 {
    border-color: rgb(46 16 120 / 0.55);
  }

  .md\:border-brand-800\/60 {
    border-color: rgb(46 16 120 / 0.6);
  }

  .md\:border-brand-800\/65 {
    border-color: rgb(46 16 120 / 0.65);
  }

  .md\:border-brand-800\/70 {
    border-color: rgb(46 16 120 / 0.7);
  }

  .md\:border-brand-800\/75 {
    border-color: rgb(46 16 120 / 0.75);
  }

  .md\:border-brand-800\/80 {
    border-color: rgb(46 16 120 / 0.8);
  }

  .md\:border-brand-800\/85 {
    border-color: rgb(46 16 120 / 0.85);
  }

  .md\:border-brand-800\/90 {
    border-color: rgb(46 16 120 / 0.9);
  }

  .md\:border-brand-800\/95 {
    border-color: rgb(46 16 120 / 0.95);
  }

  .md\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgb(39 15 98 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-900\/0 {
    border-color: rgb(39 15 98 / 0);
  }

  .md\:border-brand-900\/10 {
    border-color: rgb(39 15 98 / 0.1);
  }

  .md\:border-brand-900\/100 {
    border-color: rgb(39 15 98 / 1);
  }

  .md\:border-brand-900\/15 {
    border-color: rgb(39 15 98 / 0.15);
  }

  .md\:border-brand-900\/20 {
    border-color: rgb(39 15 98 / 0.2);
  }

  .md\:border-brand-900\/25 {
    border-color: rgb(39 15 98 / 0.25);
  }

  .md\:border-brand-900\/30 {
    border-color: rgb(39 15 98 / 0.3);
  }

  .md\:border-brand-900\/35 {
    border-color: rgb(39 15 98 / 0.35);
  }

  .md\:border-brand-900\/40 {
    border-color: rgb(39 15 98 / 0.4);
  }

  .md\:border-brand-900\/45 {
    border-color: rgb(39 15 98 / 0.45);
  }

  .md\:border-brand-900\/5 {
    border-color: rgb(39 15 98 / 0.05);
  }

  .md\:border-brand-900\/50 {
    border-color: rgb(39 15 98 / 0.5);
  }

  .md\:border-brand-900\/55 {
    border-color: rgb(39 15 98 / 0.55);
  }

  .md\:border-brand-900\/60 {
    border-color: rgb(39 15 98 / 0.6);
  }

  .md\:border-brand-900\/65 {
    border-color: rgb(39 15 98 / 0.65);
  }

  .md\:border-brand-900\/70 {
    border-color: rgb(39 15 98 / 0.7);
  }

  .md\:border-brand-900\/75 {
    border-color: rgb(39 15 98 / 0.75);
  }

  .md\:border-brand-900\/80 {
    border-color: rgb(39 15 98 / 0.8);
  }

  .md\:border-brand-900\/85 {
    border-color: rgb(39 15 98 / 0.85);
  }

  .md\:border-brand-900\/90 {
    border-color: rgb(39 15 98 / 0.9);
  }

  .md\:border-brand-900\/95 {
    border-color: rgb(39 15 98 / 0.95);
  }

  .md\:border-brand-950 {
    --tw-border-opacity: 1;
    border-color: rgb(22 5 58 / var(--tw-border-opacity, 1));
  }

  .md\:border-brand-950\/0 {
    border-color: rgb(22 5 58 / 0);
  }

  .md\:border-brand-950\/10 {
    border-color: rgb(22 5 58 / 0.1);
  }

  .md\:border-brand-950\/100 {
    border-color: rgb(22 5 58 / 1);
  }

  .md\:border-brand-950\/15 {
    border-color: rgb(22 5 58 / 0.15);
  }

  .md\:border-brand-950\/20 {
    border-color: rgb(22 5 58 / 0.2);
  }

  .md\:border-brand-950\/25 {
    border-color: rgb(22 5 58 / 0.25);
  }

  .md\:border-brand-950\/30 {
    border-color: rgb(22 5 58 / 0.3);
  }

  .md\:border-brand-950\/35 {
    border-color: rgb(22 5 58 / 0.35);
  }

  .md\:border-brand-950\/40 {
    border-color: rgb(22 5 58 / 0.4);
  }

  .md\:border-brand-950\/45 {
    border-color: rgb(22 5 58 / 0.45);
  }

  .md\:border-brand-950\/5 {
    border-color: rgb(22 5 58 / 0.05);
  }

  .md\:border-brand-950\/50 {
    border-color: rgb(22 5 58 / 0.5);
  }

  .md\:border-brand-950\/55 {
    border-color: rgb(22 5 58 / 0.55);
  }

  .md\:border-brand-950\/60 {
    border-color: rgb(22 5 58 / 0.6);
  }

  .md\:border-brand-950\/65 {
    border-color: rgb(22 5 58 / 0.65);
  }

  .md\:border-brand-950\/70 {
    border-color: rgb(22 5 58 / 0.7);
  }

  .md\:border-brand-950\/75 {
    border-color: rgb(22 5 58 / 0.75);
  }

  .md\:border-brand-950\/80 {
    border-color: rgb(22 5 58 / 0.8);
  }

  .md\:border-brand-950\/85 {
    border-color: rgb(22 5 58 / 0.85);
  }

  .md\:border-brand-950\/90 {
    border-color: rgb(22 5 58 / 0.9);
  }

  .md\:border-brand-950\/95 {
    border-color: rgb(22 5 58 / 0.95);
  }

  .md\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(246 245 244 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-100\/0 {
    border-color: rgb(246 245 244 / 0);
  }

  .md\:border-neutral-100\/10 {
    border-color: rgb(246 245 244 / 0.1);
  }

  .md\:border-neutral-100\/100 {
    border-color: rgb(246 245 244 / 1);
  }

  .md\:border-neutral-100\/15 {
    border-color: rgb(246 245 244 / 0.15);
  }

  .md\:border-neutral-100\/20 {
    border-color: rgb(246 245 244 / 0.2);
  }

  .md\:border-neutral-100\/25 {
    border-color: rgb(246 245 244 / 0.25);
  }

  .md\:border-neutral-100\/30 {
    border-color: rgb(246 245 244 / 0.3);
  }

  .md\:border-neutral-100\/35 {
    border-color: rgb(246 245 244 / 0.35);
  }

  .md\:border-neutral-100\/40 {
    border-color: rgb(246 245 244 / 0.4);
  }

  .md\:border-neutral-100\/45 {
    border-color: rgb(246 245 244 / 0.45);
  }

  .md\:border-neutral-100\/5 {
    border-color: rgb(246 245 244 / 0.05);
  }

  .md\:border-neutral-100\/50 {
    border-color: rgb(246 245 244 / 0.5);
  }

  .md\:border-neutral-100\/55 {
    border-color: rgb(246 245 244 / 0.55);
  }

  .md\:border-neutral-100\/60 {
    border-color: rgb(246 245 244 / 0.6);
  }

  .md\:border-neutral-100\/65 {
    border-color: rgb(246 245 244 / 0.65);
  }

  .md\:border-neutral-100\/70 {
    border-color: rgb(246 245 244 / 0.7);
  }

  .md\:border-neutral-100\/75 {
    border-color: rgb(246 245 244 / 0.75);
  }

  .md\:border-neutral-100\/80 {
    border-color: rgb(246 245 244 / 0.8);
  }

  .md\:border-neutral-100\/85 {
    border-color: rgb(246 245 244 / 0.85);
  }

  .md\:border-neutral-100\/90 {
    border-color: rgb(246 245 244 / 0.9);
  }

  .md\:border-neutral-100\/95 {
    border-color: rgb(246 245 244 / 0.95);
  }

  .md\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(233 230 227 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-200\/0 {
    border-color: rgb(233 230 227 / 0);
  }

  .md\:border-neutral-200\/10 {
    border-color: rgb(233 230 227 / 0.1);
  }

  .md\:border-neutral-200\/100 {
    border-color: rgb(233 230 227 / 1);
  }

  .md\:border-neutral-200\/15 {
    border-color: rgb(233 230 227 / 0.15);
  }

  .md\:border-neutral-200\/20 {
    border-color: rgb(233 230 227 / 0.2);
  }

  .md\:border-neutral-200\/25 {
    border-color: rgb(233 230 227 / 0.25);
  }

  .md\:border-neutral-200\/30 {
    border-color: rgb(233 230 227 / 0.3);
  }

  .md\:border-neutral-200\/35 {
    border-color: rgb(233 230 227 / 0.35);
  }

  .md\:border-neutral-200\/40 {
    border-color: rgb(233 230 227 / 0.4);
  }

  .md\:border-neutral-200\/45 {
    border-color: rgb(233 230 227 / 0.45);
  }

  .md\:border-neutral-200\/5 {
    border-color: rgb(233 230 227 / 0.05);
  }

  .md\:border-neutral-200\/50 {
    border-color: rgb(233 230 227 / 0.5);
  }

  .md\:border-neutral-200\/55 {
    border-color: rgb(233 230 227 / 0.55);
  }

  .md\:border-neutral-200\/60 {
    border-color: rgb(233 230 227 / 0.6);
  }

  .md\:border-neutral-200\/65 {
    border-color: rgb(233 230 227 / 0.65);
  }

  .md\:border-neutral-200\/70 {
    border-color: rgb(233 230 227 / 0.7);
  }

  .md\:border-neutral-200\/75 {
    border-color: rgb(233 230 227 / 0.75);
  }

  .md\:border-neutral-200\/80 {
    border-color: rgb(233 230 227 / 0.8);
  }

  .md\:border-neutral-200\/85 {
    border-color: rgb(233 230 227 / 0.85);
  }

  .md\:border-neutral-200\/90 {
    border-color: rgb(233 230 227 / 0.9);
  }

  .md\:border-neutral-200\/95 {
    border-color: rgb(233 230 227 / 0.95);
  }

  .md\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(215 210 205 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-300\/0 {
    border-color: rgb(215 210 205 / 0);
  }

  .md\:border-neutral-300\/10 {
    border-color: rgb(215 210 205 / 0.1);
  }

  .md\:border-neutral-300\/100 {
    border-color: rgb(215 210 205 / 1);
  }

  .md\:border-neutral-300\/15 {
    border-color: rgb(215 210 205 / 0.15);
  }

  .md\:border-neutral-300\/20 {
    border-color: rgb(215 210 205 / 0.2);
  }

  .md\:border-neutral-300\/25 {
    border-color: rgb(215 210 205 / 0.25);
  }

  .md\:border-neutral-300\/30 {
    border-color: rgb(215 210 205 / 0.3);
  }

  .md\:border-neutral-300\/35 {
    border-color: rgb(215 210 205 / 0.35);
  }

  .md\:border-neutral-300\/40 {
    border-color: rgb(215 210 205 / 0.4);
  }

  .md\:border-neutral-300\/45 {
    border-color: rgb(215 210 205 / 0.45);
  }

  .md\:border-neutral-300\/5 {
    border-color: rgb(215 210 205 / 0.05);
  }

  .md\:border-neutral-300\/50 {
    border-color: rgb(215 210 205 / 0.5);
  }

  .md\:border-neutral-300\/55 {
    border-color: rgb(215 210 205 / 0.55);
  }

  .md\:border-neutral-300\/60 {
    border-color: rgb(215 210 205 / 0.6);
  }

  .md\:border-neutral-300\/65 {
    border-color: rgb(215 210 205 / 0.65);
  }

  .md\:border-neutral-300\/70 {
    border-color: rgb(215 210 205 / 0.7);
  }

  .md\:border-neutral-300\/75 {
    border-color: rgb(215 210 205 / 0.75);
  }

  .md\:border-neutral-300\/80 {
    border-color: rgb(215 210 205 / 0.8);
  }

  .md\:border-neutral-300\/85 {
    border-color: rgb(215 210 205 / 0.85);
  }

  .md\:border-neutral-300\/90 {
    border-color: rgb(215 210 205 / 0.9);
  }

  .md\:border-neutral-300\/95 {
    border-color: rgb(215 210 205 / 0.95);
  }

  .md\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(175 168 161 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-400\/0 {
    border-color: rgb(175 168 161 / 0);
  }

  .md\:border-neutral-400\/10 {
    border-color: rgb(175 168 161 / 0.1);
  }

  .md\:border-neutral-400\/100 {
    border-color: rgb(175 168 161 / 1);
  }

  .md\:border-neutral-400\/15 {
    border-color: rgb(175 168 161 / 0.15);
  }

  .md\:border-neutral-400\/20 {
    border-color: rgb(175 168 161 / 0.2);
  }

  .md\:border-neutral-400\/25 {
    border-color: rgb(175 168 161 / 0.25);
  }

  .md\:border-neutral-400\/30 {
    border-color: rgb(175 168 161 / 0.3);
  }

  .md\:border-neutral-400\/35 {
    border-color: rgb(175 168 161 / 0.35);
  }

  .md\:border-neutral-400\/40 {
    border-color: rgb(175 168 161 / 0.4);
  }

  .md\:border-neutral-400\/45 {
    border-color: rgb(175 168 161 / 0.45);
  }

  .md\:border-neutral-400\/5 {
    border-color: rgb(175 168 161 / 0.05);
  }

  .md\:border-neutral-400\/50 {
    border-color: rgb(175 168 161 / 0.5);
  }

  .md\:border-neutral-400\/55 {
    border-color: rgb(175 168 161 / 0.55);
  }

  .md\:border-neutral-400\/60 {
    border-color: rgb(175 168 161 / 0.6);
  }

  .md\:border-neutral-400\/65 {
    border-color: rgb(175 168 161 / 0.65);
  }

  .md\:border-neutral-400\/70 {
    border-color: rgb(175 168 161 / 0.7);
  }

  .md\:border-neutral-400\/75 {
    border-color: rgb(175 168 161 / 0.75);
  }

  .md\:border-neutral-400\/80 {
    border-color: rgb(175 168 161 / 0.8);
  }

  .md\:border-neutral-400\/85 {
    border-color: rgb(175 168 161 / 0.85);
  }

  .md\:border-neutral-400\/90 {
    border-color: rgb(175 168 161 / 0.9);
  }

  .md\:border-neutral-400\/95 {
    border-color: rgb(175 168 161 / 0.95);
  }

  .md\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgb(251 250 249 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-50\/0 {
    border-color: rgb(251 250 249 / 0);
  }

  .md\:border-neutral-50\/10 {
    border-color: rgb(251 250 249 / 0.1);
  }

  .md\:border-neutral-50\/100 {
    border-color: rgb(251 250 249 / 1);
  }

  .md\:border-neutral-50\/15 {
    border-color: rgb(251 250 249 / 0.15);
  }

  .md\:border-neutral-50\/20 {
    border-color: rgb(251 250 249 / 0.2);
  }

  .md\:border-neutral-50\/25 {
    border-color: rgb(251 250 249 / 0.25);
  }

  .md\:border-neutral-50\/30 {
    border-color: rgb(251 250 249 / 0.3);
  }

  .md\:border-neutral-50\/35 {
    border-color: rgb(251 250 249 / 0.35);
  }

  .md\:border-neutral-50\/40 {
    border-color: rgb(251 250 249 / 0.4);
  }

  .md\:border-neutral-50\/45 {
    border-color: rgb(251 250 249 / 0.45);
  }

  .md\:border-neutral-50\/5 {
    border-color: rgb(251 250 249 / 0.05);
  }

  .md\:border-neutral-50\/50 {
    border-color: rgb(251 250 249 / 0.5);
  }

  .md\:border-neutral-50\/55 {
    border-color: rgb(251 250 249 / 0.55);
  }

  .md\:border-neutral-50\/60 {
    border-color: rgb(251 250 249 / 0.6);
  }

  .md\:border-neutral-50\/65 {
    border-color: rgb(251 250 249 / 0.65);
  }

  .md\:border-neutral-50\/70 {
    border-color: rgb(251 250 249 / 0.7);
  }

  .md\:border-neutral-50\/75 {
    border-color: rgb(251 250 249 / 0.75);
  }

  .md\:border-neutral-50\/80 {
    border-color: rgb(251 250 249 / 0.8);
  }

  .md\:border-neutral-50\/85 {
    border-color: rgb(251 250 249 / 0.85);
  }

  .md\:border-neutral-50\/90 {
    border-color: rgb(251 250 249 / 0.9);
  }

  .md\:border-neutral-50\/95 {
    border-color: rgb(251 250 249 / 0.95);
  }

  .md\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgb(129 121 113 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-500\/0 {
    border-color: rgb(129 121 113 / 0);
  }

  .md\:border-neutral-500\/10 {
    border-color: rgb(129 121 113 / 0.1);
  }

  .md\:border-neutral-500\/100 {
    border-color: rgb(129 121 113 / 1);
  }

  .md\:border-neutral-500\/15 {
    border-color: rgb(129 121 113 / 0.15);
  }

  .md\:border-neutral-500\/20 {
    border-color: rgb(129 121 113 / 0.2);
  }

  .md\:border-neutral-500\/25 {
    border-color: rgb(129 121 113 / 0.25);
  }

  .md\:border-neutral-500\/30 {
    border-color: rgb(129 121 113 / 0.3);
  }

  .md\:border-neutral-500\/35 {
    border-color: rgb(129 121 113 / 0.35);
  }

  .md\:border-neutral-500\/40 {
    border-color: rgb(129 121 113 / 0.4);
  }

  .md\:border-neutral-500\/45 {
    border-color: rgb(129 121 113 / 0.45);
  }

  .md\:border-neutral-500\/5 {
    border-color: rgb(129 121 113 / 0.05);
  }

  .md\:border-neutral-500\/50 {
    border-color: rgb(129 121 113 / 0.5);
  }

  .md\:border-neutral-500\/55 {
    border-color: rgb(129 121 113 / 0.55);
  }

  .md\:border-neutral-500\/60 {
    border-color: rgb(129 121 113 / 0.6);
  }

  .md\:border-neutral-500\/65 {
    border-color: rgb(129 121 113 / 0.65);
  }

  .md\:border-neutral-500\/70 {
    border-color: rgb(129 121 113 / 0.7);
  }

  .md\:border-neutral-500\/75 {
    border-color: rgb(129 121 113 / 0.75);
  }

  .md\:border-neutral-500\/80 {
    border-color: rgb(129 121 113 / 0.8);
  }

  .md\:border-neutral-500\/85 {
    border-color: rgb(129 121 113 / 0.85);
  }

  .md\:border-neutral-500\/90 {
    border-color: rgb(129 121 113 / 0.9);
  }

  .md\:border-neutral-500\/95 {
    border-color: rgb(129 121 113 / 0.95);
  }

  .md\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(96 89 82 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-600\/0 {
    border-color: rgb(96 89 82 / 0);
  }

  .md\:border-neutral-600\/10 {
    border-color: rgb(96 89 82 / 0.1);
  }

  .md\:border-neutral-600\/100 {
    border-color: rgb(96 89 82 / 1);
  }

  .md\:border-neutral-600\/15 {
    border-color: rgb(96 89 82 / 0.15);
  }

  .md\:border-neutral-600\/20 {
    border-color: rgb(96 89 82 / 0.2);
  }

  .md\:border-neutral-600\/25 {
    border-color: rgb(96 89 82 / 0.25);
  }

  .md\:border-neutral-600\/30 {
    border-color: rgb(96 89 82 / 0.3);
  }

  .md\:border-neutral-600\/35 {
    border-color: rgb(96 89 82 / 0.35);
  }

  .md\:border-neutral-600\/40 {
    border-color: rgb(96 89 82 / 0.4);
  }

  .md\:border-neutral-600\/45 {
    border-color: rgb(96 89 82 / 0.45);
  }

  .md\:border-neutral-600\/5 {
    border-color: rgb(96 89 82 / 0.05);
  }

  .md\:border-neutral-600\/50 {
    border-color: rgb(96 89 82 / 0.5);
  }

  .md\:border-neutral-600\/55 {
    border-color: rgb(96 89 82 / 0.55);
  }

  .md\:border-neutral-600\/60 {
    border-color: rgb(96 89 82 / 0.6);
  }

  .md\:border-neutral-600\/65 {
    border-color: rgb(96 89 82 / 0.65);
  }

  .md\:border-neutral-600\/70 {
    border-color: rgb(96 89 82 / 0.7);
  }

  .md\:border-neutral-600\/75 {
    border-color: rgb(96 89 82 / 0.75);
  }

  .md\:border-neutral-600\/80 {
    border-color: rgb(96 89 82 / 0.8);
  }

  .md\:border-neutral-600\/85 {
    border-color: rgb(96 89 82 / 0.85);
  }

  .md\:border-neutral-600\/90 {
    border-color: rgb(96 89 82 / 0.9);
  }

  .md\:border-neutral-600\/95 {
    border-color: rgb(96 89 82 / 0.95);
  }

  .md\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(73 68 63 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-700\/0 {
    border-color: rgb(73 68 63 / 0);
  }

  .md\:border-neutral-700\/10 {
    border-color: rgb(73 68 63 / 0.1);
  }

  .md\:border-neutral-700\/100 {
    border-color: rgb(73 68 63 / 1);
  }

  .md\:border-neutral-700\/15 {
    border-color: rgb(73 68 63 / 0.15);
  }

  .md\:border-neutral-700\/20 {
    border-color: rgb(73 68 63 / 0.2);
  }

  .md\:border-neutral-700\/25 {
    border-color: rgb(73 68 63 / 0.25);
  }

  .md\:border-neutral-700\/30 {
    border-color: rgb(73 68 63 / 0.3);
  }

  .md\:border-neutral-700\/35 {
    border-color: rgb(73 68 63 / 0.35);
  }

  .md\:border-neutral-700\/40 {
    border-color: rgb(73 68 63 / 0.4);
  }

  .md\:border-neutral-700\/45 {
    border-color: rgb(73 68 63 / 0.45);
  }

  .md\:border-neutral-700\/5 {
    border-color: rgb(73 68 63 / 0.05);
  }

  .md\:border-neutral-700\/50 {
    border-color: rgb(73 68 63 / 0.5);
  }

  .md\:border-neutral-700\/55 {
    border-color: rgb(73 68 63 / 0.55);
  }

  .md\:border-neutral-700\/60 {
    border-color: rgb(73 68 63 / 0.6);
  }

  .md\:border-neutral-700\/65 {
    border-color: rgb(73 68 63 / 0.65);
  }

  .md\:border-neutral-700\/70 {
    border-color: rgb(73 68 63 / 0.7);
  }

  .md\:border-neutral-700\/75 {
    border-color: rgb(73 68 63 / 0.75);
  }

  .md\:border-neutral-700\/80 {
    border-color: rgb(73 68 63 / 0.8);
  }

  .md\:border-neutral-700\/85 {
    border-color: rgb(73 68 63 / 0.85);
  }

  .md\:border-neutral-700\/90 {
    border-color: rgb(73 68 63 / 0.9);
  }

  .md\:border-neutral-700\/95 {
    border-color: rgb(73 68 63 / 0.95);
  }

  .md\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgb(48 45 42 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-800\/0 {
    border-color: rgb(48 45 42 / 0);
  }

  .md\:border-neutral-800\/10 {
    border-color: rgb(48 45 42 / 0.1);
  }

  .md\:border-neutral-800\/100 {
    border-color: rgb(48 45 42 / 1);
  }

  .md\:border-neutral-800\/15 {
    border-color: rgb(48 45 42 / 0.15);
  }

  .md\:border-neutral-800\/20 {
    border-color: rgb(48 45 42 / 0.2);
  }

  .md\:border-neutral-800\/25 {
    border-color: rgb(48 45 42 / 0.25);
  }

  .md\:border-neutral-800\/30 {
    border-color: rgb(48 45 42 / 0.3);
  }

  .md\:border-neutral-800\/35 {
    border-color: rgb(48 45 42 / 0.35);
  }

  .md\:border-neutral-800\/40 {
    border-color: rgb(48 45 42 / 0.4);
  }

  .md\:border-neutral-800\/45 {
    border-color: rgb(48 45 42 / 0.45);
  }

  .md\:border-neutral-800\/5 {
    border-color: rgb(48 45 42 / 0.05);
  }

  .md\:border-neutral-800\/50 {
    border-color: rgb(48 45 42 / 0.5);
  }

  .md\:border-neutral-800\/55 {
    border-color: rgb(48 45 42 / 0.55);
  }

  .md\:border-neutral-800\/60 {
    border-color: rgb(48 45 42 / 0.6);
  }

  .md\:border-neutral-800\/65 {
    border-color: rgb(48 45 42 / 0.65);
  }

  .md\:border-neutral-800\/70 {
    border-color: rgb(48 45 42 / 0.7);
  }

  .md\:border-neutral-800\/75 {
    border-color: rgb(48 45 42 / 0.75);
  }

  .md\:border-neutral-800\/80 {
    border-color: rgb(48 45 42 / 0.8);
  }

  .md\:border-neutral-800\/85 {
    border-color: rgb(48 45 42 / 0.85);
  }

  .md\:border-neutral-800\/90 {
    border-color: rgb(48 45 42 / 0.9);
  }

  .md\:border-neutral-800\/95 {
    border-color: rgb(48 45 42 / 0.95);
  }

  .md\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgb(33 31 29 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-900\/0 {
    border-color: rgb(33 31 29 / 0);
  }

  .md\:border-neutral-900\/10 {
    border-color: rgb(33 31 29 / 0.1);
  }

  .md\:border-neutral-900\/100 {
    border-color: rgb(33 31 29 / 1);
  }

  .md\:border-neutral-900\/15 {
    border-color: rgb(33 31 29 / 0.15);
  }

  .md\:border-neutral-900\/20 {
    border-color: rgb(33 31 29 / 0.2);
  }

  .md\:border-neutral-900\/25 {
    border-color: rgb(33 31 29 / 0.25);
  }

  .md\:border-neutral-900\/30 {
    border-color: rgb(33 31 29 / 0.3);
  }

  .md\:border-neutral-900\/35 {
    border-color: rgb(33 31 29 / 0.35);
  }

  .md\:border-neutral-900\/40 {
    border-color: rgb(33 31 29 / 0.4);
  }

  .md\:border-neutral-900\/45 {
    border-color: rgb(33 31 29 / 0.45);
  }

  .md\:border-neutral-900\/5 {
    border-color: rgb(33 31 29 / 0.05);
  }

  .md\:border-neutral-900\/50 {
    border-color: rgb(33 31 29 / 0.5);
  }

  .md\:border-neutral-900\/55 {
    border-color: rgb(33 31 29 / 0.55);
  }

  .md\:border-neutral-900\/60 {
    border-color: rgb(33 31 29 / 0.6);
  }

  .md\:border-neutral-900\/65 {
    border-color: rgb(33 31 29 / 0.65);
  }

  .md\:border-neutral-900\/70 {
    border-color: rgb(33 31 29 / 0.7);
  }

  .md\:border-neutral-900\/75 {
    border-color: rgb(33 31 29 / 0.75);
  }

  .md\:border-neutral-900\/80 {
    border-color: rgb(33 31 29 / 0.8);
  }

  .md\:border-neutral-900\/85 {
    border-color: rgb(33 31 29 / 0.85);
  }

  .md\:border-neutral-900\/90 {
    border-color: rgb(33 31 29 / 0.9);
  }

  .md\:border-neutral-900\/95 {
    border-color: rgb(33 31 29 / 0.95);
  }

  .md\:border-neutral-950 {
    --tw-border-opacity: 1;
    border-color: rgb(18 17 16 / var(--tw-border-opacity, 1));
  }

  .md\:border-neutral-950\/0 {
    border-color: rgb(18 17 16 / 0);
  }

  .md\:border-neutral-950\/10 {
    border-color: rgb(18 17 16 / 0.1);
  }

  .md\:border-neutral-950\/100 {
    border-color: rgb(18 17 16 / 1);
  }

  .md\:border-neutral-950\/15 {
    border-color: rgb(18 17 16 / 0.15);
  }

  .md\:border-neutral-950\/20 {
    border-color: rgb(18 17 16 / 0.2);
  }

  .md\:border-neutral-950\/25 {
    border-color: rgb(18 17 16 / 0.25);
  }

  .md\:border-neutral-950\/30 {
    border-color: rgb(18 17 16 / 0.3);
  }

  .md\:border-neutral-950\/35 {
    border-color: rgb(18 17 16 / 0.35);
  }

  .md\:border-neutral-950\/40 {
    border-color: rgb(18 17 16 / 0.4);
  }

  .md\:border-neutral-950\/45 {
    border-color: rgb(18 17 16 / 0.45);
  }

  .md\:border-neutral-950\/5 {
    border-color: rgb(18 17 16 / 0.05);
  }

  .md\:border-neutral-950\/50 {
    border-color: rgb(18 17 16 / 0.5);
  }

  .md\:border-neutral-950\/55 {
    border-color: rgb(18 17 16 / 0.55);
  }

  .md\:border-neutral-950\/60 {
    border-color: rgb(18 17 16 / 0.6);
  }

  .md\:border-neutral-950\/65 {
    border-color: rgb(18 17 16 / 0.65);
  }

  .md\:border-neutral-950\/70 {
    border-color: rgb(18 17 16 / 0.7);
  }

  .md\:border-neutral-950\/75 {
    border-color: rgb(18 17 16 / 0.75);
  }

  .md\:border-neutral-950\/80 {
    border-color: rgb(18 17 16 / 0.8);
  }

  .md\:border-neutral-950\/85 {
    border-color: rgb(18 17 16 / 0.85);
  }

  .md\:border-neutral-950\/90 {
    border-color: rgb(18 17 16 / 0.9);
  }

  .md\:border-neutral-950\/95 {
    border-color: rgb(18 17 16 / 0.95);
  }

  .md\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 234 222 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-100\/0 {
    border-color: rgb(254 234 222 / 0);
  }

  .md\:border-primary-100\/10 {
    border-color: rgb(254 234 222 / 0.1);
  }

  .md\:border-primary-100\/100 {
    border-color: rgb(254 234 222 / 1);
  }

  .md\:border-primary-100\/15 {
    border-color: rgb(254 234 222 / 0.15);
  }

  .md\:border-primary-100\/20 {
    border-color: rgb(254 234 222 / 0.2);
  }

  .md\:border-primary-100\/25 {
    border-color: rgb(254 234 222 / 0.25);
  }

  .md\:border-primary-100\/30 {
    border-color: rgb(254 234 222 / 0.3);
  }

  .md\:border-primary-100\/35 {
    border-color: rgb(254 234 222 / 0.35);
  }

  .md\:border-primary-100\/40 {
    border-color: rgb(254 234 222 / 0.4);
  }

  .md\:border-primary-100\/45 {
    border-color: rgb(254 234 222 / 0.45);
  }

  .md\:border-primary-100\/5 {
    border-color: rgb(254 234 222 / 0.05);
  }

  .md\:border-primary-100\/50 {
    border-color: rgb(254 234 222 / 0.5);
  }

  .md\:border-primary-100\/55 {
    border-color: rgb(254 234 222 / 0.55);
  }

  .md\:border-primary-100\/60 {
    border-color: rgb(254 234 222 / 0.6);
  }

  .md\:border-primary-100\/65 {
    border-color: rgb(254 234 222 / 0.65);
  }

  .md\:border-primary-100\/70 {
    border-color: rgb(254 234 222 / 0.7);
  }

  .md\:border-primary-100\/75 {
    border-color: rgb(254 234 222 / 0.75);
  }

  .md\:border-primary-100\/80 {
    border-color: rgb(254 234 222 / 0.8);
  }

  .md\:border-primary-100\/85 {
    border-color: rgb(254 234 222 / 0.85);
  }

  .md\:border-primary-100\/90 {
    border-color: rgb(254 234 222 / 0.9);
  }

  .md\:border-primary-100\/95 {
    border-color: rgb(254 234 222 / 0.95);
  }

  .md\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 189 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-200\/0 {
    border-color: rgb(252 211 189 / 0);
  }

  .md\:border-primary-200\/10 {
    border-color: rgb(252 211 189 / 0.1);
  }

  .md\:border-primary-200\/100 {
    border-color: rgb(252 211 189 / 1);
  }

  .md\:border-primary-200\/15 {
    border-color: rgb(252 211 189 / 0.15);
  }

  .md\:border-primary-200\/20 {
    border-color: rgb(252 211 189 / 0.2);
  }

  .md\:border-primary-200\/25 {
    border-color: rgb(252 211 189 / 0.25);
  }

  .md\:border-primary-200\/30 {
    border-color: rgb(252 211 189 / 0.3);
  }

  .md\:border-primary-200\/35 {
    border-color: rgb(252 211 189 / 0.35);
  }

  .md\:border-primary-200\/40 {
    border-color: rgb(252 211 189 / 0.4);
  }

  .md\:border-primary-200\/45 {
    border-color: rgb(252 211 189 / 0.45);
  }

  .md\:border-primary-200\/5 {
    border-color: rgb(252 211 189 / 0.05);
  }

  .md\:border-primary-200\/50 {
    border-color: rgb(252 211 189 / 0.5);
  }

  .md\:border-primary-200\/55 {
    border-color: rgb(252 211 189 / 0.55);
  }

  .md\:border-primary-200\/60 {
    border-color: rgb(252 211 189 / 0.6);
  }

  .md\:border-primary-200\/65 {
    border-color: rgb(252 211 189 / 0.65);
  }

  .md\:border-primary-200\/70 {
    border-color: rgb(252 211 189 / 0.7);
  }

  .md\:border-primary-200\/75 {
    border-color: rgb(252 211 189 / 0.75);
  }

  .md\:border-primary-200\/80 {
    border-color: rgb(252 211 189 / 0.8);
  }

  .md\:border-primary-200\/85 {
    border-color: rgb(252 211 189 / 0.85);
  }

  .md\:border-primary-200\/90 {
    border-color: rgb(252 211 189 / 0.9);
  }

  .md\:border-primary-200\/95 {
    border-color: rgb(252 211 189 / 0.95);
  }

  .md\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgb(250 179 143 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-300\/0 {
    border-color: rgb(250 179 143 / 0);
  }

  .md\:border-primary-300\/10 {
    border-color: rgb(250 179 143 / 0.1);
  }

  .md\:border-primary-300\/100 {
    border-color: rgb(250 179 143 / 1);
  }

  .md\:border-primary-300\/15 {
    border-color: rgb(250 179 143 / 0.15);
  }

  .md\:border-primary-300\/20 {
    border-color: rgb(250 179 143 / 0.2);
  }

  .md\:border-primary-300\/25 {
    border-color: rgb(250 179 143 / 0.25);
  }

  .md\:border-primary-300\/30 {
    border-color: rgb(250 179 143 / 0.3);
  }

  .md\:border-primary-300\/35 {
    border-color: rgb(250 179 143 / 0.35);
  }

  .md\:border-primary-300\/40 {
    border-color: rgb(250 179 143 / 0.4);
  }

  .md\:border-primary-300\/45 {
    border-color: rgb(250 179 143 / 0.45);
  }

  .md\:border-primary-300\/5 {
    border-color: rgb(250 179 143 / 0.05);
  }

  .md\:border-primary-300\/50 {
    border-color: rgb(250 179 143 / 0.5);
  }

  .md\:border-primary-300\/55 {
    border-color: rgb(250 179 143 / 0.55);
  }

  .md\:border-primary-300\/60 {
    border-color: rgb(250 179 143 / 0.6);
  }

  .md\:border-primary-300\/65 {
    border-color: rgb(250 179 143 / 0.65);
  }

  .md\:border-primary-300\/70 {
    border-color: rgb(250 179 143 / 0.7);
  }

  .md\:border-primary-300\/75 {
    border-color: rgb(250 179 143 / 0.75);
  }

  .md\:border-primary-300\/80 {
    border-color: rgb(250 179 143 / 0.8);
  }

  .md\:border-primary-300\/85 {
    border-color: rgb(250 179 143 / 0.85);
  }

  .md\:border-primary-300\/90 {
    border-color: rgb(250 179 143 / 0.9);
  }

  .md\:border-primary-300\/95 {
    border-color: rgb(250 179 143 / 0.95);
  }

  .md\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(249 151 102 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-400\/0 {
    border-color: rgb(249 151 102 / 0);
  }

  .md\:border-primary-400\/10 {
    border-color: rgb(249 151 102 / 0.1);
  }

  .md\:border-primary-400\/100 {
    border-color: rgb(249 151 102 / 1);
  }

  .md\:border-primary-400\/15 {
    border-color: rgb(249 151 102 / 0.15);
  }

  .md\:border-primary-400\/20 {
    border-color: rgb(249 151 102 / 0.2);
  }

  .md\:border-primary-400\/25 {
    border-color: rgb(249 151 102 / 0.25);
  }

  .md\:border-primary-400\/30 {
    border-color: rgb(249 151 102 / 0.3);
  }

  .md\:border-primary-400\/35 {
    border-color: rgb(249 151 102 / 0.35);
  }

  .md\:border-primary-400\/40 {
    border-color: rgb(249 151 102 / 0.4);
  }

  .md\:border-primary-400\/45 {
    border-color: rgb(249 151 102 / 0.45);
  }

  .md\:border-primary-400\/5 {
    border-color: rgb(249 151 102 / 0.05);
  }

  .md\:border-primary-400\/50 {
    border-color: rgb(249 151 102 / 0.5);
  }

  .md\:border-primary-400\/55 {
    border-color: rgb(249 151 102 / 0.55);
  }

  .md\:border-primary-400\/60 {
    border-color: rgb(249 151 102 / 0.6);
  }

  .md\:border-primary-400\/65 {
    border-color: rgb(249 151 102 / 0.65);
  }

  .md\:border-primary-400\/70 {
    border-color: rgb(249 151 102 / 0.7);
  }

  .md\:border-primary-400\/75 {
    border-color: rgb(249 151 102 / 0.75);
  }

  .md\:border-primary-400\/80 {
    border-color: rgb(249 151 102 / 0.8);
  }

  .md\:border-primary-400\/85 {
    border-color: rgb(249 151 102 / 0.85);
  }

  .md\:border-primary-400\/90 {
    border-color: rgb(249 151 102 / 0.9);
  }

  .md\:border-primary-400\/95 {
    border-color: rgb(249 151 102 / 0.95);
  }

  .md\:border-primary-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 247 242 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-50\/0 {
    border-color: rgb(255 247 242 / 0);
  }

  .md\:border-primary-50\/10 {
    border-color: rgb(255 247 242 / 0.1);
  }

  .md\:border-primary-50\/100 {
    border-color: rgb(255 247 242 / 1);
  }

  .md\:border-primary-50\/15 {
    border-color: rgb(255 247 242 / 0.15);
  }

  .md\:border-primary-50\/20 {
    border-color: rgb(255 247 242 / 0.2);
  }

  .md\:border-primary-50\/25 {
    border-color: rgb(255 247 242 / 0.25);
  }

  .md\:border-primary-50\/30 {
    border-color: rgb(255 247 242 / 0.3);
  }

  .md\:border-primary-50\/35 {
    border-color: rgb(255 247 242 / 0.35);
  }

  .md\:border-primary-50\/40 {
    border-color: rgb(255 247 242 / 0.4);
  }

  .md\:border-primary-50\/45 {
    border-color: rgb(255 247 242 / 0.45);
  }

  .md\:border-primary-50\/5 {
    border-color: rgb(255 247 242 / 0.05);
  }

  .md\:border-primary-50\/50 {
    border-color: rgb(255 247 242 / 0.5);
  }

  .md\:border-primary-50\/55 {
    border-color: rgb(255 247 242 / 0.55);
  }

  .md\:border-primary-50\/60 {
    border-color: rgb(255 247 242 / 0.6);
  }

  .md\:border-primary-50\/65 {
    border-color: rgb(255 247 242 / 0.65);
  }

  .md\:border-primary-50\/70 {
    border-color: rgb(255 247 242 / 0.7);
  }

  .md\:border-primary-50\/75 {
    border-color: rgb(255 247 242 / 0.75);
  }

  .md\:border-primary-50\/80 {
    border-color: rgb(255 247 242 / 0.8);
  }

  .md\:border-primary-50\/85 {
    border-color: rgb(255 247 242 / 0.85);
  }

  .md\:border-primary-50\/90 {
    border-color: rgb(255 247 242 / 0.9);
  }

  .md\:border-primary-50\/95 {
    border-color: rgb(255 247 242 / 0.95);
  }

  .md\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(247 141 77 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-500\/0 {
    border-color: rgb(247 141 77 / 0);
  }

  .md\:border-primary-500\/10 {
    border-color: rgb(247 141 77 / 0.1);
  }

  .md\:border-primary-500\/100 {
    border-color: rgb(247 141 77 / 1);
  }

  .md\:border-primary-500\/15 {
    border-color: rgb(247 141 77 / 0.15);
  }

  .md\:border-primary-500\/20 {
    border-color: rgb(247 141 77 / 0.2);
  }

  .md\:border-primary-500\/25 {
    border-color: rgb(247 141 77 / 0.25);
  }

  .md\:border-primary-500\/30 {
    border-color: rgb(247 141 77 / 0.3);
  }

  .md\:border-primary-500\/35 {
    border-color: rgb(247 141 77 / 0.35);
  }

  .md\:border-primary-500\/40 {
    border-color: rgb(247 141 77 / 0.4);
  }

  .md\:border-primary-500\/45 {
    border-color: rgb(247 141 77 / 0.45);
  }

  .md\:border-primary-500\/5 {
    border-color: rgb(247 141 77 / 0.05);
  }

  .md\:border-primary-500\/50 {
    border-color: rgb(247 141 77 / 0.5);
  }

  .md\:border-primary-500\/55 {
    border-color: rgb(247 141 77 / 0.55);
  }

  .md\:border-primary-500\/60 {
    border-color: rgb(247 141 77 / 0.6);
  }

  .md\:border-primary-500\/65 {
    border-color: rgb(247 141 77 / 0.65);
  }

  .md\:border-primary-500\/70 {
    border-color: rgb(247 141 77 / 0.7);
  }

  .md\:border-primary-500\/75 {
    border-color: rgb(247 141 77 / 0.75);
  }

  .md\:border-primary-500\/80 {
    border-color: rgb(247 141 77 / 0.8);
  }

  .md\:border-primary-500\/85 {
    border-color: rgb(247 141 77 / 0.85);
  }

  .md\:border-primary-500\/90 {
    border-color: rgb(247 141 77 / 0.9);
  }

  .md\:border-primary-500\/95 {
    border-color: rgb(247 141 77 / 0.95);
  }

  .md\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgb(233 99 37 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-600\/0 {
    border-color: rgb(233 99 37 / 0);
  }

  .md\:border-primary-600\/10 {
    border-color: rgb(233 99 37 / 0.1);
  }

  .md\:border-primary-600\/100 {
    border-color: rgb(233 99 37 / 1);
  }

  .md\:border-primary-600\/15 {
    border-color: rgb(233 99 37 / 0.15);
  }

  .md\:border-primary-600\/20 {
    border-color: rgb(233 99 37 / 0.2);
  }

  .md\:border-primary-600\/25 {
    border-color: rgb(233 99 37 / 0.25);
  }

  .md\:border-primary-600\/30 {
    border-color: rgb(233 99 37 / 0.3);
  }

  .md\:border-primary-600\/35 {
    border-color: rgb(233 99 37 / 0.35);
  }

  .md\:border-primary-600\/40 {
    border-color: rgb(233 99 37 / 0.4);
  }

  .md\:border-primary-600\/45 {
    border-color: rgb(233 99 37 / 0.45);
  }

  .md\:border-primary-600\/5 {
    border-color: rgb(233 99 37 / 0.05);
  }

  .md\:border-primary-600\/50 {
    border-color: rgb(233 99 37 / 0.5);
  }

  .md\:border-primary-600\/55 {
    border-color: rgb(233 99 37 / 0.55);
  }

  .md\:border-primary-600\/60 {
    border-color: rgb(233 99 37 / 0.6);
  }

  .md\:border-primary-600\/65 {
    border-color: rgb(233 99 37 / 0.65);
  }

  .md\:border-primary-600\/70 {
    border-color: rgb(233 99 37 / 0.7);
  }

  .md\:border-primary-600\/75 {
    border-color: rgb(233 99 37 / 0.75);
  }

  .md\:border-primary-600\/80 {
    border-color: rgb(233 99 37 / 0.8);
  }

  .md\:border-primary-600\/85 {
    border-color: rgb(233 99 37 / 0.85);
  }

  .md\:border-primary-600\/90 {
    border-color: rgb(233 99 37 / 0.9);
  }

  .md\:border-primary-600\/95 {
    border-color: rgb(233 99 37 / 0.95);
  }

  .md\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgb(201 74 22 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-700\/0 {
    border-color: rgb(201 74 22 / 0);
  }

  .md\:border-primary-700\/10 {
    border-color: rgb(201 74 22 / 0.1);
  }

  .md\:border-primary-700\/100 {
    border-color: rgb(201 74 22 / 1);
  }

  .md\:border-primary-700\/15 {
    border-color: rgb(201 74 22 / 0.15);
  }

  .md\:border-primary-700\/20 {
    border-color: rgb(201 74 22 / 0.2);
  }

  .md\:border-primary-700\/25 {
    border-color: rgb(201 74 22 / 0.25);
  }

  .md\:border-primary-700\/30 {
    border-color: rgb(201 74 22 / 0.3);
  }

  .md\:border-primary-700\/35 {
    border-color: rgb(201 74 22 / 0.35);
  }

  .md\:border-primary-700\/40 {
    border-color: rgb(201 74 22 / 0.4);
  }

  .md\:border-primary-700\/45 {
    border-color: rgb(201 74 22 / 0.45);
  }

  .md\:border-primary-700\/5 {
    border-color: rgb(201 74 22 / 0.05);
  }

  .md\:border-primary-700\/50 {
    border-color: rgb(201 74 22 / 0.5);
  }

  .md\:border-primary-700\/55 {
    border-color: rgb(201 74 22 / 0.55);
  }

  .md\:border-primary-700\/60 {
    border-color: rgb(201 74 22 / 0.6);
  }

  .md\:border-primary-700\/65 {
    border-color: rgb(201 74 22 / 0.65);
  }

  .md\:border-primary-700\/70 {
    border-color: rgb(201 74 22 / 0.7);
  }

  .md\:border-primary-700\/75 {
    border-color: rgb(201 74 22 / 0.75);
  }

  .md\:border-primary-700\/80 {
    border-color: rgb(201 74 22 / 0.8);
  }

  .md\:border-primary-700\/85 {
    border-color: rgb(201 74 22 / 0.85);
  }

  .md\:border-primary-700\/90 {
    border-color: rgb(201 74 22 / 0.9);
  }

  .md\:border-primary-700\/95 {
    border-color: rgb(201 74 22 / 0.95);
  }

  .md\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgb(161 59 24 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-800\/0 {
    border-color: rgb(161 59 24 / 0);
  }

  .md\:border-primary-800\/10 {
    border-color: rgb(161 59 24 / 0.1);
  }

  .md\:border-primary-800\/100 {
    border-color: rgb(161 59 24 / 1);
  }

  .md\:border-primary-800\/15 {
    border-color: rgb(161 59 24 / 0.15);
  }

  .md\:border-primary-800\/20 {
    border-color: rgb(161 59 24 / 0.2);
  }

  .md\:border-primary-800\/25 {
    border-color: rgb(161 59 24 / 0.25);
  }

  .md\:border-primary-800\/30 {
    border-color: rgb(161 59 24 / 0.3);
  }

  .md\:border-primary-800\/35 {
    border-color: rgb(161 59 24 / 0.35);
  }

  .md\:border-primary-800\/40 {
    border-color: rgb(161 59 24 / 0.4);
  }

  .md\:border-primary-800\/45 {
    border-color: rgb(161 59 24 / 0.45);
  }

  .md\:border-primary-800\/5 {
    border-color: rgb(161 59 24 / 0.05);
  }

  .md\:border-primary-800\/50 {
    border-color: rgb(161 59 24 / 0.5);
  }

  .md\:border-primary-800\/55 {
    border-color: rgb(161 59 24 / 0.55);
  }

  .md\:border-primary-800\/60 {
    border-color: rgb(161 59 24 / 0.6);
  }

  .md\:border-primary-800\/65 {
    border-color: rgb(161 59 24 / 0.65);
  }

  .md\:border-primary-800\/70 {
    border-color: rgb(161 59 24 / 0.7);
  }

  .md\:border-primary-800\/75 {
    border-color: rgb(161 59 24 / 0.75);
  }

  .md\:border-primary-800\/80 {
    border-color: rgb(161 59 24 / 0.8);
  }

  .md\:border-primary-800\/85 {
    border-color: rgb(161 59 24 / 0.85);
  }

  .md\:border-primary-800\/90 {
    border-color: rgb(161 59 24 / 0.9);
  }

  .md\:border-primary-800\/95 {
    border-color: rgb(161 59 24 / 0.95);
  }

  .md\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgb(130 51 24 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-900\/0 {
    border-color: rgb(130 51 24 / 0);
  }

  .md\:border-primary-900\/10 {
    border-color: rgb(130 51 24 / 0.1);
  }

  .md\:border-primary-900\/100 {
    border-color: rgb(130 51 24 / 1);
  }

  .md\:border-primary-900\/15 {
    border-color: rgb(130 51 24 / 0.15);
  }

  .md\:border-primary-900\/20 {
    border-color: rgb(130 51 24 / 0.2);
  }

  .md\:border-primary-900\/25 {
    border-color: rgb(130 51 24 / 0.25);
  }

  .md\:border-primary-900\/30 {
    border-color: rgb(130 51 24 / 0.3);
  }

  .md\:border-primary-900\/35 {
    border-color: rgb(130 51 24 / 0.35);
  }

  .md\:border-primary-900\/40 {
    border-color: rgb(130 51 24 / 0.4);
  }

  .md\:border-primary-900\/45 {
    border-color: rgb(130 51 24 / 0.45);
  }

  .md\:border-primary-900\/5 {
    border-color: rgb(130 51 24 / 0.05);
  }

  .md\:border-primary-900\/50 {
    border-color: rgb(130 51 24 / 0.5);
  }

  .md\:border-primary-900\/55 {
    border-color: rgb(130 51 24 / 0.55);
  }

  .md\:border-primary-900\/60 {
    border-color: rgb(130 51 24 / 0.6);
  }

  .md\:border-primary-900\/65 {
    border-color: rgb(130 51 24 / 0.65);
  }

  .md\:border-primary-900\/70 {
    border-color: rgb(130 51 24 / 0.7);
  }

  .md\:border-primary-900\/75 {
    border-color: rgb(130 51 24 / 0.75);
  }

  .md\:border-primary-900\/80 {
    border-color: rgb(130 51 24 / 0.8);
  }

  .md\:border-primary-900\/85 {
    border-color: rgb(130 51 24 / 0.85);
  }

  .md\:border-primary-900\/90 {
    border-color: rgb(130 51 24 / 0.9);
  }

  .md\:border-primary-900\/95 {
    border-color: rgb(130 51 24 / 0.95);
  }

  .md\:border-primary-950 {
    --tw-border-opacity: 1;
    border-color: rgb(70 23 8 / var(--tw-border-opacity, 1));
  }

  .md\:border-primary-950\/0 {
    border-color: rgb(70 23 8 / 0);
  }

  .md\:border-primary-950\/10 {
    border-color: rgb(70 23 8 / 0.1);
  }

  .md\:border-primary-950\/100 {
    border-color: rgb(70 23 8 / 1);
  }

  .md\:border-primary-950\/15 {
    border-color: rgb(70 23 8 / 0.15);
  }

  .md\:border-primary-950\/20 {
    border-color: rgb(70 23 8 / 0.2);
  }

  .md\:border-primary-950\/25 {
    border-color: rgb(70 23 8 / 0.25);
  }

  .md\:border-primary-950\/30 {
    border-color: rgb(70 23 8 / 0.3);
  }

  .md\:border-primary-950\/35 {
    border-color: rgb(70 23 8 / 0.35);
  }

  .md\:border-primary-950\/40 {
    border-color: rgb(70 23 8 / 0.4);
  }

  .md\:border-primary-950\/45 {
    border-color: rgb(70 23 8 / 0.45);
  }

  .md\:border-primary-950\/5 {
    border-color: rgb(70 23 8 / 0.05);
  }

  .md\:border-primary-950\/50 {
    border-color: rgb(70 23 8 / 0.5);
  }

  .md\:border-primary-950\/55 {
    border-color: rgb(70 23 8 / 0.55);
  }

  .md\:border-primary-950\/60 {
    border-color: rgb(70 23 8 / 0.6);
  }

  .md\:border-primary-950\/65 {
    border-color: rgb(70 23 8 / 0.65);
  }

  .md\:border-primary-950\/70 {
    border-color: rgb(70 23 8 / 0.7);
  }

  .md\:border-primary-950\/75 {
    border-color: rgb(70 23 8 / 0.75);
  }

  .md\:border-primary-950\/80 {
    border-color: rgb(70 23 8 / 0.8);
  }

  .md\:border-primary-950\/85 {
    border-color: rgb(70 23 8 / 0.85);
  }

  .md\:border-primary-950\/90 {
    border-color: rgb(70 23 8 / 0.9);
  }

  .md\:border-primary-950\/95 {
    border-color: rgb(70 23 8 / 0.95);
  }

  .md\:border-transparent {
    border-color: transparent;
  }

  .md\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .md\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .md\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .md\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .md\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .md\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .md\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .md\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .md\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .md\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .md\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .md\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .md\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .md\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .md\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .md\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .md\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .md\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .md\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .md\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .md\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .md\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .md\:border-white\/0 {
    border-color: rgb(255 255 255 / 0);
  }

  .md\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .md\:border-white\/100 {
    border-color: rgb(255 255 255 / 1);
  }

  .md\:border-white\/15 {
    border-color: rgb(255 255 255 / 0.15);
  }

  .md\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

  .md\:border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
  }

  .md\:border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
  }

  .md\:border-white\/35 {
    border-color: rgb(255 255 255 / 0.35);
  }

  .md\:border-white\/40 {
    border-color: rgb(255 255 255 / 0.4);
  }

  .md\:border-white\/45 {
    border-color: rgb(255 255 255 / 0.45);
  }

  .md\:border-white\/5 {
    border-color: rgb(255 255 255 / 0.05);
  }

  .md\:border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
  }

  .md\:border-white\/55 {
    border-color: rgb(255 255 255 / 0.55);
  }

  .md\:border-white\/60 {
    border-color: rgb(255 255 255 / 0.6);
  }

  .md\:border-white\/65 {
    border-color: rgb(255 255 255 / 0.65);
  }

  .md\:border-white\/70 {
    border-color: rgb(255 255 255 / 0.7);
  }

  .md\:border-white\/75 {
    border-color: rgb(255 255 255 / 0.75);
  }

  .md\:border-white\/80 {
    border-color: rgb(255 255 255 / 0.8);
  }

  .md\:border-white\/85 {
    border-color: rgb(255 255 255 / 0.85);
  }

  .md\:border-white\/90 {
    border-color: rgb(255 255 255 / 0.9);
  }

  .md\:border-white\/95 {
    border-color: rgb(255 255 255 / 0.95);
  }

  .md\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-color: rgb(133 77 14 / 0.85);
  }

  .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-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .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-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .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-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .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-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-e-yellow-50\/45 {
    border-inline-end-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-e-yellow-50\/65 {
    border-inline-end-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-e-yellow-500\/45 {
    border-inline-end-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-e-yellow-500\/65 {
    border-inline-end-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-e-yellow-600\/45 {
    border-inline-end-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-e-yellow-600\/65 {
    border-inline-end-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85);
  }

  .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-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
  }

  .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-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .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-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-s-yellow-50\/45 {
    border-inline-start-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-s-yellow-50\/65 {
    border-inline-start-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-s-yellow-500\/45 {
    border-inline-start-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-s-yellow-500\/65 {
    border-inline-start-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-s-yellow-600\/45 {
    border-inline-start-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-s-yellow-600\/65 {
    border-inline-start-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85);
  }

  .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-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
  }

  .md\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .md\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
  }

  .md\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .md\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
  }

  .md\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .md\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
  }

  .md\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .md\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
  }

  .md\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .md\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
  }

  .md\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .md\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
  }

  .md\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .md\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
  }

  .md\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .md\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
  }

  .md\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .md\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
  }

  .md\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .md\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
  }

  .md\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .md\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
  }

  .md\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .md\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
  }

  .md\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .md\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
  }

  .md\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .md\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
  }

  .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\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 251 203 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-100\/0 {
    background-color: rgb(235 251 203 / 0);
  }

  .md\:bg-accent-100\/10 {
    background-color: rgb(235 251 203 / 0.1);
  }

  .md\:bg-accent-100\/100 {
    background-color: rgb(235 251 203 / 1);
  }

  .md\:bg-accent-100\/15 {
    background-color: rgb(235 251 203 / 0.15);
  }

  .md\:bg-accent-100\/20 {
    background-color: rgb(235 251 203 / 0.2);
  }

  .md\:bg-accent-100\/25 {
    background-color: rgb(235 251 203 / 0.25);
  }

  .md\:bg-accent-100\/30 {
    background-color: rgb(235 251 203 / 0.3);
  }

  .md\:bg-accent-100\/35 {
    background-color: rgb(235 251 203 / 0.35);
  }

  .md\:bg-accent-100\/40 {
    background-color: rgb(235 251 203 / 0.4);
  }

  .md\:bg-accent-100\/45 {
    background-color: rgb(235 251 203 / 0.45);
  }

  .md\:bg-accent-100\/5 {
    background-color: rgb(235 251 203 / 0.05);
  }

  .md\:bg-accent-100\/50 {
    background-color: rgb(235 251 203 / 0.5);
  }

  .md\:bg-accent-100\/55 {
    background-color: rgb(235 251 203 / 0.55);
  }

  .md\:bg-accent-100\/60 {
    background-color: rgb(235 251 203 / 0.6);
  }

  .md\:bg-accent-100\/65 {
    background-color: rgb(235 251 203 / 0.65);
  }

  .md\:bg-accent-100\/70 {
    background-color: rgb(235 251 203 / 0.7);
  }

  .md\:bg-accent-100\/75 {
    background-color: rgb(235 251 203 / 0.75);
  }

  .md\:bg-accent-100\/80 {
    background-color: rgb(235 251 203 / 0.8);
  }

  .md\:bg-accent-100\/85 {
    background-color: rgb(235 251 203 / 0.85);
  }

  .md\:bg-accent-100\/90 {
    background-color: rgb(235 251 203 / 0.9);
  }

  .md\:bg-accent-100\/95 {
    background-color: rgb(235 251 203 / 0.95);
  }

  .md\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 246 154 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-200\/0 {
    background-color: rgb(216 246 154 / 0);
  }

  .md\:bg-accent-200\/10 {
    background-color: rgb(216 246 154 / 0.1);
  }

  .md\:bg-accent-200\/100 {
    background-color: rgb(216 246 154 / 1);
  }

  .md\:bg-accent-200\/15 {
    background-color: rgb(216 246 154 / 0.15);
  }

  .md\:bg-accent-200\/20 {
    background-color: rgb(216 246 154 / 0.2);
  }

  .md\:bg-accent-200\/25 {
    background-color: rgb(216 246 154 / 0.25);
  }

  .md\:bg-accent-200\/30 {
    background-color: rgb(216 246 154 / 0.3);
  }

  .md\:bg-accent-200\/35 {
    background-color: rgb(216 246 154 / 0.35);
  }

  .md\:bg-accent-200\/40 {
    background-color: rgb(216 246 154 / 0.4);
  }

  .md\:bg-accent-200\/45 {
    background-color: rgb(216 246 154 / 0.45);
  }

  .md\:bg-accent-200\/5 {
    background-color: rgb(216 246 154 / 0.05);
  }

  .md\:bg-accent-200\/50 {
    background-color: rgb(216 246 154 / 0.5);
  }

  .md\:bg-accent-200\/55 {
    background-color: rgb(216 246 154 / 0.55);
  }

  .md\:bg-accent-200\/60 {
    background-color: rgb(216 246 154 / 0.6);
  }

  .md\:bg-accent-200\/65 {
    background-color: rgb(216 246 154 / 0.65);
  }

  .md\:bg-accent-200\/70 {
    background-color: rgb(216 246 154 / 0.7);
  }

  .md\:bg-accent-200\/75 {
    background-color: rgb(216 246 154 / 0.75);
  }

  .md\:bg-accent-200\/80 {
    background-color: rgb(216 246 154 / 0.8);
  }

  .md\:bg-accent-200\/85 {
    background-color: rgb(216 246 154 / 0.85);
  }

  .md\:bg-accent-200\/90 {
    background-color: rgb(216 246 154 / 0.9);
  }

  .md\:bg-accent-200\/95 {
    background-color: rgb(216 246 154 / 0.95);
  }

  .md\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 240 120 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-300\/0 {
    background-color: rgb(196 240 120 / 0);
  }

  .md\:bg-accent-300\/10 {
    background-color: rgb(196 240 120 / 0.1);
  }

  .md\:bg-accent-300\/100 {
    background-color: rgb(196 240 120 / 1);
  }

  .md\:bg-accent-300\/15 {
    background-color: rgb(196 240 120 / 0.15);
  }

  .md\:bg-accent-300\/20 {
    background-color: rgb(196 240 120 / 0.2);
  }

  .md\:bg-accent-300\/25 {
    background-color: rgb(196 240 120 / 0.25);
  }

  .md\:bg-accent-300\/30 {
    background-color: rgb(196 240 120 / 0.3);
  }

  .md\:bg-accent-300\/35 {
    background-color: rgb(196 240 120 / 0.35);
  }

  .md\:bg-accent-300\/40 {
    background-color: rgb(196 240 120 / 0.4);
  }

  .md\:bg-accent-300\/45 {
    background-color: rgb(196 240 120 / 0.45);
  }

  .md\:bg-accent-300\/5 {
    background-color: rgb(196 240 120 / 0.05);
  }

  .md\:bg-accent-300\/50 {
    background-color: rgb(196 240 120 / 0.5);
  }

  .md\:bg-accent-300\/55 {
    background-color: rgb(196 240 120 / 0.55);
  }

  .md\:bg-accent-300\/60 {
    background-color: rgb(196 240 120 / 0.6);
  }

  .md\:bg-accent-300\/65 {
    background-color: rgb(196 240 120 / 0.65);
  }

  .md\:bg-accent-300\/70 {
    background-color: rgb(196 240 120 / 0.7);
  }

  .md\:bg-accent-300\/75 {
    background-color: rgb(196 240 120 / 0.75);
  }

  .md\:bg-accent-300\/80 {
    background-color: rgb(196 240 120 / 0.8);
  }

  .md\:bg-accent-300\/85 {
    background-color: rgb(196 240 120 / 0.85);
  }

  .md\:bg-accent-300\/90 {
    background-color: rgb(196 240 120 / 0.9);
  }

  .md\:bg-accent-300\/95 {
    background-color: rgb(196 240 120 / 0.95);
  }

  .md\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(183 237 104 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-400\/0 {
    background-color: rgb(183 237 104 / 0);
  }

  .md\:bg-accent-400\/10 {
    background-color: rgb(183 237 104 / 0.1);
  }

  .md\:bg-accent-400\/100 {
    background-color: rgb(183 237 104 / 1);
  }

  .md\:bg-accent-400\/15 {
    background-color: rgb(183 237 104 / 0.15);
  }

  .md\:bg-accent-400\/20 {
    background-color: rgb(183 237 104 / 0.2);
  }

  .md\:bg-accent-400\/25 {
    background-color: rgb(183 237 104 / 0.25);
  }

  .md\:bg-accent-400\/30 {
    background-color: rgb(183 237 104 / 0.3);
  }

  .md\:bg-accent-400\/35 {
    background-color: rgb(183 237 104 / 0.35);
  }

  .md\:bg-accent-400\/40 {
    background-color: rgb(183 237 104 / 0.4);
  }

  .md\:bg-accent-400\/45 {
    background-color: rgb(183 237 104 / 0.45);
  }

  .md\:bg-accent-400\/5 {
    background-color: rgb(183 237 104 / 0.05);
  }

  .md\:bg-accent-400\/50 {
    background-color: rgb(183 237 104 / 0.5);
  }

  .md\:bg-accent-400\/55 {
    background-color: rgb(183 237 104 / 0.55);
  }

  .md\:bg-accent-400\/60 {
    background-color: rgb(183 237 104 / 0.6);
  }

  .md\:bg-accent-400\/65 {
    background-color: rgb(183 237 104 / 0.65);
  }

  .md\:bg-accent-400\/70 {
    background-color: rgb(183 237 104 / 0.7);
  }

  .md\:bg-accent-400\/75 {
    background-color: rgb(183 237 104 / 0.75);
  }

  .md\:bg-accent-400\/80 {
    background-color: rgb(183 237 104 / 0.8);
  }

  .md\:bg-accent-400\/85 {
    background-color: rgb(183 237 104 / 0.85);
  }

  .md\:bg-accent-400\/90 {
    background-color: rgb(183 237 104 / 0.9);
  }

  .md\:bg-accent-400\/95 {
    background-color: rgb(183 237 104 / 0.95);
  }

  .md\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 253 235 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-50\/0 {
    background-color: rgb(247 253 235 / 0);
  }

  .md\:bg-accent-50\/10 {
    background-color: rgb(247 253 235 / 0.1);
  }

  .md\:bg-accent-50\/100 {
    background-color: rgb(247 253 235 / 1);
  }

  .md\:bg-accent-50\/15 {
    background-color: rgb(247 253 235 / 0.15);
  }

  .md\:bg-accent-50\/20 {
    background-color: rgb(247 253 235 / 0.2);
  }

  .md\:bg-accent-50\/25 {
    background-color: rgb(247 253 235 / 0.25);
  }

  .md\:bg-accent-50\/30 {
    background-color: rgb(247 253 235 / 0.3);
  }

  .md\:bg-accent-50\/35 {
    background-color: rgb(247 253 235 / 0.35);
  }

  .md\:bg-accent-50\/40 {
    background-color: rgb(247 253 235 / 0.4);
  }

  .md\:bg-accent-50\/45 {
    background-color: rgb(247 253 235 / 0.45);
  }

  .md\:bg-accent-50\/5 {
    background-color: rgb(247 253 235 / 0.05);
  }

  .md\:bg-accent-50\/50 {
    background-color: rgb(247 253 235 / 0.5);
  }

  .md\:bg-accent-50\/55 {
    background-color: rgb(247 253 235 / 0.55);
  }

  .md\:bg-accent-50\/60 {
    background-color: rgb(247 253 235 / 0.6);
  }

  .md\:bg-accent-50\/65 {
    background-color: rgb(247 253 235 / 0.65);
  }

  .md\:bg-accent-50\/70 {
    background-color: rgb(247 253 235 / 0.7);
  }

  .md\:bg-accent-50\/75 {
    background-color: rgb(247 253 235 / 0.75);
  }

  .md\:bg-accent-50\/80 {
    background-color: rgb(247 253 235 / 0.8);
  }

  .md\:bg-accent-50\/85 {
    background-color: rgb(247 253 235 / 0.85);
  }

  .md\:bg-accent-50\/90 {
    background-color: rgb(247 253 235 / 0.9);
  }

  .md\:bg-accent-50\/95 {
    background-color: rgb(247 253 235 / 0.95);
  }

  .md\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(174 235 96 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-500\/0 {
    background-color: rgb(174 235 96 / 0);
  }

  .md\:bg-accent-500\/10 {
    background-color: rgb(174 235 96 / 0.1);
  }

  .md\:bg-accent-500\/100 {
    background-color: rgb(174 235 96 / 1);
  }

  .md\:bg-accent-500\/15 {
    background-color: rgb(174 235 96 / 0.15);
  }

  .md\:bg-accent-500\/20 {
    background-color: rgb(174 235 96 / 0.2);
  }

  .md\:bg-accent-500\/25 {
    background-color: rgb(174 235 96 / 0.25);
  }

  .md\:bg-accent-500\/30 {
    background-color: rgb(174 235 96 / 0.3);
  }

  .md\:bg-accent-500\/35 {
    background-color: rgb(174 235 96 / 0.35);
  }

  .md\:bg-accent-500\/40 {
    background-color: rgb(174 235 96 / 0.4);
  }

  .md\:bg-accent-500\/45 {
    background-color: rgb(174 235 96 / 0.45);
  }

  .md\:bg-accent-500\/5 {
    background-color: rgb(174 235 96 / 0.05);
  }

  .md\:bg-accent-500\/50 {
    background-color: rgb(174 235 96 / 0.5);
  }

  .md\:bg-accent-500\/55 {
    background-color: rgb(174 235 96 / 0.55);
  }

  .md\:bg-accent-500\/60 {
    background-color: rgb(174 235 96 / 0.6);
  }

  .md\:bg-accent-500\/65 {
    background-color: rgb(174 235 96 / 0.65);
  }

  .md\:bg-accent-500\/70 {
    background-color: rgb(174 235 96 / 0.7);
  }

  .md\:bg-accent-500\/75 {
    background-color: rgb(174 235 96 / 0.75);
  }

  .md\:bg-accent-500\/80 {
    background-color: rgb(174 235 96 / 0.8);
  }

  .md\:bg-accent-500\/85 {
    background-color: rgb(174 235 96 / 0.85);
  }

  .md\:bg-accent-500\/90 {
    background-color: rgb(174 235 96 / 0.9);
  }

  .md\:bg-accent-500\/95 {
    background-color: rgb(174 235 96 / 0.95);
  }

  .md\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(130 201 48 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-600\/0 {
    background-color: rgb(130 201 48 / 0);
  }

  .md\:bg-accent-600\/10 {
    background-color: rgb(130 201 48 / 0.1);
  }

  .md\:bg-accent-600\/100 {
    background-color: rgb(130 201 48 / 1);
  }

  .md\:bg-accent-600\/15 {
    background-color: rgb(130 201 48 / 0.15);
  }

  .md\:bg-accent-600\/20 {
    background-color: rgb(130 201 48 / 0.2);
  }

  .md\:bg-accent-600\/25 {
    background-color: rgb(130 201 48 / 0.25);
  }

  .md\:bg-accent-600\/30 {
    background-color: rgb(130 201 48 / 0.3);
  }

  .md\:bg-accent-600\/35 {
    background-color: rgb(130 201 48 / 0.35);
  }

  .md\:bg-accent-600\/40 {
    background-color: rgb(130 201 48 / 0.4);
  }

  .md\:bg-accent-600\/45 {
    background-color: rgb(130 201 48 / 0.45);
  }

  .md\:bg-accent-600\/5 {
    background-color: rgb(130 201 48 / 0.05);
  }

  .md\:bg-accent-600\/50 {
    background-color: rgb(130 201 48 / 0.5);
  }

  .md\:bg-accent-600\/55 {
    background-color: rgb(130 201 48 / 0.55);
  }

  .md\:bg-accent-600\/60 {
    background-color: rgb(130 201 48 / 0.6);
  }

  .md\:bg-accent-600\/65 {
    background-color: rgb(130 201 48 / 0.65);
  }

  .md\:bg-accent-600\/70 {
    background-color: rgb(130 201 48 / 0.7);
  }

  .md\:bg-accent-600\/75 {
    background-color: rgb(130 201 48 / 0.75);
  }

  .md\:bg-accent-600\/80 {
    background-color: rgb(130 201 48 / 0.8);
  }

  .md\:bg-accent-600\/85 {
    background-color: rgb(130 201 48 / 0.85);
  }

  .md\:bg-accent-600\/90 {
    background-color: rgb(130 201 48 / 0.9);
  }

  .md\:bg-accent-600\/95 {
    background-color: rgb(130 201 48 / 0.95);
  }

  .md\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(97 161 31 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-700\/0 {
    background-color: rgb(97 161 31 / 0);
  }

  .md\:bg-accent-700\/10 {
    background-color: rgb(97 161 31 / 0.1);
  }

  .md\:bg-accent-700\/100 {
    background-color: rgb(97 161 31 / 1);
  }

  .md\:bg-accent-700\/15 {
    background-color: rgb(97 161 31 / 0.15);
  }

  .md\:bg-accent-700\/20 {
    background-color: rgb(97 161 31 / 0.2);
  }

  .md\:bg-accent-700\/25 {
    background-color: rgb(97 161 31 / 0.25);
  }

  .md\:bg-accent-700\/30 {
    background-color: rgb(97 161 31 / 0.3);
  }

  .md\:bg-accent-700\/35 {
    background-color: rgb(97 161 31 / 0.35);
  }

  .md\:bg-accent-700\/40 {
    background-color: rgb(97 161 31 / 0.4);
  }

  .md\:bg-accent-700\/45 {
    background-color: rgb(97 161 31 / 0.45);
  }

  .md\:bg-accent-700\/5 {
    background-color: rgb(97 161 31 / 0.05);
  }

  .md\:bg-accent-700\/50 {
    background-color: rgb(97 161 31 / 0.5);
  }

  .md\:bg-accent-700\/55 {
    background-color: rgb(97 161 31 / 0.55);
  }

  .md\:bg-accent-700\/60 {
    background-color: rgb(97 161 31 / 0.6);
  }

  .md\:bg-accent-700\/65 {
    background-color: rgb(97 161 31 / 0.65);
  }

  .md\:bg-accent-700\/70 {
    background-color: rgb(97 161 31 / 0.7);
  }

  .md\:bg-accent-700\/75 {
    background-color: rgb(97 161 31 / 0.75);
  }

  .md\:bg-accent-700\/80 {
    background-color: rgb(97 161 31 / 0.8);
  }

  .md\:bg-accent-700\/85 {
    background-color: rgb(97 161 31 / 0.85);
  }

  .md\:bg-accent-700\/90 {
    background-color: rgb(97 161 31 / 0.9);
  }

  .md\:bg-accent-700\/95 {
    background-color: rgb(97 161 31 / 0.95);
  }

  .md\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(78 126 32 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-800\/0 {
    background-color: rgb(78 126 32 / 0);
  }

  .md\:bg-accent-800\/10 {
    background-color: rgb(78 126 32 / 0.1);
  }

  .md\:bg-accent-800\/100 {
    background-color: rgb(78 126 32 / 1);
  }

  .md\:bg-accent-800\/15 {
    background-color: rgb(78 126 32 / 0.15);
  }

  .md\:bg-accent-800\/20 {
    background-color: rgb(78 126 32 / 0.2);
  }

  .md\:bg-accent-800\/25 {
    background-color: rgb(78 126 32 / 0.25);
  }

  .md\:bg-accent-800\/30 {
    background-color: rgb(78 126 32 / 0.3);
  }

  .md\:bg-accent-800\/35 {
    background-color: rgb(78 126 32 / 0.35);
  }

  .md\:bg-accent-800\/40 {
    background-color: rgb(78 126 32 / 0.4);
  }

  .md\:bg-accent-800\/45 {
    background-color: rgb(78 126 32 / 0.45);
  }

  .md\:bg-accent-800\/5 {
    background-color: rgb(78 126 32 / 0.05);
  }

  .md\:bg-accent-800\/50 {
    background-color: rgb(78 126 32 / 0.5);
  }

  .md\:bg-accent-800\/55 {
    background-color: rgb(78 126 32 / 0.55);
  }

  .md\:bg-accent-800\/60 {
    background-color: rgb(78 126 32 / 0.6);
  }

  .md\:bg-accent-800\/65 {
    background-color: rgb(78 126 32 / 0.65);
  }

  .md\:bg-accent-800\/70 {
    background-color: rgb(78 126 32 / 0.7);
  }

  .md\:bg-accent-800\/75 {
    background-color: rgb(78 126 32 / 0.75);
  }

  .md\:bg-accent-800\/80 {
    background-color: rgb(78 126 32 / 0.8);
  }

  .md\:bg-accent-800\/85 {
    background-color: rgb(78 126 32 / 0.85);
  }

  .md\:bg-accent-800\/90 {
    background-color: rgb(78 126 32 / 0.9);
  }

  .md\:bg-accent-800\/95 {
    background-color: rgb(78 126 32 / 0.95);
  }

  .md\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 106 33 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-900\/0 {
    background-color: rgb(66 106 33 / 0);
  }

  .md\:bg-accent-900\/10 {
    background-color: rgb(66 106 33 / 0.1);
  }

  .md\:bg-accent-900\/100 {
    background-color: rgb(66 106 33 / 1);
  }

  .md\:bg-accent-900\/15 {
    background-color: rgb(66 106 33 / 0.15);
  }

  .md\:bg-accent-900\/20 {
    background-color: rgb(66 106 33 / 0.2);
  }

  .md\:bg-accent-900\/25 {
    background-color: rgb(66 106 33 / 0.25);
  }

  .md\:bg-accent-900\/30 {
    background-color: rgb(66 106 33 / 0.3);
  }

  .md\:bg-accent-900\/35 {
    background-color: rgb(66 106 33 / 0.35);
  }

  .md\:bg-accent-900\/40 {
    background-color: rgb(66 106 33 / 0.4);
  }

  .md\:bg-accent-900\/45 {
    background-color: rgb(66 106 33 / 0.45);
  }

  .md\:bg-accent-900\/5 {
    background-color: rgb(66 106 33 / 0.05);
  }

  .md\:bg-accent-900\/50 {
    background-color: rgb(66 106 33 / 0.5);
  }

  .md\:bg-accent-900\/55 {
    background-color: rgb(66 106 33 / 0.55);
  }

  .md\:bg-accent-900\/60 {
    background-color: rgb(66 106 33 / 0.6);
  }

  .md\:bg-accent-900\/65 {
    background-color: rgb(66 106 33 / 0.65);
  }

  .md\:bg-accent-900\/70 {
    background-color: rgb(66 106 33 / 0.7);
  }

  .md\:bg-accent-900\/75 {
    background-color: rgb(66 106 33 / 0.75);
  }

  .md\:bg-accent-900\/80 {
    background-color: rgb(66 106 33 / 0.8);
  }

  .md\:bg-accent-900\/85 {
    background-color: rgb(66 106 33 / 0.85);
  }

  .md\:bg-accent-900\/90 {
    background-color: rgb(66 106 33 / 0.9);
  }

  .md\:bg-accent-900\/95 {
    background-color: rgb(66 106 33 / 0.95);
  }

  .md\:bg-accent-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(32 58 11 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-accent-950\/0 {
    background-color: rgb(32 58 11 / 0);
  }

  .md\:bg-accent-950\/10 {
    background-color: rgb(32 58 11 / 0.1);
  }

  .md\:bg-accent-950\/100 {
    background-color: rgb(32 58 11 / 1);
  }

  .md\:bg-accent-950\/15 {
    background-color: rgb(32 58 11 / 0.15);
  }

  .md\:bg-accent-950\/20 {
    background-color: rgb(32 58 11 / 0.2);
  }

  .md\:bg-accent-950\/25 {
    background-color: rgb(32 58 11 / 0.25);
  }

  .md\:bg-accent-950\/30 {
    background-color: rgb(32 58 11 / 0.3);
  }

  .md\:bg-accent-950\/35 {
    background-color: rgb(32 58 11 / 0.35);
  }

  .md\:bg-accent-950\/40 {
    background-color: rgb(32 58 11 / 0.4);
  }

  .md\:bg-accent-950\/45 {
    background-color: rgb(32 58 11 / 0.45);
  }

  .md\:bg-accent-950\/5 {
    background-color: rgb(32 58 11 / 0.05);
  }

  .md\:bg-accent-950\/50 {
    background-color: rgb(32 58 11 / 0.5);
  }

  .md\:bg-accent-950\/55 {
    background-color: rgb(32 58 11 / 0.55);
  }

  .md\:bg-accent-950\/60 {
    background-color: rgb(32 58 11 / 0.6);
  }

  .md\:bg-accent-950\/65 {
    background-color: rgb(32 58 11 / 0.65);
  }

  .md\:bg-accent-950\/70 {
    background-color: rgb(32 58 11 / 0.7);
  }

  .md\:bg-accent-950\/75 {
    background-color: rgb(32 58 11 / 0.75);
  }

  .md\:bg-accent-950\/80 {
    background-color: rgb(32 58 11 / 0.8);
  }

  .md\:bg-accent-950\/85 {
    background-color: rgb(32 58 11 / 0.85);
  }

  .md\:bg-accent-950\/90 {
    background-color: rgb(32 58 11 / 0.9);
  }

  .md\:bg-accent-950\/95 {
    background-color: rgb(32 58 11 / 0.95);
  }

  .md\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-black\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .md\:bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .md\:bg-black\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .md\:bg-black\/15 {
    background-color: rgb(0 0 0 / 0.15);
  }

  .md\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .md\:bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .md\:bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .md\:bg-black\/35 {
    background-color: rgb(0 0 0 / 0.35);
  }

  .md\:bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .md\:bg-black\/45 {
    background-color: rgb(0 0 0 / 0.45);
  }

  .md\:bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .md\:bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .md\:bg-black\/55 {
    background-color: rgb(0 0 0 / 0.55);
  }

  .md\:bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .md\:bg-black\/65 {
    background-color: rgb(0 0 0 / 0.65);
  }

  .md\:bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .md\:bg-black\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .md\:bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .md\:bg-black\/85 {
    background-color: rgb(0 0 0 / 0.85);
  }

  .md\:bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .md\:bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .md\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 227 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-100\/0 {
    background-color: rgb(233 227 255 / 0);
  }

  .md\:bg-brand-100\/10 {
    background-color: rgb(233 227 255 / 0.1);
  }

  .md\:bg-brand-100\/100 {
    background-color: rgb(233 227 255 / 1);
  }

  .md\:bg-brand-100\/15 {
    background-color: rgb(233 227 255 / 0.15);
  }

  .md\:bg-brand-100\/20 {
    background-color: rgb(233 227 255 / 0.2);
  }

  .md\:bg-brand-100\/25 {
    background-color: rgb(233 227 255 / 0.25);
  }

  .md\:bg-brand-100\/30 {
    background-color: rgb(233 227 255 / 0.3);
  }

  .md\:bg-brand-100\/35 {
    background-color: rgb(233 227 255 / 0.35);
  }

  .md\:bg-brand-100\/40 {
    background-color: rgb(233 227 255 / 0.4);
  }

  .md\:bg-brand-100\/45 {
    background-color: rgb(233 227 255 / 0.45);
  }

  .md\:bg-brand-100\/5 {
    background-color: rgb(233 227 255 / 0.05);
  }

  .md\:bg-brand-100\/50 {
    background-color: rgb(233 227 255 / 0.5);
  }

  .md\:bg-brand-100\/55 {
    background-color: rgb(233 227 255 / 0.55);
  }

  .md\:bg-brand-100\/60 {
    background-color: rgb(233 227 255 / 0.6);
  }

  .md\:bg-brand-100\/65 {
    background-color: rgb(233 227 255 / 0.65);
  }

  .md\:bg-brand-100\/70 {
    background-color: rgb(233 227 255 / 0.7);
  }

  .md\:bg-brand-100\/75 {
    background-color: rgb(233 227 255 / 0.75);
  }

  .md\:bg-brand-100\/80 {
    background-color: rgb(233 227 255 / 0.8);
  }

  .md\:bg-brand-100\/85 {
    background-color: rgb(233 227 255 / 0.85);
  }

  .md\:bg-brand-100\/90 {
    background-color: rgb(233 227 255 / 0.9);
  }

  .md\:bg-brand-100\/95 {
    background-color: rgb(233 227 255 / 0.95);
  }

  .md\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(211 199 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-200\/0 {
    background-color: rgb(211 199 255 / 0);
  }

  .md\:bg-brand-200\/10 {
    background-color: rgb(211 199 255 / 0.1);
  }

  .md\:bg-brand-200\/100 {
    background-color: rgb(211 199 255 / 1);
  }

  .md\:bg-brand-200\/15 {
    background-color: rgb(211 199 255 / 0.15);
  }

  .md\:bg-brand-200\/20 {
    background-color: rgb(211 199 255 / 0.2);
  }

  .md\:bg-brand-200\/25 {
    background-color: rgb(211 199 255 / 0.25);
  }

  .md\:bg-brand-200\/30 {
    background-color: rgb(211 199 255 / 0.3);
  }

  .md\:bg-brand-200\/35 {
    background-color: rgb(211 199 255 / 0.35);
  }

  .md\:bg-brand-200\/40 {
    background-color: rgb(211 199 255 / 0.4);
  }

  .md\:bg-brand-200\/45 {
    background-color: rgb(211 199 255 / 0.45);
  }

  .md\:bg-brand-200\/5 {
    background-color: rgb(211 199 255 / 0.05);
  }

  .md\:bg-brand-200\/50 {
    background-color: rgb(211 199 255 / 0.5);
  }

  .md\:bg-brand-200\/55 {
    background-color: rgb(211 199 255 / 0.55);
  }

  .md\:bg-brand-200\/60 {
    background-color: rgb(211 199 255 / 0.6);
  }

  .md\:bg-brand-200\/65 {
    background-color: rgb(211 199 255 / 0.65);
  }

  .md\:bg-brand-200\/70 {
    background-color: rgb(211 199 255 / 0.7);
  }

  .md\:bg-brand-200\/75 {
    background-color: rgb(211 199 255 / 0.75);
  }

  .md\:bg-brand-200\/80 {
    background-color: rgb(211 199 255 / 0.8);
  }

  .md\:bg-brand-200\/85 {
    background-color: rgb(211 199 255 / 0.85);
  }

  .md\:bg-brand-200\/90 {
    background-color: rgb(211 199 255 / 0.9);
  }

  .md\:bg-brand-200\/95 {
    background-color: rgb(211 199 255 / 0.95);
  }

  .md\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(183 154 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-300\/0 {
    background-color: rgb(183 154 255 / 0);
  }

  .md\:bg-brand-300\/10 {
    background-color: rgb(183 154 255 / 0.1);
  }

  .md\:bg-brand-300\/100 {
    background-color: rgb(183 154 255 / 1);
  }

  .md\:bg-brand-300\/15 {
    background-color: rgb(183 154 255 / 0.15);
  }

  .md\:bg-brand-300\/20 {
    background-color: rgb(183 154 255 / 0.2);
  }

  .md\:bg-brand-300\/25 {
    background-color: rgb(183 154 255 / 0.25);
  }

  .md\:bg-brand-300\/30 {
    background-color: rgb(183 154 255 / 0.3);
  }

  .md\:bg-brand-300\/35 {
    background-color: rgb(183 154 255 / 0.35);
  }

  .md\:bg-brand-300\/40 {
    background-color: rgb(183 154 255 / 0.4);
  }

  .md\:bg-brand-300\/45 {
    background-color: rgb(183 154 255 / 0.45);
  }

  .md\:bg-brand-300\/5 {
    background-color: rgb(183 154 255 / 0.05);
  }

  .md\:bg-brand-300\/50 {
    background-color: rgb(183 154 255 / 0.5);
  }

  .md\:bg-brand-300\/55 {
    background-color: rgb(183 154 255 / 0.55);
  }

  .md\:bg-brand-300\/60 {
    background-color: rgb(183 154 255 / 0.6);
  }

  .md\:bg-brand-300\/65 {
    background-color: rgb(183 154 255 / 0.65);
  }

  .md\:bg-brand-300\/70 {
    background-color: rgb(183 154 255 / 0.7);
  }

  .md\:bg-brand-300\/75 {
    background-color: rgb(183 154 255 / 0.75);
  }

  .md\:bg-brand-300\/80 {
    background-color: rgb(183 154 255 / 0.8);
  }

  .md\:bg-brand-300\/85 {
    background-color: rgb(183 154 255 / 0.85);
  }

  .md\:bg-brand-300\/90 {
    background-color: rgb(183 154 255 / 0.9);
  }

  .md\:bg-brand-300\/95 {
    background-color: rgb(183 154 255 / 0.95);
  }

  .md\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(149 98 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-400\/0 {
    background-color: rgb(149 98 255 / 0);
  }

  .md\:bg-brand-400\/10 {
    background-color: rgb(149 98 255 / 0.1);
  }

  .md\:bg-brand-400\/100 {
    background-color: rgb(149 98 255 / 1);
  }

  .md\:bg-brand-400\/15 {
    background-color: rgb(149 98 255 / 0.15);
  }

  .md\:bg-brand-400\/20 {
    background-color: rgb(149 98 255 / 0.2);
  }

  .md\:bg-brand-400\/25 {
    background-color: rgb(149 98 255 / 0.25);
  }

  .md\:bg-brand-400\/30 {
    background-color: rgb(149 98 255 / 0.3);
  }

  .md\:bg-brand-400\/35 {
    background-color: rgb(149 98 255 / 0.35);
  }

  .md\:bg-brand-400\/40 {
    background-color: rgb(149 98 255 / 0.4);
  }

  .md\:bg-brand-400\/45 {
    background-color: rgb(149 98 255 / 0.45);
  }

  .md\:bg-brand-400\/5 {
    background-color: rgb(149 98 255 / 0.05);
  }

  .md\:bg-brand-400\/50 {
    background-color: rgb(149 98 255 / 0.5);
  }

  .md\:bg-brand-400\/55 {
    background-color: rgb(149 98 255 / 0.55);
  }

  .md\:bg-brand-400\/60 {
    background-color: rgb(149 98 255 / 0.6);
  }

  .md\:bg-brand-400\/65 {
    background-color: rgb(149 98 255 / 0.65);
  }

  .md\:bg-brand-400\/70 {
    background-color: rgb(149 98 255 / 0.7);
  }

  .md\:bg-brand-400\/75 {
    background-color: rgb(149 98 255 / 0.75);
  }

  .md\:bg-brand-400\/80 {
    background-color: rgb(149 98 255 / 0.8);
  }

  .md\:bg-brand-400\/85 {
    background-color: rgb(149 98 255 / 0.85);
  }

  .md\:bg-brand-400\/90 {
    background-color: rgb(149 98 255 / 0.9);
  }

  .md\:bg-brand-400\/95 {
    background-color: rgb(149 98 255 / 0.95);
  }

  .md\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 241 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-50\/0 {
    background-color: rgb(244 241 255 / 0);
  }

  .md\:bg-brand-50\/10 {
    background-color: rgb(244 241 255 / 0.1);
  }

  .md\:bg-brand-50\/100 {
    background-color: rgb(244 241 255 / 1);
  }

  .md\:bg-brand-50\/15 {
    background-color: rgb(244 241 255 / 0.15);
  }

  .md\:bg-brand-50\/20 {
    background-color: rgb(244 241 255 / 0.2);
  }

  .md\:bg-brand-50\/25 {
    background-color: rgb(244 241 255 / 0.25);
  }

  .md\:bg-brand-50\/30 {
    background-color: rgb(244 241 255 / 0.3);
  }

  .md\:bg-brand-50\/35 {
    background-color: rgb(244 241 255 / 0.35);
  }

  .md\:bg-brand-50\/40 {
    background-color: rgb(244 241 255 / 0.4);
  }

  .md\:bg-brand-50\/45 {
    background-color: rgb(244 241 255 / 0.45);
  }

  .md\:bg-brand-50\/5 {
    background-color: rgb(244 241 255 / 0.05);
  }

  .md\:bg-brand-50\/50 {
    background-color: rgb(244 241 255 / 0.5);
  }

  .md\:bg-brand-50\/55 {
    background-color: rgb(244 241 255 / 0.55);
  }

  .md\:bg-brand-50\/60 {
    background-color: rgb(244 241 255 / 0.6);
  }

  .md\:bg-brand-50\/65 {
    background-color: rgb(244 241 255 / 0.65);
  }

  .md\:bg-brand-50\/70 {
    background-color: rgb(244 241 255 / 0.7);
  }

  .md\:bg-brand-50\/75 {
    background-color: rgb(244 241 255 / 0.75);
  }

  .md\:bg-brand-50\/80 {
    background-color: rgb(244 241 255 / 0.8);
  }

  .md\:bg-brand-50\/85 {
    background-color: rgb(244 241 255 / 0.85);
  }

  .md\:bg-brand-50\/90 {
    background-color: rgb(244 241 255 / 0.9);
  }

  .md\:bg-brand-50\/95 {
    background-color: rgb(244 241 255 / 0.95);
  }

  .md\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(78 28 209 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-500\/0 {
    background-color: rgb(78 28 209 / 0);
  }

  .md\:bg-brand-500\/10 {
    background-color: rgb(78 28 209 / 0.1);
  }

  .md\:bg-brand-500\/100 {
    background-color: rgb(78 28 209 / 1);
  }

  .md\:bg-brand-500\/15 {
    background-color: rgb(78 28 209 / 0.15);
  }

  .md\:bg-brand-500\/20 {
    background-color: rgb(78 28 209 / 0.2);
  }

  .md\:bg-brand-500\/25 {
    background-color: rgb(78 28 209 / 0.25);
  }

  .md\:bg-brand-500\/30 {
    background-color: rgb(78 28 209 / 0.3);
  }

  .md\:bg-brand-500\/35 {
    background-color: rgb(78 28 209 / 0.35);
  }

  .md\:bg-brand-500\/40 {
    background-color: rgb(78 28 209 / 0.4);
  }

  .md\:bg-brand-500\/45 {
    background-color: rgb(78 28 209 / 0.45);
  }

  .md\:bg-brand-500\/5 {
    background-color: rgb(78 28 209 / 0.05);
  }

  .md\:bg-brand-500\/50 {
    background-color: rgb(78 28 209 / 0.5);
  }

  .md\:bg-brand-500\/55 {
    background-color: rgb(78 28 209 / 0.55);
  }

  .md\:bg-brand-500\/60 {
    background-color: rgb(78 28 209 / 0.6);
  }

  .md\:bg-brand-500\/65 {
    background-color: rgb(78 28 209 / 0.65);
  }

  .md\:bg-brand-500\/70 {
    background-color: rgb(78 28 209 / 0.7);
  }

  .md\:bg-brand-500\/75 {
    background-color: rgb(78 28 209 / 0.75);
  }

  .md\:bg-brand-500\/80 {
    background-color: rgb(78 28 209 / 0.8);
  }

  .md\:bg-brand-500\/85 {
    background-color: rgb(78 28 209 / 0.85);
  }

  .md\:bg-brand-500\/90 {
    background-color: rgb(78 28 209 / 0.9);
  }

  .md\:bg-brand-500\/95 {
    background-color: rgb(78 28 209 / 0.95);
  }

  .md\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(65 21 181 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-600\/0 {
    background-color: rgb(65 21 181 / 0);
  }

  .md\:bg-brand-600\/10 {
    background-color: rgb(65 21 181 / 0.1);
  }

  .md\:bg-brand-600\/100 {
    background-color: rgb(65 21 181 / 1);
  }

  .md\:bg-brand-600\/15 {
    background-color: rgb(65 21 181 / 0.15);
  }

  .md\:bg-brand-600\/20 {
    background-color: rgb(65 21 181 / 0.2);
  }

  .md\:bg-brand-600\/25 {
    background-color: rgb(65 21 181 / 0.25);
  }

  .md\:bg-brand-600\/30 {
    background-color: rgb(65 21 181 / 0.3);
  }

  .md\:bg-brand-600\/35 {
    background-color: rgb(65 21 181 / 0.35);
  }

  .md\:bg-brand-600\/40 {
    background-color: rgb(65 21 181 / 0.4);
  }

  .md\:bg-brand-600\/45 {
    background-color: rgb(65 21 181 / 0.45);
  }

  .md\:bg-brand-600\/5 {
    background-color: rgb(65 21 181 / 0.05);
  }

  .md\:bg-brand-600\/50 {
    background-color: rgb(65 21 181 / 0.5);
  }

  .md\:bg-brand-600\/55 {
    background-color: rgb(65 21 181 / 0.55);
  }

  .md\:bg-brand-600\/60 {
    background-color: rgb(65 21 181 / 0.6);
  }

  .md\:bg-brand-600\/65 {
    background-color: rgb(65 21 181 / 0.65);
  }

  .md\:bg-brand-600\/70 {
    background-color: rgb(65 21 181 / 0.7);
  }

  .md\:bg-brand-600\/75 {
    background-color: rgb(65 21 181 / 0.75);
  }

  .md\:bg-brand-600\/80 {
    background-color: rgb(65 21 181 / 0.8);
  }

  .md\:bg-brand-600\/85 {
    background-color: rgb(65 21 181 / 0.85);
  }

  .md\:bg-brand-600\/90 {
    background-color: rgb(65 21 181 / 0.9);
  }

  .md\:bg-brand-600\/95 {
    background-color: rgb(65 21 181 / 0.95);
  }

  .md\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 16 150 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-700\/0 {
    background-color: rgb(54 16 150 / 0);
  }

  .md\:bg-brand-700\/10 {
    background-color: rgb(54 16 150 / 0.1);
  }

  .md\:bg-brand-700\/100 {
    background-color: rgb(54 16 150 / 1);
  }

  .md\:bg-brand-700\/15 {
    background-color: rgb(54 16 150 / 0.15);
  }

  .md\:bg-brand-700\/20 {
    background-color: rgb(54 16 150 / 0.2);
  }

  .md\:bg-brand-700\/25 {
    background-color: rgb(54 16 150 / 0.25);
  }

  .md\:bg-brand-700\/30 {
    background-color: rgb(54 16 150 / 0.3);
  }

  .md\:bg-brand-700\/35 {
    background-color: rgb(54 16 150 / 0.35);
  }

  .md\:bg-brand-700\/40 {
    background-color: rgb(54 16 150 / 0.4);
  }

  .md\:bg-brand-700\/45 {
    background-color: rgb(54 16 150 / 0.45);
  }

  .md\:bg-brand-700\/5 {
    background-color: rgb(54 16 150 / 0.05);
  }

  .md\:bg-brand-700\/50 {
    background-color: rgb(54 16 150 / 0.5);
  }

  .md\:bg-brand-700\/55 {
    background-color: rgb(54 16 150 / 0.55);
  }

  .md\:bg-brand-700\/60 {
    background-color: rgb(54 16 150 / 0.6);
  }

  .md\:bg-brand-700\/65 {
    background-color: rgb(54 16 150 / 0.65);
  }

  .md\:bg-brand-700\/70 {
    background-color: rgb(54 16 150 / 0.7);
  }

  .md\:bg-brand-700\/75 {
    background-color: rgb(54 16 150 / 0.75);
  }

  .md\:bg-brand-700\/80 {
    background-color: rgb(54 16 150 / 0.8);
  }

  .md\:bg-brand-700\/85 {
    background-color: rgb(54 16 150 / 0.85);
  }

  .md\:bg-brand-700\/90 {
    background-color: rgb(54 16 150 / 0.9);
  }

  .md\:bg-brand-700\/95 {
    background-color: rgb(54 16 150 / 0.95);
  }

  .md\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 120 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-800\/0 {
    background-color: rgb(46 16 120 / 0);
  }

  .md\:bg-brand-800\/10 {
    background-color: rgb(46 16 120 / 0.1);
  }

  .md\:bg-brand-800\/100 {
    background-color: rgb(46 16 120 / 1);
  }

  .md\:bg-brand-800\/15 {
    background-color: rgb(46 16 120 / 0.15);
  }

  .md\:bg-brand-800\/20 {
    background-color: rgb(46 16 120 / 0.2);
  }

  .md\:bg-brand-800\/25 {
    background-color: rgb(46 16 120 / 0.25);
  }

  .md\:bg-brand-800\/30 {
    background-color: rgb(46 16 120 / 0.3);
  }

  .md\:bg-brand-800\/35 {
    background-color: rgb(46 16 120 / 0.35);
  }

  .md\:bg-brand-800\/40 {
    background-color: rgb(46 16 120 / 0.4);
  }

  .md\:bg-brand-800\/45 {
    background-color: rgb(46 16 120 / 0.45);
  }

  .md\:bg-brand-800\/5 {
    background-color: rgb(46 16 120 / 0.05);
  }

  .md\:bg-brand-800\/50 {
    background-color: rgb(46 16 120 / 0.5);
  }

  .md\:bg-brand-800\/55 {
    background-color: rgb(46 16 120 / 0.55);
  }

  .md\:bg-brand-800\/60 {
    background-color: rgb(46 16 120 / 0.6);
  }

  .md\:bg-brand-800\/65 {
    background-color: rgb(46 16 120 / 0.65);
  }

  .md\:bg-brand-800\/70 {
    background-color: rgb(46 16 120 / 0.7);
  }

  .md\:bg-brand-800\/75 {
    background-color: rgb(46 16 120 / 0.75);
  }

  .md\:bg-brand-800\/80 {
    background-color: rgb(46 16 120 / 0.8);
  }

  .md\:bg-brand-800\/85 {
    background-color: rgb(46 16 120 / 0.85);
  }

  .md\:bg-brand-800\/90 {
    background-color: rgb(46 16 120 / 0.9);
  }

  .md\:bg-brand-800\/95 {
    background-color: rgb(46 16 120 / 0.95);
  }

  .md\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 15 98 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-900\/0 {
    background-color: rgb(39 15 98 / 0);
  }

  .md\:bg-brand-900\/10 {
    background-color: rgb(39 15 98 / 0.1);
  }

  .md\:bg-brand-900\/100 {
    background-color: rgb(39 15 98 / 1);
  }

  .md\:bg-brand-900\/15 {
    background-color: rgb(39 15 98 / 0.15);
  }

  .md\:bg-brand-900\/20 {
    background-color: rgb(39 15 98 / 0.2);
  }

  .md\:bg-brand-900\/25 {
    background-color: rgb(39 15 98 / 0.25);
  }

  .md\:bg-brand-900\/30 {
    background-color: rgb(39 15 98 / 0.3);
  }

  .md\:bg-brand-900\/35 {
    background-color: rgb(39 15 98 / 0.35);
  }

  .md\:bg-brand-900\/40 {
    background-color: rgb(39 15 98 / 0.4);
  }

  .md\:bg-brand-900\/45 {
    background-color: rgb(39 15 98 / 0.45);
  }

  .md\:bg-brand-900\/5 {
    background-color: rgb(39 15 98 / 0.05);
  }

  .md\:bg-brand-900\/50 {
    background-color: rgb(39 15 98 / 0.5);
  }

  .md\:bg-brand-900\/55 {
    background-color: rgb(39 15 98 / 0.55);
  }

  .md\:bg-brand-900\/60 {
    background-color: rgb(39 15 98 / 0.6);
  }

  .md\:bg-brand-900\/65 {
    background-color: rgb(39 15 98 / 0.65);
  }

  .md\:bg-brand-900\/70 {
    background-color: rgb(39 15 98 / 0.7);
  }

  .md\:bg-brand-900\/75 {
    background-color: rgb(39 15 98 / 0.75);
  }

  .md\:bg-brand-900\/80 {
    background-color: rgb(39 15 98 / 0.8);
  }

  .md\:bg-brand-900\/85 {
    background-color: rgb(39 15 98 / 0.85);
  }

  .md\:bg-brand-900\/90 {
    background-color: rgb(39 15 98 / 0.9);
  }

  .md\:bg-brand-900\/95 {
    background-color: rgb(39 15 98 / 0.95);
  }

  .md\:bg-brand-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 5 58 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-brand-950\/0 {
    background-color: rgb(22 5 58 / 0);
  }

  .md\:bg-brand-950\/10 {
    background-color: rgb(22 5 58 / 0.1);
  }

  .md\:bg-brand-950\/100 {
    background-color: rgb(22 5 58 / 1);
  }

  .md\:bg-brand-950\/15 {
    background-color: rgb(22 5 58 / 0.15);
  }

  .md\:bg-brand-950\/20 {
    background-color: rgb(22 5 58 / 0.2);
  }

  .md\:bg-brand-950\/25 {
    background-color: rgb(22 5 58 / 0.25);
  }

  .md\:bg-brand-950\/30 {
    background-color: rgb(22 5 58 / 0.3);
  }

  .md\:bg-brand-950\/35 {
    background-color: rgb(22 5 58 / 0.35);
  }

  .md\:bg-brand-950\/40 {
    background-color: rgb(22 5 58 / 0.4);
  }

  .md\:bg-brand-950\/45 {
    background-color: rgb(22 5 58 / 0.45);
  }

  .md\:bg-brand-950\/5 {
    background-color: rgb(22 5 58 / 0.05);
  }

  .md\:bg-brand-950\/50 {
    background-color: rgb(22 5 58 / 0.5);
  }

  .md\:bg-brand-950\/55 {
    background-color: rgb(22 5 58 / 0.55);
  }

  .md\:bg-brand-950\/60 {
    background-color: rgb(22 5 58 / 0.6);
  }

  .md\:bg-brand-950\/65 {
    background-color: rgb(22 5 58 / 0.65);
  }

  .md\:bg-brand-950\/70 {
    background-color: rgb(22 5 58 / 0.7);
  }

  .md\:bg-brand-950\/75 {
    background-color: rgb(22 5 58 / 0.75);
  }

  .md\:bg-brand-950\/80 {
    background-color: rgb(22 5 58 / 0.8);
  }

  .md\:bg-brand-950\/85 {
    background-color: rgb(22 5 58 / 0.85);
  }

  .md\:bg-brand-950\/90 {
    background-color: rgb(22 5 58 / 0.9);
  }

  .md\:bg-brand-950\/95 {
    background-color: rgb(22 5 58 / 0.95);
  }

  .md\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-100\/0 {
    background-color: rgb(246 245 244 / 0);
  }

  .md\:bg-neutral-100\/10 {
    background-color: rgb(246 245 244 / 0.1);
  }

  .md\:bg-neutral-100\/100 {
    background-color: rgb(246 245 244 / 1);
  }

  .md\:bg-neutral-100\/15 {
    background-color: rgb(246 245 244 / 0.15);
  }

  .md\:bg-neutral-100\/20 {
    background-color: rgb(246 245 244 / 0.2);
  }

  .md\:bg-neutral-100\/25 {
    background-color: rgb(246 245 244 / 0.25);
  }

  .md\:bg-neutral-100\/30 {
    background-color: rgb(246 245 244 / 0.3);
  }

  .md\:bg-neutral-100\/35 {
    background-color: rgb(246 245 244 / 0.35);
  }

  .md\:bg-neutral-100\/40 {
    background-color: rgb(246 245 244 / 0.4);
  }

  .md\:bg-neutral-100\/45 {
    background-color: rgb(246 245 244 / 0.45);
  }

  .md\:bg-neutral-100\/5 {
    background-color: rgb(246 245 244 / 0.05);
  }

  .md\:bg-neutral-100\/50 {
    background-color: rgb(246 245 244 / 0.5);
  }

  .md\:bg-neutral-100\/55 {
    background-color: rgb(246 245 244 / 0.55);
  }

  .md\:bg-neutral-100\/60 {
    background-color: rgb(246 245 244 / 0.6);
  }

  .md\:bg-neutral-100\/65 {
    background-color: rgb(246 245 244 / 0.65);
  }

  .md\:bg-neutral-100\/70 {
    background-color: rgb(246 245 244 / 0.7);
  }

  .md\:bg-neutral-100\/75 {
    background-color: rgb(246 245 244 / 0.75);
  }

  .md\:bg-neutral-100\/80 {
    background-color: rgb(246 245 244 / 0.8);
  }

  .md\:bg-neutral-100\/85 {
    background-color: rgb(246 245 244 / 0.85);
  }

  .md\:bg-neutral-100\/90 {
    background-color: rgb(246 245 244 / 0.9);
  }

  .md\:bg-neutral-100\/95 {
    background-color: rgb(246 245 244 / 0.95);
  }

  .md\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 230 227 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-200\/0 {
    background-color: rgb(233 230 227 / 0);
  }

  .md\:bg-neutral-200\/10 {
    background-color: rgb(233 230 227 / 0.1);
  }

  .md\:bg-neutral-200\/100 {
    background-color: rgb(233 230 227 / 1);
  }

  .md\:bg-neutral-200\/15 {
    background-color: rgb(233 230 227 / 0.15);
  }

  .md\:bg-neutral-200\/20 {
    background-color: rgb(233 230 227 / 0.2);
  }

  .md\:bg-neutral-200\/25 {
    background-color: rgb(233 230 227 / 0.25);
  }

  .md\:bg-neutral-200\/30 {
    background-color: rgb(233 230 227 / 0.3);
  }

  .md\:bg-neutral-200\/35 {
    background-color: rgb(233 230 227 / 0.35);
  }

  .md\:bg-neutral-200\/40 {
    background-color: rgb(233 230 227 / 0.4);
  }

  .md\:bg-neutral-200\/45 {
    background-color: rgb(233 230 227 / 0.45);
  }

  .md\:bg-neutral-200\/5 {
    background-color: rgb(233 230 227 / 0.05);
  }

  .md\:bg-neutral-200\/50 {
    background-color: rgb(233 230 227 / 0.5);
  }

  .md\:bg-neutral-200\/55 {
    background-color: rgb(233 230 227 / 0.55);
  }

  .md\:bg-neutral-200\/60 {
    background-color: rgb(233 230 227 / 0.6);
  }

  .md\:bg-neutral-200\/65 {
    background-color: rgb(233 230 227 / 0.65);
  }

  .md\:bg-neutral-200\/70 {
    background-color: rgb(233 230 227 / 0.7);
  }

  .md\:bg-neutral-200\/75 {
    background-color: rgb(233 230 227 / 0.75);
  }

  .md\:bg-neutral-200\/80 {
    background-color: rgb(233 230 227 / 0.8);
  }

  .md\:bg-neutral-200\/85 {
    background-color: rgb(233 230 227 / 0.85);
  }

  .md\:bg-neutral-200\/90 {
    background-color: rgb(233 230 227 / 0.9);
  }

  .md\:bg-neutral-200\/95 {
    background-color: rgb(233 230 227 / 0.95);
  }

  .md\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(215 210 205 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-300\/0 {
    background-color: rgb(215 210 205 / 0);
  }

  .md\:bg-neutral-300\/10 {
    background-color: rgb(215 210 205 / 0.1);
  }

  .md\:bg-neutral-300\/100 {
    background-color: rgb(215 210 205 / 1);
  }

  .md\:bg-neutral-300\/15 {
    background-color: rgb(215 210 205 / 0.15);
  }

  .md\:bg-neutral-300\/20 {
    background-color: rgb(215 210 205 / 0.2);
  }

  .md\:bg-neutral-300\/25 {
    background-color: rgb(215 210 205 / 0.25);
  }

  .md\:bg-neutral-300\/30 {
    background-color: rgb(215 210 205 / 0.3);
  }

  .md\:bg-neutral-300\/35 {
    background-color: rgb(215 210 205 / 0.35);
  }

  .md\:bg-neutral-300\/40 {
    background-color: rgb(215 210 205 / 0.4);
  }

  .md\:bg-neutral-300\/45 {
    background-color: rgb(215 210 205 / 0.45);
  }

  .md\:bg-neutral-300\/5 {
    background-color: rgb(215 210 205 / 0.05);
  }

  .md\:bg-neutral-300\/50 {
    background-color: rgb(215 210 205 / 0.5);
  }

  .md\:bg-neutral-300\/55 {
    background-color: rgb(215 210 205 / 0.55);
  }

  .md\:bg-neutral-300\/60 {
    background-color: rgb(215 210 205 / 0.6);
  }

  .md\:bg-neutral-300\/65 {
    background-color: rgb(215 210 205 / 0.65);
  }

  .md\:bg-neutral-300\/70 {
    background-color: rgb(215 210 205 / 0.7);
  }

  .md\:bg-neutral-300\/75 {
    background-color: rgb(215 210 205 / 0.75);
  }

  .md\:bg-neutral-300\/80 {
    background-color: rgb(215 210 205 / 0.8);
  }

  .md\:bg-neutral-300\/85 {
    background-color: rgb(215 210 205 / 0.85);
  }

  .md\:bg-neutral-300\/90 {
    background-color: rgb(215 210 205 / 0.9);
  }

  .md\:bg-neutral-300\/95 {
    background-color: rgb(215 210 205 / 0.95);
  }

  .md\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(175 168 161 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-400\/0 {
    background-color: rgb(175 168 161 / 0);
  }

  .md\:bg-neutral-400\/10 {
    background-color: rgb(175 168 161 / 0.1);
  }

  .md\:bg-neutral-400\/100 {
    background-color: rgb(175 168 161 / 1);
  }

  .md\:bg-neutral-400\/15 {
    background-color: rgb(175 168 161 / 0.15);
  }

  .md\:bg-neutral-400\/20 {
    background-color: rgb(175 168 161 / 0.2);
  }

  .md\:bg-neutral-400\/25 {
    background-color: rgb(175 168 161 / 0.25);
  }

  .md\:bg-neutral-400\/30 {
    background-color: rgb(175 168 161 / 0.3);
  }

  .md\:bg-neutral-400\/35 {
    background-color: rgb(175 168 161 / 0.35);
  }

  .md\:bg-neutral-400\/40 {
    background-color: rgb(175 168 161 / 0.4);
  }

  .md\:bg-neutral-400\/45 {
    background-color: rgb(175 168 161 / 0.45);
  }

  .md\:bg-neutral-400\/5 {
    background-color: rgb(175 168 161 / 0.05);
  }

  .md\:bg-neutral-400\/50 {
    background-color: rgb(175 168 161 / 0.5);
  }

  .md\:bg-neutral-400\/55 {
    background-color: rgb(175 168 161 / 0.55);
  }

  .md\:bg-neutral-400\/60 {
    background-color: rgb(175 168 161 / 0.6);
  }

  .md\:bg-neutral-400\/65 {
    background-color: rgb(175 168 161 / 0.65);
  }

  .md\:bg-neutral-400\/70 {
    background-color: rgb(175 168 161 / 0.7);
  }

  .md\:bg-neutral-400\/75 {
    background-color: rgb(175 168 161 / 0.75);
  }

  .md\:bg-neutral-400\/80 {
    background-color: rgb(175 168 161 / 0.8);
  }

  .md\:bg-neutral-400\/85 {
    background-color: rgb(175 168 161 / 0.85);
  }

  .md\:bg-neutral-400\/90 {
    background-color: rgb(175 168 161 / 0.9);
  }

  .md\:bg-neutral-400\/95 {
    background-color: rgb(175 168 161 / 0.95);
  }

  .md\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 249 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-50\/0 {
    background-color: rgb(251 250 249 / 0);
  }

  .md\:bg-neutral-50\/10 {
    background-color: rgb(251 250 249 / 0.1);
  }

  .md\:bg-neutral-50\/100 {
    background-color: rgb(251 250 249 / 1);
  }

  .md\:bg-neutral-50\/15 {
    background-color: rgb(251 250 249 / 0.15);
  }

  .md\:bg-neutral-50\/20 {
    background-color: rgb(251 250 249 / 0.2);
  }

  .md\:bg-neutral-50\/25 {
    background-color: rgb(251 250 249 / 0.25);
  }

  .md\:bg-neutral-50\/30 {
    background-color: rgb(251 250 249 / 0.3);
  }

  .md\:bg-neutral-50\/35 {
    background-color: rgb(251 250 249 / 0.35);
  }

  .md\:bg-neutral-50\/40 {
    background-color: rgb(251 250 249 / 0.4);
  }

  .md\:bg-neutral-50\/45 {
    background-color: rgb(251 250 249 / 0.45);
  }

  .md\:bg-neutral-50\/5 {
    background-color: rgb(251 250 249 / 0.05);
  }

  .md\:bg-neutral-50\/50 {
    background-color: rgb(251 250 249 / 0.5);
  }

  .md\:bg-neutral-50\/55 {
    background-color: rgb(251 250 249 / 0.55);
  }

  .md\:bg-neutral-50\/60 {
    background-color: rgb(251 250 249 / 0.6);
  }

  .md\:bg-neutral-50\/65 {
    background-color: rgb(251 250 249 / 0.65);
  }

  .md\:bg-neutral-50\/70 {
    background-color: rgb(251 250 249 / 0.7);
  }

  .md\:bg-neutral-50\/75 {
    background-color: rgb(251 250 249 / 0.75);
  }

  .md\:bg-neutral-50\/80 {
    background-color: rgb(251 250 249 / 0.8);
  }

  .md\:bg-neutral-50\/85 {
    background-color: rgb(251 250 249 / 0.85);
  }

  .md\:bg-neutral-50\/90 {
    background-color: rgb(251 250 249 / 0.9);
  }

  .md\:bg-neutral-50\/95 {
    background-color: rgb(251 250 249 / 0.95);
  }

  .md\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 121 113 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-500\/0 {
    background-color: rgb(129 121 113 / 0);
  }

  .md\:bg-neutral-500\/10 {
    background-color: rgb(129 121 113 / 0.1);
  }

  .md\:bg-neutral-500\/100 {
    background-color: rgb(129 121 113 / 1);
  }

  .md\:bg-neutral-500\/15 {
    background-color: rgb(129 121 113 / 0.15);
  }

  .md\:bg-neutral-500\/20 {
    background-color: rgb(129 121 113 / 0.2);
  }

  .md\:bg-neutral-500\/25 {
    background-color: rgb(129 121 113 / 0.25);
  }

  .md\:bg-neutral-500\/30 {
    background-color: rgb(129 121 113 / 0.3);
  }

  .md\:bg-neutral-500\/35 {
    background-color: rgb(129 121 113 / 0.35);
  }

  .md\:bg-neutral-500\/40 {
    background-color: rgb(129 121 113 / 0.4);
  }

  .md\:bg-neutral-500\/45 {
    background-color: rgb(129 121 113 / 0.45);
  }

  .md\:bg-neutral-500\/5 {
    background-color: rgb(129 121 113 / 0.05);
  }

  .md\:bg-neutral-500\/50 {
    background-color: rgb(129 121 113 / 0.5);
  }

  .md\:bg-neutral-500\/55 {
    background-color: rgb(129 121 113 / 0.55);
  }

  .md\:bg-neutral-500\/60 {
    background-color: rgb(129 121 113 / 0.6);
  }

  .md\:bg-neutral-500\/65 {
    background-color: rgb(129 121 113 / 0.65);
  }

  .md\:bg-neutral-500\/70 {
    background-color: rgb(129 121 113 / 0.7);
  }

  .md\:bg-neutral-500\/75 {
    background-color: rgb(129 121 113 / 0.75);
  }

  .md\:bg-neutral-500\/80 {
    background-color: rgb(129 121 113 / 0.8);
  }

  .md\:bg-neutral-500\/85 {
    background-color: rgb(129 121 113 / 0.85);
  }

  .md\:bg-neutral-500\/90 {
    background-color: rgb(129 121 113 / 0.9);
  }

  .md\:bg-neutral-500\/95 {
    background-color: rgb(129 121 113 / 0.95);
  }

  .md\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 89 82 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-600\/0 {
    background-color: rgb(96 89 82 / 0);
  }

  .md\:bg-neutral-600\/10 {
    background-color: rgb(96 89 82 / 0.1);
  }

  .md\:bg-neutral-600\/100 {
    background-color: rgb(96 89 82 / 1);
  }

  .md\:bg-neutral-600\/15 {
    background-color: rgb(96 89 82 / 0.15);
  }

  .md\:bg-neutral-600\/20 {
    background-color: rgb(96 89 82 / 0.2);
  }

  .md\:bg-neutral-600\/25 {
    background-color: rgb(96 89 82 / 0.25);
  }

  .md\:bg-neutral-600\/30 {
    background-color: rgb(96 89 82 / 0.3);
  }

  .md\:bg-neutral-600\/35 {
    background-color: rgb(96 89 82 / 0.35);
  }

  .md\:bg-neutral-600\/40 {
    background-color: rgb(96 89 82 / 0.4);
  }

  .md\:bg-neutral-600\/45 {
    background-color: rgb(96 89 82 / 0.45);
  }

  .md\:bg-neutral-600\/5 {
    background-color: rgb(96 89 82 / 0.05);
  }

  .md\:bg-neutral-600\/50 {
    background-color: rgb(96 89 82 / 0.5);
  }

  .md\:bg-neutral-600\/55 {
    background-color: rgb(96 89 82 / 0.55);
  }

  .md\:bg-neutral-600\/60 {
    background-color: rgb(96 89 82 / 0.6);
  }

  .md\:bg-neutral-600\/65 {
    background-color: rgb(96 89 82 / 0.65);
  }

  .md\:bg-neutral-600\/70 {
    background-color: rgb(96 89 82 / 0.7);
  }

  .md\:bg-neutral-600\/75 {
    background-color: rgb(96 89 82 / 0.75);
  }

  .md\:bg-neutral-600\/80 {
    background-color: rgb(96 89 82 / 0.8);
  }

  .md\:bg-neutral-600\/85 {
    background-color: rgb(96 89 82 / 0.85);
  }

  .md\:bg-neutral-600\/90 {
    background-color: rgb(96 89 82 / 0.9);
  }

  .md\:bg-neutral-600\/95 {
    background-color: rgb(96 89 82 / 0.95);
  }

  .md\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(73 68 63 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-700\/0 {
    background-color: rgb(73 68 63 / 0);
  }

  .md\:bg-neutral-700\/10 {
    background-color: rgb(73 68 63 / 0.1);
  }

  .md\:bg-neutral-700\/100 {
    background-color: rgb(73 68 63 / 1);
  }

  .md\:bg-neutral-700\/15 {
    background-color: rgb(73 68 63 / 0.15);
  }

  .md\:bg-neutral-700\/20 {
    background-color: rgb(73 68 63 / 0.2);
  }

  .md\:bg-neutral-700\/25 {
    background-color: rgb(73 68 63 / 0.25);
  }

  .md\:bg-neutral-700\/30 {
    background-color: rgb(73 68 63 / 0.3);
  }

  .md\:bg-neutral-700\/35 {
    background-color: rgb(73 68 63 / 0.35);
  }

  .md\:bg-neutral-700\/40 {
    background-color: rgb(73 68 63 / 0.4);
  }

  .md\:bg-neutral-700\/45 {
    background-color: rgb(73 68 63 / 0.45);
  }

  .md\:bg-neutral-700\/5 {
    background-color: rgb(73 68 63 / 0.05);
  }

  .md\:bg-neutral-700\/50 {
    background-color: rgb(73 68 63 / 0.5);
  }

  .md\:bg-neutral-700\/55 {
    background-color: rgb(73 68 63 / 0.55);
  }

  .md\:bg-neutral-700\/60 {
    background-color: rgb(73 68 63 / 0.6);
  }

  .md\:bg-neutral-700\/65 {
    background-color: rgb(73 68 63 / 0.65);
  }

  .md\:bg-neutral-700\/70 {
    background-color: rgb(73 68 63 / 0.7);
  }

  .md\:bg-neutral-700\/75 {
    background-color: rgb(73 68 63 / 0.75);
  }

  .md\:bg-neutral-700\/80 {
    background-color: rgb(73 68 63 / 0.8);
  }

  .md\:bg-neutral-700\/85 {
    background-color: rgb(73 68 63 / 0.85);
  }

  .md\:bg-neutral-700\/90 {
    background-color: rgb(73 68 63 / 0.9);
  }

  .md\:bg-neutral-700\/95 {
    background-color: rgb(73 68 63 / 0.95);
  }

  .md\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(48 45 42 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-800\/0 {
    background-color: rgb(48 45 42 / 0);
  }

  .md\:bg-neutral-800\/10 {
    background-color: rgb(48 45 42 / 0.1);
  }

  .md\:bg-neutral-800\/100 {
    background-color: rgb(48 45 42 / 1);
  }

  .md\:bg-neutral-800\/15 {
    background-color: rgb(48 45 42 / 0.15);
  }

  .md\:bg-neutral-800\/20 {
    background-color: rgb(48 45 42 / 0.2);
  }

  .md\:bg-neutral-800\/25 {
    background-color: rgb(48 45 42 / 0.25);
  }

  .md\:bg-neutral-800\/30 {
    background-color: rgb(48 45 42 / 0.3);
  }

  .md\:bg-neutral-800\/35 {
    background-color: rgb(48 45 42 / 0.35);
  }

  .md\:bg-neutral-800\/40 {
    background-color: rgb(48 45 42 / 0.4);
  }

  .md\:bg-neutral-800\/45 {
    background-color: rgb(48 45 42 / 0.45);
  }

  .md\:bg-neutral-800\/5 {
    background-color: rgb(48 45 42 / 0.05);
  }

  .md\:bg-neutral-800\/50 {
    background-color: rgb(48 45 42 / 0.5);
  }

  .md\:bg-neutral-800\/55 {
    background-color: rgb(48 45 42 / 0.55);
  }

  .md\:bg-neutral-800\/60 {
    background-color: rgb(48 45 42 / 0.6);
  }

  .md\:bg-neutral-800\/65 {
    background-color: rgb(48 45 42 / 0.65);
  }

  .md\:bg-neutral-800\/70 {
    background-color: rgb(48 45 42 / 0.7);
  }

  .md\:bg-neutral-800\/75 {
    background-color: rgb(48 45 42 / 0.75);
  }

  .md\:bg-neutral-800\/80 {
    background-color: rgb(48 45 42 / 0.8);
  }

  .md\:bg-neutral-800\/85 {
    background-color: rgb(48 45 42 / 0.85);
  }

  .md\:bg-neutral-800\/90 {
    background-color: rgb(48 45 42 / 0.9);
  }

  .md\:bg-neutral-800\/95 {
    background-color: rgb(48 45 42 / 0.95);
  }

  .md\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(33 31 29 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-900\/0 {
    background-color: rgb(33 31 29 / 0);
  }

  .md\:bg-neutral-900\/10 {
    background-color: rgb(33 31 29 / 0.1);
  }

  .md\:bg-neutral-900\/100 {
    background-color: rgb(33 31 29 / 1);
  }

  .md\:bg-neutral-900\/15 {
    background-color: rgb(33 31 29 / 0.15);
  }

  .md\:bg-neutral-900\/20 {
    background-color: rgb(33 31 29 / 0.2);
  }

  .md\:bg-neutral-900\/25 {
    background-color: rgb(33 31 29 / 0.25);
  }

  .md\:bg-neutral-900\/30 {
    background-color: rgb(33 31 29 / 0.3);
  }

  .md\:bg-neutral-900\/35 {
    background-color: rgb(33 31 29 / 0.35);
  }

  .md\:bg-neutral-900\/40 {
    background-color: rgb(33 31 29 / 0.4);
  }

  .md\:bg-neutral-900\/45 {
    background-color: rgb(33 31 29 / 0.45);
  }

  .md\:bg-neutral-900\/5 {
    background-color: rgb(33 31 29 / 0.05);
  }

  .md\:bg-neutral-900\/50 {
    background-color: rgb(33 31 29 / 0.5);
  }

  .md\:bg-neutral-900\/55 {
    background-color: rgb(33 31 29 / 0.55);
  }

  .md\:bg-neutral-900\/60 {
    background-color: rgb(33 31 29 / 0.6);
  }

  .md\:bg-neutral-900\/65 {
    background-color: rgb(33 31 29 / 0.65);
  }

  .md\:bg-neutral-900\/70 {
    background-color: rgb(33 31 29 / 0.7);
  }

  .md\:bg-neutral-900\/75 {
    background-color: rgb(33 31 29 / 0.75);
  }

  .md\:bg-neutral-900\/80 {
    background-color: rgb(33 31 29 / 0.8);
  }

  .md\:bg-neutral-900\/85 {
    background-color: rgb(33 31 29 / 0.85);
  }

  .md\:bg-neutral-900\/90 {
    background-color: rgb(33 31 29 / 0.9);
  }

  .md\:bg-neutral-900\/95 {
    background-color: rgb(33 31 29 / 0.95);
  }

  .md\:bg-neutral-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 17 16 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-neutral-950\/0 {
    background-color: rgb(18 17 16 / 0);
  }

  .md\:bg-neutral-950\/10 {
    background-color: rgb(18 17 16 / 0.1);
  }

  .md\:bg-neutral-950\/100 {
    background-color: rgb(18 17 16 / 1);
  }

  .md\:bg-neutral-950\/15 {
    background-color: rgb(18 17 16 / 0.15);
  }

  .md\:bg-neutral-950\/20 {
    background-color: rgb(18 17 16 / 0.2);
  }

  .md\:bg-neutral-950\/25 {
    background-color: rgb(18 17 16 / 0.25);
  }

  .md\:bg-neutral-950\/30 {
    background-color: rgb(18 17 16 / 0.3);
  }

  .md\:bg-neutral-950\/35 {
    background-color: rgb(18 17 16 / 0.35);
  }

  .md\:bg-neutral-950\/40 {
    background-color: rgb(18 17 16 / 0.4);
  }

  .md\:bg-neutral-950\/45 {
    background-color: rgb(18 17 16 / 0.45);
  }

  .md\:bg-neutral-950\/5 {
    background-color: rgb(18 17 16 / 0.05);
  }

  .md\:bg-neutral-950\/50 {
    background-color: rgb(18 17 16 / 0.5);
  }

  .md\:bg-neutral-950\/55 {
    background-color: rgb(18 17 16 / 0.55);
  }

  .md\:bg-neutral-950\/60 {
    background-color: rgb(18 17 16 / 0.6);
  }

  .md\:bg-neutral-950\/65 {
    background-color: rgb(18 17 16 / 0.65);
  }

  .md\:bg-neutral-950\/70 {
    background-color: rgb(18 17 16 / 0.7);
  }

  .md\:bg-neutral-950\/75 {
    background-color: rgb(18 17 16 / 0.75);
  }

  .md\:bg-neutral-950\/80 {
    background-color: rgb(18 17 16 / 0.8);
  }

  .md\:bg-neutral-950\/85 {
    background-color: rgb(18 17 16 / 0.85);
  }

  .md\:bg-neutral-950\/90 {
    background-color: rgb(18 17 16 / 0.9);
  }

  .md\:bg-neutral-950\/95 {
    background-color: rgb(18 17 16 / 0.95);
  }

  .md\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 234 222 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-100\/0 {
    background-color: rgb(254 234 222 / 0);
  }

  .md\:bg-primary-100\/10 {
    background-color: rgb(254 234 222 / 0.1);
  }

  .md\:bg-primary-100\/100 {
    background-color: rgb(254 234 222 / 1);
  }

  .md\:bg-primary-100\/15 {
    background-color: rgb(254 234 222 / 0.15);
  }

  .md\:bg-primary-100\/20 {
    background-color: rgb(254 234 222 / 0.2);
  }

  .md\:bg-primary-100\/25 {
    background-color: rgb(254 234 222 / 0.25);
  }

  .md\:bg-primary-100\/30 {
    background-color: rgb(254 234 222 / 0.3);
  }

  .md\:bg-primary-100\/35 {
    background-color: rgb(254 234 222 / 0.35);
  }

  .md\:bg-primary-100\/40 {
    background-color: rgb(254 234 222 / 0.4);
  }

  .md\:bg-primary-100\/45 {
    background-color: rgb(254 234 222 / 0.45);
  }

  .md\:bg-primary-100\/5 {
    background-color: rgb(254 234 222 / 0.05);
  }

  .md\:bg-primary-100\/50 {
    background-color: rgb(254 234 222 / 0.5);
  }

  .md\:bg-primary-100\/55 {
    background-color: rgb(254 234 222 / 0.55);
  }

  .md\:bg-primary-100\/60 {
    background-color: rgb(254 234 222 / 0.6);
  }

  .md\:bg-primary-100\/65 {
    background-color: rgb(254 234 222 / 0.65);
  }

  .md\:bg-primary-100\/70 {
    background-color: rgb(254 234 222 / 0.7);
  }

  .md\:bg-primary-100\/75 {
    background-color: rgb(254 234 222 / 0.75);
  }

  .md\:bg-primary-100\/80 {
    background-color: rgb(254 234 222 / 0.8);
  }

  .md\:bg-primary-100\/85 {
    background-color: rgb(254 234 222 / 0.85);
  }

  .md\:bg-primary-100\/90 {
    background-color: rgb(254 234 222 / 0.9);
  }

  .md\:bg-primary-100\/95 {
    background-color: rgb(254 234 222 / 0.95);
  }

  .md\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 189 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-200\/0 {
    background-color: rgb(252 211 189 / 0);
  }

  .md\:bg-primary-200\/10 {
    background-color: rgb(252 211 189 / 0.1);
  }

  .md\:bg-primary-200\/100 {
    background-color: rgb(252 211 189 / 1);
  }

  .md\:bg-primary-200\/15 {
    background-color: rgb(252 211 189 / 0.15);
  }

  .md\:bg-primary-200\/20 {
    background-color: rgb(252 211 189 / 0.2);
  }

  .md\:bg-primary-200\/25 {
    background-color: rgb(252 211 189 / 0.25);
  }

  .md\:bg-primary-200\/30 {
    background-color: rgb(252 211 189 / 0.3);
  }

  .md\:bg-primary-200\/35 {
    background-color: rgb(252 211 189 / 0.35);
  }

  .md\:bg-primary-200\/40 {
    background-color: rgb(252 211 189 / 0.4);
  }

  .md\:bg-primary-200\/45 {
    background-color: rgb(252 211 189 / 0.45);
  }

  .md\:bg-primary-200\/5 {
    background-color: rgb(252 211 189 / 0.05);
  }

  .md\:bg-primary-200\/50 {
    background-color: rgb(252 211 189 / 0.5);
  }

  .md\:bg-primary-200\/55 {
    background-color: rgb(252 211 189 / 0.55);
  }

  .md\:bg-primary-200\/60 {
    background-color: rgb(252 211 189 / 0.6);
  }

  .md\:bg-primary-200\/65 {
    background-color: rgb(252 211 189 / 0.65);
  }

  .md\:bg-primary-200\/70 {
    background-color: rgb(252 211 189 / 0.7);
  }

  .md\:bg-primary-200\/75 {
    background-color: rgb(252 211 189 / 0.75);
  }

  .md\:bg-primary-200\/80 {
    background-color: rgb(252 211 189 / 0.8);
  }

  .md\:bg-primary-200\/85 {
    background-color: rgb(252 211 189 / 0.85);
  }

  .md\:bg-primary-200\/90 {
    background-color: rgb(252 211 189 / 0.9);
  }

  .md\:bg-primary-200\/95 {
    background-color: rgb(252 211 189 / 0.95);
  }

  .md\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 179 143 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-300\/0 {
    background-color: rgb(250 179 143 / 0);
  }

  .md\:bg-primary-300\/10 {
    background-color: rgb(250 179 143 / 0.1);
  }

  .md\:bg-primary-300\/100 {
    background-color: rgb(250 179 143 / 1);
  }

  .md\:bg-primary-300\/15 {
    background-color: rgb(250 179 143 / 0.15);
  }

  .md\:bg-primary-300\/20 {
    background-color: rgb(250 179 143 / 0.2);
  }

  .md\:bg-primary-300\/25 {
    background-color: rgb(250 179 143 / 0.25);
  }

  .md\:bg-primary-300\/30 {
    background-color: rgb(250 179 143 / 0.3);
  }

  .md\:bg-primary-300\/35 {
    background-color: rgb(250 179 143 / 0.35);
  }

  .md\:bg-primary-300\/40 {
    background-color: rgb(250 179 143 / 0.4);
  }

  .md\:bg-primary-300\/45 {
    background-color: rgb(250 179 143 / 0.45);
  }

  .md\:bg-primary-300\/5 {
    background-color: rgb(250 179 143 / 0.05);
  }

  .md\:bg-primary-300\/50 {
    background-color: rgb(250 179 143 / 0.5);
  }

  .md\:bg-primary-300\/55 {
    background-color: rgb(250 179 143 / 0.55);
  }

  .md\:bg-primary-300\/60 {
    background-color: rgb(250 179 143 / 0.6);
  }

  .md\:bg-primary-300\/65 {
    background-color: rgb(250 179 143 / 0.65);
  }

  .md\:bg-primary-300\/70 {
    background-color: rgb(250 179 143 / 0.7);
  }

  .md\:bg-primary-300\/75 {
    background-color: rgb(250 179 143 / 0.75);
  }

  .md\:bg-primary-300\/80 {
    background-color: rgb(250 179 143 / 0.8);
  }

  .md\:bg-primary-300\/85 {
    background-color: rgb(250 179 143 / 0.85);
  }

  .md\:bg-primary-300\/90 {
    background-color: rgb(250 179 143 / 0.9);
  }

  .md\:bg-primary-300\/95 {
    background-color: rgb(250 179 143 / 0.95);
  }

  .md\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 151 102 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-400\/0 {
    background-color: rgb(249 151 102 / 0);
  }

  .md\:bg-primary-400\/10 {
    background-color: rgb(249 151 102 / 0.1);
  }

  .md\:bg-primary-400\/100 {
    background-color: rgb(249 151 102 / 1);
  }

  .md\:bg-primary-400\/15 {
    background-color: rgb(249 151 102 / 0.15);
  }

  .md\:bg-primary-400\/20 {
    background-color: rgb(249 151 102 / 0.2);
  }

  .md\:bg-primary-400\/25 {
    background-color: rgb(249 151 102 / 0.25);
  }

  .md\:bg-primary-400\/30 {
    background-color: rgb(249 151 102 / 0.3);
  }

  .md\:bg-primary-400\/35 {
    background-color: rgb(249 151 102 / 0.35);
  }

  .md\:bg-primary-400\/40 {
    background-color: rgb(249 151 102 / 0.4);
  }

  .md\:bg-primary-400\/45 {
    background-color: rgb(249 151 102 / 0.45);
  }

  .md\:bg-primary-400\/5 {
    background-color: rgb(249 151 102 / 0.05);
  }

  .md\:bg-primary-400\/50 {
    background-color: rgb(249 151 102 / 0.5);
  }

  .md\:bg-primary-400\/55 {
    background-color: rgb(249 151 102 / 0.55);
  }

  .md\:bg-primary-400\/60 {
    background-color: rgb(249 151 102 / 0.6);
  }

  .md\:bg-primary-400\/65 {
    background-color: rgb(249 151 102 / 0.65);
  }

  .md\:bg-primary-400\/70 {
    background-color: rgb(249 151 102 / 0.7);
  }

  .md\:bg-primary-400\/75 {
    background-color: rgb(249 151 102 / 0.75);
  }

  .md\:bg-primary-400\/80 {
    background-color: rgb(249 151 102 / 0.8);
  }

  .md\:bg-primary-400\/85 {
    background-color: rgb(249 151 102 / 0.85);
  }

  .md\:bg-primary-400\/90 {
    background-color: rgb(249 151 102 / 0.9);
  }

  .md\:bg-primary-400\/95 {
    background-color: rgb(249 151 102 / 0.95);
  }

  .md\:bg-primary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 242 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-50\/0 {
    background-color: rgb(255 247 242 / 0);
  }

  .md\:bg-primary-50\/10 {
    background-color: rgb(255 247 242 / 0.1);
  }

  .md\:bg-primary-50\/100 {
    background-color: rgb(255 247 242 / 1);
  }

  .md\:bg-primary-50\/15 {
    background-color: rgb(255 247 242 / 0.15);
  }

  .md\:bg-primary-50\/20 {
    background-color: rgb(255 247 242 / 0.2);
  }

  .md\:bg-primary-50\/25 {
    background-color: rgb(255 247 242 / 0.25);
  }

  .md\:bg-primary-50\/30 {
    background-color: rgb(255 247 242 / 0.3);
  }

  .md\:bg-primary-50\/35 {
    background-color: rgb(255 247 242 / 0.35);
  }

  .md\:bg-primary-50\/40 {
    background-color: rgb(255 247 242 / 0.4);
  }

  .md\:bg-primary-50\/45 {
    background-color: rgb(255 247 242 / 0.45);
  }

  .md\:bg-primary-50\/5 {
    background-color: rgb(255 247 242 / 0.05);
  }

  .md\:bg-primary-50\/50 {
    background-color: rgb(255 247 242 / 0.5);
  }

  .md\:bg-primary-50\/55 {
    background-color: rgb(255 247 242 / 0.55);
  }

  .md\:bg-primary-50\/60 {
    background-color: rgb(255 247 242 / 0.6);
  }

  .md\:bg-primary-50\/65 {
    background-color: rgb(255 247 242 / 0.65);
  }

  .md\:bg-primary-50\/70 {
    background-color: rgb(255 247 242 / 0.7);
  }

  .md\:bg-primary-50\/75 {
    background-color: rgb(255 247 242 / 0.75);
  }

  .md\:bg-primary-50\/80 {
    background-color: rgb(255 247 242 / 0.8);
  }

  .md\:bg-primary-50\/85 {
    background-color: rgb(255 247 242 / 0.85);
  }

  .md\:bg-primary-50\/90 {
    background-color: rgb(255 247 242 / 0.9);
  }

  .md\:bg-primary-50\/95 {
    background-color: rgb(255 247 242 / 0.95);
  }

  .md\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 141 77 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-500\/0 {
    background-color: rgb(247 141 77 / 0);
  }

  .md\:bg-primary-500\/10 {
    background-color: rgb(247 141 77 / 0.1);
  }

  .md\:bg-primary-500\/100 {
    background-color: rgb(247 141 77 / 1);
  }

  .md\:bg-primary-500\/15 {
    background-color: rgb(247 141 77 / 0.15);
  }

  .md\:bg-primary-500\/20 {
    background-color: rgb(247 141 77 / 0.2);
  }

  .md\:bg-primary-500\/25 {
    background-color: rgb(247 141 77 / 0.25);
  }

  .md\:bg-primary-500\/30 {
    background-color: rgb(247 141 77 / 0.3);
  }

  .md\:bg-primary-500\/35 {
    background-color: rgb(247 141 77 / 0.35);
  }

  .md\:bg-primary-500\/40 {
    background-color: rgb(247 141 77 / 0.4);
  }

  .md\:bg-primary-500\/45 {
    background-color: rgb(247 141 77 / 0.45);
  }

  .md\:bg-primary-500\/5 {
    background-color: rgb(247 141 77 / 0.05);
  }

  .md\:bg-primary-500\/50 {
    background-color: rgb(247 141 77 / 0.5);
  }

  .md\:bg-primary-500\/55 {
    background-color: rgb(247 141 77 / 0.55);
  }

  .md\:bg-primary-500\/60 {
    background-color: rgb(247 141 77 / 0.6);
  }

  .md\:bg-primary-500\/65 {
    background-color: rgb(247 141 77 / 0.65);
  }

  .md\:bg-primary-500\/70 {
    background-color: rgb(247 141 77 / 0.7);
  }

  .md\:bg-primary-500\/75 {
    background-color: rgb(247 141 77 / 0.75);
  }

  .md\:bg-primary-500\/80 {
    background-color: rgb(247 141 77 / 0.8);
  }

  .md\:bg-primary-500\/85 {
    background-color: rgb(247 141 77 / 0.85);
  }

  .md\:bg-primary-500\/90 {
    background-color: rgb(247 141 77 / 0.9);
  }

  .md\:bg-primary-500\/95 {
    background-color: rgb(247 141 77 / 0.95);
  }

  .md\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 99 37 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-600\/0 {
    background-color: rgb(233 99 37 / 0);
  }

  .md\:bg-primary-600\/10 {
    background-color: rgb(233 99 37 / 0.1);
  }

  .md\:bg-primary-600\/100 {
    background-color: rgb(233 99 37 / 1);
  }

  .md\:bg-primary-600\/15 {
    background-color: rgb(233 99 37 / 0.15);
  }

  .md\:bg-primary-600\/20 {
    background-color: rgb(233 99 37 / 0.2);
  }

  .md\:bg-primary-600\/25 {
    background-color: rgb(233 99 37 / 0.25);
  }

  .md\:bg-primary-600\/30 {
    background-color: rgb(233 99 37 / 0.3);
  }

  .md\:bg-primary-600\/35 {
    background-color: rgb(233 99 37 / 0.35);
  }

  .md\:bg-primary-600\/40 {
    background-color: rgb(233 99 37 / 0.4);
  }

  .md\:bg-primary-600\/45 {
    background-color: rgb(233 99 37 / 0.45);
  }

  .md\:bg-primary-600\/5 {
    background-color: rgb(233 99 37 / 0.05);
  }

  .md\:bg-primary-600\/50 {
    background-color: rgb(233 99 37 / 0.5);
  }

  .md\:bg-primary-600\/55 {
    background-color: rgb(233 99 37 / 0.55);
  }

  .md\:bg-primary-600\/60 {
    background-color: rgb(233 99 37 / 0.6);
  }

  .md\:bg-primary-600\/65 {
    background-color: rgb(233 99 37 / 0.65);
  }

  .md\:bg-primary-600\/70 {
    background-color: rgb(233 99 37 / 0.7);
  }

  .md\:bg-primary-600\/75 {
    background-color: rgb(233 99 37 / 0.75);
  }

  .md\:bg-primary-600\/80 {
    background-color: rgb(233 99 37 / 0.8);
  }

  .md\:bg-primary-600\/85 {
    background-color: rgb(233 99 37 / 0.85);
  }

  .md\:bg-primary-600\/90 {
    background-color: rgb(233 99 37 / 0.9);
  }

  .md\:bg-primary-600\/95 {
    background-color: rgb(233 99 37 / 0.95);
  }

  .md\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(201 74 22 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-700\/0 {
    background-color: rgb(201 74 22 / 0);
  }

  .md\:bg-primary-700\/10 {
    background-color: rgb(201 74 22 / 0.1);
  }

  .md\:bg-primary-700\/100 {
    background-color: rgb(201 74 22 / 1);
  }

  .md\:bg-primary-700\/15 {
    background-color: rgb(201 74 22 / 0.15);
  }

  .md\:bg-primary-700\/20 {
    background-color: rgb(201 74 22 / 0.2);
  }

  .md\:bg-primary-700\/25 {
    background-color: rgb(201 74 22 / 0.25);
  }

  .md\:bg-primary-700\/30 {
    background-color: rgb(201 74 22 / 0.3);
  }

  .md\:bg-primary-700\/35 {
    background-color: rgb(201 74 22 / 0.35);
  }

  .md\:bg-primary-700\/40 {
    background-color: rgb(201 74 22 / 0.4);
  }

  .md\:bg-primary-700\/45 {
    background-color: rgb(201 74 22 / 0.45);
  }

  .md\:bg-primary-700\/5 {
    background-color: rgb(201 74 22 / 0.05);
  }

  .md\:bg-primary-700\/50 {
    background-color: rgb(201 74 22 / 0.5);
  }

  .md\:bg-primary-700\/55 {
    background-color: rgb(201 74 22 / 0.55);
  }

  .md\:bg-primary-700\/60 {
    background-color: rgb(201 74 22 / 0.6);
  }

  .md\:bg-primary-700\/65 {
    background-color: rgb(201 74 22 / 0.65);
  }

  .md\:bg-primary-700\/70 {
    background-color: rgb(201 74 22 / 0.7);
  }

  .md\:bg-primary-700\/75 {
    background-color: rgb(201 74 22 / 0.75);
  }

  .md\:bg-primary-700\/80 {
    background-color: rgb(201 74 22 / 0.8);
  }

  .md\:bg-primary-700\/85 {
    background-color: rgb(201 74 22 / 0.85);
  }

  .md\:bg-primary-700\/90 {
    background-color: rgb(201 74 22 / 0.9);
  }

  .md\:bg-primary-700\/95 {
    background-color: rgb(201 74 22 / 0.95);
  }

  .md\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 59 24 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-800\/0 {
    background-color: rgb(161 59 24 / 0);
  }

  .md\:bg-primary-800\/10 {
    background-color: rgb(161 59 24 / 0.1);
  }

  .md\:bg-primary-800\/100 {
    background-color: rgb(161 59 24 / 1);
  }

  .md\:bg-primary-800\/15 {
    background-color: rgb(161 59 24 / 0.15);
  }

  .md\:bg-primary-800\/20 {
    background-color: rgb(161 59 24 / 0.2);
  }

  .md\:bg-primary-800\/25 {
    background-color: rgb(161 59 24 / 0.25);
  }

  .md\:bg-primary-800\/30 {
    background-color: rgb(161 59 24 / 0.3);
  }

  .md\:bg-primary-800\/35 {
    background-color: rgb(161 59 24 / 0.35);
  }

  .md\:bg-primary-800\/40 {
    background-color: rgb(161 59 24 / 0.4);
  }

  .md\:bg-primary-800\/45 {
    background-color: rgb(161 59 24 / 0.45);
  }

  .md\:bg-primary-800\/5 {
    background-color: rgb(161 59 24 / 0.05);
  }

  .md\:bg-primary-800\/50 {
    background-color: rgb(161 59 24 / 0.5);
  }

  .md\:bg-primary-800\/55 {
    background-color: rgb(161 59 24 / 0.55);
  }

  .md\:bg-primary-800\/60 {
    background-color: rgb(161 59 24 / 0.6);
  }

  .md\:bg-primary-800\/65 {
    background-color: rgb(161 59 24 / 0.65);
  }

  .md\:bg-primary-800\/70 {
    background-color: rgb(161 59 24 / 0.7);
  }

  .md\:bg-primary-800\/75 {
    background-color: rgb(161 59 24 / 0.75);
  }

  .md\:bg-primary-800\/80 {
    background-color: rgb(161 59 24 / 0.8);
  }

  .md\:bg-primary-800\/85 {
    background-color: rgb(161 59 24 / 0.85);
  }

  .md\:bg-primary-800\/90 {
    background-color: rgb(161 59 24 / 0.9);
  }

  .md\:bg-primary-800\/95 {
    background-color: rgb(161 59 24 / 0.95);
  }

  .md\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(130 51 24 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-900\/0 {
    background-color: rgb(130 51 24 / 0);
  }

  .md\:bg-primary-900\/10 {
    background-color: rgb(130 51 24 / 0.1);
  }

  .md\:bg-primary-900\/100 {
    background-color: rgb(130 51 24 / 1);
  }

  .md\:bg-primary-900\/15 {
    background-color: rgb(130 51 24 / 0.15);
  }

  .md\:bg-primary-900\/20 {
    background-color: rgb(130 51 24 / 0.2);
  }

  .md\:bg-primary-900\/25 {
    background-color: rgb(130 51 24 / 0.25);
  }

  .md\:bg-primary-900\/30 {
    background-color: rgb(130 51 24 / 0.3);
  }

  .md\:bg-primary-900\/35 {
    background-color: rgb(130 51 24 / 0.35);
  }

  .md\:bg-primary-900\/40 {
    background-color: rgb(130 51 24 / 0.4);
  }

  .md\:bg-primary-900\/45 {
    background-color: rgb(130 51 24 / 0.45);
  }

  .md\:bg-primary-900\/5 {
    background-color: rgb(130 51 24 / 0.05);
  }

  .md\:bg-primary-900\/50 {
    background-color: rgb(130 51 24 / 0.5);
  }

  .md\:bg-primary-900\/55 {
    background-color: rgb(130 51 24 / 0.55);
  }

  .md\:bg-primary-900\/60 {
    background-color: rgb(130 51 24 / 0.6);
  }

  .md\:bg-primary-900\/65 {
    background-color: rgb(130 51 24 / 0.65);
  }

  .md\:bg-primary-900\/70 {
    background-color: rgb(130 51 24 / 0.7);
  }

  .md\:bg-primary-900\/75 {
    background-color: rgb(130 51 24 / 0.75);
  }

  .md\:bg-primary-900\/80 {
    background-color: rgb(130 51 24 / 0.8);
  }

  .md\:bg-primary-900\/85 {
    background-color: rgb(130 51 24 / 0.85);
  }

  .md\:bg-primary-900\/90 {
    background-color: rgb(130 51 24 / 0.9);
  }

  .md\:bg-primary-900\/95 {
    background-color: rgb(130 51 24 / 0.95);
  }

  .md\:bg-primary-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(70 23 8 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-primary-950\/0 {
    background-color: rgb(70 23 8 / 0);
  }

  .md\:bg-primary-950\/10 {
    background-color: rgb(70 23 8 / 0.1);
  }

  .md\:bg-primary-950\/100 {
    background-color: rgb(70 23 8 / 1);
  }

  .md\:bg-primary-950\/15 {
    background-color: rgb(70 23 8 / 0.15);
  }

  .md\:bg-primary-950\/20 {
    background-color: rgb(70 23 8 / 0.2);
  }

  .md\:bg-primary-950\/25 {
    background-color: rgb(70 23 8 / 0.25);
  }

  .md\:bg-primary-950\/30 {
    background-color: rgb(70 23 8 / 0.3);
  }

  .md\:bg-primary-950\/35 {
    background-color: rgb(70 23 8 / 0.35);
  }

  .md\:bg-primary-950\/40 {
    background-color: rgb(70 23 8 / 0.4);
  }

  .md\:bg-primary-950\/45 {
    background-color: rgb(70 23 8 / 0.45);
  }

  .md\:bg-primary-950\/5 {
    background-color: rgb(70 23 8 / 0.05);
  }

  .md\:bg-primary-950\/50 {
    background-color: rgb(70 23 8 / 0.5);
  }

  .md\:bg-primary-950\/55 {
    background-color: rgb(70 23 8 / 0.55);
  }

  .md\:bg-primary-950\/60 {
    background-color: rgb(70 23 8 / 0.6);
  }

  .md\:bg-primary-950\/65 {
    background-color: rgb(70 23 8 / 0.65);
  }

  .md\:bg-primary-950\/70 {
    background-color: rgb(70 23 8 / 0.7);
  }

  .md\:bg-primary-950\/75 {
    background-color: rgb(70 23 8 / 0.75);
  }

  .md\:bg-primary-950\/80 {
    background-color: rgb(70 23 8 / 0.8);
  }

  .md\:bg-primary-950\/85 {
    background-color: rgb(70 23 8 / 0.85);
  }

  .md\:bg-primary-950\/90 {
    background-color: rgb(70 23 8 / 0.9);
  }

  .md\:bg-primary-950\/95 {
    background-color: rgb(70 23 8 / 0.95);
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .md\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .md\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .md\:bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15);
  }

  .md\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .md\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .md\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .md\:bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35);
  }

  .md\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .md\:bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45);
  }

  .md\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .md\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .md\:bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55);
  }

  .md\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .md\:bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65);
  }

  .md\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .md\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .md\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .md\:bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85);
  }

  .md\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .md\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
  }

  .md\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .md\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .md\:bg-white\/15 {
    background-color: rgb(255 255 255 / 0.15);
  }

  .md\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .md\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
  }

  .md\:bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .md\:bg-white\/35 {
    background-color: rgb(255 255 255 / 0.35);
  }

  .md\:bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .md\:bg-white\/45 {
    background-color: rgb(255 255 255 / 0.45);
  }

  .md\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .md\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .md\:bg-white\/55 {
    background-color: rgb(255 255 255 / 0.55);
  }

  .md\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .md\:bg-white\/65 {
    background-color: rgb(255 255 255 / 0.65);
  }

  .md\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .md\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .md\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .md\:bg-white\/85 {
    background-color: rgb(255 255 255 / 0.85);
  }

  .md\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .md\:bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

  .md\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }

  .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\/15 {
    background-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    background-color: rgb(254 249 195 / 0.35);
  }

  .md\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .md\:bg-yellow-100\/45 {
    background-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    background-color: rgb(254 249 195 / 0.55);
  }

  .md\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .md\:bg-yellow-100\/65 {
    background-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    background-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    background-color: rgb(254 240 138 / 0.35);
  }

  .md\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .md\:bg-yellow-200\/45 {
    background-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    background-color: rgb(254 240 138 / 0.55);
  }

  .md\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .md\:bg-yellow-200\/65 {
    background-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    background-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
  }

  .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\/15 {
    background-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    background-color: rgb(250 204 21 / 0.35);
  }

  .md\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .md\:bg-yellow-400\/45 {
    background-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    background-color: rgb(250 204 21 / 0.55);
  }

  .md\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .md\:bg-yellow-400\/65 {
    background-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    background-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    background-color: rgb(254 252 232 / 0.35);
  }

  .md\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .md\:bg-yellow-50\/45 {
    background-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    background-color: rgb(254 252 232 / 0.55);
  }

  .md\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .md\:bg-yellow-50\/65 {
    background-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    background-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    background-color: rgb(234 179 8 / 0.35);
  }

  .md\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .md\:bg-yellow-500\/45 {
    background-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    background-color: rgb(234 179 8 / 0.55);
  }

  .md\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .md\:bg-yellow-500\/65 {
    background-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    background-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    background-color: rgb(202 138 4 / 0.35);
  }

  .md\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .md\:bg-yellow-600\/45 {
    background-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    background-color: rgb(202 138 4 / 0.55);
  }

  .md\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .md\:bg-yellow-600\/65 {
    background-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    background-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
  }

  .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\/15 {
    background-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    background-color: rgb(133 77 14 / 0.35);
  }

  .md\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .md\:bg-yellow-800\/45 {
    background-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    background-color: rgb(133 77 14 / 0.55);
  }

  .md\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .md\:bg-yellow-800\/65 {
    background-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    background-color: rgb(133 77 14 / 0.85);
  }

  .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\:from-accent-100 {
    --tw-gradient-from: #ebfbcb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/0 {
    --tw-gradient-from: rgb(235 251 203 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/10 {
    --tw-gradient-from: rgb(235 251 203 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/100 {
    --tw-gradient-from: rgb(235 251 203 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/15 {
    --tw-gradient-from: rgb(235 251 203 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/20 {
    --tw-gradient-from: rgb(235 251 203 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/25 {
    --tw-gradient-from: rgb(235 251 203 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/30 {
    --tw-gradient-from: rgb(235 251 203 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/35 {
    --tw-gradient-from: rgb(235 251 203 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/40 {
    --tw-gradient-from: rgb(235 251 203 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/45 {
    --tw-gradient-from: rgb(235 251 203 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/5 {
    --tw-gradient-from: rgb(235 251 203 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/50 {
    --tw-gradient-from: rgb(235 251 203 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/55 {
    --tw-gradient-from: rgb(235 251 203 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/60 {
    --tw-gradient-from: rgb(235 251 203 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/65 {
    --tw-gradient-from: rgb(235 251 203 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/70 {
    --tw-gradient-from: rgb(235 251 203 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/75 {
    --tw-gradient-from: rgb(235 251 203 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/80 {
    --tw-gradient-from: rgb(235 251 203 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/85 {
    --tw-gradient-from: rgb(235 251 203 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/90 {
    --tw-gradient-from: rgb(235 251 203 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-100\/95 {
    --tw-gradient-from: rgb(235 251 203 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200 {
    --tw-gradient-from: #d8f69a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/0 {
    --tw-gradient-from: rgb(216 246 154 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/10 {
    --tw-gradient-from: rgb(216 246 154 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/100 {
    --tw-gradient-from: rgb(216 246 154 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/15 {
    --tw-gradient-from: rgb(216 246 154 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/20 {
    --tw-gradient-from: rgb(216 246 154 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/25 {
    --tw-gradient-from: rgb(216 246 154 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/30 {
    --tw-gradient-from: rgb(216 246 154 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/35 {
    --tw-gradient-from: rgb(216 246 154 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/40 {
    --tw-gradient-from: rgb(216 246 154 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/45 {
    --tw-gradient-from: rgb(216 246 154 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/5 {
    --tw-gradient-from: rgb(216 246 154 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/50 {
    --tw-gradient-from: rgb(216 246 154 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/55 {
    --tw-gradient-from: rgb(216 246 154 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/60 {
    --tw-gradient-from: rgb(216 246 154 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/65 {
    --tw-gradient-from: rgb(216 246 154 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/70 {
    --tw-gradient-from: rgb(216 246 154 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/75 {
    --tw-gradient-from: rgb(216 246 154 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/80 {
    --tw-gradient-from: rgb(216 246 154 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/85 {
    --tw-gradient-from: rgb(216 246 154 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/90 {
    --tw-gradient-from: rgb(216 246 154 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-200\/95 {
    --tw-gradient-from: rgb(216 246 154 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300 {
    --tw-gradient-from: #c4f078 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/0 {
    --tw-gradient-from: rgb(196 240 120 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/10 {
    --tw-gradient-from: rgb(196 240 120 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/100 {
    --tw-gradient-from: rgb(196 240 120 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/15 {
    --tw-gradient-from: rgb(196 240 120 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/20 {
    --tw-gradient-from: rgb(196 240 120 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/25 {
    --tw-gradient-from: rgb(196 240 120 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/30 {
    --tw-gradient-from: rgb(196 240 120 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/35 {
    --tw-gradient-from: rgb(196 240 120 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/40 {
    --tw-gradient-from: rgb(196 240 120 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/45 {
    --tw-gradient-from: rgb(196 240 120 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/5 {
    --tw-gradient-from: rgb(196 240 120 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/50 {
    --tw-gradient-from: rgb(196 240 120 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/55 {
    --tw-gradient-from: rgb(196 240 120 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/60 {
    --tw-gradient-from: rgb(196 240 120 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/65 {
    --tw-gradient-from: rgb(196 240 120 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/70 {
    --tw-gradient-from: rgb(196 240 120 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/75 {
    --tw-gradient-from: rgb(196 240 120 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/80 {
    --tw-gradient-from: rgb(196 240 120 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/85 {
    --tw-gradient-from: rgb(196 240 120 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/90 {
    --tw-gradient-from: rgb(196 240 120 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-300\/95 {
    --tw-gradient-from: rgb(196 240 120 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400 {
    --tw-gradient-from: #b7ed68 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/0 {
    --tw-gradient-from: rgb(183 237 104 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/10 {
    --tw-gradient-from: rgb(183 237 104 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/100 {
    --tw-gradient-from: rgb(183 237 104 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/15 {
    --tw-gradient-from: rgb(183 237 104 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/20 {
    --tw-gradient-from: rgb(183 237 104 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/25 {
    --tw-gradient-from: rgb(183 237 104 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/30 {
    --tw-gradient-from: rgb(183 237 104 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/35 {
    --tw-gradient-from: rgb(183 237 104 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/40 {
    --tw-gradient-from: rgb(183 237 104 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/45 {
    --tw-gradient-from: rgb(183 237 104 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/5 {
    --tw-gradient-from: rgb(183 237 104 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/50 {
    --tw-gradient-from: rgb(183 237 104 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/55 {
    --tw-gradient-from: rgb(183 237 104 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/60 {
    --tw-gradient-from: rgb(183 237 104 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/65 {
    --tw-gradient-from: rgb(183 237 104 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/70 {
    --tw-gradient-from: rgb(183 237 104 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/75 {
    --tw-gradient-from: rgb(183 237 104 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/80 {
    --tw-gradient-from: rgb(183 237 104 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/85 {
    --tw-gradient-from: rgb(183 237 104 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/90 {
    --tw-gradient-from: rgb(183 237 104 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-400\/95 {
    --tw-gradient-from: rgb(183 237 104 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50 {
    --tw-gradient-from: #f7fdeb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/0 {
    --tw-gradient-from: rgb(247 253 235 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/10 {
    --tw-gradient-from: rgb(247 253 235 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/100 {
    --tw-gradient-from: rgb(247 253 235 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/15 {
    --tw-gradient-from: rgb(247 253 235 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/20 {
    --tw-gradient-from: rgb(247 253 235 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/25 {
    --tw-gradient-from: rgb(247 253 235 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/30 {
    --tw-gradient-from: rgb(247 253 235 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/35 {
    --tw-gradient-from: rgb(247 253 235 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/40 {
    --tw-gradient-from: rgb(247 253 235 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/45 {
    --tw-gradient-from: rgb(247 253 235 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/5 {
    --tw-gradient-from: rgb(247 253 235 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/50 {
    --tw-gradient-from: rgb(247 253 235 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/55 {
    --tw-gradient-from: rgb(247 253 235 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/60 {
    --tw-gradient-from: rgb(247 253 235 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/65 {
    --tw-gradient-from: rgb(247 253 235 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/70 {
    --tw-gradient-from: rgb(247 253 235 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/75 {
    --tw-gradient-from: rgb(247 253 235 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/80 {
    --tw-gradient-from: rgb(247 253 235 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/85 {
    --tw-gradient-from: rgb(247 253 235 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/90 {
    --tw-gradient-from: rgb(247 253 235 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-50\/95 {
    --tw-gradient-from: rgb(247 253 235 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500 {
    --tw-gradient-from: #aeeb60 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/0 {
    --tw-gradient-from: rgb(174 235 96 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/10 {
    --tw-gradient-from: rgb(174 235 96 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/100 {
    --tw-gradient-from: rgb(174 235 96 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/15 {
    --tw-gradient-from: rgb(174 235 96 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/20 {
    --tw-gradient-from: rgb(174 235 96 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/25 {
    --tw-gradient-from: rgb(174 235 96 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/30 {
    --tw-gradient-from: rgb(174 235 96 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/35 {
    --tw-gradient-from: rgb(174 235 96 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/40 {
    --tw-gradient-from: rgb(174 235 96 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/45 {
    --tw-gradient-from: rgb(174 235 96 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/5 {
    --tw-gradient-from: rgb(174 235 96 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/50 {
    --tw-gradient-from: rgb(174 235 96 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/55 {
    --tw-gradient-from: rgb(174 235 96 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/60 {
    --tw-gradient-from: rgb(174 235 96 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/65 {
    --tw-gradient-from: rgb(174 235 96 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/70 {
    --tw-gradient-from: rgb(174 235 96 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/75 {
    --tw-gradient-from: rgb(174 235 96 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/80 {
    --tw-gradient-from: rgb(174 235 96 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/85 {
    --tw-gradient-from: rgb(174 235 96 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/90 {
    --tw-gradient-from: rgb(174 235 96 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-500\/95 {
    --tw-gradient-from: rgb(174 235 96 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600 {
    --tw-gradient-from: #82c930 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/0 {
    --tw-gradient-from: rgb(130 201 48 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/10 {
    --tw-gradient-from: rgb(130 201 48 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/100 {
    --tw-gradient-from: rgb(130 201 48 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/15 {
    --tw-gradient-from: rgb(130 201 48 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/20 {
    --tw-gradient-from: rgb(130 201 48 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/25 {
    --tw-gradient-from: rgb(130 201 48 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/30 {
    --tw-gradient-from: rgb(130 201 48 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/35 {
    --tw-gradient-from: rgb(130 201 48 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/40 {
    --tw-gradient-from: rgb(130 201 48 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/45 {
    --tw-gradient-from: rgb(130 201 48 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/5 {
    --tw-gradient-from: rgb(130 201 48 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/50 {
    --tw-gradient-from: rgb(130 201 48 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/55 {
    --tw-gradient-from: rgb(130 201 48 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/60 {
    --tw-gradient-from: rgb(130 201 48 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/65 {
    --tw-gradient-from: rgb(130 201 48 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/70 {
    --tw-gradient-from: rgb(130 201 48 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/75 {
    --tw-gradient-from: rgb(130 201 48 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/80 {
    --tw-gradient-from: rgb(130 201 48 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/85 {
    --tw-gradient-from: rgb(130 201 48 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/90 {
    --tw-gradient-from: rgb(130 201 48 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-600\/95 {
    --tw-gradient-from: rgb(130 201 48 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700 {
    --tw-gradient-from: #61a11f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/0 {
    --tw-gradient-from: rgb(97 161 31 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/10 {
    --tw-gradient-from: rgb(97 161 31 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/100 {
    --tw-gradient-from: rgb(97 161 31 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/15 {
    --tw-gradient-from: rgb(97 161 31 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/20 {
    --tw-gradient-from: rgb(97 161 31 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/25 {
    --tw-gradient-from: rgb(97 161 31 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/30 {
    --tw-gradient-from: rgb(97 161 31 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/35 {
    --tw-gradient-from: rgb(97 161 31 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/40 {
    --tw-gradient-from: rgb(97 161 31 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/45 {
    --tw-gradient-from: rgb(97 161 31 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/5 {
    --tw-gradient-from: rgb(97 161 31 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/50 {
    --tw-gradient-from: rgb(97 161 31 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/55 {
    --tw-gradient-from: rgb(97 161 31 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/60 {
    --tw-gradient-from: rgb(97 161 31 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/65 {
    --tw-gradient-from: rgb(97 161 31 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/70 {
    --tw-gradient-from: rgb(97 161 31 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/75 {
    --tw-gradient-from: rgb(97 161 31 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/80 {
    --tw-gradient-from: rgb(97 161 31 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/85 {
    --tw-gradient-from: rgb(97 161 31 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/90 {
    --tw-gradient-from: rgb(97 161 31 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-700\/95 {
    --tw-gradient-from: rgb(97 161 31 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800 {
    --tw-gradient-from: #4e7e20 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/0 {
    --tw-gradient-from: rgb(78 126 32 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/10 {
    --tw-gradient-from: rgb(78 126 32 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/100 {
    --tw-gradient-from: rgb(78 126 32 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/15 {
    --tw-gradient-from: rgb(78 126 32 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/20 {
    --tw-gradient-from: rgb(78 126 32 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/25 {
    --tw-gradient-from: rgb(78 126 32 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/30 {
    --tw-gradient-from: rgb(78 126 32 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/35 {
    --tw-gradient-from: rgb(78 126 32 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/40 {
    --tw-gradient-from: rgb(78 126 32 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/45 {
    --tw-gradient-from: rgb(78 126 32 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/5 {
    --tw-gradient-from: rgb(78 126 32 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/50 {
    --tw-gradient-from: rgb(78 126 32 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/55 {
    --tw-gradient-from: rgb(78 126 32 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/60 {
    --tw-gradient-from: rgb(78 126 32 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/65 {
    --tw-gradient-from: rgb(78 126 32 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/70 {
    --tw-gradient-from: rgb(78 126 32 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/75 {
    --tw-gradient-from: rgb(78 126 32 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/80 {
    --tw-gradient-from: rgb(78 126 32 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/85 {
    --tw-gradient-from: rgb(78 126 32 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/90 {
    --tw-gradient-from: rgb(78 126 32 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-800\/95 {
    --tw-gradient-from: rgb(78 126 32 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900 {
    --tw-gradient-from: #426a21 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/0 {
    --tw-gradient-from: rgb(66 106 33 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/10 {
    --tw-gradient-from: rgb(66 106 33 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/100 {
    --tw-gradient-from: rgb(66 106 33 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/15 {
    --tw-gradient-from: rgb(66 106 33 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/20 {
    --tw-gradient-from: rgb(66 106 33 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/25 {
    --tw-gradient-from: rgb(66 106 33 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/30 {
    --tw-gradient-from: rgb(66 106 33 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/35 {
    --tw-gradient-from: rgb(66 106 33 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/40 {
    --tw-gradient-from: rgb(66 106 33 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/45 {
    --tw-gradient-from: rgb(66 106 33 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/5 {
    --tw-gradient-from: rgb(66 106 33 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/50 {
    --tw-gradient-from: rgb(66 106 33 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/55 {
    --tw-gradient-from: rgb(66 106 33 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/60 {
    --tw-gradient-from: rgb(66 106 33 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/65 {
    --tw-gradient-from: rgb(66 106 33 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/70 {
    --tw-gradient-from: rgb(66 106 33 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/75 {
    --tw-gradient-from: rgb(66 106 33 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/80 {
    --tw-gradient-from: rgb(66 106 33 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/85 {
    --tw-gradient-from: rgb(66 106 33 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/90 {
    --tw-gradient-from: rgb(66 106 33 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-900\/95 {
    --tw-gradient-from: rgb(66 106 33 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950 {
    --tw-gradient-from: #203a0b var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/0 {
    --tw-gradient-from: rgb(32 58 11 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/10 {
    --tw-gradient-from: rgb(32 58 11 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/100 {
    --tw-gradient-from: rgb(32 58 11 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/15 {
    --tw-gradient-from: rgb(32 58 11 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/20 {
    --tw-gradient-from: rgb(32 58 11 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/25 {
    --tw-gradient-from: rgb(32 58 11 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/30 {
    --tw-gradient-from: rgb(32 58 11 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/35 {
    --tw-gradient-from: rgb(32 58 11 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/40 {
    --tw-gradient-from: rgb(32 58 11 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/45 {
    --tw-gradient-from: rgb(32 58 11 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/5 {
    --tw-gradient-from: rgb(32 58 11 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/50 {
    --tw-gradient-from: rgb(32 58 11 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/55 {
    --tw-gradient-from: rgb(32 58 11 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/60 {
    --tw-gradient-from: rgb(32 58 11 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/65 {
    --tw-gradient-from: rgb(32 58 11 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/70 {
    --tw-gradient-from: rgb(32 58 11 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/75 {
    --tw-gradient-from: rgb(32 58 11 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/80 {
    --tw-gradient-from: rgb(32 58 11 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/85 {
    --tw-gradient-from: rgb(32 58 11 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/90 {
    --tw-gradient-from: rgb(32 58 11 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-accent-950\/95 {
    --tw-gradient-from: rgb(32 58 11 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100 {
    --tw-gradient-from: #e9e3ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/0 {
    --tw-gradient-from: rgb(233 227 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/10 {
    --tw-gradient-from: rgb(233 227 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/100 {
    --tw-gradient-from: rgb(233 227 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/15 {
    --tw-gradient-from: rgb(233 227 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/20 {
    --tw-gradient-from: rgb(233 227 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/25 {
    --tw-gradient-from: rgb(233 227 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/30 {
    --tw-gradient-from: rgb(233 227 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/35 {
    --tw-gradient-from: rgb(233 227 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/40 {
    --tw-gradient-from: rgb(233 227 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/45 {
    --tw-gradient-from: rgb(233 227 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/5 {
    --tw-gradient-from: rgb(233 227 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/50 {
    --tw-gradient-from: rgb(233 227 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/55 {
    --tw-gradient-from: rgb(233 227 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/60 {
    --tw-gradient-from: rgb(233 227 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/65 {
    --tw-gradient-from: rgb(233 227 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/70 {
    --tw-gradient-from: rgb(233 227 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/75 {
    --tw-gradient-from: rgb(233 227 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/80 {
    --tw-gradient-from: rgb(233 227 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/85 {
    --tw-gradient-from: rgb(233 227 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/90 {
    --tw-gradient-from: rgb(233 227 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-100\/95 {
    --tw-gradient-from: rgb(233 227 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200 {
    --tw-gradient-from: #d3c7ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/0 {
    --tw-gradient-from: rgb(211 199 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/10 {
    --tw-gradient-from: rgb(211 199 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/100 {
    --tw-gradient-from: rgb(211 199 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/15 {
    --tw-gradient-from: rgb(211 199 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/20 {
    --tw-gradient-from: rgb(211 199 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/25 {
    --tw-gradient-from: rgb(211 199 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/30 {
    --tw-gradient-from: rgb(211 199 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/35 {
    --tw-gradient-from: rgb(211 199 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/40 {
    --tw-gradient-from: rgb(211 199 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/45 {
    --tw-gradient-from: rgb(211 199 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/5 {
    --tw-gradient-from: rgb(211 199 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/50 {
    --tw-gradient-from: rgb(211 199 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/55 {
    --tw-gradient-from: rgb(211 199 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/60 {
    --tw-gradient-from: rgb(211 199 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/65 {
    --tw-gradient-from: rgb(211 199 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/70 {
    --tw-gradient-from: rgb(211 199 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/75 {
    --tw-gradient-from: rgb(211 199 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/80 {
    --tw-gradient-from: rgb(211 199 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/85 {
    --tw-gradient-from: rgb(211 199 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/90 {
    --tw-gradient-from: rgb(211 199 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-200\/95 {
    --tw-gradient-from: rgb(211 199 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300 {
    --tw-gradient-from: #b79aff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/0 {
    --tw-gradient-from: rgb(183 154 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/10 {
    --tw-gradient-from: rgb(183 154 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/100 {
    --tw-gradient-from: rgb(183 154 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/15 {
    --tw-gradient-from: rgb(183 154 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/20 {
    --tw-gradient-from: rgb(183 154 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/25 {
    --tw-gradient-from: rgb(183 154 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/30 {
    --tw-gradient-from: rgb(183 154 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/35 {
    --tw-gradient-from: rgb(183 154 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/40 {
    --tw-gradient-from: rgb(183 154 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/45 {
    --tw-gradient-from: rgb(183 154 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/5 {
    --tw-gradient-from: rgb(183 154 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/50 {
    --tw-gradient-from: rgb(183 154 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/55 {
    --tw-gradient-from: rgb(183 154 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/60 {
    --tw-gradient-from: rgb(183 154 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/65 {
    --tw-gradient-from: rgb(183 154 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/70 {
    --tw-gradient-from: rgb(183 154 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/75 {
    --tw-gradient-from: rgb(183 154 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/80 {
    --tw-gradient-from: rgb(183 154 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/85 {
    --tw-gradient-from: rgb(183 154 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/90 {
    --tw-gradient-from: rgb(183 154 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-300\/95 {
    --tw-gradient-from: rgb(183 154 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400 {
    --tw-gradient-from: #9562ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/0 {
    --tw-gradient-from: rgb(149 98 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/10 {
    --tw-gradient-from: rgb(149 98 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/100 {
    --tw-gradient-from: rgb(149 98 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/15 {
    --tw-gradient-from: rgb(149 98 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/20 {
    --tw-gradient-from: rgb(149 98 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/25 {
    --tw-gradient-from: rgb(149 98 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/30 {
    --tw-gradient-from: rgb(149 98 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/35 {
    --tw-gradient-from: rgb(149 98 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/40 {
    --tw-gradient-from: rgb(149 98 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/45 {
    --tw-gradient-from: rgb(149 98 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/5 {
    --tw-gradient-from: rgb(149 98 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/50 {
    --tw-gradient-from: rgb(149 98 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/55 {
    --tw-gradient-from: rgb(149 98 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/60 {
    --tw-gradient-from: rgb(149 98 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/65 {
    --tw-gradient-from: rgb(149 98 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/70 {
    --tw-gradient-from: rgb(149 98 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/75 {
    --tw-gradient-from: rgb(149 98 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/80 {
    --tw-gradient-from: rgb(149 98 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/85 {
    --tw-gradient-from: rgb(149 98 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/90 {
    --tw-gradient-from: rgb(149 98 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-400\/95 {
    --tw-gradient-from: rgb(149 98 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50 {
    --tw-gradient-from: #f4f1ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/0 {
    --tw-gradient-from: rgb(244 241 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/10 {
    --tw-gradient-from: rgb(244 241 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/100 {
    --tw-gradient-from: rgb(244 241 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/15 {
    --tw-gradient-from: rgb(244 241 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/20 {
    --tw-gradient-from: rgb(244 241 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/25 {
    --tw-gradient-from: rgb(244 241 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/30 {
    --tw-gradient-from: rgb(244 241 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/35 {
    --tw-gradient-from: rgb(244 241 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/40 {
    --tw-gradient-from: rgb(244 241 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/45 {
    --tw-gradient-from: rgb(244 241 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/5 {
    --tw-gradient-from: rgb(244 241 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/50 {
    --tw-gradient-from: rgb(244 241 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/55 {
    --tw-gradient-from: rgb(244 241 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/60 {
    --tw-gradient-from: rgb(244 241 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/65 {
    --tw-gradient-from: rgb(244 241 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/70 {
    --tw-gradient-from: rgb(244 241 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/75 {
    --tw-gradient-from: rgb(244 241 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/80 {
    --tw-gradient-from: rgb(244 241 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/85 {
    --tw-gradient-from: rgb(244 241 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/90 {
    --tw-gradient-from: rgb(244 241 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-50\/95 {
    --tw-gradient-from: rgb(244 241 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500 {
    --tw-gradient-from: #4e1cd1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/0 {
    --tw-gradient-from: rgb(78 28 209 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/10 {
    --tw-gradient-from: rgb(78 28 209 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/100 {
    --tw-gradient-from: rgb(78 28 209 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/15 {
    --tw-gradient-from: rgb(78 28 209 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/20 {
    --tw-gradient-from: rgb(78 28 209 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/25 {
    --tw-gradient-from: rgb(78 28 209 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/30 {
    --tw-gradient-from: rgb(78 28 209 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/35 {
    --tw-gradient-from: rgb(78 28 209 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/40 {
    --tw-gradient-from: rgb(78 28 209 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/45 {
    --tw-gradient-from: rgb(78 28 209 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/5 {
    --tw-gradient-from: rgb(78 28 209 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/50 {
    --tw-gradient-from: rgb(78 28 209 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/55 {
    --tw-gradient-from: rgb(78 28 209 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/60 {
    --tw-gradient-from: rgb(78 28 209 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/65 {
    --tw-gradient-from: rgb(78 28 209 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/70 {
    --tw-gradient-from: rgb(78 28 209 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/75 {
    --tw-gradient-from: rgb(78 28 209 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/80 {
    --tw-gradient-from: rgb(78 28 209 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/85 {
    --tw-gradient-from: rgb(78 28 209 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/90 {
    --tw-gradient-from: rgb(78 28 209 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-500\/95 {
    --tw-gradient-from: rgb(78 28 209 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600 {
    --tw-gradient-from: #4115b5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/0 {
    --tw-gradient-from: rgb(65 21 181 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/10 {
    --tw-gradient-from: rgb(65 21 181 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/100 {
    --tw-gradient-from: rgb(65 21 181 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/15 {
    --tw-gradient-from: rgb(65 21 181 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/20 {
    --tw-gradient-from: rgb(65 21 181 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/25 {
    --tw-gradient-from: rgb(65 21 181 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/30 {
    --tw-gradient-from: rgb(65 21 181 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/35 {
    --tw-gradient-from: rgb(65 21 181 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/40 {
    --tw-gradient-from: rgb(65 21 181 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/45 {
    --tw-gradient-from: rgb(65 21 181 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/5 {
    --tw-gradient-from: rgb(65 21 181 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/50 {
    --tw-gradient-from: rgb(65 21 181 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/55 {
    --tw-gradient-from: rgb(65 21 181 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/60 {
    --tw-gradient-from: rgb(65 21 181 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/65 {
    --tw-gradient-from: rgb(65 21 181 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/70 {
    --tw-gradient-from: rgb(65 21 181 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/75 {
    --tw-gradient-from: rgb(65 21 181 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/80 {
    --tw-gradient-from: rgb(65 21 181 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/85 {
    --tw-gradient-from: rgb(65 21 181 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/90 {
    --tw-gradient-from: rgb(65 21 181 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-600\/95 {
    --tw-gradient-from: rgb(65 21 181 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700 {
    --tw-gradient-from: #361096 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/0 {
    --tw-gradient-from: rgb(54 16 150 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/10 {
    --tw-gradient-from: rgb(54 16 150 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/100 {
    --tw-gradient-from: rgb(54 16 150 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/15 {
    --tw-gradient-from: rgb(54 16 150 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/20 {
    --tw-gradient-from: rgb(54 16 150 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/25 {
    --tw-gradient-from: rgb(54 16 150 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/30 {
    --tw-gradient-from: rgb(54 16 150 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/35 {
    --tw-gradient-from: rgb(54 16 150 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/40 {
    --tw-gradient-from: rgb(54 16 150 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/45 {
    --tw-gradient-from: rgb(54 16 150 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/5 {
    --tw-gradient-from: rgb(54 16 150 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/50 {
    --tw-gradient-from: rgb(54 16 150 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/55 {
    --tw-gradient-from: rgb(54 16 150 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/60 {
    --tw-gradient-from: rgb(54 16 150 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/65 {
    --tw-gradient-from: rgb(54 16 150 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/70 {
    --tw-gradient-from: rgb(54 16 150 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/75 {
    --tw-gradient-from: rgb(54 16 150 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/80 {
    --tw-gradient-from: rgb(54 16 150 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/85 {
    --tw-gradient-from: rgb(54 16 150 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/90 {
    --tw-gradient-from: rgb(54 16 150 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-700\/95 {
    --tw-gradient-from: rgb(54 16 150 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800 {
    --tw-gradient-from: #2e1078 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/0 {
    --tw-gradient-from: rgb(46 16 120 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/10 {
    --tw-gradient-from: rgb(46 16 120 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/100 {
    --tw-gradient-from: rgb(46 16 120 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/15 {
    --tw-gradient-from: rgb(46 16 120 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/20 {
    --tw-gradient-from: rgb(46 16 120 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/25 {
    --tw-gradient-from: rgb(46 16 120 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/30 {
    --tw-gradient-from: rgb(46 16 120 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/35 {
    --tw-gradient-from: rgb(46 16 120 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/40 {
    --tw-gradient-from: rgb(46 16 120 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/45 {
    --tw-gradient-from: rgb(46 16 120 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/5 {
    --tw-gradient-from: rgb(46 16 120 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/50 {
    --tw-gradient-from: rgb(46 16 120 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/55 {
    --tw-gradient-from: rgb(46 16 120 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/60 {
    --tw-gradient-from: rgb(46 16 120 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/65 {
    --tw-gradient-from: rgb(46 16 120 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/70 {
    --tw-gradient-from: rgb(46 16 120 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/75 {
    --tw-gradient-from: rgb(46 16 120 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/80 {
    --tw-gradient-from: rgb(46 16 120 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/85 {
    --tw-gradient-from: rgb(46 16 120 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/90 {
    --tw-gradient-from: rgb(46 16 120 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-800\/95 {
    --tw-gradient-from: rgb(46 16 120 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900 {
    --tw-gradient-from: #270f62 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/0 {
    --tw-gradient-from: rgb(39 15 98 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/10 {
    --tw-gradient-from: rgb(39 15 98 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/100 {
    --tw-gradient-from: rgb(39 15 98 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/15 {
    --tw-gradient-from: rgb(39 15 98 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/20 {
    --tw-gradient-from: rgb(39 15 98 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/25 {
    --tw-gradient-from: rgb(39 15 98 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/30 {
    --tw-gradient-from: rgb(39 15 98 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/35 {
    --tw-gradient-from: rgb(39 15 98 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/40 {
    --tw-gradient-from: rgb(39 15 98 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/45 {
    --tw-gradient-from: rgb(39 15 98 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/5 {
    --tw-gradient-from: rgb(39 15 98 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/50 {
    --tw-gradient-from: rgb(39 15 98 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/55 {
    --tw-gradient-from: rgb(39 15 98 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/60 {
    --tw-gradient-from: rgb(39 15 98 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/65 {
    --tw-gradient-from: rgb(39 15 98 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/70 {
    --tw-gradient-from: rgb(39 15 98 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/75 {
    --tw-gradient-from: rgb(39 15 98 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/80 {
    --tw-gradient-from: rgb(39 15 98 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/85 {
    --tw-gradient-from: rgb(39 15 98 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/90 {
    --tw-gradient-from: rgb(39 15 98 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-900\/95 {
    --tw-gradient-from: rgb(39 15 98 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950 {
    --tw-gradient-from: #16053a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/0 {
    --tw-gradient-from: rgb(22 5 58 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/10 {
    --tw-gradient-from: rgb(22 5 58 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/100 {
    --tw-gradient-from: rgb(22 5 58 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/15 {
    --tw-gradient-from: rgb(22 5 58 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/20 {
    --tw-gradient-from: rgb(22 5 58 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/25 {
    --tw-gradient-from: rgb(22 5 58 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/30 {
    --tw-gradient-from: rgb(22 5 58 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/35 {
    --tw-gradient-from: rgb(22 5 58 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/40 {
    --tw-gradient-from: rgb(22 5 58 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/45 {
    --tw-gradient-from: rgb(22 5 58 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/5 {
    --tw-gradient-from: rgb(22 5 58 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/50 {
    --tw-gradient-from: rgb(22 5 58 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/55 {
    --tw-gradient-from: rgb(22 5 58 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/60 {
    --tw-gradient-from: rgb(22 5 58 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/65 {
    --tw-gradient-from: rgb(22 5 58 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/70 {
    --tw-gradient-from: rgb(22 5 58 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/75 {
    --tw-gradient-from: rgb(22 5 58 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/80 {
    --tw-gradient-from: rgb(22 5 58 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/85 {
    --tw-gradient-from: rgb(22 5 58 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/90 {
    --tw-gradient-from: rgb(22 5 58 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-brand-950\/95 {
    --tw-gradient-from: rgb(22 5 58 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100 {
    --tw-gradient-from: #f6f5f4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/0 {
    --tw-gradient-from: rgb(246 245 244 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/10 {
    --tw-gradient-from: rgb(246 245 244 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/100 {
    --tw-gradient-from: rgb(246 245 244 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/15 {
    --tw-gradient-from: rgb(246 245 244 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/20 {
    --tw-gradient-from: rgb(246 245 244 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/25 {
    --tw-gradient-from: rgb(246 245 244 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/30 {
    --tw-gradient-from: rgb(246 245 244 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/35 {
    --tw-gradient-from: rgb(246 245 244 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/40 {
    --tw-gradient-from: rgb(246 245 244 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/45 {
    --tw-gradient-from: rgb(246 245 244 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/5 {
    --tw-gradient-from: rgb(246 245 244 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/50 {
    --tw-gradient-from: rgb(246 245 244 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/55 {
    --tw-gradient-from: rgb(246 245 244 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/60 {
    --tw-gradient-from: rgb(246 245 244 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/65 {
    --tw-gradient-from: rgb(246 245 244 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/70 {
    --tw-gradient-from: rgb(246 245 244 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/75 {
    --tw-gradient-from: rgb(246 245 244 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/80 {
    --tw-gradient-from: rgb(246 245 244 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/85 {
    --tw-gradient-from: rgb(246 245 244 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/90 {
    --tw-gradient-from: rgb(246 245 244 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-100\/95 {
    --tw-gradient-from: rgb(246 245 244 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200 {
    --tw-gradient-from: #e9e6e3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/0 {
    --tw-gradient-from: rgb(233 230 227 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/10 {
    --tw-gradient-from: rgb(233 230 227 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/100 {
    --tw-gradient-from: rgb(233 230 227 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/15 {
    --tw-gradient-from: rgb(233 230 227 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/20 {
    --tw-gradient-from: rgb(233 230 227 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/25 {
    --tw-gradient-from: rgb(233 230 227 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/30 {
    --tw-gradient-from: rgb(233 230 227 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/35 {
    --tw-gradient-from: rgb(233 230 227 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/40 {
    --tw-gradient-from: rgb(233 230 227 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/45 {
    --tw-gradient-from: rgb(233 230 227 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/5 {
    --tw-gradient-from: rgb(233 230 227 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/50 {
    --tw-gradient-from: rgb(233 230 227 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/55 {
    --tw-gradient-from: rgb(233 230 227 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/60 {
    --tw-gradient-from: rgb(233 230 227 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/65 {
    --tw-gradient-from: rgb(233 230 227 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/70 {
    --tw-gradient-from: rgb(233 230 227 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/75 {
    --tw-gradient-from: rgb(233 230 227 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/80 {
    --tw-gradient-from: rgb(233 230 227 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/85 {
    --tw-gradient-from: rgb(233 230 227 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/90 {
    --tw-gradient-from: rgb(233 230 227 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-200\/95 {
    --tw-gradient-from: rgb(233 230 227 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300 {
    --tw-gradient-from: #d7d2cd var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/0 {
    --tw-gradient-from: rgb(215 210 205 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/10 {
    --tw-gradient-from: rgb(215 210 205 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/100 {
    --tw-gradient-from: rgb(215 210 205 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/15 {
    --tw-gradient-from: rgb(215 210 205 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/20 {
    --tw-gradient-from: rgb(215 210 205 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/25 {
    --tw-gradient-from: rgb(215 210 205 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/30 {
    --tw-gradient-from: rgb(215 210 205 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/35 {
    --tw-gradient-from: rgb(215 210 205 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/40 {
    --tw-gradient-from: rgb(215 210 205 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/45 {
    --tw-gradient-from: rgb(215 210 205 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/5 {
    --tw-gradient-from: rgb(215 210 205 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/50 {
    --tw-gradient-from: rgb(215 210 205 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/55 {
    --tw-gradient-from: rgb(215 210 205 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/60 {
    --tw-gradient-from: rgb(215 210 205 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/65 {
    --tw-gradient-from: rgb(215 210 205 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/70 {
    --tw-gradient-from: rgb(215 210 205 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/75 {
    --tw-gradient-from: rgb(215 210 205 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/80 {
    --tw-gradient-from: rgb(215 210 205 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/85 {
    --tw-gradient-from: rgb(215 210 205 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/90 {
    --tw-gradient-from: rgb(215 210 205 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-300\/95 {
    --tw-gradient-from: rgb(215 210 205 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400 {
    --tw-gradient-from: #afa8a1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/0 {
    --tw-gradient-from: rgb(175 168 161 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/10 {
    --tw-gradient-from: rgb(175 168 161 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/100 {
    --tw-gradient-from: rgb(175 168 161 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/15 {
    --tw-gradient-from: rgb(175 168 161 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/20 {
    --tw-gradient-from: rgb(175 168 161 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/25 {
    --tw-gradient-from: rgb(175 168 161 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/30 {
    --tw-gradient-from: rgb(175 168 161 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/35 {
    --tw-gradient-from: rgb(175 168 161 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/40 {
    --tw-gradient-from: rgb(175 168 161 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/45 {
    --tw-gradient-from: rgb(175 168 161 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/5 {
    --tw-gradient-from: rgb(175 168 161 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/50 {
    --tw-gradient-from: rgb(175 168 161 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/55 {
    --tw-gradient-from: rgb(175 168 161 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/60 {
    --tw-gradient-from: rgb(175 168 161 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/65 {
    --tw-gradient-from: rgb(175 168 161 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/70 {
    --tw-gradient-from: rgb(175 168 161 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/75 {
    --tw-gradient-from: rgb(175 168 161 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/80 {
    --tw-gradient-from: rgb(175 168 161 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/85 {
    --tw-gradient-from: rgb(175 168 161 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/90 {
    --tw-gradient-from: rgb(175 168 161 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-400\/95 {
    --tw-gradient-from: rgb(175 168 161 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50 {
    --tw-gradient-from: #fbfaf9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/0 {
    --tw-gradient-from: rgb(251 250 249 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/10 {
    --tw-gradient-from: rgb(251 250 249 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/100 {
    --tw-gradient-from: rgb(251 250 249 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/15 {
    --tw-gradient-from: rgb(251 250 249 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/20 {
    --tw-gradient-from: rgb(251 250 249 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/25 {
    --tw-gradient-from: rgb(251 250 249 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/30 {
    --tw-gradient-from: rgb(251 250 249 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/35 {
    --tw-gradient-from: rgb(251 250 249 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/40 {
    --tw-gradient-from: rgb(251 250 249 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/45 {
    --tw-gradient-from: rgb(251 250 249 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/5 {
    --tw-gradient-from: rgb(251 250 249 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/50 {
    --tw-gradient-from: rgb(251 250 249 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/55 {
    --tw-gradient-from: rgb(251 250 249 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/60 {
    --tw-gradient-from: rgb(251 250 249 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/65 {
    --tw-gradient-from: rgb(251 250 249 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/70 {
    --tw-gradient-from: rgb(251 250 249 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/75 {
    --tw-gradient-from: rgb(251 250 249 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/80 {
    --tw-gradient-from: rgb(251 250 249 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/85 {
    --tw-gradient-from: rgb(251 250 249 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/90 {
    --tw-gradient-from: rgb(251 250 249 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-50\/95 {
    --tw-gradient-from: rgb(251 250 249 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500 {
    --tw-gradient-from: #817971 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/0 {
    --tw-gradient-from: rgb(129 121 113 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/10 {
    --tw-gradient-from: rgb(129 121 113 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/100 {
    --tw-gradient-from: rgb(129 121 113 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/15 {
    --tw-gradient-from: rgb(129 121 113 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/20 {
    --tw-gradient-from: rgb(129 121 113 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/25 {
    --tw-gradient-from: rgb(129 121 113 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/30 {
    --tw-gradient-from: rgb(129 121 113 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/35 {
    --tw-gradient-from: rgb(129 121 113 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/40 {
    --tw-gradient-from: rgb(129 121 113 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/45 {
    --tw-gradient-from: rgb(129 121 113 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/5 {
    --tw-gradient-from: rgb(129 121 113 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/50 {
    --tw-gradient-from: rgb(129 121 113 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/55 {
    --tw-gradient-from: rgb(129 121 113 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/60 {
    --tw-gradient-from: rgb(129 121 113 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/65 {
    --tw-gradient-from: rgb(129 121 113 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/70 {
    --tw-gradient-from: rgb(129 121 113 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/75 {
    --tw-gradient-from: rgb(129 121 113 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/80 {
    --tw-gradient-from: rgb(129 121 113 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/85 {
    --tw-gradient-from: rgb(129 121 113 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/90 {
    --tw-gradient-from: rgb(129 121 113 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-500\/95 {
    --tw-gradient-from: rgb(129 121 113 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600 {
    --tw-gradient-from: #605952 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/0 {
    --tw-gradient-from: rgb(96 89 82 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/10 {
    --tw-gradient-from: rgb(96 89 82 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/100 {
    --tw-gradient-from: rgb(96 89 82 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/15 {
    --tw-gradient-from: rgb(96 89 82 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/20 {
    --tw-gradient-from: rgb(96 89 82 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/25 {
    --tw-gradient-from: rgb(96 89 82 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/30 {
    --tw-gradient-from: rgb(96 89 82 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/35 {
    --tw-gradient-from: rgb(96 89 82 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/40 {
    --tw-gradient-from: rgb(96 89 82 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/45 {
    --tw-gradient-from: rgb(96 89 82 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/5 {
    --tw-gradient-from: rgb(96 89 82 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/50 {
    --tw-gradient-from: rgb(96 89 82 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/55 {
    --tw-gradient-from: rgb(96 89 82 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/60 {
    --tw-gradient-from: rgb(96 89 82 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/65 {
    --tw-gradient-from: rgb(96 89 82 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/70 {
    --tw-gradient-from: rgb(96 89 82 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/75 {
    --tw-gradient-from: rgb(96 89 82 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/80 {
    --tw-gradient-from: rgb(96 89 82 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/85 {
    --tw-gradient-from: rgb(96 89 82 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/90 {
    --tw-gradient-from: rgb(96 89 82 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-600\/95 {
    --tw-gradient-from: rgb(96 89 82 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700 {
    --tw-gradient-from: #49443f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/0 {
    --tw-gradient-from: rgb(73 68 63 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/10 {
    --tw-gradient-from: rgb(73 68 63 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/100 {
    --tw-gradient-from: rgb(73 68 63 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/15 {
    --tw-gradient-from: rgb(73 68 63 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/20 {
    --tw-gradient-from: rgb(73 68 63 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/25 {
    --tw-gradient-from: rgb(73 68 63 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/30 {
    --tw-gradient-from: rgb(73 68 63 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/35 {
    --tw-gradient-from: rgb(73 68 63 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/40 {
    --tw-gradient-from: rgb(73 68 63 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/45 {
    --tw-gradient-from: rgb(73 68 63 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/5 {
    --tw-gradient-from: rgb(73 68 63 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/50 {
    --tw-gradient-from: rgb(73 68 63 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/55 {
    --tw-gradient-from: rgb(73 68 63 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/60 {
    --tw-gradient-from: rgb(73 68 63 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/65 {
    --tw-gradient-from: rgb(73 68 63 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/70 {
    --tw-gradient-from: rgb(73 68 63 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/75 {
    --tw-gradient-from: rgb(73 68 63 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/80 {
    --tw-gradient-from: rgb(73 68 63 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/85 {
    --tw-gradient-from: rgb(73 68 63 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/90 {
    --tw-gradient-from: rgb(73 68 63 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-700\/95 {
    --tw-gradient-from: rgb(73 68 63 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800 {
    --tw-gradient-from: #302d2a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/0 {
    --tw-gradient-from: rgb(48 45 42 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/10 {
    --tw-gradient-from: rgb(48 45 42 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/100 {
    --tw-gradient-from: rgb(48 45 42 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/15 {
    --tw-gradient-from: rgb(48 45 42 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/20 {
    --tw-gradient-from: rgb(48 45 42 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/25 {
    --tw-gradient-from: rgb(48 45 42 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/30 {
    --tw-gradient-from: rgb(48 45 42 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/35 {
    --tw-gradient-from: rgb(48 45 42 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/40 {
    --tw-gradient-from: rgb(48 45 42 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/45 {
    --tw-gradient-from: rgb(48 45 42 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/5 {
    --tw-gradient-from: rgb(48 45 42 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/50 {
    --tw-gradient-from: rgb(48 45 42 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/55 {
    --tw-gradient-from: rgb(48 45 42 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/60 {
    --tw-gradient-from: rgb(48 45 42 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/65 {
    --tw-gradient-from: rgb(48 45 42 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/70 {
    --tw-gradient-from: rgb(48 45 42 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/75 {
    --tw-gradient-from: rgb(48 45 42 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/80 {
    --tw-gradient-from: rgb(48 45 42 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/85 {
    --tw-gradient-from: rgb(48 45 42 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/90 {
    --tw-gradient-from: rgb(48 45 42 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-800\/95 {
    --tw-gradient-from: rgb(48 45 42 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900 {
    --tw-gradient-from: #211f1d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/0 {
    --tw-gradient-from: rgb(33 31 29 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/10 {
    --tw-gradient-from: rgb(33 31 29 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/100 {
    --tw-gradient-from: rgb(33 31 29 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/15 {
    --tw-gradient-from: rgb(33 31 29 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/20 {
    --tw-gradient-from: rgb(33 31 29 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/25 {
    --tw-gradient-from: rgb(33 31 29 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/30 {
    --tw-gradient-from: rgb(33 31 29 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/35 {
    --tw-gradient-from: rgb(33 31 29 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/40 {
    --tw-gradient-from: rgb(33 31 29 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/45 {
    --tw-gradient-from: rgb(33 31 29 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/5 {
    --tw-gradient-from: rgb(33 31 29 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/50 {
    --tw-gradient-from: rgb(33 31 29 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/55 {
    --tw-gradient-from: rgb(33 31 29 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/60 {
    --tw-gradient-from: rgb(33 31 29 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/65 {
    --tw-gradient-from: rgb(33 31 29 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/70 {
    --tw-gradient-from: rgb(33 31 29 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/75 {
    --tw-gradient-from: rgb(33 31 29 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/80 {
    --tw-gradient-from: rgb(33 31 29 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/85 {
    --tw-gradient-from: rgb(33 31 29 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/90 {
    --tw-gradient-from: rgb(33 31 29 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-900\/95 {
    --tw-gradient-from: rgb(33 31 29 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950 {
    --tw-gradient-from: #121110 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/0 {
    --tw-gradient-from: rgb(18 17 16 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/10 {
    --tw-gradient-from: rgb(18 17 16 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/100 {
    --tw-gradient-from: rgb(18 17 16 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/15 {
    --tw-gradient-from: rgb(18 17 16 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/20 {
    --tw-gradient-from: rgb(18 17 16 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/25 {
    --tw-gradient-from: rgb(18 17 16 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/30 {
    --tw-gradient-from: rgb(18 17 16 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/35 {
    --tw-gradient-from: rgb(18 17 16 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/40 {
    --tw-gradient-from: rgb(18 17 16 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/45 {
    --tw-gradient-from: rgb(18 17 16 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/5 {
    --tw-gradient-from: rgb(18 17 16 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/50 {
    --tw-gradient-from: rgb(18 17 16 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/55 {
    --tw-gradient-from: rgb(18 17 16 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/60 {
    --tw-gradient-from: rgb(18 17 16 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/65 {
    --tw-gradient-from: rgb(18 17 16 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/70 {
    --tw-gradient-from: rgb(18 17 16 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/75 {
    --tw-gradient-from: rgb(18 17 16 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/80 {
    --tw-gradient-from: rgb(18 17 16 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/85 {
    --tw-gradient-from: rgb(18 17 16 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/90 {
    --tw-gradient-from: rgb(18 17 16 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-neutral-950\/95 {
    --tw-gradient-from: rgb(18 17 16 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100 {
    --tw-gradient-from: #feeade var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/0 {
    --tw-gradient-from: rgb(254 234 222 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/10 {
    --tw-gradient-from: rgb(254 234 222 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/100 {
    --tw-gradient-from: rgb(254 234 222 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/15 {
    --tw-gradient-from: rgb(254 234 222 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/20 {
    --tw-gradient-from: rgb(254 234 222 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/25 {
    --tw-gradient-from: rgb(254 234 222 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/30 {
    --tw-gradient-from: rgb(254 234 222 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/35 {
    --tw-gradient-from: rgb(254 234 222 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/40 {
    --tw-gradient-from: rgb(254 234 222 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/45 {
    --tw-gradient-from: rgb(254 234 222 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/5 {
    --tw-gradient-from: rgb(254 234 222 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/50 {
    --tw-gradient-from: rgb(254 234 222 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/55 {
    --tw-gradient-from: rgb(254 234 222 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/60 {
    --tw-gradient-from: rgb(254 234 222 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/65 {
    --tw-gradient-from: rgb(254 234 222 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/70 {
    --tw-gradient-from: rgb(254 234 222 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/75 {
    --tw-gradient-from: rgb(254 234 222 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/80 {
    --tw-gradient-from: rgb(254 234 222 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/85 {
    --tw-gradient-from: rgb(254 234 222 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/90 {
    --tw-gradient-from: rgb(254 234 222 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-100\/95 {
    --tw-gradient-from: rgb(254 234 222 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200 {
    --tw-gradient-from: #fcd3bd var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/0 {
    --tw-gradient-from: rgb(252 211 189 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/10 {
    --tw-gradient-from: rgb(252 211 189 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/100 {
    --tw-gradient-from: rgb(252 211 189 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/15 {
    --tw-gradient-from: rgb(252 211 189 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/20 {
    --tw-gradient-from: rgb(252 211 189 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/25 {
    --tw-gradient-from: rgb(252 211 189 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/30 {
    --tw-gradient-from: rgb(252 211 189 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/35 {
    --tw-gradient-from: rgb(252 211 189 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/40 {
    --tw-gradient-from: rgb(252 211 189 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/45 {
    --tw-gradient-from: rgb(252 211 189 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/5 {
    --tw-gradient-from: rgb(252 211 189 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/50 {
    --tw-gradient-from: rgb(252 211 189 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/55 {
    --tw-gradient-from: rgb(252 211 189 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/60 {
    --tw-gradient-from: rgb(252 211 189 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/65 {
    --tw-gradient-from: rgb(252 211 189 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/70 {
    --tw-gradient-from: rgb(252 211 189 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/75 {
    --tw-gradient-from: rgb(252 211 189 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/80 {
    --tw-gradient-from: rgb(252 211 189 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/85 {
    --tw-gradient-from: rgb(252 211 189 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/90 {
    --tw-gradient-from: rgb(252 211 189 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-200\/95 {
    --tw-gradient-from: rgb(252 211 189 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300 {
    --tw-gradient-from: #fab38f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/0 {
    --tw-gradient-from: rgb(250 179 143 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/10 {
    --tw-gradient-from: rgb(250 179 143 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/100 {
    --tw-gradient-from: rgb(250 179 143 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/15 {
    --tw-gradient-from: rgb(250 179 143 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/20 {
    --tw-gradient-from: rgb(250 179 143 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/25 {
    --tw-gradient-from: rgb(250 179 143 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/30 {
    --tw-gradient-from: rgb(250 179 143 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/35 {
    --tw-gradient-from: rgb(250 179 143 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/40 {
    --tw-gradient-from: rgb(250 179 143 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/45 {
    --tw-gradient-from: rgb(250 179 143 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/5 {
    --tw-gradient-from: rgb(250 179 143 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/50 {
    --tw-gradient-from: rgb(250 179 143 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/55 {
    --tw-gradient-from: rgb(250 179 143 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/60 {
    --tw-gradient-from: rgb(250 179 143 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/65 {
    --tw-gradient-from: rgb(250 179 143 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/70 {
    --tw-gradient-from: rgb(250 179 143 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/75 {
    --tw-gradient-from: rgb(250 179 143 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/80 {
    --tw-gradient-from: rgb(250 179 143 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/85 {
    --tw-gradient-from: rgb(250 179 143 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/90 {
    --tw-gradient-from: rgb(250 179 143 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-300\/95 {
    --tw-gradient-from: rgb(250 179 143 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400 {
    --tw-gradient-from: #f99766 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/0 {
    --tw-gradient-from: rgb(249 151 102 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/10 {
    --tw-gradient-from: rgb(249 151 102 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/100 {
    --tw-gradient-from: rgb(249 151 102 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/15 {
    --tw-gradient-from: rgb(249 151 102 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/20 {
    --tw-gradient-from: rgb(249 151 102 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/25 {
    --tw-gradient-from: rgb(249 151 102 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/30 {
    --tw-gradient-from: rgb(249 151 102 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/35 {
    --tw-gradient-from: rgb(249 151 102 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/40 {
    --tw-gradient-from: rgb(249 151 102 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/45 {
    --tw-gradient-from: rgb(249 151 102 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/5 {
    --tw-gradient-from: rgb(249 151 102 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/50 {
    --tw-gradient-from: rgb(249 151 102 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/55 {
    --tw-gradient-from: rgb(249 151 102 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/60 {
    --tw-gradient-from: rgb(249 151 102 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/65 {
    --tw-gradient-from: rgb(249 151 102 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/70 {
    --tw-gradient-from: rgb(249 151 102 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/75 {
    --tw-gradient-from: rgb(249 151 102 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/80 {
    --tw-gradient-from: rgb(249 151 102 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/85 {
    --tw-gradient-from: rgb(249 151 102 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/90 {
    --tw-gradient-from: rgb(249 151 102 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-400\/95 {
    --tw-gradient-from: rgb(249 151 102 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50 {
    --tw-gradient-from: #fff7f2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/0 {
    --tw-gradient-from: rgb(255 247 242 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/10 {
    --tw-gradient-from: rgb(255 247 242 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/100 {
    --tw-gradient-from: rgb(255 247 242 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/15 {
    --tw-gradient-from: rgb(255 247 242 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/20 {
    --tw-gradient-from: rgb(255 247 242 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/25 {
    --tw-gradient-from: rgb(255 247 242 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/30 {
    --tw-gradient-from: rgb(255 247 242 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/35 {
    --tw-gradient-from: rgb(255 247 242 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/40 {
    --tw-gradient-from: rgb(255 247 242 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/45 {
    --tw-gradient-from: rgb(255 247 242 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/5 {
    --tw-gradient-from: rgb(255 247 242 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/50 {
    --tw-gradient-from: rgb(255 247 242 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/55 {
    --tw-gradient-from: rgb(255 247 242 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/60 {
    --tw-gradient-from: rgb(255 247 242 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/65 {
    --tw-gradient-from: rgb(255 247 242 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/70 {
    --tw-gradient-from: rgb(255 247 242 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/75 {
    --tw-gradient-from: rgb(255 247 242 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/80 {
    --tw-gradient-from: rgb(255 247 242 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/85 {
    --tw-gradient-from: rgb(255 247 242 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/90 {
    --tw-gradient-from: rgb(255 247 242 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-50\/95 {
    --tw-gradient-from: rgb(255 247 242 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500 {
    --tw-gradient-from: #f78d4d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/0 {
    --tw-gradient-from: rgb(247 141 77 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/10 {
    --tw-gradient-from: rgb(247 141 77 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/100 {
    --tw-gradient-from: rgb(247 141 77 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/15 {
    --tw-gradient-from: rgb(247 141 77 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/20 {
    --tw-gradient-from: rgb(247 141 77 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/25 {
    --tw-gradient-from: rgb(247 141 77 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/30 {
    --tw-gradient-from: rgb(247 141 77 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/35 {
    --tw-gradient-from: rgb(247 141 77 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/40 {
    --tw-gradient-from: rgb(247 141 77 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/45 {
    --tw-gradient-from: rgb(247 141 77 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/5 {
    --tw-gradient-from: rgb(247 141 77 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/50 {
    --tw-gradient-from: rgb(247 141 77 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/55 {
    --tw-gradient-from: rgb(247 141 77 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/60 {
    --tw-gradient-from: rgb(247 141 77 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/65 {
    --tw-gradient-from: rgb(247 141 77 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/70 {
    --tw-gradient-from: rgb(247 141 77 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/75 {
    --tw-gradient-from: rgb(247 141 77 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/80 {
    --tw-gradient-from: rgb(247 141 77 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/85 {
    --tw-gradient-from: rgb(247 141 77 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/90 {
    --tw-gradient-from: rgb(247 141 77 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-500\/95 {
    --tw-gradient-from: rgb(247 141 77 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600 {
    --tw-gradient-from: #e96325 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/0 {
    --tw-gradient-from: rgb(233 99 37 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/10 {
    --tw-gradient-from: rgb(233 99 37 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/100 {
    --tw-gradient-from: rgb(233 99 37 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/15 {
    --tw-gradient-from: rgb(233 99 37 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/20 {
    --tw-gradient-from: rgb(233 99 37 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/25 {
    --tw-gradient-from: rgb(233 99 37 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/30 {
    --tw-gradient-from: rgb(233 99 37 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/35 {
    --tw-gradient-from: rgb(233 99 37 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/40 {
    --tw-gradient-from: rgb(233 99 37 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/45 {
    --tw-gradient-from: rgb(233 99 37 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/5 {
    --tw-gradient-from: rgb(233 99 37 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/50 {
    --tw-gradient-from: rgb(233 99 37 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/55 {
    --tw-gradient-from: rgb(233 99 37 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/60 {
    --tw-gradient-from: rgb(233 99 37 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/65 {
    --tw-gradient-from: rgb(233 99 37 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/70 {
    --tw-gradient-from: rgb(233 99 37 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/75 {
    --tw-gradient-from: rgb(233 99 37 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/80 {
    --tw-gradient-from: rgb(233 99 37 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/85 {
    --tw-gradient-from: rgb(233 99 37 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/90 {
    --tw-gradient-from: rgb(233 99 37 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-600\/95 {
    --tw-gradient-from: rgb(233 99 37 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700 {
    --tw-gradient-from: #c94a16 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/0 {
    --tw-gradient-from: rgb(201 74 22 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/10 {
    --tw-gradient-from: rgb(201 74 22 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/100 {
    --tw-gradient-from: rgb(201 74 22 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/15 {
    --tw-gradient-from: rgb(201 74 22 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/20 {
    --tw-gradient-from: rgb(201 74 22 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/25 {
    --tw-gradient-from: rgb(201 74 22 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/30 {
    --tw-gradient-from: rgb(201 74 22 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/35 {
    --tw-gradient-from: rgb(201 74 22 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/40 {
    --tw-gradient-from: rgb(201 74 22 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/45 {
    --tw-gradient-from: rgb(201 74 22 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/5 {
    --tw-gradient-from: rgb(201 74 22 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/50 {
    --tw-gradient-from: rgb(201 74 22 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/55 {
    --tw-gradient-from: rgb(201 74 22 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/60 {
    --tw-gradient-from: rgb(201 74 22 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/65 {
    --tw-gradient-from: rgb(201 74 22 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/70 {
    --tw-gradient-from: rgb(201 74 22 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/75 {
    --tw-gradient-from: rgb(201 74 22 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/80 {
    --tw-gradient-from: rgb(201 74 22 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/85 {
    --tw-gradient-from: rgb(201 74 22 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/90 {
    --tw-gradient-from: rgb(201 74 22 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-700\/95 {
    --tw-gradient-from: rgb(201 74 22 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800 {
    --tw-gradient-from: #a13b18 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/0 {
    --tw-gradient-from: rgb(161 59 24 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/10 {
    --tw-gradient-from: rgb(161 59 24 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/100 {
    --tw-gradient-from: rgb(161 59 24 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/15 {
    --tw-gradient-from: rgb(161 59 24 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/20 {
    --tw-gradient-from: rgb(161 59 24 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/25 {
    --tw-gradient-from: rgb(161 59 24 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/30 {
    --tw-gradient-from: rgb(161 59 24 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/35 {
    --tw-gradient-from: rgb(161 59 24 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/40 {
    --tw-gradient-from: rgb(161 59 24 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/45 {
    --tw-gradient-from: rgb(161 59 24 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/5 {
    --tw-gradient-from: rgb(161 59 24 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/50 {
    --tw-gradient-from: rgb(161 59 24 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/55 {
    --tw-gradient-from: rgb(161 59 24 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/60 {
    --tw-gradient-from: rgb(161 59 24 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/65 {
    --tw-gradient-from: rgb(161 59 24 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/70 {
    --tw-gradient-from: rgb(161 59 24 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/75 {
    --tw-gradient-from: rgb(161 59 24 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/80 {
    --tw-gradient-from: rgb(161 59 24 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/85 {
    --tw-gradient-from: rgb(161 59 24 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/90 {
    --tw-gradient-from: rgb(161 59 24 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-800\/95 {
    --tw-gradient-from: rgb(161 59 24 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900 {
    --tw-gradient-from: #823318 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/0 {
    --tw-gradient-from: rgb(130 51 24 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/10 {
    --tw-gradient-from: rgb(130 51 24 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/100 {
    --tw-gradient-from: rgb(130 51 24 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/15 {
    --tw-gradient-from: rgb(130 51 24 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/20 {
    --tw-gradient-from: rgb(130 51 24 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/25 {
    --tw-gradient-from: rgb(130 51 24 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/30 {
    --tw-gradient-from: rgb(130 51 24 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/35 {
    --tw-gradient-from: rgb(130 51 24 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/40 {
    --tw-gradient-from: rgb(130 51 24 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/45 {
    --tw-gradient-from: rgb(130 51 24 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/5 {
    --tw-gradient-from: rgb(130 51 24 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/50 {
    --tw-gradient-from: rgb(130 51 24 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/55 {
    --tw-gradient-from: rgb(130 51 24 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/60 {
    --tw-gradient-from: rgb(130 51 24 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/65 {
    --tw-gradient-from: rgb(130 51 24 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/70 {
    --tw-gradient-from: rgb(130 51 24 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/75 {
    --tw-gradient-from: rgb(130 51 24 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/80 {
    --tw-gradient-from: rgb(130 51 24 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/85 {
    --tw-gradient-from: rgb(130 51 24 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/90 {
    --tw-gradient-from: rgb(130 51 24 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-900\/95 {
    --tw-gradient-from: rgb(130 51 24 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950 {
    --tw-gradient-from: #461708 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/0 {
    --tw-gradient-from: rgb(70 23 8 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/10 {
    --tw-gradient-from: rgb(70 23 8 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/100 {
    --tw-gradient-from: rgb(70 23 8 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/15 {
    --tw-gradient-from: rgb(70 23 8 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/20 {
    --tw-gradient-from: rgb(70 23 8 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/25 {
    --tw-gradient-from: rgb(70 23 8 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/30 {
    --tw-gradient-from: rgb(70 23 8 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/35 {
    --tw-gradient-from: rgb(70 23 8 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/40 {
    --tw-gradient-from: rgb(70 23 8 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/45 {
    --tw-gradient-from: rgb(70 23 8 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/5 {
    --tw-gradient-from: rgb(70 23 8 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/50 {
    --tw-gradient-from: rgb(70 23 8 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/55 {
    --tw-gradient-from: rgb(70 23 8 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/60 {
    --tw-gradient-from: rgb(70 23 8 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/65 {
    --tw-gradient-from: rgb(70 23 8 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/70 {
    --tw-gradient-from: rgb(70 23 8 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/75 {
    --tw-gradient-from: rgb(70 23 8 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/80 {
    --tw-gradient-from: rgb(70 23 8 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/85 {
    --tw-gradient-from: rgb(70 23 8 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/90 {
    --tw-gradient-from: rgb(70 23 8 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .md\:from-primary-950\/95 {
    --tw-gradient-from: rgb(70 23 8 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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-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-80\% {
    --tw-gradient-from-position: 80%;
  }

  .md\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .md\:via-accent-100 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #ebfbcb var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/0 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/10 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/100 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/15 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/20 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/25 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/30 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/35 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/40 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/45 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/5 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/50 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/55 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/60 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/65 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/70 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/75 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/80 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/85 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/90 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-100\/95 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d8f69a var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/0 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/10 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/100 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/15 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/20 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/25 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/30 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/35 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/40 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/45 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/5 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/50 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/55 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/60 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/65 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/70 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/75 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/80 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/85 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/90 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-200\/95 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #c4f078 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/0 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/10 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/100 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/15 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/20 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/25 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/30 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/35 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/40 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/45 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/5 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/50 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/55 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/60 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/65 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/70 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/75 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/80 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/85 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/90 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-300\/95 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #b7ed68 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/0 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/10 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/100 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/15 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/20 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/25 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/30 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/35 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/40 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/45 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/5 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/50 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/55 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/60 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/65 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/70 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/75 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/80 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/85 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/90 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-400\/95 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f7fdeb var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/0 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/10 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/100 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/15 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/20 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/25 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/30 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/35 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/40 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/45 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/5 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/50 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/55 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/60 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/65 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/70 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/75 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/80 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/85 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/90 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-50\/95 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #aeeb60 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/0 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/10 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/100 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/15 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/20 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/25 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/30 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/35 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/40 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/45 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/5 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/50 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/55 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/60 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/65 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/70 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/75 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/80 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/85 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/90 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-500\/95 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #82c930 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/0 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/10 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/100 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/15 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/20 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/25 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/30 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/35 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/40 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/45 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/5 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/50 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/55 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/60 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/65 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/70 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/75 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/80 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/85 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/90 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-600\/95 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #61a11f var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/0 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/10 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/100 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/15 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/20 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/25 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/30 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/35 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/40 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/45 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/5 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/50 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/55 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/60 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/65 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/70 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/75 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/80 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/85 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/90 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-700\/95 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #4e7e20 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/0 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/10 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/100 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/15 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/20 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/25 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/30 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/35 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/40 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/45 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/5 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/50 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/55 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/60 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/65 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/70 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/75 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/80 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/85 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/90 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-800\/95 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #426a21 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/0 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/10 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/100 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/15 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/20 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/25 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/30 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/35 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/40 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/45 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/5 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/50 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/55 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/60 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/65 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/70 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/75 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/80 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/85 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/90 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-900\/95 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #203a0b var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/0 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/10 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/100 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/15 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/20 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/25 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/30 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/35 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/40 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/45 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/5 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/50 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/55 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/60 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/65 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/70 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/75 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/80 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/85 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/90 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-accent-950\/95 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #e9e3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/0 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/10 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/100 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/15 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/20 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/25 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/30 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/35 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/40 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/45 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/5 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/50 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/55 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/60 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/65 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/70 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/75 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/80 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/85 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/90 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-100\/95 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d3c7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/0 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/10 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/100 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/15 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/20 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/25 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/30 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/35 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/40 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/45 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/5 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/50 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/55 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/60 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/65 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/70 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/75 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/80 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/85 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/90 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-200\/95 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #b79aff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/0 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/10 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/100 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/15 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/20 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/25 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/30 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/35 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/40 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/45 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/5 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/50 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/55 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/60 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/65 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/70 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/75 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/80 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/85 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/90 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-300\/95 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #9562ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/0 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/10 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/100 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/15 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/20 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/25 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/30 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/35 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/40 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/45 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/5 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/50 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/55 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/60 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/65 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/70 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/75 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/80 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/85 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/90 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-400\/95 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f4f1ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/0 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/10 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/100 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/15 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/20 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/25 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/30 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/35 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/40 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/45 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/5 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/50 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/55 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/60 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/65 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/70 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/75 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/80 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/85 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/90 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-50\/95 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #4e1cd1 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/0 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/10 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/100 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/15 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/20 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/25 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/30 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/35 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/40 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/45 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/5 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/50 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/55 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/60 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/65 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/70 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/75 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/80 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/85 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/90 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-500\/95 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #4115b5 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/0 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/10 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/100 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/15 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/20 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/25 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/30 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/35 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/40 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/45 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/5 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/50 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/55 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/60 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/65 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/70 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/75 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/80 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/85 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/90 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-600\/95 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #361096 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/0 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/10 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/100 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/15 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/20 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/25 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/30 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/35 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/40 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/45 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/5 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/50 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/55 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/60 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/65 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/70 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/75 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/80 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/85 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/90 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-700\/95 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #2e1078 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/0 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/10 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/100 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/15 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/20 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/25 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/30 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/35 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/40 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/45 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/5 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/50 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/55 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/60 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/65 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/70 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/75 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/80 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/85 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/90 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-800\/95 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #270f62 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/0 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/10 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/100 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/15 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/20 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/25 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/30 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/35 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/40 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/45 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/5 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/50 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/55 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/60 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/65 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/70 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/75 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/80 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/85 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/90 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-900\/95 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #16053a var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/0 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/10 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/100 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/15 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/20 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/25 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/30 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/35 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/40 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/45 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/5 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/50 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/55 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/60 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/65 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/70 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/75 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/80 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/85 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/90 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-brand-950\/95 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f6f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/0 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/10 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/100 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/15 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/20 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/25 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/30 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/35 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/40 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/45 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/5 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/50 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/55 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/60 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/65 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/70 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/75 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/80 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/85 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/90 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-100\/95 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #e9e6e3 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/0 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/10 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/100 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/15 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/20 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/25 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/30 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/35 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/40 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/45 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/5 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/50 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/55 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/60 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/65 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/70 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/75 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/80 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/85 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/90 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-200\/95 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d7d2cd var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/0 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/10 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/100 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/15 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/20 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/25 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/30 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/35 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/40 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/45 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/5 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/50 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/55 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/60 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/65 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/70 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/75 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/80 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/85 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/90 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-300\/95 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #afa8a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/0 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/10 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/100 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/15 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/20 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/25 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/30 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/35 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/40 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/45 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/5 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/50 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/55 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/60 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/65 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/70 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/75 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/80 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/85 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/90 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-400\/95 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fbfaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/0 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/10 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/100 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/15 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/20 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/25 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/30 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/35 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/40 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/45 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/5 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/50 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/55 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/60 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/65 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/70 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/75 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/80 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/85 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/90 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-50\/95 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #817971 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/0 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/10 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/100 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/15 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/20 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/25 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/30 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/35 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/40 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/45 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/5 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/50 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/55 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/60 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/65 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/70 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/75 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/80 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/85 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/90 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-500\/95 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #605952 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/0 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/10 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/100 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/15 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/20 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/25 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/30 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/35 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/40 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/45 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/5 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/50 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/55 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/60 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/65 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/70 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/75 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/80 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/85 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/90 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-600\/95 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #49443f var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/0 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/10 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/100 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/15 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/20 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/25 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/30 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/35 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/40 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/45 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/5 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/50 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/55 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/60 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/65 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/70 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/75 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/80 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/85 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/90 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-700\/95 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #302d2a var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/0 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/10 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/100 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/15 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/20 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/25 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/30 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/35 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/40 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/45 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/5 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/50 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/55 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/60 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/65 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/70 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/75 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/80 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/85 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/90 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-800\/95 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #211f1d var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/0 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/10 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/100 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/15 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/20 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/25 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/30 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/35 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/40 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/45 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/5 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/50 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/55 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/60 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/65 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/70 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/75 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/80 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/85 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/90 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-900\/95 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #121110 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/0 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/10 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/100 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/15 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/20 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/25 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/30 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/35 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/40 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/45 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/5 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/50 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/55 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/60 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/65 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/70 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/75 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/80 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/85 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/90 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-neutral-950\/95 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #feeade var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/0 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/10 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/100 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/15 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/20 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/25 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/30 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/35 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/40 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/45 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/5 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/50 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/55 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/60 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/65 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/70 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/75 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/80 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/85 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/90 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-100\/95 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fcd3bd var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/0 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/10 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/100 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/15 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/20 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/25 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/30 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/35 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/40 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/45 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/5 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/50 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/55 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/60 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/65 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/70 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/75 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/80 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/85 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/90 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-200\/95 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fab38f var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/0 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/10 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/100 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/15 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/20 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/25 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/30 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/35 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/40 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/45 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/5 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/50 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/55 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/60 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/65 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/70 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/75 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/80 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/85 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/90 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-300\/95 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f99766 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/0 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/10 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/100 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/15 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/20 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/25 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/30 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/35 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/40 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/45 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/5 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/50 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/55 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/60 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/65 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/70 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/75 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/80 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/85 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/90 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-400\/95 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fff7f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/0 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/10 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/100 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/15 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/20 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/25 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/30 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/35 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/40 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/45 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/5 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/50 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/55 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/60 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/65 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/70 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/75 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/80 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/85 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/90 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-50\/95 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f78d4d var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/0 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/10 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/100 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/15 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/20 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/25 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/30 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/35 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/40 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/45 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/5 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/50 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/55 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/60 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/65 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/70 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/75 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/80 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/85 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/90 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-500\/95 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #e96325 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/0 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/10 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/100 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/15 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/20 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/25 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/30 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/35 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/40 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/45 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/5 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/50 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/55 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/60 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/65 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/70 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/75 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/80 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/85 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/90 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-600\/95 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #c94a16 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/0 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/10 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/100 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/15 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/20 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/25 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/30 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/35 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/40 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/45 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/5 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/50 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/55 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/60 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/65 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/70 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/75 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/80 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/85 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/90 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-700\/95 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #a13b18 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/0 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/10 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/100 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/15 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/20 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/25 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/30 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/35 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/40 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/45 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/5 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/50 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/55 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/60 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/65 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/70 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/75 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/80 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/85 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/90 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-800\/95 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #823318 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/0 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/10 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/100 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/15 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/20 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/25 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/30 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/35 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/40 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/45 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/5 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/50 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/55 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/60 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/65 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/70 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/75 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/80 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/85 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/90 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-900\/95 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #461708 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/0 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/10 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/100 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/15 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/20 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/25 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/30 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/35 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/40 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/45 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/5 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/50 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/55 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/60 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/65 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/70 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/75 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/80 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/85 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/90 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .md\:via-primary-950\/95 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\:to-accent-100 {
    --tw-gradient-to: #ebfbcb var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/0 {
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/10 {
    --tw-gradient-to: rgb(235 251 203 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/100 {
    --tw-gradient-to: rgb(235 251 203 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/15 {
    --tw-gradient-to: rgb(235 251 203 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/20 {
    --tw-gradient-to: rgb(235 251 203 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/25 {
    --tw-gradient-to: rgb(235 251 203 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/30 {
    --tw-gradient-to: rgb(235 251 203 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/35 {
    --tw-gradient-to: rgb(235 251 203 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/40 {
    --tw-gradient-to: rgb(235 251 203 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/45 {
    --tw-gradient-to: rgb(235 251 203 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/5 {
    --tw-gradient-to: rgb(235 251 203 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/50 {
    --tw-gradient-to: rgb(235 251 203 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/55 {
    --tw-gradient-to: rgb(235 251 203 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/60 {
    --tw-gradient-to: rgb(235 251 203 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/65 {
    --tw-gradient-to: rgb(235 251 203 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/70 {
    --tw-gradient-to: rgb(235 251 203 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/75 {
    --tw-gradient-to: rgb(235 251 203 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/80 {
    --tw-gradient-to: rgb(235 251 203 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/85 {
    --tw-gradient-to: rgb(235 251 203 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/90 {
    --tw-gradient-to: rgb(235 251 203 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-100\/95 {
    --tw-gradient-to: rgb(235 251 203 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200 {
    --tw-gradient-to: #d8f69a var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/0 {
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/10 {
    --tw-gradient-to: rgb(216 246 154 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/100 {
    --tw-gradient-to: rgb(216 246 154 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/15 {
    --tw-gradient-to: rgb(216 246 154 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/20 {
    --tw-gradient-to: rgb(216 246 154 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/25 {
    --tw-gradient-to: rgb(216 246 154 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/30 {
    --tw-gradient-to: rgb(216 246 154 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/35 {
    --tw-gradient-to: rgb(216 246 154 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/40 {
    --tw-gradient-to: rgb(216 246 154 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/45 {
    --tw-gradient-to: rgb(216 246 154 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/5 {
    --tw-gradient-to: rgb(216 246 154 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/50 {
    --tw-gradient-to: rgb(216 246 154 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/55 {
    --tw-gradient-to: rgb(216 246 154 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/60 {
    --tw-gradient-to: rgb(216 246 154 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/65 {
    --tw-gradient-to: rgb(216 246 154 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/70 {
    --tw-gradient-to: rgb(216 246 154 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/75 {
    --tw-gradient-to: rgb(216 246 154 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/80 {
    --tw-gradient-to: rgb(216 246 154 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/85 {
    --tw-gradient-to: rgb(216 246 154 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/90 {
    --tw-gradient-to: rgb(216 246 154 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-200\/95 {
    --tw-gradient-to: rgb(216 246 154 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300 {
    --tw-gradient-to: #c4f078 var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/0 {
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/10 {
    --tw-gradient-to: rgb(196 240 120 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/100 {
    --tw-gradient-to: rgb(196 240 120 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/15 {
    --tw-gradient-to: rgb(196 240 120 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/20 {
    --tw-gradient-to: rgb(196 240 120 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/25 {
    --tw-gradient-to: rgb(196 240 120 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/30 {
    --tw-gradient-to: rgb(196 240 120 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/35 {
    --tw-gradient-to: rgb(196 240 120 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/40 {
    --tw-gradient-to: rgb(196 240 120 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/45 {
    --tw-gradient-to: rgb(196 240 120 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/5 {
    --tw-gradient-to: rgb(196 240 120 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/50 {
    --tw-gradient-to: rgb(196 240 120 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/55 {
    --tw-gradient-to: rgb(196 240 120 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/60 {
    --tw-gradient-to: rgb(196 240 120 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/65 {
    --tw-gradient-to: rgb(196 240 120 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/70 {
    --tw-gradient-to: rgb(196 240 120 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/75 {
    --tw-gradient-to: rgb(196 240 120 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/80 {
    --tw-gradient-to: rgb(196 240 120 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/85 {
    --tw-gradient-to: rgb(196 240 120 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/90 {
    --tw-gradient-to: rgb(196 240 120 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-300\/95 {
    --tw-gradient-to: rgb(196 240 120 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400 {
    --tw-gradient-to: #b7ed68 var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/0 {
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/10 {
    --tw-gradient-to: rgb(183 237 104 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/100 {
    --tw-gradient-to: rgb(183 237 104 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/15 {
    --tw-gradient-to: rgb(183 237 104 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/20 {
    --tw-gradient-to: rgb(183 237 104 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/25 {
    --tw-gradient-to: rgb(183 237 104 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/30 {
    --tw-gradient-to: rgb(183 237 104 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/35 {
    --tw-gradient-to: rgb(183 237 104 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/40 {
    --tw-gradient-to: rgb(183 237 104 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/45 {
    --tw-gradient-to: rgb(183 237 104 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/5 {
    --tw-gradient-to: rgb(183 237 104 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/50 {
    --tw-gradient-to: rgb(183 237 104 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/55 {
    --tw-gradient-to: rgb(183 237 104 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/60 {
    --tw-gradient-to: rgb(183 237 104 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/65 {
    --tw-gradient-to: rgb(183 237 104 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/70 {
    --tw-gradient-to: rgb(183 237 104 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/75 {
    --tw-gradient-to: rgb(183 237 104 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/80 {
    --tw-gradient-to: rgb(183 237 104 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/85 {
    --tw-gradient-to: rgb(183 237 104 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/90 {
    --tw-gradient-to: rgb(183 237 104 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-400\/95 {
    --tw-gradient-to: rgb(183 237 104 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50 {
    --tw-gradient-to: #f7fdeb var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/0 {
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/10 {
    --tw-gradient-to: rgb(247 253 235 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/100 {
    --tw-gradient-to: rgb(247 253 235 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/15 {
    --tw-gradient-to: rgb(247 253 235 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/20 {
    --tw-gradient-to: rgb(247 253 235 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/25 {
    --tw-gradient-to: rgb(247 253 235 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/30 {
    --tw-gradient-to: rgb(247 253 235 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/35 {
    --tw-gradient-to: rgb(247 253 235 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/40 {
    --tw-gradient-to: rgb(247 253 235 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/45 {
    --tw-gradient-to: rgb(247 253 235 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/5 {
    --tw-gradient-to: rgb(247 253 235 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/50 {
    --tw-gradient-to: rgb(247 253 235 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/55 {
    --tw-gradient-to: rgb(247 253 235 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/60 {
    --tw-gradient-to: rgb(247 253 235 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/65 {
    --tw-gradient-to: rgb(247 253 235 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/70 {
    --tw-gradient-to: rgb(247 253 235 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/75 {
    --tw-gradient-to: rgb(247 253 235 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/80 {
    --tw-gradient-to: rgb(247 253 235 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/85 {
    --tw-gradient-to: rgb(247 253 235 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/90 {
    --tw-gradient-to: rgb(247 253 235 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-50\/95 {
    --tw-gradient-to: rgb(247 253 235 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500 {
    --tw-gradient-to: #aeeb60 var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/0 {
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/10 {
    --tw-gradient-to: rgb(174 235 96 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/100 {
    --tw-gradient-to: rgb(174 235 96 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/15 {
    --tw-gradient-to: rgb(174 235 96 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/20 {
    --tw-gradient-to: rgb(174 235 96 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/25 {
    --tw-gradient-to: rgb(174 235 96 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/30 {
    --tw-gradient-to: rgb(174 235 96 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/35 {
    --tw-gradient-to: rgb(174 235 96 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/40 {
    --tw-gradient-to: rgb(174 235 96 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/45 {
    --tw-gradient-to: rgb(174 235 96 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/5 {
    --tw-gradient-to: rgb(174 235 96 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/50 {
    --tw-gradient-to: rgb(174 235 96 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/55 {
    --tw-gradient-to: rgb(174 235 96 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/60 {
    --tw-gradient-to: rgb(174 235 96 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/65 {
    --tw-gradient-to: rgb(174 235 96 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/70 {
    --tw-gradient-to: rgb(174 235 96 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/75 {
    --tw-gradient-to: rgb(174 235 96 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/80 {
    --tw-gradient-to: rgb(174 235 96 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/85 {
    --tw-gradient-to: rgb(174 235 96 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/90 {
    --tw-gradient-to: rgb(174 235 96 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-500\/95 {
    --tw-gradient-to: rgb(174 235 96 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600 {
    --tw-gradient-to: #82c930 var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/0 {
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/10 {
    --tw-gradient-to: rgb(130 201 48 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/100 {
    --tw-gradient-to: rgb(130 201 48 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/15 {
    --tw-gradient-to: rgb(130 201 48 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/20 {
    --tw-gradient-to: rgb(130 201 48 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/25 {
    --tw-gradient-to: rgb(130 201 48 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/30 {
    --tw-gradient-to: rgb(130 201 48 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/35 {
    --tw-gradient-to: rgb(130 201 48 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/40 {
    --tw-gradient-to: rgb(130 201 48 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/45 {
    --tw-gradient-to: rgb(130 201 48 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/5 {
    --tw-gradient-to: rgb(130 201 48 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/50 {
    --tw-gradient-to: rgb(130 201 48 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/55 {
    --tw-gradient-to: rgb(130 201 48 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/60 {
    --tw-gradient-to: rgb(130 201 48 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/65 {
    --tw-gradient-to: rgb(130 201 48 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/70 {
    --tw-gradient-to: rgb(130 201 48 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/75 {
    --tw-gradient-to: rgb(130 201 48 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/80 {
    --tw-gradient-to: rgb(130 201 48 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/85 {
    --tw-gradient-to: rgb(130 201 48 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/90 {
    --tw-gradient-to: rgb(130 201 48 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-600\/95 {
    --tw-gradient-to: rgb(130 201 48 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700 {
    --tw-gradient-to: #61a11f var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/0 {
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/10 {
    --tw-gradient-to: rgb(97 161 31 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/100 {
    --tw-gradient-to: rgb(97 161 31 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/15 {
    --tw-gradient-to: rgb(97 161 31 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/20 {
    --tw-gradient-to: rgb(97 161 31 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/25 {
    --tw-gradient-to: rgb(97 161 31 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/30 {
    --tw-gradient-to: rgb(97 161 31 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/35 {
    --tw-gradient-to: rgb(97 161 31 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/40 {
    --tw-gradient-to: rgb(97 161 31 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/45 {
    --tw-gradient-to: rgb(97 161 31 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/5 {
    --tw-gradient-to: rgb(97 161 31 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/50 {
    --tw-gradient-to: rgb(97 161 31 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/55 {
    --tw-gradient-to: rgb(97 161 31 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/60 {
    --tw-gradient-to: rgb(97 161 31 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/65 {
    --tw-gradient-to: rgb(97 161 31 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/70 {
    --tw-gradient-to: rgb(97 161 31 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/75 {
    --tw-gradient-to: rgb(97 161 31 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/80 {
    --tw-gradient-to: rgb(97 161 31 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/85 {
    --tw-gradient-to: rgb(97 161 31 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/90 {
    --tw-gradient-to: rgb(97 161 31 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-700\/95 {
    --tw-gradient-to: rgb(97 161 31 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800 {
    --tw-gradient-to: #4e7e20 var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/0 {
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/10 {
    --tw-gradient-to: rgb(78 126 32 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/100 {
    --tw-gradient-to: rgb(78 126 32 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/15 {
    --tw-gradient-to: rgb(78 126 32 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/20 {
    --tw-gradient-to: rgb(78 126 32 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/25 {
    --tw-gradient-to: rgb(78 126 32 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/30 {
    --tw-gradient-to: rgb(78 126 32 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/35 {
    --tw-gradient-to: rgb(78 126 32 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/40 {
    --tw-gradient-to: rgb(78 126 32 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/45 {
    --tw-gradient-to: rgb(78 126 32 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/5 {
    --tw-gradient-to: rgb(78 126 32 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/50 {
    --tw-gradient-to: rgb(78 126 32 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/55 {
    --tw-gradient-to: rgb(78 126 32 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/60 {
    --tw-gradient-to: rgb(78 126 32 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/65 {
    --tw-gradient-to: rgb(78 126 32 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/70 {
    --tw-gradient-to: rgb(78 126 32 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/75 {
    --tw-gradient-to: rgb(78 126 32 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/80 {
    --tw-gradient-to: rgb(78 126 32 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/85 {
    --tw-gradient-to: rgb(78 126 32 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/90 {
    --tw-gradient-to: rgb(78 126 32 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-800\/95 {
    --tw-gradient-to: rgb(78 126 32 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900 {
    --tw-gradient-to: #426a21 var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/0 {
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/10 {
    --tw-gradient-to: rgb(66 106 33 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/100 {
    --tw-gradient-to: rgb(66 106 33 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/15 {
    --tw-gradient-to: rgb(66 106 33 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/20 {
    --tw-gradient-to: rgb(66 106 33 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/25 {
    --tw-gradient-to: rgb(66 106 33 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/30 {
    --tw-gradient-to: rgb(66 106 33 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/35 {
    --tw-gradient-to: rgb(66 106 33 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/40 {
    --tw-gradient-to: rgb(66 106 33 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/45 {
    --tw-gradient-to: rgb(66 106 33 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/5 {
    --tw-gradient-to: rgb(66 106 33 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/50 {
    --tw-gradient-to: rgb(66 106 33 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/55 {
    --tw-gradient-to: rgb(66 106 33 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/60 {
    --tw-gradient-to: rgb(66 106 33 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/65 {
    --tw-gradient-to: rgb(66 106 33 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/70 {
    --tw-gradient-to: rgb(66 106 33 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/75 {
    --tw-gradient-to: rgb(66 106 33 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/80 {
    --tw-gradient-to: rgb(66 106 33 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/85 {
    --tw-gradient-to: rgb(66 106 33 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/90 {
    --tw-gradient-to: rgb(66 106 33 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-900\/95 {
    --tw-gradient-to: rgb(66 106 33 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950 {
    --tw-gradient-to: #203a0b var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/0 {
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/10 {
    --tw-gradient-to: rgb(32 58 11 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/100 {
    --tw-gradient-to: rgb(32 58 11 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/15 {
    --tw-gradient-to: rgb(32 58 11 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/20 {
    --tw-gradient-to: rgb(32 58 11 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/25 {
    --tw-gradient-to: rgb(32 58 11 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/30 {
    --tw-gradient-to: rgb(32 58 11 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/35 {
    --tw-gradient-to: rgb(32 58 11 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/40 {
    --tw-gradient-to: rgb(32 58 11 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/45 {
    --tw-gradient-to: rgb(32 58 11 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/5 {
    --tw-gradient-to: rgb(32 58 11 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/50 {
    --tw-gradient-to: rgb(32 58 11 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/55 {
    --tw-gradient-to: rgb(32 58 11 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/60 {
    --tw-gradient-to: rgb(32 58 11 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/65 {
    --tw-gradient-to: rgb(32 58 11 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/70 {
    --tw-gradient-to: rgb(32 58 11 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/75 {
    --tw-gradient-to: rgb(32 58 11 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/80 {
    --tw-gradient-to: rgb(32 58 11 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/85 {
    --tw-gradient-to: rgb(32 58 11 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/90 {
    --tw-gradient-to: rgb(32 58 11 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-accent-950\/95 {
    --tw-gradient-to: rgb(32 58 11 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100 {
    --tw-gradient-to: #e9e3ff var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/0 {
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/10 {
    --tw-gradient-to: rgb(233 227 255 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/100 {
    --tw-gradient-to: rgb(233 227 255 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/15 {
    --tw-gradient-to: rgb(233 227 255 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/20 {
    --tw-gradient-to: rgb(233 227 255 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/25 {
    --tw-gradient-to: rgb(233 227 255 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/30 {
    --tw-gradient-to: rgb(233 227 255 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/35 {
    --tw-gradient-to: rgb(233 227 255 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/40 {
    --tw-gradient-to: rgb(233 227 255 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/45 {
    --tw-gradient-to: rgb(233 227 255 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/5 {
    --tw-gradient-to: rgb(233 227 255 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/50 {
    --tw-gradient-to: rgb(233 227 255 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/55 {
    --tw-gradient-to: rgb(233 227 255 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/60 {
    --tw-gradient-to: rgb(233 227 255 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/65 {
    --tw-gradient-to: rgb(233 227 255 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/70 {
    --tw-gradient-to: rgb(233 227 255 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/75 {
    --tw-gradient-to: rgb(233 227 255 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/80 {
    --tw-gradient-to: rgb(233 227 255 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/85 {
    --tw-gradient-to: rgb(233 227 255 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/90 {
    --tw-gradient-to: rgb(233 227 255 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-100\/95 {
    --tw-gradient-to: rgb(233 227 255 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200 {
    --tw-gradient-to: #d3c7ff var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/0 {
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/10 {
    --tw-gradient-to: rgb(211 199 255 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/100 {
    --tw-gradient-to: rgb(211 199 255 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/15 {
    --tw-gradient-to: rgb(211 199 255 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/20 {
    --tw-gradient-to: rgb(211 199 255 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/25 {
    --tw-gradient-to: rgb(211 199 255 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/30 {
    --tw-gradient-to: rgb(211 199 255 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/35 {
    --tw-gradient-to: rgb(211 199 255 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/40 {
    --tw-gradient-to: rgb(211 199 255 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/45 {
    --tw-gradient-to: rgb(211 199 255 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/5 {
    --tw-gradient-to: rgb(211 199 255 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/50 {
    --tw-gradient-to: rgb(211 199 255 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/55 {
    --tw-gradient-to: rgb(211 199 255 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/60 {
    --tw-gradient-to: rgb(211 199 255 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/65 {
    --tw-gradient-to: rgb(211 199 255 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/70 {
    --tw-gradient-to: rgb(211 199 255 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/75 {
    --tw-gradient-to: rgb(211 199 255 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/80 {
    --tw-gradient-to: rgb(211 199 255 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/85 {
    --tw-gradient-to: rgb(211 199 255 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/90 {
    --tw-gradient-to: rgb(211 199 255 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-200\/95 {
    --tw-gradient-to: rgb(211 199 255 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300 {
    --tw-gradient-to: #b79aff var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/0 {
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/10 {
    --tw-gradient-to: rgb(183 154 255 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/100 {
    --tw-gradient-to: rgb(183 154 255 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/15 {
    --tw-gradient-to: rgb(183 154 255 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/20 {
    --tw-gradient-to: rgb(183 154 255 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/25 {
    --tw-gradient-to: rgb(183 154 255 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/30 {
    --tw-gradient-to: rgb(183 154 255 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/35 {
    --tw-gradient-to: rgb(183 154 255 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/40 {
    --tw-gradient-to: rgb(183 154 255 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/45 {
    --tw-gradient-to: rgb(183 154 255 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/5 {
    --tw-gradient-to: rgb(183 154 255 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/50 {
    --tw-gradient-to: rgb(183 154 255 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/55 {
    --tw-gradient-to: rgb(183 154 255 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/60 {
    --tw-gradient-to: rgb(183 154 255 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/65 {
    --tw-gradient-to: rgb(183 154 255 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/70 {
    --tw-gradient-to: rgb(183 154 255 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/75 {
    --tw-gradient-to: rgb(183 154 255 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/80 {
    --tw-gradient-to: rgb(183 154 255 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/85 {
    --tw-gradient-to: rgb(183 154 255 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/90 {
    --tw-gradient-to: rgb(183 154 255 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-300\/95 {
    --tw-gradient-to: rgb(183 154 255 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400 {
    --tw-gradient-to: #9562ff var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/0 {
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/10 {
    --tw-gradient-to: rgb(149 98 255 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/100 {
    --tw-gradient-to: rgb(149 98 255 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/15 {
    --tw-gradient-to: rgb(149 98 255 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/20 {
    --tw-gradient-to: rgb(149 98 255 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/25 {
    --tw-gradient-to: rgb(149 98 255 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/30 {
    --tw-gradient-to: rgb(149 98 255 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/35 {
    --tw-gradient-to: rgb(149 98 255 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/40 {
    --tw-gradient-to: rgb(149 98 255 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/45 {
    --tw-gradient-to: rgb(149 98 255 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/5 {
    --tw-gradient-to: rgb(149 98 255 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/50 {
    --tw-gradient-to: rgb(149 98 255 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/55 {
    --tw-gradient-to: rgb(149 98 255 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/60 {
    --tw-gradient-to: rgb(149 98 255 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/65 {
    --tw-gradient-to: rgb(149 98 255 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/70 {
    --tw-gradient-to: rgb(149 98 255 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/75 {
    --tw-gradient-to: rgb(149 98 255 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/80 {
    --tw-gradient-to: rgb(149 98 255 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/85 {
    --tw-gradient-to: rgb(149 98 255 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/90 {
    --tw-gradient-to: rgb(149 98 255 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-400\/95 {
    --tw-gradient-to: rgb(149 98 255 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50 {
    --tw-gradient-to: #f4f1ff var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/0 {
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/10 {
    --tw-gradient-to: rgb(244 241 255 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/100 {
    --tw-gradient-to: rgb(244 241 255 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/15 {
    --tw-gradient-to: rgb(244 241 255 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/20 {
    --tw-gradient-to: rgb(244 241 255 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/25 {
    --tw-gradient-to: rgb(244 241 255 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/30 {
    --tw-gradient-to: rgb(244 241 255 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/35 {
    --tw-gradient-to: rgb(244 241 255 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/40 {
    --tw-gradient-to: rgb(244 241 255 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/45 {
    --tw-gradient-to: rgb(244 241 255 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/5 {
    --tw-gradient-to: rgb(244 241 255 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/50 {
    --tw-gradient-to: rgb(244 241 255 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/55 {
    --tw-gradient-to: rgb(244 241 255 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/60 {
    --tw-gradient-to: rgb(244 241 255 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/65 {
    --tw-gradient-to: rgb(244 241 255 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/70 {
    --tw-gradient-to: rgb(244 241 255 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/75 {
    --tw-gradient-to: rgb(244 241 255 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/80 {
    --tw-gradient-to: rgb(244 241 255 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/85 {
    --tw-gradient-to: rgb(244 241 255 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/90 {
    --tw-gradient-to: rgb(244 241 255 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-50\/95 {
    --tw-gradient-to: rgb(244 241 255 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500 {
    --tw-gradient-to: #4e1cd1 var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/0 {
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/10 {
    --tw-gradient-to: rgb(78 28 209 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/100 {
    --tw-gradient-to: rgb(78 28 209 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/15 {
    --tw-gradient-to: rgb(78 28 209 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/20 {
    --tw-gradient-to: rgb(78 28 209 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/25 {
    --tw-gradient-to: rgb(78 28 209 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/30 {
    --tw-gradient-to: rgb(78 28 209 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/35 {
    --tw-gradient-to: rgb(78 28 209 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/40 {
    --tw-gradient-to: rgb(78 28 209 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/45 {
    --tw-gradient-to: rgb(78 28 209 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/5 {
    --tw-gradient-to: rgb(78 28 209 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/50 {
    --tw-gradient-to: rgb(78 28 209 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/55 {
    --tw-gradient-to: rgb(78 28 209 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/60 {
    --tw-gradient-to: rgb(78 28 209 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/65 {
    --tw-gradient-to: rgb(78 28 209 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/70 {
    --tw-gradient-to: rgb(78 28 209 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/75 {
    --tw-gradient-to: rgb(78 28 209 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/80 {
    --tw-gradient-to: rgb(78 28 209 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/85 {
    --tw-gradient-to: rgb(78 28 209 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/90 {
    --tw-gradient-to: rgb(78 28 209 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-500\/95 {
    --tw-gradient-to: rgb(78 28 209 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600 {
    --tw-gradient-to: #4115b5 var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/0 {
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/10 {
    --tw-gradient-to: rgb(65 21 181 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/100 {
    --tw-gradient-to: rgb(65 21 181 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/15 {
    --tw-gradient-to: rgb(65 21 181 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/20 {
    --tw-gradient-to: rgb(65 21 181 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/25 {
    --tw-gradient-to: rgb(65 21 181 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/30 {
    --tw-gradient-to: rgb(65 21 181 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/35 {
    --tw-gradient-to: rgb(65 21 181 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/40 {
    --tw-gradient-to: rgb(65 21 181 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/45 {
    --tw-gradient-to: rgb(65 21 181 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/5 {
    --tw-gradient-to: rgb(65 21 181 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/50 {
    --tw-gradient-to: rgb(65 21 181 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/55 {
    --tw-gradient-to: rgb(65 21 181 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/60 {
    --tw-gradient-to: rgb(65 21 181 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/65 {
    --tw-gradient-to: rgb(65 21 181 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/70 {
    --tw-gradient-to: rgb(65 21 181 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/75 {
    --tw-gradient-to: rgb(65 21 181 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/80 {
    --tw-gradient-to: rgb(65 21 181 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/85 {
    --tw-gradient-to: rgb(65 21 181 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/90 {
    --tw-gradient-to: rgb(65 21 181 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-600\/95 {
    --tw-gradient-to: rgb(65 21 181 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700 {
    --tw-gradient-to: #361096 var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/0 {
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/10 {
    --tw-gradient-to: rgb(54 16 150 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/100 {
    --tw-gradient-to: rgb(54 16 150 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/15 {
    --tw-gradient-to: rgb(54 16 150 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/20 {
    --tw-gradient-to: rgb(54 16 150 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/25 {
    --tw-gradient-to: rgb(54 16 150 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/30 {
    --tw-gradient-to: rgb(54 16 150 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/35 {
    --tw-gradient-to: rgb(54 16 150 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/40 {
    --tw-gradient-to: rgb(54 16 150 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/45 {
    --tw-gradient-to: rgb(54 16 150 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/5 {
    --tw-gradient-to: rgb(54 16 150 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/50 {
    --tw-gradient-to: rgb(54 16 150 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/55 {
    --tw-gradient-to: rgb(54 16 150 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/60 {
    --tw-gradient-to: rgb(54 16 150 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/65 {
    --tw-gradient-to: rgb(54 16 150 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/70 {
    --tw-gradient-to: rgb(54 16 150 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/75 {
    --tw-gradient-to: rgb(54 16 150 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/80 {
    --tw-gradient-to: rgb(54 16 150 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/85 {
    --tw-gradient-to: rgb(54 16 150 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/90 {
    --tw-gradient-to: rgb(54 16 150 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-700\/95 {
    --tw-gradient-to: rgb(54 16 150 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800 {
    --tw-gradient-to: #2e1078 var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/0 {
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/10 {
    --tw-gradient-to: rgb(46 16 120 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/100 {
    --tw-gradient-to: rgb(46 16 120 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/15 {
    --tw-gradient-to: rgb(46 16 120 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/20 {
    --tw-gradient-to: rgb(46 16 120 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/25 {
    --tw-gradient-to: rgb(46 16 120 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/30 {
    --tw-gradient-to: rgb(46 16 120 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/35 {
    --tw-gradient-to: rgb(46 16 120 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/40 {
    --tw-gradient-to: rgb(46 16 120 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/45 {
    --tw-gradient-to: rgb(46 16 120 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/5 {
    --tw-gradient-to: rgb(46 16 120 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/50 {
    --tw-gradient-to: rgb(46 16 120 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/55 {
    --tw-gradient-to: rgb(46 16 120 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/60 {
    --tw-gradient-to: rgb(46 16 120 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/65 {
    --tw-gradient-to: rgb(46 16 120 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/70 {
    --tw-gradient-to: rgb(46 16 120 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/75 {
    --tw-gradient-to: rgb(46 16 120 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/80 {
    --tw-gradient-to: rgb(46 16 120 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/85 {
    --tw-gradient-to: rgb(46 16 120 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/90 {
    --tw-gradient-to: rgb(46 16 120 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-800\/95 {
    --tw-gradient-to: rgb(46 16 120 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900 {
    --tw-gradient-to: #270f62 var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/0 {
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/10 {
    --tw-gradient-to: rgb(39 15 98 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/100 {
    --tw-gradient-to: rgb(39 15 98 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/15 {
    --tw-gradient-to: rgb(39 15 98 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/20 {
    --tw-gradient-to: rgb(39 15 98 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/25 {
    --tw-gradient-to: rgb(39 15 98 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/30 {
    --tw-gradient-to: rgb(39 15 98 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/35 {
    --tw-gradient-to: rgb(39 15 98 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/40 {
    --tw-gradient-to: rgb(39 15 98 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/45 {
    --tw-gradient-to: rgb(39 15 98 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/5 {
    --tw-gradient-to: rgb(39 15 98 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/50 {
    --tw-gradient-to: rgb(39 15 98 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/55 {
    --tw-gradient-to: rgb(39 15 98 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/60 {
    --tw-gradient-to: rgb(39 15 98 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/65 {
    --tw-gradient-to: rgb(39 15 98 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/70 {
    --tw-gradient-to: rgb(39 15 98 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/75 {
    --tw-gradient-to: rgb(39 15 98 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/80 {
    --tw-gradient-to: rgb(39 15 98 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/85 {
    --tw-gradient-to: rgb(39 15 98 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/90 {
    --tw-gradient-to: rgb(39 15 98 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-900\/95 {
    --tw-gradient-to: rgb(39 15 98 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950 {
    --tw-gradient-to: #16053a var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/0 {
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/10 {
    --tw-gradient-to: rgb(22 5 58 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/100 {
    --tw-gradient-to: rgb(22 5 58 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/15 {
    --tw-gradient-to: rgb(22 5 58 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/20 {
    --tw-gradient-to: rgb(22 5 58 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/25 {
    --tw-gradient-to: rgb(22 5 58 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/30 {
    --tw-gradient-to: rgb(22 5 58 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/35 {
    --tw-gradient-to: rgb(22 5 58 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/40 {
    --tw-gradient-to: rgb(22 5 58 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/45 {
    --tw-gradient-to: rgb(22 5 58 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/5 {
    --tw-gradient-to: rgb(22 5 58 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/50 {
    --tw-gradient-to: rgb(22 5 58 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/55 {
    --tw-gradient-to: rgb(22 5 58 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/60 {
    --tw-gradient-to: rgb(22 5 58 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/65 {
    --tw-gradient-to: rgb(22 5 58 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/70 {
    --tw-gradient-to: rgb(22 5 58 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/75 {
    --tw-gradient-to: rgb(22 5 58 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/80 {
    --tw-gradient-to: rgb(22 5 58 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/85 {
    --tw-gradient-to: rgb(22 5 58 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/90 {
    --tw-gradient-to: rgb(22 5 58 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-brand-950\/95 {
    --tw-gradient-to: rgb(22 5 58 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100 {
    --tw-gradient-to: #f6f5f4 var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/0 {
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/10 {
    --tw-gradient-to: rgb(246 245 244 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/100 {
    --tw-gradient-to: rgb(246 245 244 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/15 {
    --tw-gradient-to: rgb(246 245 244 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/20 {
    --tw-gradient-to: rgb(246 245 244 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/25 {
    --tw-gradient-to: rgb(246 245 244 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/30 {
    --tw-gradient-to: rgb(246 245 244 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/35 {
    --tw-gradient-to: rgb(246 245 244 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/40 {
    --tw-gradient-to: rgb(246 245 244 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/45 {
    --tw-gradient-to: rgb(246 245 244 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/5 {
    --tw-gradient-to: rgb(246 245 244 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/50 {
    --tw-gradient-to: rgb(246 245 244 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/55 {
    --tw-gradient-to: rgb(246 245 244 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/60 {
    --tw-gradient-to: rgb(246 245 244 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/65 {
    --tw-gradient-to: rgb(246 245 244 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/70 {
    --tw-gradient-to: rgb(246 245 244 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/75 {
    --tw-gradient-to: rgb(246 245 244 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/80 {
    --tw-gradient-to: rgb(246 245 244 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/85 {
    --tw-gradient-to: rgb(246 245 244 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/90 {
    --tw-gradient-to: rgb(246 245 244 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-100\/95 {
    --tw-gradient-to: rgb(246 245 244 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200 {
    --tw-gradient-to: #e9e6e3 var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/0 {
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/10 {
    --tw-gradient-to: rgb(233 230 227 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/100 {
    --tw-gradient-to: rgb(233 230 227 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/15 {
    --tw-gradient-to: rgb(233 230 227 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/20 {
    --tw-gradient-to: rgb(233 230 227 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/25 {
    --tw-gradient-to: rgb(233 230 227 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/30 {
    --tw-gradient-to: rgb(233 230 227 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/35 {
    --tw-gradient-to: rgb(233 230 227 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/40 {
    --tw-gradient-to: rgb(233 230 227 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/45 {
    --tw-gradient-to: rgb(233 230 227 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/5 {
    --tw-gradient-to: rgb(233 230 227 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/50 {
    --tw-gradient-to: rgb(233 230 227 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/55 {
    --tw-gradient-to: rgb(233 230 227 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/60 {
    --tw-gradient-to: rgb(233 230 227 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/65 {
    --tw-gradient-to: rgb(233 230 227 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/70 {
    --tw-gradient-to: rgb(233 230 227 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/75 {
    --tw-gradient-to: rgb(233 230 227 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/80 {
    --tw-gradient-to: rgb(233 230 227 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/85 {
    --tw-gradient-to: rgb(233 230 227 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/90 {
    --tw-gradient-to: rgb(233 230 227 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-200\/95 {
    --tw-gradient-to: rgb(233 230 227 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300 {
    --tw-gradient-to: #d7d2cd var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/0 {
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/10 {
    --tw-gradient-to: rgb(215 210 205 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/100 {
    --tw-gradient-to: rgb(215 210 205 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/15 {
    --tw-gradient-to: rgb(215 210 205 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/20 {
    --tw-gradient-to: rgb(215 210 205 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/25 {
    --tw-gradient-to: rgb(215 210 205 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/30 {
    --tw-gradient-to: rgb(215 210 205 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/35 {
    --tw-gradient-to: rgb(215 210 205 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/40 {
    --tw-gradient-to: rgb(215 210 205 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/45 {
    --tw-gradient-to: rgb(215 210 205 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/5 {
    --tw-gradient-to: rgb(215 210 205 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/50 {
    --tw-gradient-to: rgb(215 210 205 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/55 {
    --tw-gradient-to: rgb(215 210 205 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/60 {
    --tw-gradient-to: rgb(215 210 205 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/65 {
    --tw-gradient-to: rgb(215 210 205 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/70 {
    --tw-gradient-to: rgb(215 210 205 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/75 {
    --tw-gradient-to: rgb(215 210 205 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/80 {
    --tw-gradient-to: rgb(215 210 205 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/85 {
    --tw-gradient-to: rgb(215 210 205 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/90 {
    --tw-gradient-to: rgb(215 210 205 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-300\/95 {
    --tw-gradient-to: rgb(215 210 205 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400 {
    --tw-gradient-to: #afa8a1 var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/0 {
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/10 {
    --tw-gradient-to: rgb(175 168 161 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/100 {
    --tw-gradient-to: rgb(175 168 161 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/15 {
    --tw-gradient-to: rgb(175 168 161 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/20 {
    --tw-gradient-to: rgb(175 168 161 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/25 {
    --tw-gradient-to: rgb(175 168 161 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/30 {
    --tw-gradient-to: rgb(175 168 161 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/35 {
    --tw-gradient-to: rgb(175 168 161 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/40 {
    --tw-gradient-to: rgb(175 168 161 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/45 {
    --tw-gradient-to: rgb(175 168 161 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/5 {
    --tw-gradient-to: rgb(175 168 161 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/50 {
    --tw-gradient-to: rgb(175 168 161 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/55 {
    --tw-gradient-to: rgb(175 168 161 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/60 {
    --tw-gradient-to: rgb(175 168 161 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/65 {
    --tw-gradient-to: rgb(175 168 161 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/70 {
    --tw-gradient-to: rgb(175 168 161 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/75 {
    --tw-gradient-to: rgb(175 168 161 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/80 {
    --tw-gradient-to: rgb(175 168 161 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/85 {
    --tw-gradient-to: rgb(175 168 161 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/90 {
    --tw-gradient-to: rgb(175 168 161 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-400\/95 {
    --tw-gradient-to: rgb(175 168 161 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50 {
    --tw-gradient-to: #fbfaf9 var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/0 {
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/10 {
    --tw-gradient-to: rgb(251 250 249 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/100 {
    --tw-gradient-to: rgb(251 250 249 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/15 {
    --tw-gradient-to: rgb(251 250 249 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/20 {
    --tw-gradient-to: rgb(251 250 249 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/25 {
    --tw-gradient-to: rgb(251 250 249 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/30 {
    --tw-gradient-to: rgb(251 250 249 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/35 {
    --tw-gradient-to: rgb(251 250 249 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/40 {
    --tw-gradient-to: rgb(251 250 249 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/45 {
    --tw-gradient-to: rgb(251 250 249 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/5 {
    --tw-gradient-to: rgb(251 250 249 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/50 {
    --tw-gradient-to: rgb(251 250 249 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/55 {
    --tw-gradient-to: rgb(251 250 249 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/60 {
    --tw-gradient-to: rgb(251 250 249 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/65 {
    --tw-gradient-to: rgb(251 250 249 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/70 {
    --tw-gradient-to: rgb(251 250 249 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/75 {
    --tw-gradient-to: rgb(251 250 249 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/80 {
    --tw-gradient-to: rgb(251 250 249 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/85 {
    --tw-gradient-to: rgb(251 250 249 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/90 {
    --tw-gradient-to: rgb(251 250 249 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-50\/95 {
    --tw-gradient-to: rgb(251 250 249 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500 {
    --tw-gradient-to: #817971 var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/0 {
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/10 {
    --tw-gradient-to: rgb(129 121 113 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/100 {
    --tw-gradient-to: rgb(129 121 113 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/15 {
    --tw-gradient-to: rgb(129 121 113 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/20 {
    --tw-gradient-to: rgb(129 121 113 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/25 {
    --tw-gradient-to: rgb(129 121 113 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/30 {
    --tw-gradient-to: rgb(129 121 113 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/35 {
    --tw-gradient-to: rgb(129 121 113 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/40 {
    --tw-gradient-to: rgb(129 121 113 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/45 {
    --tw-gradient-to: rgb(129 121 113 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/5 {
    --tw-gradient-to: rgb(129 121 113 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/50 {
    --tw-gradient-to: rgb(129 121 113 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/55 {
    --tw-gradient-to: rgb(129 121 113 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/60 {
    --tw-gradient-to: rgb(129 121 113 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/65 {
    --tw-gradient-to: rgb(129 121 113 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/70 {
    --tw-gradient-to: rgb(129 121 113 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/75 {
    --tw-gradient-to: rgb(129 121 113 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/80 {
    --tw-gradient-to: rgb(129 121 113 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/85 {
    --tw-gradient-to: rgb(129 121 113 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/90 {
    --tw-gradient-to: rgb(129 121 113 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-500\/95 {
    --tw-gradient-to: rgb(129 121 113 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600 {
    --tw-gradient-to: #605952 var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/0 {
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/10 {
    --tw-gradient-to: rgb(96 89 82 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/100 {
    --tw-gradient-to: rgb(96 89 82 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/15 {
    --tw-gradient-to: rgb(96 89 82 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/20 {
    --tw-gradient-to: rgb(96 89 82 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/25 {
    --tw-gradient-to: rgb(96 89 82 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/30 {
    --tw-gradient-to: rgb(96 89 82 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/35 {
    --tw-gradient-to: rgb(96 89 82 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/40 {
    --tw-gradient-to: rgb(96 89 82 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/45 {
    --tw-gradient-to: rgb(96 89 82 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/5 {
    --tw-gradient-to: rgb(96 89 82 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/50 {
    --tw-gradient-to: rgb(96 89 82 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/55 {
    --tw-gradient-to: rgb(96 89 82 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/60 {
    --tw-gradient-to: rgb(96 89 82 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/65 {
    --tw-gradient-to: rgb(96 89 82 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/70 {
    --tw-gradient-to: rgb(96 89 82 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/75 {
    --tw-gradient-to: rgb(96 89 82 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/80 {
    --tw-gradient-to: rgb(96 89 82 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/85 {
    --tw-gradient-to: rgb(96 89 82 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/90 {
    --tw-gradient-to: rgb(96 89 82 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-600\/95 {
    --tw-gradient-to: rgb(96 89 82 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700 {
    --tw-gradient-to: #49443f var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/0 {
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/10 {
    --tw-gradient-to: rgb(73 68 63 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/100 {
    --tw-gradient-to: rgb(73 68 63 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/15 {
    --tw-gradient-to: rgb(73 68 63 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/20 {
    --tw-gradient-to: rgb(73 68 63 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/25 {
    --tw-gradient-to: rgb(73 68 63 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/30 {
    --tw-gradient-to: rgb(73 68 63 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/35 {
    --tw-gradient-to: rgb(73 68 63 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/40 {
    --tw-gradient-to: rgb(73 68 63 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/45 {
    --tw-gradient-to: rgb(73 68 63 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/5 {
    --tw-gradient-to: rgb(73 68 63 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/50 {
    --tw-gradient-to: rgb(73 68 63 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/55 {
    --tw-gradient-to: rgb(73 68 63 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/60 {
    --tw-gradient-to: rgb(73 68 63 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/65 {
    --tw-gradient-to: rgb(73 68 63 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/70 {
    --tw-gradient-to: rgb(73 68 63 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/75 {
    --tw-gradient-to: rgb(73 68 63 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/80 {
    --tw-gradient-to: rgb(73 68 63 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/85 {
    --tw-gradient-to: rgb(73 68 63 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/90 {
    --tw-gradient-to: rgb(73 68 63 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-700\/95 {
    --tw-gradient-to: rgb(73 68 63 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800 {
    --tw-gradient-to: #302d2a var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/0 {
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/10 {
    --tw-gradient-to: rgb(48 45 42 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/100 {
    --tw-gradient-to: rgb(48 45 42 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/15 {
    --tw-gradient-to: rgb(48 45 42 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/20 {
    --tw-gradient-to: rgb(48 45 42 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/25 {
    --tw-gradient-to: rgb(48 45 42 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/30 {
    --tw-gradient-to: rgb(48 45 42 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/35 {
    --tw-gradient-to: rgb(48 45 42 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/40 {
    --tw-gradient-to: rgb(48 45 42 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/45 {
    --tw-gradient-to: rgb(48 45 42 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/5 {
    --tw-gradient-to: rgb(48 45 42 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/50 {
    --tw-gradient-to: rgb(48 45 42 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/55 {
    --tw-gradient-to: rgb(48 45 42 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/60 {
    --tw-gradient-to: rgb(48 45 42 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/65 {
    --tw-gradient-to: rgb(48 45 42 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/70 {
    --tw-gradient-to: rgb(48 45 42 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/75 {
    --tw-gradient-to: rgb(48 45 42 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/80 {
    --tw-gradient-to: rgb(48 45 42 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/85 {
    --tw-gradient-to: rgb(48 45 42 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/90 {
    --tw-gradient-to: rgb(48 45 42 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-800\/95 {
    --tw-gradient-to: rgb(48 45 42 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900 {
    --tw-gradient-to: #211f1d var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/0 {
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/10 {
    --tw-gradient-to: rgb(33 31 29 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/100 {
    --tw-gradient-to: rgb(33 31 29 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/15 {
    --tw-gradient-to: rgb(33 31 29 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/20 {
    --tw-gradient-to: rgb(33 31 29 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/25 {
    --tw-gradient-to: rgb(33 31 29 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/30 {
    --tw-gradient-to: rgb(33 31 29 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/35 {
    --tw-gradient-to: rgb(33 31 29 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/40 {
    --tw-gradient-to: rgb(33 31 29 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/45 {
    --tw-gradient-to: rgb(33 31 29 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/5 {
    --tw-gradient-to: rgb(33 31 29 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/50 {
    --tw-gradient-to: rgb(33 31 29 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/55 {
    --tw-gradient-to: rgb(33 31 29 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/60 {
    --tw-gradient-to: rgb(33 31 29 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/65 {
    --tw-gradient-to: rgb(33 31 29 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/70 {
    --tw-gradient-to: rgb(33 31 29 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/75 {
    --tw-gradient-to: rgb(33 31 29 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/80 {
    --tw-gradient-to: rgb(33 31 29 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/85 {
    --tw-gradient-to: rgb(33 31 29 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/90 {
    --tw-gradient-to: rgb(33 31 29 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-900\/95 {
    --tw-gradient-to: rgb(33 31 29 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950 {
    --tw-gradient-to: #121110 var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/0 {
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/10 {
    --tw-gradient-to: rgb(18 17 16 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/100 {
    --tw-gradient-to: rgb(18 17 16 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/15 {
    --tw-gradient-to: rgb(18 17 16 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/20 {
    --tw-gradient-to: rgb(18 17 16 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/25 {
    --tw-gradient-to: rgb(18 17 16 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/30 {
    --tw-gradient-to: rgb(18 17 16 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/35 {
    --tw-gradient-to: rgb(18 17 16 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/40 {
    --tw-gradient-to: rgb(18 17 16 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/45 {
    --tw-gradient-to: rgb(18 17 16 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/5 {
    --tw-gradient-to: rgb(18 17 16 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/50 {
    --tw-gradient-to: rgb(18 17 16 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/55 {
    --tw-gradient-to: rgb(18 17 16 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/60 {
    --tw-gradient-to: rgb(18 17 16 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/65 {
    --tw-gradient-to: rgb(18 17 16 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/70 {
    --tw-gradient-to: rgb(18 17 16 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/75 {
    --tw-gradient-to: rgb(18 17 16 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/80 {
    --tw-gradient-to: rgb(18 17 16 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/85 {
    --tw-gradient-to: rgb(18 17 16 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/90 {
    --tw-gradient-to: rgb(18 17 16 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-neutral-950\/95 {
    --tw-gradient-to: rgb(18 17 16 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100 {
    --tw-gradient-to: #feeade var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/0 {
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/10 {
    --tw-gradient-to: rgb(254 234 222 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/100 {
    --tw-gradient-to: rgb(254 234 222 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/15 {
    --tw-gradient-to: rgb(254 234 222 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/20 {
    --tw-gradient-to: rgb(254 234 222 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/25 {
    --tw-gradient-to: rgb(254 234 222 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/30 {
    --tw-gradient-to: rgb(254 234 222 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/35 {
    --tw-gradient-to: rgb(254 234 222 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/40 {
    --tw-gradient-to: rgb(254 234 222 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/45 {
    --tw-gradient-to: rgb(254 234 222 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/5 {
    --tw-gradient-to: rgb(254 234 222 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/50 {
    --tw-gradient-to: rgb(254 234 222 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/55 {
    --tw-gradient-to: rgb(254 234 222 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/60 {
    --tw-gradient-to: rgb(254 234 222 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/65 {
    --tw-gradient-to: rgb(254 234 222 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/70 {
    --tw-gradient-to: rgb(254 234 222 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/75 {
    --tw-gradient-to: rgb(254 234 222 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/80 {
    --tw-gradient-to: rgb(254 234 222 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/85 {
    --tw-gradient-to: rgb(254 234 222 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/90 {
    --tw-gradient-to: rgb(254 234 222 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-100\/95 {
    --tw-gradient-to: rgb(254 234 222 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200 {
    --tw-gradient-to: #fcd3bd var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/0 {
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/10 {
    --tw-gradient-to: rgb(252 211 189 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/100 {
    --tw-gradient-to: rgb(252 211 189 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/15 {
    --tw-gradient-to: rgb(252 211 189 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/20 {
    --tw-gradient-to: rgb(252 211 189 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/25 {
    --tw-gradient-to: rgb(252 211 189 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/30 {
    --tw-gradient-to: rgb(252 211 189 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/35 {
    --tw-gradient-to: rgb(252 211 189 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/40 {
    --tw-gradient-to: rgb(252 211 189 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/45 {
    --tw-gradient-to: rgb(252 211 189 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/5 {
    --tw-gradient-to: rgb(252 211 189 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/50 {
    --tw-gradient-to: rgb(252 211 189 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/55 {
    --tw-gradient-to: rgb(252 211 189 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/60 {
    --tw-gradient-to: rgb(252 211 189 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/65 {
    --tw-gradient-to: rgb(252 211 189 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/70 {
    --tw-gradient-to: rgb(252 211 189 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/75 {
    --tw-gradient-to: rgb(252 211 189 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/80 {
    --tw-gradient-to: rgb(252 211 189 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/85 {
    --tw-gradient-to: rgb(252 211 189 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/90 {
    --tw-gradient-to: rgb(252 211 189 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-200\/95 {
    --tw-gradient-to: rgb(252 211 189 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300 {
    --tw-gradient-to: #fab38f var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/0 {
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/10 {
    --tw-gradient-to: rgb(250 179 143 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/100 {
    --tw-gradient-to: rgb(250 179 143 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/15 {
    --tw-gradient-to: rgb(250 179 143 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/20 {
    --tw-gradient-to: rgb(250 179 143 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/25 {
    --tw-gradient-to: rgb(250 179 143 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/30 {
    --tw-gradient-to: rgb(250 179 143 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/35 {
    --tw-gradient-to: rgb(250 179 143 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/40 {
    --tw-gradient-to: rgb(250 179 143 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/45 {
    --tw-gradient-to: rgb(250 179 143 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/5 {
    --tw-gradient-to: rgb(250 179 143 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/50 {
    --tw-gradient-to: rgb(250 179 143 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/55 {
    --tw-gradient-to: rgb(250 179 143 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/60 {
    --tw-gradient-to: rgb(250 179 143 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/65 {
    --tw-gradient-to: rgb(250 179 143 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/70 {
    --tw-gradient-to: rgb(250 179 143 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/75 {
    --tw-gradient-to: rgb(250 179 143 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/80 {
    --tw-gradient-to: rgb(250 179 143 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/85 {
    --tw-gradient-to: rgb(250 179 143 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/90 {
    --tw-gradient-to: rgb(250 179 143 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-300\/95 {
    --tw-gradient-to: rgb(250 179 143 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400 {
    --tw-gradient-to: #f99766 var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/0 {
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/10 {
    --tw-gradient-to: rgb(249 151 102 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/100 {
    --tw-gradient-to: rgb(249 151 102 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/15 {
    --tw-gradient-to: rgb(249 151 102 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/20 {
    --tw-gradient-to: rgb(249 151 102 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/25 {
    --tw-gradient-to: rgb(249 151 102 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/30 {
    --tw-gradient-to: rgb(249 151 102 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/35 {
    --tw-gradient-to: rgb(249 151 102 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/40 {
    --tw-gradient-to: rgb(249 151 102 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/45 {
    --tw-gradient-to: rgb(249 151 102 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/5 {
    --tw-gradient-to: rgb(249 151 102 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/50 {
    --tw-gradient-to: rgb(249 151 102 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/55 {
    --tw-gradient-to: rgb(249 151 102 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/60 {
    --tw-gradient-to: rgb(249 151 102 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/65 {
    --tw-gradient-to: rgb(249 151 102 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/70 {
    --tw-gradient-to: rgb(249 151 102 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/75 {
    --tw-gradient-to: rgb(249 151 102 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/80 {
    --tw-gradient-to: rgb(249 151 102 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/85 {
    --tw-gradient-to: rgb(249 151 102 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/90 {
    --tw-gradient-to: rgb(249 151 102 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-400\/95 {
    --tw-gradient-to: rgb(249 151 102 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50 {
    --tw-gradient-to: #fff7f2 var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/0 {
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/10 {
    --tw-gradient-to: rgb(255 247 242 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/100 {
    --tw-gradient-to: rgb(255 247 242 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/15 {
    --tw-gradient-to: rgb(255 247 242 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/20 {
    --tw-gradient-to: rgb(255 247 242 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/25 {
    --tw-gradient-to: rgb(255 247 242 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/30 {
    --tw-gradient-to: rgb(255 247 242 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/35 {
    --tw-gradient-to: rgb(255 247 242 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/40 {
    --tw-gradient-to: rgb(255 247 242 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/45 {
    --tw-gradient-to: rgb(255 247 242 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/5 {
    --tw-gradient-to: rgb(255 247 242 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/50 {
    --tw-gradient-to: rgb(255 247 242 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/55 {
    --tw-gradient-to: rgb(255 247 242 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/60 {
    --tw-gradient-to: rgb(255 247 242 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/65 {
    --tw-gradient-to: rgb(255 247 242 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/70 {
    --tw-gradient-to: rgb(255 247 242 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/75 {
    --tw-gradient-to: rgb(255 247 242 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/80 {
    --tw-gradient-to: rgb(255 247 242 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/85 {
    --tw-gradient-to: rgb(255 247 242 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/90 {
    --tw-gradient-to: rgb(255 247 242 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-50\/95 {
    --tw-gradient-to: rgb(255 247 242 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500 {
    --tw-gradient-to: #f78d4d var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/0 {
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/10 {
    --tw-gradient-to: rgb(247 141 77 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/100 {
    --tw-gradient-to: rgb(247 141 77 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/15 {
    --tw-gradient-to: rgb(247 141 77 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/20 {
    --tw-gradient-to: rgb(247 141 77 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/25 {
    --tw-gradient-to: rgb(247 141 77 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/30 {
    --tw-gradient-to: rgb(247 141 77 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/35 {
    --tw-gradient-to: rgb(247 141 77 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/40 {
    --tw-gradient-to: rgb(247 141 77 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/45 {
    --tw-gradient-to: rgb(247 141 77 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/5 {
    --tw-gradient-to: rgb(247 141 77 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/50 {
    --tw-gradient-to: rgb(247 141 77 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/55 {
    --tw-gradient-to: rgb(247 141 77 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/60 {
    --tw-gradient-to: rgb(247 141 77 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/65 {
    --tw-gradient-to: rgb(247 141 77 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/70 {
    --tw-gradient-to: rgb(247 141 77 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/75 {
    --tw-gradient-to: rgb(247 141 77 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/80 {
    --tw-gradient-to: rgb(247 141 77 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/85 {
    --tw-gradient-to: rgb(247 141 77 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/90 {
    --tw-gradient-to: rgb(247 141 77 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-500\/95 {
    --tw-gradient-to: rgb(247 141 77 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600 {
    --tw-gradient-to: #e96325 var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/0 {
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/10 {
    --tw-gradient-to: rgb(233 99 37 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/100 {
    --tw-gradient-to: rgb(233 99 37 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/15 {
    --tw-gradient-to: rgb(233 99 37 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/20 {
    --tw-gradient-to: rgb(233 99 37 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/25 {
    --tw-gradient-to: rgb(233 99 37 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/30 {
    --tw-gradient-to: rgb(233 99 37 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/35 {
    --tw-gradient-to: rgb(233 99 37 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/40 {
    --tw-gradient-to: rgb(233 99 37 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/45 {
    --tw-gradient-to: rgb(233 99 37 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/5 {
    --tw-gradient-to: rgb(233 99 37 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/50 {
    --tw-gradient-to: rgb(233 99 37 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/55 {
    --tw-gradient-to: rgb(233 99 37 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/60 {
    --tw-gradient-to: rgb(233 99 37 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/65 {
    --tw-gradient-to: rgb(233 99 37 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/70 {
    --tw-gradient-to: rgb(233 99 37 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/75 {
    --tw-gradient-to: rgb(233 99 37 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/80 {
    --tw-gradient-to: rgb(233 99 37 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/85 {
    --tw-gradient-to: rgb(233 99 37 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/90 {
    --tw-gradient-to: rgb(233 99 37 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-600\/95 {
    --tw-gradient-to: rgb(233 99 37 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700 {
    --tw-gradient-to: #c94a16 var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/0 {
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/10 {
    --tw-gradient-to: rgb(201 74 22 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/100 {
    --tw-gradient-to: rgb(201 74 22 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/15 {
    --tw-gradient-to: rgb(201 74 22 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/20 {
    --tw-gradient-to: rgb(201 74 22 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/25 {
    --tw-gradient-to: rgb(201 74 22 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/30 {
    --tw-gradient-to: rgb(201 74 22 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/35 {
    --tw-gradient-to: rgb(201 74 22 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/40 {
    --tw-gradient-to: rgb(201 74 22 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/45 {
    --tw-gradient-to: rgb(201 74 22 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/5 {
    --tw-gradient-to: rgb(201 74 22 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/50 {
    --tw-gradient-to: rgb(201 74 22 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/55 {
    --tw-gradient-to: rgb(201 74 22 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/60 {
    --tw-gradient-to: rgb(201 74 22 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/65 {
    --tw-gradient-to: rgb(201 74 22 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/70 {
    --tw-gradient-to: rgb(201 74 22 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/75 {
    --tw-gradient-to: rgb(201 74 22 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/80 {
    --tw-gradient-to: rgb(201 74 22 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/85 {
    --tw-gradient-to: rgb(201 74 22 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/90 {
    --tw-gradient-to: rgb(201 74 22 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-700\/95 {
    --tw-gradient-to: rgb(201 74 22 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800 {
    --tw-gradient-to: #a13b18 var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/0 {
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/10 {
    --tw-gradient-to: rgb(161 59 24 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/100 {
    --tw-gradient-to: rgb(161 59 24 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/15 {
    --tw-gradient-to: rgb(161 59 24 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/20 {
    --tw-gradient-to: rgb(161 59 24 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/25 {
    --tw-gradient-to: rgb(161 59 24 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/30 {
    --tw-gradient-to: rgb(161 59 24 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/35 {
    --tw-gradient-to: rgb(161 59 24 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/40 {
    --tw-gradient-to: rgb(161 59 24 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/45 {
    --tw-gradient-to: rgb(161 59 24 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/5 {
    --tw-gradient-to: rgb(161 59 24 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/50 {
    --tw-gradient-to: rgb(161 59 24 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/55 {
    --tw-gradient-to: rgb(161 59 24 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/60 {
    --tw-gradient-to: rgb(161 59 24 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/65 {
    --tw-gradient-to: rgb(161 59 24 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/70 {
    --tw-gradient-to: rgb(161 59 24 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/75 {
    --tw-gradient-to: rgb(161 59 24 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/80 {
    --tw-gradient-to: rgb(161 59 24 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/85 {
    --tw-gradient-to: rgb(161 59 24 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/90 {
    --tw-gradient-to: rgb(161 59 24 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-800\/95 {
    --tw-gradient-to: rgb(161 59 24 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900 {
    --tw-gradient-to: #823318 var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/0 {
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/10 {
    --tw-gradient-to: rgb(130 51 24 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/100 {
    --tw-gradient-to: rgb(130 51 24 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/15 {
    --tw-gradient-to: rgb(130 51 24 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/20 {
    --tw-gradient-to: rgb(130 51 24 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/25 {
    --tw-gradient-to: rgb(130 51 24 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/30 {
    --tw-gradient-to: rgb(130 51 24 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/35 {
    --tw-gradient-to: rgb(130 51 24 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/40 {
    --tw-gradient-to: rgb(130 51 24 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/45 {
    --tw-gradient-to: rgb(130 51 24 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/5 {
    --tw-gradient-to: rgb(130 51 24 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/50 {
    --tw-gradient-to: rgb(130 51 24 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/55 {
    --tw-gradient-to: rgb(130 51 24 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/60 {
    --tw-gradient-to: rgb(130 51 24 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/65 {
    --tw-gradient-to: rgb(130 51 24 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/70 {
    --tw-gradient-to: rgb(130 51 24 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/75 {
    --tw-gradient-to: rgb(130 51 24 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/80 {
    --tw-gradient-to: rgb(130 51 24 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/85 {
    --tw-gradient-to: rgb(130 51 24 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/90 {
    --tw-gradient-to: rgb(130 51 24 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-900\/95 {
    --tw-gradient-to: rgb(130 51 24 / 0.95) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950 {
    --tw-gradient-to: #461708 var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/0 {
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/10 {
    --tw-gradient-to: rgb(70 23 8 / 0.1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/100 {
    --tw-gradient-to: rgb(70 23 8 / 1) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/15 {
    --tw-gradient-to: rgb(70 23 8 / 0.15) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/20 {
    --tw-gradient-to: rgb(70 23 8 / 0.2) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/25 {
    --tw-gradient-to: rgb(70 23 8 / 0.25) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/30 {
    --tw-gradient-to: rgb(70 23 8 / 0.3) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/35 {
    --tw-gradient-to: rgb(70 23 8 / 0.35) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/40 {
    --tw-gradient-to: rgb(70 23 8 / 0.4) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/45 {
    --tw-gradient-to: rgb(70 23 8 / 0.45) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/5 {
    --tw-gradient-to: rgb(70 23 8 / 0.05) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/50 {
    --tw-gradient-to: rgb(70 23 8 / 0.5) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/55 {
    --tw-gradient-to: rgb(70 23 8 / 0.55) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/60 {
    --tw-gradient-to: rgb(70 23 8 / 0.6) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/65 {
    --tw-gradient-to: rgb(70 23 8 / 0.65) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/70 {
    --tw-gradient-to: rgb(70 23 8 / 0.7) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/75 {
    --tw-gradient-to: rgb(70 23 8 / 0.75) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/80 {
    --tw-gradient-to: rgb(70 23 8 / 0.8) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/85 {
    --tw-gradient-to: rgb(70 23 8 / 0.85) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/90 {
    --tw-gradient-to: rgb(70 23 8 / 0.9) var(--tw-gradient-to-position);
  }

  .md\:to-primary-950\/95 {
    --tw-gradient-to: rgb(70 23 8 / 0.95) var(--tw-gradient-to-position);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0.85) 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-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\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0.85) 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-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\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0.85) 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\:bg-fixed {
    background-attachment: fixed;
  }

  .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\/15 {
    fill: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    fill: rgb(254 249 195 / 0.35);
  }

  .md\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .md\:fill-yellow-100\/45 {
    fill: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    fill: rgb(254 249 195 / 0.55);
  }

  .md\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .md\:fill-yellow-100\/65 {
    fill: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    fill: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    fill: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    fill: rgb(254 240 138 / 0.35);
  }

  .md\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .md\:fill-yellow-200\/45 {
    fill: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    fill: rgb(254 240 138 / 0.55);
  }

  .md\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .md\:fill-yellow-200\/65 {
    fill: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    fill: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    fill: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    fill: rgb(250 204 21 / 0.35);
  }

  .md\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .md\:fill-yellow-400\/45 {
    fill: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    fill: rgb(250 204 21 / 0.55);
  }

  .md\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .md\:fill-yellow-400\/65 {
    fill: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    fill: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    fill: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    fill: rgb(254 252 232 / 0.35);
  }

  .md\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .md\:fill-yellow-50\/45 {
    fill: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    fill: rgb(254 252 232 / 0.55);
  }

  .md\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .md\:fill-yellow-50\/65 {
    fill: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    fill: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    fill: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    fill: rgb(234 179 8 / 0.35);
  }

  .md\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .md\:fill-yellow-500\/45 {
    fill: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    fill: rgb(234 179 8 / 0.55);
  }

  .md\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .md\:fill-yellow-500\/65 {
    fill: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    fill: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    fill: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    fill: rgb(202 138 4 / 0.35);
  }

  .md\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .md\:fill-yellow-600\/45 {
    fill: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    fill: rgb(202 138 4 / 0.55);
  }

  .md\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .md\:fill-yellow-600\/65 {
    fill: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    fill: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    fill: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    fill: rgb(133 77 14 / 0.35);
  }

  .md\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .md\:fill-yellow-800\/45 {
    fill: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    fill: rgb(133 77 14 / 0.55);
  }

  .md\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .md\:fill-yellow-800\/65 {
    fill: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    fill: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    stroke: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    stroke: rgb(254 249 195 / 0.35);
  }

  .md\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .md\:stroke-yellow-100\/45 {
    stroke: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    stroke: rgb(254 249 195 / 0.55);
  }

  .md\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .md\:stroke-yellow-100\/65 {
    stroke: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    stroke: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    stroke: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    stroke: rgb(254 240 138 / 0.35);
  }

  .md\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .md\:stroke-yellow-200\/45 {
    stroke: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    stroke: rgb(254 240 138 / 0.55);
  }

  .md\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .md\:stroke-yellow-200\/65 {
    stroke: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    stroke: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    stroke: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    stroke: rgb(250 204 21 / 0.35);
  }

  .md\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .md\:stroke-yellow-400\/45 {
    stroke: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    stroke: rgb(250 204 21 / 0.55);
  }

  .md\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .md\:stroke-yellow-400\/65 {
    stroke: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    stroke: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    stroke: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    stroke: rgb(254 252 232 / 0.35);
  }

  .md\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .md\:stroke-yellow-50\/45 {
    stroke: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    stroke: rgb(254 252 232 / 0.55);
  }

  .md\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .md\:stroke-yellow-50\/65 {
    stroke: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    stroke: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    stroke: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    stroke: rgb(234 179 8 / 0.35);
  }

  .md\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .md\:stroke-yellow-500\/45 {
    stroke: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    stroke: rgb(234 179 8 / 0.55);
  }

  .md\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .md\:stroke-yellow-500\/65 {
    stroke: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    stroke: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    stroke: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    stroke: rgb(202 138 4 / 0.35);
  }

  .md\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .md\:stroke-yellow-600\/45 {
    stroke: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    stroke: rgb(202 138 4 / 0.55);
  }

  .md\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .md\:stroke-yellow-600\/65 {
    stroke: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    stroke: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    stroke: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    stroke: rgb(133 77 14 / 0.35);
  }

  .md\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .md\:stroke-yellow-800\/45 {
    stroke: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    stroke: rgb(133 77 14 / 0.55);
  }

  .md\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .md\:stroke-yellow-800\/65 {
    stroke: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    stroke: rgb(133 77 14 / 0.85);
  }

  .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\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .md\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .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-8 {
    padding: 2rem;
  }

  .md\:p-80 {
    padding: 20rem;
  }

  .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-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .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-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .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-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-80 {
    padding-bottom: 20rem;
  }

  .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-8 {
    padding-left: 2rem;
  }

  .md\:pl-80 {
    padding-left: 20rem;
  }

  .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-8 {
    padding-right: 2rem;
  }

  .md\:pr-80 {
    padding-right: 20rem;
  }

  .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-8 {
    padding-top: 2rem;
  }

  .md\:pt-80 {
    padding-top: 20rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-center {
    text-align: center;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:font-sans {
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  }

  .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-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .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\:font-bold {
    font-weight: 700;
  }

  .md\:font-medium {
    font-weight: 500;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:uppercase {
    text-transform: uppercase;
  }

  .md\:lowercase {
    text-transform: lowercase;
  }

  .md\:capitalize {
    text-transform: capitalize;
  }

  .md\:-tracking-tight {
    letter-spacing: 0.025em;
  }

  .md\:-tracking-tighter {
    letter-spacing: 0.05em;
  }

  .md\:-tracking-wide {
    letter-spacing: -0.025em;
  }

  .md\:-tracking-wider {
    letter-spacing: -0.05em;
  }

  .md\:-tracking-widest {
    letter-spacing: -0.1em;
  }

  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .md\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .md\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgb(235 251 203 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-100\/0 {
    color: rgb(235 251 203 / 0);
  }

  .md\:text-accent-100\/10 {
    color: rgb(235 251 203 / 0.1);
  }

  .md\:text-accent-100\/100 {
    color: rgb(235 251 203 / 1);
  }

  .md\:text-accent-100\/15 {
    color: rgb(235 251 203 / 0.15);
  }

  .md\:text-accent-100\/20 {
    color: rgb(235 251 203 / 0.2);
  }

  .md\:text-accent-100\/25 {
    color: rgb(235 251 203 / 0.25);
  }

  .md\:text-accent-100\/30 {
    color: rgb(235 251 203 / 0.3);
  }

  .md\:text-accent-100\/35 {
    color: rgb(235 251 203 / 0.35);
  }

  .md\:text-accent-100\/40 {
    color: rgb(235 251 203 / 0.4);
  }

  .md\:text-accent-100\/45 {
    color: rgb(235 251 203 / 0.45);
  }

  .md\:text-accent-100\/5 {
    color: rgb(235 251 203 / 0.05);
  }

  .md\:text-accent-100\/50 {
    color: rgb(235 251 203 / 0.5);
  }

  .md\:text-accent-100\/55 {
    color: rgb(235 251 203 / 0.55);
  }

  .md\:text-accent-100\/60 {
    color: rgb(235 251 203 / 0.6);
  }

  .md\:text-accent-100\/65 {
    color: rgb(235 251 203 / 0.65);
  }

  .md\:text-accent-100\/70 {
    color: rgb(235 251 203 / 0.7);
  }

  .md\:text-accent-100\/75 {
    color: rgb(235 251 203 / 0.75);
  }

  .md\:text-accent-100\/80 {
    color: rgb(235 251 203 / 0.8);
  }

  .md\:text-accent-100\/85 {
    color: rgb(235 251 203 / 0.85);
  }

  .md\:text-accent-100\/90 {
    color: rgb(235 251 203 / 0.9);
  }

  .md\:text-accent-100\/95 {
    color: rgb(235 251 203 / 0.95);
  }

  .md\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgb(216 246 154 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-200\/0 {
    color: rgb(216 246 154 / 0);
  }

  .md\:text-accent-200\/10 {
    color: rgb(216 246 154 / 0.1);
  }

  .md\:text-accent-200\/100 {
    color: rgb(216 246 154 / 1);
  }

  .md\:text-accent-200\/15 {
    color: rgb(216 246 154 / 0.15);
  }

  .md\:text-accent-200\/20 {
    color: rgb(216 246 154 / 0.2);
  }

  .md\:text-accent-200\/25 {
    color: rgb(216 246 154 / 0.25);
  }

  .md\:text-accent-200\/30 {
    color: rgb(216 246 154 / 0.3);
  }

  .md\:text-accent-200\/35 {
    color: rgb(216 246 154 / 0.35);
  }

  .md\:text-accent-200\/40 {
    color: rgb(216 246 154 / 0.4);
  }

  .md\:text-accent-200\/45 {
    color: rgb(216 246 154 / 0.45);
  }

  .md\:text-accent-200\/5 {
    color: rgb(216 246 154 / 0.05);
  }

  .md\:text-accent-200\/50 {
    color: rgb(216 246 154 / 0.5);
  }

  .md\:text-accent-200\/55 {
    color: rgb(216 246 154 / 0.55);
  }

  .md\:text-accent-200\/60 {
    color: rgb(216 246 154 / 0.6);
  }

  .md\:text-accent-200\/65 {
    color: rgb(216 246 154 / 0.65);
  }

  .md\:text-accent-200\/70 {
    color: rgb(216 246 154 / 0.7);
  }

  .md\:text-accent-200\/75 {
    color: rgb(216 246 154 / 0.75);
  }

  .md\:text-accent-200\/80 {
    color: rgb(216 246 154 / 0.8);
  }

  .md\:text-accent-200\/85 {
    color: rgb(216 246 154 / 0.85);
  }

  .md\:text-accent-200\/90 {
    color: rgb(216 246 154 / 0.9);
  }

  .md\:text-accent-200\/95 {
    color: rgb(216 246 154 / 0.95);
  }

  .md\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgb(196 240 120 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-300\/0 {
    color: rgb(196 240 120 / 0);
  }

  .md\:text-accent-300\/10 {
    color: rgb(196 240 120 / 0.1);
  }

  .md\:text-accent-300\/100 {
    color: rgb(196 240 120 / 1);
  }

  .md\:text-accent-300\/15 {
    color: rgb(196 240 120 / 0.15);
  }

  .md\:text-accent-300\/20 {
    color: rgb(196 240 120 / 0.2);
  }

  .md\:text-accent-300\/25 {
    color: rgb(196 240 120 / 0.25);
  }

  .md\:text-accent-300\/30 {
    color: rgb(196 240 120 / 0.3);
  }

  .md\:text-accent-300\/35 {
    color: rgb(196 240 120 / 0.35);
  }

  .md\:text-accent-300\/40 {
    color: rgb(196 240 120 / 0.4);
  }

  .md\:text-accent-300\/45 {
    color: rgb(196 240 120 / 0.45);
  }

  .md\:text-accent-300\/5 {
    color: rgb(196 240 120 / 0.05);
  }

  .md\:text-accent-300\/50 {
    color: rgb(196 240 120 / 0.5);
  }

  .md\:text-accent-300\/55 {
    color: rgb(196 240 120 / 0.55);
  }

  .md\:text-accent-300\/60 {
    color: rgb(196 240 120 / 0.6);
  }

  .md\:text-accent-300\/65 {
    color: rgb(196 240 120 / 0.65);
  }

  .md\:text-accent-300\/70 {
    color: rgb(196 240 120 / 0.7);
  }

  .md\:text-accent-300\/75 {
    color: rgb(196 240 120 / 0.75);
  }

  .md\:text-accent-300\/80 {
    color: rgb(196 240 120 / 0.8);
  }

  .md\:text-accent-300\/85 {
    color: rgb(196 240 120 / 0.85);
  }

  .md\:text-accent-300\/90 {
    color: rgb(196 240 120 / 0.9);
  }

  .md\:text-accent-300\/95 {
    color: rgb(196 240 120 / 0.95);
  }

  .md\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgb(183 237 104 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-400\/0 {
    color: rgb(183 237 104 / 0);
  }

  .md\:text-accent-400\/10 {
    color: rgb(183 237 104 / 0.1);
  }

  .md\:text-accent-400\/100 {
    color: rgb(183 237 104 / 1);
  }

  .md\:text-accent-400\/15 {
    color: rgb(183 237 104 / 0.15);
  }

  .md\:text-accent-400\/20 {
    color: rgb(183 237 104 / 0.2);
  }

  .md\:text-accent-400\/25 {
    color: rgb(183 237 104 / 0.25);
  }

  .md\:text-accent-400\/30 {
    color: rgb(183 237 104 / 0.3);
  }

  .md\:text-accent-400\/35 {
    color: rgb(183 237 104 / 0.35);
  }

  .md\:text-accent-400\/40 {
    color: rgb(183 237 104 / 0.4);
  }

  .md\:text-accent-400\/45 {
    color: rgb(183 237 104 / 0.45);
  }

  .md\:text-accent-400\/5 {
    color: rgb(183 237 104 / 0.05);
  }

  .md\:text-accent-400\/50 {
    color: rgb(183 237 104 / 0.5);
  }

  .md\:text-accent-400\/55 {
    color: rgb(183 237 104 / 0.55);
  }

  .md\:text-accent-400\/60 {
    color: rgb(183 237 104 / 0.6);
  }

  .md\:text-accent-400\/65 {
    color: rgb(183 237 104 / 0.65);
  }

  .md\:text-accent-400\/70 {
    color: rgb(183 237 104 / 0.7);
  }

  .md\:text-accent-400\/75 {
    color: rgb(183 237 104 / 0.75);
  }

  .md\:text-accent-400\/80 {
    color: rgb(183 237 104 / 0.8);
  }

  .md\:text-accent-400\/85 {
    color: rgb(183 237 104 / 0.85);
  }

  .md\:text-accent-400\/90 {
    color: rgb(183 237 104 / 0.9);
  }

  .md\:text-accent-400\/95 {
    color: rgb(183 237 104 / 0.95);
  }

  .md\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgb(247 253 235 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-50\/0 {
    color: rgb(247 253 235 / 0);
  }

  .md\:text-accent-50\/10 {
    color: rgb(247 253 235 / 0.1);
  }

  .md\:text-accent-50\/100 {
    color: rgb(247 253 235 / 1);
  }

  .md\:text-accent-50\/15 {
    color: rgb(247 253 235 / 0.15);
  }

  .md\:text-accent-50\/20 {
    color: rgb(247 253 235 / 0.2);
  }

  .md\:text-accent-50\/25 {
    color: rgb(247 253 235 / 0.25);
  }

  .md\:text-accent-50\/30 {
    color: rgb(247 253 235 / 0.3);
  }

  .md\:text-accent-50\/35 {
    color: rgb(247 253 235 / 0.35);
  }

  .md\:text-accent-50\/40 {
    color: rgb(247 253 235 / 0.4);
  }

  .md\:text-accent-50\/45 {
    color: rgb(247 253 235 / 0.45);
  }

  .md\:text-accent-50\/5 {
    color: rgb(247 253 235 / 0.05);
  }

  .md\:text-accent-50\/50 {
    color: rgb(247 253 235 / 0.5);
  }

  .md\:text-accent-50\/55 {
    color: rgb(247 253 235 / 0.55);
  }

  .md\:text-accent-50\/60 {
    color: rgb(247 253 235 / 0.6);
  }

  .md\:text-accent-50\/65 {
    color: rgb(247 253 235 / 0.65);
  }

  .md\:text-accent-50\/70 {
    color: rgb(247 253 235 / 0.7);
  }

  .md\:text-accent-50\/75 {
    color: rgb(247 253 235 / 0.75);
  }

  .md\:text-accent-50\/80 {
    color: rgb(247 253 235 / 0.8);
  }

  .md\:text-accent-50\/85 {
    color: rgb(247 253 235 / 0.85);
  }

  .md\:text-accent-50\/90 {
    color: rgb(247 253 235 / 0.9);
  }

  .md\:text-accent-50\/95 {
    color: rgb(247 253 235 / 0.95);
  }

  .md\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgb(174 235 96 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-500\/0 {
    color: rgb(174 235 96 / 0);
  }

  .md\:text-accent-500\/10 {
    color: rgb(174 235 96 / 0.1);
  }

  .md\:text-accent-500\/100 {
    color: rgb(174 235 96 / 1);
  }

  .md\:text-accent-500\/15 {
    color: rgb(174 235 96 / 0.15);
  }

  .md\:text-accent-500\/20 {
    color: rgb(174 235 96 / 0.2);
  }

  .md\:text-accent-500\/25 {
    color: rgb(174 235 96 / 0.25);
  }

  .md\:text-accent-500\/30 {
    color: rgb(174 235 96 / 0.3);
  }

  .md\:text-accent-500\/35 {
    color: rgb(174 235 96 / 0.35);
  }

  .md\:text-accent-500\/40 {
    color: rgb(174 235 96 / 0.4);
  }

  .md\:text-accent-500\/45 {
    color: rgb(174 235 96 / 0.45);
  }

  .md\:text-accent-500\/5 {
    color: rgb(174 235 96 / 0.05);
  }

  .md\:text-accent-500\/50 {
    color: rgb(174 235 96 / 0.5);
  }

  .md\:text-accent-500\/55 {
    color: rgb(174 235 96 / 0.55);
  }

  .md\:text-accent-500\/60 {
    color: rgb(174 235 96 / 0.6);
  }

  .md\:text-accent-500\/65 {
    color: rgb(174 235 96 / 0.65);
  }

  .md\:text-accent-500\/70 {
    color: rgb(174 235 96 / 0.7);
  }

  .md\:text-accent-500\/75 {
    color: rgb(174 235 96 / 0.75);
  }

  .md\:text-accent-500\/80 {
    color: rgb(174 235 96 / 0.8);
  }

  .md\:text-accent-500\/85 {
    color: rgb(174 235 96 / 0.85);
  }

  .md\:text-accent-500\/90 {
    color: rgb(174 235 96 / 0.9);
  }

  .md\:text-accent-500\/95 {
    color: rgb(174 235 96 / 0.95);
  }

  .md\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgb(130 201 48 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-600\/0 {
    color: rgb(130 201 48 / 0);
  }

  .md\:text-accent-600\/10 {
    color: rgb(130 201 48 / 0.1);
  }

  .md\:text-accent-600\/100 {
    color: rgb(130 201 48 / 1);
  }

  .md\:text-accent-600\/15 {
    color: rgb(130 201 48 / 0.15);
  }

  .md\:text-accent-600\/20 {
    color: rgb(130 201 48 / 0.2);
  }

  .md\:text-accent-600\/25 {
    color: rgb(130 201 48 / 0.25);
  }

  .md\:text-accent-600\/30 {
    color: rgb(130 201 48 / 0.3);
  }

  .md\:text-accent-600\/35 {
    color: rgb(130 201 48 / 0.35);
  }

  .md\:text-accent-600\/40 {
    color: rgb(130 201 48 / 0.4);
  }

  .md\:text-accent-600\/45 {
    color: rgb(130 201 48 / 0.45);
  }

  .md\:text-accent-600\/5 {
    color: rgb(130 201 48 / 0.05);
  }

  .md\:text-accent-600\/50 {
    color: rgb(130 201 48 / 0.5);
  }

  .md\:text-accent-600\/55 {
    color: rgb(130 201 48 / 0.55);
  }

  .md\:text-accent-600\/60 {
    color: rgb(130 201 48 / 0.6);
  }

  .md\:text-accent-600\/65 {
    color: rgb(130 201 48 / 0.65);
  }

  .md\:text-accent-600\/70 {
    color: rgb(130 201 48 / 0.7);
  }

  .md\:text-accent-600\/75 {
    color: rgb(130 201 48 / 0.75);
  }

  .md\:text-accent-600\/80 {
    color: rgb(130 201 48 / 0.8);
  }

  .md\:text-accent-600\/85 {
    color: rgb(130 201 48 / 0.85);
  }

  .md\:text-accent-600\/90 {
    color: rgb(130 201 48 / 0.9);
  }

  .md\:text-accent-600\/95 {
    color: rgb(130 201 48 / 0.95);
  }

  .md\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgb(97 161 31 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-700\/0 {
    color: rgb(97 161 31 / 0);
  }

  .md\:text-accent-700\/10 {
    color: rgb(97 161 31 / 0.1);
  }

  .md\:text-accent-700\/100 {
    color: rgb(97 161 31 / 1);
  }

  .md\:text-accent-700\/15 {
    color: rgb(97 161 31 / 0.15);
  }

  .md\:text-accent-700\/20 {
    color: rgb(97 161 31 / 0.2);
  }

  .md\:text-accent-700\/25 {
    color: rgb(97 161 31 / 0.25);
  }

  .md\:text-accent-700\/30 {
    color: rgb(97 161 31 / 0.3);
  }

  .md\:text-accent-700\/35 {
    color: rgb(97 161 31 / 0.35);
  }

  .md\:text-accent-700\/40 {
    color: rgb(97 161 31 / 0.4);
  }

  .md\:text-accent-700\/45 {
    color: rgb(97 161 31 / 0.45);
  }

  .md\:text-accent-700\/5 {
    color: rgb(97 161 31 / 0.05);
  }

  .md\:text-accent-700\/50 {
    color: rgb(97 161 31 / 0.5);
  }

  .md\:text-accent-700\/55 {
    color: rgb(97 161 31 / 0.55);
  }

  .md\:text-accent-700\/60 {
    color: rgb(97 161 31 / 0.6);
  }

  .md\:text-accent-700\/65 {
    color: rgb(97 161 31 / 0.65);
  }

  .md\:text-accent-700\/70 {
    color: rgb(97 161 31 / 0.7);
  }

  .md\:text-accent-700\/75 {
    color: rgb(97 161 31 / 0.75);
  }

  .md\:text-accent-700\/80 {
    color: rgb(97 161 31 / 0.8);
  }

  .md\:text-accent-700\/85 {
    color: rgb(97 161 31 / 0.85);
  }

  .md\:text-accent-700\/90 {
    color: rgb(97 161 31 / 0.9);
  }

  .md\:text-accent-700\/95 {
    color: rgb(97 161 31 / 0.95);
  }

  .md\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgb(78 126 32 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-800\/0 {
    color: rgb(78 126 32 / 0);
  }

  .md\:text-accent-800\/10 {
    color: rgb(78 126 32 / 0.1);
  }

  .md\:text-accent-800\/100 {
    color: rgb(78 126 32 / 1);
  }

  .md\:text-accent-800\/15 {
    color: rgb(78 126 32 / 0.15);
  }

  .md\:text-accent-800\/20 {
    color: rgb(78 126 32 / 0.2);
  }

  .md\:text-accent-800\/25 {
    color: rgb(78 126 32 / 0.25);
  }

  .md\:text-accent-800\/30 {
    color: rgb(78 126 32 / 0.3);
  }

  .md\:text-accent-800\/35 {
    color: rgb(78 126 32 / 0.35);
  }

  .md\:text-accent-800\/40 {
    color: rgb(78 126 32 / 0.4);
  }

  .md\:text-accent-800\/45 {
    color: rgb(78 126 32 / 0.45);
  }

  .md\:text-accent-800\/5 {
    color: rgb(78 126 32 / 0.05);
  }

  .md\:text-accent-800\/50 {
    color: rgb(78 126 32 / 0.5);
  }

  .md\:text-accent-800\/55 {
    color: rgb(78 126 32 / 0.55);
  }

  .md\:text-accent-800\/60 {
    color: rgb(78 126 32 / 0.6);
  }

  .md\:text-accent-800\/65 {
    color: rgb(78 126 32 / 0.65);
  }

  .md\:text-accent-800\/70 {
    color: rgb(78 126 32 / 0.7);
  }

  .md\:text-accent-800\/75 {
    color: rgb(78 126 32 / 0.75);
  }

  .md\:text-accent-800\/80 {
    color: rgb(78 126 32 / 0.8);
  }

  .md\:text-accent-800\/85 {
    color: rgb(78 126 32 / 0.85);
  }

  .md\:text-accent-800\/90 {
    color: rgb(78 126 32 / 0.9);
  }

  .md\:text-accent-800\/95 {
    color: rgb(78 126 32 / 0.95);
  }

  .md\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgb(66 106 33 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-900\/0 {
    color: rgb(66 106 33 / 0);
  }

  .md\:text-accent-900\/10 {
    color: rgb(66 106 33 / 0.1);
  }

  .md\:text-accent-900\/100 {
    color: rgb(66 106 33 / 1);
  }

  .md\:text-accent-900\/15 {
    color: rgb(66 106 33 / 0.15);
  }

  .md\:text-accent-900\/20 {
    color: rgb(66 106 33 / 0.2);
  }

  .md\:text-accent-900\/25 {
    color: rgb(66 106 33 / 0.25);
  }

  .md\:text-accent-900\/30 {
    color: rgb(66 106 33 / 0.3);
  }

  .md\:text-accent-900\/35 {
    color: rgb(66 106 33 / 0.35);
  }

  .md\:text-accent-900\/40 {
    color: rgb(66 106 33 / 0.4);
  }

  .md\:text-accent-900\/45 {
    color: rgb(66 106 33 / 0.45);
  }

  .md\:text-accent-900\/5 {
    color: rgb(66 106 33 / 0.05);
  }

  .md\:text-accent-900\/50 {
    color: rgb(66 106 33 / 0.5);
  }

  .md\:text-accent-900\/55 {
    color: rgb(66 106 33 / 0.55);
  }

  .md\:text-accent-900\/60 {
    color: rgb(66 106 33 / 0.6);
  }

  .md\:text-accent-900\/65 {
    color: rgb(66 106 33 / 0.65);
  }

  .md\:text-accent-900\/70 {
    color: rgb(66 106 33 / 0.7);
  }

  .md\:text-accent-900\/75 {
    color: rgb(66 106 33 / 0.75);
  }

  .md\:text-accent-900\/80 {
    color: rgb(66 106 33 / 0.8);
  }

  .md\:text-accent-900\/85 {
    color: rgb(66 106 33 / 0.85);
  }

  .md\:text-accent-900\/90 {
    color: rgb(66 106 33 / 0.9);
  }

  .md\:text-accent-900\/95 {
    color: rgb(66 106 33 / 0.95);
  }

  .md\:text-accent-950 {
    --tw-text-opacity: 1;
    color: rgb(32 58 11 / var(--tw-text-opacity, 1));
  }

  .md\:text-accent-950\/0 {
    color: rgb(32 58 11 / 0);
  }

  .md\:text-accent-950\/10 {
    color: rgb(32 58 11 / 0.1);
  }

  .md\:text-accent-950\/100 {
    color: rgb(32 58 11 / 1);
  }

  .md\:text-accent-950\/15 {
    color: rgb(32 58 11 / 0.15);
  }

  .md\:text-accent-950\/20 {
    color: rgb(32 58 11 / 0.2);
  }

  .md\:text-accent-950\/25 {
    color: rgb(32 58 11 / 0.25);
  }

  .md\:text-accent-950\/30 {
    color: rgb(32 58 11 / 0.3);
  }

  .md\:text-accent-950\/35 {
    color: rgb(32 58 11 / 0.35);
  }

  .md\:text-accent-950\/40 {
    color: rgb(32 58 11 / 0.4);
  }

  .md\:text-accent-950\/45 {
    color: rgb(32 58 11 / 0.45);
  }

  .md\:text-accent-950\/5 {
    color: rgb(32 58 11 / 0.05);
  }

  .md\:text-accent-950\/50 {
    color: rgb(32 58 11 / 0.5);
  }

  .md\:text-accent-950\/55 {
    color: rgb(32 58 11 / 0.55);
  }

  .md\:text-accent-950\/60 {
    color: rgb(32 58 11 / 0.6);
  }

  .md\:text-accent-950\/65 {
    color: rgb(32 58 11 / 0.65);
  }

  .md\:text-accent-950\/70 {
    color: rgb(32 58 11 / 0.7);
  }

  .md\:text-accent-950\/75 {
    color: rgb(32 58 11 / 0.75);
  }

  .md\:text-accent-950\/80 {
    color: rgb(32 58 11 / 0.8);
  }

  .md\:text-accent-950\/85 {
    color: rgb(32 58 11 / 0.85);
  }

  .md\:text-accent-950\/90 {
    color: rgb(32 58 11 / 0.9);
  }

  .md\:text-accent-950\/95 {
    color: rgb(32 58 11 / 0.95);
  }

  .md\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .md\:text-black\/0 {
    color: rgb(0 0 0 / 0);
  }

  .md\:text-black\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .md\:text-black\/100 {
    color: rgb(0 0 0 / 1);
  }

  .md\:text-black\/15 {
    color: rgb(0 0 0 / 0.15);
  }

  .md\:text-black\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .md\:text-black\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .md\:text-black\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .md\:text-black\/35 {
    color: rgb(0 0 0 / 0.35);
  }

  .md\:text-black\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .md\:text-black\/45 {
    color: rgb(0 0 0 / 0.45);
  }

  .md\:text-black\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .md\:text-black\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .md\:text-black\/55 {
    color: rgb(0 0 0 / 0.55);
  }

  .md\:text-black\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .md\:text-black\/65 {
    color: rgb(0 0 0 / 0.65);
  }

  .md\:text-black\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .md\:text-black\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .md\:text-black\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .md\:text-black\/85 {
    color: rgb(0 0 0 / 0.85);
  }

  .md\:text-black\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .md\:text-black\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .md\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgb(233 227 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-100\/0 {
    color: rgb(233 227 255 / 0);
  }

  .md\:text-brand-100\/10 {
    color: rgb(233 227 255 / 0.1);
  }

  .md\:text-brand-100\/100 {
    color: rgb(233 227 255 / 1);
  }

  .md\:text-brand-100\/15 {
    color: rgb(233 227 255 / 0.15);
  }

  .md\:text-brand-100\/20 {
    color: rgb(233 227 255 / 0.2);
  }

  .md\:text-brand-100\/25 {
    color: rgb(233 227 255 / 0.25);
  }

  .md\:text-brand-100\/30 {
    color: rgb(233 227 255 / 0.3);
  }

  .md\:text-brand-100\/35 {
    color: rgb(233 227 255 / 0.35);
  }

  .md\:text-brand-100\/40 {
    color: rgb(233 227 255 / 0.4);
  }

  .md\:text-brand-100\/45 {
    color: rgb(233 227 255 / 0.45);
  }

  .md\:text-brand-100\/5 {
    color: rgb(233 227 255 / 0.05);
  }

  .md\:text-brand-100\/50 {
    color: rgb(233 227 255 / 0.5);
  }

  .md\:text-brand-100\/55 {
    color: rgb(233 227 255 / 0.55);
  }

  .md\:text-brand-100\/60 {
    color: rgb(233 227 255 / 0.6);
  }

  .md\:text-brand-100\/65 {
    color: rgb(233 227 255 / 0.65);
  }

  .md\:text-brand-100\/70 {
    color: rgb(233 227 255 / 0.7);
  }

  .md\:text-brand-100\/75 {
    color: rgb(233 227 255 / 0.75);
  }

  .md\:text-brand-100\/80 {
    color: rgb(233 227 255 / 0.8);
  }

  .md\:text-brand-100\/85 {
    color: rgb(233 227 255 / 0.85);
  }

  .md\:text-brand-100\/90 {
    color: rgb(233 227 255 / 0.9);
  }

  .md\:text-brand-100\/95 {
    color: rgb(233 227 255 / 0.95);
  }

  .md\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgb(211 199 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-200\/0 {
    color: rgb(211 199 255 / 0);
  }

  .md\:text-brand-200\/10 {
    color: rgb(211 199 255 / 0.1);
  }

  .md\:text-brand-200\/100 {
    color: rgb(211 199 255 / 1);
  }

  .md\:text-brand-200\/15 {
    color: rgb(211 199 255 / 0.15);
  }

  .md\:text-brand-200\/20 {
    color: rgb(211 199 255 / 0.2);
  }

  .md\:text-brand-200\/25 {
    color: rgb(211 199 255 / 0.25);
  }

  .md\:text-brand-200\/30 {
    color: rgb(211 199 255 / 0.3);
  }

  .md\:text-brand-200\/35 {
    color: rgb(211 199 255 / 0.35);
  }

  .md\:text-brand-200\/40 {
    color: rgb(211 199 255 / 0.4);
  }

  .md\:text-brand-200\/45 {
    color: rgb(211 199 255 / 0.45);
  }

  .md\:text-brand-200\/5 {
    color: rgb(211 199 255 / 0.05);
  }

  .md\:text-brand-200\/50 {
    color: rgb(211 199 255 / 0.5);
  }

  .md\:text-brand-200\/55 {
    color: rgb(211 199 255 / 0.55);
  }

  .md\:text-brand-200\/60 {
    color: rgb(211 199 255 / 0.6);
  }

  .md\:text-brand-200\/65 {
    color: rgb(211 199 255 / 0.65);
  }

  .md\:text-brand-200\/70 {
    color: rgb(211 199 255 / 0.7);
  }

  .md\:text-brand-200\/75 {
    color: rgb(211 199 255 / 0.75);
  }

  .md\:text-brand-200\/80 {
    color: rgb(211 199 255 / 0.8);
  }

  .md\:text-brand-200\/85 {
    color: rgb(211 199 255 / 0.85);
  }

  .md\:text-brand-200\/90 {
    color: rgb(211 199 255 / 0.9);
  }

  .md\:text-brand-200\/95 {
    color: rgb(211 199 255 / 0.95);
  }

  .md\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgb(183 154 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-300\/0 {
    color: rgb(183 154 255 / 0);
  }

  .md\:text-brand-300\/10 {
    color: rgb(183 154 255 / 0.1);
  }

  .md\:text-brand-300\/100 {
    color: rgb(183 154 255 / 1);
  }

  .md\:text-brand-300\/15 {
    color: rgb(183 154 255 / 0.15);
  }

  .md\:text-brand-300\/20 {
    color: rgb(183 154 255 / 0.2);
  }

  .md\:text-brand-300\/25 {
    color: rgb(183 154 255 / 0.25);
  }

  .md\:text-brand-300\/30 {
    color: rgb(183 154 255 / 0.3);
  }

  .md\:text-brand-300\/35 {
    color: rgb(183 154 255 / 0.35);
  }

  .md\:text-brand-300\/40 {
    color: rgb(183 154 255 / 0.4);
  }

  .md\:text-brand-300\/45 {
    color: rgb(183 154 255 / 0.45);
  }

  .md\:text-brand-300\/5 {
    color: rgb(183 154 255 / 0.05);
  }

  .md\:text-brand-300\/50 {
    color: rgb(183 154 255 / 0.5);
  }

  .md\:text-brand-300\/55 {
    color: rgb(183 154 255 / 0.55);
  }

  .md\:text-brand-300\/60 {
    color: rgb(183 154 255 / 0.6);
  }

  .md\:text-brand-300\/65 {
    color: rgb(183 154 255 / 0.65);
  }

  .md\:text-brand-300\/70 {
    color: rgb(183 154 255 / 0.7);
  }

  .md\:text-brand-300\/75 {
    color: rgb(183 154 255 / 0.75);
  }

  .md\:text-brand-300\/80 {
    color: rgb(183 154 255 / 0.8);
  }

  .md\:text-brand-300\/85 {
    color: rgb(183 154 255 / 0.85);
  }

  .md\:text-brand-300\/90 {
    color: rgb(183 154 255 / 0.9);
  }

  .md\:text-brand-300\/95 {
    color: rgb(183 154 255 / 0.95);
  }

  .md\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgb(149 98 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-400\/0 {
    color: rgb(149 98 255 / 0);
  }

  .md\:text-brand-400\/10 {
    color: rgb(149 98 255 / 0.1);
  }

  .md\:text-brand-400\/100 {
    color: rgb(149 98 255 / 1);
  }

  .md\:text-brand-400\/15 {
    color: rgb(149 98 255 / 0.15);
  }

  .md\:text-brand-400\/20 {
    color: rgb(149 98 255 / 0.2);
  }

  .md\:text-brand-400\/25 {
    color: rgb(149 98 255 / 0.25);
  }

  .md\:text-brand-400\/30 {
    color: rgb(149 98 255 / 0.3);
  }

  .md\:text-brand-400\/35 {
    color: rgb(149 98 255 / 0.35);
  }

  .md\:text-brand-400\/40 {
    color: rgb(149 98 255 / 0.4);
  }

  .md\:text-brand-400\/45 {
    color: rgb(149 98 255 / 0.45);
  }

  .md\:text-brand-400\/5 {
    color: rgb(149 98 255 / 0.05);
  }

  .md\:text-brand-400\/50 {
    color: rgb(149 98 255 / 0.5);
  }

  .md\:text-brand-400\/55 {
    color: rgb(149 98 255 / 0.55);
  }

  .md\:text-brand-400\/60 {
    color: rgb(149 98 255 / 0.6);
  }

  .md\:text-brand-400\/65 {
    color: rgb(149 98 255 / 0.65);
  }

  .md\:text-brand-400\/70 {
    color: rgb(149 98 255 / 0.7);
  }

  .md\:text-brand-400\/75 {
    color: rgb(149 98 255 / 0.75);
  }

  .md\:text-brand-400\/80 {
    color: rgb(149 98 255 / 0.8);
  }

  .md\:text-brand-400\/85 {
    color: rgb(149 98 255 / 0.85);
  }

  .md\:text-brand-400\/90 {
    color: rgb(149 98 255 / 0.9);
  }

  .md\:text-brand-400\/95 {
    color: rgb(149 98 255 / 0.95);
  }

  .md\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgb(244 241 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-50\/0 {
    color: rgb(244 241 255 / 0);
  }

  .md\:text-brand-50\/10 {
    color: rgb(244 241 255 / 0.1);
  }

  .md\:text-brand-50\/100 {
    color: rgb(244 241 255 / 1);
  }

  .md\:text-brand-50\/15 {
    color: rgb(244 241 255 / 0.15);
  }

  .md\:text-brand-50\/20 {
    color: rgb(244 241 255 / 0.2);
  }

  .md\:text-brand-50\/25 {
    color: rgb(244 241 255 / 0.25);
  }

  .md\:text-brand-50\/30 {
    color: rgb(244 241 255 / 0.3);
  }

  .md\:text-brand-50\/35 {
    color: rgb(244 241 255 / 0.35);
  }

  .md\:text-brand-50\/40 {
    color: rgb(244 241 255 / 0.4);
  }

  .md\:text-brand-50\/45 {
    color: rgb(244 241 255 / 0.45);
  }

  .md\:text-brand-50\/5 {
    color: rgb(244 241 255 / 0.05);
  }

  .md\:text-brand-50\/50 {
    color: rgb(244 241 255 / 0.5);
  }

  .md\:text-brand-50\/55 {
    color: rgb(244 241 255 / 0.55);
  }

  .md\:text-brand-50\/60 {
    color: rgb(244 241 255 / 0.6);
  }

  .md\:text-brand-50\/65 {
    color: rgb(244 241 255 / 0.65);
  }

  .md\:text-brand-50\/70 {
    color: rgb(244 241 255 / 0.7);
  }

  .md\:text-brand-50\/75 {
    color: rgb(244 241 255 / 0.75);
  }

  .md\:text-brand-50\/80 {
    color: rgb(244 241 255 / 0.8);
  }

  .md\:text-brand-50\/85 {
    color: rgb(244 241 255 / 0.85);
  }

  .md\:text-brand-50\/90 {
    color: rgb(244 241 255 / 0.9);
  }

  .md\:text-brand-50\/95 {
    color: rgb(244 241 255 / 0.95);
  }

  .md\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgb(78 28 209 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-500\/0 {
    color: rgb(78 28 209 / 0);
  }

  .md\:text-brand-500\/10 {
    color: rgb(78 28 209 / 0.1);
  }

  .md\:text-brand-500\/100 {
    color: rgb(78 28 209 / 1);
  }

  .md\:text-brand-500\/15 {
    color: rgb(78 28 209 / 0.15);
  }

  .md\:text-brand-500\/20 {
    color: rgb(78 28 209 / 0.2);
  }

  .md\:text-brand-500\/25 {
    color: rgb(78 28 209 / 0.25);
  }

  .md\:text-brand-500\/30 {
    color: rgb(78 28 209 / 0.3);
  }

  .md\:text-brand-500\/35 {
    color: rgb(78 28 209 / 0.35);
  }

  .md\:text-brand-500\/40 {
    color: rgb(78 28 209 / 0.4);
  }

  .md\:text-brand-500\/45 {
    color: rgb(78 28 209 / 0.45);
  }

  .md\:text-brand-500\/5 {
    color: rgb(78 28 209 / 0.05);
  }

  .md\:text-brand-500\/50 {
    color: rgb(78 28 209 / 0.5);
  }

  .md\:text-brand-500\/55 {
    color: rgb(78 28 209 / 0.55);
  }

  .md\:text-brand-500\/60 {
    color: rgb(78 28 209 / 0.6);
  }

  .md\:text-brand-500\/65 {
    color: rgb(78 28 209 / 0.65);
  }

  .md\:text-brand-500\/70 {
    color: rgb(78 28 209 / 0.7);
  }

  .md\:text-brand-500\/75 {
    color: rgb(78 28 209 / 0.75);
  }

  .md\:text-brand-500\/80 {
    color: rgb(78 28 209 / 0.8);
  }

  .md\:text-brand-500\/85 {
    color: rgb(78 28 209 / 0.85);
  }

  .md\:text-brand-500\/90 {
    color: rgb(78 28 209 / 0.9);
  }

  .md\:text-brand-500\/95 {
    color: rgb(78 28 209 / 0.95);
  }

  .md\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgb(65 21 181 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-600\/0 {
    color: rgb(65 21 181 / 0);
  }

  .md\:text-brand-600\/10 {
    color: rgb(65 21 181 / 0.1);
  }

  .md\:text-brand-600\/100 {
    color: rgb(65 21 181 / 1);
  }

  .md\:text-brand-600\/15 {
    color: rgb(65 21 181 / 0.15);
  }

  .md\:text-brand-600\/20 {
    color: rgb(65 21 181 / 0.2);
  }

  .md\:text-brand-600\/25 {
    color: rgb(65 21 181 / 0.25);
  }

  .md\:text-brand-600\/30 {
    color: rgb(65 21 181 / 0.3);
  }

  .md\:text-brand-600\/35 {
    color: rgb(65 21 181 / 0.35);
  }

  .md\:text-brand-600\/40 {
    color: rgb(65 21 181 / 0.4);
  }

  .md\:text-brand-600\/45 {
    color: rgb(65 21 181 / 0.45);
  }

  .md\:text-brand-600\/5 {
    color: rgb(65 21 181 / 0.05);
  }

  .md\:text-brand-600\/50 {
    color: rgb(65 21 181 / 0.5);
  }

  .md\:text-brand-600\/55 {
    color: rgb(65 21 181 / 0.55);
  }

  .md\:text-brand-600\/60 {
    color: rgb(65 21 181 / 0.6);
  }

  .md\:text-brand-600\/65 {
    color: rgb(65 21 181 / 0.65);
  }

  .md\:text-brand-600\/70 {
    color: rgb(65 21 181 / 0.7);
  }

  .md\:text-brand-600\/75 {
    color: rgb(65 21 181 / 0.75);
  }

  .md\:text-brand-600\/80 {
    color: rgb(65 21 181 / 0.8);
  }

  .md\:text-brand-600\/85 {
    color: rgb(65 21 181 / 0.85);
  }

  .md\:text-brand-600\/90 {
    color: rgb(65 21 181 / 0.9);
  }

  .md\:text-brand-600\/95 {
    color: rgb(65 21 181 / 0.95);
  }

  .md\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgb(54 16 150 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-700\/0 {
    color: rgb(54 16 150 / 0);
  }

  .md\:text-brand-700\/10 {
    color: rgb(54 16 150 / 0.1);
  }

  .md\:text-brand-700\/100 {
    color: rgb(54 16 150 / 1);
  }

  .md\:text-brand-700\/15 {
    color: rgb(54 16 150 / 0.15);
  }

  .md\:text-brand-700\/20 {
    color: rgb(54 16 150 / 0.2);
  }

  .md\:text-brand-700\/25 {
    color: rgb(54 16 150 / 0.25);
  }

  .md\:text-brand-700\/30 {
    color: rgb(54 16 150 / 0.3);
  }

  .md\:text-brand-700\/35 {
    color: rgb(54 16 150 / 0.35);
  }

  .md\:text-brand-700\/40 {
    color: rgb(54 16 150 / 0.4);
  }

  .md\:text-brand-700\/45 {
    color: rgb(54 16 150 / 0.45);
  }

  .md\:text-brand-700\/5 {
    color: rgb(54 16 150 / 0.05);
  }

  .md\:text-brand-700\/50 {
    color: rgb(54 16 150 / 0.5);
  }

  .md\:text-brand-700\/55 {
    color: rgb(54 16 150 / 0.55);
  }

  .md\:text-brand-700\/60 {
    color: rgb(54 16 150 / 0.6);
  }

  .md\:text-brand-700\/65 {
    color: rgb(54 16 150 / 0.65);
  }

  .md\:text-brand-700\/70 {
    color: rgb(54 16 150 / 0.7);
  }

  .md\:text-brand-700\/75 {
    color: rgb(54 16 150 / 0.75);
  }

  .md\:text-brand-700\/80 {
    color: rgb(54 16 150 / 0.8);
  }

  .md\:text-brand-700\/85 {
    color: rgb(54 16 150 / 0.85);
  }

  .md\:text-brand-700\/90 {
    color: rgb(54 16 150 / 0.9);
  }

  .md\:text-brand-700\/95 {
    color: rgb(54 16 150 / 0.95);
  }

  .md\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgb(46 16 120 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-800\/0 {
    color: rgb(46 16 120 / 0);
  }

  .md\:text-brand-800\/10 {
    color: rgb(46 16 120 / 0.1);
  }

  .md\:text-brand-800\/100 {
    color: rgb(46 16 120 / 1);
  }

  .md\:text-brand-800\/15 {
    color: rgb(46 16 120 / 0.15);
  }

  .md\:text-brand-800\/20 {
    color: rgb(46 16 120 / 0.2);
  }

  .md\:text-brand-800\/25 {
    color: rgb(46 16 120 / 0.25);
  }

  .md\:text-brand-800\/30 {
    color: rgb(46 16 120 / 0.3);
  }

  .md\:text-brand-800\/35 {
    color: rgb(46 16 120 / 0.35);
  }

  .md\:text-brand-800\/40 {
    color: rgb(46 16 120 / 0.4);
  }

  .md\:text-brand-800\/45 {
    color: rgb(46 16 120 / 0.45);
  }

  .md\:text-brand-800\/5 {
    color: rgb(46 16 120 / 0.05);
  }

  .md\:text-brand-800\/50 {
    color: rgb(46 16 120 / 0.5);
  }

  .md\:text-brand-800\/55 {
    color: rgb(46 16 120 / 0.55);
  }

  .md\:text-brand-800\/60 {
    color: rgb(46 16 120 / 0.6);
  }

  .md\:text-brand-800\/65 {
    color: rgb(46 16 120 / 0.65);
  }

  .md\:text-brand-800\/70 {
    color: rgb(46 16 120 / 0.7);
  }

  .md\:text-brand-800\/75 {
    color: rgb(46 16 120 / 0.75);
  }

  .md\:text-brand-800\/80 {
    color: rgb(46 16 120 / 0.8);
  }

  .md\:text-brand-800\/85 {
    color: rgb(46 16 120 / 0.85);
  }

  .md\:text-brand-800\/90 {
    color: rgb(46 16 120 / 0.9);
  }

  .md\:text-brand-800\/95 {
    color: rgb(46 16 120 / 0.95);
  }

  .md\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgb(39 15 98 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-900\/0 {
    color: rgb(39 15 98 / 0);
  }

  .md\:text-brand-900\/10 {
    color: rgb(39 15 98 / 0.1);
  }

  .md\:text-brand-900\/100 {
    color: rgb(39 15 98 / 1);
  }

  .md\:text-brand-900\/15 {
    color: rgb(39 15 98 / 0.15);
  }

  .md\:text-brand-900\/20 {
    color: rgb(39 15 98 / 0.2);
  }

  .md\:text-brand-900\/25 {
    color: rgb(39 15 98 / 0.25);
  }

  .md\:text-brand-900\/30 {
    color: rgb(39 15 98 / 0.3);
  }

  .md\:text-brand-900\/35 {
    color: rgb(39 15 98 / 0.35);
  }

  .md\:text-brand-900\/40 {
    color: rgb(39 15 98 / 0.4);
  }

  .md\:text-brand-900\/45 {
    color: rgb(39 15 98 / 0.45);
  }

  .md\:text-brand-900\/5 {
    color: rgb(39 15 98 / 0.05);
  }

  .md\:text-brand-900\/50 {
    color: rgb(39 15 98 / 0.5);
  }

  .md\:text-brand-900\/55 {
    color: rgb(39 15 98 / 0.55);
  }

  .md\:text-brand-900\/60 {
    color: rgb(39 15 98 / 0.6);
  }

  .md\:text-brand-900\/65 {
    color: rgb(39 15 98 / 0.65);
  }

  .md\:text-brand-900\/70 {
    color: rgb(39 15 98 / 0.7);
  }

  .md\:text-brand-900\/75 {
    color: rgb(39 15 98 / 0.75);
  }

  .md\:text-brand-900\/80 {
    color: rgb(39 15 98 / 0.8);
  }

  .md\:text-brand-900\/85 {
    color: rgb(39 15 98 / 0.85);
  }

  .md\:text-brand-900\/90 {
    color: rgb(39 15 98 / 0.9);
  }

  .md\:text-brand-900\/95 {
    color: rgb(39 15 98 / 0.95);
  }

  .md\:text-brand-950 {
    --tw-text-opacity: 1;
    color: rgb(22 5 58 / var(--tw-text-opacity, 1));
  }

  .md\:text-brand-950\/0 {
    color: rgb(22 5 58 / 0);
  }

  .md\:text-brand-950\/10 {
    color: rgb(22 5 58 / 0.1);
  }

  .md\:text-brand-950\/100 {
    color: rgb(22 5 58 / 1);
  }

  .md\:text-brand-950\/15 {
    color: rgb(22 5 58 / 0.15);
  }

  .md\:text-brand-950\/20 {
    color: rgb(22 5 58 / 0.2);
  }

  .md\:text-brand-950\/25 {
    color: rgb(22 5 58 / 0.25);
  }

  .md\:text-brand-950\/30 {
    color: rgb(22 5 58 / 0.3);
  }

  .md\:text-brand-950\/35 {
    color: rgb(22 5 58 / 0.35);
  }

  .md\:text-brand-950\/40 {
    color: rgb(22 5 58 / 0.4);
  }

  .md\:text-brand-950\/45 {
    color: rgb(22 5 58 / 0.45);
  }

  .md\:text-brand-950\/5 {
    color: rgb(22 5 58 / 0.05);
  }

  .md\:text-brand-950\/50 {
    color: rgb(22 5 58 / 0.5);
  }

  .md\:text-brand-950\/55 {
    color: rgb(22 5 58 / 0.55);
  }

  .md\:text-brand-950\/60 {
    color: rgb(22 5 58 / 0.6);
  }

  .md\:text-brand-950\/65 {
    color: rgb(22 5 58 / 0.65);
  }

  .md\:text-brand-950\/70 {
    color: rgb(22 5 58 / 0.7);
  }

  .md\:text-brand-950\/75 {
    color: rgb(22 5 58 / 0.75);
  }

  .md\:text-brand-950\/80 {
    color: rgb(22 5 58 / 0.8);
  }

  .md\:text-brand-950\/85 {
    color: rgb(22 5 58 / 0.85);
  }

  .md\:text-brand-950\/90 {
    color: rgb(22 5 58 / 0.9);
  }

  .md\:text-brand-950\/95 {
    color: rgb(22 5 58 / 0.95);
  }

  .md\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(246 245 244 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-100\/0 {
    color: rgb(246 245 244 / 0);
  }

  .md\:text-neutral-100\/10 {
    color: rgb(246 245 244 / 0.1);
  }

  .md\:text-neutral-100\/100 {
    color: rgb(246 245 244 / 1);
  }

  .md\:text-neutral-100\/15 {
    color: rgb(246 245 244 / 0.15);
  }

  .md\:text-neutral-100\/20 {
    color: rgb(246 245 244 / 0.2);
  }

  .md\:text-neutral-100\/25 {
    color: rgb(246 245 244 / 0.25);
  }

  .md\:text-neutral-100\/30 {
    color: rgb(246 245 244 / 0.3);
  }

  .md\:text-neutral-100\/35 {
    color: rgb(246 245 244 / 0.35);
  }

  .md\:text-neutral-100\/40 {
    color: rgb(246 245 244 / 0.4);
  }

  .md\:text-neutral-100\/45 {
    color: rgb(246 245 244 / 0.45);
  }

  .md\:text-neutral-100\/5 {
    color: rgb(246 245 244 / 0.05);
  }

  .md\:text-neutral-100\/50 {
    color: rgb(246 245 244 / 0.5);
  }

  .md\:text-neutral-100\/55 {
    color: rgb(246 245 244 / 0.55);
  }

  .md\:text-neutral-100\/60 {
    color: rgb(246 245 244 / 0.6);
  }

  .md\:text-neutral-100\/65 {
    color: rgb(246 245 244 / 0.65);
  }

  .md\:text-neutral-100\/70 {
    color: rgb(246 245 244 / 0.7);
  }

  .md\:text-neutral-100\/75 {
    color: rgb(246 245 244 / 0.75);
  }

  .md\:text-neutral-100\/80 {
    color: rgb(246 245 244 / 0.8);
  }

  .md\:text-neutral-100\/85 {
    color: rgb(246 245 244 / 0.85);
  }

  .md\:text-neutral-100\/90 {
    color: rgb(246 245 244 / 0.9);
  }

  .md\:text-neutral-100\/95 {
    color: rgb(246 245 244 / 0.95);
  }

  .md\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(233 230 227 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-200\/0 {
    color: rgb(233 230 227 / 0);
  }

  .md\:text-neutral-200\/10 {
    color: rgb(233 230 227 / 0.1);
  }

  .md\:text-neutral-200\/100 {
    color: rgb(233 230 227 / 1);
  }

  .md\:text-neutral-200\/15 {
    color: rgb(233 230 227 / 0.15);
  }

  .md\:text-neutral-200\/20 {
    color: rgb(233 230 227 / 0.2);
  }

  .md\:text-neutral-200\/25 {
    color: rgb(233 230 227 / 0.25);
  }

  .md\:text-neutral-200\/30 {
    color: rgb(233 230 227 / 0.3);
  }

  .md\:text-neutral-200\/35 {
    color: rgb(233 230 227 / 0.35);
  }

  .md\:text-neutral-200\/40 {
    color: rgb(233 230 227 / 0.4);
  }

  .md\:text-neutral-200\/45 {
    color: rgb(233 230 227 / 0.45);
  }

  .md\:text-neutral-200\/5 {
    color: rgb(233 230 227 / 0.05);
  }

  .md\:text-neutral-200\/50 {
    color: rgb(233 230 227 / 0.5);
  }

  .md\:text-neutral-200\/55 {
    color: rgb(233 230 227 / 0.55);
  }

  .md\:text-neutral-200\/60 {
    color: rgb(233 230 227 / 0.6);
  }

  .md\:text-neutral-200\/65 {
    color: rgb(233 230 227 / 0.65);
  }

  .md\:text-neutral-200\/70 {
    color: rgb(233 230 227 / 0.7);
  }

  .md\:text-neutral-200\/75 {
    color: rgb(233 230 227 / 0.75);
  }

  .md\:text-neutral-200\/80 {
    color: rgb(233 230 227 / 0.8);
  }

  .md\:text-neutral-200\/85 {
    color: rgb(233 230 227 / 0.85);
  }

  .md\:text-neutral-200\/90 {
    color: rgb(233 230 227 / 0.9);
  }

  .md\:text-neutral-200\/95 {
    color: rgb(233 230 227 / 0.95);
  }

  .md\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(215 210 205 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-300\/0 {
    color: rgb(215 210 205 / 0);
  }

  .md\:text-neutral-300\/10 {
    color: rgb(215 210 205 / 0.1);
  }

  .md\:text-neutral-300\/100 {
    color: rgb(215 210 205 / 1);
  }

  .md\:text-neutral-300\/15 {
    color: rgb(215 210 205 / 0.15);
  }

  .md\:text-neutral-300\/20 {
    color: rgb(215 210 205 / 0.2);
  }

  .md\:text-neutral-300\/25 {
    color: rgb(215 210 205 / 0.25);
  }

  .md\:text-neutral-300\/30 {
    color: rgb(215 210 205 / 0.3);
  }

  .md\:text-neutral-300\/35 {
    color: rgb(215 210 205 / 0.35);
  }

  .md\:text-neutral-300\/40 {
    color: rgb(215 210 205 / 0.4);
  }

  .md\:text-neutral-300\/45 {
    color: rgb(215 210 205 / 0.45);
  }

  .md\:text-neutral-300\/5 {
    color: rgb(215 210 205 / 0.05);
  }

  .md\:text-neutral-300\/50 {
    color: rgb(215 210 205 / 0.5);
  }

  .md\:text-neutral-300\/55 {
    color: rgb(215 210 205 / 0.55);
  }

  .md\:text-neutral-300\/60 {
    color: rgb(215 210 205 / 0.6);
  }

  .md\:text-neutral-300\/65 {
    color: rgb(215 210 205 / 0.65);
  }

  .md\:text-neutral-300\/70 {
    color: rgb(215 210 205 / 0.7);
  }

  .md\:text-neutral-300\/75 {
    color: rgb(215 210 205 / 0.75);
  }

  .md\:text-neutral-300\/80 {
    color: rgb(215 210 205 / 0.8);
  }

  .md\:text-neutral-300\/85 {
    color: rgb(215 210 205 / 0.85);
  }

  .md\:text-neutral-300\/90 {
    color: rgb(215 210 205 / 0.9);
  }

  .md\:text-neutral-300\/95 {
    color: rgb(215 210 205 / 0.95);
  }

  .md\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(175 168 161 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-400\/0 {
    color: rgb(175 168 161 / 0);
  }

  .md\:text-neutral-400\/10 {
    color: rgb(175 168 161 / 0.1);
  }

  .md\:text-neutral-400\/100 {
    color: rgb(175 168 161 / 1);
  }

  .md\:text-neutral-400\/15 {
    color: rgb(175 168 161 / 0.15);
  }

  .md\:text-neutral-400\/20 {
    color: rgb(175 168 161 / 0.2);
  }

  .md\:text-neutral-400\/25 {
    color: rgb(175 168 161 / 0.25);
  }

  .md\:text-neutral-400\/30 {
    color: rgb(175 168 161 / 0.3);
  }

  .md\:text-neutral-400\/35 {
    color: rgb(175 168 161 / 0.35);
  }

  .md\:text-neutral-400\/40 {
    color: rgb(175 168 161 / 0.4);
  }

  .md\:text-neutral-400\/45 {
    color: rgb(175 168 161 / 0.45);
  }

  .md\:text-neutral-400\/5 {
    color: rgb(175 168 161 / 0.05);
  }

  .md\:text-neutral-400\/50 {
    color: rgb(175 168 161 / 0.5);
  }

  .md\:text-neutral-400\/55 {
    color: rgb(175 168 161 / 0.55);
  }

  .md\:text-neutral-400\/60 {
    color: rgb(175 168 161 / 0.6);
  }

  .md\:text-neutral-400\/65 {
    color: rgb(175 168 161 / 0.65);
  }

  .md\:text-neutral-400\/70 {
    color: rgb(175 168 161 / 0.7);
  }

  .md\:text-neutral-400\/75 {
    color: rgb(175 168 161 / 0.75);
  }

  .md\:text-neutral-400\/80 {
    color: rgb(175 168 161 / 0.8);
  }

  .md\:text-neutral-400\/85 {
    color: rgb(175 168 161 / 0.85);
  }

  .md\:text-neutral-400\/90 {
    color: rgb(175 168 161 / 0.9);
  }

  .md\:text-neutral-400\/95 {
    color: rgb(175 168 161 / 0.95);
  }

  .md\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-50\/0 {
    color: rgb(251 250 249 / 0);
  }

  .md\:text-neutral-50\/10 {
    color: rgb(251 250 249 / 0.1);
  }

  .md\:text-neutral-50\/100 {
    color: rgb(251 250 249 / 1);
  }

  .md\:text-neutral-50\/15 {
    color: rgb(251 250 249 / 0.15);
  }

  .md\:text-neutral-50\/20 {
    color: rgb(251 250 249 / 0.2);
  }

  .md\:text-neutral-50\/25 {
    color: rgb(251 250 249 / 0.25);
  }

  .md\:text-neutral-50\/30 {
    color: rgb(251 250 249 / 0.3);
  }

  .md\:text-neutral-50\/35 {
    color: rgb(251 250 249 / 0.35);
  }

  .md\:text-neutral-50\/40 {
    color: rgb(251 250 249 / 0.4);
  }

  .md\:text-neutral-50\/45 {
    color: rgb(251 250 249 / 0.45);
  }

  .md\:text-neutral-50\/5 {
    color: rgb(251 250 249 / 0.05);
  }

  .md\:text-neutral-50\/50 {
    color: rgb(251 250 249 / 0.5);
  }

  .md\:text-neutral-50\/55 {
    color: rgb(251 250 249 / 0.55);
  }

  .md\:text-neutral-50\/60 {
    color: rgb(251 250 249 / 0.6);
  }

  .md\:text-neutral-50\/65 {
    color: rgb(251 250 249 / 0.65);
  }

  .md\:text-neutral-50\/70 {
    color: rgb(251 250 249 / 0.7);
  }

  .md\:text-neutral-50\/75 {
    color: rgb(251 250 249 / 0.75);
  }

  .md\:text-neutral-50\/80 {
    color: rgb(251 250 249 / 0.8);
  }

  .md\:text-neutral-50\/85 {
    color: rgb(251 250 249 / 0.85);
  }

  .md\:text-neutral-50\/90 {
    color: rgb(251 250 249 / 0.9);
  }

  .md\:text-neutral-50\/95 {
    color: rgb(251 250 249 / 0.95);
  }

  .md\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(129 121 113 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-500\/0 {
    color: rgb(129 121 113 / 0);
  }

  .md\:text-neutral-500\/10 {
    color: rgb(129 121 113 / 0.1);
  }

  .md\:text-neutral-500\/100 {
    color: rgb(129 121 113 / 1);
  }

  .md\:text-neutral-500\/15 {
    color: rgb(129 121 113 / 0.15);
  }

  .md\:text-neutral-500\/20 {
    color: rgb(129 121 113 / 0.2);
  }

  .md\:text-neutral-500\/25 {
    color: rgb(129 121 113 / 0.25);
  }

  .md\:text-neutral-500\/30 {
    color: rgb(129 121 113 / 0.3);
  }

  .md\:text-neutral-500\/35 {
    color: rgb(129 121 113 / 0.35);
  }

  .md\:text-neutral-500\/40 {
    color: rgb(129 121 113 / 0.4);
  }

  .md\:text-neutral-500\/45 {
    color: rgb(129 121 113 / 0.45);
  }

  .md\:text-neutral-500\/5 {
    color: rgb(129 121 113 / 0.05);
  }

  .md\:text-neutral-500\/50 {
    color: rgb(129 121 113 / 0.5);
  }

  .md\:text-neutral-500\/55 {
    color: rgb(129 121 113 / 0.55);
  }

  .md\:text-neutral-500\/60 {
    color: rgb(129 121 113 / 0.6);
  }

  .md\:text-neutral-500\/65 {
    color: rgb(129 121 113 / 0.65);
  }

  .md\:text-neutral-500\/70 {
    color: rgb(129 121 113 / 0.7);
  }

  .md\:text-neutral-500\/75 {
    color: rgb(129 121 113 / 0.75);
  }

  .md\:text-neutral-500\/80 {
    color: rgb(129 121 113 / 0.8);
  }

  .md\:text-neutral-500\/85 {
    color: rgb(129 121 113 / 0.85);
  }

  .md\:text-neutral-500\/90 {
    color: rgb(129 121 113 / 0.9);
  }

  .md\:text-neutral-500\/95 {
    color: rgb(129 121 113 / 0.95);
  }

  .md\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(96 89 82 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-600\/0 {
    color: rgb(96 89 82 / 0);
  }

  .md\:text-neutral-600\/10 {
    color: rgb(96 89 82 / 0.1);
  }

  .md\:text-neutral-600\/100 {
    color: rgb(96 89 82 / 1);
  }

  .md\:text-neutral-600\/15 {
    color: rgb(96 89 82 / 0.15);
  }

  .md\:text-neutral-600\/20 {
    color: rgb(96 89 82 / 0.2);
  }

  .md\:text-neutral-600\/25 {
    color: rgb(96 89 82 / 0.25);
  }

  .md\:text-neutral-600\/30 {
    color: rgb(96 89 82 / 0.3);
  }

  .md\:text-neutral-600\/35 {
    color: rgb(96 89 82 / 0.35);
  }

  .md\:text-neutral-600\/40 {
    color: rgb(96 89 82 / 0.4);
  }

  .md\:text-neutral-600\/45 {
    color: rgb(96 89 82 / 0.45);
  }

  .md\:text-neutral-600\/5 {
    color: rgb(96 89 82 / 0.05);
  }

  .md\:text-neutral-600\/50 {
    color: rgb(96 89 82 / 0.5);
  }

  .md\:text-neutral-600\/55 {
    color: rgb(96 89 82 / 0.55);
  }

  .md\:text-neutral-600\/60 {
    color: rgb(96 89 82 / 0.6);
  }

  .md\:text-neutral-600\/65 {
    color: rgb(96 89 82 / 0.65);
  }

  .md\:text-neutral-600\/70 {
    color: rgb(96 89 82 / 0.7);
  }

  .md\:text-neutral-600\/75 {
    color: rgb(96 89 82 / 0.75);
  }

  .md\:text-neutral-600\/80 {
    color: rgb(96 89 82 / 0.8);
  }

  .md\:text-neutral-600\/85 {
    color: rgb(96 89 82 / 0.85);
  }

  .md\:text-neutral-600\/90 {
    color: rgb(96 89 82 / 0.9);
  }

  .md\:text-neutral-600\/95 {
    color: rgb(96 89 82 / 0.95);
  }

  .md\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(73 68 63 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-700\/0 {
    color: rgb(73 68 63 / 0);
  }

  .md\:text-neutral-700\/10 {
    color: rgb(73 68 63 / 0.1);
  }

  .md\:text-neutral-700\/100 {
    color: rgb(73 68 63 / 1);
  }

  .md\:text-neutral-700\/15 {
    color: rgb(73 68 63 / 0.15);
  }

  .md\:text-neutral-700\/20 {
    color: rgb(73 68 63 / 0.2);
  }

  .md\:text-neutral-700\/25 {
    color: rgb(73 68 63 / 0.25);
  }

  .md\:text-neutral-700\/30 {
    color: rgb(73 68 63 / 0.3);
  }

  .md\:text-neutral-700\/35 {
    color: rgb(73 68 63 / 0.35);
  }

  .md\:text-neutral-700\/40 {
    color: rgb(73 68 63 / 0.4);
  }

  .md\:text-neutral-700\/45 {
    color: rgb(73 68 63 / 0.45);
  }

  .md\:text-neutral-700\/5 {
    color: rgb(73 68 63 / 0.05);
  }

  .md\:text-neutral-700\/50 {
    color: rgb(73 68 63 / 0.5);
  }

  .md\:text-neutral-700\/55 {
    color: rgb(73 68 63 / 0.55);
  }

  .md\:text-neutral-700\/60 {
    color: rgb(73 68 63 / 0.6);
  }

  .md\:text-neutral-700\/65 {
    color: rgb(73 68 63 / 0.65);
  }

  .md\:text-neutral-700\/70 {
    color: rgb(73 68 63 / 0.7);
  }

  .md\:text-neutral-700\/75 {
    color: rgb(73 68 63 / 0.75);
  }

  .md\:text-neutral-700\/80 {
    color: rgb(73 68 63 / 0.8);
  }

  .md\:text-neutral-700\/85 {
    color: rgb(73 68 63 / 0.85);
  }

  .md\:text-neutral-700\/90 {
    color: rgb(73 68 63 / 0.9);
  }

  .md\:text-neutral-700\/95 {
    color: rgb(73 68 63 / 0.95);
  }

  .md\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(48 45 42 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-800\/0 {
    color: rgb(48 45 42 / 0);
  }

  .md\:text-neutral-800\/10 {
    color: rgb(48 45 42 / 0.1);
  }

  .md\:text-neutral-800\/100 {
    color: rgb(48 45 42 / 1);
  }

  .md\:text-neutral-800\/15 {
    color: rgb(48 45 42 / 0.15);
  }

  .md\:text-neutral-800\/20 {
    color: rgb(48 45 42 / 0.2);
  }

  .md\:text-neutral-800\/25 {
    color: rgb(48 45 42 / 0.25);
  }

  .md\:text-neutral-800\/30 {
    color: rgb(48 45 42 / 0.3);
  }

  .md\:text-neutral-800\/35 {
    color: rgb(48 45 42 / 0.35);
  }

  .md\:text-neutral-800\/40 {
    color: rgb(48 45 42 / 0.4);
  }

  .md\:text-neutral-800\/45 {
    color: rgb(48 45 42 / 0.45);
  }

  .md\:text-neutral-800\/5 {
    color: rgb(48 45 42 / 0.05);
  }

  .md\:text-neutral-800\/50 {
    color: rgb(48 45 42 / 0.5);
  }

  .md\:text-neutral-800\/55 {
    color: rgb(48 45 42 / 0.55);
  }

  .md\:text-neutral-800\/60 {
    color: rgb(48 45 42 / 0.6);
  }

  .md\:text-neutral-800\/65 {
    color: rgb(48 45 42 / 0.65);
  }

  .md\:text-neutral-800\/70 {
    color: rgb(48 45 42 / 0.7);
  }

  .md\:text-neutral-800\/75 {
    color: rgb(48 45 42 / 0.75);
  }

  .md\:text-neutral-800\/80 {
    color: rgb(48 45 42 / 0.8);
  }

  .md\:text-neutral-800\/85 {
    color: rgb(48 45 42 / 0.85);
  }

  .md\:text-neutral-800\/90 {
    color: rgb(48 45 42 / 0.9);
  }

  .md\:text-neutral-800\/95 {
    color: rgb(48 45 42 / 0.95);
  }

  .md\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(33 31 29 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-900\/0 {
    color: rgb(33 31 29 / 0);
  }

  .md\:text-neutral-900\/10 {
    color: rgb(33 31 29 / 0.1);
  }

  .md\:text-neutral-900\/100 {
    color: rgb(33 31 29 / 1);
  }

  .md\:text-neutral-900\/15 {
    color: rgb(33 31 29 / 0.15);
  }

  .md\:text-neutral-900\/20 {
    color: rgb(33 31 29 / 0.2);
  }

  .md\:text-neutral-900\/25 {
    color: rgb(33 31 29 / 0.25);
  }

  .md\:text-neutral-900\/30 {
    color: rgb(33 31 29 / 0.3);
  }

  .md\:text-neutral-900\/35 {
    color: rgb(33 31 29 / 0.35);
  }

  .md\:text-neutral-900\/40 {
    color: rgb(33 31 29 / 0.4);
  }

  .md\:text-neutral-900\/45 {
    color: rgb(33 31 29 / 0.45);
  }

  .md\:text-neutral-900\/5 {
    color: rgb(33 31 29 / 0.05);
  }

  .md\:text-neutral-900\/50 {
    color: rgb(33 31 29 / 0.5);
  }

  .md\:text-neutral-900\/55 {
    color: rgb(33 31 29 / 0.55);
  }

  .md\:text-neutral-900\/60 {
    color: rgb(33 31 29 / 0.6);
  }

  .md\:text-neutral-900\/65 {
    color: rgb(33 31 29 / 0.65);
  }

  .md\:text-neutral-900\/70 {
    color: rgb(33 31 29 / 0.7);
  }

  .md\:text-neutral-900\/75 {
    color: rgb(33 31 29 / 0.75);
  }

  .md\:text-neutral-900\/80 {
    color: rgb(33 31 29 / 0.8);
  }

  .md\:text-neutral-900\/85 {
    color: rgb(33 31 29 / 0.85);
  }

  .md\:text-neutral-900\/90 {
    color: rgb(33 31 29 / 0.9);
  }

  .md\:text-neutral-900\/95 {
    color: rgb(33 31 29 / 0.95);
  }

  .md\:text-neutral-950 {
    --tw-text-opacity: 1;
    color: rgb(18 17 16 / var(--tw-text-opacity, 1));
  }

  .md\:text-neutral-950\/0 {
    color: rgb(18 17 16 / 0);
  }

  .md\:text-neutral-950\/10 {
    color: rgb(18 17 16 / 0.1);
  }

  .md\:text-neutral-950\/100 {
    color: rgb(18 17 16 / 1);
  }

  .md\:text-neutral-950\/15 {
    color: rgb(18 17 16 / 0.15);
  }

  .md\:text-neutral-950\/20 {
    color: rgb(18 17 16 / 0.2);
  }

  .md\:text-neutral-950\/25 {
    color: rgb(18 17 16 / 0.25);
  }

  .md\:text-neutral-950\/30 {
    color: rgb(18 17 16 / 0.3);
  }

  .md\:text-neutral-950\/35 {
    color: rgb(18 17 16 / 0.35);
  }

  .md\:text-neutral-950\/40 {
    color: rgb(18 17 16 / 0.4);
  }

  .md\:text-neutral-950\/45 {
    color: rgb(18 17 16 / 0.45);
  }

  .md\:text-neutral-950\/5 {
    color: rgb(18 17 16 / 0.05);
  }

  .md\:text-neutral-950\/50 {
    color: rgb(18 17 16 / 0.5);
  }

  .md\:text-neutral-950\/55 {
    color: rgb(18 17 16 / 0.55);
  }

  .md\:text-neutral-950\/60 {
    color: rgb(18 17 16 / 0.6);
  }

  .md\:text-neutral-950\/65 {
    color: rgb(18 17 16 / 0.65);
  }

  .md\:text-neutral-950\/70 {
    color: rgb(18 17 16 / 0.7);
  }

  .md\:text-neutral-950\/75 {
    color: rgb(18 17 16 / 0.75);
  }

  .md\:text-neutral-950\/80 {
    color: rgb(18 17 16 / 0.8);
  }

  .md\:text-neutral-950\/85 {
    color: rgb(18 17 16 / 0.85);
  }

  .md\:text-neutral-950\/90 {
    color: rgb(18 17 16 / 0.9);
  }

  .md\:text-neutral-950\/95 {
    color: rgb(18 17 16 / 0.95);
  }

  .md\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgb(254 234 222 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-100\/0 {
    color: rgb(254 234 222 / 0);
  }

  .md\:text-primary-100\/10 {
    color: rgb(254 234 222 / 0.1);
  }

  .md\:text-primary-100\/100 {
    color: rgb(254 234 222 / 1);
  }

  .md\:text-primary-100\/15 {
    color: rgb(254 234 222 / 0.15);
  }

  .md\:text-primary-100\/20 {
    color: rgb(254 234 222 / 0.2);
  }

  .md\:text-primary-100\/25 {
    color: rgb(254 234 222 / 0.25);
  }

  .md\:text-primary-100\/30 {
    color: rgb(254 234 222 / 0.3);
  }

  .md\:text-primary-100\/35 {
    color: rgb(254 234 222 / 0.35);
  }

  .md\:text-primary-100\/40 {
    color: rgb(254 234 222 / 0.4);
  }

  .md\:text-primary-100\/45 {
    color: rgb(254 234 222 / 0.45);
  }

  .md\:text-primary-100\/5 {
    color: rgb(254 234 222 / 0.05);
  }

  .md\:text-primary-100\/50 {
    color: rgb(254 234 222 / 0.5);
  }

  .md\:text-primary-100\/55 {
    color: rgb(254 234 222 / 0.55);
  }

  .md\:text-primary-100\/60 {
    color: rgb(254 234 222 / 0.6);
  }

  .md\:text-primary-100\/65 {
    color: rgb(254 234 222 / 0.65);
  }

  .md\:text-primary-100\/70 {
    color: rgb(254 234 222 / 0.7);
  }

  .md\:text-primary-100\/75 {
    color: rgb(254 234 222 / 0.75);
  }

  .md\:text-primary-100\/80 {
    color: rgb(254 234 222 / 0.8);
  }

  .md\:text-primary-100\/85 {
    color: rgb(254 234 222 / 0.85);
  }

  .md\:text-primary-100\/90 {
    color: rgb(254 234 222 / 0.9);
  }

  .md\:text-primary-100\/95 {
    color: rgb(254 234 222 / 0.95);
  }

  .md\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgb(252 211 189 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-200\/0 {
    color: rgb(252 211 189 / 0);
  }

  .md\:text-primary-200\/10 {
    color: rgb(252 211 189 / 0.1);
  }

  .md\:text-primary-200\/100 {
    color: rgb(252 211 189 / 1);
  }

  .md\:text-primary-200\/15 {
    color: rgb(252 211 189 / 0.15);
  }

  .md\:text-primary-200\/20 {
    color: rgb(252 211 189 / 0.2);
  }

  .md\:text-primary-200\/25 {
    color: rgb(252 211 189 / 0.25);
  }

  .md\:text-primary-200\/30 {
    color: rgb(252 211 189 / 0.3);
  }

  .md\:text-primary-200\/35 {
    color: rgb(252 211 189 / 0.35);
  }

  .md\:text-primary-200\/40 {
    color: rgb(252 211 189 / 0.4);
  }

  .md\:text-primary-200\/45 {
    color: rgb(252 211 189 / 0.45);
  }

  .md\:text-primary-200\/5 {
    color: rgb(252 211 189 / 0.05);
  }

  .md\:text-primary-200\/50 {
    color: rgb(252 211 189 / 0.5);
  }

  .md\:text-primary-200\/55 {
    color: rgb(252 211 189 / 0.55);
  }

  .md\:text-primary-200\/60 {
    color: rgb(252 211 189 / 0.6);
  }

  .md\:text-primary-200\/65 {
    color: rgb(252 211 189 / 0.65);
  }

  .md\:text-primary-200\/70 {
    color: rgb(252 211 189 / 0.7);
  }

  .md\:text-primary-200\/75 {
    color: rgb(252 211 189 / 0.75);
  }

  .md\:text-primary-200\/80 {
    color: rgb(252 211 189 / 0.8);
  }

  .md\:text-primary-200\/85 {
    color: rgb(252 211 189 / 0.85);
  }

  .md\:text-primary-200\/90 {
    color: rgb(252 211 189 / 0.9);
  }

  .md\:text-primary-200\/95 {
    color: rgb(252 211 189 / 0.95);
  }

  .md\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgb(250 179 143 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-300\/0 {
    color: rgb(250 179 143 / 0);
  }

  .md\:text-primary-300\/10 {
    color: rgb(250 179 143 / 0.1);
  }

  .md\:text-primary-300\/100 {
    color: rgb(250 179 143 / 1);
  }

  .md\:text-primary-300\/15 {
    color: rgb(250 179 143 / 0.15);
  }

  .md\:text-primary-300\/20 {
    color: rgb(250 179 143 / 0.2);
  }

  .md\:text-primary-300\/25 {
    color: rgb(250 179 143 / 0.25);
  }

  .md\:text-primary-300\/30 {
    color: rgb(250 179 143 / 0.3);
  }

  .md\:text-primary-300\/35 {
    color: rgb(250 179 143 / 0.35);
  }

  .md\:text-primary-300\/40 {
    color: rgb(250 179 143 / 0.4);
  }

  .md\:text-primary-300\/45 {
    color: rgb(250 179 143 / 0.45);
  }

  .md\:text-primary-300\/5 {
    color: rgb(250 179 143 / 0.05);
  }

  .md\:text-primary-300\/50 {
    color: rgb(250 179 143 / 0.5);
  }

  .md\:text-primary-300\/55 {
    color: rgb(250 179 143 / 0.55);
  }

  .md\:text-primary-300\/60 {
    color: rgb(250 179 143 / 0.6);
  }

  .md\:text-primary-300\/65 {
    color: rgb(250 179 143 / 0.65);
  }

  .md\:text-primary-300\/70 {
    color: rgb(250 179 143 / 0.7);
  }

  .md\:text-primary-300\/75 {
    color: rgb(250 179 143 / 0.75);
  }

  .md\:text-primary-300\/80 {
    color: rgb(250 179 143 / 0.8);
  }

  .md\:text-primary-300\/85 {
    color: rgb(250 179 143 / 0.85);
  }

  .md\:text-primary-300\/90 {
    color: rgb(250 179 143 / 0.9);
  }

  .md\:text-primary-300\/95 {
    color: rgb(250 179 143 / 0.95);
  }

  .md\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(249 151 102 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-400\/0 {
    color: rgb(249 151 102 / 0);
  }

  .md\:text-primary-400\/10 {
    color: rgb(249 151 102 / 0.1);
  }

  .md\:text-primary-400\/100 {
    color: rgb(249 151 102 / 1);
  }

  .md\:text-primary-400\/15 {
    color: rgb(249 151 102 / 0.15);
  }

  .md\:text-primary-400\/20 {
    color: rgb(249 151 102 / 0.2);
  }

  .md\:text-primary-400\/25 {
    color: rgb(249 151 102 / 0.25);
  }

  .md\:text-primary-400\/30 {
    color: rgb(249 151 102 / 0.3);
  }

  .md\:text-primary-400\/35 {
    color: rgb(249 151 102 / 0.35);
  }

  .md\:text-primary-400\/40 {
    color: rgb(249 151 102 / 0.4);
  }

  .md\:text-primary-400\/45 {
    color: rgb(249 151 102 / 0.45);
  }

  .md\:text-primary-400\/5 {
    color: rgb(249 151 102 / 0.05);
  }

  .md\:text-primary-400\/50 {
    color: rgb(249 151 102 / 0.5);
  }

  .md\:text-primary-400\/55 {
    color: rgb(249 151 102 / 0.55);
  }

  .md\:text-primary-400\/60 {
    color: rgb(249 151 102 / 0.6);
  }

  .md\:text-primary-400\/65 {
    color: rgb(249 151 102 / 0.65);
  }

  .md\:text-primary-400\/70 {
    color: rgb(249 151 102 / 0.7);
  }

  .md\:text-primary-400\/75 {
    color: rgb(249 151 102 / 0.75);
  }

  .md\:text-primary-400\/80 {
    color: rgb(249 151 102 / 0.8);
  }

  .md\:text-primary-400\/85 {
    color: rgb(249 151 102 / 0.85);
  }

  .md\:text-primary-400\/90 {
    color: rgb(249 151 102 / 0.9);
  }

  .md\:text-primary-400\/95 {
    color: rgb(249 151 102 / 0.95);
  }

  .md\:text-primary-50 {
    --tw-text-opacity: 1;
    color: rgb(255 247 242 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-50\/0 {
    color: rgb(255 247 242 / 0);
  }

  .md\:text-primary-50\/10 {
    color: rgb(255 247 242 / 0.1);
  }

  .md\:text-primary-50\/100 {
    color: rgb(255 247 242 / 1);
  }

  .md\:text-primary-50\/15 {
    color: rgb(255 247 242 / 0.15);
  }

  .md\:text-primary-50\/20 {
    color: rgb(255 247 242 / 0.2);
  }

  .md\:text-primary-50\/25 {
    color: rgb(255 247 242 / 0.25);
  }

  .md\:text-primary-50\/30 {
    color: rgb(255 247 242 / 0.3);
  }

  .md\:text-primary-50\/35 {
    color: rgb(255 247 242 / 0.35);
  }

  .md\:text-primary-50\/40 {
    color: rgb(255 247 242 / 0.4);
  }

  .md\:text-primary-50\/45 {
    color: rgb(255 247 242 / 0.45);
  }

  .md\:text-primary-50\/5 {
    color: rgb(255 247 242 / 0.05);
  }

  .md\:text-primary-50\/50 {
    color: rgb(255 247 242 / 0.5);
  }

  .md\:text-primary-50\/55 {
    color: rgb(255 247 242 / 0.55);
  }

  .md\:text-primary-50\/60 {
    color: rgb(255 247 242 / 0.6);
  }

  .md\:text-primary-50\/65 {
    color: rgb(255 247 242 / 0.65);
  }

  .md\:text-primary-50\/70 {
    color: rgb(255 247 242 / 0.7);
  }

  .md\:text-primary-50\/75 {
    color: rgb(255 247 242 / 0.75);
  }

  .md\:text-primary-50\/80 {
    color: rgb(255 247 242 / 0.8);
  }

  .md\:text-primary-50\/85 {
    color: rgb(255 247 242 / 0.85);
  }

  .md\:text-primary-50\/90 {
    color: rgb(255 247 242 / 0.9);
  }

  .md\:text-primary-50\/95 {
    color: rgb(255 247 242 / 0.95);
  }

  .md\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(247 141 77 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-500\/0 {
    color: rgb(247 141 77 / 0);
  }

  .md\:text-primary-500\/10 {
    color: rgb(247 141 77 / 0.1);
  }

  .md\:text-primary-500\/100 {
    color: rgb(247 141 77 / 1);
  }

  .md\:text-primary-500\/15 {
    color: rgb(247 141 77 / 0.15);
  }

  .md\:text-primary-500\/20 {
    color: rgb(247 141 77 / 0.2);
  }

  .md\:text-primary-500\/25 {
    color: rgb(247 141 77 / 0.25);
  }

  .md\:text-primary-500\/30 {
    color: rgb(247 141 77 / 0.3);
  }

  .md\:text-primary-500\/35 {
    color: rgb(247 141 77 / 0.35);
  }

  .md\:text-primary-500\/40 {
    color: rgb(247 141 77 / 0.4);
  }

  .md\:text-primary-500\/45 {
    color: rgb(247 141 77 / 0.45);
  }

  .md\:text-primary-500\/5 {
    color: rgb(247 141 77 / 0.05);
  }

  .md\:text-primary-500\/50 {
    color: rgb(247 141 77 / 0.5);
  }

  .md\:text-primary-500\/55 {
    color: rgb(247 141 77 / 0.55);
  }

  .md\:text-primary-500\/60 {
    color: rgb(247 141 77 / 0.6);
  }

  .md\:text-primary-500\/65 {
    color: rgb(247 141 77 / 0.65);
  }

  .md\:text-primary-500\/70 {
    color: rgb(247 141 77 / 0.7);
  }

  .md\:text-primary-500\/75 {
    color: rgb(247 141 77 / 0.75);
  }

  .md\:text-primary-500\/80 {
    color: rgb(247 141 77 / 0.8);
  }

  .md\:text-primary-500\/85 {
    color: rgb(247 141 77 / 0.85);
  }

  .md\:text-primary-500\/90 {
    color: rgb(247 141 77 / 0.9);
  }

  .md\:text-primary-500\/95 {
    color: rgb(247 141 77 / 0.95);
  }

  .md\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(233 99 37 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-600\/0 {
    color: rgb(233 99 37 / 0);
  }

  .md\:text-primary-600\/10 {
    color: rgb(233 99 37 / 0.1);
  }

  .md\:text-primary-600\/100 {
    color: rgb(233 99 37 / 1);
  }

  .md\:text-primary-600\/15 {
    color: rgb(233 99 37 / 0.15);
  }

  .md\:text-primary-600\/20 {
    color: rgb(233 99 37 / 0.2);
  }

  .md\:text-primary-600\/25 {
    color: rgb(233 99 37 / 0.25);
  }

  .md\:text-primary-600\/30 {
    color: rgb(233 99 37 / 0.3);
  }

  .md\:text-primary-600\/35 {
    color: rgb(233 99 37 / 0.35);
  }

  .md\:text-primary-600\/40 {
    color: rgb(233 99 37 / 0.4);
  }

  .md\:text-primary-600\/45 {
    color: rgb(233 99 37 / 0.45);
  }

  .md\:text-primary-600\/5 {
    color: rgb(233 99 37 / 0.05);
  }

  .md\:text-primary-600\/50 {
    color: rgb(233 99 37 / 0.5);
  }

  .md\:text-primary-600\/55 {
    color: rgb(233 99 37 / 0.55);
  }

  .md\:text-primary-600\/60 {
    color: rgb(233 99 37 / 0.6);
  }

  .md\:text-primary-600\/65 {
    color: rgb(233 99 37 / 0.65);
  }

  .md\:text-primary-600\/70 {
    color: rgb(233 99 37 / 0.7);
  }

  .md\:text-primary-600\/75 {
    color: rgb(233 99 37 / 0.75);
  }

  .md\:text-primary-600\/80 {
    color: rgb(233 99 37 / 0.8);
  }

  .md\:text-primary-600\/85 {
    color: rgb(233 99 37 / 0.85);
  }

  .md\:text-primary-600\/90 {
    color: rgb(233 99 37 / 0.9);
  }

  .md\:text-primary-600\/95 {
    color: rgb(233 99 37 / 0.95);
  }

  .md\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(201 74 22 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-700\/0 {
    color: rgb(201 74 22 / 0);
  }

  .md\:text-primary-700\/10 {
    color: rgb(201 74 22 / 0.1);
  }

  .md\:text-primary-700\/100 {
    color: rgb(201 74 22 / 1);
  }

  .md\:text-primary-700\/15 {
    color: rgb(201 74 22 / 0.15);
  }

  .md\:text-primary-700\/20 {
    color: rgb(201 74 22 / 0.2);
  }

  .md\:text-primary-700\/25 {
    color: rgb(201 74 22 / 0.25);
  }

  .md\:text-primary-700\/30 {
    color: rgb(201 74 22 / 0.3);
  }

  .md\:text-primary-700\/35 {
    color: rgb(201 74 22 / 0.35);
  }

  .md\:text-primary-700\/40 {
    color: rgb(201 74 22 / 0.4);
  }

  .md\:text-primary-700\/45 {
    color: rgb(201 74 22 / 0.45);
  }

  .md\:text-primary-700\/5 {
    color: rgb(201 74 22 / 0.05);
  }

  .md\:text-primary-700\/50 {
    color: rgb(201 74 22 / 0.5);
  }

  .md\:text-primary-700\/55 {
    color: rgb(201 74 22 / 0.55);
  }

  .md\:text-primary-700\/60 {
    color: rgb(201 74 22 / 0.6);
  }

  .md\:text-primary-700\/65 {
    color: rgb(201 74 22 / 0.65);
  }

  .md\:text-primary-700\/70 {
    color: rgb(201 74 22 / 0.7);
  }

  .md\:text-primary-700\/75 {
    color: rgb(201 74 22 / 0.75);
  }

  .md\:text-primary-700\/80 {
    color: rgb(201 74 22 / 0.8);
  }

  .md\:text-primary-700\/85 {
    color: rgb(201 74 22 / 0.85);
  }

  .md\:text-primary-700\/90 {
    color: rgb(201 74 22 / 0.9);
  }

  .md\:text-primary-700\/95 {
    color: rgb(201 74 22 / 0.95);
  }

  .md\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgb(161 59 24 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-800\/0 {
    color: rgb(161 59 24 / 0);
  }

  .md\:text-primary-800\/10 {
    color: rgb(161 59 24 / 0.1);
  }

  .md\:text-primary-800\/100 {
    color: rgb(161 59 24 / 1);
  }

  .md\:text-primary-800\/15 {
    color: rgb(161 59 24 / 0.15);
  }

  .md\:text-primary-800\/20 {
    color: rgb(161 59 24 / 0.2);
  }

  .md\:text-primary-800\/25 {
    color: rgb(161 59 24 / 0.25);
  }

  .md\:text-primary-800\/30 {
    color: rgb(161 59 24 / 0.3);
  }

  .md\:text-primary-800\/35 {
    color: rgb(161 59 24 / 0.35);
  }

  .md\:text-primary-800\/40 {
    color: rgb(161 59 24 / 0.4);
  }

  .md\:text-primary-800\/45 {
    color: rgb(161 59 24 / 0.45);
  }

  .md\:text-primary-800\/5 {
    color: rgb(161 59 24 / 0.05);
  }

  .md\:text-primary-800\/50 {
    color: rgb(161 59 24 / 0.5);
  }

  .md\:text-primary-800\/55 {
    color: rgb(161 59 24 / 0.55);
  }

  .md\:text-primary-800\/60 {
    color: rgb(161 59 24 / 0.6);
  }

  .md\:text-primary-800\/65 {
    color: rgb(161 59 24 / 0.65);
  }

  .md\:text-primary-800\/70 {
    color: rgb(161 59 24 / 0.7);
  }

  .md\:text-primary-800\/75 {
    color: rgb(161 59 24 / 0.75);
  }

  .md\:text-primary-800\/80 {
    color: rgb(161 59 24 / 0.8);
  }

  .md\:text-primary-800\/85 {
    color: rgb(161 59 24 / 0.85);
  }

  .md\:text-primary-800\/90 {
    color: rgb(161 59 24 / 0.9);
  }

  .md\:text-primary-800\/95 {
    color: rgb(161 59 24 / 0.95);
  }

  .md\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgb(130 51 24 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-900\/0 {
    color: rgb(130 51 24 / 0);
  }

  .md\:text-primary-900\/10 {
    color: rgb(130 51 24 / 0.1);
  }

  .md\:text-primary-900\/100 {
    color: rgb(130 51 24 / 1);
  }

  .md\:text-primary-900\/15 {
    color: rgb(130 51 24 / 0.15);
  }

  .md\:text-primary-900\/20 {
    color: rgb(130 51 24 / 0.2);
  }

  .md\:text-primary-900\/25 {
    color: rgb(130 51 24 / 0.25);
  }

  .md\:text-primary-900\/30 {
    color: rgb(130 51 24 / 0.3);
  }

  .md\:text-primary-900\/35 {
    color: rgb(130 51 24 / 0.35);
  }

  .md\:text-primary-900\/40 {
    color: rgb(130 51 24 / 0.4);
  }

  .md\:text-primary-900\/45 {
    color: rgb(130 51 24 / 0.45);
  }

  .md\:text-primary-900\/5 {
    color: rgb(130 51 24 / 0.05);
  }

  .md\:text-primary-900\/50 {
    color: rgb(130 51 24 / 0.5);
  }

  .md\:text-primary-900\/55 {
    color: rgb(130 51 24 / 0.55);
  }

  .md\:text-primary-900\/60 {
    color: rgb(130 51 24 / 0.6);
  }

  .md\:text-primary-900\/65 {
    color: rgb(130 51 24 / 0.65);
  }

  .md\:text-primary-900\/70 {
    color: rgb(130 51 24 / 0.7);
  }

  .md\:text-primary-900\/75 {
    color: rgb(130 51 24 / 0.75);
  }

  .md\:text-primary-900\/80 {
    color: rgb(130 51 24 / 0.8);
  }

  .md\:text-primary-900\/85 {
    color: rgb(130 51 24 / 0.85);
  }

  .md\:text-primary-900\/90 {
    color: rgb(130 51 24 / 0.9);
  }

  .md\:text-primary-900\/95 {
    color: rgb(130 51 24 / 0.95);
  }

  .md\:text-primary-950 {
    --tw-text-opacity: 1;
    color: rgb(70 23 8 / var(--tw-text-opacity, 1));
  }

  .md\:text-primary-950\/0 {
    color: rgb(70 23 8 / 0);
  }

  .md\:text-primary-950\/10 {
    color: rgb(70 23 8 / 0.1);
  }

  .md\:text-primary-950\/100 {
    color: rgb(70 23 8 / 1);
  }

  .md\:text-primary-950\/15 {
    color: rgb(70 23 8 / 0.15);
  }

  .md\:text-primary-950\/20 {
    color: rgb(70 23 8 / 0.2);
  }

  .md\:text-primary-950\/25 {
    color: rgb(70 23 8 / 0.25);
  }

  .md\:text-primary-950\/30 {
    color: rgb(70 23 8 / 0.3);
  }

  .md\:text-primary-950\/35 {
    color: rgb(70 23 8 / 0.35);
  }

  .md\:text-primary-950\/40 {
    color: rgb(70 23 8 / 0.4);
  }

  .md\:text-primary-950\/45 {
    color: rgb(70 23 8 / 0.45);
  }

  .md\:text-primary-950\/5 {
    color: rgb(70 23 8 / 0.05);
  }

  .md\:text-primary-950\/50 {
    color: rgb(70 23 8 / 0.5);
  }

  .md\:text-primary-950\/55 {
    color: rgb(70 23 8 / 0.55);
  }

  .md\:text-primary-950\/60 {
    color: rgb(70 23 8 / 0.6);
  }

  .md\:text-primary-950\/65 {
    color: rgb(70 23 8 / 0.65);
  }

  .md\:text-primary-950\/70 {
    color: rgb(70 23 8 / 0.7);
  }

  .md\:text-primary-950\/75 {
    color: rgb(70 23 8 / 0.75);
  }

  .md\:text-primary-950\/80 {
    color: rgb(70 23 8 / 0.8);
  }

  .md\:text-primary-950\/85 {
    color: rgb(70 23 8 / 0.85);
  }

  .md\:text-primary-950\/90 {
    color: rgb(70 23 8 / 0.9);
  }

  .md\:text-primary-950\/95 {
    color: rgb(70 23 8 / 0.95);
  }

  .md\:text-transparent {
    color: transparent;
  }

  .md\:text-transparent\/0 {
    color: rgb(0 0 0 / 0);
  }

  .md\:text-transparent\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .md\:text-transparent\/100 {
    color: rgb(0 0 0 / 1);
  }

  .md\:text-transparent\/15 {
    color: rgb(0 0 0 / 0.15);
  }

  .md\:text-transparent\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .md\:text-transparent\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .md\:text-transparent\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .md\:text-transparent\/35 {
    color: rgb(0 0 0 / 0.35);
  }

  .md\:text-transparent\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .md\:text-transparent\/45 {
    color: rgb(0 0 0 / 0.45);
  }

  .md\:text-transparent\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .md\:text-transparent\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .md\:text-transparent\/55 {
    color: rgb(0 0 0 / 0.55);
  }

  .md\:text-transparent\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .md\:text-transparent\/65 {
    color: rgb(0 0 0 / 0.65);
  }

  .md\:text-transparent\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .md\:text-transparent\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .md\:text-transparent\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .md\:text-transparent\/85 {
    color: rgb(0 0 0 / 0.85);
  }

  .md\:text-transparent\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .md\:text-transparent\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .md\:text-white\/0 {
    color: rgb(255 255 255 / 0);
  }

  .md\:text-white\/10 {
    color: rgb(255 255 255 / 0.1);
  }

  .md\:text-white\/100 {
    color: rgb(255 255 255 / 1);
  }

  .md\:text-white\/15 {
    color: rgb(255 255 255 / 0.15);
  }

  .md\:text-white\/20 {
    color: rgb(255 255 255 / 0.2);
  }

  .md\:text-white\/25 {
    color: rgb(255 255 255 / 0.25);
  }

  .md\:text-white\/30 {
    color: rgb(255 255 255 / 0.3);
  }

  .md\:text-white\/35 {
    color: rgb(255 255 255 / 0.35);
  }

  .md\:text-white\/40 {
    color: rgb(255 255 255 / 0.4);
  }

  .md\:text-white\/45 {
    color: rgb(255 255 255 / 0.45);
  }

  .md\:text-white\/5 {
    color: rgb(255 255 255 / 0.05);
  }

  .md\:text-white\/50 {
    color: rgb(255 255 255 / 0.5);
  }

  .md\:text-white\/55 {
    color: rgb(255 255 255 / 0.55);
  }

  .md\:text-white\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .md\:text-white\/65 {
    color: rgb(255 255 255 / 0.65);
  }

  .md\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .md\:text-white\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .md\:text-white\/80 {
    color: rgb(255 255 255 / 0.8);
  }

  .md\:text-white\/85 {
    color: rgb(255 255 255 / 0.85);
  }

  .md\:text-white\/90 {
    color: rgb(255 255 255 / 0.9);
  }

  .md\:text-white\/95 {
    color: rgb(255 255 255 / 0.95);
  }

  .md\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1));
  }

  .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\/15 {
    color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    color: rgb(254 249 195 / 0.35);
  }

  .md\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .md\:text-yellow-100\/45 {
    color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    color: rgb(254 249 195 / 0.55);
  }

  .md\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .md\:text-yellow-100\/65 {
    color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    color: rgb(254 240 138 / 0.35);
  }

  .md\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .md\:text-yellow-200\/45 {
    color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    color: rgb(254 240 138 / 0.55);
  }

  .md\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .md\:text-yellow-200\/65 {
    color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }

  .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\/15 {
    color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    color: rgb(250 204 21 / 0.35);
  }

  .md\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .md\:text-yellow-400\/45 {
    color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    color: rgb(250 204 21 / 0.55);
  }

  .md\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .md\:text-yellow-400\/65 {
    color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    color: rgb(254 252 232 / 0.35);
  }

  .md\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .md\:text-yellow-50\/45 {
    color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    color: rgb(254 252 232 / 0.55);
  }

  .md\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .md\:text-yellow-50\/65 {
    color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    color: rgb(234 179 8 / 0.35);
  }

  .md\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .md\:text-yellow-500\/45 {
    color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    color: rgb(234 179 8 / 0.55);
  }

  .md\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .md\:text-yellow-500\/65 {
    color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    color: rgb(202 138 4 / 0.35);
  }

  .md\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .md\:text-yellow-600\/45 {
    color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    color: rgb(202 138 4 / 0.55);
  }

  .md\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .md\:text-yellow-600\/65 {
    color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }

  .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\/15 {
    color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    color: rgb(133 77 14 / 0.35);
  }

  .md\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .md\:text-yellow-800\/45 {
    color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    color: rgb(133 77 14 / 0.55);
  }

  .md\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .md\:text-yellow-800\/65 {
    color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    color: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    text-decoration-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(254 249 195 / 0.35);
  }

  .md\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .md\:decoration-yellow-100\/45 {
    text-decoration-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(254 249 195 / 0.55);
  }

  .md\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .md\:decoration-yellow-100\/65 {
    text-decoration-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(254 240 138 / 0.35);
  }

  .md\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .md\:decoration-yellow-200\/45 {
    text-decoration-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(254 240 138 / 0.55);
  }

  .md\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .md\:decoration-yellow-200\/65 {
    text-decoration-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    text-decoration-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(250 204 21 / 0.35);
  }

  .md\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .md\:decoration-yellow-400\/45 {
    text-decoration-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(250 204 21 / 0.55);
  }

  .md\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .md\:decoration-yellow-400\/65 {
    text-decoration-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(254 252 232 / 0.35);
  }

  .md\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .md\:decoration-yellow-50\/45 {
    text-decoration-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(254 252 232 / 0.55);
  }

  .md\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .md\:decoration-yellow-50\/65 {
    text-decoration-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(234 179 8 / 0.35);
  }

  .md\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .md\:decoration-yellow-500\/45 {
    text-decoration-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(234 179 8 / 0.55);
  }

  .md\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .md\:decoration-yellow-500\/65 {
    text-decoration-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(202 138 4 / 0.35);
  }

  .md\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .md\:decoration-yellow-600\/45 {
    text-decoration-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(202 138 4 / 0.55);
  }

  .md\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .md\:decoration-yellow-600\/65 {
    text-decoration-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    text-decoration-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(133 77 14 / 0.35);
  }

  .md\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .md\:decoration-yellow-800\/45 {
    text-decoration-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(133 77 14 / 0.55);
  }

  .md\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .md\:decoration-yellow-800\/65 {
    text-decoration-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(133 77 14 / 0.85);
  }

  .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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .md\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .md\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
  }

  .md\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(254 249 195 / 0.15);
  }

  .md\:placeholder-yellow-100\/15::placeholder {
    color: rgb(254 249 195 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(254 249 195 / 0.35);
  }

  .md\:placeholder-yellow-100\/35::placeholder {
    color: rgb(254 249 195 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(254 249 195 / 0.45);
  }

  .md\:placeholder-yellow-100\/45::placeholder {
    color: rgb(254 249 195 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(254 249 195 / 0.55);
  }

  .md\:placeholder-yellow-100\/55::placeholder {
    color: rgb(254 249 195 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(254 249 195 / 0.65);
  }

  .md\:placeholder-yellow-100\/65::placeholder {
    color: rgb(254 249 195 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(254 249 195 / 0.85);
  }

  .md\:placeholder-yellow-100\/85::placeholder {
    color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .md\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(254 240 138 / 0.15);
  }

  .md\:placeholder-yellow-200\/15::placeholder {
    color: rgb(254 240 138 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(254 240 138 / 0.35);
  }

  .md\:placeholder-yellow-200\/35::placeholder {
    color: rgb(254 240 138 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(254 240 138 / 0.45);
  }

  .md\:placeholder-yellow-200\/45::placeholder {
    color: rgb(254 240 138 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(254 240 138 / 0.55);
  }

  .md\:placeholder-yellow-200\/55::placeholder {
    color: rgb(254 240 138 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(254 240 138 / 0.65);
  }

  .md\:placeholder-yellow-200\/65::placeholder {
    color: rgb(254 240 138 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(254 240 138 / 0.85);
  }

  .md\:placeholder-yellow-200\/85::placeholder {
    color: rgb(254 240 138 / 0.85);
  }

  .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-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
  }

  .md\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(250 204 21 / 0.15);
  }

  .md\:placeholder-yellow-400\/15::placeholder {
    color: rgb(250 204 21 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(250 204 21 / 0.35);
  }

  .md\:placeholder-yellow-400\/35::placeholder {
    color: rgb(250 204 21 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(250 204 21 / 0.45);
  }

  .md\:placeholder-yellow-400\/45::placeholder {
    color: rgb(250 204 21 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(250 204 21 / 0.55);
  }

  .md\:placeholder-yellow-400\/55::placeholder {
    color: rgb(250 204 21 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(250 204 21 / 0.65);
  }

  .md\:placeholder-yellow-400\/65::placeholder {
    color: rgb(250 204 21 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(250 204 21 / 0.85);
  }

  .md\:placeholder-yellow-400\/85::placeholder {
    color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .md\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(254 252 232 / 0.15);
  }

  .md\:placeholder-yellow-50\/15::placeholder {
    color: rgb(254 252 232 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(254 252 232 / 0.35);
  }

  .md\:placeholder-yellow-50\/35::placeholder {
    color: rgb(254 252 232 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(254 252 232 / 0.45);
  }

  .md\:placeholder-yellow-50\/45::placeholder {
    color: rgb(254 252 232 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(254 252 232 / 0.55);
  }

  .md\:placeholder-yellow-50\/55::placeholder {
    color: rgb(254 252 232 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(254 252 232 / 0.65);
  }

  .md\:placeholder-yellow-50\/65::placeholder {
    color: rgb(254 252 232 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(254 252 232 / 0.85);
  }

  .md\:placeholder-yellow-50\/85::placeholder {
    color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .md\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(234 179 8 / 0.15);
  }

  .md\:placeholder-yellow-500\/15::placeholder {
    color: rgb(234 179 8 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(234 179 8 / 0.35);
  }

  .md\:placeholder-yellow-500\/35::placeholder {
    color: rgb(234 179 8 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(234 179 8 / 0.45);
  }

  .md\:placeholder-yellow-500\/45::placeholder {
    color: rgb(234 179 8 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(234 179 8 / 0.55);
  }

  .md\:placeholder-yellow-500\/55::placeholder {
    color: rgb(234 179 8 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(234 179 8 / 0.65);
  }

  .md\:placeholder-yellow-500\/65::placeholder {
    color: rgb(234 179 8 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(234 179 8 / 0.85);
  }

  .md\:placeholder-yellow-500\/85::placeholder {
    color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .md\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(202 138 4 / 0.15);
  }

  .md\:placeholder-yellow-600\/15::placeholder {
    color: rgb(202 138 4 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(202 138 4 / 0.35);
  }

  .md\:placeholder-yellow-600\/35::placeholder {
    color: rgb(202 138 4 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(202 138 4 / 0.45);
  }

  .md\:placeholder-yellow-600\/45::placeholder {
    color: rgb(202 138 4 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(202 138 4 / 0.55);
  }

  .md\:placeholder-yellow-600\/55::placeholder {
    color: rgb(202 138 4 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(202 138 4 / 0.65);
  }

  .md\:placeholder-yellow-600\/65::placeholder {
    color: rgb(202 138 4 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(202 138 4 / 0.85);
  }

  .md\:placeholder-yellow-600\/85::placeholder {
    color: rgb(202 138 4 / 0.85);
  }

  .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-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
  }

  .md\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(133 77 14 / 0.15);
  }

  .md\:placeholder-yellow-800\/15::placeholder {
    color: rgb(133 77 14 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(133 77 14 / 0.35);
  }

  .md\:placeholder-yellow-800\/35::placeholder {
    color: rgb(133 77 14 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(133 77 14 / 0.45);
  }

  .md\:placeholder-yellow-800\/45::placeholder {
    color: rgb(133 77 14 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(133 77 14 / 0.55);
  }

  .md\:placeholder-yellow-800\/55::placeholder {
    color: rgb(133 77 14 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(133 77 14 / 0.65);
  }

  .md\:placeholder-yellow-800\/65::placeholder {
    color: rgb(133 77 14 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(133 77 14 / 0.85);
  }

  .md\:placeholder-yellow-800\/85::placeholder {
    color: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    caret-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(254 249 195 / 0.35);
  }

  .md\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .md\:caret-yellow-100\/45 {
    caret-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(254 249 195 / 0.55);
  }

  .md\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .md\:caret-yellow-100\/65 {
    caret-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(254 240 138 / 0.35);
  }

  .md\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .md\:caret-yellow-200\/45 {
    caret-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(254 240 138 / 0.55);
  }

  .md\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .md\:caret-yellow-200\/65 {
    caret-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    caret-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(250 204 21 / 0.35);
  }

  .md\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .md\:caret-yellow-400\/45 {
    caret-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(250 204 21 / 0.55);
  }

  .md\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .md\:caret-yellow-400\/65 {
    caret-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(254 252 232 / 0.35);
  }

  .md\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .md\:caret-yellow-50\/45 {
    caret-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(254 252 232 / 0.55);
  }

  .md\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .md\:caret-yellow-50\/65 {
    caret-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(234 179 8 / 0.35);
  }

  .md\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .md\:caret-yellow-500\/45 {
    caret-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(234 179 8 / 0.55);
  }

  .md\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .md\:caret-yellow-500\/65 {
    caret-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(202 138 4 / 0.35);
  }

  .md\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .md\:caret-yellow-600\/45 {
    caret-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(202 138 4 / 0.55);
  }

  .md\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .md\:caret-yellow-600\/65 {
    caret-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    caret-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(133 77 14 / 0.35);
  }

  .md\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .md\:caret-yellow-800\/45 {
    caret-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(133 77 14 / 0.55);
  }

  .md\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .md\:caret-yellow-800\/65 {
    caret-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    accent-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(254 249 195 / 0.35);
  }

  .md\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .md\:accent-yellow-100\/45 {
    accent-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(254 249 195 / 0.55);
  }

  .md\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .md\:accent-yellow-100\/65 {
    accent-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(254 240 138 / 0.35);
  }

  .md\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .md\:accent-yellow-200\/45 {
    accent-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(254 240 138 / 0.55);
  }

  .md\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .md\:accent-yellow-200\/65 {
    accent-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    accent-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(250 204 21 / 0.35);
  }

  .md\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .md\:accent-yellow-400\/45 {
    accent-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(250 204 21 / 0.55);
  }

  .md\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .md\:accent-yellow-400\/65 {
    accent-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(254 252 232 / 0.35);
  }

  .md\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .md\:accent-yellow-50\/45 {
    accent-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(254 252 232 / 0.55);
  }

  .md\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .md\:accent-yellow-50\/65 {
    accent-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(234 179 8 / 0.35);
  }

  .md\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .md\:accent-yellow-500\/45 {
    accent-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(234 179 8 / 0.55);
  }

  .md\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .md\:accent-yellow-500\/65 {
    accent-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(202 138 4 / 0.35);
  }

  .md\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .md\:accent-yellow-600\/45 {
    accent-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(202 138 4 / 0.55);
  }

  .md\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .md\:accent-yellow-600\/65 {
    accent-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    accent-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(133 77 14 / 0.35);
  }

  .md\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .md\:accent-yellow-800\/45 {
    accent-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(133 77 14 / 0.55);
  }

  .md\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .md\:accent-yellow-800\/65 {
    accent-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(133 77 14 / 0.85);
  }

  .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\: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);
  }

  .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-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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\: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);
  }

  .md\:shadow-accent-100 {
    --tw-shadow-color: #ebfbcb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/0 {
    --tw-shadow-color: rgb(235 251 203 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/10 {
    --tw-shadow-color: rgb(235 251 203 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/100 {
    --tw-shadow-color: rgb(235 251 203 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/15 {
    --tw-shadow-color: rgb(235 251 203 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/20 {
    --tw-shadow-color: rgb(235 251 203 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/25 {
    --tw-shadow-color: rgb(235 251 203 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/30 {
    --tw-shadow-color: rgb(235 251 203 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/35 {
    --tw-shadow-color: rgb(235 251 203 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/40 {
    --tw-shadow-color: rgb(235 251 203 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/45 {
    --tw-shadow-color: rgb(235 251 203 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/5 {
    --tw-shadow-color: rgb(235 251 203 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/50 {
    --tw-shadow-color: rgb(235 251 203 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/55 {
    --tw-shadow-color: rgb(235 251 203 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/60 {
    --tw-shadow-color: rgb(235 251 203 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/65 {
    --tw-shadow-color: rgb(235 251 203 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/70 {
    --tw-shadow-color: rgb(235 251 203 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/75 {
    --tw-shadow-color: rgb(235 251 203 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/80 {
    --tw-shadow-color: rgb(235 251 203 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/85 {
    --tw-shadow-color: rgb(235 251 203 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/90 {
    --tw-shadow-color: rgb(235 251 203 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-100\/95 {
    --tw-shadow-color: rgb(235 251 203 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200 {
    --tw-shadow-color: #d8f69a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/0 {
    --tw-shadow-color: rgb(216 246 154 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/10 {
    --tw-shadow-color: rgb(216 246 154 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/100 {
    --tw-shadow-color: rgb(216 246 154 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/15 {
    --tw-shadow-color: rgb(216 246 154 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/20 {
    --tw-shadow-color: rgb(216 246 154 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/25 {
    --tw-shadow-color: rgb(216 246 154 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/30 {
    --tw-shadow-color: rgb(216 246 154 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/35 {
    --tw-shadow-color: rgb(216 246 154 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/40 {
    --tw-shadow-color: rgb(216 246 154 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/45 {
    --tw-shadow-color: rgb(216 246 154 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/5 {
    --tw-shadow-color: rgb(216 246 154 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/50 {
    --tw-shadow-color: rgb(216 246 154 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/55 {
    --tw-shadow-color: rgb(216 246 154 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/60 {
    --tw-shadow-color: rgb(216 246 154 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/65 {
    --tw-shadow-color: rgb(216 246 154 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/70 {
    --tw-shadow-color: rgb(216 246 154 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/75 {
    --tw-shadow-color: rgb(216 246 154 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/80 {
    --tw-shadow-color: rgb(216 246 154 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/85 {
    --tw-shadow-color: rgb(216 246 154 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/90 {
    --tw-shadow-color: rgb(216 246 154 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-200\/95 {
    --tw-shadow-color: rgb(216 246 154 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300 {
    --tw-shadow-color: #c4f078;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/0 {
    --tw-shadow-color: rgb(196 240 120 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/10 {
    --tw-shadow-color: rgb(196 240 120 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/100 {
    --tw-shadow-color: rgb(196 240 120 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/15 {
    --tw-shadow-color: rgb(196 240 120 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/20 {
    --tw-shadow-color: rgb(196 240 120 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/25 {
    --tw-shadow-color: rgb(196 240 120 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/30 {
    --tw-shadow-color: rgb(196 240 120 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/35 {
    --tw-shadow-color: rgb(196 240 120 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/40 {
    --tw-shadow-color: rgb(196 240 120 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/45 {
    --tw-shadow-color: rgb(196 240 120 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/5 {
    --tw-shadow-color: rgb(196 240 120 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/50 {
    --tw-shadow-color: rgb(196 240 120 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/55 {
    --tw-shadow-color: rgb(196 240 120 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/60 {
    --tw-shadow-color: rgb(196 240 120 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/65 {
    --tw-shadow-color: rgb(196 240 120 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/70 {
    --tw-shadow-color: rgb(196 240 120 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/75 {
    --tw-shadow-color: rgb(196 240 120 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/80 {
    --tw-shadow-color: rgb(196 240 120 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/85 {
    --tw-shadow-color: rgb(196 240 120 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/90 {
    --tw-shadow-color: rgb(196 240 120 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-300\/95 {
    --tw-shadow-color: rgb(196 240 120 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400 {
    --tw-shadow-color: #b7ed68;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/0 {
    --tw-shadow-color: rgb(183 237 104 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/10 {
    --tw-shadow-color: rgb(183 237 104 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/100 {
    --tw-shadow-color: rgb(183 237 104 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/15 {
    --tw-shadow-color: rgb(183 237 104 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/20 {
    --tw-shadow-color: rgb(183 237 104 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/25 {
    --tw-shadow-color: rgb(183 237 104 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/30 {
    --tw-shadow-color: rgb(183 237 104 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/35 {
    --tw-shadow-color: rgb(183 237 104 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/40 {
    --tw-shadow-color: rgb(183 237 104 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/45 {
    --tw-shadow-color: rgb(183 237 104 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/5 {
    --tw-shadow-color: rgb(183 237 104 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/50 {
    --tw-shadow-color: rgb(183 237 104 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/55 {
    --tw-shadow-color: rgb(183 237 104 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/60 {
    --tw-shadow-color: rgb(183 237 104 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/65 {
    --tw-shadow-color: rgb(183 237 104 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/70 {
    --tw-shadow-color: rgb(183 237 104 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/75 {
    --tw-shadow-color: rgb(183 237 104 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/80 {
    --tw-shadow-color: rgb(183 237 104 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/85 {
    --tw-shadow-color: rgb(183 237 104 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/90 {
    --tw-shadow-color: rgb(183 237 104 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-400\/95 {
    --tw-shadow-color: rgb(183 237 104 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50 {
    --tw-shadow-color: #f7fdeb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/0 {
    --tw-shadow-color: rgb(247 253 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/10 {
    --tw-shadow-color: rgb(247 253 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/100 {
    --tw-shadow-color: rgb(247 253 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/15 {
    --tw-shadow-color: rgb(247 253 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/20 {
    --tw-shadow-color: rgb(247 253 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/25 {
    --tw-shadow-color: rgb(247 253 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/30 {
    --tw-shadow-color: rgb(247 253 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/35 {
    --tw-shadow-color: rgb(247 253 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/40 {
    --tw-shadow-color: rgb(247 253 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/45 {
    --tw-shadow-color: rgb(247 253 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/5 {
    --tw-shadow-color: rgb(247 253 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/50 {
    --tw-shadow-color: rgb(247 253 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/55 {
    --tw-shadow-color: rgb(247 253 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/60 {
    --tw-shadow-color: rgb(247 253 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/65 {
    --tw-shadow-color: rgb(247 253 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/70 {
    --tw-shadow-color: rgb(247 253 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/75 {
    --tw-shadow-color: rgb(247 253 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/80 {
    --tw-shadow-color: rgb(247 253 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/85 {
    --tw-shadow-color: rgb(247 253 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/90 {
    --tw-shadow-color: rgb(247 253 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-50\/95 {
    --tw-shadow-color: rgb(247 253 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500 {
    --tw-shadow-color: #aeeb60;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/0 {
    --tw-shadow-color: rgb(174 235 96 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/10 {
    --tw-shadow-color: rgb(174 235 96 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/100 {
    --tw-shadow-color: rgb(174 235 96 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/15 {
    --tw-shadow-color: rgb(174 235 96 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/20 {
    --tw-shadow-color: rgb(174 235 96 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/25 {
    --tw-shadow-color: rgb(174 235 96 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/30 {
    --tw-shadow-color: rgb(174 235 96 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/35 {
    --tw-shadow-color: rgb(174 235 96 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/40 {
    --tw-shadow-color: rgb(174 235 96 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/45 {
    --tw-shadow-color: rgb(174 235 96 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/5 {
    --tw-shadow-color: rgb(174 235 96 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/50 {
    --tw-shadow-color: rgb(174 235 96 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/55 {
    --tw-shadow-color: rgb(174 235 96 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/60 {
    --tw-shadow-color: rgb(174 235 96 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/65 {
    --tw-shadow-color: rgb(174 235 96 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/70 {
    --tw-shadow-color: rgb(174 235 96 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/75 {
    --tw-shadow-color: rgb(174 235 96 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/80 {
    --tw-shadow-color: rgb(174 235 96 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/85 {
    --tw-shadow-color: rgb(174 235 96 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/90 {
    --tw-shadow-color: rgb(174 235 96 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-500\/95 {
    --tw-shadow-color: rgb(174 235 96 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600 {
    --tw-shadow-color: #82c930;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/0 {
    --tw-shadow-color: rgb(130 201 48 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/10 {
    --tw-shadow-color: rgb(130 201 48 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/100 {
    --tw-shadow-color: rgb(130 201 48 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/15 {
    --tw-shadow-color: rgb(130 201 48 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/20 {
    --tw-shadow-color: rgb(130 201 48 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/25 {
    --tw-shadow-color: rgb(130 201 48 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/30 {
    --tw-shadow-color: rgb(130 201 48 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/35 {
    --tw-shadow-color: rgb(130 201 48 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/40 {
    --tw-shadow-color: rgb(130 201 48 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/45 {
    --tw-shadow-color: rgb(130 201 48 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/5 {
    --tw-shadow-color: rgb(130 201 48 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/50 {
    --tw-shadow-color: rgb(130 201 48 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/55 {
    --tw-shadow-color: rgb(130 201 48 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/60 {
    --tw-shadow-color: rgb(130 201 48 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/65 {
    --tw-shadow-color: rgb(130 201 48 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/70 {
    --tw-shadow-color: rgb(130 201 48 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/75 {
    --tw-shadow-color: rgb(130 201 48 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/80 {
    --tw-shadow-color: rgb(130 201 48 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/85 {
    --tw-shadow-color: rgb(130 201 48 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/90 {
    --tw-shadow-color: rgb(130 201 48 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-600\/95 {
    --tw-shadow-color: rgb(130 201 48 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700 {
    --tw-shadow-color: #61a11f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/0 {
    --tw-shadow-color: rgb(97 161 31 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/10 {
    --tw-shadow-color: rgb(97 161 31 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/100 {
    --tw-shadow-color: rgb(97 161 31 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/15 {
    --tw-shadow-color: rgb(97 161 31 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/20 {
    --tw-shadow-color: rgb(97 161 31 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/25 {
    --tw-shadow-color: rgb(97 161 31 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/30 {
    --tw-shadow-color: rgb(97 161 31 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/35 {
    --tw-shadow-color: rgb(97 161 31 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/40 {
    --tw-shadow-color: rgb(97 161 31 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/45 {
    --tw-shadow-color: rgb(97 161 31 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/5 {
    --tw-shadow-color: rgb(97 161 31 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/50 {
    --tw-shadow-color: rgb(97 161 31 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/55 {
    --tw-shadow-color: rgb(97 161 31 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/60 {
    --tw-shadow-color: rgb(97 161 31 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/65 {
    --tw-shadow-color: rgb(97 161 31 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/70 {
    --tw-shadow-color: rgb(97 161 31 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/75 {
    --tw-shadow-color: rgb(97 161 31 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/80 {
    --tw-shadow-color: rgb(97 161 31 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/85 {
    --tw-shadow-color: rgb(97 161 31 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/90 {
    --tw-shadow-color: rgb(97 161 31 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-700\/95 {
    --tw-shadow-color: rgb(97 161 31 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800 {
    --tw-shadow-color: #4e7e20;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/0 {
    --tw-shadow-color: rgb(78 126 32 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/10 {
    --tw-shadow-color: rgb(78 126 32 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/100 {
    --tw-shadow-color: rgb(78 126 32 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/15 {
    --tw-shadow-color: rgb(78 126 32 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/20 {
    --tw-shadow-color: rgb(78 126 32 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/25 {
    --tw-shadow-color: rgb(78 126 32 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/30 {
    --tw-shadow-color: rgb(78 126 32 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/35 {
    --tw-shadow-color: rgb(78 126 32 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/40 {
    --tw-shadow-color: rgb(78 126 32 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/45 {
    --tw-shadow-color: rgb(78 126 32 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/5 {
    --tw-shadow-color: rgb(78 126 32 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/50 {
    --tw-shadow-color: rgb(78 126 32 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/55 {
    --tw-shadow-color: rgb(78 126 32 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/60 {
    --tw-shadow-color: rgb(78 126 32 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/65 {
    --tw-shadow-color: rgb(78 126 32 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/70 {
    --tw-shadow-color: rgb(78 126 32 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/75 {
    --tw-shadow-color: rgb(78 126 32 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/80 {
    --tw-shadow-color: rgb(78 126 32 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/85 {
    --tw-shadow-color: rgb(78 126 32 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/90 {
    --tw-shadow-color: rgb(78 126 32 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-800\/95 {
    --tw-shadow-color: rgb(78 126 32 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900 {
    --tw-shadow-color: #426a21;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/0 {
    --tw-shadow-color: rgb(66 106 33 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/10 {
    --tw-shadow-color: rgb(66 106 33 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/100 {
    --tw-shadow-color: rgb(66 106 33 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/15 {
    --tw-shadow-color: rgb(66 106 33 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/20 {
    --tw-shadow-color: rgb(66 106 33 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/25 {
    --tw-shadow-color: rgb(66 106 33 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/30 {
    --tw-shadow-color: rgb(66 106 33 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/35 {
    --tw-shadow-color: rgb(66 106 33 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/40 {
    --tw-shadow-color: rgb(66 106 33 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/45 {
    --tw-shadow-color: rgb(66 106 33 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/5 {
    --tw-shadow-color: rgb(66 106 33 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/50 {
    --tw-shadow-color: rgb(66 106 33 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/55 {
    --tw-shadow-color: rgb(66 106 33 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/60 {
    --tw-shadow-color: rgb(66 106 33 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/65 {
    --tw-shadow-color: rgb(66 106 33 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/70 {
    --tw-shadow-color: rgb(66 106 33 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/75 {
    --tw-shadow-color: rgb(66 106 33 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/80 {
    --tw-shadow-color: rgb(66 106 33 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/85 {
    --tw-shadow-color: rgb(66 106 33 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/90 {
    --tw-shadow-color: rgb(66 106 33 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-900\/95 {
    --tw-shadow-color: rgb(66 106 33 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950 {
    --tw-shadow-color: #203a0b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/0 {
    --tw-shadow-color: rgb(32 58 11 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/10 {
    --tw-shadow-color: rgb(32 58 11 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/100 {
    --tw-shadow-color: rgb(32 58 11 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/15 {
    --tw-shadow-color: rgb(32 58 11 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/20 {
    --tw-shadow-color: rgb(32 58 11 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/25 {
    --tw-shadow-color: rgb(32 58 11 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/30 {
    --tw-shadow-color: rgb(32 58 11 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/35 {
    --tw-shadow-color: rgb(32 58 11 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/40 {
    --tw-shadow-color: rgb(32 58 11 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/45 {
    --tw-shadow-color: rgb(32 58 11 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/5 {
    --tw-shadow-color: rgb(32 58 11 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/50 {
    --tw-shadow-color: rgb(32 58 11 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/55 {
    --tw-shadow-color: rgb(32 58 11 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/60 {
    --tw-shadow-color: rgb(32 58 11 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/65 {
    --tw-shadow-color: rgb(32 58 11 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/70 {
    --tw-shadow-color: rgb(32 58 11 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/75 {
    --tw-shadow-color: rgb(32 58 11 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/80 {
    --tw-shadow-color: rgb(32 58 11 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/85 {
    --tw-shadow-color: rgb(32 58 11 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/90 {
    --tw-shadow-color: rgb(32 58 11 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-accent-950\/95 {
    --tw-shadow-color: rgb(32 58 11 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100 {
    --tw-shadow-color: #fef3c7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/0 {
    --tw-shadow-color: rgb(254 243 199 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/10 {
    --tw-shadow-color: rgb(254 243 199 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/100 {
    --tw-shadow-color: rgb(254 243 199 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/15 {
    --tw-shadow-color: rgb(254 243 199 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/20 {
    --tw-shadow-color: rgb(254 243 199 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/25 {
    --tw-shadow-color: rgb(254 243 199 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/30 {
    --tw-shadow-color: rgb(254 243 199 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/35 {
    --tw-shadow-color: rgb(254 243 199 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/40 {
    --tw-shadow-color: rgb(254 243 199 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/45 {
    --tw-shadow-color: rgb(254 243 199 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/5 {
    --tw-shadow-color: rgb(254 243 199 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/50 {
    --tw-shadow-color: rgb(254 243 199 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/55 {
    --tw-shadow-color: rgb(254 243 199 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/60 {
    --tw-shadow-color: rgb(254 243 199 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/65 {
    --tw-shadow-color: rgb(254 243 199 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/70 {
    --tw-shadow-color: rgb(254 243 199 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/75 {
    --tw-shadow-color: rgb(254 243 199 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/80 {
    --tw-shadow-color: rgb(254 243 199 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/85 {
    --tw-shadow-color: rgb(254 243 199 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/90 {
    --tw-shadow-color: rgb(254 243 199 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-100\/95 {
    --tw-shadow-color: rgb(254 243 199 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200 {
    --tw-shadow-color: #fde68a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/0 {
    --tw-shadow-color: rgb(253 230 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/10 {
    --tw-shadow-color: rgb(253 230 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/100 {
    --tw-shadow-color: rgb(253 230 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/15 {
    --tw-shadow-color: rgb(253 230 138 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/20 {
    --tw-shadow-color: rgb(253 230 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/25 {
    --tw-shadow-color: rgb(253 230 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/30 {
    --tw-shadow-color: rgb(253 230 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/35 {
    --tw-shadow-color: rgb(253 230 138 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/40 {
    --tw-shadow-color: rgb(253 230 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/45 {
    --tw-shadow-color: rgb(253 230 138 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/5 {
    --tw-shadow-color: rgb(253 230 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/50 {
    --tw-shadow-color: rgb(253 230 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/55 {
    --tw-shadow-color: rgb(253 230 138 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/60 {
    --tw-shadow-color: rgb(253 230 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/65 {
    --tw-shadow-color: rgb(253 230 138 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/70 {
    --tw-shadow-color: rgb(253 230 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/75 {
    --tw-shadow-color: rgb(253 230 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/80 {
    --tw-shadow-color: rgb(253 230 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/85 {
    --tw-shadow-color: rgb(253 230 138 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/90 {
    --tw-shadow-color: rgb(253 230 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-200\/95 {
    --tw-shadow-color: rgb(253 230 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300 {
    --tw-shadow-color: #fcd34d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/0 {
    --tw-shadow-color: rgb(252 211 77 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/10 {
    --tw-shadow-color: rgb(252 211 77 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/100 {
    --tw-shadow-color: rgb(252 211 77 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/15 {
    --tw-shadow-color: rgb(252 211 77 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/20 {
    --tw-shadow-color: rgb(252 211 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/25 {
    --tw-shadow-color: rgb(252 211 77 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/30 {
    --tw-shadow-color: rgb(252 211 77 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/35 {
    --tw-shadow-color: rgb(252 211 77 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/40 {
    --tw-shadow-color: rgb(252 211 77 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/45 {
    --tw-shadow-color: rgb(252 211 77 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/5 {
    --tw-shadow-color: rgb(252 211 77 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/50 {
    --tw-shadow-color: rgb(252 211 77 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/55 {
    --tw-shadow-color: rgb(252 211 77 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/60 {
    --tw-shadow-color: rgb(252 211 77 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/65 {
    --tw-shadow-color: rgb(252 211 77 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/70 {
    --tw-shadow-color: rgb(252 211 77 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/75 {
    --tw-shadow-color: rgb(252 211 77 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/80 {
    --tw-shadow-color: rgb(252 211 77 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/85 {
    --tw-shadow-color: rgb(252 211 77 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/90 {
    --tw-shadow-color: rgb(252 211 77 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-300\/95 {
    --tw-shadow-color: rgb(252 211 77 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400 {
    --tw-shadow-color: #fbbf24;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/0 {
    --tw-shadow-color: rgb(251 191 36 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/10 {
    --tw-shadow-color: rgb(251 191 36 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/100 {
    --tw-shadow-color: rgb(251 191 36 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/15 {
    --tw-shadow-color: rgb(251 191 36 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/20 {
    --tw-shadow-color: rgb(251 191 36 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/25 {
    --tw-shadow-color: rgb(251 191 36 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/30 {
    --tw-shadow-color: rgb(251 191 36 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/35 {
    --tw-shadow-color: rgb(251 191 36 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/40 {
    --tw-shadow-color: rgb(251 191 36 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/45 {
    --tw-shadow-color: rgb(251 191 36 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/5 {
    --tw-shadow-color: rgb(251 191 36 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/50 {
    --tw-shadow-color: rgb(251 191 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/55 {
    --tw-shadow-color: rgb(251 191 36 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/60 {
    --tw-shadow-color: rgb(251 191 36 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/65 {
    --tw-shadow-color: rgb(251 191 36 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/70 {
    --tw-shadow-color: rgb(251 191 36 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/75 {
    --tw-shadow-color: rgb(251 191 36 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/80 {
    --tw-shadow-color: rgb(251 191 36 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/85 {
    --tw-shadow-color: rgb(251 191 36 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/90 {
    --tw-shadow-color: rgb(251 191 36 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-400\/95 {
    --tw-shadow-color: rgb(251 191 36 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50 {
    --tw-shadow-color: #fffbeb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/0 {
    --tw-shadow-color: rgb(255 251 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/10 {
    --tw-shadow-color: rgb(255 251 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/100 {
    --tw-shadow-color: rgb(255 251 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/15 {
    --tw-shadow-color: rgb(255 251 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/20 {
    --tw-shadow-color: rgb(255 251 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/25 {
    --tw-shadow-color: rgb(255 251 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/30 {
    --tw-shadow-color: rgb(255 251 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/35 {
    --tw-shadow-color: rgb(255 251 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/40 {
    --tw-shadow-color: rgb(255 251 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/45 {
    --tw-shadow-color: rgb(255 251 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/5 {
    --tw-shadow-color: rgb(255 251 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/50 {
    --tw-shadow-color: rgb(255 251 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/55 {
    --tw-shadow-color: rgb(255 251 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/60 {
    --tw-shadow-color: rgb(255 251 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/65 {
    --tw-shadow-color: rgb(255 251 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/70 {
    --tw-shadow-color: rgb(255 251 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/75 {
    --tw-shadow-color: rgb(255 251 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/80 {
    --tw-shadow-color: rgb(255 251 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/85 {
    --tw-shadow-color: rgb(255 251 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/90 {
    --tw-shadow-color: rgb(255 251 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-50\/95 {
    --tw-shadow-color: rgb(255 251 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500 {
    --tw-shadow-color: #f59e0b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/0 {
    --tw-shadow-color: rgb(245 158 11 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/10 {
    --tw-shadow-color: rgb(245 158 11 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/100 {
    --tw-shadow-color: rgb(245 158 11 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/15 {
    --tw-shadow-color: rgb(245 158 11 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/20 {
    --tw-shadow-color: rgb(245 158 11 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/25 {
    --tw-shadow-color: rgb(245 158 11 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/30 {
    --tw-shadow-color: rgb(245 158 11 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/35 {
    --tw-shadow-color: rgb(245 158 11 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/40 {
    --tw-shadow-color: rgb(245 158 11 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/45 {
    --tw-shadow-color: rgb(245 158 11 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/5 {
    --tw-shadow-color: rgb(245 158 11 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/50 {
    --tw-shadow-color: rgb(245 158 11 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/55 {
    --tw-shadow-color: rgb(245 158 11 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/60 {
    --tw-shadow-color: rgb(245 158 11 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/65 {
    --tw-shadow-color: rgb(245 158 11 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/70 {
    --tw-shadow-color: rgb(245 158 11 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/75 {
    --tw-shadow-color: rgb(245 158 11 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/80 {
    --tw-shadow-color: rgb(245 158 11 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/85 {
    --tw-shadow-color: rgb(245 158 11 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/90 {
    --tw-shadow-color: rgb(245 158 11 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-500\/95 {
    --tw-shadow-color: rgb(245 158 11 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600 {
    --tw-shadow-color: #d97706;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/0 {
    --tw-shadow-color: rgb(217 119 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/10 {
    --tw-shadow-color: rgb(217 119 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/100 {
    --tw-shadow-color: rgb(217 119 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/15 {
    --tw-shadow-color: rgb(217 119 6 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/20 {
    --tw-shadow-color: rgb(217 119 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/25 {
    --tw-shadow-color: rgb(217 119 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/30 {
    --tw-shadow-color: rgb(217 119 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/35 {
    --tw-shadow-color: rgb(217 119 6 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/40 {
    --tw-shadow-color: rgb(217 119 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/45 {
    --tw-shadow-color: rgb(217 119 6 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/5 {
    --tw-shadow-color: rgb(217 119 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/50 {
    --tw-shadow-color: rgb(217 119 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/55 {
    --tw-shadow-color: rgb(217 119 6 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/60 {
    --tw-shadow-color: rgb(217 119 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/65 {
    --tw-shadow-color: rgb(217 119 6 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/70 {
    --tw-shadow-color: rgb(217 119 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/75 {
    --tw-shadow-color: rgb(217 119 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/80 {
    --tw-shadow-color: rgb(217 119 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/85 {
    --tw-shadow-color: rgb(217 119 6 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/90 {
    --tw-shadow-color: rgb(217 119 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-600\/95 {
    --tw-shadow-color: rgb(217 119 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700 {
    --tw-shadow-color: #b45309;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/0 {
    --tw-shadow-color: rgb(180 83 9 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/10 {
    --tw-shadow-color: rgb(180 83 9 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/100 {
    --tw-shadow-color: rgb(180 83 9 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/15 {
    --tw-shadow-color: rgb(180 83 9 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/20 {
    --tw-shadow-color: rgb(180 83 9 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/25 {
    --tw-shadow-color: rgb(180 83 9 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/30 {
    --tw-shadow-color: rgb(180 83 9 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/35 {
    --tw-shadow-color: rgb(180 83 9 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/40 {
    --tw-shadow-color: rgb(180 83 9 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/45 {
    --tw-shadow-color: rgb(180 83 9 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/5 {
    --tw-shadow-color: rgb(180 83 9 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/50 {
    --tw-shadow-color: rgb(180 83 9 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/55 {
    --tw-shadow-color: rgb(180 83 9 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/60 {
    --tw-shadow-color: rgb(180 83 9 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/65 {
    --tw-shadow-color: rgb(180 83 9 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/70 {
    --tw-shadow-color: rgb(180 83 9 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/75 {
    --tw-shadow-color: rgb(180 83 9 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/80 {
    --tw-shadow-color: rgb(180 83 9 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/85 {
    --tw-shadow-color: rgb(180 83 9 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/90 {
    --tw-shadow-color: rgb(180 83 9 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-700\/95 {
    --tw-shadow-color: rgb(180 83 9 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800 {
    --tw-shadow-color: #92400e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/0 {
    --tw-shadow-color: rgb(146 64 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/10 {
    --tw-shadow-color: rgb(146 64 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/100 {
    --tw-shadow-color: rgb(146 64 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/15 {
    --tw-shadow-color: rgb(146 64 14 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/20 {
    --tw-shadow-color: rgb(146 64 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/25 {
    --tw-shadow-color: rgb(146 64 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/30 {
    --tw-shadow-color: rgb(146 64 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/35 {
    --tw-shadow-color: rgb(146 64 14 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/40 {
    --tw-shadow-color: rgb(146 64 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/45 {
    --tw-shadow-color: rgb(146 64 14 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/5 {
    --tw-shadow-color: rgb(146 64 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/50 {
    --tw-shadow-color: rgb(146 64 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/55 {
    --tw-shadow-color: rgb(146 64 14 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/60 {
    --tw-shadow-color: rgb(146 64 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/65 {
    --tw-shadow-color: rgb(146 64 14 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/70 {
    --tw-shadow-color: rgb(146 64 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/75 {
    --tw-shadow-color: rgb(146 64 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/80 {
    --tw-shadow-color: rgb(146 64 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/85 {
    --tw-shadow-color: rgb(146 64 14 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/90 {
    --tw-shadow-color: rgb(146 64 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-800\/95 {
    --tw-shadow-color: rgb(146 64 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900 {
    --tw-shadow-color: #78350f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/0 {
    --tw-shadow-color: rgb(120 53 15 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/10 {
    --tw-shadow-color: rgb(120 53 15 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/100 {
    --tw-shadow-color: rgb(120 53 15 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/15 {
    --tw-shadow-color: rgb(120 53 15 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/20 {
    --tw-shadow-color: rgb(120 53 15 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/25 {
    --tw-shadow-color: rgb(120 53 15 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/30 {
    --tw-shadow-color: rgb(120 53 15 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/35 {
    --tw-shadow-color: rgb(120 53 15 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/40 {
    --tw-shadow-color: rgb(120 53 15 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/45 {
    --tw-shadow-color: rgb(120 53 15 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/5 {
    --tw-shadow-color: rgb(120 53 15 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/50 {
    --tw-shadow-color: rgb(120 53 15 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/55 {
    --tw-shadow-color: rgb(120 53 15 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/60 {
    --tw-shadow-color: rgb(120 53 15 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/65 {
    --tw-shadow-color: rgb(120 53 15 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/70 {
    --tw-shadow-color: rgb(120 53 15 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/75 {
    --tw-shadow-color: rgb(120 53 15 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/80 {
    --tw-shadow-color: rgb(120 53 15 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/85 {
    --tw-shadow-color: rgb(120 53 15 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/90 {
    --tw-shadow-color: rgb(120 53 15 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-900\/95 {
    --tw-shadow-color: rgb(120 53 15 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950 {
    --tw-shadow-color: #451a03;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/0 {
    --tw-shadow-color: rgb(69 26 3 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/10 {
    --tw-shadow-color: rgb(69 26 3 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/100 {
    --tw-shadow-color: rgb(69 26 3 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/15 {
    --tw-shadow-color: rgb(69 26 3 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/20 {
    --tw-shadow-color: rgb(69 26 3 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/25 {
    --tw-shadow-color: rgb(69 26 3 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/30 {
    --tw-shadow-color: rgb(69 26 3 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/35 {
    --tw-shadow-color: rgb(69 26 3 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/40 {
    --tw-shadow-color: rgb(69 26 3 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/45 {
    --tw-shadow-color: rgb(69 26 3 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/5 {
    --tw-shadow-color: rgb(69 26 3 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/50 {
    --tw-shadow-color: rgb(69 26 3 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/55 {
    --tw-shadow-color: rgb(69 26 3 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/60 {
    --tw-shadow-color: rgb(69 26 3 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/65 {
    --tw-shadow-color: rgb(69 26 3 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/70 {
    --tw-shadow-color: rgb(69 26 3 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/75 {
    --tw-shadow-color: rgb(69 26 3 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/80 {
    --tw-shadow-color: rgb(69 26 3 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/85 {
    --tw-shadow-color: rgb(69 26 3 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/90 {
    --tw-shadow-color: rgb(69 26 3 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-amber-950\/95 {
    --tw-shadow-color: rgb(69 26 3 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black {
    --tw-shadow-color: #000;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-black\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100 {
    --tw-shadow-color: #dbeafe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/0 {
    --tw-shadow-color: rgb(219 234 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/10 {
    --tw-shadow-color: rgb(219 234 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/100 {
    --tw-shadow-color: rgb(219 234 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/15 {
    --tw-shadow-color: rgb(219 234 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/20 {
    --tw-shadow-color: rgb(219 234 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/25 {
    --tw-shadow-color: rgb(219 234 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/30 {
    --tw-shadow-color: rgb(219 234 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/35 {
    --tw-shadow-color: rgb(219 234 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/40 {
    --tw-shadow-color: rgb(219 234 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/45 {
    --tw-shadow-color: rgb(219 234 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/5 {
    --tw-shadow-color: rgb(219 234 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/50 {
    --tw-shadow-color: rgb(219 234 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/55 {
    --tw-shadow-color: rgb(219 234 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/60 {
    --tw-shadow-color: rgb(219 234 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/65 {
    --tw-shadow-color: rgb(219 234 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/70 {
    --tw-shadow-color: rgb(219 234 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/75 {
    --tw-shadow-color: rgb(219 234 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/80 {
    --tw-shadow-color: rgb(219 234 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/85 {
    --tw-shadow-color: rgb(219 234 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/90 {
    --tw-shadow-color: rgb(219 234 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-100\/95 {
    --tw-shadow-color: rgb(219 234 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200 {
    --tw-shadow-color: #bfdbfe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/0 {
    --tw-shadow-color: rgb(191 219 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/10 {
    --tw-shadow-color: rgb(191 219 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/100 {
    --tw-shadow-color: rgb(191 219 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/15 {
    --tw-shadow-color: rgb(191 219 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/20 {
    --tw-shadow-color: rgb(191 219 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/25 {
    --tw-shadow-color: rgb(191 219 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/30 {
    --tw-shadow-color: rgb(191 219 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/35 {
    --tw-shadow-color: rgb(191 219 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/40 {
    --tw-shadow-color: rgb(191 219 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/45 {
    --tw-shadow-color: rgb(191 219 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/5 {
    --tw-shadow-color: rgb(191 219 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/50 {
    --tw-shadow-color: rgb(191 219 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/55 {
    --tw-shadow-color: rgb(191 219 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/60 {
    --tw-shadow-color: rgb(191 219 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/65 {
    --tw-shadow-color: rgb(191 219 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/70 {
    --tw-shadow-color: rgb(191 219 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/75 {
    --tw-shadow-color: rgb(191 219 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/80 {
    --tw-shadow-color: rgb(191 219 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/85 {
    --tw-shadow-color: rgb(191 219 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/90 {
    --tw-shadow-color: rgb(191 219 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-200\/95 {
    --tw-shadow-color: rgb(191 219 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300 {
    --tw-shadow-color: #93c5fd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/0 {
    --tw-shadow-color: rgb(147 197 253 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/10 {
    --tw-shadow-color: rgb(147 197 253 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/100 {
    --tw-shadow-color: rgb(147 197 253 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/15 {
    --tw-shadow-color: rgb(147 197 253 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/20 {
    --tw-shadow-color: rgb(147 197 253 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/25 {
    --tw-shadow-color: rgb(147 197 253 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/30 {
    --tw-shadow-color: rgb(147 197 253 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/35 {
    --tw-shadow-color: rgb(147 197 253 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/40 {
    --tw-shadow-color: rgb(147 197 253 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/45 {
    --tw-shadow-color: rgb(147 197 253 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/5 {
    --tw-shadow-color: rgb(147 197 253 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/50 {
    --tw-shadow-color: rgb(147 197 253 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/55 {
    --tw-shadow-color: rgb(147 197 253 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/60 {
    --tw-shadow-color: rgb(147 197 253 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/65 {
    --tw-shadow-color: rgb(147 197 253 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/70 {
    --tw-shadow-color: rgb(147 197 253 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/75 {
    --tw-shadow-color: rgb(147 197 253 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/80 {
    --tw-shadow-color: rgb(147 197 253 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/85 {
    --tw-shadow-color: rgb(147 197 253 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/90 {
    --tw-shadow-color: rgb(147 197 253 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-300\/95 {
    --tw-shadow-color: rgb(147 197 253 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400 {
    --tw-shadow-color: #60a5fa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/0 {
    --tw-shadow-color: rgb(96 165 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/10 {
    --tw-shadow-color: rgb(96 165 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/100 {
    --tw-shadow-color: rgb(96 165 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/15 {
    --tw-shadow-color: rgb(96 165 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/20 {
    --tw-shadow-color: rgb(96 165 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/25 {
    --tw-shadow-color: rgb(96 165 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/30 {
    --tw-shadow-color: rgb(96 165 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/35 {
    --tw-shadow-color: rgb(96 165 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/40 {
    --tw-shadow-color: rgb(96 165 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/45 {
    --tw-shadow-color: rgb(96 165 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/5 {
    --tw-shadow-color: rgb(96 165 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/50 {
    --tw-shadow-color: rgb(96 165 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/55 {
    --tw-shadow-color: rgb(96 165 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/60 {
    --tw-shadow-color: rgb(96 165 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/65 {
    --tw-shadow-color: rgb(96 165 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/70 {
    --tw-shadow-color: rgb(96 165 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/75 {
    --tw-shadow-color: rgb(96 165 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/80 {
    --tw-shadow-color: rgb(96 165 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/85 {
    --tw-shadow-color: rgb(96 165 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/90 {
    --tw-shadow-color: rgb(96 165 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-400\/95 {
    --tw-shadow-color: rgb(96 165 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50 {
    --tw-shadow-color: #eff6ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/0 {
    --tw-shadow-color: rgb(239 246 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/10 {
    --tw-shadow-color: rgb(239 246 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/100 {
    --tw-shadow-color: rgb(239 246 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/15 {
    --tw-shadow-color: rgb(239 246 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/20 {
    --tw-shadow-color: rgb(239 246 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/25 {
    --tw-shadow-color: rgb(239 246 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/30 {
    --tw-shadow-color: rgb(239 246 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/35 {
    --tw-shadow-color: rgb(239 246 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/40 {
    --tw-shadow-color: rgb(239 246 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/45 {
    --tw-shadow-color: rgb(239 246 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/5 {
    --tw-shadow-color: rgb(239 246 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/50 {
    --tw-shadow-color: rgb(239 246 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/55 {
    --tw-shadow-color: rgb(239 246 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/60 {
    --tw-shadow-color: rgb(239 246 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/65 {
    --tw-shadow-color: rgb(239 246 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/70 {
    --tw-shadow-color: rgb(239 246 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/75 {
    --tw-shadow-color: rgb(239 246 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/80 {
    --tw-shadow-color: rgb(239 246 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/85 {
    --tw-shadow-color: rgb(239 246 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/90 {
    --tw-shadow-color: rgb(239 246 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-50\/95 {
    --tw-shadow-color: rgb(239 246 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500 {
    --tw-shadow-color: #3b82f6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/0 {
    --tw-shadow-color: rgb(59 130 246 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/10 {
    --tw-shadow-color: rgb(59 130 246 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/100 {
    --tw-shadow-color: rgb(59 130 246 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/15 {
    --tw-shadow-color: rgb(59 130 246 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/20 {
    --tw-shadow-color: rgb(59 130 246 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/25 {
    --tw-shadow-color: rgb(59 130 246 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/30 {
    --tw-shadow-color: rgb(59 130 246 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/35 {
    --tw-shadow-color: rgb(59 130 246 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/40 {
    --tw-shadow-color: rgb(59 130 246 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/45 {
    --tw-shadow-color: rgb(59 130 246 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/5 {
    --tw-shadow-color: rgb(59 130 246 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/50 {
    --tw-shadow-color: rgb(59 130 246 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/55 {
    --tw-shadow-color: rgb(59 130 246 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/60 {
    --tw-shadow-color: rgb(59 130 246 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/65 {
    --tw-shadow-color: rgb(59 130 246 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/70 {
    --tw-shadow-color: rgb(59 130 246 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/75 {
    --tw-shadow-color: rgb(59 130 246 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/80 {
    --tw-shadow-color: rgb(59 130 246 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/85 {
    --tw-shadow-color: rgb(59 130 246 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/90 {
    --tw-shadow-color: rgb(59 130 246 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-500\/95 {
    --tw-shadow-color: rgb(59 130 246 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600 {
    --tw-shadow-color: #2563eb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/0 {
    --tw-shadow-color: rgb(37 99 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/10 {
    --tw-shadow-color: rgb(37 99 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/100 {
    --tw-shadow-color: rgb(37 99 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/15 {
    --tw-shadow-color: rgb(37 99 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/20 {
    --tw-shadow-color: rgb(37 99 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/25 {
    --tw-shadow-color: rgb(37 99 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/30 {
    --tw-shadow-color: rgb(37 99 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/35 {
    --tw-shadow-color: rgb(37 99 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/40 {
    --tw-shadow-color: rgb(37 99 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/45 {
    --tw-shadow-color: rgb(37 99 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/5 {
    --tw-shadow-color: rgb(37 99 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/50 {
    --tw-shadow-color: rgb(37 99 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/55 {
    --tw-shadow-color: rgb(37 99 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/60 {
    --tw-shadow-color: rgb(37 99 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/65 {
    --tw-shadow-color: rgb(37 99 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/70 {
    --tw-shadow-color: rgb(37 99 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/75 {
    --tw-shadow-color: rgb(37 99 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/80 {
    --tw-shadow-color: rgb(37 99 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/85 {
    --tw-shadow-color: rgb(37 99 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/90 {
    --tw-shadow-color: rgb(37 99 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-600\/95 {
    --tw-shadow-color: rgb(37 99 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700 {
    --tw-shadow-color: #1d4ed8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/0 {
    --tw-shadow-color: rgb(29 78 216 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/10 {
    --tw-shadow-color: rgb(29 78 216 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/100 {
    --tw-shadow-color: rgb(29 78 216 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/15 {
    --tw-shadow-color: rgb(29 78 216 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/20 {
    --tw-shadow-color: rgb(29 78 216 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/25 {
    --tw-shadow-color: rgb(29 78 216 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/30 {
    --tw-shadow-color: rgb(29 78 216 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/35 {
    --tw-shadow-color: rgb(29 78 216 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/40 {
    --tw-shadow-color: rgb(29 78 216 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/45 {
    --tw-shadow-color: rgb(29 78 216 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/5 {
    --tw-shadow-color: rgb(29 78 216 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/50 {
    --tw-shadow-color: rgb(29 78 216 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/55 {
    --tw-shadow-color: rgb(29 78 216 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/60 {
    --tw-shadow-color: rgb(29 78 216 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/65 {
    --tw-shadow-color: rgb(29 78 216 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/70 {
    --tw-shadow-color: rgb(29 78 216 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/75 {
    --tw-shadow-color: rgb(29 78 216 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/80 {
    --tw-shadow-color: rgb(29 78 216 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/85 {
    --tw-shadow-color: rgb(29 78 216 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/90 {
    --tw-shadow-color: rgb(29 78 216 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-700\/95 {
    --tw-shadow-color: rgb(29 78 216 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800 {
    --tw-shadow-color: #1e40af;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/0 {
    --tw-shadow-color: rgb(30 64 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/10 {
    --tw-shadow-color: rgb(30 64 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/100 {
    --tw-shadow-color: rgb(30 64 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/15 {
    --tw-shadow-color: rgb(30 64 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/20 {
    --tw-shadow-color: rgb(30 64 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/25 {
    --tw-shadow-color: rgb(30 64 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/30 {
    --tw-shadow-color: rgb(30 64 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/35 {
    --tw-shadow-color: rgb(30 64 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/40 {
    --tw-shadow-color: rgb(30 64 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/45 {
    --tw-shadow-color: rgb(30 64 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/5 {
    --tw-shadow-color: rgb(30 64 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/50 {
    --tw-shadow-color: rgb(30 64 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/55 {
    --tw-shadow-color: rgb(30 64 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/60 {
    --tw-shadow-color: rgb(30 64 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/65 {
    --tw-shadow-color: rgb(30 64 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/70 {
    --tw-shadow-color: rgb(30 64 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/75 {
    --tw-shadow-color: rgb(30 64 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/80 {
    --tw-shadow-color: rgb(30 64 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/85 {
    --tw-shadow-color: rgb(30 64 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/90 {
    --tw-shadow-color: rgb(30 64 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-800\/95 {
    --tw-shadow-color: rgb(30 64 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900 {
    --tw-shadow-color: #1e3a8a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/0 {
    --tw-shadow-color: rgb(30 58 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/10 {
    --tw-shadow-color: rgb(30 58 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/100 {
    --tw-shadow-color: rgb(30 58 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/15 {
    --tw-shadow-color: rgb(30 58 138 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/20 {
    --tw-shadow-color: rgb(30 58 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/25 {
    --tw-shadow-color: rgb(30 58 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/30 {
    --tw-shadow-color: rgb(30 58 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/35 {
    --tw-shadow-color: rgb(30 58 138 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/40 {
    --tw-shadow-color: rgb(30 58 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/45 {
    --tw-shadow-color: rgb(30 58 138 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/5 {
    --tw-shadow-color: rgb(30 58 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/50 {
    --tw-shadow-color: rgb(30 58 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/55 {
    --tw-shadow-color: rgb(30 58 138 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/60 {
    --tw-shadow-color: rgb(30 58 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/65 {
    --tw-shadow-color: rgb(30 58 138 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/70 {
    --tw-shadow-color: rgb(30 58 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/75 {
    --tw-shadow-color: rgb(30 58 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/80 {
    --tw-shadow-color: rgb(30 58 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/85 {
    --tw-shadow-color: rgb(30 58 138 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/90 {
    --tw-shadow-color: rgb(30 58 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-900\/95 {
    --tw-shadow-color: rgb(30 58 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950 {
    --tw-shadow-color: #172554;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/0 {
    --tw-shadow-color: rgb(23 37 84 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/10 {
    --tw-shadow-color: rgb(23 37 84 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/100 {
    --tw-shadow-color: rgb(23 37 84 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/15 {
    --tw-shadow-color: rgb(23 37 84 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/20 {
    --tw-shadow-color: rgb(23 37 84 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/25 {
    --tw-shadow-color: rgb(23 37 84 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/30 {
    --tw-shadow-color: rgb(23 37 84 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/35 {
    --tw-shadow-color: rgb(23 37 84 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/40 {
    --tw-shadow-color: rgb(23 37 84 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/45 {
    --tw-shadow-color: rgb(23 37 84 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/5 {
    --tw-shadow-color: rgb(23 37 84 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/50 {
    --tw-shadow-color: rgb(23 37 84 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/55 {
    --tw-shadow-color: rgb(23 37 84 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/60 {
    --tw-shadow-color: rgb(23 37 84 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/65 {
    --tw-shadow-color: rgb(23 37 84 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/70 {
    --tw-shadow-color: rgb(23 37 84 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/75 {
    --tw-shadow-color: rgb(23 37 84 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/80 {
    --tw-shadow-color: rgb(23 37 84 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/85 {
    --tw-shadow-color: rgb(23 37 84 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/90 {
    --tw-shadow-color: rgb(23 37 84 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-blue-950\/95 {
    --tw-shadow-color: rgb(23 37 84 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100 {
    --tw-shadow-color: #e9e3ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/0 {
    --tw-shadow-color: rgb(233 227 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/10 {
    --tw-shadow-color: rgb(233 227 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/100 {
    --tw-shadow-color: rgb(233 227 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/15 {
    --tw-shadow-color: rgb(233 227 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/20 {
    --tw-shadow-color: rgb(233 227 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/25 {
    --tw-shadow-color: rgb(233 227 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/30 {
    --tw-shadow-color: rgb(233 227 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/35 {
    --tw-shadow-color: rgb(233 227 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/40 {
    --tw-shadow-color: rgb(233 227 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/45 {
    --tw-shadow-color: rgb(233 227 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/5 {
    --tw-shadow-color: rgb(233 227 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/50 {
    --tw-shadow-color: rgb(233 227 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/55 {
    --tw-shadow-color: rgb(233 227 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/60 {
    --tw-shadow-color: rgb(233 227 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/65 {
    --tw-shadow-color: rgb(233 227 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/70 {
    --tw-shadow-color: rgb(233 227 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/75 {
    --tw-shadow-color: rgb(233 227 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/80 {
    --tw-shadow-color: rgb(233 227 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/85 {
    --tw-shadow-color: rgb(233 227 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/90 {
    --tw-shadow-color: rgb(233 227 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-100\/95 {
    --tw-shadow-color: rgb(233 227 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200 {
    --tw-shadow-color: #d3c7ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/0 {
    --tw-shadow-color: rgb(211 199 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/10 {
    --tw-shadow-color: rgb(211 199 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/100 {
    --tw-shadow-color: rgb(211 199 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/15 {
    --tw-shadow-color: rgb(211 199 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/20 {
    --tw-shadow-color: rgb(211 199 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/25 {
    --tw-shadow-color: rgb(211 199 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/30 {
    --tw-shadow-color: rgb(211 199 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/35 {
    --tw-shadow-color: rgb(211 199 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/40 {
    --tw-shadow-color: rgb(211 199 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/45 {
    --tw-shadow-color: rgb(211 199 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/5 {
    --tw-shadow-color: rgb(211 199 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/50 {
    --tw-shadow-color: rgb(211 199 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/55 {
    --tw-shadow-color: rgb(211 199 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/60 {
    --tw-shadow-color: rgb(211 199 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/65 {
    --tw-shadow-color: rgb(211 199 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/70 {
    --tw-shadow-color: rgb(211 199 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/75 {
    --tw-shadow-color: rgb(211 199 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/80 {
    --tw-shadow-color: rgb(211 199 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/85 {
    --tw-shadow-color: rgb(211 199 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/90 {
    --tw-shadow-color: rgb(211 199 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-200\/95 {
    --tw-shadow-color: rgb(211 199 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300 {
    --tw-shadow-color: #b79aff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/0 {
    --tw-shadow-color: rgb(183 154 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/10 {
    --tw-shadow-color: rgb(183 154 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/100 {
    --tw-shadow-color: rgb(183 154 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/15 {
    --tw-shadow-color: rgb(183 154 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/20 {
    --tw-shadow-color: rgb(183 154 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/25 {
    --tw-shadow-color: rgb(183 154 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/30 {
    --tw-shadow-color: rgb(183 154 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/35 {
    --tw-shadow-color: rgb(183 154 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/40 {
    --tw-shadow-color: rgb(183 154 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/45 {
    --tw-shadow-color: rgb(183 154 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/5 {
    --tw-shadow-color: rgb(183 154 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/50 {
    --tw-shadow-color: rgb(183 154 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/55 {
    --tw-shadow-color: rgb(183 154 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/60 {
    --tw-shadow-color: rgb(183 154 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/65 {
    --tw-shadow-color: rgb(183 154 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/70 {
    --tw-shadow-color: rgb(183 154 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/75 {
    --tw-shadow-color: rgb(183 154 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/80 {
    --tw-shadow-color: rgb(183 154 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/85 {
    --tw-shadow-color: rgb(183 154 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/90 {
    --tw-shadow-color: rgb(183 154 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-300\/95 {
    --tw-shadow-color: rgb(183 154 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400 {
    --tw-shadow-color: #9562ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/0 {
    --tw-shadow-color: rgb(149 98 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/10 {
    --tw-shadow-color: rgb(149 98 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/100 {
    --tw-shadow-color: rgb(149 98 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/15 {
    --tw-shadow-color: rgb(149 98 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/20 {
    --tw-shadow-color: rgb(149 98 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/25 {
    --tw-shadow-color: rgb(149 98 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/30 {
    --tw-shadow-color: rgb(149 98 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/35 {
    --tw-shadow-color: rgb(149 98 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/40 {
    --tw-shadow-color: rgb(149 98 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/45 {
    --tw-shadow-color: rgb(149 98 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/5 {
    --tw-shadow-color: rgb(149 98 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/50 {
    --tw-shadow-color: rgb(149 98 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/55 {
    --tw-shadow-color: rgb(149 98 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/60 {
    --tw-shadow-color: rgb(149 98 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/65 {
    --tw-shadow-color: rgb(149 98 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/70 {
    --tw-shadow-color: rgb(149 98 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/75 {
    --tw-shadow-color: rgb(149 98 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/80 {
    --tw-shadow-color: rgb(149 98 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/85 {
    --tw-shadow-color: rgb(149 98 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/90 {
    --tw-shadow-color: rgb(149 98 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-400\/95 {
    --tw-shadow-color: rgb(149 98 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50 {
    --tw-shadow-color: #f4f1ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/0 {
    --tw-shadow-color: rgb(244 241 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/10 {
    --tw-shadow-color: rgb(244 241 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/100 {
    --tw-shadow-color: rgb(244 241 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/15 {
    --tw-shadow-color: rgb(244 241 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/20 {
    --tw-shadow-color: rgb(244 241 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/25 {
    --tw-shadow-color: rgb(244 241 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/30 {
    --tw-shadow-color: rgb(244 241 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/35 {
    --tw-shadow-color: rgb(244 241 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/40 {
    --tw-shadow-color: rgb(244 241 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/45 {
    --tw-shadow-color: rgb(244 241 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/5 {
    --tw-shadow-color: rgb(244 241 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/50 {
    --tw-shadow-color: rgb(244 241 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/55 {
    --tw-shadow-color: rgb(244 241 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/60 {
    --tw-shadow-color: rgb(244 241 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/65 {
    --tw-shadow-color: rgb(244 241 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/70 {
    --tw-shadow-color: rgb(244 241 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/75 {
    --tw-shadow-color: rgb(244 241 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/80 {
    --tw-shadow-color: rgb(244 241 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/85 {
    --tw-shadow-color: rgb(244 241 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/90 {
    --tw-shadow-color: rgb(244 241 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-50\/95 {
    --tw-shadow-color: rgb(244 241 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500 {
    --tw-shadow-color: #4e1cd1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/0 {
    --tw-shadow-color: rgb(78 28 209 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/10 {
    --tw-shadow-color: rgb(78 28 209 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/100 {
    --tw-shadow-color: rgb(78 28 209 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/15 {
    --tw-shadow-color: rgb(78 28 209 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/20 {
    --tw-shadow-color: rgb(78 28 209 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/25 {
    --tw-shadow-color: rgb(78 28 209 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/30 {
    --tw-shadow-color: rgb(78 28 209 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/35 {
    --tw-shadow-color: rgb(78 28 209 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/40 {
    --tw-shadow-color: rgb(78 28 209 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/45 {
    --tw-shadow-color: rgb(78 28 209 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/5 {
    --tw-shadow-color: rgb(78 28 209 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/50 {
    --tw-shadow-color: rgb(78 28 209 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/55 {
    --tw-shadow-color: rgb(78 28 209 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/60 {
    --tw-shadow-color: rgb(78 28 209 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/65 {
    --tw-shadow-color: rgb(78 28 209 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/70 {
    --tw-shadow-color: rgb(78 28 209 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/75 {
    --tw-shadow-color: rgb(78 28 209 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/80 {
    --tw-shadow-color: rgb(78 28 209 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/85 {
    --tw-shadow-color: rgb(78 28 209 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/90 {
    --tw-shadow-color: rgb(78 28 209 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-500\/95 {
    --tw-shadow-color: rgb(78 28 209 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600 {
    --tw-shadow-color: #4115b5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/0 {
    --tw-shadow-color: rgb(65 21 181 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/10 {
    --tw-shadow-color: rgb(65 21 181 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/100 {
    --tw-shadow-color: rgb(65 21 181 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/15 {
    --tw-shadow-color: rgb(65 21 181 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/20 {
    --tw-shadow-color: rgb(65 21 181 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/25 {
    --tw-shadow-color: rgb(65 21 181 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/30 {
    --tw-shadow-color: rgb(65 21 181 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/35 {
    --tw-shadow-color: rgb(65 21 181 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/40 {
    --tw-shadow-color: rgb(65 21 181 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/45 {
    --tw-shadow-color: rgb(65 21 181 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/5 {
    --tw-shadow-color: rgb(65 21 181 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/50 {
    --tw-shadow-color: rgb(65 21 181 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/55 {
    --tw-shadow-color: rgb(65 21 181 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/60 {
    --tw-shadow-color: rgb(65 21 181 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/65 {
    --tw-shadow-color: rgb(65 21 181 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/70 {
    --tw-shadow-color: rgb(65 21 181 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/75 {
    --tw-shadow-color: rgb(65 21 181 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/80 {
    --tw-shadow-color: rgb(65 21 181 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/85 {
    --tw-shadow-color: rgb(65 21 181 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/90 {
    --tw-shadow-color: rgb(65 21 181 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-600\/95 {
    --tw-shadow-color: rgb(65 21 181 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700 {
    --tw-shadow-color: #361096;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/0 {
    --tw-shadow-color: rgb(54 16 150 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/10 {
    --tw-shadow-color: rgb(54 16 150 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/100 {
    --tw-shadow-color: rgb(54 16 150 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/15 {
    --tw-shadow-color: rgb(54 16 150 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/20 {
    --tw-shadow-color: rgb(54 16 150 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/25 {
    --tw-shadow-color: rgb(54 16 150 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/30 {
    --tw-shadow-color: rgb(54 16 150 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/35 {
    --tw-shadow-color: rgb(54 16 150 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/40 {
    --tw-shadow-color: rgb(54 16 150 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/45 {
    --tw-shadow-color: rgb(54 16 150 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/5 {
    --tw-shadow-color: rgb(54 16 150 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/50 {
    --tw-shadow-color: rgb(54 16 150 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/55 {
    --tw-shadow-color: rgb(54 16 150 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/60 {
    --tw-shadow-color: rgb(54 16 150 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/65 {
    --tw-shadow-color: rgb(54 16 150 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/70 {
    --tw-shadow-color: rgb(54 16 150 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/75 {
    --tw-shadow-color: rgb(54 16 150 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/80 {
    --tw-shadow-color: rgb(54 16 150 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/85 {
    --tw-shadow-color: rgb(54 16 150 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/90 {
    --tw-shadow-color: rgb(54 16 150 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-700\/95 {
    --tw-shadow-color: rgb(54 16 150 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800 {
    --tw-shadow-color: #2e1078;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/0 {
    --tw-shadow-color: rgb(46 16 120 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/10 {
    --tw-shadow-color: rgb(46 16 120 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/100 {
    --tw-shadow-color: rgb(46 16 120 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/15 {
    --tw-shadow-color: rgb(46 16 120 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/20 {
    --tw-shadow-color: rgb(46 16 120 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/25 {
    --tw-shadow-color: rgb(46 16 120 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/30 {
    --tw-shadow-color: rgb(46 16 120 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/35 {
    --tw-shadow-color: rgb(46 16 120 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/40 {
    --tw-shadow-color: rgb(46 16 120 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/45 {
    --tw-shadow-color: rgb(46 16 120 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/5 {
    --tw-shadow-color: rgb(46 16 120 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/50 {
    --tw-shadow-color: rgb(46 16 120 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/55 {
    --tw-shadow-color: rgb(46 16 120 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/60 {
    --tw-shadow-color: rgb(46 16 120 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/65 {
    --tw-shadow-color: rgb(46 16 120 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/70 {
    --tw-shadow-color: rgb(46 16 120 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/75 {
    --tw-shadow-color: rgb(46 16 120 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/80 {
    --tw-shadow-color: rgb(46 16 120 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/85 {
    --tw-shadow-color: rgb(46 16 120 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/90 {
    --tw-shadow-color: rgb(46 16 120 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-800\/95 {
    --tw-shadow-color: rgb(46 16 120 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900 {
    --tw-shadow-color: #270f62;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/0 {
    --tw-shadow-color: rgb(39 15 98 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/10 {
    --tw-shadow-color: rgb(39 15 98 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/100 {
    --tw-shadow-color: rgb(39 15 98 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/15 {
    --tw-shadow-color: rgb(39 15 98 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/20 {
    --tw-shadow-color: rgb(39 15 98 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/25 {
    --tw-shadow-color: rgb(39 15 98 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/30 {
    --tw-shadow-color: rgb(39 15 98 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/35 {
    --tw-shadow-color: rgb(39 15 98 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/40 {
    --tw-shadow-color: rgb(39 15 98 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/45 {
    --tw-shadow-color: rgb(39 15 98 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/5 {
    --tw-shadow-color: rgb(39 15 98 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/50 {
    --tw-shadow-color: rgb(39 15 98 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/55 {
    --tw-shadow-color: rgb(39 15 98 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/60 {
    --tw-shadow-color: rgb(39 15 98 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/65 {
    --tw-shadow-color: rgb(39 15 98 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/70 {
    --tw-shadow-color: rgb(39 15 98 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/75 {
    --tw-shadow-color: rgb(39 15 98 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/80 {
    --tw-shadow-color: rgb(39 15 98 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/85 {
    --tw-shadow-color: rgb(39 15 98 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/90 {
    --tw-shadow-color: rgb(39 15 98 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-900\/95 {
    --tw-shadow-color: rgb(39 15 98 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950 {
    --tw-shadow-color: #16053a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/0 {
    --tw-shadow-color: rgb(22 5 58 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/10 {
    --tw-shadow-color: rgb(22 5 58 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/100 {
    --tw-shadow-color: rgb(22 5 58 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/15 {
    --tw-shadow-color: rgb(22 5 58 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/20 {
    --tw-shadow-color: rgb(22 5 58 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/25 {
    --tw-shadow-color: rgb(22 5 58 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/30 {
    --tw-shadow-color: rgb(22 5 58 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/35 {
    --tw-shadow-color: rgb(22 5 58 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/40 {
    --tw-shadow-color: rgb(22 5 58 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/45 {
    --tw-shadow-color: rgb(22 5 58 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/5 {
    --tw-shadow-color: rgb(22 5 58 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/50 {
    --tw-shadow-color: rgb(22 5 58 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/55 {
    --tw-shadow-color: rgb(22 5 58 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/60 {
    --tw-shadow-color: rgb(22 5 58 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/65 {
    --tw-shadow-color: rgb(22 5 58 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/70 {
    --tw-shadow-color: rgb(22 5 58 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/75 {
    --tw-shadow-color: rgb(22 5 58 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/80 {
    --tw-shadow-color: rgb(22 5 58 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/85 {
    --tw-shadow-color: rgb(22 5 58 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/90 {
    --tw-shadow-color: rgb(22 5 58 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-brand-950\/95 {
    --tw-shadow-color: rgb(22 5 58 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-current {
    --tw-shadow-color: currentColor;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100 {
    --tw-shadow-color: #cffafe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/0 {
    --tw-shadow-color: rgb(207 250 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/10 {
    --tw-shadow-color: rgb(207 250 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/100 {
    --tw-shadow-color: rgb(207 250 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/15 {
    --tw-shadow-color: rgb(207 250 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/20 {
    --tw-shadow-color: rgb(207 250 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/25 {
    --tw-shadow-color: rgb(207 250 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/30 {
    --tw-shadow-color: rgb(207 250 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/35 {
    --tw-shadow-color: rgb(207 250 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/40 {
    --tw-shadow-color: rgb(207 250 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/45 {
    --tw-shadow-color: rgb(207 250 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/5 {
    --tw-shadow-color: rgb(207 250 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/50 {
    --tw-shadow-color: rgb(207 250 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/55 {
    --tw-shadow-color: rgb(207 250 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/60 {
    --tw-shadow-color: rgb(207 250 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/65 {
    --tw-shadow-color: rgb(207 250 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/70 {
    --tw-shadow-color: rgb(207 250 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/75 {
    --tw-shadow-color: rgb(207 250 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/80 {
    --tw-shadow-color: rgb(207 250 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/85 {
    --tw-shadow-color: rgb(207 250 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/90 {
    --tw-shadow-color: rgb(207 250 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-100\/95 {
    --tw-shadow-color: rgb(207 250 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200 {
    --tw-shadow-color: #a5f3fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/0 {
    --tw-shadow-color: rgb(165 243 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/10 {
    --tw-shadow-color: rgb(165 243 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/100 {
    --tw-shadow-color: rgb(165 243 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/15 {
    --tw-shadow-color: rgb(165 243 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/20 {
    --tw-shadow-color: rgb(165 243 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/25 {
    --tw-shadow-color: rgb(165 243 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/30 {
    --tw-shadow-color: rgb(165 243 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/35 {
    --tw-shadow-color: rgb(165 243 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/40 {
    --tw-shadow-color: rgb(165 243 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/45 {
    --tw-shadow-color: rgb(165 243 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/5 {
    --tw-shadow-color: rgb(165 243 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/50 {
    --tw-shadow-color: rgb(165 243 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/55 {
    --tw-shadow-color: rgb(165 243 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/60 {
    --tw-shadow-color: rgb(165 243 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/65 {
    --tw-shadow-color: rgb(165 243 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/70 {
    --tw-shadow-color: rgb(165 243 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/75 {
    --tw-shadow-color: rgb(165 243 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/80 {
    --tw-shadow-color: rgb(165 243 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/85 {
    --tw-shadow-color: rgb(165 243 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/90 {
    --tw-shadow-color: rgb(165 243 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-200\/95 {
    --tw-shadow-color: rgb(165 243 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300 {
    --tw-shadow-color: #67e8f9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/0 {
    --tw-shadow-color: rgb(103 232 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/10 {
    --tw-shadow-color: rgb(103 232 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/100 {
    --tw-shadow-color: rgb(103 232 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/15 {
    --tw-shadow-color: rgb(103 232 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/20 {
    --tw-shadow-color: rgb(103 232 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/25 {
    --tw-shadow-color: rgb(103 232 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/30 {
    --tw-shadow-color: rgb(103 232 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/35 {
    --tw-shadow-color: rgb(103 232 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/40 {
    --tw-shadow-color: rgb(103 232 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/45 {
    --tw-shadow-color: rgb(103 232 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/5 {
    --tw-shadow-color: rgb(103 232 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/50 {
    --tw-shadow-color: rgb(103 232 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/55 {
    --tw-shadow-color: rgb(103 232 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/60 {
    --tw-shadow-color: rgb(103 232 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/65 {
    --tw-shadow-color: rgb(103 232 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/70 {
    --tw-shadow-color: rgb(103 232 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/75 {
    --tw-shadow-color: rgb(103 232 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/80 {
    --tw-shadow-color: rgb(103 232 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/85 {
    --tw-shadow-color: rgb(103 232 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/90 {
    --tw-shadow-color: rgb(103 232 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-300\/95 {
    --tw-shadow-color: rgb(103 232 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400 {
    --tw-shadow-color: #22d3ee;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/0 {
    --tw-shadow-color: rgb(34 211 238 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/10 {
    --tw-shadow-color: rgb(34 211 238 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/100 {
    --tw-shadow-color: rgb(34 211 238 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/15 {
    --tw-shadow-color: rgb(34 211 238 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/20 {
    --tw-shadow-color: rgb(34 211 238 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/25 {
    --tw-shadow-color: rgb(34 211 238 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/30 {
    --tw-shadow-color: rgb(34 211 238 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/35 {
    --tw-shadow-color: rgb(34 211 238 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/40 {
    --tw-shadow-color: rgb(34 211 238 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/45 {
    --tw-shadow-color: rgb(34 211 238 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/5 {
    --tw-shadow-color: rgb(34 211 238 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/50 {
    --tw-shadow-color: rgb(34 211 238 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/55 {
    --tw-shadow-color: rgb(34 211 238 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/60 {
    --tw-shadow-color: rgb(34 211 238 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/65 {
    --tw-shadow-color: rgb(34 211 238 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/70 {
    --tw-shadow-color: rgb(34 211 238 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/75 {
    --tw-shadow-color: rgb(34 211 238 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/80 {
    --tw-shadow-color: rgb(34 211 238 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/85 {
    --tw-shadow-color: rgb(34 211 238 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/90 {
    --tw-shadow-color: rgb(34 211 238 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-400\/95 {
    --tw-shadow-color: rgb(34 211 238 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50 {
    --tw-shadow-color: #ecfeff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/0 {
    --tw-shadow-color: rgb(236 254 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/10 {
    --tw-shadow-color: rgb(236 254 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/100 {
    --tw-shadow-color: rgb(236 254 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/15 {
    --tw-shadow-color: rgb(236 254 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/20 {
    --tw-shadow-color: rgb(236 254 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/25 {
    --tw-shadow-color: rgb(236 254 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/30 {
    --tw-shadow-color: rgb(236 254 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/35 {
    --tw-shadow-color: rgb(236 254 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/40 {
    --tw-shadow-color: rgb(236 254 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/45 {
    --tw-shadow-color: rgb(236 254 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/5 {
    --tw-shadow-color: rgb(236 254 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/50 {
    --tw-shadow-color: rgb(236 254 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/55 {
    --tw-shadow-color: rgb(236 254 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/60 {
    --tw-shadow-color: rgb(236 254 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/65 {
    --tw-shadow-color: rgb(236 254 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/70 {
    --tw-shadow-color: rgb(236 254 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/75 {
    --tw-shadow-color: rgb(236 254 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/80 {
    --tw-shadow-color: rgb(236 254 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/85 {
    --tw-shadow-color: rgb(236 254 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/90 {
    --tw-shadow-color: rgb(236 254 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-50\/95 {
    --tw-shadow-color: rgb(236 254 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500 {
    --tw-shadow-color: #06b6d4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/0 {
    --tw-shadow-color: rgb(6 182 212 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/10 {
    --tw-shadow-color: rgb(6 182 212 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/100 {
    --tw-shadow-color: rgb(6 182 212 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/15 {
    --tw-shadow-color: rgb(6 182 212 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/20 {
    --tw-shadow-color: rgb(6 182 212 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/25 {
    --tw-shadow-color: rgb(6 182 212 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/30 {
    --tw-shadow-color: rgb(6 182 212 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/35 {
    --tw-shadow-color: rgb(6 182 212 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/40 {
    --tw-shadow-color: rgb(6 182 212 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/45 {
    --tw-shadow-color: rgb(6 182 212 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/5 {
    --tw-shadow-color: rgb(6 182 212 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/50 {
    --tw-shadow-color: rgb(6 182 212 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/55 {
    --tw-shadow-color: rgb(6 182 212 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/60 {
    --tw-shadow-color: rgb(6 182 212 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/65 {
    --tw-shadow-color: rgb(6 182 212 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/70 {
    --tw-shadow-color: rgb(6 182 212 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/75 {
    --tw-shadow-color: rgb(6 182 212 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/80 {
    --tw-shadow-color: rgb(6 182 212 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/85 {
    --tw-shadow-color: rgb(6 182 212 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/90 {
    --tw-shadow-color: rgb(6 182 212 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-500\/95 {
    --tw-shadow-color: rgb(6 182 212 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600 {
    --tw-shadow-color: #0891b2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/0 {
    --tw-shadow-color: rgb(8 145 178 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/10 {
    --tw-shadow-color: rgb(8 145 178 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/100 {
    --tw-shadow-color: rgb(8 145 178 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/15 {
    --tw-shadow-color: rgb(8 145 178 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/20 {
    --tw-shadow-color: rgb(8 145 178 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/25 {
    --tw-shadow-color: rgb(8 145 178 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/30 {
    --tw-shadow-color: rgb(8 145 178 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/35 {
    --tw-shadow-color: rgb(8 145 178 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/40 {
    --tw-shadow-color: rgb(8 145 178 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/45 {
    --tw-shadow-color: rgb(8 145 178 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/5 {
    --tw-shadow-color: rgb(8 145 178 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/50 {
    --tw-shadow-color: rgb(8 145 178 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/55 {
    --tw-shadow-color: rgb(8 145 178 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/60 {
    --tw-shadow-color: rgb(8 145 178 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/65 {
    --tw-shadow-color: rgb(8 145 178 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/70 {
    --tw-shadow-color: rgb(8 145 178 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/75 {
    --tw-shadow-color: rgb(8 145 178 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/80 {
    --tw-shadow-color: rgb(8 145 178 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/85 {
    --tw-shadow-color: rgb(8 145 178 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/90 {
    --tw-shadow-color: rgb(8 145 178 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-600\/95 {
    --tw-shadow-color: rgb(8 145 178 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700 {
    --tw-shadow-color: #0e7490;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/0 {
    --tw-shadow-color: rgb(14 116 144 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/10 {
    --tw-shadow-color: rgb(14 116 144 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/100 {
    --tw-shadow-color: rgb(14 116 144 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/15 {
    --tw-shadow-color: rgb(14 116 144 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/20 {
    --tw-shadow-color: rgb(14 116 144 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/25 {
    --tw-shadow-color: rgb(14 116 144 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/30 {
    --tw-shadow-color: rgb(14 116 144 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/35 {
    --tw-shadow-color: rgb(14 116 144 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/40 {
    --tw-shadow-color: rgb(14 116 144 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/45 {
    --tw-shadow-color: rgb(14 116 144 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/5 {
    --tw-shadow-color: rgb(14 116 144 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/50 {
    --tw-shadow-color: rgb(14 116 144 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/55 {
    --tw-shadow-color: rgb(14 116 144 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/60 {
    --tw-shadow-color: rgb(14 116 144 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/65 {
    --tw-shadow-color: rgb(14 116 144 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/70 {
    --tw-shadow-color: rgb(14 116 144 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/75 {
    --tw-shadow-color: rgb(14 116 144 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/80 {
    --tw-shadow-color: rgb(14 116 144 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/85 {
    --tw-shadow-color: rgb(14 116 144 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/90 {
    --tw-shadow-color: rgb(14 116 144 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-700\/95 {
    --tw-shadow-color: rgb(14 116 144 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800 {
    --tw-shadow-color: #155e75;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/0 {
    --tw-shadow-color: rgb(21 94 117 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/10 {
    --tw-shadow-color: rgb(21 94 117 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/100 {
    --tw-shadow-color: rgb(21 94 117 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/15 {
    --tw-shadow-color: rgb(21 94 117 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/20 {
    --tw-shadow-color: rgb(21 94 117 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/25 {
    --tw-shadow-color: rgb(21 94 117 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/30 {
    --tw-shadow-color: rgb(21 94 117 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/35 {
    --tw-shadow-color: rgb(21 94 117 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/40 {
    --tw-shadow-color: rgb(21 94 117 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/45 {
    --tw-shadow-color: rgb(21 94 117 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/5 {
    --tw-shadow-color: rgb(21 94 117 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/50 {
    --tw-shadow-color: rgb(21 94 117 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/55 {
    --tw-shadow-color: rgb(21 94 117 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/60 {
    --tw-shadow-color: rgb(21 94 117 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/65 {
    --tw-shadow-color: rgb(21 94 117 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/70 {
    --tw-shadow-color: rgb(21 94 117 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/75 {
    --tw-shadow-color: rgb(21 94 117 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/80 {
    --tw-shadow-color: rgb(21 94 117 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/85 {
    --tw-shadow-color: rgb(21 94 117 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/90 {
    --tw-shadow-color: rgb(21 94 117 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-800\/95 {
    --tw-shadow-color: rgb(21 94 117 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900 {
    --tw-shadow-color: #164e63;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/0 {
    --tw-shadow-color: rgb(22 78 99 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/10 {
    --tw-shadow-color: rgb(22 78 99 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/100 {
    --tw-shadow-color: rgb(22 78 99 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/15 {
    --tw-shadow-color: rgb(22 78 99 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/20 {
    --tw-shadow-color: rgb(22 78 99 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/25 {
    --tw-shadow-color: rgb(22 78 99 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/30 {
    --tw-shadow-color: rgb(22 78 99 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/35 {
    --tw-shadow-color: rgb(22 78 99 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/40 {
    --tw-shadow-color: rgb(22 78 99 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/45 {
    --tw-shadow-color: rgb(22 78 99 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/5 {
    --tw-shadow-color: rgb(22 78 99 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/50 {
    --tw-shadow-color: rgb(22 78 99 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/55 {
    --tw-shadow-color: rgb(22 78 99 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/60 {
    --tw-shadow-color: rgb(22 78 99 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/65 {
    --tw-shadow-color: rgb(22 78 99 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/70 {
    --tw-shadow-color: rgb(22 78 99 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/75 {
    --tw-shadow-color: rgb(22 78 99 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/80 {
    --tw-shadow-color: rgb(22 78 99 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/85 {
    --tw-shadow-color: rgb(22 78 99 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/90 {
    --tw-shadow-color: rgb(22 78 99 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-900\/95 {
    --tw-shadow-color: rgb(22 78 99 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950 {
    --tw-shadow-color: #083344;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/0 {
    --tw-shadow-color: rgb(8 51 68 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/10 {
    --tw-shadow-color: rgb(8 51 68 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/100 {
    --tw-shadow-color: rgb(8 51 68 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/15 {
    --tw-shadow-color: rgb(8 51 68 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/20 {
    --tw-shadow-color: rgb(8 51 68 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/25 {
    --tw-shadow-color: rgb(8 51 68 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/30 {
    --tw-shadow-color: rgb(8 51 68 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/35 {
    --tw-shadow-color: rgb(8 51 68 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/40 {
    --tw-shadow-color: rgb(8 51 68 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/45 {
    --tw-shadow-color: rgb(8 51 68 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/5 {
    --tw-shadow-color: rgb(8 51 68 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/50 {
    --tw-shadow-color: rgb(8 51 68 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/55 {
    --tw-shadow-color: rgb(8 51 68 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/60 {
    --tw-shadow-color: rgb(8 51 68 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/65 {
    --tw-shadow-color: rgb(8 51 68 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/70 {
    --tw-shadow-color: rgb(8 51 68 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/75 {
    --tw-shadow-color: rgb(8 51 68 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/80 {
    --tw-shadow-color: rgb(8 51 68 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/85 {
    --tw-shadow-color: rgb(8 51 68 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/90 {
    --tw-shadow-color: rgb(8 51 68 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-cyan-950\/95 {
    --tw-shadow-color: rgb(8 51 68 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100 {
    --tw-shadow-color: #d1fae5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/0 {
    --tw-shadow-color: rgb(209 250 229 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/10 {
    --tw-shadow-color: rgb(209 250 229 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/100 {
    --tw-shadow-color: rgb(209 250 229 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/15 {
    --tw-shadow-color: rgb(209 250 229 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/20 {
    --tw-shadow-color: rgb(209 250 229 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/25 {
    --tw-shadow-color: rgb(209 250 229 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/30 {
    --tw-shadow-color: rgb(209 250 229 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/35 {
    --tw-shadow-color: rgb(209 250 229 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/40 {
    --tw-shadow-color: rgb(209 250 229 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/45 {
    --tw-shadow-color: rgb(209 250 229 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/5 {
    --tw-shadow-color: rgb(209 250 229 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/50 {
    --tw-shadow-color: rgb(209 250 229 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/55 {
    --tw-shadow-color: rgb(209 250 229 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/60 {
    --tw-shadow-color: rgb(209 250 229 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/65 {
    --tw-shadow-color: rgb(209 250 229 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/70 {
    --tw-shadow-color: rgb(209 250 229 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/75 {
    --tw-shadow-color: rgb(209 250 229 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/80 {
    --tw-shadow-color: rgb(209 250 229 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/85 {
    --tw-shadow-color: rgb(209 250 229 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/90 {
    --tw-shadow-color: rgb(209 250 229 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-100\/95 {
    --tw-shadow-color: rgb(209 250 229 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200 {
    --tw-shadow-color: #a7f3d0;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/0 {
    --tw-shadow-color: rgb(167 243 208 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/10 {
    --tw-shadow-color: rgb(167 243 208 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/100 {
    --tw-shadow-color: rgb(167 243 208 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/15 {
    --tw-shadow-color: rgb(167 243 208 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/20 {
    --tw-shadow-color: rgb(167 243 208 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/25 {
    --tw-shadow-color: rgb(167 243 208 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/30 {
    --tw-shadow-color: rgb(167 243 208 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/35 {
    --tw-shadow-color: rgb(167 243 208 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/40 {
    --tw-shadow-color: rgb(167 243 208 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/45 {
    --tw-shadow-color: rgb(167 243 208 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/5 {
    --tw-shadow-color: rgb(167 243 208 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/50 {
    --tw-shadow-color: rgb(167 243 208 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/55 {
    --tw-shadow-color: rgb(167 243 208 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/60 {
    --tw-shadow-color: rgb(167 243 208 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/65 {
    --tw-shadow-color: rgb(167 243 208 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/70 {
    --tw-shadow-color: rgb(167 243 208 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/75 {
    --tw-shadow-color: rgb(167 243 208 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/80 {
    --tw-shadow-color: rgb(167 243 208 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/85 {
    --tw-shadow-color: rgb(167 243 208 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/90 {
    --tw-shadow-color: rgb(167 243 208 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-200\/95 {
    --tw-shadow-color: rgb(167 243 208 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300 {
    --tw-shadow-color: #6ee7b7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/0 {
    --tw-shadow-color: rgb(110 231 183 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/10 {
    --tw-shadow-color: rgb(110 231 183 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/100 {
    --tw-shadow-color: rgb(110 231 183 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/15 {
    --tw-shadow-color: rgb(110 231 183 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/20 {
    --tw-shadow-color: rgb(110 231 183 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/25 {
    --tw-shadow-color: rgb(110 231 183 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/30 {
    --tw-shadow-color: rgb(110 231 183 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/35 {
    --tw-shadow-color: rgb(110 231 183 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/40 {
    --tw-shadow-color: rgb(110 231 183 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/45 {
    --tw-shadow-color: rgb(110 231 183 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/5 {
    --tw-shadow-color: rgb(110 231 183 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/50 {
    --tw-shadow-color: rgb(110 231 183 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/55 {
    --tw-shadow-color: rgb(110 231 183 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/60 {
    --tw-shadow-color: rgb(110 231 183 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/65 {
    --tw-shadow-color: rgb(110 231 183 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/70 {
    --tw-shadow-color: rgb(110 231 183 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/75 {
    --tw-shadow-color: rgb(110 231 183 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/80 {
    --tw-shadow-color: rgb(110 231 183 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/85 {
    --tw-shadow-color: rgb(110 231 183 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/90 {
    --tw-shadow-color: rgb(110 231 183 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-300\/95 {
    --tw-shadow-color: rgb(110 231 183 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400 {
    --tw-shadow-color: #34d399;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/0 {
    --tw-shadow-color: rgb(52 211 153 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/10 {
    --tw-shadow-color: rgb(52 211 153 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/100 {
    --tw-shadow-color: rgb(52 211 153 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/15 {
    --tw-shadow-color: rgb(52 211 153 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/20 {
    --tw-shadow-color: rgb(52 211 153 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/25 {
    --tw-shadow-color: rgb(52 211 153 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/30 {
    --tw-shadow-color: rgb(52 211 153 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/35 {
    --tw-shadow-color: rgb(52 211 153 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/40 {
    --tw-shadow-color: rgb(52 211 153 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/45 {
    --tw-shadow-color: rgb(52 211 153 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/5 {
    --tw-shadow-color: rgb(52 211 153 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/50 {
    --tw-shadow-color: rgb(52 211 153 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/55 {
    --tw-shadow-color: rgb(52 211 153 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/60 {
    --tw-shadow-color: rgb(52 211 153 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/65 {
    --tw-shadow-color: rgb(52 211 153 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/70 {
    --tw-shadow-color: rgb(52 211 153 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/75 {
    --tw-shadow-color: rgb(52 211 153 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/80 {
    --tw-shadow-color: rgb(52 211 153 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/85 {
    --tw-shadow-color: rgb(52 211 153 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/90 {
    --tw-shadow-color: rgb(52 211 153 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-400\/95 {
    --tw-shadow-color: rgb(52 211 153 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50 {
    --tw-shadow-color: #ecfdf5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/0 {
    --tw-shadow-color: rgb(236 253 245 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/10 {
    --tw-shadow-color: rgb(236 253 245 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/100 {
    --tw-shadow-color: rgb(236 253 245 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/15 {
    --tw-shadow-color: rgb(236 253 245 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/20 {
    --tw-shadow-color: rgb(236 253 245 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/25 {
    --tw-shadow-color: rgb(236 253 245 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/30 {
    --tw-shadow-color: rgb(236 253 245 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/35 {
    --tw-shadow-color: rgb(236 253 245 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/40 {
    --tw-shadow-color: rgb(236 253 245 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/45 {
    --tw-shadow-color: rgb(236 253 245 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/5 {
    --tw-shadow-color: rgb(236 253 245 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/50 {
    --tw-shadow-color: rgb(236 253 245 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/55 {
    --tw-shadow-color: rgb(236 253 245 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/60 {
    --tw-shadow-color: rgb(236 253 245 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/65 {
    --tw-shadow-color: rgb(236 253 245 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/70 {
    --tw-shadow-color: rgb(236 253 245 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/75 {
    --tw-shadow-color: rgb(236 253 245 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/80 {
    --tw-shadow-color: rgb(236 253 245 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/85 {
    --tw-shadow-color: rgb(236 253 245 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/90 {
    --tw-shadow-color: rgb(236 253 245 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-50\/95 {
    --tw-shadow-color: rgb(236 253 245 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500 {
    --tw-shadow-color: #10b981;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/0 {
    --tw-shadow-color: rgb(16 185 129 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/10 {
    --tw-shadow-color: rgb(16 185 129 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/100 {
    --tw-shadow-color: rgb(16 185 129 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/15 {
    --tw-shadow-color: rgb(16 185 129 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/20 {
    --tw-shadow-color: rgb(16 185 129 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/25 {
    --tw-shadow-color: rgb(16 185 129 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/30 {
    --tw-shadow-color: rgb(16 185 129 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/35 {
    --tw-shadow-color: rgb(16 185 129 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/40 {
    --tw-shadow-color: rgb(16 185 129 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/45 {
    --tw-shadow-color: rgb(16 185 129 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/5 {
    --tw-shadow-color: rgb(16 185 129 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/50 {
    --tw-shadow-color: rgb(16 185 129 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/55 {
    --tw-shadow-color: rgb(16 185 129 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/60 {
    --tw-shadow-color: rgb(16 185 129 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/65 {
    --tw-shadow-color: rgb(16 185 129 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/70 {
    --tw-shadow-color: rgb(16 185 129 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/75 {
    --tw-shadow-color: rgb(16 185 129 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/80 {
    --tw-shadow-color: rgb(16 185 129 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/85 {
    --tw-shadow-color: rgb(16 185 129 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/90 {
    --tw-shadow-color: rgb(16 185 129 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-500\/95 {
    --tw-shadow-color: rgb(16 185 129 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600 {
    --tw-shadow-color: #059669;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/0 {
    --tw-shadow-color: rgb(5 150 105 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/10 {
    --tw-shadow-color: rgb(5 150 105 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/100 {
    --tw-shadow-color: rgb(5 150 105 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/15 {
    --tw-shadow-color: rgb(5 150 105 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/20 {
    --tw-shadow-color: rgb(5 150 105 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/25 {
    --tw-shadow-color: rgb(5 150 105 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/30 {
    --tw-shadow-color: rgb(5 150 105 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/35 {
    --tw-shadow-color: rgb(5 150 105 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/40 {
    --tw-shadow-color: rgb(5 150 105 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/45 {
    --tw-shadow-color: rgb(5 150 105 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/5 {
    --tw-shadow-color: rgb(5 150 105 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/50 {
    --tw-shadow-color: rgb(5 150 105 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/55 {
    --tw-shadow-color: rgb(5 150 105 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/60 {
    --tw-shadow-color: rgb(5 150 105 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/65 {
    --tw-shadow-color: rgb(5 150 105 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/70 {
    --tw-shadow-color: rgb(5 150 105 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/75 {
    --tw-shadow-color: rgb(5 150 105 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/80 {
    --tw-shadow-color: rgb(5 150 105 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/85 {
    --tw-shadow-color: rgb(5 150 105 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/90 {
    --tw-shadow-color: rgb(5 150 105 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-600\/95 {
    --tw-shadow-color: rgb(5 150 105 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700 {
    --tw-shadow-color: #047857;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/0 {
    --tw-shadow-color: rgb(4 120 87 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/10 {
    --tw-shadow-color: rgb(4 120 87 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/100 {
    --tw-shadow-color: rgb(4 120 87 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/15 {
    --tw-shadow-color: rgb(4 120 87 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/20 {
    --tw-shadow-color: rgb(4 120 87 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/25 {
    --tw-shadow-color: rgb(4 120 87 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/30 {
    --tw-shadow-color: rgb(4 120 87 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/35 {
    --tw-shadow-color: rgb(4 120 87 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/40 {
    --tw-shadow-color: rgb(4 120 87 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/45 {
    --tw-shadow-color: rgb(4 120 87 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/5 {
    --tw-shadow-color: rgb(4 120 87 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/50 {
    --tw-shadow-color: rgb(4 120 87 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/55 {
    --tw-shadow-color: rgb(4 120 87 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/60 {
    --tw-shadow-color: rgb(4 120 87 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/65 {
    --tw-shadow-color: rgb(4 120 87 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/70 {
    --tw-shadow-color: rgb(4 120 87 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/75 {
    --tw-shadow-color: rgb(4 120 87 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/80 {
    --tw-shadow-color: rgb(4 120 87 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/85 {
    --tw-shadow-color: rgb(4 120 87 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/90 {
    --tw-shadow-color: rgb(4 120 87 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-700\/95 {
    --tw-shadow-color: rgb(4 120 87 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800 {
    --tw-shadow-color: #065f46;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/0 {
    --tw-shadow-color: rgb(6 95 70 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/10 {
    --tw-shadow-color: rgb(6 95 70 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/100 {
    --tw-shadow-color: rgb(6 95 70 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/15 {
    --tw-shadow-color: rgb(6 95 70 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/20 {
    --tw-shadow-color: rgb(6 95 70 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/25 {
    --tw-shadow-color: rgb(6 95 70 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/30 {
    --tw-shadow-color: rgb(6 95 70 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/35 {
    --tw-shadow-color: rgb(6 95 70 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/40 {
    --tw-shadow-color: rgb(6 95 70 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/45 {
    --tw-shadow-color: rgb(6 95 70 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/5 {
    --tw-shadow-color: rgb(6 95 70 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/50 {
    --tw-shadow-color: rgb(6 95 70 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/55 {
    --tw-shadow-color: rgb(6 95 70 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/60 {
    --tw-shadow-color: rgb(6 95 70 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/65 {
    --tw-shadow-color: rgb(6 95 70 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/70 {
    --tw-shadow-color: rgb(6 95 70 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/75 {
    --tw-shadow-color: rgb(6 95 70 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/80 {
    --tw-shadow-color: rgb(6 95 70 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/85 {
    --tw-shadow-color: rgb(6 95 70 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/90 {
    --tw-shadow-color: rgb(6 95 70 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-800\/95 {
    --tw-shadow-color: rgb(6 95 70 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900 {
    --tw-shadow-color: #064e3b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/0 {
    --tw-shadow-color: rgb(6 78 59 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/10 {
    --tw-shadow-color: rgb(6 78 59 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/100 {
    --tw-shadow-color: rgb(6 78 59 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/15 {
    --tw-shadow-color: rgb(6 78 59 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/20 {
    --tw-shadow-color: rgb(6 78 59 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/25 {
    --tw-shadow-color: rgb(6 78 59 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/30 {
    --tw-shadow-color: rgb(6 78 59 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/35 {
    --tw-shadow-color: rgb(6 78 59 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/40 {
    --tw-shadow-color: rgb(6 78 59 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/45 {
    --tw-shadow-color: rgb(6 78 59 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/5 {
    --tw-shadow-color: rgb(6 78 59 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/50 {
    --tw-shadow-color: rgb(6 78 59 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/55 {
    --tw-shadow-color: rgb(6 78 59 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/60 {
    --tw-shadow-color: rgb(6 78 59 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/65 {
    --tw-shadow-color: rgb(6 78 59 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/70 {
    --tw-shadow-color: rgb(6 78 59 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/75 {
    --tw-shadow-color: rgb(6 78 59 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/80 {
    --tw-shadow-color: rgb(6 78 59 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/85 {
    --tw-shadow-color: rgb(6 78 59 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/90 {
    --tw-shadow-color: rgb(6 78 59 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-900\/95 {
    --tw-shadow-color: rgb(6 78 59 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950 {
    --tw-shadow-color: #022c22;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/0 {
    --tw-shadow-color: rgb(2 44 34 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/10 {
    --tw-shadow-color: rgb(2 44 34 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/100 {
    --tw-shadow-color: rgb(2 44 34 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/15 {
    --tw-shadow-color: rgb(2 44 34 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/20 {
    --tw-shadow-color: rgb(2 44 34 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/25 {
    --tw-shadow-color: rgb(2 44 34 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/30 {
    --tw-shadow-color: rgb(2 44 34 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/35 {
    --tw-shadow-color: rgb(2 44 34 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/40 {
    --tw-shadow-color: rgb(2 44 34 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/45 {
    --tw-shadow-color: rgb(2 44 34 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/5 {
    --tw-shadow-color: rgb(2 44 34 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/50 {
    --tw-shadow-color: rgb(2 44 34 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/55 {
    --tw-shadow-color: rgb(2 44 34 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/60 {
    --tw-shadow-color: rgb(2 44 34 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/65 {
    --tw-shadow-color: rgb(2 44 34 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/70 {
    --tw-shadow-color: rgb(2 44 34 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/75 {
    --tw-shadow-color: rgb(2 44 34 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/80 {
    --tw-shadow-color: rgb(2 44 34 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/85 {
    --tw-shadow-color: rgb(2 44 34 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/90 {
    --tw-shadow-color: rgb(2 44 34 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-emerald-950\/95 {
    --tw-shadow-color: rgb(2 44 34 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100 {
    --tw-shadow-color: #fae8ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/0 {
    --tw-shadow-color: rgb(250 232 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/10 {
    --tw-shadow-color: rgb(250 232 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/100 {
    --tw-shadow-color: rgb(250 232 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/15 {
    --tw-shadow-color: rgb(250 232 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/20 {
    --tw-shadow-color: rgb(250 232 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/25 {
    --tw-shadow-color: rgb(250 232 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/30 {
    --tw-shadow-color: rgb(250 232 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/35 {
    --tw-shadow-color: rgb(250 232 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/40 {
    --tw-shadow-color: rgb(250 232 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/45 {
    --tw-shadow-color: rgb(250 232 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/5 {
    --tw-shadow-color: rgb(250 232 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/50 {
    --tw-shadow-color: rgb(250 232 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/55 {
    --tw-shadow-color: rgb(250 232 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/60 {
    --tw-shadow-color: rgb(250 232 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/65 {
    --tw-shadow-color: rgb(250 232 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/70 {
    --tw-shadow-color: rgb(250 232 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/75 {
    --tw-shadow-color: rgb(250 232 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/80 {
    --tw-shadow-color: rgb(250 232 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/85 {
    --tw-shadow-color: rgb(250 232 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/90 {
    --tw-shadow-color: rgb(250 232 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-100\/95 {
    --tw-shadow-color: rgb(250 232 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200 {
    --tw-shadow-color: #f5d0fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/0 {
    --tw-shadow-color: rgb(245 208 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/10 {
    --tw-shadow-color: rgb(245 208 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/100 {
    --tw-shadow-color: rgb(245 208 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/15 {
    --tw-shadow-color: rgb(245 208 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/20 {
    --tw-shadow-color: rgb(245 208 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/25 {
    --tw-shadow-color: rgb(245 208 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/30 {
    --tw-shadow-color: rgb(245 208 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/35 {
    --tw-shadow-color: rgb(245 208 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/40 {
    --tw-shadow-color: rgb(245 208 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/45 {
    --tw-shadow-color: rgb(245 208 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/5 {
    --tw-shadow-color: rgb(245 208 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/50 {
    --tw-shadow-color: rgb(245 208 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/55 {
    --tw-shadow-color: rgb(245 208 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/60 {
    --tw-shadow-color: rgb(245 208 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/65 {
    --tw-shadow-color: rgb(245 208 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/70 {
    --tw-shadow-color: rgb(245 208 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/75 {
    --tw-shadow-color: rgb(245 208 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/80 {
    --tw-shadow-color: rgb(245 208 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/85 {
    --tw-shadow-color: rgb(245 208 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/90 {
    --tw-shadow-color: rgb(245 208 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-200\/95 {
    --tw-shadow-color: rgb(245 208 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300 {
    --tw-shadow-color: #f0abfc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/0 {
    --tw-shadow-color: rgb(240 171 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/10 {
    --tw-shadow-color: rgb(240 171 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/100 {
    --tw-shadow-color: rgb(240 171 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/15 {
    --tw-shadow-color: rgb(240 171 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/20 {
    --tw-shadow-color: rgb(240 171 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/25 {
    --tw-shadow-color: rgb(240 171 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/30 {
    --tw-shadow-color: rgb(240 171 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/35 {
    --tw-shadow-color: rgb(240 171 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/40 {
    --tw-shadow-color: rgb(240 171 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/45 {
    --tw-shadow-color: rgb(240 171 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/5 {
    --tw-shadow-color: rgb(240 171 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/50 {
    --tw-shadow-color: rgb(240 171 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/55 {
    --tw-shadow-color: rgb(240 171 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/60 {
    --tw-shadow-color: rgb(240 171 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/65 {
    --tw-shadow-color: rgb(240 171 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/70 {
    --tw-shadow-color: rgb(240 171 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/75 {
    --tw-shadow-color: rgb(240 171 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/80 {
    --tw-shadow-color: rgb(240 171 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/85 {
    --tw-shadow-color: rgb(240 171 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/90 {
    --tw-shadow-color: rgb(240 171 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-300\/95 {
    --tw-shadow-color: rgb(240 171 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400 {
    --tw-shadow-color: #e879f9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/0 {
    --tw-shadow-color: rgb(232 121 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/10 {
    --tw-shadow-color: rgb(232 121 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/100 {
    --tw-shadow-color: rgb(232 121 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/15 {
    --tw-shadow-color: rgb(232 121 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/20 {
    --tw-shadow-color: rgb(232 121 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/25 {
    --tw-shadow-color: rgb(232 121 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/30 {
    --tw-shadow-color: rgb(232 121 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/35 {
    --tw-shadow-color: rgb(232 121 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/40 {
    --tw-shadow-color: rgb(232 121 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/45 {
    --tw-shadow-color: rgb(232 121 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/5 {
    --tw-shadow-color: rgb(232 121 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/50 {
    --tw-shadow-color: rgb(232 121 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/55 {
    --tw-shadow-color: rgb(232 121 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/60 {
    --tw-shadow-color: rgb(232 121 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/65 {
    --tw-shadow-color: rgb(232 121 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/70 {
    --tw-shadow-color: rgb(232 121 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/75 {
    --tw-shadow-color: rgb(232 121 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/80 {
    --tw-shadow-color: rgb(232 121 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/85 {
    --tw-shadow-color: rgb(232 121 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/90 {
    --tw-shadow-color: rgb(232 121 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-400\/95 {
    --tw-shadow-color: rgb(232 121 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50 {
    --tw-shadow-color: #fdf4ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/0 {
    --tw-shadow-color: rgb(253 244 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/10 {
    --tw-shadow-color: rgb(253 244 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/100 {
    --tw-shadow-color: rgb(253 244 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/15 {
    --tw-shadow-color: rgb(253 244 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/20 {
    --tw-shadow-color: rgb(253 244 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/25 {
    --tw-shadow-color: rgb(253 244 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/30 {
    --tw-shadow-color: rgb(253 244 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/35 {
    --tw-shadow-color: rgb(253 244 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/40 {
    --tw-shadow-color: rgb(253 244 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/45 {
    --tw-shadow-color: rgb(253 244 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/5 {
    --tw-shadow-color: rgb(253 244 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/50 {
    --tw-shadow-color: rgb(253 244 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/55 {
    --tw-shadow-color: rgb(253 244 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/60 {
    --tw-shadow-color: rgb(253 244 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/65 {
    --tw-shadow-color: rgb(253 244 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/70 {
    --tw-shadow-color: rgb(253 244 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/75 {
    --tw-shadow-color: rgb(253 244 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/80 {
    --tw-shadow-color: rgb(253 244 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/85 {
    --tw-shadow-color: rgb(253 244 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/90 {
    --tw-shadow-color: rgb(253 244 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-50\/95 {
    --tw-shadow-color: rgb(253 244 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500 {
    --tw-shadow-color: #d946ef;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/0 {
    --tw-shadow-color: rgb(217 70 239 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/10 {
    --tw-shadow-color: rgb(217 70 239 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/100 {
    --tw-shadow-color: rgb(217 70 239 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/15 {
    --tw-shadow-color: rgb(217 70 239 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/20 {
    --tw-shadow-color: rgb(217 70 239 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/25 {
    --tw-shadow-color: rgb(217 70 239 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/30 {
    --tw-shadow-color: rgb(217 70 239 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/35 {
    --tw-shadow-color: rgb(217 70 239 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/40 {
    --tw-shadow-color: rgb(217 70 239 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/45 {
    --tw-shadow-color: rgb(217 70 239 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/5 {
    --tw-shadow-color: rgb(217 70 239 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/50 {
    --tw-shadow-color: rgb(217 70 239 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/55 {
    --tw-shadow-color: rgb(217 70 239 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/60 {
    --tw-shadow-color: rgb(217 70 239 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/65 {
    --tw-shadow-color: rgb(217 70 239 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/70 {
    --tw-shadow-color: rgb(217 70 239 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/75 {
    --tw-shadow-color: rgb(217 70 239 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/80 {
    --tw-shadow-color: rgb(217 70 239 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/85 {
    --tw-shadow-color: rgb(217 70 239 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/90 {
    --tw-shadow-color: rgb(217 70 239 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-500\/95 {
    --tw-shadow-color: rgb(217 70 239 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600 {
    --tw-shadow-color: #c026d3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/0 {
    --tw-shadow-color: rgb(192 38 211 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/10 {
    --tw-shadow-color: rgb(192 38 211 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/100 {
    --tw-shadow-color: rgb(192 38 211 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/15 {
    --tw-shadow-color: rgb(192 38 211 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/20 {
    --tw-shadow-color: rgb(192 38 211 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/25 {
    --tw-shadow-color: rgb(192 38 211 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/30 {
    --tw-shadow-color: rgb(192 38 211 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/35 {
    --tw-shadow-color: rgb(192 38 211 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/40 {
    --tw-shadow-color: rgb(192 38 211 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/45 {
    --tw-shadow-color: rgb(192 38 211 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/5 {
    --tw-shadow-color: rgb(192 38 211 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/50 {
    --tw-shadow-color: rgb(192 38 211 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/55 {
    --tw-shadow-color: rgb(192 38 211 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/60 {
    --tw-shadow-color: rgb(192 38 211 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/65 {
    --tw-shadow-color: rgb(192 38 211 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/70 {
    --tw-shadow-color: rgb(192 38 211 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/75 {
    --tw-shadow-color: rgb(192 38 211 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/80 {
    --tw-shadow-color: rgb(192 38 211 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/85 {
    --tw-shadow-color: rgb(192 38 211 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/90 {
    --tw-shadow-color: rgb(192 38 211 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-600\/95 {
    --tw-shadow-color: rgb(192 38 211 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700 {
    --tw-shadow-color: #a21caf;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/0 {
    --tw-shadow-color: rgb(162 28 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/10 {
    --tw-shadow-color: rgb(162 28 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/100 {
    --tw-shadow-color: rgb(162 28 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/15 {
    --tw-shadow-color: rgb(162 28 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/20 {
    --tw-shadow-color: rgb(162 28 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/25 {
    --tw-shadow-color: rgb(162 28 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/30 {
    --tw-shadow-color: rgb(162 28 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/35 {
    --tw-shadow-color: rgb(162 28 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/40 {
    --tw-shadow-color: rgb(162 28 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/45 {
    --tw-shadow-color: rgb(162 28 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/5 {
    --tw-shadow-color: rgb(162 28 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/50 {
    --tw-shadow-color: rgb(162 28 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/55 {
    --tw-shadow-color: rgb(162 28 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/60 {
    --tw-shadow-color: rgb(162 28 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/65 {
    --tw-shadow-color: rgb(162 28 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/70 {
    --tw-shadow-color: rgb(162 28 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/75 {
    --tw-shadow-color: rgb(162 28 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/80 {
    --tw-shadow-color: rgb(162 28 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/85 {
    --tw-shadow-color: rgb(162 28 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/90 {
    --tw-shadow-color: rgb(162 28 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-700\/95 {
    --tw-shadow-color: rgb(162 28 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800 {
    --tw-shadow-color: #86198f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/0 {
    --tw-shadow-color: rgb(134 25 143 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/10 {
    --tw-shadow-color: rgb(134 25 143 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/100 {
    --tw-shadow-color: rgb(134 25 143 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/15 {
    --tw-shadow-color: rgb(134 25 143 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/20 {
    --tw-shadow-color: rgb(134 25 143 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/25 {
    --tw-shadow-color: rgb(134 25 143 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/30 {
    --tw-shadow-color: rgb(134 25 143 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/35 {
    --tw-shadow-color: rgb(134 25 143 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/40 {
    --tw-shadow-color: rgb(134 25 143 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/45 {
    --tw-shadow-color: rgb(134 25 143 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/5 {
    --tw-shadow-color: rgb(134 25 143 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/50 {
    --tw-shadow-color: rgb(134 25 143 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/55 {
    --tw-shadow-color: rgb(134 25 143 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/60 {
    --tw-shadow-color: rgb(134 25 143 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/65 {
    --tw-shadow-color: rgb(134 25 143 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/70 {
    --tw-shadow-color: rgb(134 25 143 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/75 {
    --tw-shadow-color: rgb(134 25 143 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/80 {
    --tw-shadow-color: rgb(134 25 143 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/85 {
    --tw-shadow-color: rgb(134 25 143 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/90 {
    --tw-shadow-color: rgb(134 25 143 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-800\/95 {
    --tw-shadow-color: rgb(134 25 143 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900 {
    --tw-shadow-color: #701a75;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/0 {
    --tw-shadow-color: rgb(112 26 117 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/10 {
    --tw-shadow-color: rgb(112 26 117 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/100 {
    --tw-shadow-color: rgb(112 26 117 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/15 {
    --tw-shadow-color: rgb(112 26 117 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/20 {
    --tw-shadow-color: rgb(112 26 117 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/25 {
    --tw-shadow-color: rgb(112 26 117 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/30 {
    --tw-shadow-color: rgb(112 26 117 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/35 {
    --tw-shadow-color: rgb(112 26 117 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/40 {
    --tw-shadow-color: rgb(112 26 117 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/45 {
    --tw-shadow-color: rgb(112 26 117 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/5 {
    --tw-shadow-color: rgb(112 26 117 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/50 {
    --tw-shadow-color: rgb(112 26 117 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/55 {
    --tw-shadow-color: rgb(112 26 117 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/60 {
    --tw-shadow-color: rgb(112 26 117 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/65 {
    --tw-shadow-color: rgb(112 26 117 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/70 {
    --tw-shadow-color: rgb(112 26 117 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/75 {
    --tw-shadow-color: rgb(112 26 117 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/80 {
    --tw-shadow-color: rgb(112 26 117 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/85 {
    --tw-shadow-color: rgb(112 26 117 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/90 {
    --tw-shadow-color: rgb(112 26 117 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-900\/95 {
    --tw-shadow-color: rgb(112 26 117 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950 {
    --tw-shadow-color: #4a044e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/0 {
    --tw-shadow-color: rgb(74 4 78 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/10 {
    --tw-shadow-color: rgb(74 4 78 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/100 {
    --tw-shadow-color: rgb(74 4 78 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/15 {
    --tw-shadow-color: rgb(74 4 78 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/20 {
    --tw-shadow-color: rgb(74 4 78 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/25 {
    --tw-shadow-color: rgb(74 4 78 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/30 {
    --tw-shadow-color: rgb(74 4 78 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/35 {
    --tw-shadow-color: rgb(74 4 78 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/40 {
    --tw-shadow-color: rgb(74 4 78 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/45 {
    --tw-shadow-color: rgb(74 4 78 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/5 {
    --tw-shadow-color: rgb(74 4 78 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/50 {
    --tw-shadow-color: rgb(74 4 78 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/55 {
    --tw-shadow-color: rgb(74 4 78 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/60 {
    --tw-shadow-color: rgb(74 4 78 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/65 {
    --tw-shadow-color: rgb(74 4 78 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/70 {
    --tw-shadow-color: rgb(74 4 78 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/75 {
    --tw-shadow-color: rgb(74 4 78 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/80 {
    --tw-shadow-color: rgb(74 4 78 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/85 {
    --tw-shadow-color: rgb(74 4 78 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/90 {
    --tw-shadow-color: rgb(74 4 78 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-fuchsia-950\/95 {
    --tw-shadow-color: rgb(74 4 78 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100 {
    --tw-shadow-color: #f3f4f6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/0 {
    --tw-shadow-color: rgb(243 244 246 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/10 {
    --tw-shadow-color: rgb(243 244 246 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/100 {
    --tw-shadow-color: rgb(243 244 246 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/15 {
    --tw-shadow-color: rgb(243 244 246 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/20 {
    --tw-shadow-color: rgb(243 244 246 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/25 {
    --tw-shadow-color: rgb(243 244 246 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/30 {
    --tw-shadow-color: rgb(243 244 246 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/35 {
    --tw-shadow-color: rgb(243 244 246 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/40 {
    --tw-shadow-color: rgb(243 244 246 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/45 {
    --tw-shadow-color: rgb(243 244 246 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/5 {
    --tw-shadow-color: rgb(243 244 246 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/50 {
    --tw-shadow-color: rgb(243 244 246 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/55 {
    --tw-shadow-color: rgb(243 244 246 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/60 {
    --tw-shadow-color: rgb(243 244 246 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/65 {
    --tw-shadow-color: rgb(243 244 246 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/70 {
    --tw-shadow-color: rgb(243 244 246 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/75 {
    --tw-shadow-color: rgb(243 244 246 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/80 {
    --tw-shadow-color: rgb(243 244 246 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/85 {
    --tw-shadow-color: rgb(243 244 246 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/90 {
    --tw-shadow-color: rgb(243 244 246 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-100\/95 {
    --tw-shadow-color: rgb(243 244 246 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200 {
    --tw-shadow-color: #e5e7eb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/0 {
    --tw-shadow-color: rgb(229 231 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/10 {
    --tw-shadow-color: rgb(229 231 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/100 {
    --tw-shadow-color: rgb(229 231 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/15 {
    --tw-shadow-color: rgb(229 231 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/20 {
    --tw-shadow-color: rgb(229 231 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/25 {
    --tw-shadow-color: rgb(229 231 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/30 {
    --tw-shadow-color: rgb(229 231 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/35 {
    --tw-shadow-color: rgb(229 231 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/40 {
    --tw-shadow-color: rgb(229 231 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/45 {
    --tw-shadow-color: rgb(229 231 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/5 {
    --tw-shadow-color: rgb(229 231 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/50 {
    --tw-shadow-color: rgb(229 231 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/55 {
    --tw-shadow-color: rgb(229 231 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/60 {
    --tw-shadow-color: rgb(229 231 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/65 {
    --tw-shadow-color: rgb(229 231 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/70 {
    --tw-shadow-color: rgb(229 231 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/75 {
    --tw-shadow-color: rgb(229 231 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/80 {
    --tw-shadow-color: rgb(229 231 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/85 {
    --tw-shadow-color: rgb(229 231 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/90 {
    --tw-shadow-color: rgb(229 231 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-200\/95 {
    --tw-shadow-color: rgb(229 231 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300 {
    --tw-shadow-color: #d1d5db;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/0 {
    --tw-shadow-color: rgb(209 213 219 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/10 {
    --tw-shadow-color: rgb(209 213 219 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/100 {
    --tw-shadow-color: rgb(209 213 219 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/15 {
    --tw-shadow-color: rgb(209 213 219 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/20 {
    --tw-shadow-color: rgb(209 213 219 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/25 {
    --tw-shadow-color: rgb(209 213 219 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/30 {
    --tw-shadow-color: rgb(209 213 219 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/35 {
    --tw-shadow-color: rgb(209 213 219 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/40 {
    --tw-shadow-color: rgb(209 213 219 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/45 {
    --tw-shadow-color: rgb(209 213 219 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/5 {
    --tw-shadow-color: rgb(209 213 219 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/50 {
    --tw-shadow-color: rgb(209 213 219 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/55 {
    --tw-shadow-color: rgb(209 213 219 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/60 {
    --tw-shadow-color: rgb(209 213 219 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/65 {
    --tw-shadow-color: rgb(209 213 219 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/70 {
    --tw-shadow-color: rgb(209 213 219 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/75 {
    --tw-shadow-color: rgb(209 213 219 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/80 {
    --tw-shadow-color: rgb(209 213 219 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/85 {
    --tw-shadow-color: rgb(209 213 219 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/90 {
    --tw-shadow-color: rgb(209 213 219 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-300\/95 {
    --tw-shadow-color: rgb(209 213 219 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400 {
    --tw-shadow-color: #9ca3af;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/0 {
    --tw-shadow-color: rgb(156 163 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/10 {
    --tw-shadow-color: rgb(156 163 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/100 {
    --tw-shadow-color: rgb(156 163 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/15 {
    --tw-shadow-color: rgb(156 163 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/20 {
    --tw-shadow-color: rgb(156 163 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/25 {
    --tw-shadow-color: rgb(156 163 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/30 {
    --tw-shadow-color: rgb(156 163 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/35 {
    --tw-shadow-color: rgb(156 163 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/40 {
    --tw-shadow-color: rgb(156 163 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/45 {
    --tw-shadow-color: rgb(156 163 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/5 {
    --tw-shadow-color: rgb(156 163 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/50 {
    --tw-shadow-color: rgb(156 163 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/55 {
    --tw-shadow-color: rgb(156 163 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/60 {
    --tw-shadow-color: rgb(156 163 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/65 {
    --tw-shadow-color: rgb(156 163 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/70 {
    --tw-shadow-color: rgb(156 163 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/75 {
    --tw-shadow-color: rgb(156 163 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/80 {
    --tw-shadow-color: rgb(156 163 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/85 {
    --tw-shadow-color: rgb(156 163 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/90 {
    --tw-shadow-color: rgb(156 163 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-400\/95 {
    --tw-shadow-color: rgb(156 163 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50 {
    --tw-shadow-color: #f9fafb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/0 {
    --tw-shadow-color: rgb(249 250 251 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/10 {
    --tw-shadow-color: rgb(249 250 251 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/100 {
    --tw-shadow-color: rgb(249 250 251 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/15 {
    --tw-shadow-color: rgb(249 250 251 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/20 {
    --tw-shadow-color: rgb(249 250 251 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/25 {
    --tw-shadow-color: rgb(249 250 251 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/30 {
    --tw-shadow-color: rgb(249 250 251 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/35 {
    --tw-shadow-color: rgb(249 250 251 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/40 {
    --tw-shadow-color: rgb(249 250 251 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/45 {
    --tw-shadow-color: rgb(249 250 251 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/5 {
    --tw-shadow-color: rgb(249 250 251 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/50 {
    --tw-shadow-color: rgb(249 250 251 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/55 {
    --tw-shadow-color: rgb(249 250 251 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/60 {
    --tw-shadow-color: rgb(249 250 251 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/65 {
    --tw-shadow-color: rgb(249 250 251 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/70 {
    --tw-shadow-color: rgb(249 250 251 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/75 {
    --tw-shadow-color: rgb(249 250 251 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/80 {
    --tw-shadow-color: rgb(249 250 251 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/85 {
    --tw-shadow-color: rgb(249 250 251 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/90 {
    --tw-shadow-color: rgb(249 250 251 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-50\/95 {
    --tw-shadow-color: rgb(249 250 251 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500 {
    --tw-shadow-color: #6b7280;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/0 {
    --tw-shadow-color: rgb(107 114 128 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/10 {
    --tw-shadow-color: rgb(107 114 128 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/100 {
    --tw-shadow-color: rgb(107 114 128 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/15 {
    --tw-shadow-color: rgb(107 114 128 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/20 {
    --tw-shadow-color: rgb(107 114 128 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/25 {
    --tw-shadow-color: rgb(107 114 128 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/30 {
    --tw-shadow-color: rgb(107 114 128 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/35 {
    --tw-shadow-color: rgb(107 114 128 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/40 {
    --tw-shadow-color: rgb(107 114 128 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/45 {
    --tw-shadow-color: rgb(107 114 128 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/5 {
    --tw-shadow-color: rgb(107 114 128 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/50 {
    --tw-shadow-color: rgb(107 114 128 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/55 {
    --tw-shadow-color: rgb(107 114 128 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/60 {
    --tw-shadow-color: rgb(107 114 128 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/65 {
    --tw-shadow-color: rgb(107 114 128 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/70 {
    --tw-shadow-color: rgb(107 114 128 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/75 {
    --tw-shadow-color: rgb(107 114 128 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/80 {
    --tw-shadow-color: rgb(107 114 128 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/85 {
    --tw-shadow-color: rgb(107 114 128 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/90 {
    --tw-shadow-color: rgb(107 114 128 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-500\/95 {
    --tw-shadow-color: rgb(107 114 128 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600 {
    --tw-shadow-color: #4b5563;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/0 {
    --tw-shadow-color: rgb(75 85 99 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/10 {
    --tw-shadow-color: rgb(75 85 99 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/100 {
    --tw-shadow-color: rgb(75 85 99 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/15 {
    --tw-shadow-color: rgb(75 85 99 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/20 {
    --tw-shadow-color: rgb(75 85 99 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/25 {
    --tw-shadow-color: rgb(75 85 99 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/30 {
    --tw-shadow-color: rgb(75 85 99 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/35 {
    --tw-shadow-color: rgb(75 85 99 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/40 {
    --tw-shadow-color: rgb(75 85 99 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/45 {
    --tw-shadow-color: rgb(75 85 99 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/5 {
    --tw-shadow-color: rgb(75 85 99 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/50 {
    --tw-shadow-color: rgb(75 85 99 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/55 {
    --tw-shadow-color: rgb(75 85 99 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/60 {
    --tw-shadow-color: rgb(75 85 99 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/65 {
    --tw-shadow-color: rgb(75 85 99 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/70 {
    --tw-shadow-color: rgb(75 85 99 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/75 {
    --tw-shadow-color: rgb(75 85 99 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/80 {
    --tw-shadow-color: rgb(75 85 99 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/85 {
    --tw-shadow-color: rgb(75 85 99 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/90 {
    --tw-shadow-color: rgb(75 85 99 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-600\/95 {
    --tw-shadow-color: rgb(75 85 99 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700 {
    --tw-shadow-color: #374151;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/0 {
    --tw-shadow-color: rgb(55 65 81 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/10 {
    --tw-shadow-color: rgb(55 65 81 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/100 {
    --tw-shadow-color: rgb(55 65 81 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/15 {
    --tw-shadow-color: rgb(55 65 81 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/20 {
    --tw-shadow-color: rgb(55 65 81 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/25 {
    --tw-shadow-color: rgb(55 65 81 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/30 {
    --tw-shadow-color: rgb(55 65 81 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/35 {
    --tw-shadow-color: rgb(55 65 81 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/40 {
    --tw-shadow-color: rgb(55 65 81 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/45 {
    --tw-shadow-color: rgb(55 65 81 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/5 {
    --tw-shadow-color: rgb(55 65 81 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/50 {
    --tw-shadow-color: rgb(55 65 81 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/55 {
    --tw-shadow-color: rgb(55 65 81 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/60 {
    --tw-shadow-color: rgb(55 65 81 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/65 {
    --tw-shadow-color: rgb(55 65 81 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/70 {
    --tw-shadow-color: rgb(55 65 81 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/75 {
    --tw-shadow-color: rgb(55 65 81 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/80 {
    --tw-shadow-color: rgb(55 65 81 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/85 {
    --tw-shadow-color: rgb(55 65 81 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/90 {
    --tw-shadow-color: rgb(55 65 81 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-700\/95 {
    --tw-shadow-color: rgb(55 65 81 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800 {
    --tw-shadow-color: #1f2937;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/0 {
    --tw-shadow-color: rgb(31 41 55 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/10 {
    --tw-shadow-color: rgb(31 41 55 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/100 {
    --tw-shadow-color: rgb(31 41 55 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/15 {
    --tw-shadow-color: rgb(31 41 55 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/20 {
    --tw-shadow-color: rgb(31 41 55 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/25 {
    --tw-shadow-color: rgb(31 41 55 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/30 {
    --tw-shadow-color: rgb(31 41 55 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/35 {
    --tw-shadow-color: rgb(31 41 55 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/40 {
    --tw-shadow-color: rgb(31 41 55 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/45 {
    --tw-shadow-color: rgb(31 41 55 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/5 {
    --tw-shadow-color: rgb(31 41 55 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/50 {
    --tw-shadow-color: rgb(31 41 55 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/55 {
    --tw-shadow-color: rgb(31 41 55 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/60 {
    --tw-shadow-color: rgb(31 41 55 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/65 {
    --tw-shadow-color: rgb(31 41 55 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/70 {
    --tw-shadow-color: rgb(31 41 55 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/75 {
    --tw-shadow-color: rgb(31 41 55 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/80 {
    --tw-shadow-color: rgb(31 41 55 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/85 {
    --tw-shadow-color: rgb(31 41 55 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/90 {
    --tw-shadow-color: rgb(31 41 55 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-800\/95 {
    --tw-shadow-color: rgb(31 41 55 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900 {
    --tw-shadow-color: #111827;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/0 {
    --tw-shadow-color: rgb(17 24 39 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/10 {
    --tw-shadow-color: rgb(17 24 39 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/100 {
    --tw-shadow-color: rgb(17 24 39 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/15 {
    --tw-shadow-color: rgb(17 24 39 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/20 {
    --tw-shadow-color: rgb(17 24 39 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/25 {
    --tw-shadow-color: rgb(17 24 39 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/30 {
    --tw-shadow-color: rgb(17 24 39 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/35 {
    --tw-shadow-color: rgb(17 24 39 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/40 {
    --tw-shadow-color: rgb(17 24 39 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/45 {
    --tw-shadow-color: rgb(17 24 39 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/5 {
    --tw-shadow-color: rgb(17 24 39 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/50 {
    --tw-shadow-color: rgb(17 24 39 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/55 {
    --tw-shadow-color: rgb(17 24 39 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/60 {
    --tw-shadow-color: rgb(17 24 39 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/65 {
    --tw-shadow-color: rgb(17 24 39 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/70 {
    --tw-shadow-color: rgb(17 24 39 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/75 {
    --tw-shadow-color: rgb(17 24 39 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/80 {
    --tw-shadow-color: rgb(17 24 39 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/85 {
    --tw-shadow-color: rgb(17 24 39 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/90 {
    --tw-shadow-color: rgb(17 24 39 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-900\/95 {
    --tw-shadow-color: rgb(17 24 39 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950 {
    --tw-shadow-color: #030712;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/0 {
    --tw-shadow-color: rgb(3 7 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/10 {
    --tw-shadow-color: rgb(3 7 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/100 {
    --tw-shadow-color: rgb(3 7 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/15 {
    --tw-shadow-color: rgb(3 7 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/20 {
    --tw-shadow-color: rgb(3 7 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/25 {
    --tw-shadow-color: rgb(3 7 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/30 {
    --tw-shadow-color: rgb(3 7 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/35 {
    --tw-shadow-color: rgb(3 7 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/40 {
    --tw-shadow-color: rgb(3 7 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/45 {
    --tw-shadow-color: rgb(3 7 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/5 {
    --tw-shadow-color: rgb(3 7 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/50 {
    --tw-shadow-color: rgb(3 7 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/55 {
    --tw-shadow-color: rgb(3 7 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/60 {
    --tw-shadow-color: rgb(3 7 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/65 {
    --tw-shadow-color: rgb(3 7 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/70 {
    --tw-shadow-color: rgb(3 7 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/75 {
    --tw-shadow-color: rgb(3 7 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/80 {
    --tw-shadow-color: rgb(3 7 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/85 {
    --tw-shadow-color: rgb(3 7 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/90 {
    --tw-shadow-color: rgb(3 7 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-gray-950\/95 {
    --tw-shadow-color: rgb(3 7 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100 {
    --tw-shadow-color: #dcfce7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/0 {
    --tw-shadow-color: rgb(220 252 231 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/10 {
    --tw-shadow-color: rgb(220 252 231 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/100 {
    --tw-shadow-color: rgb(220 252 231 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/15 {
    --tw-shadow-color: rgb(220 252 231 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/20 {
    --tw-shadow-color: rgb(220 252 231 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/25 {
    --tw-shadow-color: rgb(220 252 231 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/30 {
    --tw-shadow-color: rgb(220 252 231 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/35 {
    --tw-shadow-color: rgb(220 252 231 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/40 {
    --tw-shadow-color: rgb(220 252 231 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/45 {
    --tw-shadow-color: rgb(220 252 231 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/5 {
    --tw-shadow-color: rgb(220 252 231 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/50 {
    --tw-shadow-color: rgb(220 252 231 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/55 {
    --tw-shadow-color: rgb(220 252 231 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/60 {
    --tw-shadow-color: rgb(220 252 231 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/65 {
    --tw-shadow-color: rgb(220 252 231 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/70 {
    --tw-shadow-color: rgb(220 252 231 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/75 {
    --tw-shadow-color: rgb(220 252 231 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/80 {
    --tw-shadow-color: rgb(220 252 231 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/85 {
    --tw-shadow-color: rgb(220 252 231 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/90 {
    --tw-shadow-color: rgb(220 252 231 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-100\/95 {
    --tw-shadow-color: rgb(220 252 231 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200 {
    --tw-shadow-color: #bbf7d0;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/0 {
    --tw-shadow-color: rgb(187 247 208 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/10 {
    --tw-shadow-color: rgb(187 247 208 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/100 {
    --tw-shadow-color: rgb(187 247 208 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/15 {
    --tw-shadow-color: rgb(187 247 208 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/20 {
    --tw-shadow-color: rgb(187 247 208 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/25 {
    --tw-shadow-color: rgb(187 247 208 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/30 {
    --tw-shadow-color: rgb(187 247 208 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/35 {
    --tw-shadow-color: rgb(187 247 208 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/40 {
    --tw-shadow-color: rgb(187 247 208 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/45 {
    --tw-shadow-color: rgb(187 247 208 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/5 {
    --tw-shadow-color: rgb(187 247 208 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/50 {
    --tw-shadow-color: rgb(187 247 208 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/55 {
    --tw-shadow-color: rgb(187 247 208 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/60 {
    --tw-shadow-color: rgb(187 247 208 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/65 {
    --tw-shadow-color: rgb(187 247 208 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/70 {
    --tw-shadow-color: rgb(187 247 208 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/75 {
    --tw-shadow-color: rgb(187 247 208 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/80 {
    --tw-shadow-color: rgb(187 247 208 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/85 {
    --tw-shadow-color: rgb(187 247 208 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/90 {
    --tw-shadow-color: rgb(187 247 208 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-200\/95 {
    --tw-shadow-color: rgb(187 247 208 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300 {
    --tw-shadow-color: #86efac;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/0 {
    --tw-shadow-color: rgb(134 239 172 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/10 {
    --tw-shadow-color: rgb(134 239 172 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/100 {
    --tw-shadow-color: rgb(134 239 172 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/15 {
    --tw-shadow-color: rgb(134 239 172 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/20 {
    --tw-shadow-color: rgb(134 239 172 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/25 {
    --tw-shadow-color: rgb(134 239 172 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/30 {
    --tw-shadow-color: rgb(134 239 172 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/35 {
    --tw-shadow-color: rgb(134 239 172 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/40 {
    --tw-shadow-color: rgb(134 239 172 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/45 {
    --tw-shadow-color: rgb(134 239 172 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/5 {
    --tw-shadow-color: rgb(134 239 172 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/50 {
    --tw-shadow-color: rgb(134 239 172 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/55 {
    --tw-shadow-color: rgb(134 239 172 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/60 {
    --tw-shadow-color: rgb(134 239 172 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/65 {
    --tw-shadow-color: rgb(134 239 172 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/70 {
    --tw-shadow-color: rgb(134 239 172 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/75 {
    --tw-shadow-color: rgb(134 239 172 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/80 {
    --tw-shadow-color: rgb(134 239 172 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/85 {
    --tw-shadow-color: rgb(134 239 172 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/90 {
    --tw-shadow-color: rgb(134 239 172 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-300\/95 {
    --tw-shadow-color: rgb(134 239 172 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400 {
    --tw-shadow-color: #4ade80;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/0 {
    --tw-shadow-color: rgb(74 222 128 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/10 {
    --tw-shadow-color: rgb(74 222 128 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/100 {
    --tw-shadow-color: rgb(74 222 128 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/15 {
    --tw-shadow-color: rgb(74 222 128 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/20 {
    --tw-shadow-color: rgb(74 222 128 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/25 {
    --tw-shadow-color: rgb(74 222 128 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/30 {
    --tw-shadow-color: rgb(74 222 128 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/35 {
    --tw-shadow-color: rgb(74 222 128 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/40 {
    --tw-shadow-color: rgb(74 222 128 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/45 {
    --tw-shadow-color: rgb(74 222 128 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/5 {
    --tw-shadow-color: rgb(74 222 128 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/50 {
    --tw-shadow-color: rgb(74 222 128 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/55 {
    --tw-shadow-color: rgb(74 222 128 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/60 {
    --tw-shadow-color: rgb(74 222 128 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/65 {
    --tw-shadow-color: rgb(74 222 128 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/70 {
    --tw-shadow-color: rgb(74 222 128 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/75 {
    --tw-shadow-color: rgb(74 222 128 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/80 {
    --tw-shadow-color: rgb(74 222 128 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/85 {
    --tw-shadow-color: rgb(74 222 128 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/90 {
    --tw-shadow-color: rgb(74 222 128 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-400\/95 {
    --tw-shadow-color: rgb(74 222 128 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50 {
    --tw-shadow-color: #f0fdf4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/0 {
    --tw-shadow-color: rgb(240 253 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/10 {
    --tw-shadow-color: rgb(240 253 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/100 {
    --tw-shadow-color: rgb(240 253 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/15 {
    --tw-shadow-color: rgb(240 253 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/20 {
    --tw-shadow-color: rgb(240 253 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/25 {
    --tw-shadow-color: rgb(240 253 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/30 {
    --tw-shadow-color: rgb(240 253 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/35 {
    --tw-shadow-color: rgb(240 253 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/40 {
    --tw-shadow-color: rgb(240 253 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/45 {
    --tw-shadow-color: rgb(240 253 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/5 {
    --tw-shadow-color: rgb(240 253 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/50 {
    --tw-shadow-color: rgb(240 253 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/55 {
    --tw-shadow-color: rgb(240 253 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/60 {
    --tw-shadow-color: rgb(240 253 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/65 {
    --tw-shadow-color: rgb(240 253 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/70 {
    --tw-shadow-color: rgb(240 253 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/75 {
    --tw-shadow-color: rgb(240 253 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/80 {
    --tw-shadow-color: rgb(240 253 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/85 {
    --tw-shadow-color: rgb(240 253 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/90 {
    --tw-shadow-color: rgb(240 253 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-50\/95 {
    --tw-shadow-color: rgb(240 253 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500 {
    --tw-shadow-color: #22c55e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/0 {
    --tw-shadow-color: rgb(34 197 94 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/10 {
    --tw-shadow-color: rgb(34 197 94 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/100 {
    --tw-shadow-color: rgb(34 197 94 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/15 {
    --tw-shadow-color: rgb(34 197 94 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/20 {
    --tw-shadow-color: rgb(34 197 94 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/25 {
    --tw-shadow-color: rgb(34 197 94 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/30 {
    --tw-shadow-color: rgb(34 197 94 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/35 {
    --tw-shadow-color: rgb(34 197 94 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/40 {
    --tw-shadow-color: rgb(34 197 94 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/45 {
    --tw-shadow-color: rgb(34 197 94 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/5 {
    --tw-shadow-color: rgb(34 197 94 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/50 {
    --tw-shadow-color: rgb(34 197 94 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/55 {
    --tw-shadow-color: rgb(34 197 94 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/60 {
    --tw-shadow-color: rgb(34 197 94 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/65 {
    --tw-shadow-color: rgb(34 197 94 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/70 {
    --tw-shadow-color: rgb(34 197 94 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/75 {
    --tw-shadow-color: rgb(34 197 94 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/80 {
    --tw-shadow-color: rgb(34 197 94 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/85 {
    --tw-shadow-color: rgb(34 197 94 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/90 {
    --tw-shadow-color: rgb(34 197 94 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-500\/95 {
    --tw-shadow-color: rgb(34 197 94 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600 {
    --tw-shadow-color: #16a34a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/0 {
    --tw-shadow-color: rgb(22 163 74 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/10 {
    --tw-shadow-color: rgb(22 163 74 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/100 {
    --tw-shadow-color: rgb(22 163 74 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/15 {
    --tw-shadow-color: rgb(22 163 74 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/20 {
    --tw-shadow-color: rgb(22 163 74 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/25 {
    --tw-shadow-color: rgb(22 163 74 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/30 {
    --tw-shadow-color: rgb(22 163 74 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/35 {
    --tw-shadow-color: rgb(22 163 74 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/40 {
    --tw-shadow-color: rgb(22 163 74 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/45 {
    --tw-shadow-color: rgb(22 163 74 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/5 {
    --tw-shadow-color: rgb(22 163 74 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/50 {
    --tw-shadow-color: rgb(22 163 74 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/55 {
    --tw-shadow-color: rgb(22 163 74 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/60 {
    --tw-shadow-color: rgb(22 163 74 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/65 {
    --tw-shadow-color: rgb(22 163 74 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/70 {
    --tw-shadow-color: rgb(22 163 74 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/75 {
    --tw-shadow-color: rgb(22 163 74 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/80 {
    --tw-shadow-color: rgb(22 163 74 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/85 {
    --tw-shadow-color: rgb(22 163 74 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/90 {
    --tw-shadow-color: rgb(22 163 74 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-600\/95 {
    --tw-shadow-color: rgb(22 163 74 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700 {
    --tw-shadow-color: #15803d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/0 {
    --tw-shadow-color: rgb(21 128 61 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/10 {
    --tw-shadow-color: rgb(21 128 61 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/100 {
    --tw-shadow-color: rgb(21 128 61 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/15 {
    --tw-shadow-color: rgb(21 128 61 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/20 {
    --tw-shadow-color: rgb(21 128 61 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/25 {
    --tw-shadow-color: rgb(21 128 61 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/30 {
    --tw-shadow-color: rgb(21 128 61 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/35 {
    --tw-shadow-color: rgb(21 128 61 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/40 {
    --tw-shadow-color: rgb(21 128 61 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/45 {
    --tw-shadow-color: rgb(21 128 61 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/5 {
    --tw-shadow-color: rgb(21 128 61 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/50 {
    --tw-shadow-color: rgb(21 128 61 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/55 {
    --tw-shadow-color: rgb(21 128 61 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/60 {
    --tw-shadow-color: rgb(21 128 61 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/65 {
    --tw-shadow-color: rgb(21 128 61 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/70 {
    --tw-shadow-color: rgb(21 128 61 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/75 {
    --tw-shadow-color: rgb(21 128 61 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/80 {
    --tw-shadow-color: rgb(21 128 61 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/85 {
    --tw-shadow-color: rgb(21 128 61 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/90 {
    --tw-shadow-color: rgb(21 128 61 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-700\/95 {
    --tw-shadow-color: rgb(21 128 61 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800 {
    --tw-shadow-color: #166534;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/0 {
    --tw-shadow-color: rgb(22 101 52 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/10 {
    --tw-shadow-color: rgb(22 101 52 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/100 {
    --tw-shadow-color: rgb(22 101 52 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/15 {
    --tw-shadow-color: rgb(22 101 52 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/20 {
    --tw-shadow-color: rgb(22 101 52 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/25 {
    --tw-shadow-color: rgb(22 101 52 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/30 {
    --tw-shadow-color: rgb(22 101 52 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/35 {
    --tw-shadow-color: rgb(22 101 52 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/40 {
    --tw-shadow-color: rgb(22 101 52 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/45 {
    --tw-shadow-color: rgb(22 101 52 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/5 {
    --tw-shadow-color: rgb(22 101 52 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/50 {
    --tw-shadow-color: rgb(22 101 52 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/55 {
    --tw-shadow-color: rgb(22 101 52 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/60 {
    --tw-shadow-color: rgb(22 101 52 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/65 {
    --tw-shadow-color: rgb(22 101 52 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/70 {
    --tw-shadow-color: rgb(22 101 52 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/75 {
    --tw-shadow-color: rgb(22 101 52 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/80 {
    --tw-shadow-color: rgb(22 101 52 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/85 {
    --tw-shadow-color: rgb(22 101 52 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/90 {
    --tw-shadow-color: rgb(22 101 52 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-800\/95 {
    --tw-shadow-color: rgb(22 101 52 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900 {
    --tw-shadow-color: #14532d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/0 {
    --tw-shadow-color: rgb(20 83 45 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/10 {
    --tw-shadow-color: rgb(20 83 45 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/100 {
    --tw-shadow-color: rgb(20 83 45 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/15 {
    --tw-shadow-color: rgb(20 83 45 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/20 {
    --tw-shadow-color: rgb(20 83 45 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/25 {
    --tw-shadow-color: rgb(20 83 45 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/30 {
    --tw-shadow-color: rgb(20 83 45 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/35 {
    --tw-shadow-color: rgb(20 83 45 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/40 {
    --tw-shadow-color: rgb(20 83 45 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/45 {
    --tw-shadow-color: rgb(20 83 45 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/5 {
    --tw-shadow-color: rgb(20 83 45 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/50 {
    --tw-shadow-color: rgb(20 83 45 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/55 {
    --tw-shadow-color: rgb(20 83 45 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/60 {
    --tw-shadow-color: rgb(20 83 45 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/65 {
    --tw-shadow-color: rgb(20 83 45 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/70 {
    --tw-shadow-color: rgb(20 83 45 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/75 {
    --tw-shadow-color: rgb(20 83 45 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/80 {
    --tw-shadow-color: rgb(20 83 45 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/85 {
    --tw-shadow-color: rgb(20 83 45 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/90 {
    --tw-shadow-color: rgb(20 83 45 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-900\/95 {
    --tw-shadow-color: rgb(20 83 45 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950 {
    --tw-shadow-color: #052e16;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/0 {
    --tw-shadow-color: rgb(5 46 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/10 {
    --tw-shadow-color: rgb(5 46 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/100 {
    --tw-shadow-color: rgb(5 46 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/15 {
    --tw-shadow-color: rgb(5 46 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/20 {
    --tw-shadow-color: rgb(5 46 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/25 {
    --tw-shadow-color: rgb(5 46 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/30 {
    --tw-shadow-color: rgb(5 46 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/35 {
    --tw-shadow-color: rgb(5 46 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/40 {
    --tw-shadow-color: rgb(5 46 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/45 {
    --tw-shadow-color: rgb(5 46 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/5 {
    --tw-shadow-color: rgb(5 46 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/50 {
    --tw-shadow-color: rgb(5 46 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/55 {
    --tw-shadow-color: rgb(5 46 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/60 {
    --tw-shadow-color: rgb(5 46 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/65 {
    --tw-shadow-color: rgb(5 46 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/70 {
    --tw-shadow-color: rgb(5 46 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/75 {
    --tw-shadow-color: rgb(5 46 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/80 {
    --tw-shadow-color: rgb(5 46 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/85 {
    --tw-shadow-color: rgb(5 46 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/90 {
    --tw-shadow-color: rgb(5 46 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-green-950\/95 {
    --tw-shadow-color: rgb(5 46 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100 {
    --tw-shadow-color: #e0e7ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/0 {
    --tw-shadow-color: rgb(224 231 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/10 {
    --tw-shadow-color: rgb(224 231 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/100 {
    --tw-shadow-color: rgb(224 231 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/15 {
    --tw-shadow-color: rgb(224 231 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/20 {
    --tw-shadow-color: rgb(224 231 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/25 {
    --tw-shadow-color: rgb(224 231 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/30 {
    --tw-shadow-color: rgb(224 231 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/35 {
    --tw-shadow-color: rgb(224 231 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/40 {
    --tw-shadow-color: rgb(224 231 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/45 {
    --tw-shadow-color: rgb(224 231 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/5 {
    --tw-shadow-color: rgb(224 231 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/50 {
    --tw-shadow-color: rgb(224 231 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/55 {
    --tw-shadow-color: rgb(224 231 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/60 {
    --tw-shadow-color: rgb(224 231 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/65 {
    --tw-shadow-color: rgb(224 231 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/70 {
    --tw-shadow-color: rgb(224 231 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/75 {
    --tw-shadow-color: rgb(224 231 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/80 {
    --tw-shadow-color: rgb(224 231 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/85 {
    --tw-shadow-color: rgb(224 231 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/90 {
    --tw-shadow-color: rgb(224 231 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-100\/95 {
    --tw-shadow-color: rgb(224 231 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200 {
    --tw-shadow-color: #c7d2fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/0 {
    --tw-shadow-color: rgb(199 210 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/10 {
    --tw-shadow-color: rgb(199 210 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/100 {
    --tw-shadow-color: rgb(199 210 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/15 {
    --tw-shadow-color: rgb(199 210 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/20 {
    --tw-shadow-color: rgb(199 210 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/25 {
    --tw-shadow-color: rgb(199 210 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/30 {
    --tw-shadow-color: rgb(199 210 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/35 {
    --tw-shadow-color: rgb(199 210 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/40 {
    --tw-shadow-color: rgb(199 210 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/45 {
    --tw-shadow-color: rgb(199 210 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/5 {
    --tw-shadow-color: rgb(199 210 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/50 {
    --tw-shadow-color: rgb(199 210 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/55 {
    --tw-shadow-color: rgb(199 210 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/60 {
    --tw-shadow-color: rgb(199 210 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/65 {
    --tw-shadow-color: rgb(199 210 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/70 {
    --tw-shadow-color: rgb(199 210 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/75 {
    --tw-shadow-color: rgb(199 210 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/80 {
    --tw-shadow-color: rgb(199 210 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/85 {
    --tw-shadow-color: rgb(199 210 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/90 {
    --tw-shadow-color: rgb(199 210 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-200\/95 {
    --tw-shadow-color: rgb(199 210 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300 {
    --tw-shadow-color: #a5b4fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/0 {
    --tw-shadow-color: rgb(165 180 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/10 {
    --tw-shadow-color: rgb(165 180 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/100 {
    --tw-shadow-color: rgb(165 180 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/15 {
    --tw-shadow-color: rgb(165 180 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/20 {
    --tw-shadow-color: rgb(165 180 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/25 {
    --tw-shadow-color: rgb(165 180 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/30 {
    --tw-shadow-color: rgb(165 180 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/35 {
    --tw-shadow-color: rgb(165 180 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/40 {
    --tw-shadow-color: rgb(165 180 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/45 {
    --tw-shadow-color: rgb(165 180 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/5 {
    --tw-shadow-color: rgb(165 180 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/50 {
    --tw-shadow-color: rgb(165 180 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/55 {
    --tw-shadow-color: rgb(165 180 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/60 {
    --tw-shadow-color: rgb(165 180 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/65 {
    --tw-shadow-color: rgb(165 180 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/70 {
    --tw-shadow-color: rgb(165 180 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/75 {
    --tw-shadow-color: rgb(165 180 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/80 {
    --tw-shadow-color: rgb(165 180 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/85 {
    --tw-shadow-color: rgb(165 180 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/90 {
    --tw-shadow-color: rgb(165 180 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-300\/95 {
    --tw-shadow-color: rgb(165 180 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400 {
    --tw-shadow-color: #818cf8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/0 {
    --tw-shadow-color: rgb(129 140 248 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/10 {
    --tw-shadow-color: rgb(129 140 248 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/100 {
    --tw-shadow-color: rgb(129 140 248 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/15 {
    --tw-shadow-color: rgb(129 140 248 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/20 {
    --tw-shadow-color: rgb(129 140 248 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/25 {
    --tw-shadow-color: rgb(129 140 248 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/30 {
    --tw-shadow-color: rgb(129 140 248 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/35 {
    --tw-shadow-color: rgb(129 140 248 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/40 {
    --tw-shadow-color: rgb(129 140 248 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/45 {
    --tw-shadow-color: rgb(129 140 248 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/5 {
    --tw-shadow-color: rgb(129 140 248 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/50 {
    --tw-shadow-color: rgb(129 140 248 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/55 {
    --tw-shadow-color: rgb(129 140 248 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/60 {
    --tw-shadow-color: rgb(129 140 248 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/65 {
    --tw-shadow-color: rgb(129 140 248 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/70 {
    --tw-shadow-color: rgb(129 140 248 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/75 {
    --tw-shadow-color: rgb(129 140 248 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/80 {
    --tw-shadow-color: rgb(129 140 248 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/85 {
    --tw-shadow-color: rgb(129 140 248 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/90 {
    --tw-shadow-color: rgb(129 140 248 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-400\/95 {
    --tw-shadow-color: rgb(129 140 248 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50 {
    --tw-shadow-color: #eef2ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/0 {
    --tw-shadow-color: rgb(238 242 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/10 {
    --tw-shadow-color: rgb(238 242 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/100 {
    --tw-shadow-color: rgb(238 242 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/15 {
    --tw-shadow-color: rgb(238 242 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/20 {
    --tw-shadow-color: rgb(238 242 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/25 {
    --tw-shadow-color: rgb(238 242 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/30 {
    --tw-shadow-color: rgb(238 242 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/35 {
    --tw-shadow-color: rgb(238 242 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/40 {
    --tw-shadow-color: rgb(238 242 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/45 {
    --tw-shadow-color: rgb(238 242 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/5 {
    --tw-shadow-color: rgb(238 242 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/50 {
    --tw-shadow-color: rgb(238 242 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/55 {
    --tw-shadow-color: rgb(238 242 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/60 {
    --tw-shadow-color: rgb(238 242 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/65 {
    --tw-shadow-color: rgb(238 242 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/70 {
    --tw-shadow-color: rgb(238 242 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/75 {
    --tw-shadow-color: rgb(238 242 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/80 {
    --tw-shadow-color: rgb(238 242 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/85 {
    --tw-shadow-color: rgb(238 242 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/90 {
    --tw-shadow-color: rgb(238 242 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-50\/95 {
    --tw-shadow-color: rgb(238 242 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500 {
    --tw-shadow-color: #6366f1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/0 {
    --tw-shadow-color: rgb(99 102 241 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/10 {
    --tw-shadow-color: rgb(99 102 241 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/100 {
    --tw-shadow-color: rgb(99 102 241 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/15 {
    --tw-shadow-color: rgb(99 102 241 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/20 {
    --tw-shadow-color: rgb(99 102 241 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/25 {
    --tw-shadow-color: rgb(99 102 241 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/30 {
    --tw-shadow-color: rgb(99 102 241 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/35 {
    --tw-shadow-color: rgb(99 102 241 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/40 {
    --tw-shadow-color: rgb(99 102 241 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/45 {
    --tw-shadow-color: rgb(99 102 241 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/5 {
    --tw-shadow-color: rgb(99 102 241 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/50 {
    --tw-shadow-color: rgb(99 102 241 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/55 {
    --tw-shadow-color: rgb(99 102 241 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/60 {
    --tw-shadow-color: rgb(99 102 241 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/65 {
    --tw-shadow-color: rgb(99 102 241 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/70 {
    --tw-shadow-color: rgb(99 102 241 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/75 {
    --tw-shadow-color: rgb(99 102 241 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/80 {
    --tw-shadow-color: rgb(99 102 241 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/85 {
    --tw-shadow-color: rgb(99 102 241 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/90 {
    --tw-shadow-color: rgb(99 102 241 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-500\/95 {
    --tw-shadow-color: rgb(99 102 241 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600 {
    --tw-shadow-color: #4f46e5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/0 {
    --tw-shadow-color: rgb(79 70 229 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/10 {
    --tw-shadow-color: rgb(79 70 229 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/100 {
    --tw-shadow-color: rgb(79 70 229 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/15 {
    --tw-shadow-color: rgb(79 70 229 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/20 {
    --tw-shadow-color: rgb(79 70 229 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/25 {
    --tw-shadow-color: rgb(79 70 229 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/30 {
    --tw-shadow-color: rgb(79 70 229 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/35 {
    --tw-shadow-color: rgb(79 70 229 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/40 {
    --tw-shadow-color: rgb(79 70 229 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/45 {
    --tw-shadow-color: rgb(79 70 229 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/5 {
    --tw-shadow-color: rgb(79 70 229 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/50 {
    --tw-shadow-color: rgb(79 70 229 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/55 {
    --tw-shadow-color: rgb(79 70 229 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/60 {
    --tw-shadow-color: rgb(79 70 229 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/65 {
    --tw-shadow-color: rgb(79 70 229 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/70 {
    --tw-shadow-color: rgb(79 70 229 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/75 {
    --tw-shadow-color: rgb(79 70 229 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/80 {
    --tw-shadow-color: rgb(79 70 229 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/85 {
    --tw-shadow-color: rgb(79 70 229 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/90 {
    --tw-shadow-color: rgb(79 70 229 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-600\/95 {
    --tw-shadow-color: rgb(79 70 229 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700 {
    --tw-shadow-color: #4338ca;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/0 {
    --tw-shadow-color: rgb(67 56 202 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/10 {
    --tw-shadow-color: rgb(67 56 202 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/100 {
    --tw-shadow-color: rgb(67 56 202 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/15 {
    --tw-shadow-color: rgb(67 56 202 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/20 {
    --tw-shadow-color: rgb(67 56 202 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/25 {
    --tw-shadow-color: rgb(67 56 202 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/30 {
    --tw-shadow-color: rgb(67 56 202 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/35 {
    --tw-shadow-color: rgb(67 56 202 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/40 {
    --tw-shadow-color: rgb(67 56 202 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/45 {
    --tw-shadow-color: rgb(67 56 202 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/5 {
    --tw-shadow-color: rgb(67 56 202 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/50 {
    --tw-shadow-color: rgb(67 56 202 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/55 {
    --tw-shadow-color: rgb(67 56 202 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/60 {
    --tw-shadow-color: rgb(67 56 202 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/65 {
    --tw-shadow-color: rgb(67 56 202 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/70 {
    --tw-shadow-color: rgb(67 56 202 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/75 {
    --tw-shadow-color: rgb(67 56 202 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/80 {
    --tw-shadow-color: rgb(67 56 202 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/85 {
    --tw-shadow-color: rgb(67 56 202 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/90 {
    --tw-shadow-color: rgb(67 56 202 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-700\/95 {
    --tw-shadow-color: rgb(67 56 202 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800 {
    --tw-shadow-color: #3730a3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/0 {
    --tw-shadow-color: rgb(55 48 163 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/10 {
    --tw-shadow-color: rgb(55 48 163 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/100 {
    --tw-shadow-color: rgb(55 48 163 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/15 {
    --tw-shadow-color: rgb(55 48 163 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/20 {
    --tw-shadow-color: rgb(55 48 163 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/25 {
    --tw-shadow-color: rgb(55 48 163 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/30 {
    --tw-shadow-color: rgb(55 48 163 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/35 {
    --tw-shadow-color: rgb(55 48 163 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/40 {
    --tw-shadow-color: rgb(55 48 163 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/45 {
    --tw-shadow-color: rgb(55 48 163 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/5 {
    --tw-shadow-color: rgb(55 48 163 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/50 {
    --tw-shadow-color: rgb(55 48 163 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/55 {
    --tw-shadow-color: rgb(55 48 163 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/60 {
    --tw-shadow-color: rgb(55 48 163 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/65 {
    --tw-shadow-color: rgb(55 48 163 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/70 {
    --tw-shadow-color: rgb(55 48 163 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/75 {
    --tw-shadow-color: rgb(55 48 163 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/80 {
    --tw-shadow-color: rgb(55 48 163 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/85 {
    --tw-shadow-color: rgb(55 48 163 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/90 {
    --tw-shadow-color: rgb(55 48 163 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-800\/95 {
    --tw-shadow-color: rgb(55 48 163 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900 {
    --tw-shadow-color: #312e81;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/0 {
    --tw-shadow-color: rgb(49 46 129 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/10 {
    --tw-shadow-color: rgb(49 46 129 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/100 {
    --tw-shadow-color: rgb(49 46 129 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/15 {
    --tw-shadow-color: rgb(49 46 129 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/20 {
    --tw-shadow-color: rgb(49 46 129 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/25 {
    --tw-shadow-color: rgb(49 46 129 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/30 {
    --tw-shadow-color: rgb(49 46 129 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/35 {
    --tw-shadow-color: rgb(49 46 129 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/40 {
    --tw-shadow-color: rgb(49 46 129 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/45 {
    --tw-shadow-color: rgb(49 46 129 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/5 {
    --tw-shadow-color: rgb(49 46 129 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/50 {
    --tw-shadow-color: rgb(49 46 129 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/55 {
    --tw-shadow-color: rgb(49 46 129 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/60 {
    --tw-shadow-color: rgb(49 46 129 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/65 {
    --tw-shadow-color: rgb(49 46 129 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/70 {
    --tw-shadow-color: rgb(49 46 129 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/75 {
    --tw-shadow-color: rgb(49 46 129 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/80 {
    --tw-shadow-color: rgb(49 46 129 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/85 {
    --tw-shadow-color: rgb(49 46 129 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/90 {
    --tw-shadow-color: rgb(49 46 129 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-900\/95 {
    --tw-shadow-color: rgb(49 46 129 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950 {
    --tw-shadow-color: #1e1b4b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/0 {
    --tw-shadow-color: rgb(30 27 75 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/10 {
    --tw-shadow-color: rgb(30 27 75 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/100 {
    --tw-shadow-color: rgb(30 27 75 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/15 {
    --tw-shadow-color: rgb(30 27 75 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/20 {
    --tw-shadow-color: rgb(30 27 75 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/25 {
    --tw-shadow-color: rgb(30 27 75 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/30 {
    --tw-shadow-color: rgb(30 27 75 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/35 {
    --tw-shadow-color: rgb(30 27 75 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/40 {
    --tw-shadow-color: rgb(30 27 75 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/45 {
    --tw-shadow-color: rgb(30 27 75 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/5 {
    --tw-shadow-color: rgb(30 27 75 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/50 {
    --tw-shadow-color: rgb(30 27 75 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/55 {
    --tw-shadow-color: rgb(30 27 75 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/60 {
    --tw-shadow-color: rgb(30 27 75 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/65 {
    --tw-shadow-color: rgb(30 27 75 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/70 {
    --tw-shadow-color: rgb(30 27 75 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/75 {
    --tw-shadow-color: rgb(30 27 75 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/80 {
    --tw-shadow-color: rgb(30 27 75 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/85 {
    --tw-shadow-color: rgb(30 27 75 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/90 {
    --tw-shadow-color: rgb(30 27 75 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-indigo-950\/95 {
    --tw-shadow-color: rgb(30 27 75 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-inherit {
    --tw-shadow-color: inherit;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100 {
    --tw-shadow-color: #ecfccb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/0 {
    --tw-shadow-color: rgb(236 252 203 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/10 {
    --tw-shadow-color: rgb(236 252 203 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/100 {
    --tw-shadow-color: rgb(236 252 203 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/15 {
    --tw-shadow-color: rgb(236 252 203 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/20 {
    --tw-shadow-color: rgb(236 252 203 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/25 {
    --tw-shadow-color: rgb(236 252 203 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/30 {
    --tw-shadow-color: rgb(236 252 203 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/35 {
    --tw-shadow-color: rgb(236 252 203 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/40 {
    --tw-shadow-color: rgb(236 252 203 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/45 {
    --tw-shadow-color: rgb(236 252 203 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/5 {
    --tw-shadow-color: rgb(236 252 203 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/50 {
    --tw-shadow-color: rgb(236 252 203 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/55 {
    --tw-shadow-color: rgb(236 252 203 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/60 {
    --tw-shadow-color: rgb(236 252 203 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/65 {
    --tw-shadow-color: rgb(236 252 203 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/70 {
    --tw-shadow-color: rgb(236 252 203 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/75 {
    --tw-shadow-color: rgb(236 252 203 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/80 {
    --tw-shadow-color: rgb(236 252 203 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/85 {
    --tw-shadow-color: rgb(236 252 203 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/90 {
    --tw-shadow-color: rgb(236 252 203 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-100\/95 {
    --tw-shadow-color: rgb(236 252 203 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200 {
    --tw-shadow-color: #d9f99d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/0 {
    --tw-shadow-color: rgb(217 249 157 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/10 {
    --tw-shadow-color: rgb(217 249 157 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/100 {
    --tw-shadow-color: rgb(217 249 157 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/15 {
    --tw-shadow-color: rgb(217 249 157 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/20 {
    --tw-shadow-color: rgb(217 249 157 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/25 {
    --tw-shadow-color: rgb(217 249 157 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/30 {
    --tw-shadow-color: rgb(217 249 157 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/35 {
    --tw-shadow-color: rgb(217 249 157 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/40 {
    --tw-shadow-color: rgb(217 249 157 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/45 {
    --tw-shadow-color: rgb(217 249 157 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/5 {
    --tw-shadow-color: rgb(217 249 157 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/50 {
    --tw-shadow-color: rgb(217 249 157 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/55 {
    --tw-shadow-color: rgb(217 249 157 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/60 {
    --tw-shadow-color: rgb(217 249 157 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/65 {
    --tw-shadow-color: rgb(217 249 157 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/70 {
    --tw-shadow-color: rgb(217 249 157 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/75 {
    --tw-shadow-color: rgb(217 249 157 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/80 {
    --tw-shadow-color: rgb(217 249 157 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/85 {
    --tw-shadow-color: rgb(217 249 157 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/90 {
    --tw-shadow-color: rgb(217 249 157 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-200\/95 {
    --tw-shadow-color: rgb(217 249 157 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300 {
    --tw-shadow-color: #bef264;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/0 {
    --tw-shadow-color: rgb(190 242 100 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/10 {
    --tw-shadow-color: rgb(190 242 100 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/100 {
    --tw-shadow-color: rgb(190 242 100 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/15 {
    --tw-shadow-color: rgb(190 242 100 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/20 {
    --tw-shadow-color: rgb(190 242 100 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/25 {
    --tw-shadow-color: rgb(190 242 100 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/30 {
    --tw-shadow-color: rgb(190 242 100 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/35 {
    --tw-shadow-color: rgb(190 242 100 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/40 {
    --tw-shadow-color: rgb(190 242 100 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/45 {
    --tw-shadow-color: rgb(190 242 100 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/5 {
    --tw-shadow-color: rgb(190 242 100 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/50 {
    --tw-shadow-color: rgb(190 242 100 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/55 {
    --tw-shadow-color: rgb(190 242 100 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/60 {
    --tw-shadow-color: rgb(190 242 100 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/65 {
    --tw-shadow-color: rgb(190 242 100 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/70 {
    --tw-shadow-color: rgb(190 242 100 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/75 {
    --tw-shadow-color: rgb(190 242 100 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/80 {
    --tw-shadow-color: rgb(190 242 100 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/85 {
    --tw-shadow-color: rgb(190 242 100 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/90 {
    --tw-shadow-color: rgb(190 242 100 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-300\/95 {
    --tw-shadow-color: rgb(190 242 100 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400 {
    --tw-shadow-color: #a3e635;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/0 {
    --tw-shadow-color: rgb(163 230 53 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/10 {
    --tw-shadow-color: rgb(163 230 53 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/100 {
    --tw-shadow-color: rgb(163 230 53 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/15 {
    --tw-shadow-color: rgb(163 230 53 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/20 {
    --tw-shadow-color: rgb(163 230 53 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/25 {
    --tw-shadow-color: rgb(163 230 53 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/30 {
    --tw-shadow-color: rgb(163 230 53 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/35 {
    --tw-shadow-color: rgb(163 230 53 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/40 {
    --tw-shadow-color: rgb(163 230 53 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/45 {
    --tw-shadow-color: rgb(163 230 53 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/5 {
    --tw-shadow-color: rgb(163 230 53 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/50 {
    --tw-shadow-color: rgb(163 230 53 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/55 {
    --tw-shadow-color: rgb(163 230 53 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/60 {
    --tw-shadow-color: rgb(163 230 53 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/65 {
    --tw-shadow-color: rgb(163 230 53 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/70 {
    --tw-shadow-color: rgb(163 230 53 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/75 {
    --tw-shadow-color: rgb(163 230 53 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/80 {
    --tw-shadow-color: rgb(163 230 53 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/85 {
    --tw-shadow-color: rgb(163 230 53 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/90 {
    --tw-shadow-color: rgb(163 230 53 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-400\/95 {
    --tw-shadow-color: rgb(163 230 53 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50 {
    --tw-shadow-color: #f7fee7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/0 {
    --tw-shadow-color: rgb(247 254 231 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/10 {
    --tw-shadow-color: rgb(247 254 231 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/100 {
    --tw-shadow-color: rgb(247 254 231 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/15 {
    --tw-shadow-color: rgb(247 254 231 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/20 {
    --tw-shadow-color: rgb(247 254 231 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/25 {
    --tw-shadow-color: rgb(247 254 231 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/30 {
    --tw-shadow-color: rgb(247 254 231 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/35 {
    --tw-shadow-color: rgb(247 254 231 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/40 {
    --tw-shadow-color: rgb(247 254 231 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/45 {
    --tw-shadow-color: rgb(247 254 231 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/5 {
    --tw-shadow-color: rgb(247 254 231 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/50 {
    --tw-shadow-color: rgb(247 254 231 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/55 {
    --tw-shadow-color: rgb(247 254 231 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/60 {
    --tw-shadow-color: rgb(247 254 231 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/65 {
    --tw-shadow-color: rgb(247 254 231 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/70 {
    --tw-shadow-color: rgb(247 254 231 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/75 {
    --tw-shadow-color: rgb(247 254 231 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/80 {
    --tw-shadow-color: rgb(247 254 231 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/85 {
    --tw-shadow-color: rgb(247 254 231 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/90 {
    --tw-shadow-color: rgb(247 254 231 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-50\/95 {
    --tw-shadow-color: rgb(247 254 231 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500 {
    --tw-shadow-color: #84cc16;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/0 {
    --tw-shadow-color: rgb(132 204 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/10 {
    --tw-shadow-color: rgb(132 204 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/100 {
    --tw-shadow-color: rgb(132 204 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/15 {
    --tw-shadow-color: rgb(132 204 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/20 {
    --tw-shadow-color: rgb(132 204 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/25 {
    --tw-shadow-color: rgb(132 204 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/30 {
    --tw-shadow-color: rgb(132 204 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/35 {
    --tw-shadow-color: rgb(132 204 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/40 {
    --tw-shadow-color: rgb(132 204 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/45 {
    --tw-shadow-color: rgb(132 204 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/5 {
    --tw-shadow-color: rgb(132 204 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/50 {
    --tw-shadow-color: rgb(132 204 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/55 {
    --tw-shadow-color: rgb(132 204 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/60 {
    --tw-shadow-color: rgb(132 204 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/65 {
    --tw-shadow-color: rgb(132 204 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/70 {
    --tw-shadow-color: rgb(132 204 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/75 {
    --tw-shadow-color: rgb(132 204 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/80 {
    --tw-shadow-color: rgb(132 204 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/85 {
    --tw-shadow-color: rgb(132 204 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/90 {
    --tw-shadow-color: rgb(132 204 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-500\/95 {
    --tw-shadow-color: rgb(132 204 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600 {
    --tw-shadow-color: #65a30d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/0 {
    --tw-shadow-color: rgb(101 163 13 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/10 {
    --tw-shadow-color: rgb(101 163 13 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/100 {
    --tw-shadow-color: rgb(101 163 13 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/15 {
    --tw-shadow-color: rgb(101 163 13 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/20 {
    --tw-shadow-color: rgb(101 163 13 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/25 {
    --tw-shadow-color: rgb(101 163 13 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/30 {
    --tw-shadow-color: rgb(101 163 13 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/35 {
    --tw-shadow-color: rgb(101 163 13 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/40 {
    --tw-shadow-color: rgb(101 163 13 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/45 {
    --tw-shadow-color: rgb(101 163 13 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/5 {
    --tw-shadow-color: rgb(101 163 13 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/50 {
    --tw-shadow-color: rgb(101 163 13 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/55 {
    --tw-shadow-color: rgb(101 163 13 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/60 {
    --tw-shadow-color: rgb(101 163 13 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/65 {
    --tw-shadow-color: rgb(101 163 13 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/70 {
    --tw-shadow-color: rgb(101 163 13 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/75 {
    --tw-shadow-color: rgb(101 163 13 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/80 {
    --tw-shadow-color: rgb(101 163 13 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/85 {
    --tw-shadow-color: rgb(101 163 13 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/90 {
    --tw-shadow-color: rgb(101 163 13 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-600\/95 {
    --tw-shadow-color: rgb(101 163 13 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700 {
    --tw-shadow-color: #4d7c0f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/0 {
    --tw-shadow-color: rgb(77 124 15 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/10 {
    --tw-shadow-color: rgb(77 124 15 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/100 {
    --tw-shadow-color: rgb(77 124 15 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/15 {
    --tw-shadow-color: rgb(77 124 15 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/20 {
    --tw-shadow-color: rgb(77 124 15 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/25 {
    --tw-shadow-color: rgb(77 124 15 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/30 {
    --tw-shadow-color: rgb(77 124 15 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/35 {
    --tw-shadow-color: rgb(77 124 15 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/40 {
    --tw-shadow-color: rgb(77 124 15 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/45 {
    --tw-shadow-color: rgb(77 124 15 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/5 {
    --tw-shadow-color: rgb(77 124 15 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/50 {
    --tw-shadow-color: rgb(77 124 15 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/55 {
    --tw-shadow-color: rgb(77 124 15 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/60 {
    --tw-shadow-color: rgb(77 124 15 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/65 {
    --tw-shadow-color: rgb(77 124 15 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/70 {
    --tw-shadow-color: rgb(77 124 15 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/75 {
    --tw-shadow-color: rgb(77 124 15 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/80 {
    --tw-shadow-color: rgb(77 124 15 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/85 {
    --tw-shadow-color: rgb(77 124 15 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/90 {
    --tw-shadow-color: rgb(77 124 15 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-700\/95 {
    --tw-shadow-color: rgb(77 124 15 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800 {
    --tw-shadow-color: #3f6212;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/0 {
    --tw-shadow-color: rgb(63 98 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/10 {
    --tw-shadow-color: rgb(63 98 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/100 {
    --tw-shadow-color: rgb(63 98 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/15 {
    --tw-shadow-color: rgb(63 98 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/20 {
    --tw-shadow-color: rgb(63 98 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/25 {
    --tw-shadow-color: rgb(63 98 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/30 {
    --tw-shadow-color: rgb(63 98 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/35 {
    --tw-shadow-color: rgb(63 98 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/40 {
    --tw-shadow-color: rgb(63 98 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/45 {
    --tw-shadow-color: rgb(63 98 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/5 {
    --tw-shadow-color: rgb(63 98 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/50 {
    --tw-shadow-color: rgb(63 98 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/55 {
    --tw-shadow-color: rgb(63 98 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/60 {
    --tw-shadow-color: rgb(63 98 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/65 {
    --tw-shadow-color: rgb(63 98 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/70 {
    --tw-shadow-color: rgb(63 98 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/75 {
    --tw-shadow-color: rgb(63 98 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/80 {
    --tw-shadow-color: rgb(63 98 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/85 {
    --tw-shadow-color: rgb(63 98 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/90 {
    --tw-shadow-color: rgb(63 98 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-800\/95 {
    --tw-shadow-color: rgb(63 98 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900 {
    --tw-shadow-color: #365314;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/0 {
    --tw-shadow-color: rgb(54 83 20 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/10 {
    --tw-shadow-color: rgb(54 83 20 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/100 {
    --tw-shadow-color: rgb(54 83 20 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/15 {
    --tw-shadow-color: rgb(54 83 20 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/20 {
    --tw-shadow-color: rgb(54 83 20 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/25 {
    --tw-shadow-color: rgb(54 83 20 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/30 {
    --tw-shadow-color: rgb(54 83 20 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/35 {
    --tw-shadow-color: rgb(54 83 20 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/40 {
    --tw-shadow-color: rgb(54 83 20 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/45 {
    --tw-shadow-color: rgb(54 83 20 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/5 {
    --tw-shadow-color: rgb(54 83 20 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/50 {
    --tw-shadow-color: rgb(54 83 20 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/55 {
    --tw-shadow-color: rgb(54 83 20 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/60 {
    --tw-shadow-color: rgb(54 83 20 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/65 {
    --tw-shadow-color: rgb(54 83 20 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/70 {
    --tw-shadow-color: rgb(54 83 20 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/75 {
    --tw-shadow-color: rgb(54 83 20 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/80 {
    --tw-shadow-color: rgb(54 83 20 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/85 {
    --tw-shadow-color: rgb(54 83 20 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/90 {
    --tw-shadow-color: rgb(54 83 20 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-900\/95 {
    --tw-shadow-color: rgb(54 83 20 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950 {
    --tw-shadow-color: #1a2e05;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/0 {
    --tw-shadow-color: rgb(26 46 5 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/10 {
    --tw-shadow-color: rgb(26 46 5 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/100 {
    --tw-shadow-color: rgb(26 46 5 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/15 {
    --tw-shadow-color: rgb(26 46 5 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/20 {
    --tw-shadow-color: rgb(26 46 5 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/25 {
    --tw-shadow-color: rgb(26 46 5 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/30 {
    --tw-shadow-color: rgb(26 46 5 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/35 {
    --tw-shadow-color: rgb(26 46 5 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/40 {
    --tw-shadow-color: rgb(26 46 5 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/45 {
    --tw-shadow-color: rgb(26 46 5 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/5 {
    --tw-shadow-color: rgb(26 46 5 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/50 {
    --tw-shadow-color: rgb(26 46 5 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/55 {
    --tw-shadow-color: rgb(26 46 5 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/60 {
    --tw-shadow-color: rgb(26 46 5 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/65 {
    --tw-shadow-color: rgb(26 46 5 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/70 {
    --tw-shadow-color: rgb(26 46 5 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/75 {
    --tw-shadow-color: rgb(26 46 5 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/80 {
    --tw-shadow-color: rgb(26 46 5 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/85 {
    --tw-shadow-color: rgb(26 46 5 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/90 {
    --tw-shadow-color: rgb(26 46 5 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-lime-950\/95 {
    --tw-shadow-color: rgb(26 46 5 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100 {
    --tw-shadow-color: #f6f5f4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/0 {
    --tw-shadow-color: rgb(246 245 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/10 {
    --tw-shadow-color: rgb(246 245 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/100 {
    --tw-shadow-color: rgb(246 245 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/15 {
    --tw-shadow-color: rgb(246 245 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/20 {
    --tw-shadow-color: rgb(246 245 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/25 {
    --tw-shadow-color: rgb(246 245 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/30 {
    --tw-shadow-color: rgb(246 245 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/35 {
    --tw-shadow-color: rgb(246 245 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/40 {
    --tw-shadow-color: rgb(246 245 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/45 {
    --tw-shadow-color: rgb(246 245 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/5 {
    --tw-shadow-color: rgb(246 245 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/50 {
    --tw-shadow-color: rgb(246 245 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/55 {
    --tw-shadow-color: rgb(246 245 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/60 {
    --tw-shadow-color: rgb(246 245 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/65 {
    --tw-shadow-color: rgb(246 245 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/70 {
    --tw-shadow-color: rgb(246 245 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/75 {
    --tw-shadow-color: rgb(246 245 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/80 {
    --tw-shadow-color: rgb(246 245 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/85 {
    --tw-shadow-color: rgb(246 245 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/90 {
    --tw-shadow-color: rgb(246 245 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-100\/95 {
    --tw-shadow-color: rgb(246 245 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200 {
    --tw-shadow-color: #e9e6e3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/0 {
    --tw-shadow-color: rgb(233 230 227 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/10 {
    --tw-shadow-color: rgb(233 230 227 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/100 {
    --tw-shadow-color: rgb(233 230 227 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/15 {
    --tw-shadow-color: rgb(233 230 227 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/20 {
    --tw-shadow-color: rgb(233 230 227 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/25 {
    --tw-shadow-color: rgb(233 230 227 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/30 {
    --tw-shadow-color: rgb(233 230 227 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/35 {
    --tw-shadow-color: rgb(233 230 227 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/40 {
    --tw-shadow-color: rgb(233 230 227 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/45 {
    --tw-shadow-color: rgb(233 230 227 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/5 {
    --tw-shadow-color: rgb(233 230 227 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/50 {
    --tw-shadow-color: rgb(233 230 227 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/55 {
    --tw-shadow-color: rgb(233 230 227 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/60 {
    --tw-shadow-color: rgb(233 230 227 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/65 {
    --tw-shadow-color: rgb(233 230 227 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/70 {
    --tw-shadow-color: rgb(233 230 227 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/75 {
    --tw-shadow-color: rgb(233 230 227 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/80 {
    --tw-shadow-color: rgb(233 230 227 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/85 {
    --tw-shadow-color: rgb(233 230 227 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/90 {
    --tw-shadow-color: rgb(233 230 227 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-200\/95 {
    --tw-shadow-color: rgb(233 230 227 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300 {
    --tw-shadow-color: #d7d2cd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/0 {
    --tw-shadow-color: rgb(215 210 205 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/10 {
    --tw-shadow-color: rgb(215 210 205 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/100 {
    --tw-shadow-color: rgb(215 210 205 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/15 {
    --tw-shadow-color: rgb(215 210 205 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/20 {
    --tw-shadow-color: rgb(215 210 205 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/25 {
    --tw-shadow-color: rgb(215 210 205 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/30 {
    --tw-shadow-color: rgb(215 210 205 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/35 {
    --tw-shadow-color: rgb(215 210 205 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/40 {
    --tw-shadow-color: rgb(215 210 205 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/45 {
    --tw-shadow-color: rgb(215 210 205 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/5 {
    --tw-shadow-color: rgb(215 210 205 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/50 {
    --tw-shadow-color: rgb(215 210 205 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/55 {
    --tw-shadow-color: rgb(215 210 205 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/60 {
    --tw-shadow-color: rgb(215 210 205 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/65 {
    --tw-shadow-color: rgb(215 210 205 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/70 {
    --tw-shadow-color: rgb(215 210 205 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/75 {
    --tw-shadow-color: rgb(215 210 205 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/80 {
    --tw-shadow-color: rgb(215 210 205 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/85 {
    --tw-shadow-color: rgb(215 210 205 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/90 {
    --tw-shadow-color: rgb(215 210 205 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-300\/95 {
    --tw-shadow-color: rgb(215 210 205 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400 {
    --tw-shadow-color: #afa8a1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/0 {
    --tw-shadow-color: rgb(175 168 161 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/10 {
    --tw-shadow-color: rgb(175 168 161 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/100 {
    --tw-shadow-color: rgb(175 168 161 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/15 {
    --tw-shadow-color: rgb(175 168 161 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/20 {
    --tw-shadow-color: rgb(175 168 161 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/25 {
    --tw-shadow-color: rgb(175 168 161 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/30 {
    --tw-shadow-color: rgb(175 168 161 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/35 {
    --tw-shadow-color: rgb(175 168 161 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/40 {
    --tw-shadow-color: rgb(175 168 161 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/45 {
    --tw-shadow-color: rgb(175 168 161 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/5 {
    --tw-shadow-color: rgb(175 168 161 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/50 {
    --tw-shadow-color: rgb(175 168 161 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/55 {
    --tw-shadow-color: rgb(175 168 161 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/60 {
    --tw-shadow-color: rgb(175 168 161 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/65 {
    --tw-shadow-color: rgb(175 168 161 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/70 {
    --tw-shadow-color: rgb(175 168 161 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/75 {
    --tw-shadow-color: rgb(175 168 161 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/80 {
    --tw-shadow-color: rgb(175 168 161 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/85 {
    --tw-shadow-color: rgb(175 168 161 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/90 {
    --tw-shadow-color: rgb(175 168 161 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-400\/95 {
    --tw-shadow-color: rgb(175 168 161 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50 {
    --tw-shadow-color: #fbfaf9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/0 {
    --tw-shadow-color: rgb(251 250 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/10 {
    --tw-shadow-color: rgb(251 250 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/100 {
    --tw-shadow-color: rgb(251 250 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/15 {
    --tw-shadow-color: rgb(251 250 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/20 {
    --tw-shadow-color: rgb(251 250 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/25 {
    --tw-shadow-color: rgb(251 250 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/30 {
    --tw-shadow-color: rgb(251 250 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/35 {
    --tw-shadow-color: rgb(251 250 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/40 {
    --tw-shadow-color: rgb(251 250 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/45 {
    --tw-shadow-color: rgb(251 250 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/5 {
    --tw-shadow-color: rgb(251 250 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/50 {
    --tw-shadow-color: rgb(251 250 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/55 {
    --tw-shadow-color: rgb(251 250 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/60 {
    --tw-shadow-color: rgb(251 250 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/65 {
    --tw-shadow-color: rgb(251 250 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/70 {
    --tw-shadow-color: rgb(251 250 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/75 {
    --tw-shadow-color: rgb(251 250 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/80 {
    --tw-shadow-color: rgb(251 250 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/85 {
    --tw-shadow-color: rgb(251 250 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/90 {
    --tw-shadow-color: rgb(251 250 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-50\/95 {
    --tw-shadow-color: rgb(251 250 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500 {
    --tw-shadow-color: #817971;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/0 {
    --tw-shadow-color: rgb(129 121 113 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/10 {
    --tw-shadow-color: rgb(129 121 113 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/100 {
    --tw-shadow-color: rgb(129 121 113 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/15 {
    --tw-shadow-color: rgb(129 121 113 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/20 {
    --tw-shadow-color: rgb(129 121 113 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/25 {
    --tw-shadow-color: rgb(129 121 113 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/30 {
    --tw-shadow-color: rgb(129 121 113 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/35 {
    --tw-shadow-color: rgb(129 121 113 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/40 {
    --tw-shadow-color: rgb(129 121 113 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/45 {
    --tw-shadow-color: rgb(129 121 113 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/5 {
    --tw-shadow-color: rgb(129 121 113 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/50 {
    --tw-shadow-color: rgb(129 121 113 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/55 {
    --tw-shadow-color: rgb(129 121 113 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/60 {
    --tw-shadow-color: rgb(129 121 113 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/65 {
    --tw-shadow-color: rgb(129 121 113 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/70 {
    --tw-shadow-color: rgb(129 121 113 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/75 {
    --tw-shadow-color: rgb(129 121 113 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/80 {
    --tw-shadow-color: rgb(129 121 113 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/85 {
    --tw-shadow-color: rgb(129 121 113 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/90 {
    --tw-shadow-color: rgb(129 121 113 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-500\/95 {
    --tw-shadow-color: rgb(129 121 113 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600 {
    --tw-shadow-color: #605952;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/0 {
    --tw-shadow-color: rgb(96 89 82 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/10 {
    --tw-shadow-color: rgb(96 89 82 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/100 {
    --tw-shadow-color: rgb(96 89 82 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/15 {
    --tw-shadow-color: rgb(96 89 82 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/20 {
    --tw-shadow-color: rgb(96 89 82 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/25 {
    --tw-shadow-color: rgb(96 89 82 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/30 {
    --tw-shadow-color: rgb(96 89 82 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/35 {
    --tw-shadow-color: rgb(96 89 82 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/40 {
    --tw-shadow-color: rgb(96 89 82 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/45 {
    --tw-shadow-color: rgb(96 89 82 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/5 {
    --tw-shadow-color: rgb(96 89 82 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/50 {
    --tw-shadow-color: rgb(96 89 82 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/55 {
    --tw-shadow-color: rgb(96 89 82 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/60 {
    --tw-shadow-color: rgb(96 89 82 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/65 {
    --tw-shadow-color: rgb(96 89 82 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/70 {
    --tw-shadow-color: rgb(96 89 82 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/75 {
    --tw-shadow-color: rgb(96 89 82 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/80 {
    --tw-shadow-color: rgb(96 89 82 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/85 {
    --tw-shadow-color: rgb(96 89 82 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/90 {
    --tw-shadow-color: rgb(96 89 82 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-600\/95 {
    --tw-shadow-color: rgb(96 89 82 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700 {
    --tw-shadow-color: #49443f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/0 {
    --tw-shadow-color: rgb(73 68 63 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/10 {
    --tw-shadow-color: rgb(73 68 63 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/100 {
    --tw-shadow-color: rgb(73 68 63 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/15 {
    --tw-shadow-color: rgb(73 68 63 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/20 {
    --tw-shadow-color: rgb(73 68 63 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/25 {
    --tw-shadow-color: rgb(73 68 63 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/30 {
    --tw-shadow-color: rgb(73 68 63 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/35 {
    --tw-shadow-color: rgb(73 68 63 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/40 {
    --tw-shadow-color: rgb(73 68 63 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/45 {
    --tw-shadow-color: rgb(73 68 63 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/5 {
    --tw-shadow-color: rgb(73 68 63 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/50 {
    --tw-shadow-color: rgb(73 68 63 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/55 {
    --tw-shadow-color: rgb(73 68 63 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/60 {
    --tw-shadow-color: rgb(73 68 63 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/65 {
    --tw-shadow-color: rgb(73 68 63 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/70 {
    --tw-shadow-color: rgb(73 68 63 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/75 {
    --tw-shadow-color: rgb(73 68 63 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/80 {
    --tw-shadow-color: rgb(73 68 63 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/85 {
    --tw-shadow-color: rgb(73 68 63 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/90 {
    --tw-shadow-color: rgb(73 68 63 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-700\/95 {
    --tw-shadow-color: rgb(73 68 63 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800 {
    --tw-shadow-color: #302d2a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/0 {
    --tw-shadow-color: rgb(48 45 42 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/10 {
    --tw-shadow-color: rgb(48 45 42 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/100 {
    --tw-shadow-color: rgb(48 45 42 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/15 {
    --tw-shadow-color: rgb(48 45 42 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/20 {
    --tw-shadow-color: rgb(48 45 42 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/25 {
    --tw-shadow-color: rgb(48 45 42 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/30 {
    --tw-shadow-color: rgb(48 45 42 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/35 {
    --tw-shadow-color: rgb(48 45 42 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/40 {
    --tw-shadow-color: rgb(48 45 42 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/45 {
    --tw-shadow-color: rgb(48 45 42 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/5 {
    --tw-shadow-color: rgb(48 45 42 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/50 {
    --tw-shadow-color: rgb(48 45 42 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/55 {
    --tw-shadow-color: rgb(48 45 42 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/60 {
    --tw-shadow-color: rgb(48 45 42 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/65 {
    --tw-shadow-color: rgb(48 45 42 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/70 {
    --tw-shadow-color: rgb(48 45 42 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/75 {
    --tw-shadow-color: rgb(48 45 42 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/80 {
    --tw-shadow-color: rgb(48 45 42 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/85 {
    --tw-shadow-color: rgb(48 45 42 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/90 {
    --tw-shadow-color: rgb(48 45 42 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-800\/95 {
    --tw-shadow-color: rgb(48 45 42 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900 {
    --tw-shadow-color: #211f1d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/0 {
    --tw-shadow-color: rgb(33 31 29 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/10 {
    --tw-shadow-color: rgb(33 31 29 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/100 {
    --tw-shadow-color: rgb(33 31 29 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/15 {
    --tw-shadow-color: rgb(33 31 29 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/20 {
    --tw-shadow-color: rgb(33 31 29 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/25 {
    --tw-shadow-color: rgb(33 31 29 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/30 {
    --tw-shadow-color: rgb(33 31 29 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/35 {
    --tw-shadow-color: rgb(33 31 29 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/40 {
    --tw-shadow-color: rgb(33 31 29 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/45 {
    --tw-shadow-color: rgb(33 31 29 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/5 {
    --tw-shadow-color: rgb(33 31 29 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/50 {
    --tw-shadow-color: rgb(33 31 29 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/55 {
    --tw-shadow-color: rgb(33 31 29 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/60 {
    --tw-shadow-color: rgb(33 31 29 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/65 {
    --tw-shadow-color: rgb(33 31 29 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/70 {
    --tw-shadow-color: rgb(33 31 29 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/75 {
    --tw-shadow-color: rgb(33 31 29 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/80 {
    --tw-shadow-color: rgb(33 31 29 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/85 {
    --tw-shadow-color: rgb(33 31 29 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/90 {
    --tw-shadow-color: rgb(33 31 29 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-900\/95 {
    --tw-shadow-color: rgb(33 31 29 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950 {
    --tw-shadow-color: #121110;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/0 {
    --tw-shadow-color: rgb(18 17 16 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/10 {
    --tw-shadow-color: rgb(18 17 16 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/100 {
    --tw-shadow-color: rgb(18 17 16 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/15 {
    --tw-shadow-color: rgb(18 17 16 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/20 {
    --tw-shadow-color: rgb(18 17 16 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/25 {
    --tw-shadow-color: rgb(18 17 16 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/30 {
    --tw-shadow-color: rgb(18 17 16 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/35 {
    --tw-shadow-color: rgb(18 17 16 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/40 {
    --tw-shadow-color: rgb(18 17 16 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/45 {
    --tw-shadow-color: rgb(18 17 16 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/5 {
    --tw-shadow-color: rgb(18 17 16 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/50 {
    --tw-shadow-color: rgb(18 17 16 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/55 {
    --tw-shadow-color: rgb(18 17 16 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/60 {
    --tw-shadow-color: rgb(18 17 16 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/65 {
    --tw-shadow-color: rgb(18 17 16 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/70 {
    --tw-shadow-color: rgb(18 17 16 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/75 {
    --tw-shadow-color: rgb(18 17 16 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/80 {
    --tw-shadow-color: rgb(18 17 16 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/85 {
    --tw-shadow-color: rgb(18 17 16 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/90 {
    --tw-shadow-color: rgb(18 17 16 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-neutral-950\/95 {
    --tw-shadow-color: rgb(18 17 16 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100 {
    --tw-shadow-color: #ffedd5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/0 {
    --tw-shadow-color: rgb(255 237 213 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/10 {
    --tw-shadow-color: rgb(255 237 213 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/100 {
    --tw-shadow-color: rgb(255 237 213 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/15 {
    --tw-shadow-color: rgb(255 237 213 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/20 {
    --tw-shadow-color: rgb(255 237 213 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/25 {
    --tw-shadow-color: rgb(255 237 213 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/30 {
    --tw-shadow-color: rgb(255 237 213 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/35 {
    --tw-shadow-color: rgb(255 237 213 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/40 {
    --tw-shadow-color: rgb(255 237 213 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/45 {
    --tw-shadow-color: rgb(255 237 213 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/5 {
    --tw-shadow-color: rgb(255 237 213 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/50 {
    --tw-shadow-color: rgb(255 237 213 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/55 {
    --tw-shadow-color: rgb(255 237 213 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/60 {
    --tw-shadow-color: rgb(255 237 213 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/65 {
    --tw-shadow-color: rgb(255 237 213 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/70 {
    --tw-shadow-color: rgb(255 237 213 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/75 {
    --tw-shadow-color: rgb(255 237 213 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/80 {
    --tw-shadow-color: rgb(255 237 213 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/85 {
    --tw-shadow-color: rgb(255 237 213 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/90 {
    --tw-shadow-color: rgb(255 237 213 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-100\/95 {
    --tw-shadow-color: rgb(255 237 213 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200 {
    --tw-shadow-color: #fed7aa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/0 {
    --tw-shadow-color: rgb(254 215 170 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/10 {
    --tw-shadow-color: rgb(254 215 170 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/100 {
    --tw-shadow-color: rgb(254 215 170 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/15 {
    --tw-shadow-color: rgb(254 215 170 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/20 {
    --tw-shadow-color: rgb(254 215 170 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/25 {
    --tw-shadow-color: rgb(254 215 170 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/30 {
    --tw-shadow-color: rgb(254 215 170 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/35 {
    --tw-shadow-color: rgb(254 215 170 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/40 {
    --tw-shadow-color: rgb(254 215 170 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/45 {
    --tw-shadow-color: rgb(254 215 170 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/5 {
    --tw-shadow-color: rgb(254 215 170 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/50 {
    --tw-shadow-color: rgb(254 215 170 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/55 {
    --tw-shadow-color: rgb(254 215 170 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/60 {
    --tw-shadow-color: rgb(254 215 170 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/65 {
    --tw-shadow-color: rgb(254 215 170 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/70 {
    --tw-shadow-color: rgb(254 215 170 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/75 {
    --tw-shadow-color: rgb(254 215 170 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/80 {
    --tw-shadow-color: rgb(254 215 170 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/85 {
    --tw-shadow-color: rgb(254 215 170 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/90 {
    --tw-shadow-color: rgb(254 215 170 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-200\/95 {
    --tw-shadow-color: rgb(254 215 170 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300 {
    --tw-shadow-color: #fdba74;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/0 {
    --tw-shadow-color: rgb(253 186 116 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/10 {
    --tw-shadow-color: rgb(253 186 116 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/100 {
    --tw-shadow-color: rgb(253 186 116 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/15 {
    --tw-shadow-color: rgb(253 186 116 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/20 {
    --tw-shadow-color: rgb(253 186 116 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/25 {
    --tw-shadow-color: rgb(253 186 116 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/30 {
    --tw-shadow-color: rgb(253 186 116 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/35 {
    --tw-shadow-color: rgb(253 186 116 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/40 {
    --tw-shadow-color: rgb(253 186 116 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/45 {
    --tw-shadow-color: rgb(253 186 116 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/5 {
    --tw-shadow-color: rgb(253 186 116 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/50 {
    --tw-shadow-color: rgb(253 186 116 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/55 {
    --tw-shadow-color: rgb(253 186 116 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/60 {
    --tw-shadow-color: rgb(253 186 116 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/65 {
    --tw-shadow-color: rgb(253 186 116 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/70 {
    --tw-shadow-color: rgb(253 186 116 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/75 {
    --tw-shadow-color: rgb(253 186 116 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/80 {
    --tw-shadow-color: rgb(253 186 116 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/85 {
    --tw-shadow-color: rgb(253 186 116 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/90 {
    --tw-shadow-color: rgb(253 186 116 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-300\/95 {
    --tw-shadow-color: rgb(253 186 116 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400 {
    --tw-shadow-color: #fb923c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/0 {
    --tw-shadow-color: rgb(251 146 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/10 {
    --tw-shadow-color: rgb(251 146 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/100 {
    --tw-shadow-color: rgb(251 146 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/15 {
    --tw-shadow-color: rgb(251 146 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/20 {
    --tw-shadow-color: rgb(251 146 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/25 {
    --tw-shadow-color: rgb(251 146 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/30 {
    --tw-shadow-color: rgb(251 146 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/35 {
    --tw-shadow-color: rgb(251 146 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/40 {
    --tw-shadow-color: rgb(251 146 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/45 {
    --tw-shadow-color: rgb(251 146 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/5 {
    --tw-shadow-color: rgb(251 146 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/50 {
    --tw-shadow-color: rgb(251 146 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/55 {
    --tw-shadow-color: rgb(251 146 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/60 {
    --tw-shadow-color: rgb(251 146 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/65 {
    --tw-shadow-color: rgb(251 146 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/70 {
    --tw-shadow-color: rgb(251 146 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/75 {
    --tw-shadow-color: rgb(251 146 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/80 {
    --tw-shadow-color: rgb(251 146 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/85 {
    --tw-shadow-color: rgb(251 146 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/90 {
    --tw-shadow-color: rgb(251 146 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-400\/95 {
    --tw-shadow-color: rgb(251 146 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50 {
    --tw-shadow-color: #fff7ed;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/0 {
    --tw-shadow-color: rgb(255 247 237 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/10 {
    --tw-shadow-color: rgb(255 247 237 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/100 {
    --tw-shadow-color: rgb(255 247 237 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/15 {
    --tw-shadow-color: rgb(255 247 237 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/20 {
    --tw-shadow-color: rgb(255 247 237 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/25 {
    --tw-shadow-color: rgb(255 247 237 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/30 {
    --tw-shadow-color: rgb(255 247 237 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/35 {
    --tw-shadow-color: rgb(255 247 237 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/40 {
    --tw-shadow-color: rgb(255 247 237 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/45 {
    --tw-shadow-color: rgb(255 247 237 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/5 {
    --tw-shadow-color: rgb(255 247 237 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/50 {
    --tw-shadow-color: rgb(255 247 237 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/55 {
    --tw-shadow-color: rgb(255 247 237 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/60 {
    --tw-shadow-color: rgb(255 247 237 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/65 {
    --tw-shadow-color: rgb(255 247 237 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/70 {
    --tw-shadow-color: rgb(255 247 237 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/75 {
    --tw-shadow-color: rgb(255 247 237 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/80 {
    --tw-shadow-color: rgb(255 247 237 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/85 {
    --tw-shadow-color: rgb(255 247 237 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/90 {
    --tw-shadow-color: rgb(255 247 237 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-50\/95 {
    --tw-shadow-color: rgb(255 247 237 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500 {
    --tw-shadow-color: #f97316;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/0 {
    --tw-shadow-color: rgb(249 115 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/10 {
    --tw-shadow-color: rgb(249 115 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/100 {
    --tw-shadow-color: rgb(249 115 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/15 {
    --tw-shadow-color: rgb(249 115 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/20 {
    --tw-shadow-color: rgb(249 115 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/25 {
    --tw-shadow-color: rgb(249 115 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/30 {
    --tw-shadow-color: rgb(249 115 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/35 {
    --tw-shadow-color: rgb(249 115 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/40 {
    --tw-shadow-color: rgb(249 115 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/45 {
    --tw-shadow-color: rgb(249 115 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/5 {
    --tw-shadow-color: rgb(249 115 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/50 {
    --tw-shadow-color: rgb(249 115 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/55 {
    --tw-shadow-color: rgb(249 115 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/60 {
    --tw-shadow-color: rgb(249 115 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/65 {
    --tw-shadow-color: rgb(249 115 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/70 {
    --tw-shadow-color: rgb(249 115 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/75 {
    --tw-shadow-color: rgb(249 115 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/80 {
    --tw-shadow-color: rgb(249 115 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/85 {
    --tw-shadow-color: rgb(249 115 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/90 {
    --tw-shadow-color: rgb(249 115 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-500\/95 {
    --tw-shadow-color: rgb(249 115 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600 {
    --tw-shadow-color: #ea580c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/0 {
    --tw-shadow-color: rgb(234 88 12 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/10 {
    --tw-shadow-color: rgb(234 88 12 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/100 {
    --tw-shadow-color: rgb(234 88 12 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/15 {
    --tw-shadow-color: rgb(234 88 12 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/20 {
    --tw-shadow-color: rgb(234 88 12 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/25 {
    --tw-shadow-color: rgb(234 88 12 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/30 {
    --tw-shadow-color: rgb(234 88 12 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/35 {
    --tw-shadow-color: rgb(234 88 12 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/40 {
    --tw-shadow-color: rgb(234 88 12 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/45 {
    --tw-shadow-color: rgb(234 88 12 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/5 {
    --tw-shadow-color: rgb(234 88 12 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/50 {
    --tw-shadow-color: rgb(234 88 12 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/55 {
    --tw-shadow-color: rgb(234 88 12 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/60 {
    --tw-shadow-color: rgb(234 88 12 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/65 {
    --tw-shadow-color: rgb(234 88 12 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/70 {
    --tw-shadow-color: rgb(234 88 12 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/75 {
    --tw-shadow-color: rgb(234 88 12 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/80 {
    --tw-shadow-color: rgb(234 88 12 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/85 {
    --tw-shadow-color: rgb(234 88 12 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/90 {
    --tw-shadow-color: rgb(234 88 12 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-600\/95 {
    --tw-shadow-color: rgb(234 88 12 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700 {
    --tw-shadow-color: #c2410c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/0 {
    --tw-shadow-color: rgb(194 65 12 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/10 {
    --tw-shadow-color: rgb(194 65 12 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/100 {
    --tw-shadow-color: rgb(194 65 12 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/15 {
    --tw-shadow-color: rgb(194 65 12 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/20 {
    --tw-shadow-color: rgb(194 65 12 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/25 {
    --tw-shadow-color: rgb(194 65 12 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/30 {
    --tw-shadow-color: rgb(194 65 12 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/35 {
    --tw-shadow-color: rgb(194 65 12 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/40 {
    --tw-shadow-color: rgb(194 65 12 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/45 {
    --tw-shadow-color: rgb(194 65 12 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/5 {
    --tw-shadow-color: rgb(194 65 12 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/50 {
    --tw-shadow-color: rgb(194 65 12 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/55 {
    --tw-shadow-color: rgb(194 65 12 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/60 {
    --tw-shadow-color: rgb(194 65 12 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/65 {
    --tw-shadow-color: rgb(194 65 12 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/70 {
    --tw-shadow-color: rgb(194 65 12 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/75 {
    --tw-shadow-color: rgb(194 65 12 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/80 {
    --tw-shadow-color: rgb(194 65 12 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/85 {
    --tw-shadow-color: rgb(194 65 12 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/90 {
    --tw-shadow-color: rgb(194 65 12 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-700\/95 {
    --tw-shadow-color: rgb(194 65 12 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800 {
    --tw-shadow-color: #9a3412;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/0 {
    --tw-shadow-color: rgb(154 52 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/10 {
    --tw-shadow-color: rgb(154 52 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/100 {
    --tw-shadow-color: rgb(154 52 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/15 {
    --tw-shadow-color: rgb(154 52 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/20 {
    --tw-shadow-color: rgb(154 52 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/25 {
    --tw-shadow-color: rgb(154 52 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/30 {
    --tw-shadow-color: rgb(154 52 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/35 {
    --tw-shadow-color: rgb(154 52 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/40 {
    --tw-shadow-color: rgb(154 52 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/45 {
    --tw-shadow-color: rgb(154 52 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/5 {
    --tw-shadow-color: rgb(154 52 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/50 {
    --tw-shadow-color: rgb(154 52 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/55 {
    --tw-shadow-color: rgb(154 52 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/60 {
    --tw-shadow-color: rgb(154 52 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/65 {
    --tw-shadow-color: rgb(154 52 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/70 {
    --tw-shadow-color: rgb(154 52 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/75 {
    --tw-shadow-color: rgb(154 52 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/80 {
    --tw-shadow-color: rgb(154 52 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/85 {
    --tw-shadow-color: rgb(154 52 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/90 {
    --tw-shadow-color: rgb(154 52 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-800\/95 {
    --tw-shadow-color: rgb(154 52 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900 {
    --tw-shadow-color: #7c2d12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/0 {
    --tw-shadow-color: rgb(124 45 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/10 {
    --tw-shadow-color: rgb(124 45 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/100 {
    --tw-shadow-color: rgb(124 45 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/15 {
    --tw-shadow-color: rgb(124 45 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/20 {
    --tw-shadow-color: rgb(124 45 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/25 {
    --tw-shadow-color: rgb(124 45 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/30 {
    --tw-shadow-color: rgb(124 45 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/35 {
    --tw-shadow-color: rgb(124 45 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/40 {
    --tw-shadow-color: rgb(124 45 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/45 {
    --tw-shadow-color: rgb(124 45 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/5 {
    --tw-shadow-color: rgb(124 45 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/50 {
    --tw-shadow-color: rgb(124 45 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/55 {
    --tw-shadow-color: rgb(124 45 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/60 {
    --tw-shadow-color: rgb(124 45 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/65 {
    --tw-shadow-color: rgb(124 45 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/70 {
    --tw-shadow-color: rgb(124 45 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/75 {
    --tw-shadow-color: rgb(124 45 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/80 {
    --tw-shadow-color: rgb(124 45 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/85 {
    --tw-shadow-color: rgb(124 45 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/90 {
    --tw-shadow-color: rgb(124 45 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-900\/95 {
    --tw-shadow-color: rgb(124 45 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950 {
    --tw-shadow-color: #431407;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/0 {
    --tw-shadow-color: rgb(67 20 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/10 {
    --tw-shadow-color: rgb(67 20 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/100 {
    --tw-shadow-color: rgb(67 20 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/15 {
    --tw-shadow-color: rgb(67 20 7 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/20 {
    --tw-shadow-color: rgb(67 20 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/25 {
    --tw-shadow-color: rgb(67 20 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/30 {
    --tw-shadow-color: rgb(67 20 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/35 {
    --tw-shadow-color: rgb(67 20 7 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/40 {
    --tw-shadow-color: rgb(67 20 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/45 {
    --tw-shadow-color: rgb(67 20 7 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/5 {
    --tw-shadow-color: rgb(67 20 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/50 {
    --tw-shadow-color: rgb(67 20 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/55 {
    --tw-shadow-color: rgb(67 20 7 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/60 {
    --tw-shadow-color: rgb(67 20 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/65 {
    --tw-shadow-color: rgb(67 20 7 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/70 {
    --tw-shadow-color: rgb(67 20 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/75 {
    --tw-shadow-color: rgb(67 20 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/80 {
    --tw-shadow-color: rgb(67 20 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/85 {
    --tw-shadow-color: rgb(67 20 7 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/90 {
    --tw-shadow-color: rgb(67 20 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-orange-950\/95 {
    --tw-shadow-color: rgb(67 20 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100 {
    --tw-shadow-color: #fce7f3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/0 {
    --tw-shadow-color: rgb(252 231 243 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/10 {
    --tw-shadow-color: rgb(252 231 243 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/100 {
    --tw-shadow-color: rgb(252 231 243 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/15 {
    --tw-shadow-color: rgb(252 231 243 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/20 {
    --tw-shadow-color: rgb(252 231 243 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/25 {
    --tw-shadow-color: rgb(252 231 243 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/30 {
    --tw-shadow-color: rgb(252 231 243 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/35 {
    --tw-shadow-color: rgb(252 231 243 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/40 {
    --tw-shadow-color: rgb(252 231 243 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/45 {
    --tw-shadow-color: rgb(252 231 243 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/5 {
    --tw-shadow-color: rgb(252 231 243 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/50 {
    --tw-shadow-color: rgb(252 231 243 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/55 {
    --tw-shadow-color: rgb(252 231 243 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/60 {
    --tw-shadow-color: rgb(252 231 243 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/65 {
    --tw-shadow-color: rgb(252 231 243 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/70 {
    --tw-shadow-color: rgb(252 231 243 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/75 {
    --tw-shadow-color: rgb(252 231 243 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/80 {
    --tw-shadow-color: rgb(252 231 243 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/85 {
    --tw-shadow-color: rgb(252 231 243 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/90 {
    --tw-shadow-color: rgb(252 231 243 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-100\/95 {
    --tw-shadow-color: rgb(252 231 243 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200 {
    --tw-shadow-color: #fbcfe8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/0 {
    --tw-shadow-color: rgb(251 207 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/10 {
    --tw-shadow-color: rgb(251 207 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/100 {
    --tw-shadow-color: rgb(251 207 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/15 {
    --tw-shadow-color: rgb(251 207 232 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/20 {
    --tw-shadow-color: rgb(251 207 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/25 {
    --tw-shadow-color: rgb(251 207 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/30 {
    --tw-shadow-color: rgb(251 207 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/35 {
    --tw-shadow-color: rgb(251 207 232 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/40 {
    --tw-shadow-color: rgb(251 207 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/45 {
    --tw-shadow-color: rgb(251 207 232 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/5 {
    --tw-shadow-color: rgb(251 207 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/50 {
    --tw-shadow-color: rgb(251 207 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/55 {
    --tw-shadow-color: rgb(251 207 232 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/60 {
    --tw-shadow-color: rgb(251 207 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/65 {
    --tw-shadow-color: rgb(251 207 232 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/70 {
    --tw-shadow-color: rgb(251 207 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/75 {
    --tw-shadow-color: rgb(251 207 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/80 {
    --tw-shadow-color: rgb(251 207 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/85 {
    --tw-shadow-color: rgb(251 207 232 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/90 {
    --tw-shadow-color: rgb(251 207 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-200\/95 {
    --tw-shadow-color: rgb(251 207 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300 {
    --tw-shadow-color: #f9a8d4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/0 {
    --tw-shadow-color: rgb(249 168 212 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/10 {
    --tw-shadow-color: rgb(249 168 212 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/100 {
    --tw-shadow-color: rgb(249 168 212 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/15 {
    --tw-shadow-color: rgb(249 168 212 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/20 {
    --tw-shadow-color: rgb(249 168 212 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/25 {
    --tw-shadow-color: rgb(249 168 212 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/30 {
    --tw-shadow-color: rgb(249 168 212 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/35 {
    --tw-shadow-color: rgb(249 168 212 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/40 {
    --tw-shadow-color: rgb(249 168 212 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/45 {
    --tw-shadow-color: rgb(249 168 212 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/5 {
    --tw-shadow-color: rgb(249 168 212 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/50 {
    --tw-shadow-color: rgb(249 168 212 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/55 {
    --tw-shadow-color: rgb(249 168 212 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/60 {
    --tw-shadow-color: rgb(249 168 212 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/65 {
    --tw-shadow-color: rgb(249 168 212 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/70 {
    --tw-shadow-color: rgb(249 168 212 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/75 {
    --tw-shadow-color: rgb(249 168 212 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/80 {
    --tw-shadow-color: rgb(249 168 212 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/85 {
    --tw-shadow-color: rgb(249 168 212 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/90 {
    --tw-shadow-color: rgb(249 168 212 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-300\/95 {
    --tw-shadow-color: rgb(249 168 212 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400 {
    --tw-shadow-color: #f472b6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/0 {
    --tw-shadow-color: rgb(244 114 182 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/10 {
    --tw-shadow-color: rgb(244 114 182 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/100 {
    --tw-shadow-color: rgb(244 114 182 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/15 {
    --tw-shadow-color: rgb(244 114 182 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/20 {
    --tw-shadow-color: rgb(244 114 182 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/25 {
    --tw-shadow-color: rgb(244 114 182 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/30 {
    --tw-shadow-color: rgb(244 114 182 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/35 {
    --tw-shadow-color: rgb(244 114 182 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/40 {
    --tw-shadow-color: rgb(244 114 182 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/45 {
    --tw-shadow-color: rgb(244 114 182 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/5 {
    --tw-shadow-color: rgb(244 114 182 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/50 {
    --tw-shadow-color: rgb(244 114 182 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/55 {
    --tw-shadow-color: rgb(244 114 182 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/60 {
    --tw-shadow-color: rgb(244 114 182 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/65 {
    --tw-shadow-color: rgb(244 114 182 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/70 {
    --tw-shadow-color: rgb(244 114 182 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/75 {
    --tw-shadow-color: rgb(244 114 182 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/80 {
    --tw-shadow-color: rgb(244 114 182 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/85 {
    --tw-shadow-color: rgb(244 114 182 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/90 {
    --tw-shadow-color: rgb(244 114 182 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-400\/95 {
    --tw-shadow-color: rgb(244 114 182 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50 {
    --tw-shadow-color: #fdf2f8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/0 {
    --tw-shadow-color: rgb(253 242 248 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/10 {
    --tw-shadow-color: rgb(253 242 248 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/100 {
    --tw-shadow-color: rgb(253 242 248 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/15 {
    --tw-shadow-color: rgb(253 242 248 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/20 {
    --tw-shadow-color: rgb(253 242 248 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/25 {
    --tw-shadow-color: rgb(253 242 248 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/30 {
    --tw-shadow-color: rgb(253 242 248 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/35 {
    --tw-shadow-color: rgb(253 242 248 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/40 {
    --tw-shadow-color: rgb(253 242 248 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/45 {
    --tw-shadow-color: rgb(253 242 248 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/5 {
    --tw-shadow-color: rgb(253 242 248 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/50 {
    --tw-shadow-color: rgb(253 242 248 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/55 {
    --tw-shadow-color: rgb(253 242 248 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/60 {
    --tw-shadow-color: rgb(253 242 248 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/65 {
    --tw-shadow-color: rgb(253 242 248 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/70 {
    --tw-shadow-color: rgb(253 242 248 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/75 {
    --tw-shadow-color: rgb(253 242 248 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/80 {
    --tw-shadow-color: rgb(253 242 248 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/85 {
    --tw-shadow-color: rgb(253 242 248 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/90 {
    --tw-shadow-color: rgb(253 242 248 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-50\/95 {
    --tw-shadow-color: rgb(253 242 248 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500 {
    --tw-shadow-color: #ec4899;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/0 {
    --tw-shadow-color: rgb(236 72 153 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/10 {
    --tw-shadow-color: rgb(236 72 153 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/100 {
    --tw-shadow-color: rgb(236 72 153 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/15 {
    --tw-shadow-color: rgb(236 72 153 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/20 {
    --tw-shadow-color: rgb(236 72 153 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/25 {
    --tw-shadow-color: rgb(236 72 153 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/30 {
    --tw-shadow-color: rgb(236 72 153 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/35 {
    --tw-shadow-color: rgb(236 72 153 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/40 {
    --tw-shadow-color: rgb(236 72 153 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/45 {
    --tw-shadow-color: rgb(236 72 153 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/5 {
    --tw-shadow-color: rgb(236 72 153 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/50 {
    --tw-shadow-color: rgb(236 72 153 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/55 {
    --tw-shadow-color: rgb(236 72 153 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/60 {
    --tw-shadow-color: rgb(236 72 153 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/65 {
    --tw-shadow-color: rgb(236 72 153 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/70 {
    --tw-shadow-color: rgb(236 72 153 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/75 {
    --tw-shadow-color: rgb(236 72 153 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/80 {
    --tw-shadow-color: rgb(236 72 153 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/85 {
    --tw-shadow-color: rgb(236 72 153 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/90 {
    --tw-shadow-color: rgb(236 72 153 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-500\/95 {
    --tw-shadow-color: rgb(236 72 153 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600 {
    --tw-shadow-color: #db2777;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/0 {
    --tw-shadow-color: rgb(219 39 119 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/10 {
    --tw-shadow-color: rgb(219 39 119 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/100 {
    --tw-shadow-color: rgb(219 39 119 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/15 {
    --tw-shadow-color: rgb(219 39 119 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/20 {
    --tw-shadow-color: rgb(219 39 119 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/25 {
    --tw-shadow-color: rgb(219 39 119 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/30 {
    --tw-shadow-color: rgb(219 39 119 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/35 {
    --tw-shadow-color: rgb(219 39 119 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/40 {
    --tw-shadow-color: rgb(219 39 119 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/45 {
    --tw-shadow-color: rgb(219 39 119 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/5 {
    --tw-shadow-color: rgb(219 39 119 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/50 {
    --tw-shadow-color: rgb(219 39 119 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/55 {
    --tw-shadow-color: rgb(219 39 119 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/60 {
    --tw-shadow-color: rgb(219 39 119 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/65 {
    --tw-shadow-color: rgb(219 39 119 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/70 {
    --tw-shadow-color: rgb(219 39 119 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/75 {
    --tw-shadow-color: rgb(219 39 119 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/80 {
    --tw-shadow-color: rgb(219 39 119 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/85 {
    --tw-shadow-color: rgb(219 39 119 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/90 {
    --tw-shadow-color: rgb(219 39 119 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-600\/95 {
    --tw-shadow-color: rgb(219 39 119 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700 {
    --tw-shadow-color: #be185d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/0 {
    --tw-shadow-color: rgb(190 24 93 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/10 {
    --tw-shadow-color: rgb(190 24 93 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/100 {
    --tw-shadow-color: rgb(190 24 93 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/15 {
    --tw-shadow-color: rgb(190 24 93 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/20 {
    --tw-shadow-color: rgb(190 24 93 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/25 {
    --tw-shadow-color: rgb(190 24 93 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/30 {
    --tw-shadow-color: rgb(190 24 93 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/35 {
    --tw-shadow-color: rgb(190 24 93 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/40 {
    --tw-shadow-color: rgb(190 24 93 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/45 {
    --tw-shadow-color: rgb(190 24 93 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/5 {
    --tw-shadow-color: rgb(190 24 93 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/50 {
    --tw-shadow-color: rgb(190 24 93 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/55 {
    --tw-shadow-color: rgb(190 24 93 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/60 {
    --tw-shadow-color: rgb(190 24 93 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/65 {
    --tw-shadow-color: rgb(190 24 93 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/70 {
    --tw-shadow-color: rgb(190 24 93 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/75 {
    --tw-shadow-color: rgb(190 24 93 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/80 {
    --tw-shadow-color: rgb(190 24 93 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/85 {
    --tw-shadow-color: rgb(190 24 93 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/90 {
    --tw-shadow-color: rgb(190 24 93 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-700\/95 {
    --tw-shadow-color: rgb(190 24 93 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800 {
    --tw-shadow-color: #9d174d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/0 {
    --tw-shadow-color: rgb(157 23 77 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/10 {
    --tw-shadow-color: rgb(157 23 77 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/100 {
    --tw-shadow-color: rgb(157 23 77 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/15 {
    --tw-shadow-color: rgb(157 23 77 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/20 {
    --tw-shadow-color: rgb(157 23 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/25 {
    --tw-shadow-color: rgb(157 23 77 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/30 {
    --tw-shadow-color: rgb(157 23 77 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/35 {
    --tw-shadow-color: rgb(157 23 77 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/40 {
    --tw-shadow-color: rgb(157 23 77 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/45 {
    --tw-shadow-color: rgb(157 23 77 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/5 {
    --tw-shadow-color: rgb(157 23 77 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/50 {
    --tw-shadow-color: rgb(157 23 77 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/55 {
    --tw-shadow-color: rgb(157 23 77 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/60 {
    --tw-shadow-color: rgb(157 23 77 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/65 {
    --tw-shadow-color: rgb(157 23 77 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/70 {
    --tw-shadow-color: rgb(157 23 77 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/75 {
    --tw-shadow-color: rgb(157 23 77 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/80 {
    --tw-shadow-color: rgb(157 23 77 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/85 {
    --tw-shadow-color: rgb(157 23 77 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/90 {
    --tw-shadow-color: rgb(157 23 77 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-800\/95 {
    --tw-shadow-color: rgb(157 23 77 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900 {
    --tw-shadow-color: #831843;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/0 {
    --tw-shadow-color: rgb(131 24 67 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/10 {
    --tw-shadow-color: rgb(131 24 67 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/100 {
    --tw-shadow-color: rgb(131 24 67 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/15 {
    --tw-shadow-color: rgb(131 24 67 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/20 {
    --tw-shadow-color: rgb(131 24 67 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/25 {
    --tw-shadow-color: rgb(131 24 67 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/30 {
    --tw-shadow-color: rgb(131 24 67 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/35 {
    --tw-shadow-color: rgb(131 24 67 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/40 {
    --tw-shadow-color: rgb(131 24 67 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/45 {
    --tw-shadow-color: rgb(131 24 67 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/5 {
    --tw-shadow-color: rgb(131 24 67 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/50 {
    --tw-shadow-color: rgb(131 24 67 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/55 {
    --tw-shadow-color: rgb(131 24 67 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/60 {
    --tw-shadow-color: rgb(131 24 67 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/65 {
    --tw-shadow-color: rgb(131 24 67 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/70 {
    --tw-shadow-color: rgb(131 24 67 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/75 {
    --tw-shadow-color: rgb(131 24 67 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/80 {
    --tw-shadow-color: rgb(131 24 67 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/85 {
    --tw-shadow-color: rgb(131 24 67 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/90 {
    --tw-shadow-color: rgb(131 24 67 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-900\/95 {
    --tw-shadow-color: rgb(131 24 67 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950 {
    --tw-shadow-color: #500724;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/0 {
    --tw-shadow-color: rgb(80 7 36 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/10 {
    --tw-shadow-color: rgb(80 7 36 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/100 {
    --tw-shadow-color: rgb(80 7 36 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/15 {
    --tw-shadow-color: rgb(80 7 36 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/20 {
    --tw-shadow-color: rgb(80 7 36 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/25 {
    --tw-shadow-color: rgb(80 7 36 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/30 {
    --tw-shadow-color: rgb(80 7 36 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/35 {
    --tw-shadow-color: rgb(80 7 36 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/40 {
    --tw-shadow-color: rgb(80 7 36 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/45 {
    --tw-shadow-color: rgb(80 7 36 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/5 {
    --tw-shadow-color: rgb(80 7 36 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/50 {
    --tw-shadow-color: rgb(80 7 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/55 {
    --tw-shadow-color: rgb(80 7 36 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/60 {
    --tw-shadow-color: rgb(80 7 36 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/65 {
    --tw-shadow-color: rgb(80 7 36 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/70 {
    --tw-shadow-color: rgb(80 7 36 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/75 {
    --tw-shadow-color: rgb(80 7 36 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/80 {
    --tw-shadow-color: rgb(80 7 36 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/85 {
    --tw-shadow-color: rgb(80 7 36 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/90 {
    --tw-shadow-color: rgb(80 7 36 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-pink-950\/95 {
    --tw-shadow-color: rgb(80 7 36 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100 {
    --tw-shadow-color: #feeade;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/0 {
    --tw-shadow-color: rgb(254 234 222 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/10 {
    --tw-shadow-color: rgb(254 234 222 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/100 {
    --tw-shadow-color: rgb(254 234 222 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/15 {
    --tw-shadow-color: rgb(254 234 222 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/20 {
    --tw-shadow-color: rgb(254 234 222 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/25 {
    --tw-shadow-color: rgb(254 234 222 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/30 {
    --tw-shadow-color: rgb(254 234 222 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/35 {
    --tw-shadow-color: rgb(254 234 222 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/40 {
    --tw-shadow-color: rgb(254 234 222 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/45 {
    --tw-shadow-color: rgb(254 234 222 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/5 {
    --tw-shadow-color: rgb(254 234 222 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/50 {
    --tw-shadow-color: rgb(254 234 222 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/55 {
    --tw-shadow-color: rgb(254 234 222 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/60 {
    --tw-shadow-color: rgb(254 234 222 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/65 {
    --tw-shadow-color: rgb(254 234 222 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/70 {
    --tw-shadow-color: rgb(254 234 222 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/75 {
    --tw-shadow-color: rgb(254 234 222 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/80 {
    --tw-shadow-color: rgb(254 234 222 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/85 {
    --tw-shadow-color: rgb(254 234 222 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/90 {
    --tw-shadow-color: rgb(254 234 222 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-100\/95 {
    --tw-shadow-color: rgb(254 234 222 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200 {
    --tw-shadow-color: #fcd3bd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/0 {
    --tw-shadow-color: rgb(252 211 189 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/10 {
    --tw-shadow-color: rgb(252 211 189 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/100 {
    --tw-shadow-color: rgb(252 211 189 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/15 {
    --tw-shadow-color: rgb(252 211 189 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/20 {
    --tw-shadow-color: rgb(252 211 189 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/25 {
    --tw-shadow-color: rgb(252 211 189 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/30 {
    --tw-shadow-color: rgb(252 211 189 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/35 {
    --tw-shadow-color: rgb(252 211 189 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/40 {
    --tw-shadow-color: rgb(252 211 189 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/45 {
    --tw-shadow-color: rgb(252 211 189 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/5 {
    --tw-shadow-color: rgb(252 211 189 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/50 {
    --tw-shadow-color: rgb(252 211 189 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/55 {
    --tw-shadow-color: rgb(252 211 189 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/60 {
    --tw-shadow-color: rgb(252 211 189 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/65 {
    --tw-shadow-color: rgb(252 211 189 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/70 {
    --tw-shadow-color: rgb(252 211 189 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/75 {
    --tw-shadow-color: rgb(252 211 189 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/80 {
    --tw-shadow-color: rgb(252 211 189 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/85 {
    --tw-shadow-color: rgb(252 211 189 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/90 {
    --tw-shadow-color: rgb(252 211 189 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-200\/95 {
    --tw-shadow-color: rgb(252 211 189 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300 {
    --tw-shadow-color: #fab38f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/0 {
    --tw-shadow-color: rgb(250 179 143 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/10 {
    --tw-shadow-color: rgb(250 179 143 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/100 {
    --tw-shadow-color: rgb(250 179 143 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/15 {
    --tw-shadow-color: rgb(250 179 143 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/20 {
    --tw-shadow-color: rgb(250 179 143 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/25 {
    --tw-shadow-color: rgb(250 179 143 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/30 {
    --tw-shadow-color: rgb(250 179 143 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/35 {
    --tw-shadow-color: rgb(250 179 143 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/40 {
    --tw-shadow-color: rgb(250 179 143 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/45 {
    --tw-shadow-color: rgb(250 179 143 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/5 {
    --tw-shadow-color: rgb(250 179 143 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/50 {
    --tw-shadow-color: rgb(250 179 143 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/55 {
    --tw-shadow-color: rgb(250 179 143 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/60 {
    --tw-shadow-color: rgb(250 179 143 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/65 {
    --tw-shadow-color: rgb(250 179 143 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/70 {
    --tw-shadow-color: rgb(250 179 143 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/75 {
    --tw-shadow-color: rgb(250 179 143 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/80 {
    --tw-shadow-color: rgb(250 179 143 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/85 {
    --tw-shadow-color: rgb(250 179 143 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/90 {
    --tw-shadow-color: rgb(250 179 143 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-300\/95 {
    --tw-shadow-color: rgb(250 179 143 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400 {
    --tw-shadow-color: #f99766;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/0 {
    --tw-shadow-color: rgb(249 151 102 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/10 {
    --tw-shadow-color: rgb(249 151 102 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/100 {
    --tw-shadow-color: rgb(249 151 102 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/15 {
    --tw-shadow-color: rgb(249 151 102 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/20 {
    --tw-shadow-color: rgb(249 151 102 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/25 {
    --tw-shadow-color: rgb(249 151 102 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/30 {
    --tw-shadow-color: rgb(249 151 102 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/35 {
    --tw-shadow-color: rgb(249 151 102 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/40 {
    --tw-shadow-color: rgb(249 151 102 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/45 {
    --tw-shadow-color: rgb(249 151 102 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/5 {
    --tw-shadow-color: rgb(249 151 102 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/50 {
    --tw-shadow-color: rgb(249 151 102 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/55 {
    --tw-shadow-color: rgb(249 151 102 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/60 {
    --tw-shadow-color: rgb(249 151 102 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/65 {
    --tw-shadow-color: rgb(249 151 102 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/70 {
    --tw-shadow-color: rgb(249 151 102 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/75 {
    --tw-shadow-color: rgb(249 151 102 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/80 {
    --tw-shadow-color: rgb(249 151 102 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/85 {
    --tw-shadow-color: rgb(249 151 102 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/90 {
    --tw-shadow-color: rgb(249 151 102 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-400\/95 {
    --tw-shadow-color: rgb(249 151 102 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50 {
    --tw-shadow-color: #fff7f2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/0 {
    --tw-shadow-color: rgb(255 247 242 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/10 {
    --tw-shadow-color: rgb(255 247 242 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/100 {
    --tw-shadow-color: rgb(255 247 242 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/15 {
    --tw-shadow-color: rgb(255 247 242 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/20 {
    --tw-shadow-color: rgb(255 247 242 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/25 {
    --tw-shadow-color: rgb(255 247 242 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/30 {
    --tw-shadow-color: rgb(255 247 242 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/35 {
    --tw-shadow-color: rgb(255 247 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/40 {
    --tw-shadow-color: rgb(255 247 242 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/45 {
    --tw-shadow-color: rgb(255 247 242 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/5 {
    --tw-shadow-color: rgb(255 247 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/50 {
    --tw-shadow-color: rgb(255 247 242 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/55 {
    --tw-shadow-color: rgb(255 247 242 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/60 {
    --tw-shadow-color: rgb(255 247 242 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/65 {
    --tw-shadow-color: rgb(255 247 242 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/70 {
    --tw-shadow-color: rgb(255 247 242 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/75 {
    --tw-shadow-color: rgb(255 247 242 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/80 {
    --tw-shadow-color: rgb(255 247 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/85 {
    --tw-shadow-color: rgb(255 247 242 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/90 {
    --tw-shadow-color: rgb(255 247 242 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-50\/95 {
    --tw-shadow-color: rgb(255 247 242 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500 {
    --tw-shadow-color: #f78d4d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/0 {
    --tw-shadow-color: rgb(247 141 77 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/10 {
    --tw-shadow-color: rgb(247 141 77 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/100 {
    --tw-shadow-color: rgb(247 141 77 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/15 {
    --tw-shadow-color: rgb(247 141 77 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/20 {
    --tw-shadow-color: rgb(247 141 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/25 {
    --tw-shadow-color: rgb(247 141 77 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/30 {
    --tw-shadow-color: rgb(247 141 77 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/35 {
    --tw-shadow-color: rgb(247 141 77 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/40 {
    --tw-shadow-color: rgb(247 141 77 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/45 {
    --tw-shadow-color: rgb(247 141 77 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/5 {
    --tw-shadow-color: rgb(247 141 77 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/50 {
    --tw-shadow-color: rgb(247 141 77 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/55 {
    --tw-shadow-color: rgb(247 141 77 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/60 {
    --tw-shadow-color: rgb(247 141 77 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/65 {
    --tw-shadow-color: rgb(247 141 77 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/70 {
    --tw-shadow-color: rgb(247 141 77 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/75 {
    --tw-shadow-color: rgb(247 141 77 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/80 {
    --tw-shadow-color: rgb(247 141 77 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/85 {
    --tw-shadow-color: rgb(247 141 77 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/90 {
    --tw-shadow-color: rgb(247 141 77 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-500\/95 {
    --tw-shadow-color: rgb(247 141 77 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600 {
    --tw-shadow-color: #e96325;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/0 {
    --tw-shadow-color: rgb(233 99 37 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/10 {
    --tw-shadow-color: rgb(233 99 37 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/100 {
    --tw-shadow-color: rgb(233 99 37 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/15 {
    --tw-shadow-color: rgb(233 99 37 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/20 {
    --tw-shadow-color: rgb(233 99 37 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/25 {
    --tw-shadow-color: rgb(233 99 37 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/30 {
    --tw-shadow-color: rgb(233 99 37 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/35 {
    --tw-shadow-color: rgb(233 99 37 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/40 {
    --tw-shadow-color: rgb(233 99 37 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/45 {
    --tw-shadow-color: rgb(233 99 37 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/5 {
    --tw-shadow-color: rgb(233 99 37 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/50 {
    --tw-shadow-color: rgb(233 99 37 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/55 {
    --tw-shadow-color: rgb(233 99 37 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/60 {
    --tw-shadow-color: rgb(233 99 37 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/65 {
    --tw-shadow-color: rgb(233 99 37 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/70 {
    --tw-shadow-color: rgb(233 99 37 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/75 {
    --tw-shadow-color: rgb(233 99 37 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/80 {
    --tw-shadow-color: rgb(233 99 37 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/85 {
    --tw-shadow-color: rgb(233 99 37 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/90 {
    --tw-shadow-color: rgb(233 99 37 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-600\/95 {
    --tw-shadow-color: rgb(233 99 37 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700 {
    --tw-shadow-color: #c94a16;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/0 {
    --tw-shadow-color: rgb(201 74 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/10 {
    --tw-shadow-color: rgb(201 74 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/100 {
    --tw-shadow-color: rgb(201 74 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/15 {
    --tw-shadow-color: rgb(201 74 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/20 {
    --tw-shadow-color: rgb(201 74 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/25 {
    --tw-shadow-color: rgb(201 74 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/30 {
    --tw-shadow-color: rgb(201 74 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/35 {
    --tw-shadow-color: rgb(201 74 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/40 {
    --tw-shadow-color: rgb(201 74 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/45 {
    --tw-shadow-color: rgb(201 74 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/5 {
    --tw-shadow-color: rgb(201 74 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/50 {
    --tw-shadow-color: rgb(201 74 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/55 {
    --tw-shadow-color: rgb(201 74 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/60 {
    --tw-shadow-color: rgb(201 74 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/65 {
    --tw-shadow-color: rgb(201 74 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/70 {
    --tw-shadow-color: rgb(201 74 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/75 {
    --tw-shadow-color: rgb(201 74 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/80 {
    --tw-shadow-color: rgb(201 74 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/85 {
    --tw-shadow-color: rgb(201 74 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/90 {
    --tw-shadow-color: rgb(201 74 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-700\/95 {
    --tw-shadow-color: rgb(201 74 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800 {
    --tw-shadow-color: #a13b18;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/0 {
    --tw-shadow-color: rgb(161 59 24 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/10 {
    --tw-shadow-color: rgb(161 59 24 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/100 {
    --tw-shadow-color: rgb(161 59 24 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/15 {
    --tw-shadow-color: rgb(161 59 24 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/20 {
    --tw-shadow-color: rgb(161 59 24 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/25 {
    --tw-shadow-color: rgb(161 59 24 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/30 {
    --tw-shadow-color: rgb(161 59 24 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/35 {
    --tw-shadow-color: rgb(161 59 24 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/40 {
    --tw-shadow-color: rgb(161 59 24 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/45 {
    --tw-shadow-color: rgb(161 59 24 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/5 {
    --tw-shadow-color: rgb(161 59 24 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/50 {
    --tw-shadow-color: rgb(161 59 24 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/55 {
    --tw-shadow-color: rgb(161 59 24 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/60 {
    --tw-shadow-color: rgb(161 59 24 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/65 {
    --tw-shadow-color: rgb(161 59 24 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/70 {
    --tw-shadow-color: rgb(161 59 24 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/75 {
    --tw-shadow-color: rgb(161 59 24 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/80 {
    --tw-shadow-color: rgb(161 59 24 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/85 {
    --tw-shadow-color: rgb(161 59 24 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/90 {
    --tw-shadow-color: rgb(161 59 24 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-800\/95 {
    --tw-shadow-color: rgb(161 59 24 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900 {
    --tw-shadow-color: #823318;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/0 {
    --tw-shadow-color: rgb(130 51 24 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/10 {
    --tw-shadow-color: rgb(130 51 24 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/100 {
    --tw-shadow-color: rgb(130 51 24 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/15 {
    --tw-shadow-color: rgb(130 51 24 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/20 {
    --tw-shadow-color: rgb(130 51 24 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/25 {
    --tw-shadow-color: rgb(130 51 24 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/30 {
    --tw-shadow-color: rgb(130 51 24 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/35 {
    --tw-shadow-color: rgb(130 51 24 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/40 {
    --tw-shadow-color: rgb(130 51 24 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/45 {
    --tw-shadow-color: rgb(130 51 24 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/5 {
    --tw-shadow-color: rgb(130 51 24 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/50 {
    --tw-shadow-color: rgb(130 51 24 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/55 {
    --tw-shadow-color: rgb(130 51 24 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/60 {
    --tw-shadow-color: rgb(130 51 24 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/65 {
    --tw-shadow-color: rgb(130 51 24 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/70 {
    --tw-shadow-color: rgb(130 51 24 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/75 {
    --tw-shadow-color: rgb(130 51 24 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/80 {
    --tw-shadow-color: rgb(130 51 24 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/85 {
    --tw-shadow-color: rgb(130 51 24 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/90 {
    --tw-shadow-color: rgb(130 51 24 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-900\/95 {
    --tw-shadow-color: rgb(130 51 24 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950 {
    --tw-shadow-color: #461708;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/0 {
    --tw-shadow-color: rgb(70 23 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/10 {
    --tw-shadow-color: rgb(70 23 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/100 {
    --tw-shadow-color: rgb(70 23 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/15 {
    --tw-shadow-color: rgb(70 23 8 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/20 {
    --tw-shadow-color: rgb(70 23 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/25 {
    --tw-shadow-color: rgb(70 23 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/30 {
    --tw-shadow-color: rgb(70 23 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/35 {
    --tw-shadow-color: rgb(70 23 8 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/40 {
    --tw-shadow-color: rgb(70 23 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/45 {
    --tw-shadow-color: rgb(70 23 8 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/5 {
    --tw-shadow-color: rgb(70 23 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/50 {
    --tw-shadow-color: rgb(70 23 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/55 {
    --tw-shadow-color: rgb(70 23 8 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/60 {
    --tw-shadow-color: rgb(70 23 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/65 {
    --tw-shadow-color: rgb(70 23 8 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/70 {
    --tw-shadow-color: rgb(70 23 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/75 {
    --tw-shadow-color: rgb(70 23 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/80 {
    --tw-shadow-color: rgb(70 23 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/85 {
    --tw-shadow-color: rgb(70 23 8 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/90 {
    --tw-shadow-color: rgb(70 23 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-primary-950\/95 {
    --tw-shadow-color: rgb(70 23 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100 {
    --tw-shadow-color: #f3e8ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/0 {
    --tw-shadow-color: rgb(243 232 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/10 {
    --tw-shadow-color: rgb(243 232 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/100 {
    --tw-shadow-color: rgb(243 232 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/15 {
    --tw-shadow-color: rgb(243 232 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/20 {
    --tw-shadow-color: rgb(243 232 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/25 {
    --tw-shadow-color: rgb(243 232 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/30 {
    --tw-shadow-color: rgb(243 232 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/35 {
    --tw-shadow-color: rgb(243 232 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/40 {
    --tw-shadow-color: rgb(243 232 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/45 {
    --tw-shadow-color: rgb(243 232 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/5 {
    --tw-shadow-color: rgb(243 232 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/50 {
    --tw-shadow-color: rgb(243 232 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/55 {
    --tw-shadow-color: rgb(243 232 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/60 {
    --tw-shadow-color: rgb(243 232 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/65 {
    --tw-shadow-color: rgb(243 232 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/70 {
    --tw-shadow-color: rgb(243 232 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/75 {
    --tw-shadow-color: rgb(243 232 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/80 {
    --tw-shadow-color: rgb(243 232 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/85 {
    --tw-shadow-color: rgb(243 232 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/90 {
    --tw-shadow-color: rgb(243 232 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-100\/95 {
    --tw-shadow-color: rgb(243 232 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200 {
    --tw-shadow-color: #e9d5ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/0 {
    --tw-shadow-color: rgb(233 213 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/10 {
    --tw-shadow-color: rgb(233 213 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/100 {
    --tw-shadow-color: rgb(233 213 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/15 {
    --tw-shadow-color: rgb(233 213 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/20 {
    --tw-shadow-color: rgb(233 213 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/25 {
    --tw-shadow-color: rgb(233 213 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/30 {
    --tw-shadow-color: rgb(233 213 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/35 {
    --tw-shadow-color: rgb(233 213 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/40 {
    --tw-shadow-color: rgb(233 213 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/45 {
    --tw-shadow-color: rgb(233 213 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/5 {
    --tw-shadow-color: rgb(233 213 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/50 {
    --tw-shadow-color: rgb(233 213 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/55 {
    --tw-shadow-color: rgb(233 213 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/60 {
    --tw-shadow-color: rgb(233 213 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/65 {
    --tw-shadow-color: rgb(233 213 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/70 {
    --tw-shadow-color: rgb(233 213 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/75 {
    --tw-shadow-color: rgb(233 213 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/80 {
    --tw-shadow-color: rgb(233 213 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/85 {
    --tw-shadow-color: rgb(233 213 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/90 {
    --tw-shadow-color: rgb(233 213 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-200\/95 {
    --tw-shadow-color: rgb(233 213 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300 {
    --tw-shadow-color: #d8b4fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/0 {
    --tw-shadow-color: rgb(216 180 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/10 {
    --tw-shadow-color: rgb(216 180 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/100 {
    --tw-shadow-color: rgb(216 180 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/15 {
    --tw-shadow-color: rgb(216 180 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/20 {
    --tw-shadow-color: rgb(216 180 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/25 {
    --tw-shadow-color: rgb(216 180 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/30 {
    --tw-shadow-color: rgb(216 180 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/35 {
    --tw-shadow-color: rgb(216 180 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/40 {
    --tw-shadow-color: rgb(216 180 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/45 {
    --tw-shadow-color: rgb(216 180 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/5 {
    --tw-shadow-color: rgb(216 180 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/50 {
    --tw-shadow-color: rgb(216 180 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/55 {
    --tw-shadow-color: rgb(216 180 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/60 {
    --tw-shadow-color: rgb(216 180 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/65 {
    --tw-shadow-color: rgb(216 180 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/70 {
    --tw-shadow-color: rgb(216 180 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/75 {
    --tw-shadow-color: rgb(216 180 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/80 {
    --tw-shadow-color: rgb(216 180 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/85 {
    --tw-shadow-color: rgb(216 180 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/90 {
    --tw-shadow-color: rgb(216 180 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-300\/95 {
    --tw-shadow-color: rgb(216 180 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400 {
    --tw-shadow-color: #c084fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/0 {
    --tw-shadow-color: rgb(192 132 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/10 {
    --tw-shadow-color: rgb(192 132 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/100 {
    --tw-shadow-color: rgb(192 132 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/15 {
    --tw-shadow-color: rgb(192 132 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/20 {
    --tw-shadow-color: rgb(192 132 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/25 {
    --tw-shadow-color: rgb(192 132 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/30 {
    --tw-shadow-color: rgb(192 132 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/35 {
    --tw-shadow-color: rgb(192 132 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/40 {
    --tw-shadow-color: rgb(192 132 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/45 {
    --tw-shadow-color: rgb(192 132 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/5 {
    --tw-shadow-color: rgb(192 132 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/50 {
    --tw-shadow-color: rgb(192 132 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/55 {
    --tw-shadow-color: rgb(192 132 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/60 {
    --tw-shadow-color: rgb(192 132 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/65 {
    --tw-shadow-color: rgb(192 132 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/70 {
    --tw-shadow-color: rgb(192 132 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/75 {
    --tw-shadow-color: rgb(192 132 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/80 {
    --tw-shadow-color: rgb(192 132 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/85 {
    --tw-shadow-color: rgb(192 132 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/90 {
    --tw-shadow-color: rgb(192 132 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-400\/95 {
    --tw-shadow-color: rgb(192 132 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50 {
    --tw-shadow-color: #faf5ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/0 {
    --tw-shadow-color: rgb(250 245 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/10 {
    --tw-shadow-color: rgb(250 245 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/100 {
    --tw-shadow-color: rgb(250 245 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/15 {
    --tw-shadow-color: rgb(250 245 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/20 {
    --tw-shadow-color: rgb(250 245 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/25 {
    --tw-shadow-color: rgb(250 245 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/30 {
    --tw-shadow-color: rgb(250 245 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/35 {
    --tw-shadow-color: rgb(250 245 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/40 {
    --tw-shadow-color: rgb(250 245 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/45 {
    --tw-shadow-color: rgb(250 245 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/5 {
    --tw-shadow-color: rgb(250 245 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/50 {
    --tw-shadow-color: rgb(250 245 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/55 {
    --tw-shadow-color: rgb(250 245 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/60 {
    --tw-shadow-color: rgb(250 245 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/65 {
    --tw-shadow-color: rgb(250 245 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/70 {
    --tw-shadow-color: rgb(250 245 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/75 {
    --tw-shadow-color: rgb(250 245 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/80 {
    --tw-shadow-color: rgb(250 245 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/85 {
    --tw-shadow-color: rgb(250 245 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/90 {
    --tw-shadow-color: rgb(250 245 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-50\/95 {
    --tw-shadow-color: rgb(250 245 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500 {
    --tw-shadow-color: #a855f7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/0 {
    --tw-shadow-color: rgb(168 85 247 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/10 {
    --tw-shadow-color: rgb(168 85 247 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/100 {
    --tw-shadow-color: rgb(168 85 247 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/15 {
    --tw-shadow-color: rgb(168 85 247 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/20 {
    --tw-shadow-color: rgb(168 85 247 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/25 {
    --tw-shadow-color: rgb(168 85 247 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/30 {
    --tw-shadow-color: rgb(168 85 247 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/35 {
    --tw-shadow-color: rgb(168 85 247 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/40 {
    --tw-shadow-color: rgb(168 85 247 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/45 {
    --tw-shadow-color: rgb(168 85 247 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/5 {
    --tw-shadow-color: rgb(168 85 247 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/50 {
    --tw-shadow-color: rgb(168 85 247 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/55 {
    --tw-shadow-color: rgb(168 85 247 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/60 {
    --tw-shadow-color: rgb(168 85 247 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/65 {
    --tw-shadow-color: rgb(168 85 247 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/70 {
    --tw-shadow-color: rgb(168 85 247 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/75 {
    --tw-shadow-color: rgb(168 85 247 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/80 {
    --tw-shadow-color: rgb(168 85 247 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/85 {
    --tw-shadow-color: rgb(168 85 247 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/90 {
    --tw-shadow-color: rgb(168 85 247 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-500\/95 {
    --tw-shadow-color: rgb(168 85 247 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600 {
    --tw-shadow-color: #9333ea;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/0 {
    --tw-shadow-color: rgb(147 51 234 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/10 {
    --tw-shadow-color: rgb(147 51 234 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/100 {
    --tw-shadow-color: rgb(147 51 234 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/15 {
    --tw-shadow-color: rgb(147 51 234 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/20 {
    --tw-shadow-color: rgb(147 51 234 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/25 {
    --tw-shadow-color: rgb(147 51 234 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/30 {
    --tw-shadow-color: rgb(147 51 234 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/35 {
    --tw-shadow-color: rgb(147 51 234 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/40 {
    --tw-shadow-color: rgb(147 51 234 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/45 {
    --tw-shadow-color: rgb(147 51 234 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/5 {
    --tw-shadow-color: rgb(147 51 234 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/50 {
    --tw-shadow-color: rgb(147 51 234 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/55 {
    --tw-shadow-color: rgb(147 51 234 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/60 {
    --tw-shadow-color: rgb(147 51 234 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/65 {
    --tw-shadow-color: rgb(147 51 234 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/70 {
    --tw-shadow-color: rgb(147 51 234 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/75 {
    --tw-shadow-color: rgb(147 51 234 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/80 {
    --tw-shadow-color: rgb(147 51 234 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/85 {
    --tw-shadow-color: rgb(147 51 234 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/90 {
    --tw-shadow-color: rgb(147 51 234 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-600\/95 {
    --tw-shadow-color: rgb(147 51 234 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700 {
    --tw-shadow-color: #7e22ce;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/0 {
    --tw-shadow-color: rgb(126 34 206 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/10 {
    --tw-shadow-color: rgb(126 34 206 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/100 {
    --tw-shadow-color: rgb(126 34 206 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/15 {
    --tw-shadow-color: rgb(126 34 206 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/20 {
    --tw-shadow-color: rgb(126 34 206 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/25 {
    --tw-shadow-color: rgb(126 34 206 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/30 {
    --tw-shadow-color: rgb(126 34 206 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/35 {
    --tw-shadow-color: rgb(126 34 206 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/40 {
    --tw-shadow-color: rgb(126 34 206 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/45 {
    --tw-shadow-color: rgb(126 34 206 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/5 {
    --tw-shadow-color: rgb(126 34 206 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/50 {
    --tw-shadow-color: rgb(126 34 206 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/55 {
    --tw-shadow-color: rgb(126 34 206 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/60 {
    --tw-shadow-color: rgb(126 34 206 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/65 {
    --tw-shadow-color: rgb(126 34 206 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/70 {
    --tw-shadow-color: rgb(126 34 206 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/75 {
    --tw-shadow-color: rgb(126 34 206 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/80 {
    --tw-shadow-color: rgb(126 34 206 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/85 {
    --tw-shadow-color: rgb(126 34 206 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/90 {
    --tw-shadow-color: rgb(126 34 206 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-700\/95 {
    --tw-shadow-color: rgb(126 34 206 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800 {
    --tw-shadow-color: #6b21a8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/0 {
    --tw-shadow-color: rgb(107 33 168 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/10 {
    --tw-shadow-color: rgb(107 33 168 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/100 {
    --tw-shadow-color: rgb(107 33 168 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/15 {
    --tw-shadow-color: rgb(107 33 168 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/20 {
    --tw-shadow-color: rgb(107 33 168 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/25 {
    --tw-shadow-color: rgb(107 33 168 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/30 {
    --tw-shadow-color: rgb(107 33 168 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/35 {
    --tw-shadow-color: rgb(107 33 168 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/40 {
    --tw-shadow-color: rgb(107 33 168 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/45 {
    --tw-shadow-color: rgb(107 33 168 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/5 {
    --tw-shadow-color: rgb(107 33 168 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/50 {
    --tw-shadow-color: rgb(107 33 168 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/55 {
    --tw-shadow-color: rgb(107 33 168 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/60 {
    --tw-shadow-color: rgb(107 33 168 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/65 {
    --tw-shadow-color: rgb(107 33 168 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/70 {
    --tw-shadow-color: rgb(107 33 168 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/75 {
    --tw-shadow-color: rgb(107 33 168 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/80 {
    --tw-shadow-color: rgb(107 33 168 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/85 {
    --tw-shadow-color: rgb(107 33 168 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/90 {
    --tw-shadow-color: rgb(107 33 168 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-800\/95 {
    --tw-shadow-color: rgb(107 33 168 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900 {
    --tw-shadow-color: #581c87;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/0 {
    --tw-shadow-color: rgb(88 28 135 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/10 {
    --tw-shadow-color: rgb(88 28 135 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/100 {
    --tw-shadow-color: rgb(88 28 135 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/15 {
    --tw-shadow-color: rgb(88 28 135 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/20 {
    --tw-shadow-color: rgb(88 28 135 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/25 {
    --tw-shadow-color: rgb(88 28 135 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/30 {
    --tw-shadow-color: rgb(88 28 135 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/35 {
    --tw-shadow-color: rgb(88 28 135 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/40 {
    --tw-shadow-color: rgb(88 28 135 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/45 {
    --tw-shadow-color: rgb(88 28 135 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/5 {
    --tw-shadow-color: rgb(88 28 135 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/50 {
    --tw-shadow-color: rgb(88 28 135 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/55 {
    --tw-shadow-color: rgb(88 28 135 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/60 {
    --tw-shadow-color: rgb(88 28 135 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/65 {
    --tw-shadow-color: rgb(88 28 135 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/70 {
    --tw-shadow-color: rgb(88 28 135 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/75 {
    --tw-shadow-color: rgb(88 28 135 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/80 {
    --tw-shadow-color: rgb(88 28 135 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/85 {
    --tw-shadow-color: rgb(88 28 135 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/90 {
    --tw-shadow-color: rgb(88 28 135 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-900\/95 {
    --tw-shadow-color: rgb(88 28 135 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950 {
    --tw-shadow-color: #3b0764;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/0 {
    --tw-shadow-color: rgb(59 7 100 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/10 {
    --tw-shadow-color: rgb(59 7 100 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/100 {
    --tw-shadow-color: rgb(59 7 100 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/15 {
    --tw-shadow-color: rgb(59 7 100 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/20 {
    --tw-shadow-color: rgb(59 7 100 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/25 {
    --tw-shadow-color: rgb(59 7 100 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/30 {
    --tw-shadow-color: rgb(59 7 100 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/35 {
    --tw-shadow-color: rgb(59 7 100 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/40 {
    --tw-shadow-color: rgb(59 7 100 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/45 {
    --tw-shadow-color: rgb(59 7 100 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/5 {
    --tw-shadow-color: rgb(59 7 100 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/50 {
    --tw-shadow-color: rgb(59 7 100 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/55 {
    --tw-shadow-color: rgb(59 7 100 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/60 {
    --tw-shadow-color: rgb(59 7 100 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/65 {
    --tw-shadow-color: rgb(59 7 100 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/70 {
    --tw-shadow-color: rgb(59 7 100 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/75 {
    --tw-shadow-color: rgb(59 7 100 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/80 {
    --tw-shadow-color: rgb(59 7 100 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/85 {
    --tw-shadow-color: rgb(59 7 100 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/90 {
    --tw-shadow-color: rgb(59 7 100 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-purple-950\/95 {
    --tw-shadow-color: rgb(59 7 100 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100 {
    --tw-shadow-color: #fee2e2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/0 {
    --tw-shadow-color: rgb(254 226 226 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/10 {
    --tw-shadow-color: rgb(254 226 226 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/100 {
    --tw-shadow-color: rgb(254 226 226 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/15 {
    --tw-shadow-color: rgb(254 226 226 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/20 {
    --tw-shadow-color: rgb(254 226 226 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/25 {
    --tw-shadow-color: rgb(254 226 226 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/30 {
    --tw-shadow-color: rgb(254 226 226 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/35 {
    --tw-shadow-color: rgb(254 226 226 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/40 {
    --tw-shadow-color: rgb(254 226 226 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/45 {
    --tw-shadow-color: rgb(254 226 226 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/5 {
    --tw-shadow-color: rgb(254 226 226 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/50 {
    --tw-shadow-color: rgb(254 226 226 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/55 {
    --tw-shadow-color: rgb(254 226 226 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/60 {
    --tw-shadow-color: rgb(254 226 226 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/65 {
    --tw-shadow-color: rgb(254 226 226 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/70 {
    --tw-shadow-color: rgb(254 226 226 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/75 {
    --tw-shadow-color: rgb(254 226 226 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/80 {
    --tw-shadow-color: rgb(254 226 226 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/85 {
    --tw-shadow-color: rgb(254 226 226 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/90 {
    --tw-shadow-color: rgb(254 226 226 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-100\/95 {
    --tw-shadow-color: rgb(254 226 226 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200 {
    --tw-shadow-color: #fecaca;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/0 {
    --tw-shadow-color: rgb(254 202 202 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/10 {
    --tw-shadow-color: rgb(254 202 202 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/100 {
    --tw-shadow-color: rgb(254 202 202 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/15 {
    --tw-shadow-color: rgb(254 202 202 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/20 {
    --tw-shadow-color: rgb(254 202 202 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/25 {
    --tw-shadow-color: rgb(254 202 202 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/30 {
    --tw-shadow-color: rgb(254 202 202 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/35 {
    --tw-shadow-color: rgb(254 202 202 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/40 {
    --tw-shadow-color: rgb(254 202 202 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/45 {
    --tw-shadow-color: rgb(254 202 202 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/5 {
    --tw-shadow-color: rgb(254 202 202 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/50 {
    --tw-shadow-color: rgb(254 202 202 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/55 {
    --tw-shadow-color: rgb(254 202 202 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/60 {
    --tw-shadow-color: rgb(254 202 202 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/65 {
    --tw-shadow-color: rgb(254 202 202 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/70 {
    --tw-shadow-color: rgb(254 202 202 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/75 {
    --tw-shadow-color: rgb(254 202 202 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/80 {
    --tw-shadow-color: rgb(254 202 202 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/85 {
    --tw-shadow-color: rgb(254 202 202 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/90 {
    --tw-shadow-color: rgb(254 202 202 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-200\/95 {
    --tw-shadow-color: rgb(254 202 202 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300 {
    --tw-shadow-color: #fca5a5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/0 {
    --tw-shadow-color: rgb(252 165 165 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/10 {
    --tw-shadow-color: rgb(252 165 165 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/100 {
    --tw-shadow-color: rgb(252 165 165 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/15 {
    --tw-shadow-color: rgb(252 165 165 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/20 {
    --tw-shadow-color: rgb(252 165 165 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/25 {
    --tw-shadow-color: rgb(252 165 165 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/30 {
    --tw-shadow-color: rgb(252 165 165 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/35 {
    --tw-shadow-color: rgb(252 165 165 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/40 {
    --tw-shadow-color: rgb(252 165 165 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/45 {
    --tw-shadow-color: rgb(252 165 165 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/5 {
    --tw-shadow-color: rgb(252 165 165 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/50 {
    --tw-shadow-color: rgb(252 165 165 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/55 {
    --tw-shadow-color: rgb(252 165 165 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/60 {
    --tw-shadow-color: rgb(252 165 165 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/65 {
    --tw-shadow-color: rgb(252 165 165 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/70 {
    --tw-shadow-color: rgb(252 165 165 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/75 {
    --tw-shadow-color: rgb(252 165 165 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/80 {
    --tw-shadow-color: rgb(252 165 165 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/85 {
    --tw-shadow-color: rgb(252 165 165 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/90 {
    --tw-shadow-color: rgb(252 165 165 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-300\/95 {
    --tw-shadow-color: rgb(252 165 165 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400 {
    --tw-shadow-color: #f87171;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/0 {
    --tw-shadow-color: rgb(248 113 113 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/10 {
    --tw-shadow-color: rgb(248 113 113 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/100 {
    --tw-shadow-color: rgb(248 113 113 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/15 {
    --tw-shadow-color: rgb(248 113 113 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/20 {
    --tw-shadow-color: rgb(248 113 113 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/25 {
    --tw-shadow-color: rgb(248 113 113 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/30 {
    --tw-shadow-color: rgb(248 113 113 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/35 {
    --tw-shadow-color: rgb(248 113 113 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/40 {
    --tw-shadow-color: rgb(248 113 113 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/45 {
    --tw-shadow-color: rgb(248 113 113 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/5 {
    --tw-shadow-color: rgb(248 113 113 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/50 {
    --tw-shadow-color: rgb(248 113 113 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/55 {
    --tw-shadow-color: rgb(248 113 113 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/60 {
    --tw-shadow-color: rgb(248 113 113 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/65 {
    --tw-shadow-color: rgb(248 113 113 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/70 {
    --tw-shadow-color: rgb(248 113 113 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/75 {
    --tw-shadow-color: rgb(248 113 113 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/80 {
    --tw-shadow-color: rgb(248 113 113 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/85 {
    --tw-shadow-color: rgb(248 113 113 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/90 {
    --tw-shadow-color: rgb(248 113 113 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-400\/95 {
    --tw-shadow-color: rgb(248 113 113 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50 {
    --tw-shadow-color: #fef2f2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/0 {
    --tw-shadow-color: rgb(254 242 242 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/10 {
    --tw-shadow-color: rgb(254 242 242 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/100 {
    --tw-shadow-color: rgb(254 242 242 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/15 {
    --tw-shadow-color: rgb(254 242 242 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/20 {
    --tw-shadow-color: rgb(254 242 242 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/25 {
    --tw-shadow-color: rgb(254 242 242 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/30 {
    --tw-shadow-color: rgb(254 242 242 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/35 {
    --tw-shadow-color: rgb(254 242 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/40 {
    --tw-shadow-color: rgb(254 242 242 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/45 {
    --tw-shadow-color: rgb(254 242 242 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/5 {
    --tw-shadow-color: rgb(254 242 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/50 {
    --tw-shadow-color: rgb(254 242 242 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/55 {
    --tw-shadow-color: rgb(254 242 242 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/60 {
    --tw-shadow-color: rgb(254 242 242 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/65 {
    --tw-shadow-color: rgb(254 242 242 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/70 {
    --tw-shadow-color: rgb(254 242 242 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/75 {
    --tw-shadow-color: rgb(254 242 242 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/80 {
    --tw-shadow-color: rgb(254 242 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/85 {
    --tw-shadow-color: rgb(254 242 242 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/90 {
    --tw-shadow-color: rgb(254 242 242 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-50\/95 {
    --tw-shadow-color: rgb(254 242 242 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500 {
    --tw-shadow-color: #ef4444;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/0 {
    --tw-shadow-color: rgb(239 68 68 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/10 {
    --tw-shadow-color: rgb(239 68 68 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/100 {
    --tw-shadow-color: rgb(239 68 68 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/15 {
    --tw-shadow-color: rgb(239 68 68 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/20 {
    --tw-shadow-color: rgb(239 68 68 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/25 {
    --tw-shadow-color: rgb(239 68 68 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/30 {
    --tw-shadow-color: rgb(239 68 68 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/35 {
    --tw-shadow-color: rgb(239 68 68 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/40 {
    --tw-shadow-color: rgb(239 68 68 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/45 {
    --tw-shadow-color: rgb(239 68 68 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/5 {
    --tw-shadow-color: rgb(239 68 68 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/50 {
    --tw-shadow-color: rgb(239 68 68 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/55 {
    --tw-shadow-color: rgb(239 68 68 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/60 {
    --tw-shadow-color: rgb(239 68 68 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/65 {
    --tw-shadow-color: rgb(239 68 68 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/70 {
    --tw-shadow-color: rgb(239 68 68 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/75 {
    --tw-shadow-color: rgb(239 68 68 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/80 {
    --tw-shadow-color: rgb(239 68 68 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/85 {
    --tw-shadow-color: rgb(239 68 68 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/90 {
    --tw-shadow-color: rgb(239 68 68 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-500\/95 {
    --tw-shadow-color: rgb(239 68 68 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600 {
    --tw-shadow-color: #dc2626;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/0 {
    --tw-shadow-color: rgb(220 38 38 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/10 {
    --tw-shadow-color: rgb(220 38 38 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/100 {
    --tw-shadow-color: rgb(220 38 38 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/15 {
    --tw-shadow-color: rgb(220 38 38 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/20 {
    --tw-shadow-color: rgb(220 38 38 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/25 {
    --tw-shadow-color: rgb(220 38 38 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/30 {
    --tw-shadow-color: rgb(220 38 38 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/35 {
    --tw-shadow-color: rgb(220 38 38 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/40 {
    --tw-shadow-color: rgb(220 38 38 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/45 {
    --tw-shadow-color: rgb(220 38 38 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/5 {
    --tw-shadow-color: rgb(220 38 38 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/50 {
    --tw-shadow-color: rgb(220 38 38 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/55 {
    --tw-shadow-color: rgb(220 38 38 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/60 {
    --tw-shadow-color: rgb(220 38 38 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/65 {
    --tw-shadow-color: rgb(220 38 38 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/70 {
    --tw-shadow-color: rgb(220 38 38 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/75 {
    --tw-shadow-color: rgb(220 38 38 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/80 {
    --tw-shadow-color: rgb(220 38 38 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/85 {
    --tw-shadow-color: rgb(220 38 38 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/90 {
    --tw-shadow-color: rgb(220 38 38 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-600\/95 {
    --tw-shadow-color: rgb(220 38 38 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700 {
    --tw-shadow-color: #b91c1c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/0 {
    --tw-shadow-color: rgb(185 28 28 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/10 {
    --tw-shadow-color: rgb(185 28 28 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/100 {
    --tw-shadow-color: rgb(185 28 28 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/15 {
    --tw-shadow-color: rgb(185 28 28 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/20 {
    --tw-shadow-color: rgb(185 28 28 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/25 {
    --tw-shadow-color: rgb(185 28 28 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/30 {
    --tw-shadow-color: rgb(185 28 28 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/35 {
    --tw-shadow-color: rgb(185 28 28 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/40 {
    --tw-shadow-color: rgb(185 28 28 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/45 {
    --tw-shadow-color: rgb(185 28 28 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/5 {
    --tw-shadow-color: rgb(185 28 28 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/50 {
    --tw-shadow-color: rgb(185 28 28 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/55 {
    --tw-shadow-color: rgb(185 28 28 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/60 {
    --tw-shadow-color: rgb(185 28 28 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/65 {
    --tw-shadow-color: rgb(185 28 28 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/70 {
    --tw-shadow-color: rgb(185 28 28 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/75 {
    --tw-shadow-color: rgb(185 28 28 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/80 {
    --tw-shadow-color: rgb(185 28 28 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/85 {
    --tw-shadow-color: rgb(185 28 28 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/90 {
    --tw-shadow-color: rgb(185 28 28 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-700\/95 {
    --tw-shadow-color: rgb(185 28 28 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800 {
    --tw-shadow-color: #991b1b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/0 {
    --tw-shadow-color: rgb(153 27 27 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/10 {
    --tw-shadow-color: rgb(153 27 27 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/100 {
    --tw-shadow-color: rgb(153 27 27 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/15 {
    --tw-shadow-color: rgb(153 27 27 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/20 {
    --tw-shadow-color: rgb(153 27 27 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/25 {
    --tw-shadow-color: rgb(153 27 27 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/30 {
    --tw-shadow-color: rgb(153 27 27 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/35 {
    --tw-shadow-color: rgb(153 27 27 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/40 {
    --tw-shadow-color: rgb(153 27 27 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/45 {
    --tw-shadow-color: rgb(153 27 27 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/5 {
    --tw-shadow-color: rgb(153 27 27 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/50 {
    --tw-shadow-color: rgb(153 27 27 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/55 {
    --tw-shadow-color: rgb(153 27 27 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/60 {
    --tw-shadow-color: rgb(153 27 27 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/65 {
    --tw-shadow-color: rgb(153 27 27 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/70 {
    --tw-shadow-color: rgb(153 27 27 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/75 {
    --tw-shadow-color: rgb(153 27 27 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/80 {
    --tw-shadow-color: rgb(153 27 27 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/85 {
    --tw-shadow-color: rgb(153 27 27 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/90 {
    --tw-shadow-color: rgb(153 27 27 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-800\/95 {
    --tw-shadow-color: rgb(153 27 27 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900 {
    --tw-shadow-color: #7f1d1d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/0 {
    --tw-shadow-color: rgb(127 29 29 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/10 {
    --tw-shadow-color: rgb(127 29 29 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/100 {
    --tw-shadow-color: rgb(127 29 29 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/15 {
    --tw-shadow-color: rgb(127 29 29 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/20 {
    --tw-shadow-color: rgb(127 29 29 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/25 {
    --tw-shadow-color: rgb(127 29 29 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/30 {
    --tw-shadow-color: rgb(127 29 29 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/35 {
    --tw-shadow-color: rgb(127 29 29 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/40 {
    --tw-shadow-color: rgb(127 29 29 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/45 {
    --tw-shadow-color: rgb(127 29 29 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/5 {
    --tw-shadow-color: rgb(127 29 29 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/50 {
    --tw-shadow-color: rgb(127 29 29 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/55 {
    --tw-shadow-color: rgb(127 29 29 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/60 {
    --tw-shadow-color: rgb(127 29 29 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/65 {
    --tw-shadow-color: rgb(127 29 29 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/70 {
    --tw-shadow-color: rgb(127 29 29 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/75 {
    --tw-shadow-color: rgb(127 29 29 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/80 {
    --tw-shadow-color: rgb(127 29 29 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/85 {
    --tw-shadow-color: rgb(127 29 29 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/90 {
    --tw-shadow-color: rgb(127 29 29 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-900\/95 {
    --tw-shadow-color: rgb(127 29 29 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950 {
    --tw-shadow-color: #450a0a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/0 {
    --tw-shadow-color: rgb(69 10 10 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/10 {
    --tw-shadow-color: rgb(69 10 10 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/100 {
    --tw-shadow-color: rgb(69 10 10 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/15 {
    --tw-shadow-color: rgb(69 10 10 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/20 {
    --tw-shadow-color: rgb(69 10 10 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/25 {
    --tw-shadow-color: rgb(69 10 10 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/30 {
    --tw-shadow-color: rgb(69 10 10 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/35 {
    --tw-shadow-color: rgb(69 10 10 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/40 {
    --tw-shadow-color: rgb(69 10 10 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/45 {
    --tw-shadow-color: rgb(69 10 10 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/5 {
    --tw-shadow-color: rgb(69 10 10 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/50 {
    --tw-shadow-color: rgb(69 10 10 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/55 {
    --tw-shadow-color: rgb(69 10 10 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/60 {
    --tw-shadow-color: rgb(69 10 10 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/65 {
    --tw-shadow-color: rgb(69 10 10 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/70 {
    --tw-shadow-color: rgb(69 10 10 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/75 {
    --tw-shadow-color: rgb(69 10 10 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/80 {
    --tw-shadow-color: rgb(69 10 10 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/85 {
    --tw-shadow-color: rgb(69 10 10 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/90 {
    --tw-shadow-color: rgb(69 10 10 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-red-950\/95 {
    --tw-shadow-color: rgb(69 10 10 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100 {
    --tw-shadow-color: #ffe4e6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/0 {
    --tw-shadow-color: rgb(255 228 230 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/10 {
    --tw-shadow-color: rgb(255 228 230 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/100 {
    --tw-shadow-color: rgb(255 228 230 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/15 {
    --tw-shadow-color: rgb(255 228 230 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/20 {
    --tw-shadow-color: rgb(255 228 230 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/25 {
    --tw-shadow-color: rgb(255 228 230 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/30 {
    --tw-shadow-color: rgb(255 228 230 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/35 {
    --tw-shadow-color: rgb(255 228 230 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/40 {
    --tw-shadow-color: rgb(255 228 230 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/45 {
    --tw-shadow-color: rgb(255 228 230 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/5 {
    --tw-shadow-color: rgb(255 228 230 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/50 {
    --tw-shadow-color: rgb(255 228 230 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/55 {
    --tw-shadow-color: rgb(255 228 230 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/60 {
    --tw-shadow-color: rgb(255 228 230 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/65 {
    --tw-shadow-color: rgb(255 228 230 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/70 {
    --tw-shadow-color: rgb(255 228 230 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/75 {
    --tw-shadow-color: rgb(255 228 230 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/80 {
    --tw-shadow-color: rgb(255 228 230 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/85 {
    --tw-shadow-color: rgb(255 228 230 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/90 {
    --tw-shadow-color: rgb(255 228 230 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-100\/95 {
    --tw-shadow-color: rgb(255 228 230 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200 {
    --tw-shadow-color: #fecdd3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/0 {
    --tw-shadow-color: rgb(254 205 211 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/10 {
    --tw-shadow-color: rgb(254 205 211 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/100 {
    --tw-shadow-color: rgb(254 205 211 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/15 {
    --tw-shadow-color: rgb(254 205 211 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/20 {
    --tw-shadow-color: rgb(254 205 211 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/25 {
    --tw-shadow-color: rgb(254 205 211 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/30 {
    --tw-shadow-color: rgb(254 205 211 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/35 {
    --tw-shadow-color: rgb(254 205 211 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/40 {
    --tw-shadow-color: rgb(254 205 211 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/45 {
    --tw-shadow-color: rgb(254 205 211 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/5 {
    --tw-shadow-color: rgb(254 205 211 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/50 {
    --tw-shadow-color: rgb(254 205 211 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/55 {
    --tw-shadow-color: rgb(254 205 211 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/60 {
    --tw-shadow-color: rgb(254 205 211 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/65 {
    --tw-shadow-color: rgb(254 205 211 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/70 {
    --tw-shadow-color: rgb(254 205 211 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/75 {
    --tw-shadow-color: rgb(254 205 211 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/80 {
    --tw-shadow-color: rgb(254 205 211 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/85 {
    --tw-shadow-color: rgb(254 205 211 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/90 {
    --tw-shadow-color: rgb(254 205 211 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-200\/95 {
    --tw-shadow-color: rgb(254 205 211 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300 {
    --tw-shadow-color: #fda4af;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/0 {
    --tw-shadow-color: rgb(253 164 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/10 {
    --tw-shadow-color: rgb(253 164 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/100 {
    --tw-shadow-color: rgb(253 164 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/15 {
    --tw-shadow-color: rgb(253 164 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/20 {
    --tw-shadow-color: rgb(253 164 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/25 {
    --tw-shadow-color: rgb(253 164 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/30 {
    --tw-shadow-color: rgb(253 164 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/35 {
    --tw-shadow-color: rgb(253 164 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/40 {
    --tw-shadow-color: rgb(253 164 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/45 {
    --tw-shadow-color: rgb(253 164 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/5 {
    --tw-shadow-color: rgb(253 164 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/50 {
    --tw-shadow-color: rgb(253 164 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/55 {
    --tw-shadow-color: rgb(253 164 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/60 {
    --tw-shadow-color: rgb(253 164 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/65 {
    --tw-shadow-color: rgb(253 164 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/70 {
    --tw-shadow-color: rgb(253 164 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/75 {
    --tw-shadow-color: rgb(253 164 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/80 {
    --tw-shadow-color: rgb(253 164 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/85 {
    --tw-shadow-color: rgb(253 164 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/90 {
    --tw-shadow-color: rgb(253 164 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-300\/95 {
    --tw-shadow-color: rgb(253 164 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400 {
    --tw-shadow-color: #fb7185;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/0 {
    --tw-shadow-color: rgb(251 113 133 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/10 {
    --tw-shadow-color: rgb(251 113 133 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/100 {
    --tw-shadow-color: rgb(251 113 133 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/15 {
    --tw-shadow-color: rgb(251 113 133 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/20 {
    --tw-shadow-color: rgb(251 113 133 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/25 {
    --tw-shadow-color: rgb(251 113 133 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/30 {
    --tw-shadow-color: rgb(251 113 133 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/35 {
    --tw-shadow-color: rgb(251 113 133 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/40 {
    --tw-shadow-color: rgb(251 113 133 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/45 {
    --tw-shadow-color: rgb(251 113 133 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/5 {
    --tw-shadow-color: rgb(251 113 133 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/50 {
    --tw-shadow-color: rgb(251 113 133 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/55 {
    --tw-shadow-color: rgb(251 113 133 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/60 {
    --tw-shadow-color: rgb(251 113 133 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/65 {
    --tw-shadow-color: rgb(251 113 133 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/70 {
    --tw-shadow-color: rgb(251 113 133 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/75 {
    --tw-shadow-color: rgb(251 113 133 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/80 {
    --tw-shadow-color: rgb(251 113 133 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/85 {
    --tw-shadow-color: rgb(251 113 133 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/90 {
    --tw-shadow-color: rgb(251 113 133 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-400\/95 {
    --tw-shadow-color: rgb(251 113 133 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50 {
    --tw-shadow-color: #fff1f2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/0 {
    --tw-shadow-color: rgb(255 241 242 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/10 {
    --tw-shadow-color: rgb(255 241 242 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/100 {
    --tw-shadow-color: rgb(255 241 242 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/15 {
    --tw-shadow-color: rgb(255 241 242 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/20 {
    --tw-shadow-color: rgb(255 241 242 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/25 {
    --tw-shadow-color: rgb(255 241 242 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/30 {
    --tw-shadow-color: rgb(255 241 242 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/35 {
    --tw-shadow-color: rgb(255 241 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/40 {
    --tw-shadow-color: rgb(255 241 242 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/45 {
    --tw-shadow-color: rgb(255 241 242 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/5 {
    --tw-shadow-color: rgb(255 241 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/50 {
    --tw-shadow-color: rgb(255 241 242 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/55 {
    --tw-shadow-color: rgb(255 241 242 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/60 {
    --tw-shadow-color: rgb(255 241 242 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/65 {
    --tw-shadow-color: rgb(255 241 242 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/70 {
    --tw-shadow-color: rgb(255 241 242 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/75 {
    --tw-shadow-color: rgb(255 241 242 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/80 {
    --tw-shadow-color: rgb(255 241 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/85 {
    --tw-shadow-color: rgb(255 241 242 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/90 {
    --tw-shadow-color: rgb(255 241 242 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-50\/95 {
    --tw-shadow-color: rgb(255 241 242 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500 {
    --tw-shadow-color: #f43f5e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/0 {
    --tw-shadow-color: rgb(244 63 94 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/10 {
    --tw-shadow-color: rgb(244 63 94 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/100 {
    --tw-shadow-color: rgb(244 63 94 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/15 {
    --tw-shadow-color: rgb(244 63 94 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/20 {
    --tw-shadow-color: rgb(244 63 94 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/25 {
    --tw-shadow-color: rgb(244 63 94 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/30 {
    --tw-shadow-color: rgb(244 63 94 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/35 {
    --tw-shadow-color: rgb(244 63 94 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/40 {
    --tw-shadow-color: rgb(244 63 94 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/45 {
    --tw-shadow-color: rgb(244 63 94 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/5 {
    --tw-shadow-color: rgb(244 63 94 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/50 {
    --tw-shadow-color: rgb(244 63 94 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/55 {
    --tw-shadow-color: rgb(244 63 94 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/60 {
    --tw-shadow-color: rgb(244 63 94 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/65 {
    --tw-shadow-color: rgb(244 63 94 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/70 {
    --tw-shadow-color: rgb(244 63 94 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/75 {
    --tw-shadow-color: rgb(244 63 94 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/80 {
    --tw-shadow-color: rgb(244 63 94 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/85 {
    --tw-shadow-color: rgb(244 63 94 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/90 {
    --tw-shadow-color: rgb(244 63 94 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-500\/95 {
    --tw-shadow-color: rgb(244 63 94 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600 {
    --tw-shadow-color: #e11d48;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/0 {
    --tw-shadow-color: rgb(225 29 72 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/10 {
    --tw-shadow-color: rgb(225 29 72 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/100 {
    --tw-shadow-color: rgb(225 29 72 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/15 {
    --tw-shadow-color: rgb(225 29 72 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/20 {
    --tw-shadow-color: rgb(225 29 72 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/25 {
    --tw-shadow-color: rgb(225 29 72 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/30 {
    --tw-shadow-color: rgb(225 29 72 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/35 {
    --tw-shadow-color: rgb(225 29 72 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/40 {
    --tw-shadow-color: rgb(225 29 72 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/45 {
    --tw-shadow-color: rgb(225 29 72 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/5 {
    --tw-shadow-color: rgb(225 29 72 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/50 {
    --tw-shadow-color: rgb(225 29 72 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/55 {
    --tw-shadow-color: rgb(225 29 72 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/60 {
    --tw-shadow-color: rgb(225 29 72 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/65 {
    --tw-shadow-color: rgb(225 29 72 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/70 {
    --tw-shadow-color: rgb(225 29 72 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/75 {
    --tw-shadow-color: rgb(225 29 72 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/80 {
    --tw-shadow-color: rgb(225 29 72 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/85 {
    --tw-shadow-color: rgb(225 29 72 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/90 {
    --tw-shadow-color: rgb(225 29 72 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-600\/95 {
    --tw-shadow-color: rgb(225 29 72 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700 {
    --tw-shadow-color: #be123c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/0 {
    --tw-shadow-color: rgb(190 18 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/10 {
    --tw-shadow-color: rgb(190 18 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/100 {
    --tw-shadow-color: rgb(190 18 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/15 {
    --tw-shadow-color: rgb(190 18 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/20 {
    --tw-shadow-color: rgb(190 18 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/25 {
    --tw-shadow-color: rgb(190 18 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/30 {
    --tw-shadow-color: rgb(190 18 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/35 {
    --tw-shadow-color: rgb(190 18 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/40 {
    --tw-shadow-color: rgb(190 18 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/45 {
    --tw-shadow-color: rgb(190 18 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/5 {
    --tw-shadow-color: rgb(190 18 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/50 {
    --tw-shadow-color: rgb(190 18 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/55 {
    --tw-shadow-color: rgb(190 18 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/60 {
    --tw-shadow-color: rgb(190 18 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/65 {
    --tw-shadow-color: rgb(190 18 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/70 {
    --tw-shadow-color: rgb(190 18 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/75 {
    --tw-shadow-color: rgb(190 18 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/80 {
    --tw-shadow-color: rgb(190 18 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/85 {
    --tw-shadow-color: rgb(190 18 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/90 {
    --tw-shadow-color: rgb(190 18 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-700\/95 {
    --tw-shadow-color: rgb(190 18 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800 {
    --tw-shadow-color: #9f1239;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/0 {
    --tw-shadow-color: rgb(159 18 57 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/10 {
    --tw-shadow-color: rgb(159 18 57 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/100 {
    --tw-shadow-color: rgb(159 18 57 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/15 {
    --tw-shadow-color: rgb(159 18 57 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/20 {
    --tw-shadow-color: rgb(159 18 57 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/25 {
    --tw-shadow-color: rgb(159 18 57 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/30 {
    --tw-shadow-color: rgb(159 18 57 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/35 {
    --tw-shadow-color: rgb(159 18 57 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/40 {
    --tw-shadow-color: rgb(159 18 57 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/45 {
    --tw-shadow-color: rgb(159 18 57 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/5 {
    --tw-shadow-color: rgb(159 18 57 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/50 {
    --tw-shadow-color: rgb(159 18 57 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/55 {
    --tw-shadow-color: rgb(159 18 57 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/60 {
    --tw-shadow-color: rgb(159 18 57 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/65 {
    --tw-shadow-color: rgb(159 18 57 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/70 {
    --tw-shadow-color: rgb(159 18 57 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/75 {
    --tw-shadow-color: rgb(159 18 57 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/80 {
    --tw-shadow-color: rgb(159 18 57 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/85 {
    --tw-shadow-color: rgb(159 18 57 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/90 {
    --tw-shadow-color: rgb(159 18 57 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-800\/95 {
    --tw-shadow-color: rgb(159 18 57 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900 {
    --tw-shadow-color: #881337;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/0 {
    --tw-shadow-color: rgb(136 19 55 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/10 {
    --tw-shadow-color: rgb(136 19 55 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/100 {
    --tw-shadow-color: rgb(136 19 55 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/15 {
    --tw-shadow-color: rgb(136 19 55 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/20 {
    --tw-shadow-color: rgb(136 19 55 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/25 {
    --tw-shadow-color: rgb(136 19 55 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/30 {
    --tw-shadow-color: rgb(136 19 55 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/35 {
    --tw-shadow-color: rgb(136 19 55 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/40 {
    --tw-shadow-color: rgb(136 19 55 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/45 {
    --tw-shadow-color: rgb(136 19 55 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/5 {
    --tw-shadow-color: rgb(136 19 55 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/50 {
    --tw-shadow-color: rgb(136 19 55 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/55 {
    --tw-shadow-color: rgb(136 19 55 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/60 {
    --tw-shadow-color: rgb(136 19 55 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/65 {
    --tw-shadow-color: rgb(136 19 55 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/70 {
    --tw-shadow-color: rgb(136 19 55 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/75 {
    --tw-shadow-color: rgb(136 19 55 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/80 {
    --tw-shadow-color: rgb(136 19 55 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/85 {
    --tw-shadow-color: rgb(136 19 55 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/90 {
    --tw-shadow-color: rgb(136 19 55 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-900\/95 {
    --tw-shadow-color: rgb(136 19 55 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950 {
    --tw-shadow-color: #4c0519;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/0 {
    --tw-shadow-color: rgb(76 5 25 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/10 {
    --tw-shadow-color: rgb(76 5 25 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/100 {
    --tw-shadow-color: rgb(76 5 25 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/15 {
    --tw-shadow-color: rgb(76 5 25 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/20 {
    --tw-shadow-color: rgb(76 5 25 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/25 {
    --tw-shadow-color: rgb(76 5 25 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/30 {
    --tw-shadow-color: rgb(76 5 25 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/35 {
    --tw-shadow-color: rgb(76 5 25 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/40 {
    --tw-shadow-color: rgb(76 5 25 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/45 {
    --tw-shadow-color: rgb(76 5 25 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/5 {
    --tw-shadow-color: rgb(76 5 25 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/50 {
    --tw-shadow-color: rgb(76 5 25 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/55 {
    --tw-shadow-color: rgb(76 5 25 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/60 {
    --tw-shadow-color: rgb(76 5 25 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/65 {
    --tw-shadow-color: rgb(76 5 25 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/70 {
    --tw-shadow-color: rgb(76 5 25 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/75 {
    --tw-shadow-color: rgb(76 5 25 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/80 {
    --tw-shadow-color: rgb(76 5 25 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/85 {
    --tw-shadow-color: rgb(76 5 25 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/90 {
    --tw-shadow-color: rgb(76 5 25 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-rose-950\/95 {
    --tw-shadow-color: rgb(76 5 25 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100 {
    --tw-shadow-color: #e0f2fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/0 {
    --tw-shadow-color: rgb(224 242 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/10 {
    --tw-shadow-color: rgb(224 242 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/100 {
    --tw-shadow-color: rgb(224 242 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/15 {
    --tw-shadow-color: rgb(224 242 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/20 {
    --tw-shadow-color: rgb(224 242 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/25 {
    --tw-shadow-color: rgb(224 242 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/30 {
    --tw-shadow-color: rgb(224 242 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/35 {
    --tw-shadow-color: rgb(224 242 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/40 {
    --tw-shadow-color: rgb(224 242 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/45 {
    --tw-shadow-color: rgb(224 242 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/5 {
    --tw-shadow-color: rgb(224 242 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/50 {
    --tw-shadow-color: rgb(224 242 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/55 {
    --tw-shadow-color: rgb(224 242 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/60 {
    --tw-shadow-color: rgb(224 242 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/65 {
    --tw-shadow-color: rgb(224 242 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/70 {
    --tw-shadow-color: rgb(224 242 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/75 {
    --tw-shadow-color: rgb(224 242 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/80 {
    --tw-shadow-color: rgb(224 242 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/85 {
    --tw-shadow-color: rgb(224 242 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/90 {
    --tw-shadow-color: rgb(224 242 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-100\/95 {
    --tw-shadow-color: rgb(224 242 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200 {
    --tw-shadow-color: #bae6fd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/0 {
    --tw-shadow-color: rgb(186 230 253 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/10 {
    --tw-shadow-color: rgb(186 230 253 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/100 {
    --tw-shadow-color: rgb(186 230 253 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/15 {
    --tw-shadow-color: rgb(186 230 253 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/20 {
    --tw-shadow-color: rgb(186 230 253 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/25 {
    --tw-shadow-color: rgb(186 230 253 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/30 {
    --tw-shadow-color: rgb(186 230 253 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/35 {
    --tw-shadow-color: rgb(186 230 253 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/40 {
    --tw-shadow-color: rgb(186 230 253 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/45 {
    --tw-shadow-color: rgb(186 230 253 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/5 {
    --tw-shadow-color: rgb(186 230 253 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/50 {
    --tw-shadow-color: rgb(186 230 253 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/55 {
    --tw-shadow-color: rgb(186 230 253 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/60 {
    --tw-shadow-color: rgb(186 230 253 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/65 {
    --tw-shadow-color: rgb(186 230 253 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/70 {
    --tw-shadow-color: rgb(186 230 253 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/75 {
    --tw-shadow-color: rgb(186 230 253 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/80 {
    --tw-shadow-color: rgb(186 230 253 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/85 {
    --tw-shadow-color: rgb(186 230 253 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/90 {
    --tw-shadow-color: rgb(186 230 253 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-200\/95 {
    --tw-shadow-color: rgb(186 230 253 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300 {
    --tw-shadow-color: #7dd3fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/0 {
    --tw-shadow-color: rgb(125 211 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/10 {
    --tw-shadow-color: rgb(125 211 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/100 {
    --tw-shadow-color: rgb(125 211 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/15 {
    --tw-shadow-color: rgb(125 211 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/20 {
    --tw-shadow-color: rgb(125 211 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/25 {
    --tw-shadow-color: rgb(125 211 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/30 {
    --tw-shadow-color: rgb(125 211 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/35 {
    --tw-shadow-color: rgb(125 211 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/40 {
    --tw-shadow-color: rgb(125 211 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/45 {
    --tw-shadow-color: rgb(125 211 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/5 {
    --tw-shadow-color: rgb(125 211 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/50 {
    --tw-shadow-color: rgb(125 211 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/55 {
    --tw-shadow-color: rgb(125 211 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/60 {
    --tw-shadow-color: rgb(125 211 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/65 {
    --tw-shadow-color: rgb(125 211 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/70 {
    --tw-shadow-color: rgb(125 211 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/75 {
    --tw-shadow-color: rgb(125 211 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/80 {
    --tw-shadow-color: rgb(125 211 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/85 {
    --tw-shadow-color: rgb(125 211 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/90 {
    --tw-shadow-color: rgb(125 211 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-300\/95 {
    --tw-shadow-color: rgb(125 211 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400 {
    --tw-shadow-color: #38bdf8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/0 {
    --tw-shadow-color: rgb(56 189 248 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/10 {
    --tw-shadow-color: rgb(56 189 248 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/100 {
    --tw-shadow-color: rgb(56 189 248 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/15 {
    --tw-shadow-color: rgb(56 189 248 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/20 {
    --tw-shadow-color: rgb(56 189 248 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/25 {
    --tw-shadow-color: rgb(56 189 248 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/30 {
    --tw-shadow-color: rgb(56 189 248 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/35 {
    --tw-shadow-color: rgb(56 189 248 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/40 {
    --tw-shadow-color: rgb(56 189 248 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/45 {
    --tw-shadow-color: rgb(56 189 248 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/5 {
    --tw-shadow-color: rgb(56 189 248 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/50 {
    --tw-shadow-color: rgb(56 189 248 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/55 {
    --tw-shadow-color: rgb(56 189 248 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/60 {
    --tw-shadow-color: rgb(56 189 248 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/65 {
    --tw-shadow-color: rgb(56 189 248 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/70 {
    --tw-shadow-color: rgb(56 189 248 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/75 {
    --tw-shadow-color: rgb(56 189 248 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/80 {
    --tw-shadow-color: rgb(56 189 248 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/85 {
    --tw-shadow-color: rgb(56 189 248 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/90 {
    --tw-shadow-color: rgb(56 189 248 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-400\/95 {
    --tw-shadow-color: rgb(56 189 248 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50 {
    --tw-shadow-color: #f0f9ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/0 {
    --tw-shadow-color: rgb(240 249 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/10 {
    --tw-shadow-color: rgb(240 249 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/100 {
    --tw-shadow-color: rgb(240 249 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/15 {
    --tw-shadow-color: rgb(240 249 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/20 {
    --tw-shadow-color: rgb(240 249 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/25 {
    --tw-shadow-color: rgb(240 249 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/30 {
    --tw-shadow-color: rgb(240 249 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/35 {
    --tw-shadow-color: rgb(240 249 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/40 {
    --tw-shadow-color: rgb(240 249 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/45 {
    --tw-shadow-color: rgb(240 249 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/5 {
    --tw-shadow-color: rgb(240 249 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/50 {
    --tw-shadow-color: rgb(240 249 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/55 {
    --tw-shadow-color: rgb(240 249 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/60 {
    --tw-shadow-color: rgb(240 249 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/65 {
    --tw-shadow-color: rgb(240 249 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/70 {
    --tw-shadow-color: rgb(240 249 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/75 {
    --tw-shadow-color: rgb(240 249 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/80 {
    --tw-shadow-color: rgb(240 249 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/85 {
    --tw-shadow-color: rgb(240 249 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/90 {
    --tw-shadow-color: rgb(240 249 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-50\/95 {
    --tw-shadow-color: rgb(240 249 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500 {
    --tw-shadow-color: #0ea5e9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/0 {
    --tw-shadow-color: rgb(14 165 233 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/10 {
    --tw-shadow-color: rgb(14 165 233 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/100 {
    --tw-shadow-color: rgb(14 165 233 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/15 {
    --tw-shadow-color: rgb(14 165 233 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/20 {
    --tw-shadow-color: rgb(14 165 233 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/25 {
    --tw-shadow-color: rgb(14 165 233 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/30 {
    --tw-shadow-color: rgb(14 165 233 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/35 {
    --tw-shadow-color: rgb(14 165 233 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/40 {
    --tw-shadow-color: rgb(14 165 233 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/45 {
    --tw-shadow-color: rgb(14 165 233 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/5 {
    --tw-shadow-color: rgb(14 165 233 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/50 {
    --tw-shadow-color: rgb(14 165 233 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/55 {
    --tw-shadow-color: rgb(14 165 233 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/60 {
    --tw-shadow-color: rgb(14 165 233 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/65 {
    --tw-shadow-color: rgb(14 165 233 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/70 {
    --tw-shadow-color: rgb(14 165 233 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/75 {
    --tw-shadow-color: rgb(14 165 233 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/80 {
    --tw-shadow-color: rgb(14 165 233 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/85 {
    --tw-shadow-color: rgb(14 165 233 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/90 {
    --tw-shadow-color: rgb(14 165 233 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-500\/95 {
    --tw-shadow-color: rgb(14 165 233 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600 {
    --tw-shadow-color: #0284c7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/0 {
    --tw-shadow-color: rgb(2 132 199 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/10 {
    --tw-shadow-color: rgb(2 132 199 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/100 {
    --tw-shadow-color: rgb(2 132 199 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/15 {
    --tw-shadow-color: rgb(2 132 199 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/20 {
    --tw-shadow-color: rgb(2 132 199 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/25 {
    --tw-shadow-color: rgb(2 132 199 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/30 {
    --tw-shadow-color: rgb(2 132 199 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/35 {
    --tw-shadow-color: rgb(2 132 199 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/40 {
    --tw-shadow-color: rgb(2 132 199 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/45 {
    --tw-shadow-color: rgb(2 132 199 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/5 {
    --tw-shadow-color: rgb(2 132 199 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/50 {
    --tw-shadow-color: rgb(2 132 199 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/55 {
    --tw-shadow-color: rgb(2 132 199 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/60 {
    --tw-shadow-color: rgb(2 132 199 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/65 {
    --tw-shadow-color: rgb(2 132 199 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/70 {
    --tw-shadow-color: rgb(2 132 199 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/75 {
    --tw-shadow-color: rgb(2 132 199 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/80 {
    --tw-shadow-color: rgb(2 132 199 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/85 {
    --tw-shadow-color: rgb(2 132 199 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/90 {
    --tw-shadow-color: rgb(2 132 199 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-600\/95 {
    --tw-shadow-color: rgb(2 132 199 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700 {
    --tw-shadow-color: #0369a1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/0 {
    --tw-shadow-color: rgb(3 105 161 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/10 {
    --tw-shadow-color: rgb(3 105 161 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/100 {
    --tw-shadow-color: rgb(3 105 161 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/15 {
    --tw-shadow-color: rgb(3 105 161 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/20 {
    --tw-shadow-color: rgb(3 105 161 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/25 {
    --tw-shadow-color: rgb(3 105 161 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/30 {
    --tw-shadow-color: rgb(3 105 161 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/35 {
    --tw-shadow-color: rgb(3 105 161 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/40 {
    --tw-shadow-color: rgb(3 105 161 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/45 {
    --tw-shadow-color: rgb(3 105 161 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/5 {
    --tw-shadow-color: rgb(3 105 161 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/50 {
    --tw-shadow-color: rgb(3 105 161 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/55 {
    --tw-shadow-color: rgb(3 105 161 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/60 {
    --tw-shadow-color: rgb(3 105 161 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/65 {
    --tw-shadow-color: rgb(3 105 161 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/70 {
    --tw-shadow-color: rgb(3 105 161 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/75 {
    --tw-shadow-color: rgb(3 105 161 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/80 {
    --tw-shadow-color: rgb(3 105 161 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/85 {
    --tw-shadow-color: rgb(3 105 161 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/90 {
    --tw-shadow-color: rgb(3 105 161 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-700\/95 {
    --tw-shadow-color: rgb(3 105 161 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800 {
    --tw-shadow-color: #075985;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/0 {
    --tw-shadow-color: rgb(7 89 133 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/10 {
    --tw-shadow-color: rgb(7 89 133 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/100 {
    --tw-shadow-color: rgb(7 89 133 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/15 {
    --tw-shadow-color: rgb(7 89 133 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/20 {
    --tw-shadow-color: rgb(7 89 133 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/25 {
    --tw-shadow-color: rgb(7 89 133 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/30 {
    --tw-shadow-color: rgb(7 89 133 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/35 {
    --tw-shadow-color: rgb(7 89 133 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/40 {
    --tw-shadow-color: rgb(7 89 133 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/45 {
    --tw-shadow-color: rgb(7 89 133 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/5 {
    --tw-shadow-color: rgb(7 89 133 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/50 {
    --tw-shadow-color: rgb(7 89 133 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/55 {
    --tw-shadow-color: rgb(7 89 133 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/60 {
    --tw-shadow-color: rgb(7 89 133 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/65 {
    --tw-shadow-color: rgb(7 89 133 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/70 {
    --tw-shadow-color: rgb(7 89 133 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/75 {
    --tw-shadow-color: rgb(7 89 133 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/80 {
    --tw-shadow-color: rgb(7 89 133 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/85 {
    --tw-shadow-color: rgb(7 89 133 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/90 {
    --tw-shadow-color: rgb(7 89 133 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-800\/95 {
    --tw-shadow-color: rgb(7 89 133 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900 {
    --tw-shadow-color: #0c4a6e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/0 {
    --tw-shadow-color: rgb(12 74 110 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/10 {
    --tw-shadow-color: rgb(12 74 110 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/100 {
    --tw-shadow-color: rgb(12 74 110 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/15 {
    --tw-shadow-color: rgb(12 74 110 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/20 {
    --tw-shadow-color: rgb(12 74 110 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/25 {
    --tw-shadow-color: rgb(12 74 110 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/30 {
    --tw-shadow-color: rgb(12 74 110 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/35 {
    --tw-shadow-color: rgb(12 74 110 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/40 {
    --tw-shadow-color: rgb(12 74 110 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/45 {
    --tw-shadow-color: rgb(12 74 110 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/5 {
    --tw-shadow-color: rgb(12 74 110 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/50 {
    --tw-shadow-color: rgb(12 74 110 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/55 {
    --tw-shadow-color: rgb(12 74 110 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/60 {
    --tw-shadow-color: rgb(12 74 110 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/65 {
    --tw-shadow-color: rgb(12 74 110 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/70 {
    --tw-shadow-color: rgb(12 74 110 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/75 {
    --tw-shadow-color: rgb(12 74 110 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/80 {
    --tw-shadow-color: rgb(12 74 110 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/85 {
    --tw-shadow-color: rgb(12 74 110 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/90 {
    --tw-shadow-color: rgb(12 74 110 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-900\/95 {
    --tw-shadow-color: rgb(12 74 110 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950 {
    --tw-shadow-color: #082f49;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/0 {
    --tw-shadow-color: rgb(8 47 73 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/10 {
    --tw-shadow-color: rgb(8 47 73 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/100 {
    --tw-shadow-color: rgb(8 47 73 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/15 {
    --tw-shadow-color: rgb(8 47 73 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/20 {
    --tw-shadow-color: rgb(8 47 73 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/25 {
    --tw-shadow-color: rgb(8 47 73 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/30 {
    --tw-shadow-color: rgb(8 47 73 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/35 {
    --tw-shadow-color: rgb(8 47 73 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/40 {
    --tw-shadow-color: rgb(8 47 73 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/45 {
    --tw-shadow-color: rgb(8 47 73 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/5 {
    --tw-shadow-color: rgb(8 47 73 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/50 {
    --tw-shadow-color: rgb(8 47 73 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/55 {
    --tw-shadow-color: rgb(8 47 73 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/60 {
    --tw-shadow-color: rgb(8 47 73 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/65 {
    --tw-shadow-color: rgb(8 47 73 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/70 {
    --tw-shadow-color: rgb(8 47 73 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/75 {
    --tw-shadow-color: rgb(8 47 73 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/80 {
    --tw-shadow-color: rgb(8 47 73 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/85 {
    --tw-shadow-color: rgb(8 47 73 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/90 {
    --tw-shadow-color: rgb(8 47 73 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-sky-950\/95 {
    --tw-shadow-color: rgb(8 47 73 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100 {
    --tw-shadow-color: #f1f5f9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/0 {
    --tw-shadow-color: rgb(241 245 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/10 {
    --tw-shadow-color: rgb(241 245 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/100 {
    --tw-shadow-color: rgb(241 245 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/15 {
    --tw-shadow-color: rgb(241 245 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/20 {
    --tw-shadow-color: rgb(241 245 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/25 {
    --tw-shadow-color: rgb(241 245 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/30 {
    --tw-shadow-color: rgb(241 245 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/35 {
    --tw-shadow-color: rgb(241 245 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/40 {
    --tw-shadow-color: rgb(241 245 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/45 {
    --tw-shadow-color: rgb(241 245 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/5 {
    --tw-shadow-color: rgb(241 245 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/50 {
    --tw-shadow-color: rgb(241 245 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/55 {
    --tw-shadow-color: rgb(241 245 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/60 {
    --tw-shadow-color: rgb(241 245 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/65 {
    --tw-shadow-color: rgb(241 245 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/70 {
    --tw-shadow-color: rgb(241 245 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/75 {
    --tw-shadow-color: rgb(241 245 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/80 {
    --tw-shadow-color: rgb(241 245 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/85 {
    --tw-shadow-color: rgb(241 245 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/90 {
    --tw-shadow-color: rgb(241 245 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-100\/95 {
    --tw-shadow-color: rgb(241 245 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200 {
    --tw-shadow-color: #e2e8f0;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/0 {
    --tw-shadow-color: rgb(226 232 240 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/10 {
    --tw-shadow-color: rgb(226 232 240 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/100 {
    --tw-shadow-color: rgb(226 232 240 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/15 {
    --tw-shadow-color: rgb(226 232 240 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/20 {
    --tw-shadow-color: rgb(226 232 240 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/25 {
    --tw-shadow-color: rgb(226 232 240 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/30 {
    --tw-shadow-color: rgb(226 232 240 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/35 {
    --tw-shadow-color: rgb(226 232 240 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/40 {
    --tw-shadow-color: rgb(226 232 240 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/45 {
    --tw-shadow-color: rgb(226 232 240 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/5 {
    --tw-shadow-color: rgb(226 232 240 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/50 {
    --tw-shadow-color: rgb(226 232 240 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/55 {
    --tw-shadow-color: rgb(226 232 240 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/60 {
    --tw-shadow-color: rgb(226 232 240 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/65 {
    --tw-shadow-color: rgb(226 232 240 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/70 {
    --tw-shadow-color: rgb(226 232 240 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/75 {
    --tw-shadow-color: rgb(226 232 240 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/80 {
    --tw-shadow-color: rgb(226 232 240 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/85 {
    --tw-shadow-color: rgb(226 232 240 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/90 {
    --tw-shadow-color: rgb(226 232 240 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-200\/95 {
    --tw-shadow-color: rgb(226 232 240 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300 {
    --tw-shadow-color: #cbd5e1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/0 {
    --tw-shadow-color: rgb(203 213 225 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/10 {
    --tw-shadow-color: rgb(203 213 225 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/100 {
    --tw-shadow-color: rgb(203 213 225 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/15 {
    --tw-shadow-color: rgb(203 213 225 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/20 {
    --tw-shadow-color: rgb(203 213 225 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/25 {
    --tw-shadow-color: rgb(203 213 225 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/30 {
    --tw-shadow-color: rgb(203 213 225 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/35 {
    --tw-shadow-color: rgb(203 213 225 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/40 {
    --tw-shadow-color: rgb(203 213 225 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/45 {
    --tw-shadow-color: rgb(203 213 225 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/5 {
    --tw-shadow-color: rgb(203 213 225 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/50 {
    --tw-shadow-color: rgb(203 213 225 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/55 {
    --tw-shadow-color: rgb(203 213 225 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/60 {
    --tw-shadow-color: rgb(203 213 225 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/65 {
    --tw-shadow-color: rgb(203 213 225 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/70 {
    --tw-shadow-color: rgb(203 213 225 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/75 {
    --tw-shadow-color: rgb(203 213 225 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/80 {
    --tw-shadow-color: rgb(203 213 225 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/85 {
    --tw-shadow-color: rgb(203 213 225 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/90 {
    --tw-shadow-color: rgb(203 213 225 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-300\/95 {
    --tw-shadow-color: rgb(203 213 225 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400 {
    --tw-shadow-color: #94a3b8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/0 {
    --tw-shadow-color: rgb(148 163 184 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/10 {
    --tw-shadow-color: rgb(148 163 184 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/100 {
    --tw-shadow-color: rgb(148 163 184 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/15 {
    --tw-shadow-color: rgb(148 163 184 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/20 {
    --tw-shadow-color: rgb(148 163 184 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/25 {
    --tw-shadow-color: rgb(148 163 184 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/30 {
    --tw-shadow-color: rgb(148 163 184 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/35 {
    --tw-shadow-color: rgb(148 163 184 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/40 {
    --tw-shadow-color: rgb(148 163 184 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/45 {
    --tw-shadow-color: rgb(148 163 184 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/5 {
    --tw-shadow-color: rgb(148 163 184 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/50 {
    --tw-shadow-color: rgb(148 163 184 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/55 {
    --tw-shadow-color: rgb(148 163 184 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/60 {
    --tw-shadow-color: rgb(148 163 184 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/65 {
    --tw-shadow-color: rgb(148 163 184 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/70 {
    --tw-shadow-color: rgb(148 163 184 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/75 {
    --tw-shadow-color: rgb(148 163 184 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/80 {
    --tw-shadow-color: rgb(148 163 184 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/85 {
    --tw-shadow-color: rgb(148 163 184 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/90 {
    --tw-shadow-color: rgb(148 163 184 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-400\/95 {
    --tw-shadow-color: rgb(148 163 184 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50 {
    --tw-shadow-color: #f8fafc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/0 {
    --tw-shadow-color: rgb(248 250 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/10 {
    --tw-shadow-color: rgb(248 250 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/100 {
    --tw-shadow-color: rgb(248 250 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/15 {
    --tw-shadow-color: rgb(248 250 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/20 {
    --tw-shadow-color: rgb(248 250 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/25 {
    --tw-shadow-color: rgb(248 250 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/30 {
    --tw-shadow-color: rgb(248 250 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/35 {
    --tw-shadow-color: rgb(248 250 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/40 {
    --tw-shadow-color: rgb(248 250 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/45 {
    --tw-shadow-color: rgb(248 250 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/5 {
    --tw-shadow-color: rgb(248 250 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/50 {
    --tw-shadow-color: rgb(248 250 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/55 {
    --tw-shadow-color: rgb(248 250 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/60 {
    --tw-shadow-color: rgb(248 250 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/65 {
    --tw-shadow-color: rgb(248 250 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/70 {
    --tw-shadow-color: rgb(248 250 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/75 {
    --tw-shadow-color: rgb(248 250 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/80 {
    --tw-shadow-color: rgb(248 250 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/85 {
    --tw-shadow-color: rgb(248 250 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/90 {
    --tw-shadow-color: rgb(248 250 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-50\/95 {
    --tw-shadow-color: rgb(248 250 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500 {
    --tw-shadow-color: #64748b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/0 {
    --tw-shadow-color: rgb(100 116 139 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/10 {
    --tw-shadow-color: rgb(100 116 139 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/100 {
    --tw-shadow-color: rgb(100 116 139 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/15 {
    --tw-shadow-color: rgb(100 116 139 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/20 {
    --tw-shadow-color: rgb(100 116 139 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/25 {
    --tw-shadow-color: rgb(100 116 139 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/30 {
    --tw-shadow-color: rgb(100 116 139 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/35 {
    --tw-shadow-color: rgb(100 116 139 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/40 {
    --tw-shadow-color: rgb(100 116 139 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/45 {
    --tw-shadow-color: rgb(100 116 139 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/5 {
    --tw-shadow-color: rgb(100 116 139 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/50 {
    --tw-shadow-color: rgb(100 116 139 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/55 {
    --tw-shadow-color: rgb(100 116 139 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/60 {
    --tw-shadow-color: rgb(100 116 139 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/65 {
    --tw-shadow-color: rgb(100 116 139 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/70 {
    --tw-shadow-color: rgb(100 116 139 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/75 {
    --tw-shadow-color: rgb(100 116 139 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/80 {
    --tw-shadow-color: rgb(100 116 139 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/85 {
    --tw-shadow-color: rgb(100 116 139 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/90 {
    --tw-shadow-color: rgb(100 116 139 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-500\/95 {
    --tw-shadow-color: rgb(100 116 139 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600 {
    --tw-shadow-color: #475569;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/0 {
    --tw-shadow-color: rgb(71 85 105 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/10 {
    --tw-shadow-color: rgb(71 85 105 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/100 {
    --tw-shadow-color: rgb(71 85 105 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/15 {
    --tw-shadow-color: rgb(71 85 105 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/20 {
    --tw-shadow-color: rgb(71 85 105 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/25 {
    --tw-shadow-color: rgb(71 85 105 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/30 {
    --tw-shadow-color: rgb(71 85 105 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/35 {
    --tw-shadow-color: rgb(71 85 105 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/40 {
    --tw-shadow-color: rgb(71 85 105 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/45 {
    --tw-shadow-color: rgb(71 85 105 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/5 {
    --tw-shadow-color: rgb(71 85 105 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/50 {
    --tw-shadow-color: rgb(71 85 105 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/55 {
    --tw-shadow-color: rgb(71 85 105 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/60 {
    --tw-shadow-color: rgb(71 85 105 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/65 {
    --tw-shadow-color: rgb(71 85 105 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/70 {
    --tw-shadow-color: rgb(71 85 105 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/75 {
    --tw-shadow-color: rgb(71 85 105 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/80 {
    --tw-shadow-color: rgb(71 85 105 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/85 {
    --tw-shadow-color: rgb(71 85 105 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/90 {
    --tw-shadow-color: rgb(71 85 105 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-600\/95 {
    --tw-shadow-color: rgb(71 85 105 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700 {
    --tw-shadow-color: #334155;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/0 {
    --tw-shadow-color: rgb(51 65 85 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/10 {
    --tw-shadow-color: rgb(51 65 85 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/100 {
    --tw-shadow-color: rgb(51 65 85 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/15 {
    --tw-shadow-color: rgb(51 65 85 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/20 {
    --tw-shadow-color: rgb(51 65 85 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/25 {
    --tw-shadow-color: rgb(51 65 85 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/30 {
    --tw-shadow-color: rgb(51 65 85 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/35 {
    --tw-shadow-color: rgb(51 65 85 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/40 {
    --tw-shadow-color: rgb(51 65 85 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/45 {
    --tw-shadow-color: rgb(51 65 85 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/5 {
    --tw-shadow-color: rgb(51 65 85 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/50 {
    --tw-shadow-color: rgb(51 65 85 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/55 {
    --tw-shadow-color: rgb(51 65 85 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/60 {
    --tw-shadow-color: rgb(51 65 85 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/65 {
    --tw-shadow-color: rgb(51 65 85 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/70 {
    --tw-shadow-color: rgb(51 65 85 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/75 {
    --tw-shadow-color: rgb(51 65 85 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/80 {
    --tw-shadow-color: rgb(51 65 85 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/85 {
    --tw-shadow-color: rgb(51 65 85 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/90 {
    --tw-shadow-color: rgb(51 65 85 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-700\/95 {
    --tw-shadow-color: rgb(51 65 85 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800 {
    --tw-shadow-color: #1e293b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/0 {
    --tw-shadow-color: rgb(30 41 59 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/10 {
    --tw-shadow-color: rgb(30 41 59 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/100 {
    --tw-shadow-color: rgb(30 41 59 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/15 {
    --tw-shadow-color: rgb(30 41 59 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/20 {
    --tw-shadow-color: rgb(30 41 59 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/25 {
    --tw-shadow-color: rgb(30 41 59 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/30 {
    --tw-shadow-color: rgb(30 41 59 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/35 {
    --tw-shadow-color: rgb(30 41 59 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/40 {
    --tw-shadow-color: rgb(30 41 59 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/45 {
    --tw-shadow-color: rgb(30 41 59 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/5 {
    --tw-shadow-color: rgb(30 41 59 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/50 {
    --tw-shadow-color: rgb(30 41 59 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/55 {
    --tw-shadow-color: rgb(30 41 59 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/60 {
    --tw-shadow-color: rgb(30 41 59 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/65 {
    --tw-shadow-color: rgb(30 41 59 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/70 {
    --tw-shadow-color: rgb(30 41 59 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/75 {
    --tw-shadow-color: rgb(30 41 59 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/80 {
    --tw-shadow-color: rgb(30 41 59 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/85 {
    --tw-shadow-color: rgb(30 41 59 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/90 {
    --tw-shadow-color: rgb(30 41 59 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-800\/95 {
    --tw-shadow-color: rgb(30 41 59 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900 {
    --tw-shadow-color: #0f172a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/0 {
    --tw-shadow-color: rgb(15 23 42 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/10 {
    --tw-shadow-color: rgb(15 23 42 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/100 {
    --tw-shadow-color: rgb(15 23 42 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/15 {
    --tw-shadow-color: rgb(15 23 42 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/20 {
    --tw-shadow-color: rgb(15 23 42 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/25 {
    --tw-shadow-color: rgb(15 23 42 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/30 {
    --tw-shadow-color: rgb(15 23 42 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/35 {
    --tw-shadow-color: rgb(15 23 42 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/40 {
    --tw-shadow-color: rgb(15 23 42 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/45 {
    --tw-shadow-color: rgb(15 23 42 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/5 {
    --tw-shadow-color: rgb(15 23 42 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/50 {
    --tw-shadow-color: rgb(15 23 42 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/55 {
    --tw-shadow-color: rgb(15 23 42 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/60 {
    --tw-shadow-color: rgb(15 23 42 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/65 {
    --tw-shadow-color: rgb(15 23 42 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/70 {
    --tw-shadow-color: rgb(15 23 42 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/75 {
    --tw-shadow-color: rgb(15 23 42 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/80 {
    --tw-shadow-color: rgb(15 23 42 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/85 {
    --tw-shadow-color: rgb(15 23 42 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/90 {
    --tw-shadow-color: rgb(15 23 42 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-900\/95 {
    --tw-shadow-color: rgb(15 23 42 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950 {
    --tw-shadow-color: #020617;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/0 {
    --tw-shadow-color: rgb(2 6 23 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/10 {
    --tw-shadow-color: rgb(2 6 23 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/100 {
    --tw-shadow-color: rgb(2 6 23 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/15 {
    --tw-shadow-color: rgb(2 6 23 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/20 {
    --tw-shadow-color: rgb(2 6 23 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/25 {
    --tw-shadow-color: rgb(2 6 23 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/30 {
    --tw-shadow-color: rgb(2 6 23 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/35 {
    --tw-shadow-color: rgb(2 6 23 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/40 {
    --tw-shadow-color: rgb(2 6 23 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/45 {
    --tw-shadow-color: rgb(2 6 23 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/5 {
    --tw-shadow-color: rgb(2 6 23 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/50 {
    --tw-shadow-color: rgb(2 6 23 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/55 {
    --tw-shadow-color: rgb(2 6 23 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/60 {
    --tw-shadow-color: rgb(2 6 23 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/65 {
    --tw-shadow-color: rgb(2 6 23 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/70 {
    --tw-shadow-color: rgb(2 6 23 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/75 {
    --tw-shadow-color: rgb(2 6 23 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/80 {
    --tw-shadow-color: rgb(2 6 23 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/85 {
    --tw-shadow-color: rgb(2 6 23 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/90 {
    --tw-shadow-color: rgb(2 6 23 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-slate-950\/95 {
    --tw-shadow-color: rgb(2 6 23 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100 {
    --tw-shadow-color: #f5f5f4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/0 {
    --tw-shadow-color: rgb(245 245 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/10 {
    --tw-shadow-color: rgb(245 245 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/100 {
    --tw-shadow-color: rgb(245 245 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/15 {
    --tw-shadow-color: rgb(245 245 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/20 {
    --tw-shadow-color: rgb(245 245 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/25 {
    --tw-shadow-color: rgb(245 245 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/30 {
    --tw-shadow-color: rgb(245 245 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/35 {
    --tw-shadow-color: rgb(245 245 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/40 {
    --tw-shadow-color: rgb(245 245 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/45 {
    --tw-shadow-color: rgb(245 245 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/5 {
    --tw-shadow-color: rgb(245 245 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/50 {
    --tw-shadow-color: rgb(245 245 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/55 {
    --tw-shadow-color: rgb(245 245 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/60 {
    --tw-shadow-color: rgb(245 245 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/65 {
    --tw-shadow-color: rgb(245 245 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/70 {
    --tw-shadow-color: rgb(245 245 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/75 {
    --tw-shadow-color: rgb(245 245 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/80 {
    --tw-shadow-color: rgb(245 245 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/85 {
    --tw-shadow-color: rgb(245 245 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/90 {
    --tw-shadow-color: rgb(245 245 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-100\/95 {
    --tw-shadow-color: rgb(245 245 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200 {
    --tw-shadow-color: #e7e5e4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/0 {
    --tw-shadow-color: rgb(231 229 228 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/10 {
    --tw-shadow-color: rgb(231 229 228 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/100 {
    --tw-shadow-color: rgb(231 229 228 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/15 {
    --tw-shadow-color: rgb(231 229 228 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/20 {
    --tw-shadow-color: rgb(231 229 228 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/25 {
    --tw-shadow-color: rgb(231 229 228 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/30 {
    --tw-shadow-color: rgb(231 229 228 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/35 {
    --tw-shadow-color: rgb(231 229 228 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/40 {
    --tw-shadow-color: rgb(231 229 228 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/45 {
    --tw-shadow-color: rgb(231 229 228 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/5 {
    --tw-shadow-color: rgb(231 229 228 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/50 {
    --tw-shadow-color: rgb(231 229 228 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/55 {
    --tw-shadow-color: rgb(231 229 228 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/60 {
    --tw-shadow-color: rgb(231 229 228 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/65 {
    --tw-shadow-color: rgb(231 229 228 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/70 {
    --tw-shadow-color: rgb(231 229 228 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/75 {
    --tw-shadow-color: rgb(231 229 228 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/80 {
    --tw-shadow-color: rgb(231 229 228 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/85 {
    --tw-shadow-color: rgb(231 229 228 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/90 {
    --tw-shadow-color: rgb(231 229 228 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-200\/95 {
    --tw-shadow-color: rgb(231 229 228 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300 {
    --tw-shadow-color: #d6d3d1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/0 {
    --tw-shadow-color: rgb(214 211 209 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/10 {
    --tw-shadow-color: rgb(214 211 209 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/100 {
    --tw-shadow-color: rgb(214 211 209 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/15 {
    --tw-shadow-color: rgb(214 211 209 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/20 {
    --tw-shadow-color: rgb(214 211 209 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/25 {
    --tw-shadow-color: rgb(214 211 209 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/30 {
    --tw-shadow-color: rgb(214 211 209 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/35 {
    --tw-shadow-color: rgb(214 211 209 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/40 {
    --tw-shadow-color: rgb(214 211 209 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/45 {
    --tw-shadow-color: rgb(214 211 209 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/5 {
    --tw-shadow-color: rgb(214 211 209 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/50 {
    --tw-shadow-color: rgb(214 211 209 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/55 {
    --tw-shadow-color: rgb(214 211 209 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/60 {
    --tw-shadow-color: rgb(214 211 209 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/65 {
    --tw-shadow-color: rgb(214 211 209 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/70 {
    --tw-shadow-color: rgb(214 211 209 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/75 {
    --tw-shadow-color: rgb(214 211 209 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/80 {
    --tw-shadow-color: rgb(214 211 209 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/85 {
    --tw-shadow-color: rgb(214 211 209 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/90 {
    --tw-shadow-color: rgb(214 211 209 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-300\/95 {
    --tw-shadow-color: rgb(214 211 209 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400 {
    --tw-shadow-color: #a8a29e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/0 {
    --tw-shadow-color: rgb(168 162 158 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/10 {
    --tw-shadow-color: rgb(168 162 158 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/100 {
    --tw-shadow-color: rgb(168 162 158 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/15 {
    --tw-shadow-color: rgb(168 162 158 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/20 {
    --tw-shadow-color: rgb(168 162 158 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/25 {
    --tw-shadow-color: rgb(168 162 158 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/30 {
    --tw-shadow-color: rgb(168 162 158 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/35 {
    --tw-shadow-color: rgb(168 162 158 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/40 {
    --tw-shadow-color: rgb(168 162 158 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/45 {
    --tw-shadow-color: rgb(168 162 158 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/5 {
    --tw-shadow-color: rgb(168 162 158 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/50 {
    --tw-shadow-color: rgb(168 162 158 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/55 {
    --tw-shadow-color: rgb(168 162 158 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/60 {
    --tw-shadow-color: rgb(168 162 158 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/65 {
    --tw-shadow-color: rgb(168 162 158 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/70 {
    --tw-shadow-color: rgb(168 162 158 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/75 {
    --tw-shadow-color: rgb(168 162 158 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/80 {
    --tw-shadow-color: rgb(168 162 158 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/85 {
    --tw-shadow-color: rgb(168 162 158 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/90 {
    --tw-shadow-color: rgb(168 162 158 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-400\/95 {
    --tw-shadow-color: rgb(168 162 158 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50 {
    --tw-shadow-color: #fafaf9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/0 {
    --tw-shadow-color: rgb(250 250 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/10 {
    --tw-shadow-color: rgb(250 250 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/100 {
    --tw-shadow-color: rgb(250 250 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/15 {
    --tw-shadow-color: rgb(250 250 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/20 {
    --tw-shadow-color: rgb(250 250 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/25 {
    --tw-shadow-color: rgb(250 250 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/30 {
    --tw-shadow-color: rgb(250 250 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/35 {
    --tw-shadow-color: rgb(250 250 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/40 {
    --tw-shadow-color: rgb(250 250 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/45 {
    --tw-shadow-color: rgb(250 250 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/5 {
    --tw-shadow-color: rgb(250 250 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/50 {
    --tw-shadow-color: rgb(250 250 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/55 {
    --tw-shadow-color: rgb(250 250 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/60 {
    --tw-shadow-color: rgb(250 250 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/65 {
    --tw-shadow-color: rgb(250 250 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/70 {
    --tw-shadow-color: rgb(250 250 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/75 {
    --tw-shadow-color: rgb(250 250 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/80 {
    --tw-shadow-color: rgb(250 250 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/85 {
    --tw-shadow-color: rgb(250 250 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/90 {
    --tw-shadow-color: rgb(250 250 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-50\/95 {
    --tw-shadow-color: rgb(250 250 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500 {
    --tw-shadow-color: #78716c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/0 {
    --tw-shadow-color: rgb(120 113 108 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/10 {
    --tw-shadow-color: rgb(120 113 108 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/100 {
    --tw-shadow-color: rgb(120 113 108 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/15 {
    --tw-shadow-color: rgb(120 113 108 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/20 {
    --tw-shadow-color: rgb(120 113 108 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/25 {
    --tw-shadow-color: rgb(120 113 108 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/30 {
    --tw-shadow-color: rgb(120 113 108 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/35 {
    --tw-shadow-color: rgb(120 113 108 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/40 {
    --tw-shadow-color: rgb(120 113 108 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/45 {
    --tw-shadow-color: rgb(120 113 108 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/5 {
    --tw-shadow-color: rgb(120 113 108 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/50 {
    --tw-shadow-color: rgb(120 113 108 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/55 {
    --tw-shadow-color: rgb(120 113 108 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/60 {
    --tw-shadow-color: rgb(120 113 108 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/65 {
    --tw-shadow-color: rgb(120 113 108 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/70 {
    --tw-shadow-color: rgb(120 113 108 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/75 {
    --tw-shadow-color: rgb(120 113 108 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/80 {
    --tw-shadow-color: rgb(120 113 108 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/85 {
    --tw-shadow-color: rgb(120 113 108 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/90 {
    --tw-shadow-color: rgb(120 113 108 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-500\/95 {
    --tw-shadow-color: rgb(120 113 108 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600 {
    --tw-shadow-color: #57534e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/0 {
    --tw-shadow-color: rgb(87 83 78 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/10 {
    --tw-shadow-color: rgb(87 83 78 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/100 {
    --tw-shadow-color: rgb(87 83 78 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/15 {
    --tw-shadow-color: rgb(87 83 78 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/20 {
    --tw-shadow-color: rgb(87 83 78 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/25 {
    --tw-shadow-color: rgb(87 83 78 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/30 {
    --tw-shadow-color: rgb(87 83 78 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/35 {
    --tw-shadow-color: rgb(87 83 78 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/40 {
    --tw-shadow-color: rgb(87 83 78 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/45 {
    --tw-shadow-color: rgb(87 83 78 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/5 {
    --tw-shadow-color: rgb(87 83 78 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/50 {
    --tw-shadow-color: rgb(87 83 78 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/55 {
    --tw-shadow-color: rgb(87 83 78 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/60 {
    --tw-shadow-color: rgb(87 83 78 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/65 {
    --tw-shadow-color: rgb(87 83 78 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/70 {
    --tw-shadow-color: rgb(87 83 78 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/75 {
    --tw-shadow-color: rgb(87 83 78 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/80 {
    --tw-shadow-color: rgb(87 83 78 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/85 {
    --tw-shadow-color: rgb(87 83 78 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/90 {
    --tw-shadow-color: rgb(87 83 78 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-600\/95 {
    --tw-shadow-color: rgb(87 83 78 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700 {
    --tw-shadow-color: #44403c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/0 {
    --tw-shadow-color: rgb(68 64 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/10 {
    --tw-shadow-color: rgb(68 64 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/100 {
    --tw-shadow-color: rgb(68 64 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/15 {
    --tw-shadow-color: rgb(68 64 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/20 {
    --tw-shadow-color: rgb(68 64 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/25 {
    --tw-shadow-color: rgb(68 64 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/30 {
    --tw-shadow-color: rgb(68 64 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/35 {
    --tw-shadow-color: rgb(68 64 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/40 {
    --tw-shadow-color: rgb(68 64 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/45 {
    --tw-shadow-color: rgb(68 64 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/5 {
    --tw-shadow-color: rgb(68 64 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/50 {
    --tw-shadow-color: rgb(68 64 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/55 {
    --tw-shadow-color: rgb(68 64 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/60 {
    --tw-shadow-color: rgb(68 64 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/65 {
    --tw-shadow-color: rgb(68 64 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/70 {
    --tw-shadow-color: rgb(68 64 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/75 {
    --tw-shadow-color: rgb(68 64 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/80 {
    --tw-shadow-color: rgb(68 64 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/85 {
    --tw-shadow-color: rgb(68 64 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/90 {
    --tw-shadow-color: rgb(68 64 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-700\/95 {
    --tw-shadow-color: rgb(68 64 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800 {
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/0 {
    --tw-shadow-color: rgb(41 37 36 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/10 {
    --tw-shadow-color: rgb(41 37 36 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/100 {
    --tw-shadow-color: rgb(41 37 36 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/15 {
    --tw-shadow-color: rgb(41 37 36 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/20 {
    --tw-shadow-color: rgb(41 37 36 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/25 {
    --tw-shadow-color: rgb(41 37 36 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/30 {
    --tw-shadow-color: rgb(41 37 36 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/35 {
    --tw-shadow-color: rgb(41 37 36 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/40 {
    --tw-shadow-color: rgb(41 37 36 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/45 {
    --tw-shadow-color: rgb(41 37 36 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/5 {
    --tw-shadow-color: rgb(41 37 36 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/50 {
    --tw-shadow-color: rgb(41 37 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/55 {
    --tw-shadow-color: rgb(41 37 36 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/60 {
    --tw-shadow-color: rgb(41 37 36 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/65 {
    --tw-shadow-color: rgb(41 37 36 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/70 {
    --tw-shadow-color: rgb(41 37 36 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/75 {
    --tw-shadow-color: rgb(41 37 36 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/80 {
    --tw-shadow-color: rgb(41 37 36 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/85 {
    --tw-shadow-color: rgb(41 37 36 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/90 {
    --tw-shadow-color: rgb(41 37 36 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-800\/95 {
    --tw-shadow-color: rgb(41 37 36 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900 {
    --tw-shadow-color: #1c1917;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/0 {
    --tw-shadow-color: rgb(28 25 23 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/10 {
    --tw-shadow-color: rgb(28 25 23 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/100 {
    --tw-shadow-color: rgb(28 25 23 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/15 {
    --tw-shadow-color: rgb(28 25 23 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/20 {
    --tw-shadow-color: rgb(28 25 23 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/25 {
    --tw-shadow-color: rgb(28 25 23 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/30 {
    --tw-shadow-color: rgb(28 25 23 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/35 {
    --tw-shadow-color: rgb(28 25 23 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/40 {
    --tw-shadow-color: rgb(28 25 23 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/45 {
    --tw-shadow-color: rgb(28 25 23 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/5 {
    --tw-shadow-color: rgb(28 25 23 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/50 {
    --tw-shadow-color: rgb(28 25 23 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/55 {
    --tw-shadow-color: rgb(28 25 23 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/60 {
    --tw-shadow-color: rgb(28 25 23 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/65 {
    --tw-shadow-color: rgb(28 25 23 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/70 {
    --tw-shadow-color: rgb(28 25 23 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/75 {
    --tw-shadow-color: rgb(28 25 23 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/80 {
    --tw-shadow-color: rgb(28 25 23 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/85 {
    --tw-shadow-color: rgb(28 25 23 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/90 {
    --tw-shadow-color: rgb(28 25 23 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-900\/95 {
    --tw-shadow-color: rgb(28 25 23 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950 {
    --tw-shadow-color: #0c0a09;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/0 {
    --tw-shadow-color: rgb(12 10 9 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/10 {
    --tw-shadow-color: rgb(12 10 9 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/100 {
    --tw-shadow-color: rgb(12 10 9 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/15 {
    --tw-shadow-color: rgb(12 10 9 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/20 {
    --tw-shadow-color: rgb(12 10 9 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/25 {
    --tw-shadow-color: rgb(12 10 9 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/30 {
    --tw-shadow-color: rgb(12 10 9 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/35 {
    --tw-shadow-color: rgb(12 10 9 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/40 {
    --tw-shadow-color: rgb(12 10 9 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/45 {
    --tw-shadow-color: rgb(12 10 9 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/5 {
    --tw-shadow-color: rgb(12 10 9 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/50 {
    --tw-shadow-color: rgb(12 10 9 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/55 {
    --tw-shadow-color: rgb(12 10 9 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/60 {
    --tw-shadow-color: rgb(12 10 9 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/65 {
    --tw-shadow-color: rgb(12 10 9 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/70 {
    --tw-shadow-color: rgb(12 10 9 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/75 {
    --tw-shadow-color: rgb(12 10 9 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/80 {
    --tw-shadow-color: rgb(12 10 9 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/85 {
    --tw-shadow-color: rgb(12 10 9 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/90 {
    --tw-shadow-color: rgb(12 10 9 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-stone-950\/95 {
    --tw-shadow-color: rgb(12 10 9 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100 {
    --tw-shadow-color: #ccfbf1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/0 {
    --tw-shadow-color: rgb(204 251 241 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/10 {
    --tw-shadow-color: rgb(204 251 241 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/100 {
    --tw-shadow-color: rgb(204 251 241 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/15 {
    --tw-shadow-color: rgb(204 251 241 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/20 {
    --tw-shadow-color: rgb(204 251 241 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/25 {
    --tw-shadow-color: rgb(204 251 241 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/30 {
    --tw-shadow-color: rgb(204 251 241 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/35 {
    --tw-shadow-color: rgb(204 251 241 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/40 {
    --tw-shadow-color: rgb(204 251 241 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/45 {
    --tw-shadow-color: rgb(204 251 241 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/5 {
    --tw-shadow-color: rgb(204 251 241 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/50 {
    --tw-shadow-color: rgb(204 251 241 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/55 {
    --tw-shadow-color: rgb(204 251 241 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/60 {
    --tw-shadow-color: rgb(204 251 241 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/65 {
    --tw-shadow-color: rgb(204 251 241 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/70 {
    --tw-shadow-color: rgb(204 251 241 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/75 {
    --tw-shadow-color: rgb(204 251 241 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/80 {
    --tw-shadow-color: rgb(204 251 241 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/85 {
    --tw-shadow-color: rgb(204 251 241 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/90 {
    --tw-shadow-color: rgb(204 251 241 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-100\/95 {
    --tw-shadow-color: rgb(204 251 241 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200 {
    --tw-shadow-color: #99f6e4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/0 {
    --tw-shadow-color: rgb(153 246 228 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/10 {
    --tw-shadow-color: rgb(153 246 228 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/100 {
    --tw-shadow-color: rgb(153 246 228 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/15 {
    --tw-shadow-color: rgb(153 246 228 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/20 {
    --tw-shadow-color: rgb(153 246 228 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/25 {
    --tw-shadow-color: rgb(153 246 228 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/30 {
    --tw-shadow-color: rgb(153 246 228 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/35 {
    --tw-shadow-color: rgb(153 246 228 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/40 {
    --tw-shadow-color: rgb(153 246 228 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/45 {
    --tw-shadow-color: rgb(153 246 228 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/5 {
    --tw-shadow-color: rgb(153 246 228 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/50 {
    --tw-shadow-color: rgb(153 246 228 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/55 {
    --tw-shadow-color: rgb(153 246 228 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/60 {
    --tw-shadow-color: rgb(153 246 228 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/65 {
    --tw-shadow-color: rgb(153 246 228 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/70 {
    --tw-shadow-color: rgb(153 246 228 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/75 {
    --tw-shadow-color: rgb(153 246 228 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/80 {
    --tw-shadow-color: rgb(153 246 228 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/85 {
    --tw-shadow-color: rgb(153 246 228 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/90 {
    --tw-shadow-color: rgb(153 246 228 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-200\/95 {
    --tw-shadow-color: rgb(153 246 228 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300 {
    --tw-shadow-color: #5eead4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/0 {
    --tw-shadow-color: rgb(94 234 212 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/10 {
    --tw-shadow-color: rgb(94 234 212 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/100 {
    --tw-shadow-color: rgb(94 234 212 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/15 {
    --tw-shadow-color: rgb(94 234 212 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/20 {
    --tw-shadow-color: rgb(94 234 212 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/25 {
    --tw-shadow-color: rgb(94 234 212 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/30 {
    --tw-shadow-color: rgb(94 234 212 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/35 {
    --tw-shadow-color: rgb(94 234 212 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/40 {
    --tw-shadow-color: rgb(94 234 212 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/45 {
    --tw-shadow-color: rgb(94 234 212 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/5 {
    --tw-shadow-color: rgb(94 234 212 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/50 {
    --tw-shadow-color: rgb(94 234 212 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/55 {
    --tw-shadow-color: rgb(94 234 212 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/60 {
    --tw-shadow-color: rgb(94 234 212 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/65 {
    --tw-shadow-color: rgb(94 234 212 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/70 {
    --tw-shadow-color: rgb(94 234 212 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/75 {
    --tw-shadow-color: rgb(94 234 212 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/80 {
    --tw-shadow-color: rgb(94 234 212 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/85 {
    --tw-shadow-color: rgb(94 234 212 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/90 {
    --tw-shadow-color: rgb(94 234 212 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-300\/95 {
    --tw-shadow-color: rgb(94 234 212 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400 {
    --tw-shadow-color: #2dd4bf;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/0 {
    --tw-shadow-color: rgb(45 212 191 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/10 {
    --tw-shadow-color: rgb(45 212 191 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/100 {
    --tw-shadow-color: rgb(45 212 191 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/15 {
    --tw-shadow-color: rgb(45 212 191 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/20 {
    --tw-shadow-color: rgb(45 212 191 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/25 {
    --tw-shadow-color: rgb(45 212 191 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/30 {
    --tw-shadow-color: rgb(45 212 191 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/35 {
    --tw-shadow-color: rgb(45 212 191 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/40 {
    --tw-shadow-color: rgb(45 212 191 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/45 {
    --tw-shadow-color: rgb(45 212 191 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/5 {
    --tw-shadow-color: rgb(45 212 191 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/50 {
    --tw-shadow-color: rgb(45 212 191 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/55 {
    --tw-shadow-color: rgb(45 212 191 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/60 {
    --tw-shadow-color: rgb(45 212 191 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/65 {
    --tw-shadow-color: rgb(45 212 191 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/70 {
    --tw-shadow-color: rgb(45 212 191 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/75 {
    --tw-shadow-color: rgb(45 212 191 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/80 {
    --tw-shadow-color: rgb(45 212 191 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/85 {
    --tw-shadow-color: rgb(45 212 191 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/90 {
    --tw-shadow-color: rgb(45 212 191 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-400\/95 {
    --tw-shadow-color: rgb(45 212 191 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50 {
    --tw-shadow-color: #f0fdfa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/0 {
    --tw-shadow-color: rgb(240 253 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/10 {
    --tw-shadow-color: rgb(240 253 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/100 {
    --tw-shadow-color: rgb(240 253 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/15 {
    --tw-shadow-color: rgb(240 253 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/20 {
    --tw-shadow-color: rgb(240 253 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/25 {
    --tw-shadow-color: rgb(240 253 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/30 {
    --tw-shadow-color: rgb(240 253 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/35 {
    --tw-shadow-color: rgb(240 253 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/40 {
    --tw-shadow-color: rgb(240 253 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/45 {
    --tw-shadow-color: rgb(240 253 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/5 {
    --tw-shadow-color: rgb(240 253 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/50 {
    --tw-shadow-color: rgb(240 253 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/55 {
    --tw-shadow-color: rgb(240 253 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/60 {
    --tw-shadow-color: rgb(240 253 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/65 {
    --tw-shadow-color: rgb(240 253 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/70 {
    --tw-shadow-color: rgb(240 253 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/75 {
    --tw-shadow-color: rgb(240 253 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/80 {
    --tw-shadow-color: rgb(240 253 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/85 {
    --tw-shadow-color: rgb(240 253 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/90 {
    --tw-shadow-color: rgb(240 253 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-50\/95 {
    --tw-shadow-color: rgb(240 253 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500 {
    --tw-shadow-color: #14b8a6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/0 {
    --tw-shadow-color: rgb(20 184 166 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/10 {
    --tw-shadow-color: rgb(20 184 166 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/100 {
    --tw-shadow-color: rgb(20 184 166 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/15 {
    --tw-shadow-color: rgb(20 184 166 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/20 {
    --tw-shadow-color: rgb(20 184 166 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/25 {
    --tw-shadow-color: rgb(20 184 166 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/30 {
    --tw-shadow-color: rgb(20 184 166 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/35 {
    --tw-shadow-color: rgb(20 184 166 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/40 {
    --tw-shadow-color: rgb(20 184 166 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/45 {
    --tw-shadow-color: rgb(20 184 166 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/5 {
    --tw-shadow-color: rgb(20 184 166 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/50 {
    --tw-shadow-color: rgb(20 184 166 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/55 {
    --tw-shadow-color: rgb(20 184 166 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/60 {
    --tw-shadow-color: rgb(20 184 166 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/65 {
    --tw-shadow-color: rgb(20 184 166 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/70 {
    --tw-shadow-color: rgb(20 184 166 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/75 {
    --tw-shadow-color: rgb(20 184 166 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/80 {
    --tw-shadow-color: rgb(20 184 166 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/85 {
    --tw-shadow-color: rgb(20 184 166 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/90 {
    --tw-shadow-color: rgb(20 184 166 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-500\/95 {
    --tw-shadow-color: rgb(20 184 166 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600 {
    --tw-shadow-color: #0d9488;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/0 {
    --tw-shadow-color: rgb(13 148 136 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/10 {
    --tw-shadow-color: rgb(13 148 136 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/100 {
    --tw-shadow-color: rgb(13 148 136 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/15 {
    --tw-shadow-color: rgb(13 148 136 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/20 {
    --tw-shadow-color: rgb(13 148 136 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/25 {
    --tw-shadow-color: rgb(13 148 136 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/30 {
    --tw-shadow-color: rgb(13 148 136 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/35 {
    --tw-shadow-color: rgb(13 148 136 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/40 {
    --tw-shadow-color: rgb(13 148 136 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/45 {
    --tw-shadow-color: rgb(13 148 136 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/5 {
    --tw-shadow-color: rgb(13 148 136 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/50 {
    --tw-shadow-color: rgb(13 148 136 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/55 {
    --tw-shadow-color: rgb(13 148 136 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/60 {
    --tw-shadow-color: rgb(13 148 136 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/65 {
    --tw-shadow-color: rgb(13 148 136 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/70 {
    --tw-shadow-color: rgb(13 148 136 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/75 {
    --tw-shadow-color: rgb(13 148 136 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/80 {
    --tw-shadow-color: rgb(13 148 136 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/85 {
    --tw-shadow-color: rgb(13 148 136 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/90 {
    --tw-shadow-color: rgb(13 148 136 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-600\/95 {
    --tw-shadow-color: rgb(13 148 136 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700 {
    --tw-shadow-color: #0f766e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/0 {
    --tw-shadow-color: rgb(15 118 110 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/10 {
    --tw-shadow-color: rgb(15 118 110 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/100 {
    --tw-shadow-color: rgb(15 118 110 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/15 {
    --tw-shadow-color: rgb(15 118 110 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/20 {
    --tw-shadow-color: rgb(15 118 110 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/25 {
    --tw-shadow-color: rgb(15 118 110 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/30 {
    --tw-shadow-color: rgb(15 118 110 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/35 {
    --tw-shadow-color: rgb(15 118 110 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/40 {
    --tw-shadow-color: rgb(15 118 110 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/45 {
    --tw-shadow-color: rgb(15 118 110 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/5 {
    --tw-shadow-color: rgb(15 118 110 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/50 {
    --tw-shadow-color: rgb(15 118 110 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/55 {
    --tw-shadow-color: rgb(15 118 110 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/60 {
    --tw-shadow-color: rgb(15 118 110 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/65 {
    --tw-shadow-color: rgb(15 118 110 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/70 {
    --tw-shadow-color: rgb(15 118 110 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/75 {
    --tw-shadow-color: rgb(15 118 110 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/80 {
    --tw-shadow-color: rgb(15 118 110 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/85 {
    --tw-shadow-color: rgb(15 118 110 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/90 {
    --tw-shadow-color: rgb(15 118 110 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-700\/95 {
    --tw-shadow-color: rgb(15 118 110 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800 {
    --tw-shadow-color: #115e59;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/0 {
    --tw-shadow-color: rgb(17 94 89 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/10 {
    --tw-shadow-color: rgb(17 94 89 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/100 {
    --tw-shadow-color: rgb(17 94 89 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/15 {
    --tw-shadow-color: rgb(17 94 89 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/20 {
    --tw-shadow-color: rgb(17 94 89 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/25 {
    --tw-shadow-color: rgb(17 94 89 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/30 {
    --tw-shadow-color: rgb(17 94 89 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/35 {
    --tw-shadow-color: rgb(17 94 89 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/40 {
    --tw-shadow-color: rgb(17 94 89 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/45 {
    --tw-shadow-color: rgb(17 94 89 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/5 {
    --tw-shadow-color: rgb(17 94 89 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/50 {
    --tw-shadow-color: rgb(17 94 89 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/55 {
    --tw-shadow-color: rgb(17 94 89 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/60 {
    --tw-shadow-color: rgb(17 94 89 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/65 {
    --tw-shadow-color: rgb(17 94 89 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/70 {
    --tw-shadow-color: rgb(17 94 89 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/75 {
    --tw-shadow-color: rgb(17 94 89 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/80 {
    --tw-shadow-color: rgb(17 94 89 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/85 {
    --tw-shadow-color: rgb(17 94 89 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/90 {
    --tw-shadow-color: rgb(17 94 89 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-800\/95 {
    --tw-shadow-color: rgb(17 94 89 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900 {
    --tw-shadow-color: #134e4a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/0 {
    --tw-shadow-color: rgb(19 78 74 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/10 {
    --tw-shadow-color: rgb(19 78 74 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/100 {
    --tw-shadow-color: rgb(19 78 74 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/15 {
    --tw-shadow-color: rgb(19 78 74 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/20 {
    --tw-shadow-color: rgb(19 78 74 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/25 {
    --tw-shadow-color: rgb(19 78 74 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/30 {
    --tw-shadow-color: rgb(19 78 74 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/35 {
    --tw-shadow-color: rgb(19 78 74 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/40 {
    --tw-shadow-color: rgb(19 78 74 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/45 {
    --tw-shadow-color: rgb(19 78 74 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/5 {
    --tw-shadow-color: rgb(19 78 74 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/50 {
    --tw-shadow-color: rgb(19 78 74 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/55 {
    --tw-shadow-color: rgb(19 78 74 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/60 {
    --tw-shadow-color: rgb(19 78 74 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/65 {
    --tw-shadow-color: rgb(19 78 74 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/70 {
    --tw-shadow-color: rgb(19 78 74 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/75 {
    --tw-shadow-color: rgb(19 78 74 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/80 {
    --tw-shadow-color: rgb(19 78 74 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/85 {
    --tw-shadow-color: rgb(19 78 74 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/90 {
    --tw-shadow-color: rgb(19 78 74 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-900\/95 {
    --tw-shadow-color: rgb(19 78 74 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950 {
    --tw-shadow-color: #042f2e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/0 {
    --tw-shadow-color: rgb(4 47 46 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/10 {
    --tw-shadow-color: rgb(4 47 46 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/100 {
    --tw-shadow-color: rgb(4 47 46 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/15 {
    --tw-shadow-color: rgb(4 47 46 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/20 {
    --tw-shadow-color: rgb(4 47 46 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/25 {
    --tw-shadow-color: rgb(4 47 46 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/30 {
    --tw-shadow-color: rgb(4 47 46 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/35 {
    --tw-shadow-color: rgb(4 47 46 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/40 {
    --tw-shadow-color: rgb(4 47 46 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/45 {
    --tw-shadow-color: rgb(4 47 46 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/5 {
    --tw-shadow-color: rgb(4 47 46 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/50 {
    --tw-shadow-color: rgb(4 47 46 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/55 {
    --tw-shadow-color: rgb(4 47 46 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/60 {
    --tw-shadow-color: rgb(4 47 46 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/65 {
    --tw-shadow-color: rgb(4 47 46 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/70 {
    --tw-shadow-color: rgb(4 47 46 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/75 {
    --tw-shadow-color: rgb(4 47 46 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/80 {
    --tw-shadow-color: rgb(4 47 46 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/85 {
    --tw-shadow-color: rgb(4 47 46 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/90 {
    --tw-shadow-color: rgb(4 47 46 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-teal-950\/95 {
    --tw-shadow-color: rgb(4 47 46 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent {
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-transparent\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100 {
    --tw-shadow-color: #ede9fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/0 {
    --tw-shadow-color: rgb(237 233 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/10 {
    --tw-shadow-color: rgb(237 233 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/100 {
    --tw-shadow-color: rgb(237 233 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/15 {
    --tw-shadow-color: rgb(237 233 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/20 {
    --tw-shadow-color: rgb(237 233 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/25 {
    --tw-shadow-color: rgb(237 233 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/30 {
    --tw-shadow-color: rgb(237 233 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/35 {
    --tw-shadow-color: rgb(237 233 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/40 {
    --tw-shadow-color: rgb(237 233 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/45 {
    --tw-shadow-color: rgb(237 233 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/5 {
    --tw-shadow-color: rgb(237 233 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/50 {
    --tw-shadow-color: rgb(237 233 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/55 {
    --tw-shadow-color: rgb(237 233 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/60 {
    --tw-shadow-color: rgb(237 233 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/65 {
    --tw-shadow-color: rgb(237 233 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/70 {
    --tw-shadow-color: rgb(237 233 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/75 {
    --tw-shadow-color: rgb(237 233 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/80 {
    --tw-shadow-color: rgb(237 233 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/85 {
    --tw-shadow-color: rgb(237 233 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/90 {
    --tw-shadow-color: rgb(237 233 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-100\/95 {
    --tw-shadow-color: rgb(237 233 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200 {
    --tw-shadow-color: #ddd6fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/0 {
    --tw-shadow-color: rgb(221 214 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/10 {
    --tw-shadow-color: rgb(221 214 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/100 {
    --tw-shadow-color: rgb(221 214 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/15 {
    --tw-shadow-color: rgb(221 214 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/20 {
    --tw-shadow-color: rgb(221 214 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/25 {
    --tw-shadow-color: rgb(221 214 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/30 {
    --tw-shadow-color: rgb(221 214 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/35 {
    --tw-shadow-color: rgb(221 214 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/40 {
    --tw-shadow-color: rgb(221 214 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/45 {
    --tw-shadow-color: rgb(221 214 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/5 {
    --tw-shadow-color: rgb(221 214 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/50 {
    --tw-shadow-color: rgb(221 214 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/55 {
    --tw-shadow-color: rgb(221 214 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/60 {
    --tw-shadow-color: rgb(221 214 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/65 {
    --tw-shadow-color: rgb(221 214 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/70 {
    --tw-shadow-color: rgb(221 214 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/75 {
    --tw-shadow-color: rgb(221 214 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/80 {
    --tw-shadow-color: rgb(221 214 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/85 {
    --tw-shadow-color: rgb(221 214 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/90 {
    --tw-shadow-color: rgb(221 214 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-200\/95 {
    --tw-shadow-color: rgb(221 214 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300 {
    --tw-shadow-color: #c4b5fd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/0 {
    --tw-shadow-color: rgb(196 181 253 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/10 {
    --tw-shadow-color: rgb(196 181 253 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/100 {
    --tw-shadow-color: rgb(196 181 253 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/15 {
    --tw-shadow-color: rgb(196 181 253 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/20 {
    --tw-shadow-color: rgb(196 181 253 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/25 {
    --tw-shadow-color: rgb(196 181 253 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/30 {
    --tw-shadow-color: rgb(196 181 253 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/35 {
    --tw-shadow-color: rgb(196 181 253 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/40 {
    --tw-shadow-color: rgb(196 181 253 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/45 {
    --tw-shadow-color: rgb(196 181 253 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/5 {
    --tw-shadow-color: rgb(196 181 253 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/50 {
    --tw-shadow-color: rgb(196 181 253 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/55 {
    --tw-shadow-color: rgb(196 181 253 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/60 {
    --tw-shadow-color: rgb(196 181 253 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/65 {
    --tw-shadow-color: rgb(196 181 253 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/70 {
    --tw-shadow-color: rgb(196 181 253 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/75 {
    --tw-shadow-color: rgb(196 181 253 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/80 {
    --tw-shadow-color: rgb(196 181 253 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/85 {
    --tw-shadow-color: rgb(196 181 253 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/90 {
    --tw-shadow-color: rgb(196 181 253 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-300\/95 {
    --tw-shadow-color: rgb(196 181 253 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400 {
    --tw-shadow-color: #a78bfa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/0 {
    --tw-shadow-color: rgb(167 139 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/10 {
    --tw-shadow-color: rgb(167 139 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/100 {
    --tw-shadow-color: rgb(167 139 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/15 {
    --tw-shadow-color: rgb(167 139 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/20 {
    --tw-shadow-color: rgb(167 139 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/25 {
    --tw-shadow-color: rgb(167 139 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/30 {
    --tw-shadow-color: rgb(167 139 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/35 {
    --tw-shadow-color: rgb(167 139 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/40 {
    --tw-shadow-color: rgb(167 139 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/45 {
    --tw-shadow-color: rgb(167 139 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/5 {
    --tw-shadow-color: rgb(167 139 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/50 {
    --tw-shadow-color: rgb(167 139 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/55 {
    --tw-shadow-color: rgb(167 139 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/60 {
    --tw-shadow-color: rgb(167 139 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/65 {
    --tw-shadow-color: rgb(167 139 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/70 {
    --tw-shadow-color: rgb(167 139 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/75 {
    --tw-shadow-color: rgb(167 139 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/80 {
    --tw-shadow-color: rgb(167 139 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/85 {
    --tw-shadow-color: rgb(167 139 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/90 {
    --tw-shadow-color: rgb(167 139 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-400\/95 {
    --tw-shadow-color: rgb(167 139 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50 {
    --tw-shadow-color: #f5f3ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/0 {
    --tw-shadow-color: rgb(245 243 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/10 {
    --tw-shadow-color: rgb(245 243 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/100 {
    --tw-shadow-color: rgb(245 243 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/15 {
    --tw-shadow-color: rgb(245 243 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/20 {
    --tw-shadow-color: rgb(245 243 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/25 {
    --tw-shadow-color: rgb(245 243 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/30 {
    --tw-shadow-color: rgb(245 243 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/35 {
    --tw-shadow-color: rgb(245 243 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/40 {
    --tw-shadow-color: rgb(245 243 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/45 {
    --tw-shadow-color: rgb(245 243 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/5 {
    --tw-shadow-color: rgb(245 243 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/50 {
    --tw-shadow-color: rgb(245 243 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/55 {
    --tw-shadow-color: rgb(245 243 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/60 {
    --tw-shadow-color: rgb(245 243 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/65 {
    --tw-shadow-color: rgb(245 243 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/70 {
    --tw-shadow-color: rgb(245 243 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/75 {
    --tw-shadow-color: rgb(245 243 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/80 {
    --tw-shadow-color: rgb(245 243 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/85 {
    --tw-shadow-color: rgb(245 243 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/90 {
    --tw-shadow-color: rgb(245 243 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-50\/95 {
    --tw-shadow-color: rgb(245 243 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500 {
    --tw-shadow-color: #8b5cf6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/0 {
    --tw-shadow-color: rgb(139 92 246 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/10 {
    --tw-shadow-color: rgb(139 92 246 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/100 {
    --tw-shadow-color: rgb(139 92 246 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/15 {
    --tw-shadow-color: rgb(139 92 246 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/20 {
    --tw-shadow-color: rgb(139 92 246 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/25 {
    --tw-shadow-color: rgb(139 92 246 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/30 {
    --tw-shadow-color: rgb(139 92 246 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/35 {
    --tw-shadow-color: rgb(139 92 246 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/40 {
    --tw-shadow-color: rgb(139 92 246 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/45 {
    --tw-shadow-color: rgb(139 92 246 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/5 {
    --tw-shadow-color: rgb(139 92 246 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/50 {
    --tw-shadow-color: rgb(139 92 246 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/55 {
    --tw-shadow-color: rgb(139 92 246 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/60 {
    --tw-shadow-color: rgb(139 92 246 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/65 {
    --tw-shadow-color: rgb(139 92 246 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/70 {
    --tw-shadow-color: rgb(139 92 246 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/75 {
    --tw-shadow-color: rgb(139 92 246 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/80 {
    --tw-shadow-color: rgb(139 92 246 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/85 {
    --tw-shadow-color: rgb(139 92 246 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/90 {
    --tw-shadow-color: rgb(139 92 246 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-500\/95 {
    --tw-shadow-color: rgb(139 92 246 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600 {
    --tw-shadow-color: #7c3aed;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/0 {
    --tw-shadow-color: rgb(124 58 237 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/10 {
    --tw-shadow-color: rgb(124 58 237 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/100 {
    --tw-shadow-color: rgb(124 58 237 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/15 {
    --tw-shadow-color: rgb(124 58 237 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/20 {
    --tw-shadow-color: rgb(124 58 237 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/25 {
    --tw-shadow-color: rgb(124 58 237 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/30 {
    --tw-shadow-color: rgb(124 58 237 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/35 {
    --tw-shadow-color: rgb(124 58 237 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/40 {
    --tw-shadow-color: rgb(124 58 237 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/45 {
    --tw-shadow-color: rgb(124 58 237 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/5 {
    --tw-shadow-color: rgb(124 58 237 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/50 {
    --tw-shadow-color: rgb(124 58 237 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/55 {
    --tw-shadow-color: rgb(124 58 237 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/60 {
    --tw-shadow-color: rgb(124 58 237 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/65 {
    --tw-shadow-color: rgb(124 58 237 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/70 {
    --tw-shadow-color: rgb(124 58 237 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/75 {
    --tw-shadow-color: rgb(124 58 237 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/80 {
    --tw-shadow-color: rgb(124 58 237 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/85 {
    --tw-shadow-color: rgb(124 58 237 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/90 {
    --tw-shadow-color: rgb(124 58 237 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-600\/95 {
    --tw-shadow-color: rgb(124 58 237 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700 {
    --tw-shadow-color: #6d28d9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/0 {
    --tw-shadow-color: rgb(109 40 217 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/10 {
    --tw-shadow-color: rgb(109 40 217 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/100 {
    --tw-shadow-color: rgb(109 40 217 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/15 {
    --tw-shadow-color: rgb(109 40 217 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/20 {
    --tw-shadow-color: rgb(109 40 217 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/25 {
    --tw-shadow-color: rgb(109 40 217 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/30 {
    --tw-shadow-color: rgb(109 40 217 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/35 {
    --tw-shadow-color: rgb(109 40 217 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/40 {
    --tw-shadow-color: rgb(109 40 217 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/45 {
    --tw-shadow-color: rgb(109 40 217 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/5 {
    --tw-shadow-color: rgb(109 40 217 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/50 {
    --tw-shadow-color: rgb(109 40 217 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/55 {
    --tw-shadow-color: rgb(109 40 217 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/60 {
    --tw-shadow-color: rgb(109 40 217 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/65 {
    --tw-shadow-color: rgb(109 40 217 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/70 {
    --tw-shadow-color: rgb(109 40 217 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/75 {
    --tw-shadow-color: rgb(109 40 217 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/80 {
    --tw-shadow-color: rgb(109 40 217 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/85 {
    --tw-shadow-color: rgb(109 40 217 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/90 {
    --tw-shadow-color: rgb(109 40 217 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-700\/95 {
    --tw-shadow-color: rgb(109 40 217 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800 {
    --tw-shadow-color: #5b21b6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/0 {
    --tw-shadow-color: rgb(91 33 182 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/10 {
    --tw-shadow-color: rgb(91 33 182 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/100 {
    --tw-shadow-color: rgb(91 33 182 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/15 {
    --tw-shadow-color: rgb(91 33 182 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/20 {
    --tw-shadow-color: rgb(91 33 182 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/25 {
    --tw-shadow-color: rgb(91 33 182 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/30 {
    --tw-shadow-color: rgb(91 33 182 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/35 {
    --tw-shadow-color: rgb(91 33 182 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/40 {
    --tw-shadow-color: rgb(91 33 182 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/45 {
    --tw-shadow-color: rgb(91 33 182 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/5 {
    --tw-shadow-color: rgb(91 33 182 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/50 {
    --tw-shadow-color: rgb(91 33 182 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/55 {
    --tw-shadow-color: rgb(91 33 182 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/60 {
    --tw-shadow-color: rgb(91 33 182 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/65 {
    --tw-shadow-color: rgb(91 33 182 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/70 {
    --tw-shadow-color: rgb(91 33 182 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/75 {
    --tw-shadow-color: rgb(91 33 182 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/80 {
    --tw-shadow-color: rgb(91 33 182 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/85 {
    --tw-shadow-color: rgb(91 33 182 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/90 {
    --tw-shadow-color: rgb(91 33 182 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-800\/95 {
    --tw-shadow-color: rgb(91 33 182 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900 {
    --tw-shadow-color: #4c1d95;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/0 {
    --tw-shadow-color: rgb(76 29 149 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/10 {
    --tw-shadow-color: rgb(76 29 149 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/100 {
    --tw-shadow-color: rgb(76 29 149 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/15 {
    --tw-shadow-color: rgb(76 29 149 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/20 {
    --tw-shadow-color: rgb(76 29 149 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/25 {
    --tw-shadow-color: rgb(76 29 149 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/30 {
    --tw-shadow-color: rgb(76 29 149 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/35 {
    --tw-shadow-color: rgb(76 29 149 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/40 {
    --tw-shadow-color: rgb(76 29 149 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/45 {
    --tw-shadow-color: rgb(76 29 149 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/5 {
    --tw-shadow-color: rgb(76 29 149 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/50 {
    --tw-shadow-color: rgb(76 29 149 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/55 {
    --tw-shadow-color: rgb(76 29 149 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/60 {
    --tw-shadow-color: rgb(76 29 149 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/65 {
    --tw-shadow-color: rgb(76 29 149 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/70 {
    --tw-shadow-color: rgb(76 29 149 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/75 {
    --tw-shadow-color: rgb(76 29 149 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/80 {
    --tw-shadow-color: rgb(76 29 149 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/85 {
    --tw-shadow-color: rgb(76 29 149 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/90 {
    --tw-shadow-color: rgb(76 29 149 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-900\/95 {
    --tw-shadow-color: rgb(76 29 149 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950 {
    --tw-shadow-color: #2e1065;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/0 {
    --tw-shadow-color: rgb(46 16 101 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/10 {
    --tw-shadow-color: rgb(46 16 101 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/100 {
    --tw-shadow-color: rgb(46 16 101 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/15 {
    --tw-shadow-color: rgb(46 16 101 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/20 {
    --tw-shadow-color: rgb(46 16 101 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/25 {
    --tw-shadow-color: rgb(46 16 101 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/30 {
    --tw-shadow-color: rgb(46 16 101 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/35 {
    --tw-shadow-color: rgb(46 16 101 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/40 {
    --tw-shadow-color: rgb(46 16 101 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/45 {
    --tw-shadow-color: rgb(46 16 101 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/5 {
    --tw-shadow-color: rgb(46 16 101 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/50 {
    --tw-shadow-color: rgb(46 16 101 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/55 {
    --tw-shadow-color: rgb(46 16 101 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/60 {
    --tw-shadow-color: rgb(46 16 101 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/65 {
    --tw-shadow-color: rgb(46 16 101 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/70 {
    --tw-shadow-color: rgb(46 16 101 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/75 {
    --tw-shadow-color: rgb(46 16 101 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/80 {
    --tw-shadow-color: rgb(46 16 101 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/85 {
    --tw-shadow-color: rgb(46 16 101 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/90 {
    --tw-shadow-color: rgb(46 16 101 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-violet-950\/95 {
    --tw-shadow-color: rgb(46 16 101 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white {
    --tw-shadow-color: #fff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/0 {
    --tw-shadow-color: rgb(255 255 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/10 {
    --tw-shadow-color: rgb(255 255 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/100 {
    --tw-shadow-color: rgb(255 255 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/15 {
    --tw-shadow-color: rgb(255 255 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/20 {
    --tw-shadow-color: rgb(255 255 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/25 {
    --tw-shadow-color: rgb(255 255 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/30 {
    --tw-shadow-color: rgb(255 255 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/35 {
    --tw-shadow-color: rgb(255 255 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/40 {
    --tw-shadow-color: rgb(255 255 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/45 {
    --tw-shadow-color: rgb(255 255 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/5 {
    --tw-shadow-color: rgb(255 255 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/50 {
    --tw-shadow-color: rgb(255 255 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/55 {
    --tw-shadow-color: rgb(255 255 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/60 {
    --tw-shadow-color: rgb(255 255 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/65 {
    --tw-shadow-color: rgb(255 255 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/70 {
    --tw-shadow-color: rgb(255 255 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/75 {
    --tw-shadow-color: rgb(255 255 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/80 {
    --tw-shadow-color: rgb(255 255 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/85 {
    --tw-shadow-color: rgb(255 255 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/90 {
    --tw-shadow-color: rgb(255 255 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-white\/95 {
    --tw-shadow-color: rgb(255 255 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .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\/15 {
    --tw-shadow-color: rgb(254 249 195 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(254 249 195 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(254 249 195 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(254 249 195 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(254 249 195 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(254 249 195 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(254 240 138 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(254 240 138 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(254 240 138 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(254 240 138 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(254 240 138 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(254 240 138 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(253 224 71 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(253 224 71 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(253 224 71 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(253 224 71 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(253 224 71 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(253 224 71 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(250 204 21 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(250 204 21 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(250 204 21 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(250 204 21 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(250 204 21 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(250 204 21 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(254 252 232 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(254 252 232 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(254 252 232 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(254 252 232 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(254 252 232 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(254 252 232 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(234 179 8 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(234 179 8 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(234 179 8 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(234 179 8 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(234 179 8 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(234 179 8 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(202 138 4 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(202 138 4 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(202 138 4 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(202 138 4 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(202 138 4 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(202 138 4 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(161 98 7 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(161 98 7 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(161 98 7 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(161 98 7 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(161 98 7 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(161 98 7 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(133 77 14 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(133 77 14 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(133 77 14 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(133 77 14 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(133 77 14 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(133 77 14 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(113 63 18 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(113 63 18 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(113 63 18 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(113 63 18 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(113 63 18 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(113 63 18 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(66 32 6 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(66 32 6 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(66 32 6 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(66 32 6 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(66 32 6 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(66 32 6 / 0.85);
    --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\:shadow-zinc-100 {
    --tw-shadow-color: #f4f4f5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/0 {
    --tw-shadow-color: rgb(244 244 245 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/10 {
    --tw-shadow-color: rgb(244 244 245 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/100 {
    --tw-shadow-color: rgb(244 244 245 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/15 {
    --tw-shadow-color: rgb(244 244 245 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/20 {
    --tw-shadow-color: rgb(244 244 245 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/25 {
    --tw-shadow-color: rgb(244 244 245 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/30 {
    --tw-shadow-color: rgb(244 244 245 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/35 {
    --tw-shadow-color: rgb(244 244 245 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/40 {
    --tw-shadow-color: rgb(244 244 245 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/45 {
    --tw-shadow-color: rgb(244 244 245 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/5 {
    --tw-shadow-color: rgb(244 244 245 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/50 {
    --tw-shadow-color: rgb(244 244 245 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/55 {
    --tw-shadow-color: rgb(244 244 245 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/60 {
    --tw-shadow-color: rgb(244 244 245 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/65 {
    --tw-shadow-color: rgb(244 244 245 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/70 {
    --tw-shadow-color: rgb(244 244 245 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/75 {
    --tw-shadow-color: rgb(244 244 245 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/80 {
    --tw-shadow-color: rgb(244 244 245 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/85 {
    --tw-shadow-color: rgb(244 244 245 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/90 {
    --tw-shadow-color: rgb(244 244 245 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-100\/95 {
    --tw-shadow-color: rgb(244 244 245 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200 {
    --tw-shadow-color: #e4e4e7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/0 {
    --tw-shadow-color: rgb(228 228 231 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/10 {
    --tw-shadow-color: rgb(228 228 231 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/100 {
    --tw-shadow-color: rgb(228 228 231 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/15 {
    --tw-shadow-color: rgb(228 228 231 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/20 {
    --tw-shadow-color: rgb(228 228 231 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/25 {
    --tw-shadow-color: rgb(228 228 231 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/30 {
    --tw-shadow-color: rgb(228 228 231 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/35 {
    --tw-shadow-color: rgb(228 228 231 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/40 {
    --tw-shadow-color: rgb(228 228 231 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/45 {
    --tw-shadow-color: rgb(228 228 231 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/5 {
    --tw-shadow-color: rgb(228 228 231 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/50 {
    --tw-shadow-color: rgb(228 228 231 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/55 {
    --tw-shadow-color: rgb(228 228 231 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/60 {
    --tw-shadow-color: rgb(228 228 231 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/65 {
    --tw-shadow-color: rgb(228 228 231 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/70 {
    --tw-shadow-color: rgb(228 228 231 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/75 {
    --tw-shadow-color: rgb(228 228 231 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/80 {
    --tw-shadow-color: rgb(228 228 231 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/85 {
    --tw-shadow-color: rgb(228 228 231 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/90 {
    --tw-shadow-color: rgb(228 228 231 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-200\/95 {
    --tw-shadow-color: rgb(228 228 231 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300 {
    --tw-shadow-color: #d4d4d8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/0 {
    --tw-shadow-color: rgb(212 212 216 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/10 {
    --tw-shadow-color: rgb(212 212 216 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/100 {
    --tw-shadow-color: rgb(212 212 216 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/15 {
    --tw-shadow-color: rgb(212 212 216 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/20 {
    --tw-shadow-color: rgb(212 212 216 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/25 {
    --tw-shadow-color: rgb(212 212 216 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/30 {
    --tw-shadow-color: rgb(212 212 216 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/35 {
    --tw-shadow-color: rgb(212 212 216 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/40 {
    --tw-shadow-color: rgb(212 212 216 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/45 {
    --tw-shadow-color: rgb(212 212 216 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/5 {
    --tw-shadow-color: rgb(212 212 216 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/50 {
    --tw-shadow-color: rgb(212 212 216 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/55 {
    --tw-shadow-color: rgb(212 212 216 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/60 {
    --tw-shadow-color: rgb(212 212 216 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/65 {
    --tw-shadow-color: rgb(212 212 216 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/70 {
    --tw-shadow-color: rgb(212 212 216 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/75 {
    --tw-shadow-color: rgb(212 212 216 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/80 {
    --tw-shadow-color: rgb(212 212 216 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/85 {
    --tw-shadow-color: rgb(212 212 216 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/90 {
    --tw-shadow-color: rgb(212 212 216 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-300\/95 {
    --tw-shadow-color: rgb(212 212 216 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400 {
    --tw-shadow-color: #a1a1aa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/0 {
    --tw-shadow-color: rgb(161 161 170 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/10 {
    --tw-shadow-color: rgb(161 161 170 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/100 {
    --tw-shadow-color: rgb(161 161 170 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/15 {
    --tw-shadow-color: rgb(161 161 170 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/20 {
    --tw-shadow-color: rgb(161 161 170 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/25 {
    --tw-shadow-color: rgb(161 161 170 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/30 {
    --tw-shadow-color: rgb(161 161 170 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/35 {
    --tw-shadow-color: rgb(161 161 170 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/40 {
    --tw-shadow-color: rgb(161 161 170 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/45 {
    --tw-shadow-color: rgb(161 161 170 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/5 {
    --tw-shadow-color: rgb(161 161 170 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/50 {
    --tw-shadow-color: rgb(161 161 170 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/55 {
    --tw-shadow-color: rgb(161 161 170 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/60 {
    --tw-shadow-color: rgb(161 161 170 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/65 {
    --tw-shadow-color: rgb(161 161 170 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/70 {
    --tw-shadow-color: rgb(161 161 170 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/75 {
    --tw-shadow-color: rgb(161 161 170 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/80 {
    --tw-shadow-color: rgb(161 161 170 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/85 {
    --tw-shadow-color: rgb(161 161 170 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/90 {
    --tw-shadow-color: rgb(161 161 170 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-400\/95 {
    --tw-shadow-color: rgb(161 161 170 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50 {
    --tw-shadow-color: #fafafa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/0 {
    --tw-shadow-color: rgb(250 250 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/10 {
    --tw-shadow-color: rgb(250 250 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/100 {
    --tw-shadow-color: rgb(250 250 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/15 {
    --tw-shadow-color: rgb(250 250 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/20 {
    --tw-shadow-color: rgb(250 250 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/25 {
    --tw-shadow-color: rgb(250 250 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/30 {
    --tw-shadow-color: rgb(250 250 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/35 {
    --tw-shadow-color: rgb(250 250 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/40 {
    --tw-shadow-color: rgb(250 250 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/45 {
    --tw-shadow-color: rgb(250 250 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/5 {
    --tw-shadow-color: rgb(250 250 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/50 {
    --tw-shadow-color: rgb(250 250 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/55 {
    --tw-shadow-color: rgb(250 250 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/60 {
    --tw-shadow-color: rgb(250 250 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/65 {
    --tw-shadow-color: rgb(250 250 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/70 {
    --tw-shadow-color: rgb(250 250 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/75 {
    --tw-shadow-color: rgb(250 250 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/80 {
    --tw-shadow-color: rgb(250 250 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/85 {
    --tw-shadow-color: rgb(250 250 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/90 {
    --tw-shadow-color: rgb(250 250 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-50\/95 {
    --tw-shadow-color: rgb(250 250 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500 {
    --tw-shadow-color: #71717a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/0 {
    --tw-shadow-color: rgb(113 113 122 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/10 {
    --tw-shadow-color: rgb(113 113 122 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/100 {
    --tw-shadow-color: rgb(113 113 122 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/15 {
    --tw-shadow-color: rgb(113 113 122 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/20 {
    --tw-shadow-color: rgb(113 113 122 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/25 {
    --tw-shadow-color: rgb(113 113 122 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/30 {
    --tw-shadow-color: rgb(113 113 122 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/35 {
    --tw-shadow-color: rgb(113 113 122 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/40 {
    --tw-shadow-color: rgb(113 113 122 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/45 {
    --tw-shadow-color: rgb(113 113 122 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/5 {
    --tw-shadow-color: rgb(113 113 122 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/50 {
    --tw-shadow-color: rgb(113 113 122 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/55 {
    --tw-shadow-color: rgb(113 113 122 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/60 {
    --tw-shadow-color: rgb(113 113 122 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/65 {
    --tw-shadow-color: rgb(113 113 122 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/70 {
    --tw-shadow-color: rgb(113 113 122 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/75 {
    --tw-shadow-color: rgb(113 113 122 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/80 {
    --tw-shadow-color: rgb(113 113 122 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/85 {
    --tw-shadow-color: rgb(113 113 122 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/90 {
    --tw-shadow-color: rgb(113 113 122 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-500\/95 {
    --tw-shadow-color: rgb(113 113 122 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600 {
    --tw-shadow-color: #52525b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/0 {
    --tw-shadow-color: rgb(82 82 91 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/10 {
    --tw-shadow-color: rgb(82 82 91 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/100 {
    --tw-shadow-color: rgb(82 82 91 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/15 {
    --tw-shadow-color: rgb(82 82 91 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/20 {
    --tw-shadow-color: rgb(82 82 91 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/25 {
    --tw-shadow-color: rgb(82 82 91 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/30 {
    --tw-shadow-color: rgb(82 82 91 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/35 {
    --tw-shadow-color: rgb(82 82 91 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/40 {
    --tw-shadow-color: rgb(82 82 91 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/45 {
    --tw-shadow-color: rgb(82 82 91 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/5 {
    --tw-shadow-color: rgb(82 82 91 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/50 {
    --tw-shadow-color: rgb(82 82 91 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/55 {
    --tw-shadow-color: rgb(82 82 91 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/60 {
    --tw-shadow-color: rgb(82 82 91 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/65 {
    --tw-shadow-color: rgb(82 82 91 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/70 {
    --tw-shadow-color: rgb(82 82 91 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/75 {
    --tw-shadow-color: rgb(82 82 91 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/80 {
    --tw-shadow-color: rgb(82 82 91 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/85 {
    --tw-shadow-color: rgb(82 82 91 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/90 {
    --tw-shadow-color: rgb(82 82 91 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-600\/95 {
    --tw-shadow-color: rgb(82 82 91 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700 {
    --tw-shadow-color: #3f3f46;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/0 {
    --tw-shadow-color: rgb(63 63 70 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/10 {
    --tw-shadow-color: rgb(63 63 70 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/100 {
    --tw-shadow-color: rgb(63 63 70 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/15 {
    --tw-shadow-color: rgb(63 63 70 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/20 {
    --tw-shadow-color: rgb(63 63 70 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/25 {
    --tw-shadow-color: rgb(63 63 70 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/30 {
    --tw-shadow-color: rgb(63 63 70 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/35 {
    --tw-shadow-color: rgb(63 63 70 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/40 {
    --tw-shadow-color: rgb(63 63 70 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/45 {
    --tw-shadow-color: rgb(63 63 70 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/5 {
    --tw-shadow-color: rgb(63 63 70 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/50 {
    --tw-shadow-color: rgb(63 63 70 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/55 {
    --tw-shadow-color: rgb(63 63 70 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/60 {
    --tw-shadow-color: rgb(63 63 70 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/65 {
    --tw-shadow-color: rgb(63 63 70 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/70 {
    --tw-shadow-color: rgb(63 63 70 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/75 {
    --tw-shadow-color: rgb(63 63 70 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/80 {
    --tw-shadow-color: rgb(63 63 70 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/85 {
    --tw-shadow-color: rgb(63 63 70 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/90 {
    --tw-shadow-color: rgb(63 63 70 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-700\/95 {
    --tw-shadow-color: rgb(63 63 70 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800 {
    --tw-shadow-color: #27272a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/0 {
    --tw-shadow-color: rgb(39 39 42 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/10 {
    --tw-shadow-color: rgb(39 39 42 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/100 {
    --tw-shadow-color: rgb(39 39 42 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/15 {
    --tw-shadow-color: rgb(39 39 42 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/20 {
    --tw-shadow-color: rgb(39 39 42 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/25 {
    --tw-shadow-color: rgb(39 39 42 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/30 {
    --tw-shadow-color: rgb(39 39 42 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/35 {
    --tw-shadow-color: rgb(39 39 42 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/40 {
    --tw-shadow-color: rgb(39 39 42 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/45 {
    --tw-shadow-color: rgb(39 39 42 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/5 {
    --tw-shadow-color: rgb(39 39 42 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/50 {
    --tw-shadow-color: rgb(39 39 42 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/55 {
    --tw-shadow-color: rgb(39 39 42 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/60 {
    --tw-shadow-color: rgb(39 39 42 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/65 {
    --tw-shadow-color: rgb(39 39 42 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/70 {
    --tw-shadow-color: rgb(39 39 42 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/75 {
    --tw-shadow-color: rgb(39 39 42 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/80 {
    --tw-shadow-color: rgb(39 39 42 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/85 {
    --tw-shadow-color: rgb(39 39 42 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/90 {
    --tw-shadow-color: rgb(39 39 42 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-800\/95 {
    --tw-shadow-color: rgb(39 39 42 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900 {
    --tw-shadow-color: #18181b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/0 {
    --tw-shadow-color: rgb(24 24 27 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/10 {
    --tw-shadow-color: rgb(24 24 27 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/100 {
    --tw-shadow-color: rgb(24 24 27 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/15 {
    --tw-shadow-color: rgb(24 24 27 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/20 {
    --tw-shadow-color: rgb(24 24 27 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/25 {
    --tw-shadow-color: rgb(24 24 27 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/30 {
    --tw-shadow-color: rgb(24 24 27 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/35 {
    --tw-shadow-color: rgb(24 24 27 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/40 {
    --tw-shadow-color: rgb(24 24 27 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/45 {
    --tw-shadow-color: rgb(24 24 27 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/5 {
    --tw-shadow-color: rgb(24 24 27 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/50 {
    --tw-shadow-color: rgb(24 24 27 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/55 {
    --tw-shadow-color: rgb(24 24 27 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/60 {
    --tw-shadow-color: rgb(24 24 27 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/65 {
    --tw-shadow-color: rgb(24 24 27 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/70 {
    --tw-shadow-color: rgb(24 24 27 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/75 {
    --tw-shadow-color: rgb(24 24 27 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/80 {
    --tw-shadow-color: rgb(24 24 27 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/85 {
    --tw-shadow-color: rgb(24 24 27 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/90 {
    --tw-shadow-color: rgb(24 24 27 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-900\/95 {
    --tw-shadow-color: rgb(24 24 27 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950 {
    --tw-shadow-color: #09090b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/0 {
    --tw-shadow-color: rgb(9 9 11 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/10 {
    --tw-shadow-color: rgb(9 9 11 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/100 {
    --tw-shadow-color: rgb(9 9 11 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/15 {
    --tw-shadow-color: rgb(9 9 11 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/20 {
    --tw-shadow-color: rgb(9 9 11 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/25 {
    --tw-shadow-color: rgb(9 9 11 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/30 {
    --tw-shadow-color: rgb(9 9 11 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/35 {
    --tw-shadow-color: rgb(9 9 11 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/40 {
    --tw-shadow-color: rgb(9 9 11 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/45 {
    --tw-shadow-color: rgb(9 9 11 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/5 {
    --tw-shadow-color: rgb(9 9 11 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/50 {
    --tw-shadow-color: rgb(9 9 11 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/55 {
    --tw-shadow-color: rgb(9 9 11 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/60 {
    --tw-shadow-color: rgb(9 9 11 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/65 {
    --tw-shadow-color: rgb(9 9 11 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/70 {
    --tw-shadow-color: rgb(9 9 11 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/75 {
    --tw-shadow-color: rgb(9 9 11 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/80 {
    --tw-shadow-color: rgb(9 9 11 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/85 {
    --tw-shadow-color: rgb(9 9 11 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/90 {
    --tw-shadow-color: rgb(9 9 11 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .md\:shadow-zinc-950\/95 {
    --tw-shadow-color: rgb(9 9 11 / 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\/15 {
    outline-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(254 249 195 / 0.35);
  }

  .md\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .md\:outline-yellow-100\/45 {
    outline-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(254 249 195 / 0.55);
  }

  .md\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .md\:outline-yellow-100\/65 {
    outline-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(254 240 138 / 0.35);
  }

  .md\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .md\:outline-yellow-200\/45 {
    outline-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(254 240 138 / 0.55);
  }

  .md\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .md\:outline-yellow-200\/65 {
    outline-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    outline-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(250 204 21 / 0.35);
  }

  .md\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .md\:outline-yellow-400\/45 {
    outline-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(250 204 21 / 0.55);
  }

  .md\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .md\:outline-yellow-400\/65 {
    outline-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(254 252 232 / 0.35);
  }

  .md\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .md\:outline-yellow-50\/45 {
    outline-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(254 252 232 / 0.55);
  }

  .md\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .md\:outline-yellow-50\/65 {
    outline-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(234 179 8 / 0.35);
  }

  .md\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .md\:outline-yellow-500\/45 {
    outline-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(234 179 8 / 0.55);
  }

  .md\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .md\:outline-yellow-500\/65 {
    outline-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(202 138 4 / 0.35);
  }

  .md\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .md\:outline-yellow-600\/45 {
    outline-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(202 138 4 / 0.55);
  }

  .md\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .md\:outline-yellow-600\/65 {
    outline-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    outline-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(133 77 14 / 0.35);
  }

  .md\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .md\:outline-yellow-800\/45 {
    outline-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(133 77 14 / 0.55);
  }

  .md\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .md\:outline-yellow-800\/65 {
    outline-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(133 77 14 / 0.85);
  }

  .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\:ring-accent-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(235 251 203 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-100\/0 {
    --tw-ring-color: rgb(235 251 203 / 0);
  }

  .md\:ring-accent-100\/10 {
    --tw-ring-color: rgb(235 251 203 / 0.1);
  }

  .md\:ring-accent-100\/100 {
    --tw-ring-color: rgb(235 251 203 / 1);
  }

  .md\:ring-accent-100\/15 {
    --tw-ring-color: rgb(235 251 203 / 0.15);
  }

  .md\:ring-accent-100\/20 {
    --tw-ring-color: rgb(235 251 203 / 0.2);
  }

  .md\:ring-accent-100\/25 {
    --tw-ring-color: rgb(235 251 203 / 0.25);
  }

  .md\:ring-accent-100\/30 {
    --tw-ring-color: rgb(235 251 203 / 0.3);
  }

  .md\:ring-accent-100\/35 {
    --tw-ring-color: rgb(235 251 203 / 0.35);
  }

  .md\:ring-accent-100\/40 {
    --tw-ring-color: rgb(235 251 203 / 0.4);
  }

  .md\:ring-accent-100\/45 {
    --tw-ring-color: rgb(235 251 203 / 0.45);
  }

  .md\:ring-accent-100\/5 {
    --tw-ring-color: rgb(235 251 203 / 0.05);
  }

  .md\:ring-accent-100\/50 {
    --tw-ring-color: rgb(235 251 203 / 0.5);
  }

  .md\:ring-accent-100\/55 {
    --tw-ring-color: rgb(235 251 203 / 0.55);
  }

  .md\:ring-accent-100\/60 {
    --tw-ring-color: rgb(235 251 203 / 0.6);
  }

  .md\:ring-accent-100\/65 {
    --tw-ring-color: rgb(235 251 203 / 0.65);
  }

  .md\:ring-accent-100\/70 {
    --tw-ring-color: rgb(235 251 203 / 0.7);
  }

  .md\:ring-accent-100\/75 {
    --tw-ring-color: rgb(235 251 203 / 0.75);
  }

  .md\:ring-accent-100\/80 {
    --tw-ring-color: rgb(235 251 203 / 0.8);
  }

  .md\:ring-accent-100\/85 {
    --tw-ring-color: rgb(235 251 203 / 0.85);
  }

  .md\:ring-accent-100\/90 {
    --tw-ring-color: rgb(235 251 203 / 0.9);
  }

  .md\:ring-accent-100\/95 {
    --tw-ring-color: rgb(235 251 203 / 0.95);
  }

  .md\:ring-accent-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(216 246 154 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-200\/0 {
    --tw-ring-color: rgb(216 246 154 / 0);
  }

  .md\:ring-accent-200\/10 {
    --tw-ring-color: rgb(216 246 154 / 0.1);
  }

  .md\:ring-accent-200\/100 {
    --tw-ring-color: rgb(216 246 154 / 1);
  }

  .md\:ring-accent-200\/15 {
    --tw-ring-color: rgb(216 246 154 / 0.15);
  }

  .md\:ring-accent-200\/20 {
    --tw-ring-color: rgb(216 246 154 / 0.2);
  }

  .md\:ring-accent-200\/25 {
    --tw-ring-color: rgb(216 246 154 / 0.25);
  }

  .md\:ring-accent-200\/30 {
    --tw-ring-color: rgb(216 246 154 / 0.3);
  }

  .md\:ring-accent-200\/35 {
    --tw-ring-color: rgb(216 246 154 / 0.35);
  }

  .md\:ring-accent-200\/40 {
    --tw-ring-color: rgb(216 246 154 / 0.4);
  }

  .md\:ring-accent-200\/45 {
    --tw-ring-color: rgb(216 246 154 / 0.45);
  }

  .md\:ring-accent-200\/5 {
    --tw-ring-color: rgb(216 246 154 / 0.05);
  }

  .md\:ring-accent-200\/50 {
    --tw-ring-color: rgb(216 246 154 / 0.5);
  }

  .md\:ring-accent-200\/55 {
    --tw-ring-color: rgb(216 246 154 / 0.55);
  }

  .md\:ring-accent-200\/60 {
    --tw-ring-color: rgb(216 246 154 / 0.6);
  }

  .md\:ring-accent-200\/65 {
    --tw-ring-color: rgb(216 246 154 / 0.65);
  }

  .md\:ring-accent-200\/70 {
    --tw-ring-color: rgb(216 246 154 / 0.7);
  }

  .md\:ring-accent-200\/75 {
    --tw-ring-color: rgb(216 246 154 / 0.75);
  }

  .md\:ring-accent-200\/80 {
    --tw-ring-color: rgb(216 246 154 / 0.8);
  }

  .md\:ring-accent-200\/85 {
    --tw-ring-color: rgb(216 246 154 / 0.85);
  }

  .md\:ring-accent-200\/90 {
    --tw-ring-color: rgb(216 246 154 / 0.9);
  }

  .md\:ring-accent-200\/95 {
    --tw-ring-color: rgb(216 246 154 / 0.95);
  }

  .md\:ring-accent-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(196 240 120 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-300\/0 {
    --tw-ring-color: rgb(196 240 120 / 0);
  }

  .md\:ring-accent-300\/10 {
    --tw-ring-color: rgb(196 240 120 / 0.1);
  }

  .md\:ring-accent-300\/100 {
    --tw-ring-color: rgb(196 240 120 / 1);
  }

  .md\:ring-accent-300\/15 {
    --tw-ring-color: rgb(196 240 120 / 0.15);
  }

  .md\:ring-accent-300\/20 {
    --tw-ring-color: rgb(196 240 120 / 0.2);
  }

  .md\:ring-accent-300\/25 {
    --tw-ring-color: rgb(196 240 120 / 0.25);
  }

  .md\:ring-accent-300\/30 {
    --tw-ring-color: rgb(196 240 120 / 0.3);
  }

  .md\:ring-accent-300\/35 {
    --tw-ring-color: rgb(196 240 120 / 0.35);
  }

  .md\:ring-accent-300\/40 {
    --tw-ring-color: rgb(196 240 120 / 0.4);
  }

  .md\:ring-accent-300\/45 {
    --tw-ring-color: rgb(196 240 120 / 0.45);
  }

  .md\:ring-accent-300\/5 {
    --tw-ring-color: rgb(196 240 120 / 0.05);
  }

  .md\:ring-accent-300\/50 {
    --tw-ring-color: rgb(196 240 120 / 0.5);
  }

  .md\:ring-accent-300\/55 {
    --tw-ring-color: rgb(196 240 120 / 0.55);
  }

  .md\:ring-accent-300\/60 {
    --tw-ring-color: rgb(196 240 120 / 0.6);
  }

  .md\:ring-accent-300\/65 {
    --tw-ring-color: rgb(196 240 120 / 0.65);
  }

  .md\:ring-accent-300\/70 {
    --tw-ring-color: rgb(196 240 120 / 0.7);
  }

  .md\:ring-accent-300\/75 {
    --tw-ring-color: rgb(196 240 120 / 0.75);
  }

  .md\:ring-accent-300\/80 {
    --tw-ring-color: rgb(196 240 120 / 0.8);
  }

  .md\:ring-accent-300\/85 {
    --tw-ring-color: rgb(196 240 120 / 0.85);
  }

  .md\:ring-accent-300\/90 {
    --tw-ring-color: rgb(196 240 120 / 0.9);
  }

  .md\:ring-accent-300\/95 {
    --tw-ring-color: rgb(196 240 120 / 0.95);
  }

  .md\:ring-accent-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(183 237 104 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-400\/0 {
    --tw-ring-color: rgb(183 237 104 / 0);
  }

  .md\:ring-accent-400\/10 {
    --tw-ring-color: rgb(183 237 104 / 0.1);
  }

  .md\:ring-accent-400\/100 {
    --tw-ring-color: rgb(183 237 104 / 1);
  }

  .md\:ring-accent-400\/15 {
    --tw-ring-color: rgb(183 237 104 / 0.15);
  }

  .md\:ring-accent-400\/20 {
    --tw-ring-color: rgb(183 237 104 / 0.2);
  }

  .md\:ring-accent-400\/25 {
    --tw-ring-color: rgb(183 237 104 / 0.25);
  }

  .md\:ring-accent-400\/30 {
    --tw-ring-color: rgb(183 237 104 / 0.3);
  }

  .md\:ring-accent-400\/35 {
    --tw-ring-color: rgb(183 237 104 / 0.35);
  }

  .md\:ring-accent-400\/40 {
    --tw-ring-color: rgb(183 237 104 / 0.4);
  }

  .md\:ring-accent-400\/45 {
    --tw-ring-color: rgb(183 237 104 / 0.45);
  }

  .md\:ring-accent-400\/5 {
    --tw-ring-color: rgb(183 237 104 / 0.05);
  }

  .md\:ring-accent-400\/50 {
    --tw-ring-color: rgb(183 237 104 / 0.5);
  }

  .md\:ring-accent-400\/55 {
    --tw-ring-color: rgb(183 237 104 / 0.55);
  }

  .md\:ring-accent-400\/60 {
    --tw-ring-color: rgb(183 237 104 / 0.6);
  }

  .md\:ring-accent-400\/65 {
    --tw-ring-color: rgb(183 237 104 / 0.65);
  }

  .md\:ring-accent-400\/70 {
    --tw-ring-color: rgb(183 237 104 / 0.7);
  }

  .md\:ring-accent-400\/75 {
    --tw-ring-color: rgb(183 237 104 / 0.75);
  }

  .md\:ring-accent-400\/80 {
    --tw-ring-color: rgb(183 237 104 / 0.8);
  }

  .md\:ring-accent-400\/85 {
    --tw-ring-color: rgb(183 237 104 / 0.85);
  }

  .md\:ring-accent-400\/90 {
    --tw-ring-color: rgb(183 237 104 / 0.9);
  }

  .md\:ring-accent-400\/95 {
    --tw-ring-color: rgb(183 237 104 / 0.95);
  }

  .md\:ring-accent-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 253 235 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-50\/0 {
    --tw-ring-color: rgb(247 253 235 / 0);
  }

  .md\:ring-accent-50\/10 {
    --tw-ring-color: rgb(247 253 235 / 0.1);
  }

  .md\:ring-accent-50\/100 {
    --tw-ring-color: rgb(247 253 235 / 1);
  }

  .md\:ring-accent-50\/15 {
    --tw-ring-color: rgb(247 253 235 / 0.15);
  }

  .md\:ring-accent-50\/20 {
    --tw-ring-color: rgb(247 253 235 / 0.2);
  }

  .md\:ring-accent-50\/25 {
    --tw-ring-color: rgb(247 253 235 / 0.25);
  }

  .md\:ring-accent-50\/30 {
    --tw-ring-color: rgb(247 253 235 / 0.3);
  }

  .md\:ring-accent-50\/35 {
    --tw-ring-color: rgb(247 253 235 / 0.35);
  }

  .md\:ring-accent-50\/40 {
    --tw-ring-color: rgb(247 253 235 / 0.4);
  }

  .md\:ring-accent-50\/45 {
    --tw-ring-color: rgb(247 253 235 / 0.45);
  }

  .md\:ring-accent-50\/5 {
    --tw-ring-color: rgb(247 253 235 / 0.05);
  }

  .md\:ring-accent-50\/50 {
    --tw-ring-color: rgb(247 253 235 / 0.5);
  }

  .md\:ring-accent-50\/55 {
    --tw-ring-color: rgb(247 253 235 / 0.55);
  }

  .md\:ring-accent-50\/60 {
    --tw-ring-color: rgb(247 253 235 / 0.6);
  }

  .md\:ring-accent-50\/65 {
    --tw-ring-color: rgb(247 253 235 / 0.65);
  }

  .md\:ring-accent-50\/70 {
    --tw-ring-color: rgb(247 253 235 / 0.7);
  }

  .md\:ring-accent-50\/75 {
    --tw-ring-color: rgb(247 253 235 / 0.75);
  }

  .md\:ring-accent-50\/80 {
    --tw-ring-color: rgb(247 253 235 / 0.8);
  }

  .md\:ring-accent-50\/85 {
    --tw-ring-color: rgb(247 253 235 / 0.85);
  }

  .md\:ring-accent-50\/90 {
    --tw-ring-color: rgb(247 253 235 / 0.9);
  }

  .md\:ring-accent-50\/95 {
    --tw-ring-color: rgb(247 253 235 / 0.95);
  }

  .md\:ring-accent-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(174 235 96 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-500\/0 {
    --tw-ring-color: rgb(174 235 96 / 0);
  }

  .md\:ring-accent-500\/10 {
    --tw-ring-color: rgb(174 235 96 / 0.1);
  }

  .md\:ring-accent-500\/100 {
    --tw-ring-color: rgb(174 235 96 / 1);
  }

  .md\:ring-accent-500\/15 {
    --tw-ring-color: rgb(174 235 96 / 0.15);
  }

  .md\:ring-accent-500\/20 {
    --tw-ring-color: rgb(174 235 96 / 0.2);
  }

  .md\:ring-accent-500\/25 {
    --tw-ring-color: rgb(174 235 96 / 0.25);
  }

  .md\:ring-accent-500\/30 {
    --tw-ring-color: rgb(174 235 96 / 0.3);
  }

  .md\:ring-accent-500\/35 {
    --tw-ring-color: rgb(174 235 96 / 0.35);
  }

  .md\:ring-accent-500\/40 {
    --tw-ring-color: rgb(174 235 96 / 0.4);
  }

  .md\:ring-accent-500\/45 {
    --tw-ring-color: rgb(174 235 96 / 0.45);
  }

  .md\:ring-accent-500\/5 {
    --tw-ring-color: rgb(174 235 96 / 0.05);
  }

  .md\:ring-accent-500\/50 {
    --tw-ring-color: rgb(174 235 96 / 0.5);
  }

  .md\:ring-accent-500\/55 {
    --tw-ring-color: rgb(174 235 96 / 0.55);
  }

  .md\:ring-accent-500\/60 {
    --tw-ring-color: rgb(174 235 96 / 0.6);
  }

  .md\:ring-accent-500\/65 {
    --tw-ring-color: rgb(174 235 96 / 0.65);
  }

  .md\:ring-accent-500\/70 {
    --tw-ring-color: rgb(174 235 96 / 0.7);
  }

  .md\:ring-accent-500\/75 {
    --tw-ring-color: rgb(174 235 96 / 0.75);
  }

  .md\:ring-accent-500\/80 {
    --tw-ring-color: rgb(174 235 96 / 0.8);
  }

  .md\:ring-accent-500\/85 {
    --tw-ring-color: rgb(174 235 96 / 0.85);
  }

  .md\:ring-accent-500\/90 {
    --tw-ring-color: rgb(174 235 96 / 0.9);
  }

  .md\:ring-accent-500\/95 {
    --tw-ring-color: rgb(174 235 96 / 0.95);
  }

  .md\:ring-accent-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(130 201 48 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-600\/0 {
    --tw-ring-color: rgb(130 201 48 / 0);
  }

  .md\:ring-accent-600\/10 {
    --tw-ring-color: rgb(130 201 48 / 0.1);
  }

  .md\:ring-accent-600\/100 {
    --tw-ring-color: rgb(130 201 48 / 1);
  }

  .md\:ring-accent-600\/15 {
    --tw-ring-color: rgb(130 201 48 / 0.15);
  }

  .md\:ring-accent-600\/20 {
    --tw-ring-color: rgb(130 201 48 / 0.2);
  }

  .md\:ring-accent-600\/25 {
    --tw-ring-color: rgb(130 201 48 / 0.25);
  }

  .md\:ring-accent-600\/30 {
    --tw-ring-color: rgb(130 201 48 / 0.3);
  }

  .md\:ring-accent-600\/35 {
    --tw-ring-color: rgb(130 201 48 / 0.35);
  }

  .md\:ring-accent-600\/40 {
    --tw-ring-color: rgb(130 201 48 / 0.4);
  }

  .md\:ring-accent-600\/45 {
    --tw-ring-color: rgb(130 201 48 / 0.45);
  }

  .md\:ring-accent-600\/5 {
    --tw-ring-color: rgb(130 201 48 / 0.05);
  }

  .md\:ring-accent-600\/50 {
    --tw-ring-color: rgb(130 201 48 / 0.5);
  }

  .md\:ring-accent-600\/55 {
    --tw-ring-color: rgb(130 201 48 / 0.55);
  }

  .md\:ring-accent-600\/60 {
    --tw-ring-color: rgb(130 201 48 / 0.6);
  }

  .md\:ring-accent-600\/65 {
    --tw-ring-color: rgb(130 201 48 / 0.65);
  }

  .md\:ring-accent-600\/70 {
    --tw-ring-color: rgb(130 201 48 / 0.7);
  }

  .md\:ring-accent-600\/75 {
    --tw-ring-color: rgb(130 201 48 / 0.75);
  }

  .md\:ring-accent-600\/80 {
    --tw-ring-color: rgb(130 201 48 / 0.8);
  }

  .md\:ring-accent-600\/85 {
    --tw-ring-color: rgb(130 201 48 / 0.85);
  }

  .md\:ring-accent-600\/90 {
    --tw-ring-color: rgb(130 201 48 / 0.9);
  }

  .md\:ring-accent-600\/95 {
    --tw-ring-color: rgb(130 201 48 / 0.95);
  }

  .md\:ring-accent-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(97 161 31 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-700\/0 {
    --tw-ring-color: rgb(97 161 31 / 0);
  }

  .md\:ring-accent-700\/10 {
    --tw-ring-color: rgb(97 161 31 / 0.1);
  }

  .md\:ring-accent-700\/100 {
    --tw-ring-color: rgb(97 161 31 / 1);
  }

  .md\:ring-accent-700\/15 {
    --tw-ring-color: rgb(97 161 31 / 0.15);
  }

  .md\:ring-accent-700\/20 {
    --tw-ring-color: rgb(97 161 31 / 0.2);
  }

  .md\:ring-accent-700\/25 {
    --tw-ring-color: rgb(97 161 31 / 0.25);
  }

  .md\:ring-accent-700\/30 {
    --tw-ring-color: rgb(97 161 31 / 0.3);
  }

  .md\:ring-accent-700\/35 {
    --tw-ring-color: rgb(97 161 31 / 0.35);
  }

  .md\:ring-accent-700\/40 {
    --tw-ring-color: rgb(97 161 31 / 0.4);
  }

  .md\:ring-accent-700\/45 {
    --tw-ring-color: rgb(97 161 31 / 0.45);
  }

  .md\:ring-accent-700\/5 {
    --tw-ring-color: rgb(97 161 31 / 0.05);
  }

  .md\:ring-accent-700\/50 {
    --tw-ring-color: rgb(97 161 31 / 0.5);
  }

  .md\:ring-accent-700\/55 {
    --tw-ring-color: rgb(97 161 31 / 0.55);
  }

  .md\:ring-accent-700\/60 {
    --tw-ring-color: rgb(97 161 31 / 0.6);
  }

  .md\:ring-accent-700\/65 {
    --tw-ring-color: rgb(97 161 31 / 0.65);
  }

  .md\:ring-accent-700\/70 {
    --tw-ring-color: rgb(97 161 31 / 0.7);
  }

  .md\:ring-accent-700\/75 {
    --tw-ring-color: rgb(97 161 31 / 0.75);
  }

  .md\:ring-accent-700\/80 {
    --tw-ring-color: rgb(97 161 31 / 0.8);
  }

  .md\:ring-accent-700\/85 {
    --tw-ring-color: rgb(97 161 31 / 0.85);
  }

  .md\:ring-accent-700\/90 {
    --tw-ring-color: rgb(97 161 31 / 0.9);
  }

  .md\:ring-accent-700\/95 {
    --tw-ring-color: rgb(97 161 31 / 0.95);
  }

  .md\:ring-accent-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(78 126 32 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-800\/0 {
    --tw-ring-color: rgb(78 126 32 / 0);
  }

  .md\:ring-accent-800\/10 {
    --tw-ring-color: rgb(78 126 32 / 0.1);
  }

  .md\:ring-accent-800\/100 {
    --tw-ring-color: rgb(78 126 32 / 1);
  }

  .md\:ring-accent-800\/15 {
    --tw-ring-color: rgb(78 126 32 / 0.15);
  }

  .md\:ring-accent-800\/20 {
    --tw-ring-color: rgb(78 126 32 / 0.2);
  }

  .md\:ring-accent-800\/25 {
    --tw-ring-color: rgb(78 126 32 / 0.25);
  }

  .md\:ring-accent-800\/30 {
    --tw-ring-color: rgb(78 126 32 / 0.3);
  }

  .md\:ring-accent-800\/35 {
    --tw-ring-color: rgb(78 126 32 / 0.35);
  }

  .md\:ring-accent-800\/40 {
    --tw-ring-color: rgb(78 126 32 / 0.4);
  }

  .md\:ring-accent-800\/45 {
    --tw-ring-color: rgb(78 126 32 / 0.45);
  }

  .md\:ring-accent-800\/5 {
    --tw-ring-color: rgb(78 126 32 / 0.05);
  }

  .md\:ring-accent-800\/50 {
    --tw-ring-color: rgb(78 126 32 / 0.5);
  }

  .md\:ring-accent-800\/55 {
    --tw-ring-color: rgb(78 126 32 / 0.55);
  }

  .md\:ring-accent-800\/60 {
    --tw-ring-color: rgb(78 126 32 / 0.6);
  }

  .md\:ring-accent-800\/65 {
    --tw-ring-color: rgb(78 126 32 / 0.65);
  }

  .md\:ring-accent-800\/70 {
    --tw-ring-color: rgb(78 126 32 / 0.7);
  }

  .md\:ring-accent-800\/75 {
    --tw-ring-color: rgb(78 126 32 / 0.75);
  }

  .md\:ring-accent-800\/80 {
    --tw-ring-color: rgb(78 126 32 / 0.8);
  }

  .md\:ring-accent-800\/85 {
    --tw-ring-color: rgb(78 126 32 / 0.85);
  }

  .md\:ring-accent-800\/90 {
    --tw-ring-color: rgb(78 126 32 / 0.9);
  }

  .md\:ring-accent-800\/95 {
    --tw-ring-color: rgb(78 126 32 / 0.95);
  }

  .md\:ring-accent-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 106 33 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-900\/0 {
    --tw-ring-color: rgb(66 106 33 / 0);
  }

  .md\:ring-accent-900\/10 {
    --tw-ring-color: rgb(66 106 33 / 0.1);
  }

  .md\:ring-accent-900\/100 {
    --tw-ring-color: rgb(66 106 33 / 1);
  }

  .md\:ring-accent-900\/15 {
    --tw-ring-color: rgb(66 106 33 / 0.15);
  }

  .md\:ring-accent-900\/20 {
    --tw-ring-color: rgb(66 106 33 / 0.2);
  }

  .md\:ring-accent-900\/25 {
    --tw-ring-color: rgb(66 106 33 / 0.25);
  }

  .md\:ring-accent-900\/30 {
    --tw-ring-color: rgb(66 106 33 / 0.3);
  }

  .md\:ring-accent-900\/35 {
    --tw-ring-color: rgb(66 106 33 / 0.35);
  }

  .md\:ring-accent-900\/40 {
    --tw-ring-color: rgb(66 106 33 / 0.4);
  }

  .md\:ring-accent-900\/45 {
    --tw-ring-color: rgb(66 106 33 / 0.45);
  }

  .md\:ring-accent-900\/5 {
    --tw-ring-color: rgb(66 106 33 / 0.05);
  }

  .md\:ring-accent-900\/50 {
    --tw-ring-color: rgb(66 106 33 / 0.5);
  }

  .md\:ring-accent-900\/55 {
    --tw-ring-color: rgb(66 106 33 / 0.55);
  }

  .md\:ring-accent-900\/60 {
    --tw-ring-color: rgb(66 106 33 / 0.6);
  }

  .md\:ring-accent-900\/65 {
    --tw-ring-color: rgb(66 106 33 / 0.65);
  }

  .md\:ring-accent-900\/70 {
    --tw-ring-color: rgb(66 106 33 / 0.7);
  }

  .md\:ring-accent-900\/75 {
    --tw-ring-color: rgb(66 106 33 / 0.75);
  }

  .md\:ring-accent-900\/80 {
    --tw-ring-color: rgb(66 106 33 / 0.8);
  }

  .md\:ring-accent-900\/85 {
    --tw-ring-color: rgb(66 106 33 / 0.85);
  }

  .md\:ring-accent-900\/90 {
    --tw-ring-color: rgb(66 106 33 / 0.9);
  }

  .md\:ring-accent-900\/95 {
    --tw-ring-color: rgb(66 106 33 / 0.95);
  }

  .md\:ring-accent-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(32 58 11 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-accent-950\/0 {
    --tw-ring-color: rgb(32 58 11 / 0);
  }

  .md\:ring-accent-950\/10 {
    --tw-ring-color: rgb(32 58 11 / 0.1);
  }

  .md\:ring-accent-950\/100 {
    --tw-ring-color: rgb(32 58 11 / 1);
  }

  .md\:ring-accent-950\/15 {
    --tw-ring-color: rgb(32 58 11 / 0.15);
  }

  .md\:ring-accent-950\/20 {
    --tw-ring-color: rgb(32 58 11 / 0.2);
  }

  .md\:ring-accent-950\/25 {
    --tw-ring-color: rgb(32 58 11 / 0.25);
  }

  .md\:ring-accent-950\/30 {
    --tw-ring-color: rgb(32 58 11 / 0.3);
  }

  .md\:ring-accent-950\/35 {
    --tw-ring-color: rgb(32 58 11 / 0.35);
  }

  .md\:ring-accent-950\/40 {
    --tw-ring-color: rgb(32 58 11 / 0.4);
  }

  .md\:ring-accent-950\/45 {
    --tw-ring-color: rgb(32 58 11 / 0.45);
  }

  .md\:ring-accent-950\/5 {
    --tw-ring-color: rgb(32 58 11 / 0.05);
  }

  .md\:ring-accent-950\/50 {
    --tw-ring-color: rgb(32 58 11 / 0.5);
  }

  .md\:ring-accent-950\/55 {
    --tw-ring-color: rgb(32 58 11 / 0.55);
  }

  .md\:ring-accent-950\/60 {
    --tw-ring-color: rgb(32 58 11 / 0.6);
  }

  .md\:ring-accent-950\/65 {
    --tw-ring-color: rgb(32 58 11 / 0.65);
  }

  .md\:ring-accent-950\/70 {
    --tw-ring-color: rgb(32 58 11 / 0.7);
  }

  .md\:ring-accent-950\/75 {
    --tw-ring-color: rgb(32 58 11 / 0.75);
  }

  .md\:ring-accent-950\/80 {
    --tw-ring-color: rgb(32 58 11 / 0.8);
  }

  .md\:ring-accent-950\/85 {
    --tw-ring-color: rgb(32 58 11 / 0.85);
  }

  .md\:ring-accent-950\/90 {
    --tw-ring-color: rgb(32 58 11 / 0.9);
  }

  .md\:ring-accent-950\/95 {
    --tw-ring-color: rgb(32 58 11 / 0.95);
  }

  .md\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-black\/0 {
    --tw-ring-color: rgb(0 0 0 / 0);
  }

  .md\:ring-black\/10 {
    --tw-ring-color: rgb(0 0 0 / 0.1);
  }

  .md\:ring-black\/100 {
    --tw-ring-color: rgb(0 0 0 / 1);
  }

  .md\:ring-black\/15 {
    --tw-ring-color: rgb(0 0 0 / 0.15);
  }

  .md\:ring-black\/20 {
    --tw-ring-color: rgb(0 0 0 / 0.2);
  }

  .md\:ring-black\/25 {
    --tw-ring-color: rgb(0 0 0 / 0.25);
  }

  .md\:ring-black\/30 {
    --tw-ring-color: rgb(0 0 0 / 0.3);
  }

  .md\:ring-black\/35 {
    --tw-ring-color: rgb(0 0 0 / 0.35);
  }

  .md\:ring-black\/40 {
    --tw-ring-color: rgb(0 0 0 / 0.4);
  }

  .md\:ring-black\/45 {
    --tw-ring-color: rgb(0 0 0 / 0.45);
  }

  .md\:ring-black\/5 {
    --tw-ring-color: rgb(0 0 0 / 0.05);
  }

  .md\:ring-black\/50 {
    --tw-ring-color: rgb(0 0 0 / 0.5);
  }

  .md\:ring-black\/55 {
    --tw-ring-color: rgb(0 0 0 / 0.55);
  }

  .md\:ring-black\/60 {
    --tw-ring-color: rgb(0 0 0 / 0.6);
  }

  .md\:ring-black\/65 {
    --tw-ring-color: rgb(0 0 0 / 0.65);
  }

  .md\:ring-black\/70 {
    --tw-ring-color: rgb(0 0 0 / 0.7);
  }

  .md\:ring-black\/75 {
    --tw-ring-color: rgb(0 0 0 / 0.75);
  }

  .md\:ring-black\/80 {
    --tw-ring-color: rgb(0 0 0 / 0.8);
  }

  .md\:ring-black\/85 {
    --tw-ring-color: rgb(0 0 0 / 0.85);
  }

  .md\:ring-black\/90 {
    --tw-ring-color: rgb(0 0 0 / 0.9);
  }

  .md\:ring-black\/95 {
    --tw-ring-color: rgb(0 0 0 / 0.95);
  }

  .md\:ring-brand-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 227 255 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-100\/0 {
    --tw-ring-color: rgb(233 227 255 / 0);
  }

  .md\:ring-brand-100\/10 {
    --tw-ring-color: rgb(233 227 255 / 0.1);
  }

  .md\:ring-brand-100\/100 {
    --tw-ring-color: rgb(233 227 255 / 1);
  }

  .md\:ring-brand-100\/15 {
    --tw-ring-color: rgb(233 227 255 / 0.15);
  }

  .md\:ring-brand-100\/20 {
    --tw-ring-color: rgb(233 227 255 / 0.2);
  }

  .md\:ring-brand-100\/25 {
    --tw-ring-color: rgb(233 227 255 / 0.25);
  }

  .md\:ring-brand-100\/30 {
    --tw-ring-color: rgb(233 227 255 / 0.3);
  }

  .md\:ring-brand-100\/35 {
    --tw-ring-color: rgb(233 227 255 / 0.35);
  }

  .md\:ring-brand-100\/40 {
    --tw-ring-color: rgb(233 227 255 / 0.4);
  }

  .md\:ring-brand-100\/45 {
    --tw-ring-color: rgb(233 227 255 / 0.45);
  }

  .md\:ring-brand-100\/5 {
    --tw-ring-color: rgb(233 227 255 / 0.05);
  }

  .md\:ring-brand-100\/50 {
    --tw-ring-color: rgb(233 227 255 / 0.5);
  }

  .md\:ring-brand-100\/55 {
    --tw-ring-color: rgb(233 227 255 / 0.55);
  }

  .md\:ring-brand-100\/60 {
    --tw-ring-color: rgb(233 227 255 / 0.6);
  }

  .md\:ring-brand-100\/65 {
    --tw-ring-color: rgb(233 227 255 / 0.65);
  }

  .md\:ring-brand-100\/70 {
    --tw-ring-color: rgb(233 227 255 / 0.7);
  }

  .md\:ring-brand-100\/75 {
    --tw-ring-color: rgb(233 227 255 / 0.75);
  }

  .md\:ring-brand-100\/80 {
    --tw-ring-color: rgb(233 227 255 / 0.8);
  }

  .md\:ring-brand-100\/85 {
    --tw-ring-color: rgb(233 227 255 / 0.85);
  }

  .md\:ring-brand-100\/90 {
    --tw-ring-color: rgb(233 227 255 / 0.9);
  }

  .md\:ring-brand-100\/95 {
    --tw-ring-color: rgb(233 227 255 / 0.95);
  }

  .md\:ring-brand-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(211 199 255 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-200\/0 {
    --tw-ring-color: rgb(211 199 255 / 0);
  }

  .md\:ring-brand-200\/10 {
    --tw-ring-color: rgb(211 199 255 / 0.1);
  }

  .md\:ring-brand-200\/100 {
    --tw-ring-color: rgb(211 199 255 / 1);
  }

  .md\:ring-brand-200\/15 {
    --tw-ring-color: rgb(211 199 255 / 0.15);
  }

  .md\:ring-brand-200\/20 {
    --tw-ring-color: rgb(211 199 255 / 0.2);
  }

  .md\:ring-brand-200\/25 {
    --tw-ring-color: rgb(211 199 255 / 0.25);
  }

  .md\:ring-brand-200\/30 {
    --tw-ring-color: rgb(211 199 255 / 0.3);
  }

  .md\:ring-brand-200\/35 {
    --tw-ring-color: rgb(211 199 255 / 0.35);
  }

  .md\:ring-brand-200\/40 {
    --tw-ring-color: rgb(211 199 255 / 0.4);
  }

  .md\:ring-brand-200\/45 {
    --tw-ring-color: rgb(211 199 255 / 0.45);
  }

  .md\:ring-brand-200\/5 {
    --tw-ring-color: rgb(211 199 255 / 0.05);
  }

  .md\:ring-brand-200\/50 {
    --tw-ring-color: rgb(211 199 255 / 0.5);
  }

  .md\:ring-brand-200\/55 {
    --tw-ring-color: rgb(211 199 255 / 0.55);
  }

  .md\:ring-brand-200\/60 {
    --tw-ring-color: rgb(211 199 255 / 0.6);
  }

  .md\:ring-brand-200\/65 {
    --tw-ring-color: rgb(211 199 255 / 0.65);
  }

  .md\:ring-brand-200\/70 {
    --tw-ring-color: rgb(211 199 255 / 0.7);
  }

  .md\:ring-brand-200\/75 {
    --tw-ring-color: rgb(211 199 255 / 0.75);
  }

  .md\:ring-brand-200\/80 {
    --tw-ring-color: rgb(211 199 255 / 0.8);
  }

  .md\:ring-brand-200\/85 {
    --tw-ring-color: rgb(211 199 255 / 0.85);
  }

  .md\:ring-brand-200\/90 {
    --tw-ring-color: rgb(211 199 255 / 0.9);
  }

  .md\:ring-brand-200\/95 {
    --tw-ring-color: rgb(211 199 255 / 0.95);
  }

  .md\:ring-brand-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(183 154 255 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-300\/0 {
    --tw-ring-color: rgb(183 154 255 / 0);
  }

  .md\:ring-brand-300\/10 {
    --tw-ring-color: rgb(183 154 255 / 0.1);
  }

  .md\:ring-brand-300\/100 {
    --tw-ring-color: rgb(183 154 255 / 1);
  }

  .md\:ring-brand-300\/15 {
    --tw-ring-color: rgb(183 154 255 / 0.15);
  }

  .md\:ring-brand-300\/20 {
    --tw-ring-color: rgb(183 154 255 / 0.2);
  }

  .md\:ring-brand-300\/25 {
    --tw-ring-color: rgb(183 154 255 / 0.25);
  }

  .md\:ring-brand-300\/30 {
    --tw-ring-color: rgb(183 154 255 / 0.3);
  }

  .md\:ring-brand-300\/35 {
    --tw-ring-color: rgb(183 154 255 / 0.35);
  }

  .md\:ring-brand-300\/40 {
    --tw-ring-color: rgb(183 154 255 / 0.4);
  }

  .md\:ring-brand-300\/45 {
    --tw-ring-color: rgb(183 154 255 / 0.45);
  }

  .md\:ring-brand-300\/5 {
    --tw-ring-color: rgb(183 154 255 / 0.05);
  }

  .md\:ring-brand-300\/50 {
    --tw-ring-color: rgb(183 154 255 / 0.5);
  }

  .md\:ring-brand-300\/55 {
    --tw-ring-color: rgb(183 154 255 / 0.55);
  }

  .md\:ring-brand-300\/60 {
    --tw-ring-color: rgb(183 154 255 / 0.6);
  }

  .md\:ring-brand-300\/65 {
    --tw-ring-color: rgb(183 154 255 / 0.65);
  }

  .md\:ring-brand-300\/70 {
    --tw-ring-color: rgb(183 154 255 / 0.7);
  }

  .md\:ring-brand-300\/75 {
    --tw-ring-color: rgb(183 154 255 / 0.75);
  }

  .md\:ring-brand-300\/80 {
    --tw-ring-color: rgb(183 154 255 / 0.8);
  }

  .md\:ring-brand-300\/85 {
    --tw-ring-color: rgb(183 154 255 / 0.85);
  }

  .md\:ring-brand-300\/90 {
    --tw-ring-color: rgb(183 154 255 / 0.9);
  }

  .md\:ring-brand-300\/95 {
    --tw-ring-color: rgb(183 154 255 / 0.95);
  }

  .md\:ring-brand-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(149 98 255 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-400\/0 {
    --tw-ring-color: rgb(149 98 255 / 0);
  }

  .md\:ring-brand-400\/10 {
    --tw-ring-color: rgb(149 98 255 / 0.1);
  }

  .md\:ring-brand-400\/100 {
    --tw-ring-color: rgb(149 98 255 / 1);
  }

  .md\:ring-brand-400\/15 {
    --tw-ring-color: rgb(149 98 255 / 0.15);
  }

  .md\:ring-brand-400\/20 {
    --tw-ring-color: rgb(149 98 255 / 0.2);
  }

  .md\:ring-brand-400\/25 {
    --tw-ring-color: rgb(149 98 255 / 0.25);
  }

  .md\:ring-brand-400\/30 {
    --tw-ring-color: rgb(149 98 255 / 0.3);
  }

  .md\:ring-brand-400\/35 {
    --tw-ring-color: rgb(149 98 255 / 0.35);
  }

  .md\:ring-brand-400\/40 {
    --tw-ring-color: rgb(149 98 255 / 0.4);
  }

  .md\:ring-brand-400\/45 {
    --tw-ring-color: rgb(149 98 255 / 0.45);
  }

  .md\:ring-brand-400\/5 {
    --tw-ring-color: rgb(149 98 255 / 0.05);
  }

  .md\:ring-brand-400\/50 {
    --tw-ring-color: rgb(149 98 255 / 0.5);
  }

  .md\:ring-brand-400\/55 {
    --tw-ring-color: rgb(149 98 255 / 0.55);
  }

  .md\:ring-brand-400\/60 {
    --tw-ring-color: rgb(149 98 255 / 0.6);
  }

  .md\:ring-brand-400\/65 {
    --tw-ring-color: rgb(149 98 255 / 0.65);
  }

  .md\:ring-brand-400\/70 {
    --tw-ring-color: rgb(149 98 255 / 0.7);
  }

  .md\:ring-brand-400\/75 {
    --tw-ring-color: rgb(149 98 255 / 0.75);
  }

  .md\:ring-brand-400\/80 {
    --tw-ring-color: rgb(149 98 255 / 0.8);
  }

  .md\:ring-brand-400\/85 {
    --tw-ring-color: rgb(149 98 255 / 0.85);
  }

  .md\:ring-brand-400\/90 {
    --tw-ring-color: rgb(149 98 255 / 0.9);
  }

  .md\:ring-brand-400\/95 {
    --tw-ring-color: rgb(149 98 255 / 0.95);
  }

  .md\:ring-brand-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 241 255 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-50\/0 {
    --tw-ring-color: rgb(244 241 255 / 0);
  }

  .md\:ring-brand-50\/10 {
    --tw-ring-color: rgb(244 241 255 / 0.1);
  }

  .md\:ring-brand-50\/100 {
    --tw-ring-color: rgb(244 241 255 / 1);
  }

  .md\:ring-brand-50\/15 {
    --tw-ring-color: rgb(244 241 255 / 0.15);
  }

  .md\:ring-brand-50\/20 {
    --tw-ring-color: rgb(244 241 255 / 0.2);
  }

  .md\:ring-brand-50\/25 {
    --tw-ring-color: rgb(244 241 255 / 0.25);
  }

  .md\:ring-brand-50\/30 {
    --tw-ring-color: rgb(244 241 255 / 0.3);
  }

  .md\:ring-brand-50\/35 {
    --tw-ring-color: rgb(244 241 255 / 0.35);
  }

  .md\:ring-brand-50\/40 {
    --tw-ring-color: rgb(244 241 255 / 0.4);
  }

  .md\:ring-brand-50\/45 {
    --tw-ring-color: rgb(244 241 255 / 0.45);
  }

  .md\:ring-brand-50\/5 {
    --tw-ring-color: rgb(244 241 255 / 0.05);
  }

  .md\:ring-brand-50\/50 {
    --tw-ring-color: rgb(244 241 255 / 0.5);
  }

  .md\:ring-brand-50\/55 {
    --tw-ring-color: rgb(244 241 255 / 0.55);
  }

  .md\:ring-brand-50\/60 {
    --tw-ring-color: rgb(244 241 255 / 0.6);
  }

  .md\:ring-brand-50\/65 {
    --tw-ring-color: rgb(244 241 255 / 0.65);
  }

  .md\:ring-brand-50\/70 {
    --tw-ring-color: rgb(244 241 255 / 0.7);
  }

  .md\:ring-brand-50\/75 {
    --tw-ring-color: rgb(244 241 255 / 0.75);
  }

  .md\:ring-brand-50\/80 {
    --tw-ring-color: rgb(244 241 255 / 0.8);
  }

  .md\:ring-brand-50\/85 {
    --tw-ring-color: rgb(244 241 255 / 0.85);
  }

  .md\:ring-brand-50\/90 {
    --tw-ring-color: rgb(244 241 255 / 0.9);
  }

  .md\:ring-brand-50\/95 {
    --tw-ring-color: rgb(244 241 255 / 0.95);
  }

  .md\:ring-brand-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(78 28 209 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-500\/0 {
    --tw-ring-color: rgb(78 28 209 / 0);
  }

  .md\:ring-brand-500\/10 {
    --tw-ring-color: rgb(78 28 209 / 0.1);
  }

  .md\:ring-brand-500\/100 {
    --tw-ring-color: rgb(78 28 209 / 1);
  }

  .md\:ring-brand-500\/15 {
    --tw-ring-color: rgb(78 28 209 / 0.15);
  }

  .md\:ring-brand-500\/20 {
    --tw-ring-color: rgb(78 28 209 / 0.2);
  }

  .md\:ring-brand-500\/25 {
    --tw-ring-color: rgb(78 28 209 / 0.25);
  }

  .md\:ring-brand-500\/30 {
    --tw-ring-color: rgb(78 28 209 / 0.3);
  }

  .md\:ring-brand-500\/35 {
    --tw-ring-color: rgb(78 28 209 / 0.35);
  }

  .md\:ring-brand-500\/40 {
    --tw-ring-color: rgb(78 28 209 / 0.4);
  }

  .md\:ring-brand-500\/45 {
    --tw-ring-color: rgb(78 28 209 / 0.45);
  }

  .md\:ring-brand-500\/5 {
    --tw-ring-color: rgb(78 28 209 / 0.05);
  }

  .md\:ring-brand-500\/50 {
    --tw-ring-color: rgb(78 28 209 / 0.5);
  }

  .md\:ring-brand-500\/55 {
    --tw-ring-color: rgb(78 28 209 / 0.55);
  }

  .md\:ring-brand-500\/60 {
    --tw-ring-color: rgb(78 28 209 / 0.6);
  }

  .md\:ring-brand-500\/65 {
    --tw-ring-color: rgb(78 28 209 / 0.65);
  }

  .md\:ring-brand-500\/70 {
    --tw-ring-color: rgb(78 28 209 / 0.7);
  }

  .md\:ring-brand-500\/75 {
    --tw-ring-color: rgb(78 28 209 / 0.75);
  }

  .md\:ring-brand-500\/80 {
    --tw-ring-color: rgb(78 28 209 / 0.8);
  }

  .md\:ring-brand-500\/85 {
    --tw-ring-color: rgb(78 28 209 / 0.85);
  }

  .md\:ring-brand-500\/90 {
    --tw-ring-color: rgb(78 28 209 / 0.9);
  }

  .md\:ring-brand-500\/95 {
    --tw-ring-color: rgb(78 28 209 / 0.95);
  }

  .md\:ring-brand-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(65 21 181 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-600\/0 {
    --tw-ring-color: rgb(65 21 181 / 0);
  }

  .md\:ring-brand-600\/10 {
    --tw-ring-color: rgb(65 21 181 / 0.1);
  }

  .md\:ring-brand-600\/100 {
    --tw-ring-color: rgb(65 21 181 / 1);
  }

  .md\:ring-brand-600\/15 {
    --tw-ring-color: rgb(65 21 181 / 0.15);
  }

  .md\:ring-brand-600\/20 {
    --tw-ring-color: rgb(65 21 181 / 0.2);
  }

  .md\:ring-brand-600\/25 {
    --tw-ring-color: rgb(65 21 181 / 0.25);
  }

  .md\:ring-brand-600\/30 {
    --tw-ring-color: rgb(65 21 181 / 0.3);
  }

  .md\:ring-brand-600\/35 {
    --tw-ring-color: rgb(65 21 181 / 0.35);
  }

  .md\:ring-brand-600\/40 {
    --tw-ring-color: rgb(65 21 181 / 0.4);
  }

  .md\:ring-brand-600\/45 {
    --tw-ring-color: rgb(65 21 181 / 0.45);
  }

  .md\:ring-brand-600\/5 {
    --tw-ring-color: rgb(65 21 181 / 0.05);
  }

  .md\:ring-brand-600\/50 {
    --tw-ring-color: rgb(65 21 181 / 0.5);
  }

  .md\:ring-brand-600\/55 {
    --tw-ring-color: rgb(65 21 181 / 0.55);
  }

  .md\:ring-brand-600\/60 {
    --tw-ring-color: rgb(65 21 181 / 0.6);
  }

  .md\:ring-brand-600\/65 {
    --tw-ring-color: rgb(65 21 181 / 0.65);
  }

  .md\:ring-brand-600\/70 {
    --tw-ring-color: rgb(65 21 181 / 0.7);
  }

  .md\:ring-brand-600\/75 {
    --tw-ring-color: rgb(65 21 181 / 0.75);
  }

  .md\:ring-brand-600\/80 {
    --tw-ring-color: rgb(65 21 181 / 0.8);
  }

  .md\:ring-brand-600\/85 {
    --tw-ring-color: rgb(65 21 181 / 0.85);
  }

  .md\:ring-brand-600\/90 {
    --tw-ring-color: rgb(65 21 181 / 0.9);
  }

  .md\:ring-brand-600\/95 {
    --tw-ring-color: rgb(65 21 181 / 0.95);
  }

  .md\:ring-brand-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(54 16 150 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-700\/0 {
    --tw-ring-color: rgb(54 16 150 / 0);
  }

  .md\:ring-brand-700\/10 {
    --tw-ring-color: rgb(54 16 150 / 0.1);
  }

  .md\:ring-brand-700\/100 {
    --tw-ring-color: rgb(54 16 150 / 1);
  }

  .md\:ring-brand-700\/15 {
    --tw-ring-color: rgb(54 16 150 / 0.15);
  }

  .md\:ring-brand-700\/20 {
    --tw-ring-color: rgb(54 16 150 / 0.2);
  }

  .md\:ring-brand-700\/25 {
    --tw-ring-color: rgb(54 16 150 / 0.25);
  }

  .md\:ring-brand-700\/30 {
    --tw-ring-color: rgb(54 16 150 / 0.3);
  }

  .md\:ring-brand-700\/35 {
    --tw-ring-color: rgb(54 16 150 / 0.35);
  }

  .md\:ring-brand-700\/40 {
    --tw-ring-color: rgb(54 16 150 / 0.4);
  }

  .md\:ring-brand-700\/45 {
    --tw-ring-color: rgb(54 16 150 / 0.45);
  }

  .md\:ring-brand-700\/5 {
    --tw-ring-color: rgb(54 16 150 / 0.05);
  }

  .md\:ring-brand-700\/50 {
    --tw-ring-color: rgb(54 16 150 / 0.5);
  }

  .md\:ring-brand-700\/55 {
    --tw-ring-color: rgb(54 16 150 / 0.55);
  }

  .md\:ring-brand-700\/60 {
    --tw-ring-color: rgb(54 16 150 / 0.6);
  }

  .md\:ring-brand-700\/65 {
    --tw-ring-color: rgb(54 16 150 / 0.65);
  }

  .md\:ring-brand-700\/70 {
    --tw-ring-color: rgb(54 16 150 / 0.7);
  }

  .md\:ring-brand-700\/75 {
    --tw-ring-color: rgb(54 16 150 / 0.75);
  }

  .md\:ring-brand-700\/80 {
    --tw-ring-color: rgb(54 16 150 / 0.8);
  }

  .md\:ring-brand-700\/85 {
    --tw-ring-color: rgb(54 16 150 / 0.85);
  }

  .md\:ring-brand-700\/90 {
    --tw-ring-color: rgb(54 16 150 / 0.9);
  }

  .md\:ring-brand-700\/95 {
    --tw-ring-color: rgb(54 16 150 / 0.95);
  }

  .md\:ring-brand-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(46 16 120 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-800\/0 {
    --tw-ring-color: rgb(46 16 120 / 0);
  }

  .md\:ring-brand-800\/10 {
    --tw-ring-color: rgb(46 16 120 / 0.1);
  }

  .md\:ring-brand-800\/100 {
    --tw-ring-color: rgb(46 16 120 / 1);
  }

  .md\:ring-brand-800\/15 {
    --tw-ring-color: rgb(46 16 120 / 0.15);
  }

  .md\:ring-brand-800\/20 {
    --tw-ring-color: rgb(46 16 120 / 0.2);
  }

  .md\:ring-brand-800\/25 {
    --tw-ring-color: rgb(46 16 120 / 0.25);
  }

  .md\:ring-brand-800\/30 {
    --tw-ring-color: rgb(46 16 120 / 0.3);
  }

  .md\:ring-brand-800\/35 {
    --tw-ring-color: rgb(46 16 120 / 0.35);
  }

  .md\:ring-brand-800\/40 {
    --tw-ring-color: rgb(46 16 120 / 0.4);
  }

  .md\:ring-brand-800\/45 {
    --tw-ring-color: rgb(46 16 120 / 0.45);
  }

  .md\:ring-brand-800\/5 {
    --tw-ring-color: rgb(46 16 120 / 0.05);
  }

  .md\:ring-brand-800\/50 {
    --tw-ring-color: rgb(46 16 120 / 0.5);
  }

  .md\:ring-brand-800\/55 {
    --tw-ring-color: rgb(46 16 120 / 0.55);
  }

  .md\:ring-brand-800\/60 {
    --tw-ring-color: rgb(46 16 120 / 0.6);
  }

  .md\:ring-brand-800\/65 {
    --tw-ring-color: rgb(46 16 120 / 0.65);
  }

  .md\:ring-brand-800\/70 {
    --tw-ring-color: rgb(46 16 120 / 0.7);
  }

  .md\:ring-brand-800\/75 {
    --tw-ring-color: rgb(46 16 120 / 0.75);
  }

  .md\:ring-brand-800\/80 {
    --tw-ring-color: rgb(46 16 120 / 0.8);
  }

  .md\:ring-brand-800\/85 {
    --tw-ring-color: rgb(46 16 120 / 0.85);
  }

  .md\:ring-brand-800\/90 {
    --tw-ring-color: rgb(46 16 120 / 0.9);
  }

  .md\:ring-brand-800\/95 {
    --tw-ring-color: rgb(46 16 120 / 0.95);
  }

  .md\:ring-brand-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(39 15 98 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-900\/0 {
    --tw-ring-color: rgb(39 15 98 / 0);
  }

  .md\:ring-brand-900\/10 {
    --tw-ring-color: rgb(39 15 98 / 0.1);
  }

  .md\:ring-brand-900\/100 {
    --tw-ring-color: rgb(39 15 98 / 1);
  }

  .md\:ring-brand-900\/15 {
    --tw-ring-color: rgb(39 15 98 / 0.15);
  }

  .md\:ring-brand-900\/20 {
    --tw-ring-color: rgb(39 15 98 / 0.2);
  }

  .md\:ring-brand-900\/25 {
    --tw-ring-color: rgb(39 15 98 / 0.25);
  }

  .md\:ring-brand-900\/30 {
    --tw-ring-color: rgb(39 15 98 / 0.3);
  }

  .md\:ring-brand-900\/35 {
    --tw-ring-color: rgb(39 15 98 / 0.35);
  }

  .md\:ring-brand-900\/40 {
    --tw-ring-color: rgb(39 15 98 / 0.4);
  }

  .md\:ring-brand-900\/45 {
    --tw-ring-color: rgb(39 15 98 / 0.45);
  }

  .md\:ring-brand-900\/5 {
    --tw-ring-color: rgb(39 15 98 / 0.05);
  }

  .md\:ring-brand-900\/50 {
    --tw-ring-color: rgb(39 15 98 / 0.5);
  }

  .md\:ring-brand-900\/55 {
    --tw-ring-color: rgb(39 15 98 / 0.55);
  }

  .md\:ring-brand-900\/60 {
    --tw-ring-color: rgb(39 15 98 / 0.6);
  }

  .md\:ring-brand-900\/65 {
    --tw-ring-color: rgb(39 15 98 / 0.65);
  }

  .md\:ring-brand-900\/70 {
    --tw-ring-color: rgb(39 15 98 / 0.7);
  }

  .md\:ring-brand-900\/75 {
    --tw-ring-color: rgb(39 15 98 / 0.75);
  }

  .md\:ring-brand-900\/80 {
    --tw-ring-color: rgb(39 15 98 / 0.8);
  }

  .md\:ring-brand-900\/85 {
    --tw-ring-color: rgb(39 15 98 / 0.85);
  }

  .md\:ring-brand-900\/90 {
    --tw-ring-color: rgb(39 15 98 / 0.9);
  }

  .md\:ring-brand-900\/95 {
    --tw-ring-color: rgb(39 15 98 / 0.95);
  }

  .md\:ring-brand-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(22 5 58 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-brand-950\/0 {
    --tw-ring-color: rgb(22 5 58 / 0);
  }

  .md\:ring-brand-950\/10 {
    --tw-ring-color: rgb(22 5 58 / 0.1);
  }

  .md\:ring-brand-950\/100 {
    --tw-ring-color: rgb(22 5 58 / 1);
  }

  .md\:ring-brand-950\/15 {
    --tw-ring-color: rgb(22 5 58 / 0.15);
  }

  .md\:ring-brand-950\/20 {
    --tw-ring-color: rgb(22 5 58 / 0.2);
  }

  .md\:ring-brand-950\/25 {
    --tw-ring-color: rgb(22 5 58 / 0.25);
  }

  .md\:ring-brand-950\/30 {
    --tw-ring-color: rgb(22 5 58 / 0.3);
  }

  .md\:ring-brand-950\/35 {
    --tw-ring-color: rgb(22 5 58 / 0.35);
  }

  .md\:ring-brand-950\/40 {
    --tw-ring-color: rgb(22 5 58 / 0.4);
  }

  .md\:ring-brand-950\/45 {
    --tw-ring-color: rgb(22 5 58 / 0.45);
  }

  .md\:ring-brand-950\/5 {
    --tw-ring-color: rgb(22 5 58 / 0.05);
  }

  .md\:ring-brand-950\/50 {
    --tw-ring-color: rgb(22 5 58 / 0.5);
  }

  .md\:ring-brand-950\/55 {
    --tw-ring-color: rgb(22 5 58 / 0.55);
  }

  .md\:ring-brand-950\/60 {
    --tw-ring-color: rgb(22 5 58 / 0.6);
  }

  .md\:ring-brand-950\/65 {
    --tw-ring-color: rgb(22 5 58 / 0.65);
  }

  .md\:ring-brand-950\/70 {
    --tw-ring-color: rgb(22 5 58 / 0.7);
  }

  .md\:ring-brand-950\/75 {
    --tw-ring-color: rgb(22 5 58 / 0.75);
  }

  .md\:ring-brand-950\/80 {
    --tw-ring-color: rgb(22 5 58 / 0.8);
  }

  .md\:ring-brand-950\/85 {
    --tw-ring-color: rgb(22 5 58 / 0.85);
  }

  .md\:ring-brand-950\/90 {
    --tw-ring-color: rgb(22 5 58 / 0.9);
  }

  .md\:ring-brand-950\/95 {
    --tw-ring-color: rgb(22 5 58 / 0.95);
  }

  .md\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(246 245 244 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-100\/0 {
    --tw-ring-color: rgb(246 245 244 / 0);
  }

  .md\:ring-neutral-100\/10 {
    --tw-ring-color: rgb(246 245 244 / 0.1);
  }

  .md\:ring-neutral-100\/100 {
    --tw-ring-color: rgb(246 245 244 / 1);
  }

  .md\:ring-neutral-100\/15 {
    --tw-ring-color: rgb(246 245 244 / 0.15);
  }

  .md\:ring-neutral-100\/20 {
    --tw-ring-color: rgb(246 245 244 / 0.2);
  }

  .md\:ring-neutral-100\/25 {
    --tw-ring-color: rgb(246 245 244 / 0.25);
  }

  .md\:ring-neutral-100\/30 {
    --tw-ring-color: rgb(246 245 244 / 0.3);
  }

  .md\:ring-neutral-100\/35 {
    --tw-ring-color: rgb(246 245 244 / 0.35);
  }

  .md\:ring-neutral-100\/40 {
    --tw-ring-color: rgb(246 245 244 / 0.4);
  }

  .md\:ring-neutral-100\/45 {
    --tw-ring-color: rgb(246 245 244 / 0.45);
  }

  .md\:ring-neutral-100\/5 {
    --tw-ring-color: rgb(246 245 244 / 0.05);
  }

  .md\:ring-neutral-100\/50 {
    --tw-ring-color: rgb(246 245 244 / 0.5);
  }

  .md\:ring-neutral-100\/55 {
    --tw-ring-color: rgb(246 245 244 / 0.55);
  }

  .md\:ring-neutral-100\/60 {
    --tw-ring-color: rgb(246 245 244 / 0.6);
  }

  .md\:ring-neutral-100\/65 {
    --tw-ring-color: rgb(246 245 244 / 0.65);
  }

  .md\:ring-neutral-100\/70 {
    --tw-ring-color: rgb(246 245 244 / 0.7);
  }

  .md\:ring-neutral-100\/75 {
    --tw-ring-color: rgb(246 245 244 / 0.75);
  }

  .md\:ring-neutral-100\/80 {
    --tw-ring-color: rgb(246 245 244 / 0.8);
  }

  .md\:ring-neutral-100\/85 {
    --tw-ring-color: rgb(246 245 244 / 0.85);
  }

  .md\:ring-neutral-100\/90 {
    --tw-ring-color: rgb(246 245 244 / 0.9);
  }

  .md\:ring-neutral-100\/95 {
    --tw-ring-color: rgb(246 245 244 / 0.95);
  }

  .md\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 230 227 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-200\/0 {
    --tw-ring-color: rgb(233 230 227 / 0);
  }

  .md\:ring-neutral-200\/10 {
    --tw-ring-color: rgb(233 230 227 / 0.1);
  }

  .md\:ring-neutral-200\/100 {
    --tw-ring-color: rgb(233 230 227 / 1);
  }

  .md\:ring-neutral-200\/15 {
    --tw-ring-color: rgb(233 230 227 / 0.15);
  }

  .md\:ring-neutral-200\/20 {
    --tw-ring-color: rgb(233 230 227 / 0.2);
  }

  .md\:ring-neutral-200\/25 {
    --tw-ring-color: rgb(233 230 227 / 0.25);
  }

  .md\:ring-neutral-200\/30 {
    --tw-ring-color: rgb(233 230 227 / 0.3);
  }

  .md\:ring-neutral-200\/35 {
    --tw-ring-color: rgb(233 230 227 / 0.35);
  }

  .md\:ring-neutral-200\/40 {
    --tw-ring-color: rgb(233 230 227 / 0.4);
  }

  .md\:ring-neutral-200\/45 {
    --tw-ring-color: rgb(233 230 227 / 0.45);
  }

  .md\:ring-neutral-200\/5 {
    --tw-ring-color: rgb(233 230 227 / 0.05);
  }

  .md\:ring-neutral-200\/50 {
    --tw-ring-color: rgb(233 230 227 / 0.5);
  }

  .md\:ring-neutral-200\/55 {
    --tw-ring-color: rgb(233 230 227 / 0.55);
  }

  .md\:ring-neutral-200\/60 {
    --tw-ring-color: rgb(233 230 227 / 0.6);
  }

  .md\:ring-neutral-200\/65 {
    --tw-ring-color: rgb(233 230 227 / 0.65);
  }

  .md\:ring-neutral-200\/70 {
    --tw-ring-color: rgb(233 230 227 / 0.7);
  }

  .md\:ring-neutral-200\/75 {
    --tw-ring-color: rgb(233 230 227 / 0.75);
  }

  .md\:ring-neutral-200\/80 {
    --tw-ring-color: rgb(233 230 227 / 0.8);
  }

  .md\:ring-neutral-200\/85 {
    --tw-ring-color: rgb(233 230 227 / 0.85);
  }

  .md\:ring-neutral-200\/90 {
    --tw-ring-color: rgb(233 230 227 / 0.9);
  }

  .md\:ring-neutral-200\/95 {
    --tw-ring-color: rgb(233 230 227 / 0.95);
  }

  .md\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(215 210 205 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-300\/0 {
    --tw-ring-color: rgb(215 210 205 / 0);
  }

  .md\:ring-neutral-300\/10 {
    --tw-ring-color: rgb(215 210 205 / 0.1);
  }

  .md\:ring-neutral-300\/100 {
    --tw-ring-color: rgb(215 210 205 / 1);
  }

  .md\:ring-neutral-300\/15 {
    --tw-ring-color: rgb(215 210 205 / 0.15);
  }

  .md\:ring-neutral-300\/20 {
    --tw-ring-color: rgb(215 210 205 / 0.2);
  }

  .md\:ring-neutral-300\/25 {
    --tw-ring-color: rgb(215 210 205 / 0.25);
  }

  .md\:ring-neutral-300\/30 {
    --tw-ring-color: rgb(215 210 205 / 0.3);
  }

  .md\:ring-neutral-300\/35 {
    --tw-ring-color: rgb(215 210 205 / 0.35);
  }

  .md\:ring-neutral-300\/40 {
    --tw-ring-color: rgb(215 210 205 / 0.4);
  }

  .md\:ring-neutral-300\/45 {
    --tw-ring-color: rgb(215 210 205 / 0.45);
  }

  .md\:ring-neutral-300\/5 {
    --tw-ring-color: rgb(215 210 205 / 0.05);
  }

  .md\:ring-neutral-300\/50 {
    --tw-ring-color: rgb(215 210 205 / 0.5);
  }

  .md\:ring-neutral-300\/55 {
    --tw-ring-color: rgb(215 210 205 / 0.55);
  }

  .md\:ring-neutral-300\/60 {
    --tw-ring-color: rgb(215 210 205 / 0.6);
  }

  .md\:ring-neutral-300\/65 {
    --tw-ring-color: rgb(215 210 205 / 0.65);
  }

  .md\:ring-neutral-300\/70 {
    --tw-ring-color: rgb(215 210 205 / 0.7);
  }

  .md\:ring-neutral-300\/75 {
    --tw-ring-color: rgb(215 210 205 / 0.75);
  }

  .md\:ring-neutral-300\/80 {
    --tw-ring-color: rgb(215 210 205 / 0.8);
  }

  .md\:ring-neutral-300\/85 {
    --tw-ring-color: rgb(215 210 205 / 0.85);
  }

  .md\:ring-neutral-300\/90 {
    --tw-ring-color: rgb(215 210 205 / 0.9);
  }

  .md\:ring-neutral-300\/95 {
    --tw-ring-color: rgb(215 210 205 / 0.95);
  }

  .md\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(175 168 161 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-400\/0 {
    --tw-ring-color: rgb(175 168 161 / 0);
  }

  .md\:ring-neutral-400\/10 {
    --tw-ring-color: rgb(175 168 161 / 0.1);
  }

  .md\:ring-neutral-400\/100 {
    --tw-ring-color: rgb(175 168 161 / 1);
  }

  .md\:ring-neutral-400\/15 {
    --tw-ring-color: rgb(175 168 161 / 0.15);
  }

  .md\:ring-neutral-400\/20 {
    --tw-ring-color: rgb(175 168 161 / 0.2);
  }

  .md\:ring-neutral-400\/25 {
    --tw-ring-color: rgb(175 168 161 / 0.25);
  }

  .md\:ring-neutral-400\/30 {
    --tw-ring-color: rgb(175 168 161 / 0.3);
  }

  .md\:ring-neutral-400\/35 {
    --tw-ring-color: rgb(175 168 161 / 0.35);
  }

  .md\:ring-neutral-400\/40 {
    --tw-ring-color: rgb(175 168 161 / 0.4);
  }

  .md\:ring-neutral-400\/45 {
    --tw-ring-color: rgb(175 168 161 / 0.45);
  }

  .md\:ring-neutral-400\/5 {
    --tw-ring-color: rgb(175 168 161 / 0.05);
  }

  .md\:ring-neutral-400\/50 {
    --tw-ring-color: rgb(175 168 161 / 0.5);
  }

  .md\:ring-neutral-400\/55 {
    --tw-ring-color: rgb(175 168 161 / 0.55);
  }

  .md\:ring-neutral-400\/60 {
    --tw-ring-color: rgb(175 168 161 / 0.6);
  }

  .md\:ring-neutral-400\/65 {
    --tw-ring-color: rgb(175 168 161 / 0.65);
  }

  .md\:ring-neutral-400\/70 {
    --tw-ring-color: rgb(175 168 161 / 0.7);
  }

  .md\:ring-neutral-400\/75 {
    --tw-ring-color: rgb(175 168 161 / 0.75);
  }

  .md\:ring-neutral-400\/80 {
    --tw-ring-color: rgb(175 168 161 / 0.8);
  }

  .md\:ring-neutral-400\/85 {
    --tw-ring-color: rgb(175 168 161 / 0.85);
  }

  .md\:ring-neutral-400\/90 {
    --tw-ring-color: rgb(175 168 161 / 0.9);
  }

  .md\:ring-neutral-400\/95 {
    --tw-ring-color: rgb(175 168 161 / 0.95);
  }

  .md\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-50\/0 {
    --tw-ring-color: rgb(251 250 249 / 0);
  }

  .md\:ring-neutral-50\/10 {
    --tw-ring-color: rgb(251 250 249 / 0.1);
  }

  .md\:ring-neutral-50\/100 {
    --tw-ring-color: rgb(251 250 249 / 1);
  }

  .md\:ring-neutral-50\/15 {
    --tw-ring-color: rgb(251 250 249 / 0.15);
  }

  .md\:ring-neutral-50\/20 {
    --tw-ring-color: rgb(251 250 249 / 0.2);
  }

  .md\:ring-neutral-50\/25 {
    --tw-ring-color: rgb(251 250 249 / 0.25);
  }

  .md\:ring-neutral-50\/30 {
    --tw-ring-color: rgb(251 250 249 / 0.3);
  }

  .md\:ring-neutral-50\/35 {
    --tw-ring-color: rgb(251 250 249 / 0.35);
  }

  .md\:ring-neutral-50\/40 {
    --tw-ring-color: rgb(251 250 249 / 0.4);
  }

  .md\:ring-neutral-50\/45 {
    --tw-ring-color: rgb(251 250 249 / 0.45);
  }

  .md\:ring-neutral-50\/5 {
    --tw-ring-color: rgb(251 250 249 / 0.05);
  }

  .md\:ring-neutral-50\/50 {
    --tw-ring-color: rgb(251 250 249 / 0.5);
  }

  .md\:ring-neutral-50\/55 {
    --tw-ring-color: rgb(251 250 249 / 0.55);
  }

  .md\:ring-neutral-50\/60 {
    --tw-ring-color: rgb(251 250 249 / 0.6);
  }

  .md\:ring-neutral-50\/65 {
    --tw-ring-color: rgb(251 250 249 / 0.65);
  }

  .md\:ring-neutral-50\/70 {
    --tw-ring-color: rgb(251 250 249 / 0.7);
  }

  .md\:ring-neutral-50\/75 {
    --tw-ring-color: rgb(251 250 249 / 0.75);
  }

  .md\:ring-neutral-50\/80 {
    --tw-ring-color: rgb(251 250 249 / 0.8);
  }

  .md\:ring-neutral-50\/85 {
    --tw-ring-color: rgb(251 250 249 / 0.85);
  }

  .md\:ring-neutral-50\/90 {
    --tw-ring-color: rgb(251 250 249 / 0.9);
  }

  .md\:ring-neutral-50\/95 {
    --tw-ring-color: rgb(251 250 249 / 0.95);
  }

  .md\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(129 121 113 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-500\/0 {
    --tw-ring-color: rgb(129 121 113 / 0);
  }

  .md\:ring-neutral-500\/10 {
    --tw-ring-color: rgb(129 121 113 / 0.1);
  }

  .md\:ring-neutral-500\/100 {
    --tw-ring-color: rgb(129 121 113 / 1);
  }

  .md\:ring-neutral-500\/15 {
    --tw-ring-color: rgb(129 121 113 / 0.15);
  }

  .md\:ring-neutral-500\/20 {
    --tw-ring-color: rgb(129 121 113 / 0.2);
  }

  .md\:ring-neutral-500\/25 {
    --tw-ring-color: rgb(129 121 113 / 0.25);
  }

  .md\:ring-neutral-500\/30 {
    --tw-ring-color: rgb(129 121 113 / 0.3);
  }

  .md\:ring-neutral-500\/35 {
    --tw-ring-color: rgb(129 121 113 / 0.35);
  }

  .md\:ring-neutral-500\/40 {
    --tw-ring-color: rgb(129 121 113 / 0.4);
  }

  .md\:ring-neutral-500\/45 {
    --tw-ring-color: rgb(129 121 113 / 0.45);
  }

  .md\:ring-neutral-500\/5 {
    --tw-ring-color: rgb(129 121 113 / 0.05);
  }

  .md\:ring-neutral-500\/50 {
    --tw-ring-color: rgb(129 121 113 / 0.5);
  }

  .md\:ring-neutral-500\/55 {
    --tw-ring-color: rgb(129 121 113 / 0.55);
  }

  .md\:ring-neutral-500\/60 {
    --tw-ring-color: rgb(129 121 113 / 0.6);
  }

  .md\:ring-neutral-500\/65 {
    --tw-ring-color: rgb(129 121 113 / 0.65);
  }

  .md\:ring-neutral-500\/70 {
    --tw-ring-color: rgb(129 121 113 / 0.7);
  }

  .md\:ring-neutral-500\/75 {
    --tw-ring-color: rgb(129 121 113 / 0.75);
  }

  .md\:ring-neutral-500\/80 {
    --tw-ring-color: rgb(129 121 113 / 0.8);
  }

  .md\:ring-neutral-500\/85 {
    --tw-ring-color: rgb(129 121 113 / 0.85);
  }

  .md\:ring-neutral-500\/90 {
    --tw-ring-color: rgb(129 121 113 / 0.9);
  }

  .md\:ring-neutral-500\/95 {
    --tw-ring-color: rgb(129 121 113 / 0.95);
  }

  .md\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(96 89 82 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-600\/0 {
    --tw-ring-color: rgb(96 89 82 / 0);
  }

  .md\:ring-neutral-600\/10 {
    --tw-ring-color: rgb(96 89 82 / 0.1);
  }

  .md\:ring-neutral-600\/100 {
    --tw-ring-color: rgb(96 89 82 / 1);
  }

  .md\:ring-neutral-600\/15 {
    --tw-ring-color: rgb(96 89 82 / 0.15);
  }

  .md\:ring-neutral-600\/20 {
    --tw-ring-color: rgb(96 89 82 / 0.2);
  }

  .md\:ring-neutral-600\/25 {
    --tw-ring-color: rgb(96 89 82 / 0.25);
  }

  .md\:ring-neutral-600\/30 {
    --tw-ring-color: rgb(96 89 82 / 0.3);
  }

  .md\:ring-neutral-600\/35 {
    --tw-ring-color: rgb(96 89 82 / 0.35);
  }

  .md\:ring-neutral-600\/40 {
    --tw-ring-color: rgb(96 89 82 / 0.4);
  }

  .md\:ring-neutral-600\/45 {
    --tw-ring-color: rgb(96 89 82 / 0.45);
  }

  .md\:ring-neutral-600\/5 {
    --tw-ring-color: rgb(96 89 82 / 0.05);
  }

  .md\:ring-neutral-600\/50 {
    --tw-ring-color: rgb(96 89 82 / 0.5);
  }

  .md\:ring-neutral-600\/55 {
    --tw-ring-color: rgb(96 89 82 / 0.55);
  }

  .md\:ring-neutral-600\/60 {
    --tw-ring-color: rgb(96 89 82 / 0.6);
  }

  .md\:ring-neutral-600\/65 {
    --tw-ring-color: rgb(96 89 82 / 0.65);
  }

  .md\:ring-neutral-600\/70 {
    --tw-ring-color: rgb(96 89 82 / 0.7);
  }

  .md\:ring-neutral-600\/75 {
    --tw-ring-color: rgb(96 89 82 / 0.75);
  }

  .md\:ring-neutral-600\/80 {
    --tw-ring-color: rgb(96 89 82 / 0.8);
  }

  .md\:ring-neutral-600\/85 {
    --tw-ring-color: rgb(96 89 82 / 0.85);
  }

  .md\:ring-neutral-600\/90 {
    --tw-ring-color: rgb(96 89 82 / 0.9);
  }

  .md\:ring-neutral-600\/95 {
    --tw-ring-color: rgb(96 89 82 / 0.95);
  }

  .md\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(73 68 63 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-700\/0 {
    --tw-ring-color: rgb(73 68 63 / 0);
  }

  .md\:ring-neutral-700\/10 {
    --tw-ring-color: rgb(73 68 63 / 0.1);
  }

  .md\:ring-neutral-700\/100 {
    --tw-ring-color: rgb(73 68 63 / 1);
  }

  .md\:ring-neutral-700\/15 {
    --tw-ring-color: rgb(73 68 63 / 0.15);
  }

  .md\:ring-neutral-700\/20 {
    --tw-ring-color: rgb(73 68 63 / 0.2);
  }

  .md\:ring-neutral-700\/25 {
    --tw-ring-color: rgb(73 68 63 / 0.25);
  }

  .md\:ring-neutral-700\/30 {
    --tw-ring-color: rgb(73 68 63 / 0.3);
  }

  .md\:ring-neutral-700\/35 {
    --tw-ring-color: rgb(73 68 63 / 0.35);
  }

  .md\:ring-neutral-700\/40 {
    --tw-ring-color: rgb(73 68 63 / 0.4);
  }

  .md\:ring-neutral-700\/45 {
    --tw-ring-color: rgb(73 68 63 / 0.45);
  }

  .md\:ring-neutral-700\/5 {
    --tw-ring-color: rgb(73 68 63 / 0.05);
  }

  .md\:ring-neutral-700\/50 {
    --tw-ring-color: rgb(73 68 63 / 0.5);
  }

  .md\:ring-neutral-700\/55 {
    --tw-ring-color: rgb(73 68 63 / 0.55);
  }

  .md\:ring-neutral-700\/60 {
    --tw-ring-color: rgb(73 68 63 / 0.6);
  }

  .md\:ring-neutral-700\/65 {
    --tw-ring-color: rgb(73 68 63 / 0.65);
  }

  .md\:ring-neutral-700\/70 {
    --tw-ring-color: rgb(73 68 63 / 0.7);
  }

  .md\:ring-neutral-700\/75 {
    --tw-ring-color: rgb(73 68 63 / 0.75);
  }

  .md\:ring-neutral-700\/80 {
    --tw-ring-color: rgb(73 68 63 / 0.8);
  }

  .md\:ring-neutral-700\/85 {
    --tw-ring-color: rgb(73 68 63 / 0.85);
  }

  .md\:ring-neutral-700\/90 {
    --tw-ring-color: rgb(73 68 63 / 0.9);
  }

  .md\:ring-neutral-700\/95 {
    --tw-ring-color: rgb(73 68 63 / 0.95);
  }

  .md\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(48 45 42 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-800\/0 {
    --tw-ring-color: rgb(48 45 42 / 0);
  }

  .md\:ring-neutral-800\/10 {
    --tw-ring-color: rgb(48 45 42 / 0.1);
  }

  .md\:ring-neutral-800\/100 {
    --tw-ring-color: rgb(48 45 42 / 1);
  }

  .md\:ring-neutral-800\/15 {
    --tw-ring-color: rgb(48 45 42 / 0.15);
  }

  .md\:ring-neutral-800\/20 {
    --tw-ring-color: rgb(48 45 42 / 0.2);
  }

  .md\:ring-neutral-800\/25 {
    --tw-ring-color: rgb(48 45 42 / 0.25);
  }

  .md\:ring-neutral-800\/30 {
    --tw-ring-color: rgb(48 45 42 / 0.3);
  }

  .md\:ring-neutral-800\/35 {
    --tw-ring-color: rgb(48 45 42 / 0.35);
  }

  .md\:ring-neutral-800\/40 {
    --tw-ring-color: rgb(48 45 42 / 0.4);
  }

  .md\:ring-neutral-800\/45 {
    --tw-ring-color: rgb(48 45 42 / 0.45);
  }

  .md\:ring-neutral-800\/5 {
    --tw-ring-color: rgb(48 45 42 / 0.05);
  }

  .md\:ring-neutral-800\/50 {
    --tw-ring-color: rgb(48 45 42 / 0.5);
  }

  .md\:ring-neutral-800\/55 {
    --tw-ring-color: rgb(48 45 42 / 0.55);
  }

  .md\:ring-neutral-800\/60 {
    --tw-ring-color: rgb(48 45 42 / 0.6);
  }

  .md\:ring-neutral-800\/65 {
    --tw-ring-color: rgb(48 45 42 / 0.65);
  }

  .md\:ring-neutral-800\/70 {
    --tw-ring-color: rgb(48 45 42 / 0.7);
  }

  .md\:ring-neutral-800\/75 {
    --tw-ring-color: rgb(48 45 42 / 0.75);
  }

  .md\:ring-neutral-800\/80 {
    --tw-ring-color: rgb(48 45 42 / 0.8);
  }

  .md\:ring-neutral-800\/85 {
    --tw-ring-color: rgb(48 45 42 / 0.85);
  }

  .md\:ring-neutral-800\/90 {
    --tw-ring-color: rgb(48 45 42 / 0.9);
  }

  .md\:ring-neutral-800\/95 {
    --tw-ring-color: rgb(48 45 42 / 0.95);
  }

  .md\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(33 31 29 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-900\/0 {
    --tw-ring-color: rgb(33 31 29 / 0);
  }

  .md\:ring-neutral-900\/10 {
    --tw-ring-color: rgb(33 31 29 / 0.1);
  }

  .md\:ring-neutral-900\/100 {
    --tw-ring-color: rgb(33 31 29 / 1);
  }

  .md\:ring-neutral-900\/15 {
    --tw-ring-color: rgb(33 31 29 / 0.15);
  }

  .md\:ring-neutral-900\/20 {
    --tw-ring-color: rgb(33 31 29 / 0.2);
  }

  .md\:ring-neutral-900\/25 {
    --tw-ring-color: rgb(33 31 29 / 0.25);
  }

  .md\:ring-neutral-900\/30 {
    --tw-ring-color: rgb(33 31 29 / 0.3);
  }

  .md\:ring-neutral-900\/35 {
    --tw-ring-color: rgb(33 31 29 / 0.35);
  }

  .md\:ring-neutral-900\/40 {
    --tw-ring-color: rgb(33 31 29 / 0.4);
  }

  .md\:ring-neutral-900\/45 {
    --tw-ring-color: rgb(33 31 29 / 0.45);
  }

  .md\:ring-neutral-900\/5 {
    --tw-ring-color: rgb(33 31 29 / 0.05);
  }

  .md\:ring-neutral-900\/50 {
    --tw-ring-color: rgb(33 31 29 / 0.5);
  }

  .md\:ring-neutral-900\/55 {
    --tw-ring-color: rgb(33 31 29 / 0.55);
  }

  .md\:ring-neutral-900\/60 {
    --tw-ring-color: rgb(33 31 29 / 0.6);
  }

  .md\:ring-neutral-900\/65 {
    --tw-ring-color: rgb(33 31 29 / 0.65);
  }

  .md\:ring-neutral-900\/70 {
    --tw-ring-color: rgb(33 31 29 / 0.7);
  }

  .md\:ring-neutral-900\/75 {
    --tw-ring-color: rgb(33 31 29 / 0.75);
  }

  .md\:ring-neutral-900\/80 {
    --tw-ring-color: rgb(33 31 29 / 0.8);
  }

  .md\:ring-neutral-900\/85 {
    --tw-ring-color: rgb(33 31 29 / 0.85);
  }

  .md\:ring-neutral-900\/90 {
    --tw-ring-color: rgb(33 31 29 / 0.9);
  }

  .md\:ring-neutral-900\/95 {
    --tw-ring-color: rgb(33 31 29 / 0.95);
  }

  .md\:ring-neutral-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(18 17 16 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-neutral-950\/0 {
    --tw-ring-color: rgb(18 17 16 / 0);
  }

  .md\:ring-neutral-950\/10 {
    --tw-ring-color: rgb(18 17 16 / 0.1);
  }

  .md\:ring-neutral-950\/100 {
    --tw-ring-color: rgb(18 17 16 / 1);
  }

  .md\:ring-neutral-950\/15 {
    --tw-ring-color: rgb(18 17 16 / 0.15);
  }

  .md\:ring-neutral-950\/20 {
    --tw-ring-color: rgb(18 17 16 / 0.2);
  }

  .md\:ring-neutral-950\/25 {
    --tw-ring-color: rgb(18 17 16 / 0.25);
  }

  .md\:ring-neutral-950\/30 {
    --tw-ring-color: rgb(18 17 16 / 0.3);
  }

  .md\:ring-neutral-950\/35 {
    --tw-ring-color: rgb(18 17 16 / 0.35);
  }

  .md\:ring-neutral-950\/40 {
    --tw-ring-color: rgb(18 17 16 / 0.4);
  }

  .md\:ring-neutral-950\/45 {
    --tw-ring-color: rgb(18 17 16 / 0.45);
  }

  .md\:ring-neutral-950\/5 {
    --tw-ring-color: rgb(18 17 16 / 0.05);
  }

  .md\:ring-neutral-950\/50 {
    --tw-ring-color: rgb(18 17 16 / 0.5);
  }

  .md\:ring-neutral-950\/55 {
    --tw-ring-color: rgb(18 17 16 / 0.55);
  }

  .md\:ring-neutral-950\/60 {
    --tw-ring-color: rgb(18 17 16 / 0.6);
  }

  .md\:ring-neutral-950\/65 {
    --tw-ring-color: rgb(18 17 16 / 0.65);
  }

  .md\:ring-neutral-950\/70 {
    --tw-ring-color: rgb(18 17 16 / 0.7);
  }

  .md\:ring-neutral-950\/75 {
    --tw-ring-color: rgb(18 17 16 / 0.75);
  }

  .md\:ring-neutral-950\/80 {
    --tw-ring-color: rgb(18 17 16 / 0.8);
  }

  .md\:ring-neutral-950\/85 {
    --tw-ring-color: rgb(18 17 16 / 0.85);
  }

  .md\:ring-neutral-950\/90 {
    --tw-ring-color: rgb(18 17 16 / 0.9);
  }

  .md\:ring-neutral-950\/95 {
    --tw-ring-color: rgb(18 17 16 / 0.95);
  }

  .md\:ring-primary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 234 222 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-100\/0 {
    --tw-ring-color: rgb(254 234 222 / 0);
  }

  .md\:ring-primary-100\/10 {
    --tw-ring-color: rgb(254 234 222 / 0.1);
  }

  .md\:ring-primary-100\/100 {
    --tw-ring-color: rgb(254 234 222 / 1);
  }

  .md\:ring-primary-100\/15 {
    --tw-ring-color: rgb(254 234 222 / 0.15);
  }

  .md\:ring-primary-100\/20 {
    --tw-ring-color: rgb(254 234 222 / 0.2);
  }

  .md\:ring-primary-100\/25 {
    --tw-ring-color: rgb(254 234 222 / 0.25);
  }

  .md\:ring-primary-100\/30 {
    --tw-ring-color: rgb(254 234 222 / 0.3);
  }

  .md\:ring-primary-100\/35 {
    --tw-ring-color: rgb(254 234 222 / 0.35);
  }

  .md\:ring-primary-100\/40 {
    --tw-ring-color: rgb(254 234 222 / 0.4);
  }

  .md\:ring-primary-100\/45 {
    --tw-ring-color: rgb(254 234 222 / 0.45);
  }

  .md\:ring-primary-100\/5 {
    --tw-ring-color: rgb(254 234 222 / 0.05);
  }

  .md\:ring-primary-100\/50 {
    --tw-ring-color: rgb(254 234 222 / 0.5);
  }

  .md\:ring-primary-100\/55 {
    --tw-ring-color: rgb(254 234 222 / 0.55);
  }

  .md\:ring-primary-100\/60 {
    --tw-ring-color: rgb(254 234 222 / 0.6);
  }

  .md\:ring-primary-100\/65 {
    --tw-ring-color: rgb(254 234 222 / 0.65);
  }

  .md\:ring-primary-100\/70 {
    --tw-ring-color: rgb(254 234 222 / 0.7);
  }

  .md\:ring-primary-100\/75 {
    --tw-ring-color: rgb(254 234 222 / 0.75);
  }

  .md\:ring-primary-100\/80 {
    --tw-ring-color: rgb(254 234 222 / 0.8);
  }

  .md\:ring-primary-100\/85 {
    --tw-ring-color: rgb(254 234 222 / 0.85);
  }

  .md\:ring-primary-100\/90 {
    --tw-ring-color: rgb(254 234 222 / 0.9);
  }

  .md\:ring-primary-100\/95 {
    --tw-ring-color: rgb(254 234 222 / 0.95);
  }

  .md\:ring-primary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 211 189 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-200\/0 {
    --tw-ring-color: rgb(252 211 189 / 0);
  }

  .md\:ring-primary-200\/10 {
    --tw-ring-color: rgb(252 211 189 / 0.1);
  }

  .md\:ring-primary-200\/100 {
    --tw-ring-color: rgb(252 211 189 / 1);
  }

  .md\:ring-primary-200\/15 {
    --tw-ring-color: rgb(252 211 189 / 0.15);
  }

  .md\:ring-primary-200\/20 {
    --tw-ring-color: rgb(252 211 189 / 0.2);
  }

  .md\:ring-primary-200\/25 {
    --tw-ring-color: rgb(252 211 189 / 0.25);
  }

  .md\:ring-primary-200\/30 {
    --tw-ring-color: rgb(252 211 189 / 0.3);
  }

  .md\:ring-primary-200\/35 {
    --tw-ring-color: rgb(252 211 189 / 0.35);
  }

  .md\:ring-primary-200\/40 {
    --tw-ring-color: rgb(252 211 189 / 0.4);
  }

  .md\:ring-primary-200\/45 {
    --tw-ring-color: rgb(252 211 189 / 0.45);
  }

  .md\:ring-primary-200\/5 {
    --tw-ring-color: rgb(252 211 189 / 0.05);
  }

  .md\:ring-primary-200\/50 {
    --tw-ring-color: rgb(252 211 189 / 0.5);
  }

  .md\:ring-primary-200\/55 {
    --tw-ring-color: rgb(252 211 189 / 0.55);
  }

  .md\:ring-primary-200\/60 {
    --tw-ring-color: rgb(252 211 189 / 0.6);
  }

  .md\:ring-primary-200\/65 {
    --tw-ring-color: rgb(252 211 189 / 0.65);
  }

  .md\:ring-primary-200\/70 {
    --tw-ring-color: rgb(252 211 189 / 0.7);
  }

  .md\:ring-primary-200\/75 {
    --tw-ring-color: rgb(252 211 189 / 0.75);
  }

  .md\:ring-primary-200\/80 {
    --tw-ring-color: rgb(252 211 189 / 0.8);
  }

  .md\:ring-primary-200\/85 {
    --tw-ring-color: rgb(252 211 189 / 0.85);
  }

  .md\:ring-primary-200\/90 {
    --tw-ring-color: rgb(252 211 189 / 0.9);
  }

  .md\:ring-primary-200\/95 {
    --tw-ring-color: rgb(252 211 189 / 0.95);
  }

  .md\:ring-primary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 179 143 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-300\/0 {
    --tw-ring-color: rgb(250 179 143 / 0);
  }

  .md\:ring-primary-300\/10 {
    --tw-ring-color: rgb(250 179 143 / 0.1);
  }

  .md\:ring-primary-300\/100 {
    --tw-ring-color: rgb(250 179 143 / 1);
  }

  .md\:ring-primary-300\/15 {
    --tw-ring-color: rgb(250 179 143 / 0.15);
  }

  .md\:ring-primary-300\/20 {
    --tw-ring-color: rgb(250 179 143 / 0.2);
  }

  .md\:ring-primary-300\/25 {
    --tw-ring-color: rgb(250 179 143 / 0.25);
  }

  .md\:ring-primary-300\/30 {
    --tw-ring-color: rgb(250 179 143 / 0.3);
  }

  .md\:ring-primary-300\/35 {
    --tw-ring-color: rgb(250 179 143 / 0.35);
  }

  .md\:ring-primary-300\/40 {
    --tw-ring-color: rgb(250 179 143 / 0.4);
  }

  .md\:ring-primary-300\/45 {
    --tw-ring-color: rgb(250 179 143 / 0.45);
  }

  .md\:ring-primary-300\/5 {
    --tw-ring-color: rgb(250 179 143 / 0.05);
  }

  .md\:ring-primary-300\/50 {
    --tw-ring-color: rgb(250 179 143 / 0.5);
  }

  .md\:ring-primary-300\/55 {
    --tw-ring-color: rgb(250 179 143 / 0.55);
  }

  .md\:ring-primary-300\/60 {
    --tw-ring-color: rgb(250 179 143 / 0.6);
  }

  .md\:ring-primary-300\/65 {
    --tw-ring-color: rgb(250 179 143 / 0.65);
  }

  .md\:ring-primary-300\/70 {
    --tw-ring-color: rgb(250 179 143 / 0.7);
  }

  .md\:ring-primary-300\/75 {
    --tw-ring-color: rgb(250 179 143 / 0.75);
  }

  .md\:ring-primary-300\/80 {
    --tw-ring-color: rgb(250 179 143 / 0.8);
  }

  .md\:ring-primary-300\/85 {
    --tw-ring-color: rgb(250 179 143 / 0.85);
  }

  .md\:ring-primary-300\/90 {
    --tw-ring-color: rgb(250 179 143 / 0.9);
  }

  .md\:ring-primary-300\/95 {
    --tw-ring-color: rgb(250 179 143 / 0.95);
  }

  .md\:ring-primary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 151 102 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-400\/0 {
    --tw-ring-color: rgb(249 151 102 / 0);
  }

  .md\:ring-primary-400\/10 {
    --tw-ring-color: rgb(249 151 102 / 0.1);
  }

  .md\:ring-primary-400\/100 {
    --tw-ring-color: rgb(249 151 102 / 1);
  }

  .md\:ring-primary-400\/15 {
    --tw-ring-color: rgb(249 151 102 / 0.15);
  }

  .md\:ring-primary-400\/20 {
    --tw-ring-color: rgb(249 151 102 / 0.2);
  }

  .md\:ring-primary-400\/25 {
    --tw-ring-color: rgb(249 151 102 / 0.25);
  }

  .md\:ring-primary-400\/30 {
    --tw-ring-color: rgb(249 151 102 / 0.3);
  }

  .md\:ring-primary-400\/35 {
    --tw-ring-color: rgb(249 151 102 / 0.35);
  }

  .md\:ring-primary-400\/40 {
    --tw-ring-color: rgb(249 151 102 / 0.4);
  }

  .md\:ring-primary-400\/45 {
    --tw-ring-color: rgb(249 151 102 / 0.45);
  }

  .md\:ring-primary-400\/5 {
    --tw-ring-color: rgb(249 151 102 / 0.05);
  }

  .md\:ring-primary-400\/50 {
    --tw-ring-color: rgb(249 151 102 / 0.5);
  }

  .md\:ring-primary-400\/55 {
    --tw-ring-color: rgb(249 151 102 / 0.55);
  }

  .md\:ring-primary-400\/60 {
    --tw-ring-color: rgb(249 151 102 / 0.6);
  }

  .md\:ring-primary-400\/65 {
    --tw-ring-color: rgb(249 151 102 / 0.65);
  }

  .md\:ring-primary-400\/70 {
    --tw-ring-color: rgb(249 151 102 / 0.7);
  }

  .md\:ring-primary-400\/75 {
    --tw-ring-color: rgb(249 151 102 / 0.75);
  }

  .md\:ring-primary-400\/80 {
    --tw-ring-color: rgb(249 151 102 / 0.8);
  }

  .md\:ring-primary-400\/85 {
    --tw-ring-color: rgb(249 151 102 / 0.85);
  }

  .md\:ring-primary-400\/90 {
    --tw-ring-color: rgb(249 151 102 / 0.9);
  }

  .md\:ring-primary-400\/95 {
    --tw-ring-color: rgb(249 151 102 / 0.95);
  }

  .md\:ring-primary-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 247 242 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-50\/0 {
    --tw-ring-color: rgb(255 247 242 / 0);
  }

  .md\:ring-primary-50\/10 {
    --tw-ring-color: rgb(255 247 242 / 0.1);
  }

  .md\:ring-primary-50\/100 {
    --tw-ring-color: rgb(255 247 242 / 1);
  }

  .md\:ring-primary-50\/15 {
    --tw-ring-color: rgb(255 247 242 / 0.15);
  }

  .md\:ring-primary-50\/20 {
    --tw-ring-color: rgb(255 247 242 / 0.2);
  }

  .md\:ring-primary-50\/25 {
    --tw-ring-color: rgb(255 247 242 / 0.25);
  }

  .md\:ring-primary-50\/30 {
    --tw-ring-color: rgb(255 247 242 / 0.3);
  }

  .md\:ring-primary-50\/35 {
    --tw-ring-color: rgb(255 247 242 / 0.35);
  }

  .md\:ring-primary-50\/40 {
    --tw-ring-color: rgb(255 247 242 / 0.4);
  }

  .md\:ring-primary-50\/45 {
    --tw-ring-color: rgb(255 247 242 / 0.45);
  }

  .md\:ring-primary-50\/5 {
    --tw-ring-color: rgb(255 247 242 / 0.05);
  }

  .md\:ring-primary-50\/50 {
    --tw-ring-color: rgb(255 247 242 / 0.5);
  }

  .md\:ring-primary-50\/55 {
    --tw-ring-color: rgb(255 247 242 / 0.55);
  }

  .md\:ring-primary-50\/60 {
    --tw-ring-color: rgb(255 247 242 / 0.6);
  }

  .md\:ring-primary-50\/65 {
    --tw-ring-color: rgb(255 247 242 / 0.65);
  }

  .md\:ring-primary-50\/70 {
    --tw-ring-color: rgb(255 247 242 / 0.7);
  }

  .md\:ring-primary-50\/75 {
    --tw-ring-color: rgb(255 247 242 / 0.75);
  }

  .md\:ring-primary-50\/80 {
    --tw-ring-color: rgb(255 247 242 / 0.8);
  }

  .md\:ring-primary-50\/85 {
    --tw-ring-color: rgb(255 247 242 / 0.85);
  }

  .md\:ring-primary-50\/90 {
    --tw-ring-color: rgb(255 247 242 / 0.9);
  }

  .md\:ring-primary-50\/95 {
    --tw-ring-color: rgb(255 247 242 / 0.95);
  }

  .md\:ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 141 77 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-500\/0 {
    --tw-ring-color: rgb(247 141 77 / 0);
  }

  .md\:ring-primary-500\/10 {
    --tw-ring-color: rgb(247 141 77 / 0.1);
  }

  .md\:ring-primary-500\/100 {
    --tw-ring-color: rgb(247 141 77 / 1);
  }

  .md\:ring-primary-500\/15 {
    --tw-ring-color: rgb(247 141 77 / 0.15);
  }

  .md\:ring-primary-500\/20 {
    --tw-ring-color: rgb(247 141 77 / 0.2);
  }

  .md\:ring-primary-500\/25 {
    --tw-ring-color: rgb(247 141 77 / 0.25);
  }

  .md\:ring-primary-500\/30 {
    --tw-ring-color: rgb(247 141 77 / 0.3);
  }

  .md\:ring-primary-500\/35 {
    --tw-ring-color: rgb(247 141 77 / 0.35);
  }

  .md\:ring-primary-500\/40 {
    --tw-ring-color: rgb(247 141 77 / 0.4);
  }

  .md\:ring-primary-500\/45 {
    --tw-ring-color: rgb(247 141 77 / 0.45);
  }

  .md\:ring-primary-500\/5 {
    --tw-ring-color: rgb(247 141 77 / 0.05);
  }

  .md\:ring-primary-500\/50 {
    --tw-ring-color: rgb(247 141 77 / 0.5);
  }

  .md\:ring-primary-500\/55 {
    --tw-ring-color: rgb(247 141 77 / 0.55);
  }

  .md\:ring-primary-500\/60 {
    --tw-ring-color: rgb(247 141 77 / 0.6);
  }

  .md\:ring-primary-500\/65 {
    --tw-ring-color: rgb(247 141 77 / 0.65);
  }

  .md\:ring-primary-500\/70 {
    --tw-ring-color: rgb(247 141 77 / 0.7);
  }

  .md\:ring-primary-500\/75 {
    --tw-ring-color: rgb(247 141 77 / 0.75);
  }

  .md\:ring-primary-500\/80 {
    --tw-ring-color: rgb(247 141 77 / 0.8);
  }

  .md\:ring-primary-500\/85 {
    --tw-ring-color: rgb(247 141 77 / 0.85);
  }

  .md\:ring-primary-500\/90 {
    --tw-ring-color: rgb(247 141 77 / 0.9);
  }

  .md\:ring-primary-500\/95 {
    --tw-ring-color: rgb(247 141 77 / 0.95);
  }

  .md\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 99 37 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-600\/0 {
    --tw-ring-color: rgb(233 99 37 / 0);
  }

  .md\:ring-primary-600\/10 {
    --tw-ring-color: rgb(233 99 37 / 0.1);
  }

  .md\:ring-primary-600\/100 {
    --tw-ring-color: rgb(233 99 37 / 1);
  }

  .md\:ring-primary-600\/15 {
    --tw-ring-color: rgb(233 99 37 / 0.15);
  }

  .md\:ring-primary-600\/20 {
    --tw-ring-color: rgb(233 99 37 / 0.2);
  }

  .md\:ring-primary-600\/25 {
    --tw-ring-color: rgb(233 99 37 / 0.25);
  }

  .md\:ring-primary-600\/30 {
    --tw-ring-color: rgb(233 99 37 / 0.3);
  }

  .md\:ring-primary-600\/35 {
    --tw-ring-color: rgb(233 99 37 / 0.35);
  }

  .md\:ring-primary-600\/40 {
    --tw-ring-color: rgb(233 99 37 / 0.4);
  }

  .md\:ring-primary-600\/45 {
    --tw-ring-color: rgb(233 99 37 / 0.45);
  }

  .md\:ring-primary-600\/5 {
    --tw-ring-color: rgb(233 99 37 / 0.05);
  }

  .md\:ring-primary-600\/50 {
    --tw-ring-color: rgb(233 99 37 / 0.5);
  }

  .md\:ring-primary-600\/55 {
    --tw-ring-color: rgb(233 99 37 / 0.55);
  }

  .md\:ring-primary-600\/60 {
    --tw-ring-color: rgb(233 99 37 / 0.6);
  }

  .md\:ring-primary-600\/65 {
    --tw-ring-color: rgb(233 99 37 / 0.65);
  }

  .md\:ring-primary-600\/70 {
    --tw-ring-color: rgb(233 99 37 / 0.7);
  }

  .md\:ring-primary-600\/75 {
    --tw-ring-color: rgb(233 99 37 / 0.75);
  }

  .md\:ring-primary-600\/80 {
    --tw-ring-color: rgb(233 99 37 / 0.8);
  }

  .md\:ring-primary-600\/85 {
    --tw-ring-color: rgb(233 99 37 / 0.85);
  }

  .md\:ring-primary-600\/90 {
    --tw-ring-color: rgb(233 99 37 / 0.9);
  }

  .md\:ring-primary-600\/95 {
    --tw-ring-color: rgb(233 99 37 / 0.95);
  }

  .md\:ring-primary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(201 74 22 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-700\/0 {
    --tw-ring-color: rgb(201 74 22 / 0);
  }

  .md\:ring-primary-700\/10 {
    --tw-ring-color: rgb(201 74 22 / 0.1);
  }

  .md\:ring-primary-700\/100 {
    --tw-ring-color: rgb(201 74 22 / 1);
  }

  .md\:ring-primary-700\/15 {
    --tw-ring-color: rgb(201 74 22 / 0.15);
  }

  .md\:ring-primary-700\/20 {
    --tw-ring-color: rgb(201 74 22 / 0.2);
  }

  .md\:ring-primary-700\/25 {
    --tw-ring-color: rgb(201 74 22 / 0.25);
  }

  .md\:ring-primary-700\/30 {
    --tw-ring-color: rgb(201 74 22 / 0.3);
  }

  .md\:ring-primary-700\/35 {
    --tw-ring-color: rgb(201 74 22 / 0.35);
  }

  .md\:ring-primary-700\/40 {
    --tw-ring-color: rgb(201 74 22 / 0.4);
  }

  .md\:ring-primary-700\/45 {
    --tw-ring-color: rgb(201 74 22 / 0.45);
  }

  .md\:ring-primary-700\/5 {
    --tw-ring-color: rgb(201 74 22 / 0.05);
  }

  .md\:ring-primary-700\/50 {
    --tw-ring-color: rgb(201 74 22 / 0.5);
  }

  .md\:ring-primary-700\/55 {
    --tw-ring-color: rgb(201 74 22 / 0.55);
  }

  .md\:ring-primary-700\/60 {
    --tw-ring-color: rgb(201 74 22 / 0.6);
  }

  .md\:ring-primary-700\/65 {
    --tw-ring-color: rgb(201 74 22 / 0.65);
  }

  .md\:ring-primary-700\/70 {
    --tw-ring-color: rgb(201 74 22 / 0.7);
  }

  .md\:ring-primary-700\/75 {
    --tw-ring-color: rgb(201 74 22 / 0.75);
  }

  .md\:ring-primary-700\/80 {
    --tw-ring-color: rgb(201 74 22 / 0.8);
  }

  .md\:ring-primary-700\/85 {
    --tw-ring-color: rgb(201 74 22 / 0.85);
  }

  .md\:ring-primary-700\/90 {
    --tw-ring-color: rgb(201 74 22 / 0.9);
  }

  .md\:ring-primary-700\/95 {
    --tw-ring-color: rgb(201 74 22 / 0.95);
  }

  .md\:ring-primary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 59 24 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-800\/0 {
    --tw-ring-color: rgb(161 59 24 / 0);
  }

  .md\:ring-primary-800\/10 {
    --tw-ring-color: rgb(161 59 24 / 0.1);
  }

  .md\:ring-primary-800\/100 {
    --tw-ring-color: rgb(161 59 24 / 1);
  }

  .md\:ring-primary-800\/15 {
    --tw-ring-color: rgb(161 59 24 / 0.15);
  }

  .md\:ring-primary-800\/20 {
    --tw-ring-color: rgb(161 59 24 / 0.2);
  }

  .md\:ring-primary-800\/25 {
    --tw-ring-color: rgb(161 59 24 / 0.25);
  }

  .md\:ring-primary-800\/30 {
    --tw-ring-color: rgb(161 59 24 / 0.3);
  }

  .md\:ring-primary-800\/35 {
    --tw-ring-color: rgb(161 59 24 / 0.35);
  }

  .md\:ring-primary-800\/40 {
    --tw-ring-color: rgb(161 59 24 / 0.4);
  }

  .md\:ring-primary-800\/45 {
    --tw-ring-color: rgb(161 59 24 / 0.45);
  }

  .md\:ring-primary-800\/5 {
    --tw-ring-color: rgb(161 59 24 / 0.05);
  }

  .md\:ring-primary-800\/50 {
    --tw-ring-color: rgb(161 59 24 / 0.5);
  }

  .md\:ring-primary-800\/55 {
    --tw-ring-color: rgb(161 59 24 / 0.55);
  }

  .md\:ring-primary-800\/60 {
    --tw-ring-color: rgb(161 59 24 / 0.6);
  }

  .md\:ring-primary-800\/65 {
    --tw-ring-color: rgb(161 59 24 / 0.65);
  }

  .md\:ring-primary-800\/70 {
    --tw-ring-color: rgb(161 59 24 / 0.7);
  }

  .md\:ring-primary-800\/75 {
    --tw-ring-color: rgb(161 59 24 / 0.75);
  }

  .md\:ring-primary-800\/80 {
    --tw-ring-color: rgb(161 59 24 / 0.8);
  }

  .md\:ring-primary-800\/85 {
    --tw-ring-color: rgb(161 59 24 / 0.85);
  }

  .md\:ring-primary-800\/90 {
    --tw-ring-color: rgb(161 59 24 / 0.9);
  }

  .md\:ring-primary-800\/95 {
    --tw-ring-color: rgb(161 59 24 / 0.95);
  }

  .md\:ring-primary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(130 51 24 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-900\/0 {
    --tw-ring-color: rgb(130 51 24 / 0);
  }

  .md\:ring-primary-900\/10 {
    --tw-ring-color: rgb(130 51 24 / 0.1);
  }

  .md\:ring-primary-900\/100 {
    --tw-ring-color: rgb(130 51 24 / 1);
  }

  .md\:ring-primary-900\/15 {
    --tw-ring-color: rgb(130 51 24 / 0.15);
  }

  .md\:ring-primary-900\/20 {
    --tw-ring-color: rgb(130 51 24 / 0.2);
  }

  .md\:ring-primary-900\/25 {
    --tw-ring-color: rgb(130 51 24 / 0.25);
  }

  .md\:ring-primary-900\/30 {
    --tw-ring-color: rgb(130 51 24 / 0.3);
  }

  .md\:ring-primary-900\/35 {
    --tw-ring-color: rgb(130 51 24 / 0.35);
  }

  .md\:ring-primary-900\/40 {
    --tw-ring-color: rgb(130 51 24 / 0.4);
  }

  .md\:ring-primary-900\/45 {
    --tw-ring-color: rgb(130 51 24 / 0.45);
  }

  .md\:ring-primary-900\/5 {
    --tw-ring-color: rgb(130 51 24 / 0.05);
  }

  .md\:ring-primary-900\/50 {
    --tw-ring-color: rgb(130 51 24 / 0.5);
  }

  .md\:ring-primary-900\/55 {
    --tw-ring-color: rgb(130 51 24 / 0.55);
  }

  .md\:ring-primary-900\/60 {
    --tw-ring-color: rgb(130 51 24 / 0.6);
  }

  .md\:ring-primary-900\/65 {
    --tw-ring-color: rgb(130 51 24 / 0.65);
  }

  .md\:ring-primary-900\/70 {
    --tw-ring-color: rgb(130 51 24 / 0.7);
  }

  .md\:ring-primary-900\/75 {
    --tw-ring-color: rgb(130 51 24 / 0.75);
  }

  .md\:ring-primary-900\/80 {
    --tw-ring-color: rgb(130 51 24 / 0.8);
  }

  .md\:ring-primary-900\/85 {
    --tw-ring-color: rgb(130 51 24 / 0.85);
  }

  .md\:ring-primary-900\/90 {
    --tw-ring-color: rgb(130 51 24 / 0.9);
  }

  .md\:ring-primary-900\/95 {
    --tw-ring-color: rgb(130 51 24 / 0.95);
  }

  .md\:ring-primary-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(70 23 8 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-primary-950\/0 {
    --tw-ring-color: rgb(70 23 8 / 0);
  }

  .md\:ring-primary-950\/10 {
    --tw-ring-color: rgb(70 23 8 / 0.1);
  }

  .md\:ring-primary-950\/100 {
    --tw-ring-color: rgb(70 23 8 / 1);
  }

  .md\:ring-primary-950\/15 {
    --tw-ring-color: rgb(70 23 8 / 0.15);
  }

  .md\:ring-primary-950\/20 {
    --tw-ring-color: rgb(70 23 8 / 0.2);
  }

  .md\:ring-primary-950\/25 {
    --tw-ring-color: rgb(70 23 8 / 0.25);
  }

  .md\:ring-primary-950\/30 {
    --tw-ring-color: rgb(70 23 8 / 0.3);
  }

  .md\:ring-primary-950\/35 {
    --tw-ring-color: rgb(70 23 8 / 0.35);
  }

  .md\:ring-primary-950\/40 {
    --tw-ring-color: rgb(70 23 8 / 0.4);
  }

  .md\:ring-primary-950\/45 {
    --tw-ring-color: rgb(70 23 8 / 0.45);
  }

  .md\:ring-primary-950\/5 {
    --tw-ring-color: rgb(70 23 8 / 0.05);
  }

  .md\:ring-primary-950\/50 {
    --tw-ring-color: rgb(70 23 8 / 0.5);
  }

  .md\:ring-primary-950\/55 {
    --tw-ring-color: rgb(70 23 8 / 0.55);
  }

  .md\:ring-primary-950\/60 {
    --tw-ring-color: rgb(70 23 8 / 0.6);
  }

  .md\:ring-primary-950\/65 {
    --tw-ring-color: rgb(70 23 8 / 0.65);
  }

  .md\:ring-primary-950\/70 {
    --tw-ring-color: rgb(70 23 8 / 0.7);
  }

  .md\:ring-primary-950\/75 {
    --tw-ring-color: rgb(70 23 8 / 0.75);
  }

  .md\:ring-primary-950\/80 {
    --tw-ring-color: rgb(70 23 8 / 0.8);
  }

  .md\:ring-primary-950\/85 {
    --tw-ring-color: rgb(70 23 8 / 0.85);
  }

  .md\:ring-primary-950\/90 {
    --tw-ring-color: rgb(70 23 8 / 0.9);
  }

  .md\:ring-primary-950\/95 {
    --tw-ring-color: rgb(70 23 8 / 0.95);
  }

  .md\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .md\:ring-transparent\/0 {
    --tw-ring-color: rgb(0 0 0 / 0);
  }

  .md\:ring-transparent\/10 {
    --tw-ring-color: rgb(0 0 0 / 0.1);
  }

  .md\:ring-transparent\/100 {
    --tw-ring-color: rgb(0 0 0 / 1);
  }

  .md\:ring-transparent\/15 {
    --tw-ring-color: rgb(0 0 0 / 0.15);
  }

  .md\:ring-transparent\/20 {
    --tw-ring-color: rgb(0 0 0 / 0.2);
  }

  .md\:ring-transparent\/25 {
    --tw-ring-color: rgb(0 0 0 / 0.25);
  }

  .md\:ring-transparent\/30 {
    --tw-ring-color: rgb(0 0 0 / 0.3);
  }

  .md\:ring-transparent\/35 {
    --tw-ring-color: rgb(0 0 0 / 0.35);
  }

  .md\:ring-transparent\/40 {
    --tw-ring-color: rgb(0 0 0 / 0.4);
  }

  .md\:ring-transparent\/45 {
    --tw-ring-color: rgb(0 0 0 / 0.45);
  }

  .md\:ring-transparent\/5 {
    --tw-ring-color: rgb(0 0 0 / 0.05);
  }

  .md\:ring-transparent\/50 {
    --tw-ring-color: rgb(0 0 0 / 0.5);
  }

  .md\:ring-transparent\/55 {
    --tw-ring-color: rgb(0 0 0 / 0.55);
  }

  .md\:ring-transparent\/60 {
    --tw-ring-color: rgb(0 0 0 / 0.6);
  }

  .md\:ring-transparent\/65 {
    --tw-ring-color: rgb(0 0 0 / 0.65);
  }

  .md\:ring-transparent\/70 {
    --tw-ring-color: rgb(0 0 0 / 0.7);
  }

  .md\:ring-transparent\/75 {
    --tw-ring-color: rgb(0 0 0 / 0.75);
  }

  .md\:ring-transparent\/80 {
    --tw-ring-color: rgb(0 0 0 / 0.8);
  }

  .md\:ring-transparent\/85 {
    --tw-ring-color: rgb(0 0 0 / 0.85);
  }

  .md\:ring-transparent\/90 {
    --tw-ring-color: rgb(0 0 0 / 0.9);
  }

  .md\:ring-transparent\/95 {
    --tw-ring-color: rgb(0 0 0 / 0.95);
  }

  .md\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  }

  .md\:ring-white\/0 {
    --tw-ring-color: rgb(255 255 255 / 0);
  }

  .md\:ring-white\/10 {
    --tw-ring-color: rgb(255 255 255 / 0.1);
  }

  .md\:ring-white\/100 {
    --tw-ring-color: rgb(255 255 255 / 1);
  }

  .md\:ring-white\/15 {
    --tw-ring-color: rgb(255 255 255 / 0.15);
  }

  .md\:ring-white\/20 {
    --tw-ring-color: rgb(255 255 255 / 0.2);
  }

  .md\:ring-white\/25 {
    --tw-ring-color: rgb(255 255 255 / 0.25);
  }

  .md\:ring-white\/30 {
    --tw-ring-color: rgb(255 255 255 / 0.3);
  }

  .md\:ring-white\/35 {
    --tw-ring-color: rgb(255 255 255 / 0.35);
  }

  .md\:ring-white\/40 {
    --tw-ring-color: rgb(255 255 255 / 0.4);
  }

  .md\:ring-white\/45 {
    --tw-ring-color: rgb(255 255 255 / 0.45);
  }

  .md\:ring-white\/5 {
    --tw-ring-color: rgb(255 255 255 / 0.05);
  }

  .md\:ring-white\/50 {
    --tw-ring-color: rgb(255 255 255 / 0.5);
  }

  .md\:ring-white\/55 {
    --tw-ring-color: rgb(255 255 255 / 0.55);
  }

  .md\:ring-white\/60 {
    --tw-ring-color: rgb(255 255 255 / 0.6);
  }

  .md\:ring-white\/65 {
    --tw-ring-color: rgb(255 255 255 / 0.65);
  }

  .md\:ring-white\/70 {
    --tw-ring-color: rgb(255 255 255 / 0.7);
  }

  .md\:ring-white\/75 {
    --tw-ring-color: rgb(255 255 255 / 0.75);
  }

  .md\:ring-white\/80 {
    --tw-ring-color: rgb(255 255 255 / 0.8);
  }

  .md\:ring-white\/85 {
    --tw-ring-color: rgb(255 255 255 / 0.85);
  }

  .md\:ring-white\/90 {
    --tw-ring-color: rgb(255 255 255 / 0.9);
  }

  .md\:ring-white\/95 {
    --tw-ring-color: rgb(255 255 255 / 0.95);
  }

  .md\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(254 249 195 / 0.35);
  }

  .md\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .md\:ring-yellow-100\/45 {
    --tw-ring-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(254 249 195 / 0.55);
  }

  .md\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .md\:ring-yellow-100\/65 {
    --tw-ring-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(254 240 138 / 0.35);
  }

  .md\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .md\:ring-yellow-200\/45 {
    --tw-ring-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(254 240 138 / 0.55);
  }

  .md\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .md\:ring-yellow-200\/65 {
    --tw-ring-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(250 204 21 / 0.35);
  }

  .md\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .md\:ring-yellow-400\/45 {
    --tw-ring-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(250 204 21 / 0.55);
  }

  .md\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .md\:ring-yellow-400\/65 {
    --tw-ring-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(254 252 232 / 0.35);
  }

  .md\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .md\:ring-yellow-50\/45 {
    --tw-ring-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(254 252 232 / 0.55);
  }

  .md\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .md\:ring-yellow-50\/65 {
    --tw-ring-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(234 179 8 / 0.35);
  }

  .md\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .md\:ring-yellow-500\/45 {
    --tw-ring-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(234 179 8 / 0.55);
  }

  .md\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .md\:ring-yellow-500\/65 {
    --tw-ring-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(202 138 4 / 0.35);
  }

  .md\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .md\:ring-yellow-600\/45 {
    --tw-ring-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(202 138 4 / 0.55);
  }

  .md\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .md\:ring-yellow-600\/65 {
    --tw-ring-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(133 77 14 / 0.35);
  }

  .md\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .md\:ring-yellow-800\/45 {
    --tw-ring-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(133 77 14 / 0.55);
  }

  .md\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .md\:ring-yellow-800\/65 {
    --tw-ring-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(133 77 14 / 0.85);
  }

  .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-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\/15 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.35);
  }

  .md\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .md\:ring-offset-yellow-100\/45 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.55);
  }

  .md\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .md\:ring-offset-yellow-100\/65 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.35);
  }

  .md\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .md\:ring-offset-yellow-200\/45 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.55);
  }

  .md\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .md\:ring-offset-yellow-200\/65 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.35);
  }

  .md\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .md\:ring-offset-yellow-400\/45 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.55);
  }

  .md\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .md\:ring-offset-yellow-400\/65 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.35);
  }

  .md\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .md\:ring-offset-yellow-50\/45 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.55);
  }

  .md\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .md\:ring-offset-yellow-50\/65 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.35);
  }

  .md\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .md\:ring-offset-yellow-500\/45 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.55);
  }

  .md\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .md\:ring-offset-yellow-500\/65 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.35);
  }

  .md\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .md\:ring-offset-yellow-600\/45 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.55);
  }

  .md\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .md\:ring-offset-yellow-600\/65 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.35);
  }

  .md\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .md\:ring-offset-yellow-800\/45 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.55);
  }

  .md\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .md\:ring-offset-yellow-800\/65 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.85);
  }

  .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\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .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\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .md\:grayscale-0 {
    --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);
  }

  .md\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
    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);
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}

@media (min-width: 1024px) {
  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-inset-x-0 {
    left: -0px;
    right: -0px;
  }

  .lg\:-inset-x-0\.5 {
    left: -0.125rem;
    right: -0.125rem;
  }

  .lg\:-inset-x-1 {
    left: -0.25rem;
    right: -0.25rem;
  }

  .lg\:-inset-x-1\.5 {
    left: -0.375rem;
    right: -0.375rem;
  }

  .lg\:-inset-x-1\/2 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-1\/3 {
    left: -33.333333%;
    right: -33.333333%;
  }

  .lg\:-inset-x-1\/4 {
    left: -25%;
    right: -25%;
  }

  .lg\:-inset-x-10 {
    left: -2.5rem;
    right: -2.5rem;
  }

  .lg\:-inset-x-11 {
    left: -2.75rem;
    right: -2.75rem;
  }

  .lg\:-inset-x-12 {
    left: -3rem;
    right: -3rem;
  }

  .lg\:-inset-x-14 {
    left: -3.5rem;
    right: -3.5rem;
  }

  .lg\:-inset-x-16 {
    left: -4rem;
    right: -4rem;
  }

  .lg\:-inset-x-2 {
    left: -0.5rem;
    right: -0.5rem;
  }

  .lg\:-inset-x-2\.5 {
    left: -0.625rem;
    right: -0.625rem;
  }

  .lg\:-inset-x-2\/3 {
    left: -66.666667%;
    right: -66.666667%;
  }

  .lg\:-inset-x-2\/4 {
    left: -50%;
    right: -50%;
  }

  .lg\:-inset-x-20 {
    left: -5rem;
    right: -5rem;
  }

  .lg\:-inset-x-24 {
    left: -6rem;
    right: -6rem;
  }

  .lg\:-inset-x-28 {
    left: -7rem;
    right: -7rem;
  }

  .lg\:-inset-x-3 {
    left: -0.75rem;
    right: -0.75rem;
  }

  .lg\:-inset-x-3\.5 {
    left: -0.875rem;
    right: -0.875rem;
  }

  .lg\:-inset-x-3\/4 {
    left: -75%;
    right: -75%;
  }

  .lg\:-inset-x-32 {
    left: -8rem;
    right: -8rem;
  }

  .lg\:-inset-x-36 {
    left: -9rem;
    right: -9rem;
  }

  .lg\:-inset-x-4 {
    left: -1rem;
    right: -1rem;
  }

  .lg\:-inset-x-40 {
    left: -10rem;
    right: -10rem;
  }

  .lg\:-inset-x-44 {
    left: -11rem;
    right: -11rem;
  }

  .lg\:-inset-x-48 {
    left: -12rem;
    right: -12rem;
  }

  .lg\:-inset-x-5 {
    left: -1.25rem;
    right: -1.25rem;
  }

  .lg\:-inset-x-52 {
    left: -13rem;
    right: -13rem;
  }

  .lg\:-inset-x-56 {
    left: -14rem;
    right: -14rem;
  }

  .lg\:-inset-x-6 {
    left: -1.5rem;
    right: -1.5rem;
  }

  .lg\:-inset-x-60 {
    left: -15rem;
    right: -15rem;
  }

  .lg\:-inset-x-64 {
    left: -16rem;
    right: -16rem;
  }

  .lg\:-inset-x-8 {
    left: -2rem;
    right: -2rem;
  }

  .lg\:-inset-x-80 {
    left: -20rem;
    right: -20rem;
  }

  .lg\:-inset-x-full {
    left: -100%;
    right: -100%;
  }

  .lg\:-inset-y-0 {
    top: -0px;
    bottom: -0px;
  }

  .lg\:-inset-y-0\.5 {
    top: -0.125rem;
    bottom: -0.125rem;
  }

  .lg\:-inset-y-1 {
    top: -0.25rem;
    bottom: -0.25rem;
  }

  .lg\:-inset-y-1\.5 {
    top: -0.375rem;
    bottom: -0.375rem;
  }

  .lg\:-inset-y-1\/2 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-1\/3 {
    top: -33.333333%;
    bottom: -33.333333%;
  }

  .lg\:-inset-y-1\/4 {
    top: -25%;
    bottom: -25%;
  }

  .lg\:-inset-y-10 {
    top: -2.5rem;
    bottom: -2.5rem;
  }

  .lg\:-inset-y-11 {
    top: -2.75rem;
    bottom: -2.75rem;
  }

  .lg\:-inset-y-12 {
    top: -3rem;
    bottom: -3rem;
  }

  .lg\:-inset-y-14 {
    top: -3.5rem;
    bottom: -3.5rem;
  }

  .lg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-y-2 {
    top: -0.5rem;
    bottom: -0.5rem;
  }

  .lg\:-inset-y-2\.5 {
    top: -0.625rem;
    bottom: -0.625rem;
  }

  .lg\:-inset-y-2\/3 {
    top: -66.666667%;
    bottom: -66.666667%;
  }

  .lg\:-inset-y-2\/4 {
    top: -50%;
    bottom: -50%;
  }

  .lg\:-inset-y-20 {
    top: -5rem;
    bottom: -5rem;
  }

  .lg\:-inset-y-24 {
    top: -6rem;
    bottom: -6rem;
  }

  .lg\:-inset-y-28 {
    top: -7rem;
    bottom: -7rem;
  }

  .lg\:-inset-y-3 {
    top: -0.75rem;
    bottom: -0.75rem;
  }

  .lg\:-inset-y-3\.5 {
    top: -0.875rem;
    bottom: -0.875rem;
  }

  .lg\:-inset-y-3\/4 {
    top: -75%;
    bottom: -75%;
  }

  .lg\:-inset-y-32 {
    top: -8rem;
    bottom: -8rem;
  }

  .lg\:-inset-y-36 {
    top: -9rem;
    bottom: -9rem;
  }

  .lg\:-inset-y-4 {
    top: -1rem;
    bottom: -1rem;
  }

  .lg\:-inset-y-40 {
    top: -10rem;
    bottom: -10rem;
  }

  .lg\:-inset-y-44 {
    top: -11rem;
    bottom: -11rem;
  }

  .lg\:-inset-y-48 {
    top: -12rem;
    bottom: -12rem;
  }

  .lg\:-inset-y-5 {
    top: -1.25rem;
    bottom: -1.25rem;
  }

  .lg\:-inset-y-52 {
    top: -13rem;
    bottom: -13rem;
  }

  .lg\:-inset-y-56 {
    top: -14rem;
    bottom: -14rem;
  }

  .lg\:-inset-y-6 {
    top: -1.5rem;
    bottom: -1.5rem;
  }

  .lg\:-inset-y-60 {
    top: -15rem;
    bottom: -15rem;
  }

  .lg\:-inset-y-64 {
    top: -16rem;
    bottom: -16rem;
  }

  .lg\:-inset-y-8 {
    top: -2rem;
    bottom: -2rem;
  }

  .lg\:-inset-y-80 {
    top: -20rem;
    bottom: -20rem;
  }

  .lg\:-inset-y-full {
    top: -100%;
    bottom: -100%;
  }

  .lg\:inset-x-0 {
    left: 0px;
    right: 0px;
  }

  .lg\:inset-x-0\.5 {
    left: 0.125rem;
    right: 0.125rem;
  }

  .lg\:inset-x-1 {
    left: 0.25rem;
    right: 0.25rem;
  }

  .lg\:inset-x-1\.5 {
    left: 0.375rem;
    right: 0.375rem;
  }

  .lg\:inset-x-1\/2 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-1\/3 {
    left: 33.333333%;
    right: 33.333333%;
  }

  .lg\:inset-x-1\/4 {
    left: 25%;
    right: 25%;
  }

  .lg\:inset-x-10 {
    left: 2.5rem;
    right: 2.5rem;
  }

  .lg\:inset-x-11 {
    left: 2.75rem;
    right: 2.75rem;
  }

  .lg\:inset-x-12 {
    left: 3rem;
    right: 3rem;
  }

  .lg\:inset-x-14 {
    left: 3.5rem;
    right: 3.5rem;
  }

  .lg\:inset-x-16 {
    left: 4rem;
    right: 4rem;
  }

  .lg\:inset-x-2 {
    left: 0.5rem;
    right: 0.5rem;
  }

  .lg\:inset-x-2\.5 {
    left: 0.625rem;
    right: 0.625rem;
  }

  .lg\:inset-x-2\/3 {
    left: 66.666667%;
    right: 66.666667%;
  }

  .lg\:inset-x-2\/4 {
    left: 50%;
    right: 50%;
  }

  .lg\:inset-x-20 {
    left: 5rem;
    right: 5rem;
  }

  .lg\:inset-x-24 {
    left: 6rem;
    right: 6rem;
  }

  .lg\:inset-x-28 {
    left: 7rem;
    right: 7rem;
  }

  .lg\:inset-x-3 {
    left: 0.75rem;
    right: 0.75rem;
  }

  .lg\:inset-x-3\.5 {
    left: 0.875rem;
    right: 0.875rem;
  }

  .lg\:inset-x-3\/4 {
    left: 75%;
    right: 75%;
  }

  .lg\:inset-x-32 {
    left: 8rem;
    right: 8rem;
  }

  .lg\:inset-x-36 {
    left: 9rem;
    right: 9rem;
  }

  .lg\:inset-x-4 {
    left: 1rem;
    right: 1rem;
  }

  .lg\:inset-x-40 {
    left: 10rem;
    right: 10rem;
  }

  .lg\:inset-x-44 {
    left: 11rem;
    right: 11rem;
  }

  .lg\:inset-x-48 {
    left: 12rem;
    right: 12rem;
  }

  .lg\:inset-x-5 {
    left: 1.25rem;
    right: 1.25rem;
  }

  .lg\:inset-x-52 {
    left: 13rem;
    right: 13rem;
  }

  .lg\:inset-x-56 {
    left: 14rem;
    right: 14rem;
  }

  .lg\:inset-x-6 {
    left: 1.5rem;
    right: 1.5rem;
  }

  .lg\:inset-x-60 {
    left: 15rem;
    right: 15rem;
  }

  .lg\:inset-x-64 {
    left: 16rem;
    right: 16rem;
  }

  .lg\:inset-x-8 {
    left: 2rem;
    right: 2rem;
  }

  .lg\:inset-x-80 {
    left: 20rem;
    right: 20rem;
  }

  .lg\:inset-x-auto {
    left: auto;
    right: auto;
  }

  .lg\:inset-x-full {
    left: 100%;
    right: 100%;
  }

  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }

  .lg\:inset-y-0\.5 {
    top: 0.125rem;
    bottom: 0.125rem;
  }

  .lg\:inset-y-1 {
    top: 0.25rem;
    bottom: 0.25rem;
  }

  .lg\:inset-y-1\.5 {
    top: 0.375rem;
    bottom: 0.375rem;
  }

  .lg\:inset-y-1\/2 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-1\/3 {
    top: 33.333333%;
    bottom: 33.333333%;
  }

  .lg\:inset-y-1\/4 {
    top: 25%;
    bottom: 25%;
  }

  .lg\:inset-y-10 {
    top: 2.5rem;
    bottom: 2.5rem;
  }

  .lg\:inset-y-11 {
    top: 2.75rem;
    bottom: 2.75rem;
  }

  .lg\:inset-y-12 {
    top: 3rem;
    bottom: 3rem;
  }

  .lg\:inset-y-14 {
    top: 3.5rem;
    bottom: 3.5rem;
  }

  .lg\:inset-y-16 {
    top: 4rem;
    bottom: 4rem;
  }

  .lg\:inset-y-2 {
    top: 0.5rem;
    bottom: 0.5rem;
  }

  .lg\:inset-y-2\.5 {
    top: 0.625rem;
    bottom: 0.625rem;
  }

  .lg\:inset-y-2\/3 {
    top: 66.666667%;
    bottom: 66.666667%;
  }

  .lg\:inset-y-2\/4 {
    top: 50%;
    bottom: 50%;
  }

  .lg\:inset-y-20 {
    top: 5rem;
    bottom: 5rem;
  }

  .lg\:inset-y-24 {
    top: 6rem;
    bottom: 6rem;
  }

  .lg\:inset-y-28 {
    top: 7rem;
    bottom: 7rem;
  }

  .lg\:inset-y-3 {
    top: 0.75rem;
    bottom: 0.75rem;
  }

  .lg\:inset-y-3\.5 {
    top: 0.875rem;
    bottom: 0.875rem;
  }

  .lg\:inset-y-3\/4 {
    top: 75%;
    bottom: 75%;
  }

  .lg\:inset-y-32 {
    top: 8rem;
    bottom: 8rem;
  }

  .lg\:inset-y-36 {
    top: 9rem;
    bottom: 9rem;
  }

  .lg\:inset-y-4 {
    top: 1rem;
    bottom: 1rem;
  }

  .lg\:inset-y-40 {
    top: 10rem;
    bottom: 10rem;
  }

  .lg\:inset-y-44 {
    top: 11rem;
    bottom: 11rem;
  }

  .lg\:inset-y-48 {
    top: 12rem;
    bottom: 12rem;
  }

  .lg\:inset-y-5 {
    top: 1.25rem;
    bottom: 1.25rem;
  }

  .lg\:inset-y-52 {
    top: 13rem;
    bottom: 13rem;
  }

  .lg\:inset-y-56 {
    top: 14rem;
    bottom: 14rem;
  }

  .lg\:inset-y-6 {
    top: 1.5rem;
    bottom: 1.5rem;
  }

  .lg\:inset-y-60 {
    top: 15rem;
    bottom: 15rem;
  }

  .lg\:inset-y-64 {
    top: 16rem;
    bottom: 16rem;
  }

  .lg\:inset-y-8 {
    top: 2rem;
    bottom: 2rem;
  }

  .lg\:inset-y-80 {
    top: 20rem;
    bottom: 20rem;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-y-full {
    top: 100%;
    bottom: 100%;
  }

  .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-8 {
    bottom: -2rem;
  }

  .lg\:-bottom-80 {
    bottom: -20rem;
  }

  .lg\:-bottom-full {
    bottom: -100%;
  }

  .lg\:-left-0 {
    left: -0px;
  }

  .lg\:-left-0\.5 {
    left: -0.125rem;
  }

  .lg\:-left-1 {
    left: -0.25rem;
  }

  .lg\:-left-1\.5 {
    left: -0.375rem;
  }

  .lg\:-left-1\/2 {
    left: -50%;
  }

  .lg\:-left-1\/3 {
    left: -33.333333%;
  }

  .lg\:-left-1\/4 {
    left: -25%;
  }

  .lg\:-left-10 {
    left: -2.5rem;
  }

  .lg\:-left-11 {
    left: -2.75rem;
  }

  .lg\:-left-12 {
    left: -3rem;
  }

  .lg\:-left-14 {
    left: -3.5rem;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:-left-2 {
    left: -0.5rem;
  }

  .lg\:-left-2\.5 {
    left: -0.625rem;
  }

  .lg\:-left-2\/3 {
    left: -66.666667%;
  }

  .lg\:-left-2\/4 {
    left: -50%;
  }

  .lg\:-left-20 {
    left: -5rem;
  }

  .lg\:-left-24 {
    left: -6rem;
  }

  .lg\:-left-28 {
    left: -7rem;
  }

  .lg\:-left-3 {
    left: -0.75rem;
  }

  .lg\:-left-3\.5 {
    left: -0.875rem;
  }

  .lg\:-left-3\/4 {
    left: -75%;
  }

  .lg\:-left-32 {
    left: -8rem;
  }

  .lg\:-left-36 {
    left: -9rem;
  }

  .lg\:-left-4 {
    left: -1rem;
  }

  .lg\:-left-40 {
    left: -10rem;
  }

  .lg\:-left-44 {
    left: -11rem;
  }

  .lg\:-left-48 {
    left: -12rem;
  }

  .lg\:-left-5 {
    left: -1.25rem;
  }

  .lg\:-left-52 {
    left: -13rem;
  }

  .lg\:-left-56 {
    left: -14rem;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:-left-60 {
    left: -15rem;
  }

  .lg\:-left-64 {
    left: -16rem;
  }

  .lg\:-left-8 {
    left: -2rem;
  }

  .lg\:-left-80 {
    left: -20rem;
  }

  .lg\:-left-full {
    left: -100%;
  }

  .lg\:-right-0 {
    right: -0px;
  }

  .lg\:-right-0\.5 {
    right: -0.125rem;
  }

  .lg\:-right-1 {
    right: -0.25rem;
  }

  .lg\:-right-1\.5 {
    right: -0.375rem;
  }

  .lg\:-right-1\/2 {
    right: -50%;
  }

  .lg\:-right-1\/3 {
    right: -33.333333%;
  }

  .lg\:-right-1\/4 {
    right: -25%;
  }

  .lg\:-right-10 {
    right: -2.5rem;
  }

  .lg\:-right-11 {
    right: -2.75rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:-right-14 {
    right: -3.5rem;
  }

  .lg\:-right-16 {
    right: -4rem;
  }

  .lg\:-right-2 {
    right: -0.5rem;
  }

  .lg\:-right-2\.5 {
    right: -0.625rem;
  }

  .lg\:-right-2\/3 {
    right: -66.666667%;
  }

  .lg\:-right-2\/4 {
    right: -50%;
  }

  .lg\:-right-20 {
    right: -5rem;
  }

  .lg\:-right-24 {
    right: -6rem;
  }

  .lg\:-right-28 {
    right: -7rem;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:-right-3\.5 {
    right: -0.875rem;
  }

  .lg\:-right-3\/4 {
    right: -75%;
  }

  .lg\:-right-32 {
    right: -8rem;
  }

  .lg\:-right-36 {
    right: -9rem;
  }

  .lg\:-right-4 {
    right: -1rem;
  }

  .lg\:-right-40 {
    right: -10rem;
  }

  .lg\:-right-44 {
    right: -11rem;
  }

  .lg\:-right-48 {
    right: -12rem;
  }

  .lg\:-right-5 {
    right: -1.25rem;
  }

  .lg\:-right-52 {
    right: -13rem;
  }

  .lg\:-right-56 {
    right: -14rem;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:-right-60 {
    right: -15rem;
  }

  .lg\:-right-64 {
    right: -16rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-right-80 {
    right: -20rem;
  }

  .lg\:-right-full {
    right: -100%;
  }

  .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-8 {
    top: -2rem;
  }

  .lg\:-top-80 {
    top: -20rem;
  }

  .lg\:-top-full {
    top: -100%;
  }

  .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-8 {
    bottom: 2rem;
  }

  .lg\:bottom-80 {
    bottom: 20rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:bottom-full {
    bottom: 100%;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-0\.5 {
    left: 0.125rem;
  }

  .lg\:left-1 {
    left: 0.25rem;
  }

  .lg\:left-1\.5 {
    left: 0.375rem;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-1\/3 {
    left: 33.333333%;
  }

  .lg\:left-1\/4 {
    left: 25%;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:left-11 {
    left: 2.75rem;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:left-16 {
    left: 4rem;
  }

  .lg\:left-2 {
    left: 0.5rem;
  }

  .lg\:left-2\.5 {
    left: 0.625rem;
  }

  .lg\:left-2\/3 {
    left: 66.666667%;
  }

  .lg\:left-2\/4 {
    left: 50%;
  }

  .lg\:left-20 {
    left: 5rem;
  }

  .lg\:left-24 {
    left: 6rem;
  }

  .lg\:left-28 {
    left: 7rem;
  }

  .lg\:left-3 {
    left: 0.75rem;
  }

  .lg\:left-3\.5 {
    left: 0.875rem;
  }

  .lg\:left-3\/4 {
    left: 75%;
  }

  .lg\:left-32 {
    left: 8rem;
  }

  .lg\:left-36 {
    left: 9rem;
  }

  .lg\:left-4 {
    left: 1rem;
  }

  .lg\:left-40 {
    left: 10rem;
  }

  .lg\:left-44 {
    left: 11rem;
  }

  .lg\:left-48 {
    left: 12rem;
  }

  .lg\:left-5 {
    left: 1.25rem;
  }

  .lg\:left-52 {
    left: 13rem;
  }

  .lg\:left-56 {
    left: 14rem;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-60 {
    left: 15rem;
  }

  .lg\:left-64 {
    left: 16rem;
  }

  .lg\:left-8 {
    left: 2rem;
  }

  .lg\:left-80 {
    left: 20rem;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:left-full {
    left: 100%;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-0\.5 {
    right: 0.125rem;
  }

  .lg\:right-1 {
    right: 0.25rem;
  }

  .lg\:right-1\.5 {
    right: 0.375rem;
  }

  .lg\:right-1\/2 {
    right: 50%;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

  .lg\:right-1\/4 {
    right: 25%;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:right-11 {
    right: 2.75rem;
  }

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:right-14 {
    right: 3.5rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:right-2\.5 {
    right: 0.625rem;
  }

  .lg\:right-2\/3 {
    right: 66.666667%;
  }

  .lg\:right-2\/4 {
    right: 50%;
  }

  .lg\:right-20 {
    right: 5rem;
  }

  .lg\:right-24 {
    right: 6rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:right-3 {
    right: 0.75rem;
  }

  .lg\:right-3\.5 {
    right: 0.875rem;
  }

  .lg\:right-3\/4 {
    right: 75%;
  }

  .lg\:right-32 {
    right: 8rem;
  }

  .lg\:right-36 {
    right: 9rem;
  }

  .lg\:right-4 {
    right: 1rem;
  }

  .lg\:right-40 {
    right: 10rem;
  }

  .lg\:right-44 {
    right: 11rem;
  }

  .lg\:right-48 {
    right: 12rem;
  }

  .lg\:right-5 {
    right: 1.25rem;
  }

  .lg\:right-52 {
    right: 13rem;
  }

  .lg\:right-56 {
    right: 14rem;
  }

  .lg\:right-6 {
    right: 1.5rem;
  }

  .lg\:right-60 {
    right: 15rem;
  }

  .lg\:right-64 {
    right: 16rem;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:right-80 {
    right: 20rem;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:right-full {
    right: 100%;
  }

  .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-8 {
    top: 2rem;
  }

  .lg\:top-80 {
    top: 20rem;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:top-full {
    top: 100%;
  }

  .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\:row-auto {
    grid-row: auto;
  }

  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .lg\:row-span-10 {
    grid-row: span 10 / span 10;
  }

  .lg\:row-span-11 {
    grid-row: span 11 / span 11;
  }

  .lg\:row-span-12 {
    grid-row: span 12 / span 12;
  }

  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .lg\:row-span-3 {
    grid-row: span 3 / span 3;
  }

  .lg\:row-span-4 {
    grid-row: span 4 / span 4;
  }

  .lg\:row-span-5 {
    grid-row: span 5 / span 5;
  }

  .lg\:row-span-6 {
    grid-row: span 6 / span 6;
  }

  .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-8 {
    margin: -2rem;
  }

  .lg\:-m-80 {
    margin: -20rem;
  }

  .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-8 {
    margin: 2rem;
  }

  .lg\:m-80 {
    margin: 20rem;
  }

  .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-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-mx-80 {
    margin-left: -20rem;
    margin-right: -20rem;
  }

  .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-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-my-80 {
    margin-top: -20rem;
    margin-bottom: -20rem;
  }

  .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-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:mx-80 {
    margin-left: 20rem;
    margin-right: 20rem;
  }

  .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-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-80 {
    margin-top: 20rem;
    margin-bottom: 20rem;
  }

  .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-8 {
    margin-bottom: -2rem;
  }

  .lg\:-mb-80 {
    margin-bottom: -20rem;
  }

  .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-8 {
    margin-left: -2rem;
  }

  .lg\:-ml-80 {
    margin-left: -20rem;
  }

  .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-8 {
    margin-right: -2rem;
  }

  .lg\:-mr-80 {
    margin-right: -20rem;
  }

  .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-8 {
    margin-top: -2rem;
  }

  .lg\:-mt-80 {
    margin-top: -20rem;
  }

  .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-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-80 {
    margin-bottom: 20rem;
  }

  .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-8 {
    margin-left: 2rem;
  }

  .lg\:ml-80 {
    margin-left: 20rem;
  }

  .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-8 {
    margin-right: 2rem;
  }

  .lg\:mr-80 {
    margin-right: 20rem;
  }

  .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-8 {
    margin-top: 2rem;
  }

  .lg\:mt-80 {
    margin-top: 20rem;
  }

  .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\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:inline-grid {
    display: inline-grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-0\.5 {
    height: 0.125rem;
  }

  .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-20 {
    height: 5rem;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .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-72 {
    height: 18rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-px {
    height: 1px;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:max-h-0 {
    max-height: 0px;
  }

  .lg\:max-h-0\.5 {
    max-height: 0.125rem;
  }

  .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-20 {
    max-height: 5rem;
  }

  .lg\:max-h-24 {
    max-height: 6rem;
  }

  .lg\:max-h-28 {
    max-height: 7rem;
  }

  .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-72 {
    max-height: 18rem;
  }

  .lg\:max-h-8 {
    max-height: 2rem;
  }

  .lg\:max-h-80 {
    max-height: 20rem;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-px {
    max-height: 1px;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:min-h-0 {
    min-height: 0px;
  }

  .lg\:min-h-0\.5 {
    min-height: 0.125rem;
  }

  .lg\:min-h-10 {
    min-height: 2.5rem;
  }

  .lg\:min-h-11 {
    min-height: 2.75rem;
  }

  .lg\:min-h-12 {
    min-height: 3rem;
  }

  .lg\:min-h-14 {
    min-height: 3.5rem;
  }

  .lg\:min-h-16 {
    min-height: 4rem;
  }

  .lg\:min-h-20 {
    min-height: 5rem;
  }

  .lg\:min-h-24 {
    min-height: 6rem;
  }

  .lg\:min-h-28 {
    min-height: 7rem;
  }

  .lg\:min-h-32 {
    min-height: 8rem;
  }

  .lg\:min-h-36 {
    min-height: 9rem;
  }

  .lg\:min-h-4 {
    min-height: 1rem;
  }

  .lg\:min-h-40 {
    min-height: 10rem;
  }

  .lg\:min-h-44 {
    min-height: 11rem;
  }

  .lg\:min-h-48 {
    min-height: 12rem;
  }

  .lg\:min-h-5 {
    min-height: 1.25rem;
  }

  .lg\:min-h-52 {
    min-height: 13rem;
  }

  .lg\:min-h-56 {
    min-height: 14rem;
  }

  .lg\:min-h-6 {
    min-height: 1.5rem;
  }

  .lg\:min-h-60 {
    min-height: 15rem;
  }

  .lg\:min-h-64 {
    min-height: 16rem;
  }

  .lg\:min-h-72 {
    min-height: 18rem;
  }

  .lg\:min-h-8 {
    min-height: 2rem;
  }

  .lg\:min-h-80 {
    min-height: 20rem;
  }

  .lg\:min-h-96 {
    min-height: 24rem;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-h-px {
    min-height: 1px;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }

  .lg\:w-0 {
    width: 0px;
  }

  .lg\:w-0\.5 {
    width: 0.125rem;
  }

  .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-20 {
    width: 5rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .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\/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-96 {
    width: 24rem;
  }

  .lg\:w-\[72px\] {
    width: 72px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-px {
    width: 1px;
  }

  .lg\:w-screen {
    width: 100vw;
  }

  .lg\:min-w-0 {
    min-width: 0px;
  }

  .lg\:min-w-0\.5 {
    min-width: 0.125rem;
  }

  .lg\:min-w-10 {
    min-width: 2.5rem;
  }

  .lg\:min-w-11 {
    min-width: 2.75rem;
  }

  .lg\:min-w-12 {
    min-width: 3rem;
  }

  .lg\:min-w-14 {
    min-width: 3.5rem;
  }

  .lg\:min-w-16 {
    min-width: 4rem;
  }

  .lg\:min-w-20 {
    min-width: 5rem;
  }

  .lg\:min-w-24 {
    min-width: 6rem;
  }

  .lg\:min-w-28 {
    min-width: 7rem;
  }

  .lg\:min-w-32 {
    min-width: 8rem;
  }

  .lg\:min-w-36 {
    min-width: 9rem;
  }

  .lg\:min-w-4 {
    min-width: 1rem;
  }

  .lg\:min-w-40 {
    min-width: 10rem;
  }

  .lg\:min-w-44 {
    min-width: 11rem;
  }

  .lg\:min-w-48 {
    min-width: 12rem;
  }

  .lg\:min-w-5 {
    min-width: 1.25rem;
  }

  .lg\:min-w-52 {
    min-width: 13rem;
  }

  .lg\:min-w-56 {
    min-width: 14rem;
  }

  .lg\:min-w-6 {
    min-width: 1.5rem;
  }

  .lg\:min-w-60 {
    min-width: 15rem;
  }

  .lg\:min-w-64 {
    min-width: 16rem;
  }

  .lg\:min-w-72 {
    min-width: 18rem;
  }

  .lg\:min-w-8 {
    min-width: 2rem;
  }

  .lg\:min-w-80 {
    min-width: 20rem;
  }

  .lg\:min-w-96 {
    min-width: 24rem;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .lg\:min-w-px {
    min-width: 1px;
  }

  .lg\:max-w-0 {
    max-width: 0px;
  }

  .lg\:max-w-0\.5 {
    max-width: 0.125rem;
  }

  .lg\:max-w-10 {
    max-width: 2.5rem;
  }

  .lg\:max-w-11 {
    max-width: 2.75rem;
  }

  .lg\:max-w-12 {
    max-width: 3rem;
  }

  .lg\:max-w-14 {
    max-width: 3.5rem;
  }

  .lg\:max-w-16 {
    max-width: 4rem;
  }

  .lg\:max-w-20 {
    max-width: 5rem;
  }

  .lg\:max-w-24 {
    max-width: 6rem;
  }

  .lg\:max-w-28 {
    max-width: 7rem;
  }

  .lg\:max-w-32 {
    max-width: 8rem;
  }

  .lg\:max-w-36 {
    max-width: 9rem;
  }

  .lg\:max-w-4 {
    max-width: 1rem;
  }

  .lg\:max-w-40 {
    max-width: 10rem;
  }

  .lg\:max-w-44 {
    max-width: 11rem;
  }

  .lg\:max-w-48 {
    max-width: 12rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5 {
    max-width: 1.25rem;
  }

  .lg\:max-w-52 {
    max-width: 13rem;
  }

  .lg\:max-w-56 {
    max-width: 14rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6 {
    max-width: 1.5rem;
  }

  .lg\:max-w-60 {
    max-width: 15rem;
  }

  .lg\:max-w-64 {
    max-width: 16rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-72 {
    max-width: 18rem;
  }

  .lg\:max-w-8 {
    max-width: 2rem;
  }

  .lg\:max-w-80 {
    max-width: 20rem;
  }

  .lg\:max-w-96 {
    max-width: 24rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-px {
    max-width: 1px;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1536px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-wide {
    max-width: 1700px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:flex-1 {
    flex: 1 1 0%;
  }

  .lg\:flex-auto {
    flex: 1 1 auto;
  }

  .lg\:flex-initial {
    flex: 0 1 auto;
  }

  .lg\:flex-none {
    flex: none;
  }

  .lg\:flex-shrink {
    flex-shrink: 1;
  }

  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:flex-grow-0 {
    flex-grow: 0;
  }

  .lg\:grow-0 {
    flex-grow: 0;
  }

  .lg\:table-fixed {
    table-layout: fixed;
  }

  .lg\:-translate-x-0 {
    --tw-translate-x: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-x-0\.5 {
    --tw-translate-x: -0.125rem;
    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));
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-translate-y-0\.5 {
    --tw-translate-y: -0.125rem;
    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));
  }

  .lg\:translate-x-0 {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-0\.5 {
    --tw-translate-x: 0.125rem;
    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));
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-y-0\.5 {
    --tw-translate-y: 0.125rem;
    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));
  }

  .lg\:-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));
  }

  .lg\: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));
  }

  .lg\:-scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }

  .lg\:-scale-100 {
    --tw-scale-x: -1;
    --tw-scale-y: -1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-105 {
    --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));
  }

  .lg\:-scale-110 {
    --tw-scale-x: -1.1;
    --tw-scale-y: -1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-50 {
    --tw-scale-x: -.5;
    --tw-scale-y: -.5;
    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));
  }

  .lg\:-scale-75 {
    --tw-scale-x: -.75;
    --tw-scale-y: -.75;
    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));
  }

  .lg\:-scale-90 {
    --tw-scale-x: -.9;
    --tw-scale-y: -.9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:-scale-95 {
    --tw-scale-x: -.95;
    --tw-scale-y: -.95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:scale-0 {
    --tw-scale-x: 0;
    --tw-scale-y: 0;
    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));
  }

  .lg\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:scale-105 {
    --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));
  }

  .lg\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:scale-50 {
    --tw-scale-x: .5;
    --tw-scale-y: .5;
    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));
  }

  .lg\:scale-75 {
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
  }

  .lg\:scale-90 {
    --tw-scale-x: .9;
    --tw-scale-y: .9;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:touch-auto {
    touch-action: auto;
  }

  .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-8 {
    scroll-margin: -2rem;
  }

  .lg\:-scroll-m-80 {
    scroll-margin: -20rem;
  }

  .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-8 {
    scroll-margin: 2rem;
  }

  .lg\:scroll-m-80 {
    scroll-margin: 20rem;
  }

  .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-8 {
    scroll-margin-left: -2rem;
    scroll-margin-right: -2rem;
  }

  .lg\:-scroll-mx-80 {
    scroll-margin-left: -20rem;
    scroll-margin-right: -20rem;
  }

  .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-8 {
    scroll-margin-top: -2rem;
    scroll-margin-bottom: -2rem;
  }

  .lg\:-scroll-my-80 {
    scroll-margin-top: -20rem;
    scroll-margin-bottom: -20rem;
  }

  .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-8 {
    scroll-margin-left: 2rem;
    scroll-margin-right: 2rem;
  }

  .lg\:scroll-mx-80 {
    scroll-margin-left: 20rem;
    scroll-margin-right: 20rem;
  }

  .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-8 {
    scroll-margin-top: 2rem;
    scroll-margin-bottom: 2rem;
  }

  .lg\:scroll-my-80 {
    scroll-margin-top: 20rem;
    scroll-margin-bottom: 20rem;
  }

  .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-8 {
    scroll-margin-bottom: -2rem;
  }

  .lg\:-scroll-mb-80 {
    scroll-margin-bottom: -20rem;
  }

  .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-8 {
    scroll-margin-left: -2rem;
  }

  .lg\:-scroll-ml-80 {
    scroll-margin-left: -20rem;
  }

  .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-8 {
    scroll-margin-right: -2rem;
  }

  .lg\:-scroll-mr-80 {
    scroll-margin-right: -20rem;
  }

  .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-8 {
    scroll-margin-top: -2rem;
  }

  .lg\:-scroll-mt-80 {
    scroll-margin-top: -20rem;
  }

  .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-8 {
    scroll-margin-bottom: 2rem;
  }

  .lg\:scroll-mb-80 {
    scroll-margin-bottom: 20rem;
  }

  .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-8 {
    scroll-margin-left: 2rem;
  }

  .lg\:scroll-ml-80 {
    scroll-margin-left: 20rem;
  }

  .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-8 {
    scroll-margin-right: 2rem;
  }

  .lg\:scroll-mr-80 {
    scroll-margin-right: 20rem;
  }

  .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-8 {
    scroll-margin-top: 2rem;
  }

  .lg\:scroll-mt-80 {
    scroll-margin-top: 20rem;
  }

  .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-8 {
    scroll-padding: 2rem;
  }

  .lg\:scroll-p-80 {
    scroll-padding: 20rem;
  }

  .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-8 {
    scroll-padding-left: 2rem;
    scroll-padding-right: 2rem;
  }

  .lg\:scroll-px-80 {
    scroll-padding-left: 20rem;
    scroll-padding-right: 20rem;
  }

  .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-8 {
    scroll-padding-top: 2rem;
    scroll-padding-bottom: 2rem;
  }

  .lg\:scroll-py-80 {
    scroll-padding-top: 20rem;
    scroll-padding-bottom: 20rem;
  }

  .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-8 {
    scroll-padding-bottom: 2rem;
  }

  .lg\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .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-8 {
    scroll-padding-left: 2rem;
  }

  .lg\:scroll-pl-80 {
    scroll-padding-left: 20rem;
  }

  .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-8 {
    scroll-padding-right: 2rem;
  }

  .lg\:scroll-pr-80 {
    scroll-padding-right: 20rem;
  }

  .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-8 {
    scroll-padding-top: 2rem;
  }

  .lg\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .lg\:auto-cols-\[28\%\] {
    grid-auto-columns: 28%;
  }

  .lg\:grid-flow-row {
    grid-auto-flow: row;
  }

  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }

  .lg\:grid-flow-dense {
    grid-auto-flow: dense;
  }

  .lg\:grid-flow-row-dense {
    grid-auto-flow: row dense;
  }

  .lg\:grid-flow-col-dense {
    grid-auto-flow: column dense;
  }

  .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\:grid-cols-\[0\.95fr_1\.05fr\] {
    grid-template-columns: 0.95fr 1.05fr;
  }

  .lg\:grid-cols-\[0\.9fr_1\.1fr\] {
    grid-template-columns: 0.9fr 1.1fr;
  }

  .lg\:grid-cols-\[1\.02fr_0\.98fr\] {
    grid-template-columns: 1.02fr 0.98fr;
  }

  .lg\:grid-cols-\[1\.05fr_0\.95fr\] {
    grid-template-columns: 1.05fr 0.95fr;
  }

  .lg\:grid-cols-\[1\.1fr_0\.9fr\] {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .lg\:grid-cols-\[1\.5fr_1fr\] {
    grid-template-columns: 1.5fr 1fr;
  }

  .lg\:grid-cols-\[1fr_0\.85fr\] {
    grid-template-columns: 1fr 0.85fr;
  }

  .lg\:grid-cols-\[1fr_0\.8fr\] {
    grid-template-columns: 1fr 0.8fr;
  }

  .lg\:grid-cols-none {
    grid-template-columns: none;
  }

  .lg\:grid-cols-subgrid {
    grid-template-columns: subgrid;
  }

  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-rows-11 {
    grid-template-rows: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-rows-12 {
    grid-template-rows: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-rows-4 {
    grid-template-rows: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-rows-5 {
    grid-template-rows: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-rows-6 {
    grid-template-rows: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-rows-7 {
    grid-template-rows: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-rows-8 {
    grid-template-rows: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-rows-9 {
    grid-template-rows: repeat(9, minmax(0, 1fr));
  }

  .lg\:grid-rows-none {
    grid-template-rows: none;
  }

  .lg\:grid-rows-subgrid {
    grid-template-rows: subgrid;
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:place-items-start {
    place-items: start;
  }

  .lg\:place-items-end {
    place-items: end;
  }

  .lg\:place-items-center {
    place-items: center;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .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\:justify-items-start {
    justify-items: start;
  }

  .lg\:justify-items-end {
    justify-items: end;
  }

  .lg\:justify-items-center {
    justify-items: center;
  }

  .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-8 {
    gap: 2rem;
  }

  .lg\:gap-80 {
    gap: 20rem;
  }

  .lg\:-space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0px * var(--tw-space-x-reverse));
    margin-left: calc(-0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-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)));
  }

  .lg\:-space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3rem * var(--tw-space-x-reverse));
    margin-left: calc(-3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-4rem * var(--tw-space-x-reverse));
    margin-left: calc(-4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-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)));
  }

  .lg\:-space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-5rem * var(--tw-space-x-reverse));
    margin-left: calc(-5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-6rem * var(--tw-space-x-reverse));
    margin-left: calc(-6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-7rem * var(--tw-space-x-reverse));
    margin-left: calc(-7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-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)));
  }

  .lg\:-space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(-0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-8rem * var(--tw-space-x-reverse));
    margin-left: calc(-8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-9rem * var(--tw-space-x-reverse));
    margin-left: calc(-9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-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)));
  }

  .lg\:-space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-10rem * var(--tw-space-x-reverse));
    margin-left: calc(-10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-11rem * var(--tw-space-x-reverse));
    margin-left: calc(-11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-12rem * var(--tw-space-x-reverse));
    margin-left: calc(-12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-13rem * var(--tw-space-x-reverse));
    margin-left: calc(-13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-14rem * var(--tw-space-x-reverse));
    margin-left: calc(-14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-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)));
  }

  .lg\:-space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-15rem * var(--tw-space-x-reverse));
    margin-left: calc(-15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-16rem * var(--tw-space-x-reverse));
    margin-left: calc(-16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-2rem * var(--tw-space-x-reverse));
    margin-left: calc(-2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(-20rem * var(--tw-space-x-reverse));
    margin-left: calc(-20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:-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));
  }

  .lg\:-space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.125rem * var(--tw-space-y-reverse));
  }

  .lg\:-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));
  }

  .lg\:-space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
  }

  .lg\:-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));
  }

  .lg\:-space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-5rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-6rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-7rem * var(--tw-space-y-reverse));
  }

  .lg\:-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));
  }

  .lg\:-space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-8rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
  }

  .lg\:-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));
  }

  .lg\:-space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-10rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-11rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-12rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-13rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-14rem * var(--tw-space-y-reverse));
  }

  .lg\:-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));
  }

  .lg\:-space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-15rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-16rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-2rem * var(--tw-space-y-reverse));
  }

  .lg\:-space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(-20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-20rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.125rem * var(--tw-space-x-reverse));
    margin-left: calc(0.125rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\: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)));
  }

  .lg\:space-x-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.375rem * var(--tw-space-x-reverse));
    margin-left: calc(0.375rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.75rem * var(--tw-space-x-reverse));
    margin-left: calc(2.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\: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)));
  }

  .lg\:space-x-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.625rem * var(--tw-space-x-reverse));
    margin-left: calc(0.625rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(5rem * var(--tw-space-x-reverse));
    margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(7rem * var(--tw-space-x-reverse));
    margin-left: calc(7rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\: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)));
  }

  .lg\:space-x-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.875rem * var(--tw-space-x-reverse));
    margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(8rem * var(--tw-space-x-reverse));
    margin-left: calc(8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(9rem * var(--tw-space-x-reverse));
    margin-left: calc(9rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\: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)));
  }

  .lg\:space-x-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(11rem * var(--tw-space-x-reverse));
    margin-left: calc(11rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12rem * var(--tw-space-x-reverse));
    margin-left: calc(12rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(13rem * var(--tw-space-x-reverse));
    margin-left: calc(13rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(14rem * var(--tw-space-x-reverse));
    margin-left: calc(14rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\: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)));
  }

  .lg\:space-x-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(15rem * var(--tw-space-x-reverse));
    margin-left: calc(15rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(16rem * var(--tw-space-x-reverse));
    margin-left: calc(16rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(20rem * var(--tw-space-x-reverse));
    margin-left: calc(20rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\: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));
  }

  .lg\:space-y-0\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
  }

  .lg\: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));
  }

  .lg\:space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-11 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\: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));
  }

  .lg\:space-y-2\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.625rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\: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));
  }

  .lg\:space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.875rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-36 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(9rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(9rem * var(--tw-space-y-reverse));
  }

  .lg\: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));
  }

  .lg\:space-y-40 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(10rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-44 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(11rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(11rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-48 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(12rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(12rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-52 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(13rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(13rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-56 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(14rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(14rem * var(--tw-space-y-reverse));
  }

  .lg\: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));
  }

  .lg\:space-y-60 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(15rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(15rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-64 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(16rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(16rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-80 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(20rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(20rem * var(--tw-space-y-reverse));
  }

  .lg\:divide-yellow-100 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-divide-opacity, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.35);
  }

  .lg\:divide-yellow-100\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.4);
  }

  .lg\:divide-yellow-100\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.55);
  }

  .lg\:divide-yellow-100\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.6);
  }

  .lg\:divide-yellow-100\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.35);
  }

  .lg\:divide-yellow-200\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.4);
  }

  .lg\:divide-yellow-200\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.55);
  }

  .lg\:divide-yellow-200\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.6);
  }

  .lg\:divide-yellow-200\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 240 138 / 0.85);
  }

  .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-400 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-divide-opacity, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.35);
  }

  .lg\:divide-yellow-400\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.4);
  }

  .lg\:divide-yellow-400\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.55);
  }

  .lg\:divide-yellow-400\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.6);
  }

  .lg\:divide-yellow-400\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.35);
  }

  .lg\:divide-yellow-50\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.4);
  }

  .lg\:divide-yellow-50\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.55);
  }

  .lg\:divide-yellow-50\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.6);
  }

  .lg\:divide-yellow-50\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.35);
  }

  .lg\:divide-yellow-500\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.4);
  }

  .lg\:divide-yellow-500\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.55);
  }

  .lg\:divide-yellow-500\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.6);
  }

  .lg\:divide-yellow-500\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.35);
  }

  .lg\:divide-yellow-600\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.4);
  }

  .lg\:divide-yellow-600\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.55);
  }

  .lg\:divide-yellow-600\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.6);
  }

  .lg\:divide-yellow-600\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(202 138 4 / 0.85);
  }

  .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-800 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-divide-opacity, 1));
  }

  .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\/15 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.35);
  }

  .lg\:divide-yellow-800\/40 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.4);
  }

  .lg\:divide-yellow-800\/45 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.55);
  }

  .lg\:divide-yellow-800\/60 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.6);
  }

  .lg\:divide-yellow-800\/65 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 > :not([hidden]) ~ :not([hidden]) {
    border-color: rgb(133 77 14 / 0.85);
  }

  .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\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-hidden {
    overflow: hidden;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }

  .lg\:scroll-smooth {
    scroll-behavior: smooth;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-2xl {
    border-radius: 1rem;
  }

  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-b-2xl {
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-b-3xl {
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-b-xl {
    border-bottom-right-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-e {
    border-start-end-radius: 0.25rem;
    border-end-end-radius: 0.25rem;
  }

  .lg\:rounded-e-2xl {
    border-start-end-radius: 1rem;
    border-end-end-radius: 1rem;
  }

  .lg\:rounded-e-3xl {
    border-start-end-radius: 1.5rem;
    border-end-end-radius: 1.5rem;
  }

  .lg\:rounded-e-full {
    border-start-end-radius: 9999px;
    border-end-end-radius: 9999px;
  }

  .lg\:rounded-e-lg {
    border-start-end-radius: 0.5rem;
    border-end-end-radius: 0.5rem;
  }

  .lg\:rounded-e-md {
    border-start-end-radius: 0.375rem;
    border-end-end-radius: 0.375rem;
  }

  .lg\:rounded-e-none {
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
  }

  .lg\:rounded-e-sm {
    border-start-end-radius: 0.125rem;
    border-end-end-radius: 0.125rem;
  }

  .lg\:rounded-e-xl {
    border-start-end-radius: 0.75rem;
    border-end-end-radius: 0.75rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-l-3xl {
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-r-3xl {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-s {
    border-start-start-radius: 0.25rem;
    border-end-start-radius: 0.25rem;
  }

  .lg\:rounded-s-2xl {
    border-start-start-radius: 1rem;
    border-end-start-radius: 1rem;
  }

  .lg\:rounded-s-3xl {
    border-start-start-radius: 1.5rem;
    border-end-start-radius: 1.5rem;
  }

  .lg\:rounded-s-full {
    border-start-start-radius: 9999px;
    border-end-start-radius: 9999px;
  }

  .lg\:rounded-s-lg {
    border-start-start-radius: 0.5rem;
    border-end-start-radius: 0.5rem;
  }

  .lg\:rounded-s-md {
    border-start-start-radius: 0.375rem;
    border-end-start-radius: 0.375rem;
  }

  .lg\:rounded-s-none {
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
  }

  .lg\:rounded-s-sm {
    border-start-start-radius: 0.125rem;
    border-end-start-radius: 0.125rem;
  }

  .lg\:rounded-s-xl {
    border-start-start-radius: 0.75rem;
    border-end-start-radius: 0.75rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-t-2xl {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-t-3xl {
    border-top-left-radius: 1.5rem;
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-t-xl {
    border-top-left-radius: 0.75rem;
    border-top-right-radius: 0.75rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-bl-2xl {
    border-bottom-left-radius: 1rem;
  }

  .lg\:rounded-bl-3xl {
    border-bottom-left-radius: 1.5rem;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0px;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-bl-xl {
    border-bottom-left-radius: 0.75rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-br-2xl {
    border-bottom-right-radius: 1rem;
  }

  .lg\:rounded-br-3xl {
    border-bottom-right-radius: 1.5rem;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0px;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-br-xl {
    border-bottom-right-radius: 0.75rem;
  }

  .lg\:rounded-ee {
    border-end-end-radius: 0.25rem;
  }

  .lg\:rounded-ee-2xl {
    border-end-end-radius: 1rem;
  }

  .lg\:rounded-ee-3xl {
    border-end-end-radius: 1.5rem;
  }

  .lg\:rounded-ee-full {
    border-end-end-radius: 9999px;
  }

  .lg\:rounded-ee-lg {
    border-end-end-radius: 0.5rem;
  }

  .lg\:rounded-ee-md {
    border-end-end-radius: 0.375rem;
  }

  .lg\:rounded-ee-none {
    border-end-end-radius: 0px;
  }

  .lg\:rounded-ee-sm {
    border-end-end-radius: 0.125rem;
  }

  .lg\:rounded-ee-xl {
    border-end-end-radius: 0.75rem;
  }

  .lg\:rounded-es {
    border-end-start-radius: 0.25rem;
  }

  .lg\:rounded-es-2xl {
    border-end-start-radius: 1rem;
  }

  .lg\:rounded-es-3xl {
    border-end-start-radius: 1.5rem;
  }

  .lg\:rounded-es-full {
    border-end-start-radius: 9999px;
  }

  .lg\:rounded-es-lg {
    border-end-start-radius: 0.5rem;
  }

  .lg\:rounded-es-md {
    border-end-start-radius: 0.375rem;
  }

  .lg\:rounded-es-none {
    border-end-start-radius: 0px;
  }

  .lg\:rounded-es-sm {
    border-end-start-radius: 0.125rem;
  }

  .lg\:rounded-es-xl {
    border-end-start-radius: 0.75rem;
  }

  .lg\:rounded-se {
    border-start-end-radius: 0.25rem;
  }

  .lg\:rounded-se-2xl {
    border-start-end-radius: 1rem;
  }

  .lg\:rounded-se-3xl {
    border-start-end-radius: 1.5rem;
  }

  .lg\:rounded-se-full {
    border-start-end-radius: 9999px;
  }

  .lg\:rounded-se-lg {
    border-start-end-radius: 0.5rem;
  }

  .lg\:rounded-se-md {
    border-start-end-radius: 0.375rem;
  }

  .lg\:rounded-se-none {
    border-start-end-radius: 0px;
  }

  .lg\:rounded-se-sm {
    border-start-end-radius: 0.125rem;
  }

  .lg\:rounded-se-xl {
    border-start-end-radius: 0.75rem;
  }

  .lg\:rounded-ss {
    border-start-start-radius: 0.25rem;
  }

  .lg\:rounded-ss-2xl {
    border-start-start-radius: 1rem;
  }

  .lg\:rounded-ss-3xl {
    border-start-start-radius: 1.5rem;
  }

  .lg\:rounded-ss-full {
    border-start-start-radius: 9999px;
  }

  .lg\:rounded-ss-lg {
    border-start-start-radius: 0.5rem;
  }

  .lg\:rounded-ss-md {
    border-start-start-radius: 0.375rem;
  }

  .lg\:rounded-ss-none {
    border-start-start-radius: 0px;
  }

  .lg\:rounded-ss-sm {
    border-start-start-radius: 0.125rem;
  }

  .lg\:rounded-ss-xl {
    border-start-start-radius: 0.75rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-2xl {
    border-top-left-radius: 1rem;
  }

  .lg\:rounded-tl-3xl {
    border-top-left-radius: 1.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0px;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tl-xl {
    border-top-left-radius: 0.75rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-tr-2xl {
    border-top-right-radius: 1rem;
  }

  .lg\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-tr-xl {
    border-top-right-radius: 0.75rem;
  }

  .lg\:border-l-2 {
    border-left-width: 2px;
  }

  .lg\:border-t-0 {
    border-top-width: 0px;
  }

  .lg\:border-hidden {
    border-style: hidden;
  }

  .lg\:border-accent-100 {
    --tw-border-opacity: 1;
    border-color: rgb(235 251 203 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-100\/0 {
    border-color: rgb(235 251 203 / 0);
  }

  .lg\:border-accent-100\/10 {
    border-color: rgb(235 251 203 / 0.1);
  }

  .lg\:border-accent-100\/100 {
    border-color: rgb(235 251 203 / 1);
  }

  .lg\:border-accent-100\/15 {
    border-color: rgb(235 251 203 / 0.15);
  }

  .lg\:border-accent-100\/20 {
    border-color: rgb(235 251 203 / 0.2);
  }

  .lg\:border-accent-100\/25 {
    border-color: rgb(235 251 203 / 0.25);
  }

  .lg\:border-accent-100\/30 {
    border-color: rgb(235 251 203 / 0.3);
  }

  .lg\:border-accent-100\/35 {
    border-color: rgb(235 251 203 / 0.35);
  }

  .lg\:border-accent-100\/40 {
    border-color: rgb(235 251 203 / 0.4);
  }

  .lg\:border-accent-100\/45 {
    border-color: rgb(235 251 203 / 0.45);
  }

  .lg\:border-accent-100\/5 {
    border-color: rgb(235 251 203 / 0.05);
  }

  .lg\:border-accent-100\/50 {
    border-color: rgb(235 251 203 / 0.5);
  }

  .lg\:border-accent-100\/55 {
    border-color: rgb(235 251 203 / 0.55);
  }

  .lg\:border-accent-100\/60 {
    border-color: rgb(235 251 203 / 0.6);
  }

  .lg\:border-accent-100\/65 {
    border-color: rgb(235 251 203 / 0.65);
  }

  .lg\:border-accent-100\/70 {
    border-color: rgb(235 251 203 / 0.7);
  }

  .lg\:border-accent-100\/75 {
    border-color: rgb(235 251 203 / 0.75);
  }

  .lg\:border-accent-100\/80 {
    border-color: rgb(235 251 203 / 0.8);
  }

  .lg\:border-accent-100\/85 {
    border-color: rgb(235 251 203 / 0.85);
  }

  .lg\:border-accent-100\/90 {
    border-color: rgb(235 251 203 / 0.9);
  }

  .lg\:border-accent-100\/95 {
    border-color: rgb(235 251 203 / 0.95);
  }

  .lg\:border-accent-200 {
    --tw-border-opacity: 1;
    border-color: rgb(216 246 154 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-200\/0 {
    border-color: rgb(216 246 154 / 0);
  }

  .lg\:border-accent-200\/10 {
    border-color: rgb(216 246 154 / 0.1);
  }

  .lg\:border-accent-200\/100 {
    border-color: rgb(216 246 154 / 1);
  }

  .lg\:border-accent-200\/15 {
    border-color: rgb(216 246 154 / 0.15);
  }

  .lg\:border-accent-200\/20 {
    border-color: rgb(216 246 154 / 0.2);
  }

  .lg\:border-accent-200\/25 {
    border-color: rgb(216 246 154 / 0.25);
  }

  .lg\:border-accent-200\/30 {
    border-color: rgb(216 246 154 / 0.3);
  }

  .lg\:border-accent-200\/35 {
    border-color: rgb(216 246 154 / 0.35);
  }

  .lg\:border-accent-200\/40 {
    border-color: rgb(216 246 154 / 0.4);
  }

  .lg\:border-accent-200\/45 {
    border-color: rgb(216 246 154 / 0.45);
  }

  .lg\:border-accent-200\/5 {
    border-color: rgb(216 246 154 / 0.05);
  }

  .lg\:border-accent-200\/50 {
    border-color: rgb(216 246 154 / 0.5);
  }

  .lg\:border-accent-200\/55 {
    border-color: rgb(216 246 154 / 0.55);
  }

  .lg\:border-accent-200\/60 {
    border-color: rgb(216 246 154 / 0.6);
  }

  .lg\:border-accent-200\/65 {
    border-color: rgb(216 246 154 / 0.65);
  }

  .lg\:border-accent-200\/70 {
    border-color: rgb(216 246 154 / 0.7);
  }

  .lg\:border-accent-200\/75 {
    border-color: rgb(216 246 154 / 0.75);
  }

  .lg\:border-accent-200\/80 {
    border-color: rgb(216 246 154 / 0.8);
  }

  .lg\:border-accent-200\/85 {
    border-color: rgb(216 246 154 / 0.85);
  }

  .lg\:border-accent-200\/90 {
    border-color: rgb(216 246 154 / 0.9);
  }

  .lg\:border-accent-200\/95 {
    border-color: rgb(216 246 154 / 0.95);
  }

  .lg\:border-accent-300 {
    --tw-border-opacity: 1;
    border-color: rgb(196 240 120 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-300\/0 {
    border-color: rgb(196 240 120 / 0);
  }

  .lg\:border-accent-300\/10 {
    border-color: rgb(196 240 120 / 0.1);
  }

  .lg\:border-accent-300\/100 {
    border-color: rgb(196 240 120 / 1);
  }

  .lg\:border-accent-300\/15 {
    border-color: rgb(196 240 120 / 0.15);
  }

  .lg\:border-accent-300\/20 {
    border-color: rgb(196 240 120 / 0.2);
  }

  .lg\:border-accent-300\/25 {
    border-color: rgb(196 240 120 / 0.25);
  }

  .lg\:border-accent-300\/30 {
    border-color: rgb(196 240 120 / 0.3);
  }

  .lg\:border-accent-300\/35 {
    border-color: rgb(196 240 120 / 0.35);
  }

  .lg\:border-accent-300\/40 {
    border-color: rgb(196 240 120 / 0.4);
  }

  .lg\:border-accent-300\/45 {
    border-color: rgb(196 240 120 / 0.45);
  }

  .lg\:border-accent-300\/5 {
    border-color: rgb(196 240 120 / 0.05);
  }

  .lg\:border-accent-300\/50 {
    border-color: rgb(196 240 120 / 0.5);
  }

  .lg\:border-accent-300\/55 {
    border-color: rgb(196 240 120 / 0.55);
  }

  .lg\:border-accent-300\/60 {
    border-color: rgb(196 240 120 / 0.6);
  }

  .lg\:border-accent-300\/65 {
    border-color: rgb(196 240 120 / 0.65);
  }

  .lg\:border-accent-300\/70 {
    border-color: rgb(196 240 120 / 0.7);
  }

  .lg\:border-accent-300\/75 {
    border-color: rgb(196 240 120 / 0.75);
  }

  .lg\:border-accent-300\/80 {
    border-color: rgb(196 240 120 / 0.8);
  }

  .lg\:border-accent-300\/85 {
    border-color: rgb(196 240 120 / 0.85);
  }

  .lg\:border-accent-300\/90 {
    border-color: rgb(196 240 120 / 0.9);
  }

  .lg\:border-accent-300\/95 {
    border-color: rgb(196 240 120 / 0.95);
  }

  .lg\:border-accent-400 {
    --tw-border-opacity: 1;
    border-color: rgb(183 237 104 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-400\/0 {
    border-color: rgb(183 237 104 / 0);
  }

  .lg\:border-accent-400\/10 {
    border-color: rgb(183 237 104 / 0.1);
  }

  .lg\:border-accent-400\/100 {
    border-color: rgb(183 237 104 / 1);
  }

  .lg\:border-accent-400\/15 {
    border-color: rgb(183 237 104 / 0.15);
  }

  .lg\:border-accent-400\/20 {
    border-color: rgb(183 237 104 / 0.2);
  }

  .lg\:border-accent-400\/25 {
    border-color: rgb(183 237 104 / 0.25);
  }

  .lg\:border-accent-400\/30 {
    border-color: rgb(183 237 104 / 0.3);
  }

  .lg\:border-accent-400\/35 {
    border-color: rgb(183 237 104 / 0.35);
  }

  .lg\:border-accent-400\/40 {
    border-color: rgb(183 237 104 / 0.4);
  }

  .lg\:border-accent-400\/45 {
    border-color: rgb(183 237 104 / 0.45);
  }

  .lg\:border-accent-400\/5 {
    border-color: rgb(183 237 104 / 0.05);
  }

  .lg\:border-accent-400\/50 {
    border-color: rgb(183 237 104 / 0.5);
  }

  .lg\:border-accent-400\/55 {
    border-color: rgb(183 237 104 / 0.55);
  }

  .lg\:border-accent-400\/60 {
    border-color: rgb(183 237 104 / 0.6);
  }

  .lg\:border-accent-400\/65 {
    border-color: rgb(183 237 104 / 0.65);
  }

  .lg\:border-accent-400\/70 {
    border-color: rgb(183 237 104 / 0.7);
  }

  .lg\:border-accent-400\/75 {
    border-color: rgb(183 237 104 / 0.75);
  }

  .lg\:border-accent-400\/80 {
    border-color: rgb(183 237 104 / 0.8);
  }

  .lg\:border-accent-400\/85 {
    border-color: rgb(183 237 104 / 0.85);
  }

  .lg\:border-accent-400\/90 {
    border-color: rgb(183 237 104 / 0.9);
  }

  .lg\:border-accent-400\/95 {
    border-color: rgb(183 237 104 / 0.95);
  }

  .lg\:border-accent-50 {
    --tw-border-opacity: 1;
    border-color: rgb(247 253 235 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-50\/0 {
    border-color: rgb(247 253 235 / 0);
  }

  .lg\:border-accent-50\/10 {
    border-color: rgb(247 253 235 / 0.1);
  }

  .lg\:border-accent-50\/100 {
    border-color: rgb(247 253 235 / 1);
  }

  .lg\:border-accent-50\/15 {
    border-color: rgb(247 253 235 / 0.15);
  }

  .lg\:border-accent-50\/20 {
    border-color: rgb(247 253 235 / 0.2);
  }

  .lg\:border-accent-50\/25 {
    border-color: rgb(247 253 235 / 0.25);
  }

  .lg\:border-accent-50\/30 {
    border-color: rgb(247 253 235 / 0.3);
  }

  .lg\:border-accent-50\/35 {
    border-color: rgb(247 253 235 / 0.35);
  }

  .lg\:border-accent-50\/40 {
    border-color: rgb(247 253 235 / 0.4);
  }

  .lg\:border-accent-50\/45 {
    border-color: rgb(247 253 235 / 0.45);
  }

  .lg\:border-accent-50\/5 {
    border-color: rgb(247 253 235 / 0.05);
  }

  .lg\:border-accent-50\/50 {
    border-color: rgb(247 253 235 / 0.5);
  }

  .lg\:border-accent-50\/55 {
    border-color: rgb(247 253 235 / 0.55);
  }

  .lg\:border-accent-50\/60 {
    border-color: rgb(247 253 235 / 0.6);
  }

  .lg\:border-accent-50\/65 {
    border-color: rgb(247 253 235 / 0.65);
  }

  .lg\:border-accent-50\/70 {
    border-color: rgb(247 253 235 / 0.7);
  }

  .lg\:border-accent-50\/75 {
    border-color: rgb(247 253 235 / 0.75);
  }

  .lg\:border-accent-50\/80 {
    border-color: rgb(247 253 235 / 0.8);
  }

  .lg\:border-accent-50\/85 {
    border-color: rgb(247 253 235 / 0.85);
  }

  .lg\:border-accent-50\/90 {
    border-color: rgb(247 253 235 / 0.9);
  }

  .lg\:border-accent-50\/95 {
    border-color: rgb(247 253 235 / 0.95);
  }

  .lg\:border-accent-500 {
    --tw-border-opacity: 1;
    border-color: rgb(174 235 96 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-500\/0 {
    border-color: rgb(174 235 96 / 0);
  }

  .lg\:border-accent-500\/10 {
    border-color: rgb(174 235 96 / 0.1);
  }

  .lg\:border-accent-500\/100 {
    border-color: rgb(174 235 96 / 1);
  }

  .lg\:border-accent-500\/15 {
    border-color: rgb(174 235 96 / 0.15);
  }

  .lg\:border-accent-500\/20 {
    border-color: rgb(174 235 96 / 0.2);
  }

  .lg\:border-accent-500\/25 {
    border-color: rgb(174 235 96 / 0.25);
  }

  .lg\:border-accent-500\/30 {
    border-color: rgb(174 235 96 / 0.3);
  }

  .lg\:border-accent-500\/35 {
    border-color: rgb(174 235 96 / 0.35);
  }

  .lg\:border-accent-500\/40 {
    border-color: rgb(174 235 96 / 0.4);
  }

  .lg\:border-accent-500\/45 {
    border-color: rgb(174 235 96 / 0.45);
  }

  .lg\:border-accent-500\/5 {
    border-color: rgb(174 235 96 / 0.05);
  }

  .lg\:border-accent-500\/50 {
    border-color: rgb(174 235 96 / 0.5);
  }

  .lg\:border-accent-500\/55 {
    border-color: rgb(174 235 96 / 0.55);
  }

  .lg\:border-accent-500\/60 {
    border-color: rgb(174 235 96 / 0.6);
  }

  .lg\:border-accent-500\/65 {
    border-color: rgb(174 235 96 / 0.65);
  }

  .lg\:border-accent-500\/70 {
    border-color: rgb(174 235 96 / 0.7);
  }

  .lg\:border-accent-500\/75 {
    border-color: rgb(174 235 96 / 0.75);
  }

  .lg\:border-accent-500\/80 {
    border-color: rgb(174 235 96 / 0.8);
  }

  .lg\:border-accent-500\/85 {
    border-color: rgb(174 235 96 / 0.85);
  }

  .lg\:border-accent-500\/90 {
    border-color: rgb(174 235 96 / 0.9);
  }

  .lg\:border-accent-500\/95 {
    border-color: rgb(174 235 96 / 0.95);
  }

  .lg\:border-accent-600 {
    --tw-border-opacity: 1;
    border-color: rgb(130 201 48 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-600\/0 {
    border-color: rgb(130 201 48 / 0);
  }

  .lg\:border-accent-600\/10 {
    border-color: rgb(130 201 48 / 0.1);
  }

  .lg\:border-accent-600\/100 {
    border-color: rgb(130 201 48 / 1);
  }

  .lg\:border-accent-600\/15 {
    border-color: rgb(130 201 48 / 0.15);
  }

  .lg\:border-accent-600\/20 {
    border-color: rgb(130 201 48 / 0.2);
  }

  .lg\:border-accent-600\/25 {
    border-color: rgb(130 201 48 / 0.25);
  }

  .lg\:border-accent-600\/30 {
    border-color: rgb(130 201 48 / 0.3);
  }

  .lg\:border-accent-600\/35 {
    border-color: rgb(130 201 48 / 0.35);
  }

  .lg\:border-accent-600\/40 {
    border-color: rgb(130 201 48 / 0.4);
  }

  .lg\:border-accent-600\/45 {
    border-color: rgb(130 201 48 / 0.45);
  }

  .lg\:border-accent-600\/5 {
    border-color: rgb(130 201 48 / 0.05);
  }

  .lg\:border-accent-600\/50 {
    border-color: rgb(130 201 48 / 0.5);
  }

  .lg\:border-accent-600\/55 {
    border-color: rgb(130 201 48 / 0.55);
  }

  .lg\:border-accent-600\/60 {
    border-color: rgb(130 201 48 / 0.6);
  }

  .lg\:border-accent-600\/65 {
    border-color: rgb(130 201 48 / 0.65);
  }

  .lg\:border-accent-600\/70 {
    border-color: rgb(130 201 48 / 0.7);
  }

  .lg\:border-accent-600\/75 {
    border-color: rgb(130 201 48 / 0.75);
  }

  .lg\:border-accent-600\/80 {
    border-color: rgb(130 201 48 / 0.8);
  }

  .lg\:border-accent-600\/85 {
    border-color: rgb(130 201 48 / 0.85);
  }

  .lg\:border-accent-600\/90 {
    border-color: rgb(130 201 48 / 0.9);
  }

  .lg\:border-accent-600\/95 {
    border-color: rgb(130 201 48 / 0.95);
  }

  .lg\:border-accent-700 {
    --tw-border-opacity: 1;
    border-color: rgb(97 161 31 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-700\/0 {
    border-color: rgb(97 161 31 / 0);
  }

  .lg\:border-accent-700\/10 {
    border-color: rgb(97 161 31 / 0.1);
  }

  .lg\:border-accent-700\/100 {
    border-color: rgb(97 161 31 / 1);
  }

  .lg\:border-accent-700\/15 {
    border-color: rgb(97 161 31 / 0.15);
  }

  .lg\:border-accent-700\/20 {
    border-color: rgb(97 161 31 / 0.2);
  }

  .lg\:border-accent-700\/25 {
    border-color: rgb(97 161 31 / 0.25);
  }

  .lg\:border-accent-700\/30 {
    border-color: rgb(97 161 31 / 0.3);
  }

  .lg\:border-accent-700\/35 {
    border-color: rgb(97 161 31 / 0.35);
  }

  .lg\:border-accent-700\/40 {
    border-color: rgb(97 161 31 / 0.4);
  }

  .lg\:border-accent-700\/45 {
    border-color: rgb(97 161 31 / 0.45);
  }

  .lg\:border-accent-700\/5 {
    border-color: rgb(97 161 31 / 0.05);
  }

  .lg\:border-accent-700\/50 {
    border-color: rgb(97 161 31 / 0.5);
  }

  .lg\:border-accent-700\/55 {
    border-color: rgb(97 161 31 / 0.55);
  }

  .lg\:border-accent-700\/60 {
    border-color: rgb(97 161 31 / 0.6);
  }

  .lg\:border-accent-700\/65 {
    border-color: rgb(97 161 31 / 0.65);
  }

  .lg\:border-accent-700\/70 {
    border-color: rgb(97 161 31 / 0.7);
  }

  .lg\:border-accent-700\/75 {
    border-color: rgb(97 161 31 / 0.75);
  }

  .lg\:border-accent-700\/80 {
    border-color: rgb(97 161 31 / 0.8);
  }

  .lg\:border-accent-700\/85 {
    border-color: rgb(97 161 31 / 0.85);
  }

  .lg\:border-accent-700\/90 {
    border-color: rgb(97 161 31 / 0.9);
  }

  .lg\:border-accent-700\/95 {
    border-color: rgb(97 161 31 / 0.95);
  }

  .lg\:border-accent-800 {
    --tw-border-opacity: 1;
    border-color: rgb(78 126 32 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-800\/0 {
    border-color: rgb(78 126 32 / 0);
  }

  .lg\:border-accent-800\/10 {
    border-color: rgb(78 126 32 / 0.1);
  }

  .lg\:border-accent-800\/100 {
    border-color: rgb(78 126 32 / 1);
  }

  .lg\:border-accent-800\/15 {
    border-color: rgb(78 126 32 / 0.15);
  }

  .lg\:border-accent-800\/20 {
    border-color: rgb(78 126 32 / 0.2);
  }

  .lg\:border-accent-800\/25 {
    border-color: rgb(78 126 32 / 0.25);
  }

  .lg\:border-accent-800\/30 {
    border-color: rgb(78 126 32 / 0.3);
  }

  .lg\:border-accent-800\/35 {
    border-color: rgb(78 126 32 / 0.35);
  }

  .lg\:border-accent-800\/40 {
    border-color: rgb(78 126 32 / 0.4);
  }

  .lg\:border-accent-800\/45 {
    border-color: rgb(78 126 32 / 0.45);
  }

  .lg\:border-accent-800\/5 {
    border-color: rgb(78 126 32 / 0.05);
  }

  .lg\:border-accent-800\/50 {
    border-color: rgb(78 126 32 / 0.5);
  }

  .lg\:border-accent-800\/55 {
    border-color: rgb(78 126 32 / 0.55);
  }

  .lg\:border-accent-800\/60 {
    border-color: rgb(78 126 32 / 0.6);
  }

  .lg\:border-accent-800\/65 {
    border-color: rgb(78 126 32 / 0.65);
  }

  .lg\:border-accent-800\/70 {
    border-color: rgb(78 126 32 / 0.7);
  }

  .lg\:border-accent-800\/75 {
    border-color: rgb(78 126 32 / 0.75);
  }

  .lg\:border-accent-800\/80 {
    border-color: rgb(78 126 32 / 0.8);
  }

  .lg\:border-accent-800\/85 {
    border-color: rgb(78 126 32 / 0.85);
  }

  .lg\:border-accent-800\/90 {
    border-color: rgb(78 126 32 / 0.9);
  }

  .lg\:border-accent-800\/95 {
    border-color: rgb(78 126 32 / 0.95);
  }

  .lg\:border-accent-900 {
    --tw-border-opacity: 1;
    border-color: rgb(66 106 33 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-900\/0 {
    border-color: rgb(66 106 33 / 0);
  }

  .lg\:border-accent-900\/10 {
    border-color: rgb(66 106 33 / 0.1);
  }

  .lg\:border-accent-900\/100 {
    border-color: rgb(66 106 33 / 1);
  }

  .lg\:border-accent-900\/15 {
    border-color: rgb(66 106 33 / 0.15);
  }

  .lg\:border-accent-900\/20 {
    border-color: rgb(66 106 33 / 0.2);
  }

  .lg\:border-accent-900\/25 {
    border-color: rgb(66 106 33 / 0.25);
  }

  .lg\:border-accent-900\/30 {
    border-color: rgb(66 106 33 / 0.3);
  }

  .lg\:border-accent-900\/35 {
    border-color: rgb(66 106 33 / 0.35);
  }

  .lg\:border-accent-900\/40 {
    border-color: rgb(66 106 33 / 0.4);
  }

  .lg\:border-accent-900\/45 {
    border-color: rgb(66 106 33 / 0.45);
  }

  .lg\:border-accent-900\/5 {
    border-color: rgb(66 106 33 / 0.05);
  }

  .lg\:border-accent-900\/50 {
    border-color: rgb(66 106 33 / 0.5);
  }

  .lg\:border-accent-900\/55 {
    border-color: rgb(66 106 33 / 0.55);
  }

  .lg\:border-accent-900\/60 {
    border-color: rgb(66 106 33 / 0.6);
  }

  .lg\:border-accent-900\/65 {
    border-color: rgb(66 106 33 / 0.65);
  }

  .lg\:border-accent-900\/70 {
    border-color: rgb(66 106 33 / 0.7);
  }

  .lg\:border-accent-900\/75 {
    border-color: rgb(66 106 33 / 0.75);
  }

  .lg\:border-accent-900\/80 {
    border-color: rgb(66 106 33 / 0.8);
  }

  .lg\:border-accent-900\/85 {
    border-color: rgb(66 106 33 / 0.85);
  }

  .lg\:border-accent-900\/90 {
    border-color: rgb(66 106 33 / 0.9);
  }

  .lg\:border-accent-900\/95 {
    border-color: rgb(66 106 33 / 0.95);
  }

  .lg\:border-accent-950 {
    --tw-border-opacity: 1;
    border-color: rgb(32 58 11 / var(--tw-border-opacity, 1));
  }

  .lg\:border-accent-950\/0 {
    border-color: rgb(32 58 11 / 0);
  }

  .lg\:border-accent-950\/10 {
    border-color: rgb(32 58 11 / 0.1);
  }

  .lg\:border-accent-950\/100 {
    border-color: rgb(32 58 11 / 1);
  }

  .lg\:border-accent-950\/15 {
    border-color: rgb(32 58 11 / 0.15);
  }

  .lg\:border-accent-950\/20 {
    border-color: rgb(32 58 11 / 0.2);
  }

  .lg\:border-accent-950\/25 {
    border-color: rgb(32 58 11 / 0.25);
  }

  .lg\:border-accent-950\/30 {
    border-color: rgb(32 58 11 / 0.3);
  }

  .lg\:border-accent-950\/35 {
    border-color: rgb(32 58 11 / 0.35);
  }

  .lg\:border-accent-950\/40 {
    border-color: rgb(32 58 11 / 0.4);
  }

  .lg\:border-accent-950\/45 {
    border-color: rgb(32 58 11 / 0.45);
  }

  .lg\:border-accent-950\/5 {
    border-color: rgb(32 58 11 / 0.05);
  }

  .lg\:border-accent-950\/50 {
    border-color: rgb(32 58 11 / 0.5);
  }

  .lg\:border-accent-950\/55 {
    border-color: rgb(32 58 11 / 0.55);
  }

  .lg\:border-accent-950\/60 {
    border-color: rgb(32 58 11 / 0.6);
  }

  .lg\:border-accent-950\/65 {
    border-color: rgb(32 58 11 / 0.65);
  }

  .lg\:border-accent-950\/70 {
    border-color: rgb(32 58 11 / 0.7);
  }

  .lg\:border-accent-950\/75 {
    border-color: rgb(32 58 11 / 0.75);
  }

  .lg\:border-accent-950\/80 {
    border-color: rgb(32 58 11 / 0.8);
  }

  .lg\:border-accent-950\/85 {
    border-color: rgb(32 58 11 / 0.85);
  }

  .lg\:border-accent-950\/90 {
    border-color: rgb(32 58 11 / 0.9);
  }

  .lg\:border-accent-950\/95 {
    border-color: rgb(32 58 11 / 0.95);
  }

  .lg\:border-black {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  }

  .lg\:border-black\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .lg\:border-black\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-black\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .lg\:border-black\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-black\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-black\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-black\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-black\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-black\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-black\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-black\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-black\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-black\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-black\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-black\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-black\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-black\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-black\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-black\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-black\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-black\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-brand-100 {
    --tw-border-opacity: 1;
    border-color: rgb(233 227 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-100\/0 {
    border-color: rgb(233 227 255 / 0);
  }

  .lg\:border-brand-100\/10 {
    border-color: rgb(233 227 255 / 0.1);
  }

  .lg\:border-brand-100\/100 {
    border-color: rgb(233 227 255 / 1);
  }

  .lg\:border-brand-100\/15 {
    border-color: rgb(233 227 255 / 0.15);
  }

  .lg\:border-brand-100\/20 {
    border-color: rgb(233 227 255 / 0.2);
  }

  .lg\:border-brand-100\/25 {
    border-color: rgb(233 227 255 / 0.25);
  }

  .lg\:border-brand-100\/30 {
    border-color: rgb(233 227 255 / 0.3);
  }

  .lg\:border-brand-100\/35 {
    border-color: rgb(233 227 255 / 0.35);
  }

  .lg\:border-brand-100\/40 {
    border-color: rgb(233 227 255 / 0.4);
  }

  .lg\:border-brand-100\/45 {
    border-color: rgb(233 227 255 / 0.45);
  }

  .lg\:border-brand-100\/5 {
    border-color: rgb(233 227 255 / 0.05);
  }

  .lg\:border-brand-100\/50 {
    border-color: rgb(233 227 255 / 0.5);
  }

  .lg\:border-brand-100\/55 {
    border-color: rgb(233 227 255 / 0.55);
  }

  .lg\:border-brand-100\/60 {
    border-color: rgb(233 227 255 / 0.6);
  }

  .lg\:border-brand-100\/65 {
    border-color: rgb(233 227 255 / 0.65);
  }

  .lg\:border-brand-100\/70 {
    border-color: rgb(233 227 255 / 0.7);
  }

  .lg\:border-brand-100\/75 {
    border-color: rgb(233 227 255 / 0.75);
  }

  .lg\:border-brand-100\/80 {
    border-color: rgb(233 227 255 / 0.8);
  }

  .lg\:border-brand-100\/85 {
    border-color: rgb(233 227 255 / 0.85);
  }

  .lg\:border-brand-100\/90 {
    border-color: rgb(233 227 255 / 0.9);
  }

  .lg\:border-brand-100\/95 {
    border-color: rgb(233 227 255 / 0.95);
  }

  .lg\:border-brand-200 {
    --tw-border-opacity: 1;
    border-color: rgb(211 199 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-200\/0 {
    border-color: rgb(211 199 255 / 0);
  }

  .lg\:border-brand-200\/10 {
    border-color: rgb(211 199 255 / 0.1);
  }

  .lg\:border-brand-200\/100 {
    border-color: rgb(211 199 255 / 1);
  }

  .lg\:border-brand-200\/15 {
    border-color: rgb(211 199 255 / 0.15);
  }

  .lg\:border-brand-200\/20 {
    border-color: rgb(211 199 255 / 0.2);
  }

  .lg\:border-brand-200\/25 {
    border-color: rgb(211 199 255 / 0.25);
  }

  .lg\:border-brand-200\/30 {
    border-color: rgb(211 199 255 / 0.3);
  }

  .lg\:border-brand-200\/35 {
    border-color: rgb(211 199 255 / 0.35);
  }

  .lg\:border-brand-200\/40 {
    border-color: rgb(211 199 255 / 0.4);
  }

  .lg\:border-brand-200\/45 {
    border-color: rgb(211 199 255 / 0.45);
  }

  .lg\:border-brand-200\/5 {
    border-color: rgb(211 199 255 / 0.05);
  }

  .lg\:border-brand-200\/50 {
    border-color: rgb(211 199 255 / 0.5);
  }

  .lg\:border-brand-200\/55 {
    border-color: rgb(211 199 255 / 0.55);
  }

  .lg\:border-brand-200\/60 {
    border-color: rgb(211 199 255 / 0.6);
  }

  .lg\:border-brand-200\/65 {
    border-color: rgb(211 199 255 / 0.65);
  }

  .lg\:border-brand-200\/70 {
    border-color: rgb(211 199 255 / 0.7);
  }

  .lg\:border-brand-200\/75 {
    border-color: rgb(211 199 255 / 0.75);
  }

  .lg\:border-brand-200\/80 {
    border-color: rgb(211 199 255 / 0.8);
  }

  .lg\:border-brand-200\/85 {
    border-color: rgb(211 199 255 / 0.85);
  }

  .lg\:border-brand-200\/90 {
    border-color: rgb(211 199 255 / 0.9);
  }

  .lg\:border-brand-200\/95 {
    border-color: rgb(211 199 255 / 0.95);
  }

  .lg\:border-brand-300 {
    --tw-border-opacity: 1;
    border-color: rgb(183 154 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-300\/0 {
    border-color: rgb(183 154 255 / 0);
  }

  .lg\:border-brand-300\/10 {
    border-color: rgb(183 154 255 / 0.1);
  }

  .lg\:border-brand-300\/100 {
    border-color: rgb(183 154 255 / 1);
  }

  .lg\:border-brand-300\/15 {
    border-color: rgb(183 154 255 / 0.15);
  }

  .lg\:border-brand-300\/20 {
    border-color: rgb(183 154 255 / 0.2);
  }

  .lg\:border-brand-300\/25 {
    border-color: rgb(183 154 255 / 0.25);
  }

  .lg\:border-brand-300\/30 {
    border-color: rgb(183 154 255 / 0.3);
  }

  .lg\:border-brand-300\/35 {
    border-color: rgb(183 154 255 / 0.35);
  }

  .lg\:border-brand-300\/40 {
    border-color: rgb(183 154 255 / 0.4);
  }

  .lg\:border-brand-300\/45 {
    border-color: rgb(183 154 255 / 0.45);
  }

  .lg\:border-brand-300\/5 {
    border-color: rgb(183 154 255 / 0.05);
  }

  .lg\:border-brand-300\/50 {
    border-color: rgb(183 154 255 / 0.5);
  }

  .lg\:border-brand-300\/55 {
    border-color: rgb(183 154 255 / 0.55);
  }

  .lg\:border-brand-300\/60 {
    border-color: rgb(183 154 255 / 0.6);
  }

  .lg\:border-brand-300\/65 {
    border-color: rgb(183 154 255 / 0.65);
  }

  .lg\:border-brand-300\/70 {
    border-color: rgb(183 154 255 / 0.7);
  }

  .lg\:border-brand-300\/75 {
    border-color: rgb(183 154 255 / 0.75);
  }

  .lg\:border-brand-300\/80 {
    border-color: rgb(183 154 255 / 0.8);
  }

  .lg\:border-brand-300\/85 {
    border-color: rgb(183 154 255 / 0.85);
  }

  .lg\:border-brand-300\/90 {
    border-color: rgb(183 154 255 / 0.9);
  }

  .lg\:border-brand-300\/95 {
    border-color: rgb(183 154 255 / 0.95);
  }

  .lg\:border-brand-400 {
    --tw-border-opacity: 1;
    border-color: rgb(149 98 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-400\/0 {
    border-color: rgb(149 98 255 / 0);
  }

  .lg\:border-brand-400\/10 {
    border-color: rgb(149 98 255 / 0.1);
  }

  .lg\:border-brand-400\/100 {
    border-color: rgb(149 98 255 / 1);
  }

  .lg\:border-brand-400\/15 {
    border-color: rgb(149 98 255 / 0.15);
  }

  .lg\:border-brand-400\/20 {
    border-color: rgb(149 98 255 / 0.2);
  }

  .lg\:border-brand-400\/25 {
    border-color: rgb(149 98 255 / 0.25);
  }

  .lg\:border-brand-400\/30 {
    border-color: rgb(149 98 255 / 0.3);
  }

  .lg\:border-brand-400\/35 {
    border-color: rgb(149 98 255 / 0.35);
  }

  .lg\:border-brand-400\/40 {
    border-color: rgb(149 98 255 / 0.4);
  }

  .lg\:border-brand-400\/45 {
    border-color: rgb(149 98 255 / 0.45);
  }

  .lg\:border-brand-400\/5 {
    border-color: rgb(149 98 255 / 0.05);
  }

  .lg\:border-brand-400\/50 {
    border-color: rgb(149 98 255 / 0.5);
  }

  .lg\:border-brand-400\/55 {
    border-color: rgb(149 98 255 / 0.55);
  }

  .lg\:border-brand-400\/60 {
    border-color: rgb(149 98 255 / 0.6);
  }

  .lg\:border-brand-400\/65 {
    border-color: rgb(149 98 255 / 0.65);
  }

  .lg\:border-brand-400\/70 {
    border-color: rgb(149 98 255 / 0.7);
  }

  .lg\:border-brand-400\/75 {
    border-color: rgb(149 98 255 / 0.75);
  }

  .lg\:border-brand-400\/80 {
    border-color: rgb(149 98 255 / 0.8);
  }

  .lg\:border-brand-400\/85 {
    border-color: rgb(149 98 255 / 0.85);
  }

  .lg\:border-brand-400\/90 {
    border-color: rgb(149 98 255 / 0.9);
  }

  .lg\:border-brand-400\/95 {
    border-color: rgb(149 98 255 / 0.95);
  }

  .lg\:border-brand-50 {
    --tw-border-opacity: 1;
    border-color: rgb(244 241 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-50\/0 {
    border-color: rgb(244 241 255 / 0);
  }

  .lg\:border-brand-50\/10 {
    border-color: rgb(244 241 255 / 0.1);
  }

  .lg\:border-brand-50\/100 {
    border-color: rgb(244 241 255 / 1);
  }

  .lg\:border-brand-50\/15 {
    border-color: rgb(244 241 255 / 0.15);
  }

  .lg\:border-brand-50\/20 {
    border-color: rgb(244 241 255 / 0.2);
  }

  .lg\:border-brand-50\/25 {
    border-color: rgb(244 241 255 / 0.25);
  }

  .lg\:border-brand-50\/30 {
    border-color: rgb(244 241 255 / 0.3);
  }

  .lg\:border-brand-50\/35 {
    border-color: rgb(244 241 255 / 0.35);
  }

  .lg\:border-brand-50\/40 {
    border-color: rgb(244 241 255 / 0.4);
  }

  .lg\:border-brand-50\/45 {
    border-color: rgb(244 241 255 / 0.45);
  }

  .lg\:border-brand-50\/5 {
    border-color: rgb(244 241 255 / 0.05);
  }

  .lg\:border-brand-50\/50 {
    border-color: rgb(244 241 255 / 0.5);
  }

  .lg\:border-brand-50\/55 {
    border-color: rgb(244 241 255 / 0.55);
  }

  .lg\:border-brand-50\/60 {
    border-color: rgb(244 241 255 / 0.6);
  }

  .lg\:border-brand-50\/65 {
    border-color: rgb(244 241 255 / 0.65);
  }

  .lg\:border-brand-50\/70 {
    border-color: rgb(244 241 255 / 0.7);
  }

  .lg\:border-brand-50\/75 {
    border-color: rgb(244 241 255 / 0.75);
  }

  .lg\:border-brand-50\/80 {
    border-color: rgb(244 241 255 / 0.8);
  }

  .lg\:border-brand-50\/85 {
    border-color: rgb(244 241 255 / 0.85);
  }

  .lg\:border-brand-50\/90 {
    border-color: rgb(244 241 255 / 0.9);
  }

  .lg\:border-brand-50\/95 {
    border-color: rgb(244 241 255 / 0.95);
  }

  .lg\:border-brand-500 {
    --tw-border-opacity: 1;
    border-color: rgb(78 28 209 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-500\/0 {
    border-color: rgb(78 28 209 / 0);
  }

  .lg\:border-brand-500\/10 {
    border-color: rgb(78 28 209 / 0.1);
  }

  .lg\:border-brand-500\/100 {
    border-color: rgb(78 28 209 / 1);
  }

  .lg\:border-brand-500\/15 {
    border-color: rgb(78 28 209 / 0.15);
  }

  .lg\:border-brand-500\/20 {
    border-color: rgb(78 28 209 / 0.2);
  }

  .lg\:border-brand-500\/25 {
    border-color: rgb(78 28 209 / 0.25);
  }

  .lg\:border-brand-500\/30 {
    border-color: rgb(78 28 209 / 0.3);
  }

  .lg\:border-brand-500\/35 {
    border-color: rgb(78 28 209 / 0.35);
  }

  .lg\:border-brand-500\/40 {
    border-color: rgb(78 28 209 / 0.4);
  }

  .lg\:border-brand-500\/45 {
    border-color: rgb(78 28 209 / 0.45);
  }

  .lg\:border-brand-500\/5 {
    border-color: rgb(78 28 209 / 0.05);
  }

  .lg\:border-brand-500\/50 {
    border-color: rgb(78 28 209 / 0.5);
  }

  .lg\:border-brand-500\/55 {
    border-color: rgb(78 28 209 / 0.55);
  }

  .lg\:border-brand-500\/60 {
    border-color: rgb(78 28 209 / 0.6);
  }

  .lg\:border-brand-500\/65 {
    border-color: rgb(78 28 209 / 0.65);
  }

  .lg\:border-brand-500\/70 {
    border-color: rgb(78 28 209 / 0.7);
  }

  .lg\:border-brand-500\/75 {
    border-color: rgb(78 28 209 / 0.75);
  }

  .lg\:border-brand-500\/80 {
    border-color: rgb(78 28 209 / 0.8);
  }

  .lg\:border-brand-500\/85 {
    border-color: rgb(78 28 209 / 0.85);
  }

  .lg\:border-brand-500\/90 {
    border-color: rgb(78 28 209 / 0.9);
  }

  .lg\:border-brand-500\/95 {
    border-color: rgb(78 28 209 / 0.95);
  }

  .lg\:border-brand-600 {
    --tw-border-opacity: 1;
    border-color: rgb(65 21 181 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-600\/0 {
    border-color: rgb(65 21 181 / 0);
  }

  .lg\:border-brand-600\/10 {
    border-color: rgb(65 21 181 / 0.1);
  }

  .lg\:border-brand-600\/100 {
    border-color: rgb(65 21 181 / 1);
  }

  .lg\:border-brand-600\/15 {
    border-color: rgb(65 21 181 / 0.15);
  }

  .lg\:border-brand-600\/20 {
    border-color: rgb(65 21 181 / 0.2);
  }

  .lg\:border-brand-600\/25 {
    border-color: rgb(65 21 181 / 0.25);
  }

  .lg\:border-brand-600\/30 {
    border-color: rgb(65 21 181 / 0.3);
  }

  .lg\:border-brand-600\/35 {
    border-color: rgb(65 21 181 / 0.35);
  }

  .lg\:border-brand-600\/40 {
    border-color: rgb(65 21 181 / 0.4);
  }

  .lg\:border-brand-600\/45 {
    border-color: rgb(65 21 181 / 0.45);
  }

  .lg\:border-brand-600\/5 {
    border-color: rgb(65 21 181 / 0.05);
  }

  .lg\:border-brand-600\/50 {
    border-color: rgb(65 21 181 / 0.5);
  }

  .lg\:border-brand-600\/55 {
    border-color: rgb(65 21 181 / 0.55);
  }

  .lg\:border-brand-600\/60 {
    border-color: rgb(65 21 181 / 0.6);
  }

  .lg\:border-brand-600\/65 {
    border-color: rgb(65 21 181 / 0.65);
  }

  .lg\:border-brand-600\/70 {
    border-color: rgb(65 21 181 / 0.7);
  }

  .lg\:border-brand-600\/75 {
    border-color: rgb(65 21 181 / 0.75);
  }

  .lg\:border-brand-600\/80 {
    border-color: rgb(65 21 181 / 0.8);
  }

  .lg\:border-brand-600\/85 {
    border-color: rgb(65 21 181 / 0.85);
  }

  .lg\:border-brand-600\/90 {
    border-color: rgb(65 21 181 / 0.9);
  }

  .lg\:border-brand-600\/95 {
    border-color: rgb(65 21 181 / 0.95);
  }

  .lg\:border-brand-700 {
    --tw-border-opacity: 1;
    border-color: rgb(54 16 150 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-700\/0 {
    border-color: rgb(54 16 150 / 0);
  }

  .lg\:border-brand-700\/10 {
    border-color: rgb(54 16 150 / 0.1);
  }

  .lg\:border-brand-700\/100 {
    border-color: rgb(54 16 150 / 1);
  }

  .lg\:border-brand-700\/15 {
    border-color: rgb(54 16 150 / 0.15);
  }

  .lg\:border-brand-700\/20 {
    border-color: rgb(54 16 150 / 0.2);
  }

  .lg\:border-brand-700\/25 {
    border-color: rgb(54 16 150 / 0.25);
  }

  .lg\:border-brand-700\/30 {
    border-color: rgb(54 16 150 / 0.3);
  }

  .lg\:border-brand-700\/35 {
    border-color: rgb(54 16 150 / 0.35);
  }

  .lg\:border-brand-700\/40 {
    border-color: rgb(54 16 150 / 0.4);
  }

  .lg\:border-brand-700\/45 {
    border-color: rgb(54 16 150 / 0.45);
  }

  .lg\:border-brand-700\/5 {
    border-color: rgb(54 16 150 / 0.05);
  }

  .lg\:border-brand-700\/50 {
    border-color: rgb(54 16 150 / 0.5);
  }

  .lg\:border-brand-700\/55 {
    border-color: rgb(54 16 150 / 0.55);
  }

  .lg\:border-brand-700\/60 {
    border-color: rgb(54 16 150 / 0.6);
  }

  .lg\:border-brand-700\/65 {
    border-color: rgb(54 16 150 / 0.65);
  }

  .lg\:border-brand-700\/70 {
    border-color: rgb(54 16 150 / 0.7);
  }

  .lg\:border-brand-700\/75 {
    border-color: rgb(54 16 150 / 0.75);
  }

  .lg\:border-brand-700\/80 {
    border-color: rgb(54 16 150 / 0.8);
  }

  .lg\:border-brand-700\/85 {
    border-color: rgb(54 16 150 / 0.85);
  }

  .lg\:border-brand-700\/90 {
    border-color: rgb(54 16 150 / 0.9);
  }

  .lg\:border-brand-700\/95 {
    border-color: rgb(54 16 150 / 0.95);
  }

  .lg\:border-brand-800 {
    --tw-border-opacity: 1;
    border-color: rgb(46 16 120 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-800\/0 {
    border-color: rgb(46 16 120 / 0);
  }

  .lg\:border-brand-800\/10 {
    border-color: rgb(46 16 120 / 0.1);
  }

  .lg\:border-brand-800\/100 {
    border-color: rgb(46 16 120 / 1);
  }

  .lg\:border-brand-800\/15 {
    border-color: rgb(46 16 120 / 0.15);
  }

  .lg\:border-brand-800\/20 {
    border-color: rgb(46 16 120 / 0.2);
  }

  .lg\:border-brand-800\/25 {
    border-color: rgb(46 16 120 / 0.25);
  }

  .lg\:border-brand-800\/30 {
    border-color: rgb(46 16 120 / 0.3);
  }

  .lg\:border-brand-800\/35 {
    border-color: rgb(46 16 120 / 0.35);
  }

  .lg\:border-brand-800\/40 {
    border-color: rgb(46 16 120 / 0.4);
  }

  .lg\:border-brand-800\/45 {
    border-color: rgb(46 16 120 / 0.45);
  }

  .lg\:border-brand-800\/5 {
    border-color: rgb(46 16 120 / 0.05);
  }

  .lg\:border-brand-800\/50 {
    border-color: rgb(46 16 120 / 0.5);
  }

  .lg\:border-brand-800\/55 {
    border-color: rgb(46 16 120 / 0.55);
  }

  .lg\:border-brand-800\/60 {
    border-color: rgb(46 16 120 / 0.6);
  }

  .lg\:border-brand-800\/65 {
    border-color: rgb(46 16 120 / 0.65);
  }

  .lg\:border-brand-800\/70 {
    border-color: rgb(46 16 120 / 0.7);
  }

  .lg\:border-brand-800\/75 {
    border-color: rgb(46 16 120 / 0.75);
  }

  .lg\:border-brand-800\/80 {
    border-color: rgb(46 16 120 / 0.8);
  }

  .lg\:border-brand-800\/85 {
    border-color: rgb(46 16 120 / 0.85);
  }

  .lg\:border-brand-800\/90 {
    border-color: rgb(46 16 120 / 0.9);
  }

  .lg\:border-brand-800\/95 {
    border-color: rgb(46 16 120 / 0.95);
  }

  .lg\:border-brand-900 {
    --tw-border-opacity: 1;
    border-color: rgb(39 15 98 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-900\/0 {
    border-color: rgb(39 15 98 / 0);
  }

  .lg\:border-brand-900\/10 {
    border-color: rgb(39 15 98 / 0.1);
  }

  .lg\:border-brand-900\/100 {
    border-color: rgb(39 15 98 / 1);
  }

  .lg\:border-brand-900\/15 {
    border-color: rgb(39 15 98 / 0.15);
  }

  .lg\:border-brand-900\/20 {
    border-color: rgb(39 15 98 / 0.2);
  }

  .lg\:border-brand-900\/25 {
    border-color: rgb(39 15 98 / 0.25);
  }

  .lg\:border-brand-900\/30 {
    border-color: rgb(39 15 98 / 0.3);
  }

  .lg\:border-brand-900\/35 {
    border-color: rgb(39 15 98 / 0.35);
  }

  .lg\:border-brand-900\/40 {
    border-color: rgb(39 15 98 / 0.4);
  }

  .lg\:border-brand-900\/45 {
    border-color: rgb(39 15 98 / 0.45);
  }

  .lg\:border-brand-900\/5 {
    border-color: rgb(39 15 98 / 0.05);
  }

  .lg\:border-brand-900\/50 {
    border-color: rgb(39 15 98 / 0.5);
  }

  .lg\:border-brand-900\/55 {
    border-color: rgb(39 15 98 / 0.55);
  }

  .lg\:border-brand-900\/60 {
    border-color: rgb(39 15 98 / 0.6);
  }

  .lg\:border-brand-900\/65 {
    border-color: rgb(39 15 98 / 0.65);
  }

  .lg\:border-brand-900\/70 {
    border-color: rgb(39 15 98 / 0.7);
  }

  .lg\:border-brand-900\/75 {
    border-color: rgb(39 15 98 / 0.75);
  }

  .lg\:border-brand-900\/80 {
    border-color: rgb(39 15 98 / 0.8);
  }

  .lg\:border-brand-900\/85 {
    border-color: rgb(39 15 98 / 0.85);
  }

  .lg\:border-brand-900\/90 {
    border-color: rgb(39 15 98 / 0.9);
  }

  .lg\:border-brand-900\/95 {
    border-color: rgb(39 15 98 / 0.95);
  }

  .lg\:border-brand-950 {
    --tw-border-opacity: 1;
    border-color: rgb(22 5 58 / var(--tw-border-opacity, 1));
  }

  .lg\:border-brand-950\/0 {
    border-color: rgb(22 5 58 / 0);
  }

  .lg\:border-brand-950\/10 {
    border-color: rgb(22 5 58 / 0.1);
  }

  .lg\:border-brand-950\/100 {
    border-color: rgb(22 5 58 / 1);
  }

  .lg\:border-brand-950\/15 {
    border-color: rgb(22 5 58 / 0.15);
  }

  .lg\:border-brand-950\/20 {
    border-color: rgb(22 5 58 / 0.2);
  }

  .lg\:border-brand-950\/25 {
    border-color: rgb(22 5 58 / 0.25);
  }

  .lg\:border-brand-950\/30 {
    border-color: rgb(22 5 58 / 0.3);
  }

  .lg\:border-brand-950\/35 {
    border-color: rgb(22 5 58 / 0.35);
  }

  .lg\:border-brand-950\/40 {
    border-color: rgb(22 5 58 / 0.4);
  }

  .lg\:border-brand-950\/45 {
    border-color: rgb(22 5 58 / 0.45);
  }

  .lg\:border-brand-950\/5 {
    border-color: rgb(22 5 58 / 0.05);
  }

  .lg\:border-brand-950\/50 {
    border-color: rgb(22 5 58 / 0.5);
  }

  .lg\:border-brand-950\/55 {
    border-color: rgb(22 5 58 / 0.55);
  }

  .lg\:border-brand-950\/60 {
    border-color: rgb(22 5 58 / 0.6);
  }

  .lg\:border-brand-950\/65 {
    border-color: rgb(22 5 58 / 0.65);
  }

  .lg\:border-brand-950\/70 {
    border-color: rgb(22 5 58 / 0.7);
  }

  .lg\:border-brand-950\/75 {
    border-color: rgb(22 5 58 / 0.75);
  }

  .lg\:border-brand-950\/80 {
    border-color: rgb(22 5 58 / 0.8);
  }

  .lg\:border-brand-950\/85 {
    border-color: rgb(22 5 58 / 0.85);
  }

  .lg\:border-brand-950\/90 {
    border-color: rgb(22 5 58 / 0.9);
  }

  .lg\:border-brand-950\/95 {
    border-color: rgb(22 5 58 / 0.95);
  }

  .lg\:border-neutral-100 {
    --tw-border-opacity: 1;
    border-color: rgb(246 245 244 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-100\/0 {
    border-color: rgb(246 245 244 / 0);
  }

  .lg\:border-neutral-100\/10 {
    border-color: rgb(246 245 244 / 0.1);
  }

  .lg\:border-neutral-100\/100 {
    border-color: rgb(246 245 244 / 1);
  }

  .lg\:border-neutral-100\/15 {
    border-color: rgb(246 245 244 / 0.15);
  }

  .lg\:border-neutral-100\/20 {
    border-color: rgb(246 245 244 / 0.2);
  }

  .lg\:border-neutral-100\/25 {
    border-color: rgb(246 245 244 / 0.25);
  }

  .lg\:border-neutral-100\/30 {
    border-color: rgb(246 245 244 / 0.3);
  }

  .lg\:border-neutral-100\/35 {
    border-color: rgb(246 245 244 / 0.35);
  }

  .lg\:border-neutral-100\/40 {
    border-color: rgb(246 245 244 / 0.4);
  }

  .lg\:border-neutral-100\/45 {
    border-color: rgb(246 245 244 / 0.45);
  }

  .lg\:border-neutral-100\/5 {
    border-color: rgb(246 245 244 / 0.05);
  }

  .lg\:border-neutral-100\/50 {
    border-color: rgb(246 245 244 / 0.5);
  }

  .lg\:border-neutral-100\/55 {
    border-color: rgb(246 245 244 / 0.55);
  }

  .lg\:border-neutral-100\/60 {
    border-color: rgb(246 245 244 / 0.6);
  }

  .lg\:border-neutral-100\/65 {
    border-color: rgb(246 245 244 / 0.65);
  }

  .lg\:border-neutral-100\/70 {
    border-color: rgb(246 245 244 / 0.7);
  }

  .lg\:border-neutral-100\/75 {
    border-color: rgb(246 245 244 / 0.75);
  }

  .lg\:border-neutral-100\/80 {
    border-color: rgb(246 245 244 / 0.8);
  }

  .lg\:border-neutral-100\/85 {
    border-color: rgb(246 245 244 / 0.85);
  }

  .lg\:border-neutral-100\/90 {
    border-color: rgb(246 245 244 / 0.9);
  }

  .lg\:border-neutral-100\/95 {
    border-color: rgb(246 245 244 / 0.95);
  }

  .lg\:border-neutral-200 {
    --tw-border-opacity: 1;
    border-color: rgb(233 230 227 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-200\/0 {
    border-color: rgb(233 230 227 / 0);
  }

  .lg\:border-neutral-200\/10 {
    border-color: rgb(233 230 227 / 0.1);
  }

  .lg\:border-neutral-200\/100 {
    border-color: rgb(233 230 227 / 1);
  }

  .lg\:border-neutral-200\/15 {
    border-color: rgb(233 230 227 / 0.15);
  }

  .lg\:border-neutral-200\/20 {
    border-color: rgb(233 230 227 / 0.2);
  }

  .lg\:border-neutral-200\/25 {
    border-color: rgb(233 230 227 / 0.25);
  }

  .lg\:border-neutral-200\/30 {
    border-color: rgb(233 230 227 / 0.3);
  }

  .lg\:border-neutral-200\/35 {
    border-color: rgb(233 230 227 / 0.35);
  }

  .lg\:border-neutral-200\/40 {
    border-color: rgb(233 230 227 / 0.4);
  }

  .lg\:border-neutral-200\/45 {
    border-color: rgb(233 230 227 / 0.45);
  }

  .lg\:border-neutral-200\/5 {
    border-color: rgb(233 230 227 / 0.05);
  }

  .lg\:border-neutral-200\/50 {
    border-color: rgb(233 230 227 / 0.5);
  }

  .lg\:border-neutral-200\/55 {
    border-color: rgb(233 230 227 / 0.55);
  }

  .lg\:border-neutral-200\/60 {
    border-color: rgb(233 230 227 / 0.6);
  }

  .lg\:border-neutral-200\/65 {
    border-color: rgb(233 230 227 / 0.65);
  }

  .lg\:border-neutral-200\/70 {
    border-color: rgb(233 230 227 / 0.7);
  }

  .lg\:border-neutral-200\/75 {
    border-color: rgb(233 230 227 / 0.75);
  }

  .lg\:border-neutral-200\/80 {
    border-color: rgb(233 230 227 / 0.8);
  }

  .lg\:border-neutral-200\/85 {
    border-color: rgb(233 230 227 / 0.85);
  }

  .lg\:border-neutral-200\/90 {
    border-color: rgb(233 230 227 / 0.9);
  }

  .lg\:border-neutral-200\/95 {
    border-color: rgb(233 230 227 / 0.95);
  }

  .lg\:border-neutral-300 {
    --tw-border-opacity: 1;
    border-color: rgb(215 210 205 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-300\/0 {
    border-color: rgb(215 210 205 / 0);
  }

  .lg\:border-neutral-300\/10 {
    border-color: rgb(215 210 205 / 0.1);
  }

  .lg\:border-neutral-300\/100 {
    border-color: rgb(215 210 205 / 1);
  }

  .lg\:border-neutral-300\/15 {
    border-color: rgb(215 210 205 / 0.15);
  }

  .lg\:border-neutral-300\/20 {
    border-color: rgb(215 210 205 / 0.2);
  }

  .lg\:border-neutral-300\/25 {
    border-color: rgb(215 210 205 / 0.25);
  }

  .lg\:border-neutral-300\/30 {
    border-color: rgb(215 210 205 / 0.3);
  }

  .lg\:border-neutral-300\/35 {
    border-color: rgb(215 210 205 / 0.35);
  }

  .lg\:border-neutral-300\/40 {
    border-color: rgb(215 210 205 / 0.4);
  }

  .lg\:border-neutral-300\/45 {
    border-color: rgb(215 210 205 / 0.45);
  }

  .lg\:border-neutral-300\/5 {
    border-color: rgb(215 210 205 / 0.05);
  }

  .lg\:border-neutral-300\/50 {
    border-color: rgb(215 210 205 / 0.5);
  }

  .lg\:border-neutral-300\/55 {
    border-color: rgb(215 210 205 / 0.55);
  }

  .lg\:border-neutral-300\/60 {
    border-color: rgb(215 210 205 / 0.6);
  }

  .lg\:border-neutral-300\/65 {
    border-color: rgb(215 210 205 / 0.65);
  }

  .lg\:border-neutral-300\/70 {
    border-color: rgb(215 210 205 / 0.7);
  }

  .lg\:border-neutral-300\/75 {
    border-color: rgb(215 210 205 / 0.75);
  }

  .lg\:border-neutral-300\/80 {
    border-color: rgb(215 210 205 / 0.8);
  }

  .lg\:border-neutral-300\/85 {
    border-color: rgb(215 210 205 / 0.85);
  }

  .lg\:border-neutral-300\/90 {
    border-color: rgb(215 210 205 / 0.9);
  }

  .lg\:border-neutral-300\/95 {
    border-color: rgb(215 210 205 / 0.95);
  }

  .lg\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(175 168 161 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-400\/0 {
    border-color: rgb(175 168 161 / 0);
  }

  .lg\:border-neutral-400\/10 {
    border-color: rgb(175 168 161 / 0.1);
  }

  .lg\:border-neutral-400\/100 {
    border-color: rgb(175 168 161 / 1);
  }

  .lg\:border-neutral-400\/15 {
    border-color: rgb(175 168 161 / 0.15);
  }

  .lg\:border-neutral-400\/20 {
    border-color: rgb(175 168 161 / 0.2);
  }

  .lg\:border-neutral-400\/25 {
    border-color: rgb(175 168 161 / 0.25);
  }

  .lg\:border-neutral-400\/30 {
    border-color: rgb(175 168 161 / 0.3);
  }

  .lg\:border-neutral-400\/35 {
    border-color: rgb(175 168 161 / 0.35);
  }

  .lg\:border-neutral-400\/40 {
    border-color: rgb(175 168 161 / 0.4);
  }

  .lg\:border-neutral-400\/45 {
    border-color: rgb(175 168 161 / 0.45);
  }

  .lg\:border-neutral-400\/5 {
    border-color: rgb(175 168 161 / 0.05);
  }

  .lg\:border-neutral-400\/50 {
    border-color: rgb(175 168 161 / 0.5);
  }

  .lg\:border-neutral-400\/55 {
    border-color: rgb(175 168 161 / 0.55);
  }

  .lg\:border-neutral-400\/60 {
    border-color: rgb(175 168 161 / 0.6);
  }

  .lg\:border-neutral-400\/65 {
    border-color: rgb(175 168 161 / 0.65);
  }

  .lg\:border-neutral-400\/70 {
    border-color: rgb(175 168 161 / 0.7);
  }

  .lg\:border-neutral-400\/75 {
    border-color: rgb(175 168 161 / 0.75);
  }

  .lg\:border-neutral-400\/80 {
    border-color: rgb(175 168 161 / 0.8);
  }

  .lg\:border-neutral-400\/85 {
    border-color: rgb(175 168 161 / 0.85);
  }

  .lg\:border-neutral-400\/90 {
    border-color: rgb(175 168 161 / 0.9);
  }

  .lg\:border-neutral-400\/95 {
    border-color: rgb(175 168 161 / 0.95);
  }

  .lg\:border-neutral-50 {
    --tw-border-opacity: 1;
    border-color: rgb(251 250 249 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-50\/0 {
    border-color: rgb(251 250 249 / 0);
  }

  .lg\:border-neutral-50\/10 {
    border-color: rgb(251 250 249 / 0.1);
  }

  .lg\:border-neutral-50\/100 {
    border-color: rgb(251 250 249 / 1);
  }

  .lg\:border-neutral-50\/15 {
    border-color: rgb(251 250 249 / 0.15);
  }

  .lg\:border-neutral-50\/20 {
    border-color: rgb(251 250 249 / 0.2);
  }

  .lg\:border-neutral-50\/25 {
    border-color: rgb(251 250 249 / 0.25);
  }

  .lg\:border-neutral-50\/30 {
    border-color: rgb(251 250 249 / 0.3);
  }

  .lg\:border-neutral-50\/35 {
    border-color: rgb(251 250 249 / 0.35);
  }

  .lg\:border-neutral-50\/40 {
    border-color: rgb(251 250 249 / 0.4);
  }

  .lg\:border-neutral-50\/45 {
    border-color: rgb(251 250 249 / 0.45);
  }

  .lg\:border-neutral-50\/5 {
    border-color: rgb(251 250 249 / 0.05);
  }

  .lg\:border-neutral-50\/50 {
    border-color: rgb(251 250 249 / 0.5);
  }

  .lg\:border-neutral-50\/55 {
    border-color: rgb(251 250 249 / 0.55);
  }

  .lg\:border-neutral-50\/60 {
    border-color: rgb(251 250 249 / 0.6);
  }

  .lg\:border-neutral-50\/65 {
    border-color: rgb(251 250 249 / 0.65);
  }

  .lg\:border-neutral-50\/70 {
    border-color: rgb(251 250 249 / 0.7);
  }

  .lg\:border-neutral-50\/75 {
    border-color: rgb(251 250 249 / 0.75);
  }

  .lg\:border-neutral-50\/80 {
    border-color: rgb(251 250 249 / 0.8);
  }

  .lg\:border-neutral-50\/85 {
    border-color: rgb(251 250 249 / 0.85);
  }

  .lg\:border-neutral-50\/90 {
    border-color: rgb(251 250 249 / 0.9);
  }

  .lg\:border-neutral-50\/95 {
    border-color: rgb(251 250 249 / 0.95);
  }

  .lg\:border-neutral-500 {
    --tw-border-opacity: 1;
    border-color: rgb(129 121 113 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-500\/0 {
    border-color: rgb(129 121 113 / 0);
  }

  .lg\:border-neutral-500\/10 {
    border-color: rgb(129 121 113 / 0.1);
  }

  .lg\:border-neutral-500\/100 {
    border-color: rgb(129 121 113 / 1);
  }

  .lg\:border-neutral-500\/15 {
    border-color: rgb(129 121 113 / 0.15);
  }

  .lg\:border-neutral-500\/20 {
    border-color: rgb(129 121 113 / 0.2);
  }

  .lg\:border-neutral-500\/25 {
    border-color: rgb(129 121 113 / 0.25);
  }

  .lg\:border-neutral-500\/30 {
    border-color: rgb(129 121 113 / 0.3);
  }

  .lg\:border-neutral-500\/35 {
    border-color: rgb(129 121 113 / 0.35);
  }

  .lg\:border-neutral-500\/40 {
    border-color: rgb(129 121 113 / 0.4);
  }

  .lg\:border-neutral-500\/45 {
    border-color: rgb(129 121 113 / 0.45);
  }

  .lg\:border-neutral-500\/5 {
    border-color: rgb(129 121 113 / 0.05);
  }

  .lg\:border-neutral-500\/50 {
    border-color: rgb(129 121 113 / 0.5);
  }

  .lg\:border-neutral-500\/55 {
    border-color: rgb(129 121 113 / 0.55);
  }

  .lg\:border-neutral-500\/60 {
    border-color: rgb(129 121 113 / 0.6);
  }

  .lg\:border-neutral-500\/65 {
    border-color: rgb(129 121 113 / 0.65);
  }

  .lg\:border-neutral-500\/70 {
    border-color: rgb(129 121 113 / 0.7);
  }

  .lg\:border-neutral-500\/75 {
    border-color: rgb(129 121 113 / 0.75);
  }

  .lg\:border-neutral-500\/80 {
    border-color: rgb(129 121 113 / 0.8);
  }

  .lg\:border-neutral-500\/85 {
    border-color: rgb(129 121 113 / 0.85);
  }

  .lg\:border-neutral-500\/90 {
    border-color: rgb(129 121 113 / 0.9);
  }

  .lg\:border-neutral-500\/95 {
    border-color: rgb(129 121 113 / 0.95);
  }

  .lg\:border-neutral-600 {
    --tw-border-opacity: 1;
    border-color: rgb(96 89 82 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-600\/0 {
    border-color: rgb(96 89 82 / 0);
  }

  .lg\:border-neutral-600\/10 {
    border-color: rgb(96 89 82 / 0.1);
  }

  .lg\:border-neutral-600\/100 {
    border-color: rgb(96 89 82 / 1);
  }

  .lg\:border-neutral-600\/15 {
    border-color: rgb(96 89 82 / 0.15);
  }

  .lg\:border-neutral-600\/20 {
    border-color: rgb(96 89 82 / 0.2);
  }

  .lg\:border-neutral-600\/25 {
    border-color: rgb(96 89 82 / 0.25);
  }

  .lg\:border-neutral-600\/30 {
    border-color: rgb(96 89 82 / 0.3);
  }

  .lg\:border-neutral-600\/35 {
    border-color: rgb(96 89 82 / 0.35);
  }

  .lg\:border-neutral-600\/40 {
    border-color: rgb(96 89 82 / 0.4);
  }

  .lg\:border-neutral-600\/45 {
    border-color: rgb(96 89 82 / 0.45);
  }

  .lg\:border-neutral-600\/5 {
    border-color: rgb(96 89 82 / 0.05);
  }

  .lg\:border-neutral-600\/50 {
    border-color: rgb(96 89 82 / 0.5);
  }

  .lg\:border-neutral-600\/55 {
    border-color: rgb(96 89 82 / 0.55);
  }

  .lg\:border-neutral-600\/60 {
    border-color: rgb(96 89 82 / 0.6);
  }

  .lg\:border-neutral-600\/65 {
    border-color: rgb(96 89 82 / 0.65);
  }

  .lg\:border-neutral-600\/70 {
    border-color: rgb(96 89 82 / 0.7);
  }

  .lg\:border-neutral-600\/75 {
    border-color: rgb(96 89 82 / 0.75);
  }

  .lg\:border-neutral-600\/80 {
    border-color: rgb(96 89 82 / 0.8);
  }

  .lg\:border-neutral-600\/85 {
    border-color: rgb(96 89 82 / 0.85);
  }

  .lg\:border-neutral-600\/90 {
    border-color: rgb(96 89 82 / 0.9);
  }

  .lg\:border-neutral-600\/95 {
    border-color: rgb(96 89 82 / 0.95);
  }

  .lg\:border-neutral-700 {
    --tw-border-opacity: 1;
    border-color: rgb(73 68 63 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-700\/0 {
    border-color: rgb(73 68 63 / 0);
  }

  .lg\:border-neutral-700\/10 {
    border-color: rgb(73 68 63 / 0.1);
  }

  .lg\:border-neutral-700\/100 {
    border-color: rgb(73 68 63 / 1);
  }

  .lg\:border-neutral-700\/15 {
    border-color: rgb(73 68 63 / 0.15);
  }

  .lg\:border-neutral-700\/20 {
    border-color: rgb(73 68 63 / 0.2);
  }

  .lg\:border-neutral-700\/25 {
    border-color: rgb(73 68 63 / 0.25);
  }

  .lg\:border-neutral-700\/30 {
    border-color: rgb(73 68 63 / 0.3);
  }

  .lg\:border-neutral-700\/35 {
    border-color: rgb(73 68 63 / 0.35);
  }

  .lg\:border-neutral-700\/40 {
    border-color: rgb(73 68 63 / 0.4);
  }

  .lg\:border-neutral-700\/45 {
    border-color: rgb(73 68 63 / 0.45);
  }

  .lg\:border-neutral-700\/5 {
    border-color: rgb(73 68 63 / 0.05);
  }

  .lg\:border-neutral-700\/50 {
    border-color: rgb(73 68 63 / 0.5);
  }

  .lg\:border-neutral-700\/55 {
    border-color: rgb(73 68 63 / 0.55);
  }

  .lg\:border-neutral-700\/60 {
    border-color: rgb(73 68 63 / 0.6);
  }

  .lg\:border-neutral-700\/65 {
    border-color: rgb(73 68 63 / 0.65);
  }

  .lg\:border-neutral-700\/70 {
    border-color: rgb(73 68 63 / 0.7);
  }

  .lg\:border-neutral-700\/75 {
    border-color: rgb(73 68 63 / 0.75);
  }

  .lg\:border-neutral-700\/80 {
    border-color: rgb(73 68 63 / 0.8);
  }

  .lg\:border-neutral-700\/85 {
    border-color: rgb(73 68 63 / 0.85);
  }

  .lg\:border-neutral-700\/90 {
    border-color: rgb(73 68 63 / 0.9);
  }

  .lg\:border-neutral-700\/95 {
    border-color: rgb(73 68 63 / 0.95);
  }

  .lg\:border-neutral-800 {
    --tw-border-opacity: 1;
    border-color: rgb(48 45 42 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-800\/0 {
    border-color: rgb(48 45 42 / 0);
  }

  .lg\:border-neutral-800\/10 {
    border-color: rgb(48 45 42 / 0.1);
  }

  .lg\:border-neutral-800\/100 {
    border-color: rgb(48 45 42 / 1);
  }

  .lg\:border-neutral-800\/15 {
    border-color: rgb(48 45 42 / 0.15);
  }

  .lg\:border-neutral-800\/20 {
    border-color: rgb(48 45 42 / 0.2);
  }

  .lg\:border-neutral-800\/25 {
    border-color: rgb(48 45 42 / 0.25);
  }

  .lg\:border-neutral-800\/30 {
    border-color: rgb(48 45 42 / 0.3);
  }

  .lg\:border-neutral-800\/35 {
    border-color: rgb(48 45 42 / 0.35);
  }

  .lg\:border-neutral-800\/40 {
    border-color: rgb(48 45 42 / 0.4);
  }

  .lg\:border-neutral-800\/45 {
    border-color: rgb(48 45 42 / 0.45);
  }

  .lg\:border-neutral-800\/5 {
    border-color: rgb(48 45 42 / 0.05);
  }

  .lg\:border-neutral-800\/50 {
    border-color: rgb(48 45 42 / 0.5);
  }

  .lg\:border-neutral-800\/55 {
    border-color: rgb(48 45 42 / 0.55);
  }

  .lg\:border-neutral-800\/60 {
    border-color: rgb(48 45 42 / 0.6);
  }

  .lg\:border-neutral-800\/65 {
    border-color: rgb(48 45 42 / 0.65);
  }

  .lg\:border-neutral-800\/70 {
    border-color: rgb(48 45 42 / 0.7);
  }

  .lg\:border-neutral-800\/75 {
    border-color: rgb(48 45 42 / 0.75);
  }

  .lg\:border-neutral-800\/80 {
    border-color: rgb(48 45 42 / 0.8);
  }

  .lg\:border-neutral-800\/85 {
    border-color: rgb(48 45 42 / 0.85);
  }

  .lg\:border-neutral-800\/90 {
    border-color: rgb(48 45 42 / 0.9);
  }

  .lg\:border-neutral-800\/95 {
    border-color: rgb(48 45 42 / 0.95);
  }

  .lg\:border-neutral-900 {
    --tw-border-opacity: 1;
    border-color: rgb(33 31 29 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-900\/0 {
    border-color: rgb(33 31 29 / 0);
  }

  .lg\:border-neutral-900\/10 {
    border-color: rgb(33 31 29 / 0.1);
  }

  .lg\:border-neutral-900\/100 {
    border-color: rgb(33 31 29 / 1);
  }

  .lg\:border-neutral-900\/15 {
    border-color: rgb(33 31 29 / 0.15);
  }

  .lg\:border-neutral-900\/20 {
    border-color: rgb(33 31 29 / 0.2);
  }

  .lg\:border-neutral-900\/25 {
    border-color: rgb(33 31 29 / 0.25);
  }

  .lg\:border-neutral-900\/30 {
    border-color: rgb(33 31 29 / 0.3);
  }

  .lg\:border-neutral-900\/35 {
    border-color: rgb(33 31 29 / 0.35);
  }

  .lg\:border-neutral-900\/40 {
    border-color: rgb(33 31 29 / 0.4);
  }

  .lg\:border-neutral-900\/45 {
    border-color: rgb(33 31 29 / 0.45);
  }

  .lg\:border-neutral-900\/5 {
    border-color: rgb(33 31 29 / 0.05);
  }

  .lg\:border-neutral-900\/50 {
    border-color: rgb(33 31 29 / 0.5);
  }

  .lg\:border-neutral-900\/55 {
    border-color: rgb(33 31 29 / 0.55);
  }

  .lg\:border-neutral-900\/60 {
    border-color: rgb(33 31 29 / 0.6);
  }

  .lg\:border-neutral-900\/65 {
    border-color: rgb(33 31 29 / 0.65);
  }

  .lg\:border-neutral-900\/70 {
    border-color: rgb(33 31 29 / 0.7);
  }

  .lg\:border-neutral-900\/75 {
    border-color: rgb(33 31 29 / 0.75);
  }

  .lg\:border-neutral-900\/80 {
    border-color: rgb(33 31 29 / 0.8);
  }

  .lg\:border-neutral-900\/85 {
    border-color: rgb(33 31 29 / 0.85);
  }

  .lg\:border-neutral-900\/90 {
    border-color: rgb(33 31 29 / 0.9);
  }

  .lg\:border-neutral-900\/95 {
    border-color: rgb(33 31 29 / 0.95);
  }

  .lg\:border-neutral-950 {
    --tw-border-opacity: 1;
    border-color: rgb(18 17 16 / var(--tw-border-opacity, 1));
  }

  .lg\:border-neutral-950\/0 {
    border-color: rgb(18 17 16 / 0);
  }

  .lg\:border-neutral-950\/10 {
    border-color: rgb(18 17 16 / 0.1);
  }

  .lg\:border-neutral-950\/100 {
    border-color: rgb(18 17 16 / 1);
  }

  .lg\:border-neutral-950\/15 {
    border-color: rgb(18 17 16 / 0.15);
  }

  .lg\:border-neutral-950\/20 {
    border-color: rgb(18 17 16 / 0.2);
  }

  .lg\:border-neutral-950\/25 {
    border-color: rgb(18 17 16 / 0.25);
  }

  .lg\:border-neutral-950\/30 {
    border-color: rgb(18 17 16 / 0.3);
  }

  .lg\:border-neutral-950\/35 {
    border-color: rgb(18 17 16 / 0.35);
  }

  .lg\:border-neutral-950\/40 {
    border-color: rgb(18 17 16 / 0.4);
  }

  .lg\:border-neutral-950\/45 {
    border-color: rgb(18 17 16 / 0.45);
  }

  .lg\:border-neutral-950\/5 {
    border-color: rgb(18 17 16 / 0.05);
  }

  .lg\:border-neutral-950\/50 {
    border-color: rgb(18 17 16 / 0.5);
  }

  .lg\:border-neutral-950\/55 {
    border-color: rgb(18 17 16 / 0.55);
  }

  .lg\:border-neutral-950\/60 {
    border-color: rgb(18 17 16 / 0.6);
  }

  .lg\:border-neutral-950\/65 {
    border-color: rgb(18 17 16 / 0.65);
  }

  .lg\:border-neutral-950\/70 {
    border-color: rgb(18 17 16 / 0.7);
  }

  .lg\:border-neutral-950\/75 {
    border-color: rgb(18 17 16 / 0.75);
  }

  .lg\:border-neutral-950\/80 {
    border-color: rgb(18 17 16 / 0.8);
  }

  .lg\:border-neutral-950\/85 {
    border-color: rgb(18 17 16 / 0.85);
  }

  .lg\:border-neutral-950\/90 {
    border-color: rgb(18 17 16 / 0.9);
  }

  .lg\:border-neutral-950\/95 {
    border-color: rgb(18 17 16 / 0.95);
  }

  .lg\:border-primary-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 234 222 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-100\/0 {
    border-color: rgb(254 234 222 / 0);
  }

  .lg\:border-primary-100\/10 {
    border-color: rgb(254 234 222 / 0.1);
  }

  .lg\:border-primary-100\/100 {
    border-color: rgb(254 234 222 / 1);
  }

  .lg\:border-primary-100\/15 {
    border-color: rgb(254 234 222 / 0.15);
  }

  .lg\:border-primary-100\/20 {
    border-color: rgb(254 234 222 / 0.2);
  }

  .lg\:border-primary-100\/25 {
    border-color: rgb(254 234 222 / 0.25);
  }

  .lg\:border-primary-100\/30 {
    border-color: rgb(254 234 222 / 0.3);
  }

  .lg\:border-primary-100\/35 {
    border-color: rgb(254 234 222 / 0.35);
  }

  .lg\:border-primary-100\/40 {
    border-color: rgb(254 234 222 / 0.4);
  }

  .lg\:border-primary-100\/45 {
    border-color: rgb(254 234 222 / 0.45);
  }

  .lg\:border-primary-100\/5 {
    border-color: rgb(254 234 222 / 0.05);
  }

  .lg\:border-primary-100\/50 {
    border-color: rgb(254 234 222 / 0.5);
  }

  .lg\:border-primary-100\/55 {
    border-color: rgb(254 234 222 / 0.55);
  }

  .lg\:border-primary-100\/60 {
    border-color: rgb(254 234 222 / 0.6);
  }

  .lg\:border-primary-100\/65 {
    border-color: rgb(254 234 222 / 0.65);
  }

  .lg\:border-primary-100\/70 {
    border-color: rgb(254 234 222 / 0.7);
  }

  .lg\:border-primary-100\/75 {
    border-color: rgb(254 234 222 / 0.75);
  }

  .lg\:border-primary-100\/80 {
    border-color: rgb(254 234 222 / 0.8);
  }

  .lg\:border-primary-100\/85 {
    border-color: rgb(254 234 222 / 0.85);
  }

  .lg\:border-primary-100\/90 {
    border-color: rgb(254 234 222 / 0.9);
  }

  .lg\:border-primary-100\/95 {
    border-color: rgb(254 234 222 / 0.95);
  }

  .lg\:border-primary-200 {
    --tw-border-opacity: 1;
    border-color: rgb(252 211 189 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-200\/0 {
    border-color: rgb(252 211 189 / 0);
  }

  .lg\:border-primary-200\/10 {
    border-color: rgb(252 211 189 / 0.1);
  }

  .lg\:border-primary-200\/100 {
    border-color: rgb(252 211 189 / 1);
  }

  .lg\:border-primary-200\/15 {
    border-color: rgb(252 211 189 / 0.15);
  }

  .lg\:border-primary-200\/20 {
    border-color: rgb(252 211 189 / 0.2);
  }

  .lg\:border-primary-200\/25 {
    border-color: rgb(252 211 189 / 0.25);
  }

  .lg\:border-primary-200\/30 {
    border-color: rgb(252 211 189 / 0.3);
  }

  .lg\:border-primary-200\/35 {
    border-color: rgb(252 211 189 / 0.35);
  }

  .lg\:border-primary-200\/40 {
    border-color: rgb(252 211 189 / 0.4);
  }

  .lg\:border-primary-200\/45 {
    border-color: rgb(252 211 189 / 0.45);
  }

  .lg\:border-primary-200\/5 {
    border-color: rgb(252 211 189 / 0.05);
  }

  .lg\:border-primary-200\/50 {
    border-color: rgb(252 211 189 / 0.5);
  }

  .lg\:border-primary-200\/55 {
    border-color: rgb(252 211 189 / 0.55);
  }

  .lg\:border-primary-200\/60 {
    border-color: rgb(252 211 189 / 0.6);
  }

  .lg\:border-primary-200\/65 {
    border-color: rgb(252 211 189 / 0.65);
  }

  .lg\:border-primary-200\/70 {
    border-color: rgb(252 211 189 / 0.7);
  }

  .lg\:border-primary-200\/75 {
    border-color: rgb(252 211 189 / 0.75);
  }

  .lg\:border-primary-200\/80 {
    border-color: rgb(252 211 189 / 0.8);
  }

  .lg\:border-primary-200\/85 {
    border-color: rgb(252 211 189 / 0.85);
  }

  .lg\:border-primary-200\/90 {
    border-color: rgb(252 211 189 / 0.9);
  }

  .lg\:border-primary-200\/95 {
    border-color: rgb(252 211 189 / 0.95);
  }

  .lg\:border-primary-300 {
    --tw-border-opacity: 1;
    border-color: rgb(250 179 143 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-300\/0 {
    border-color: rgb(250 179 143 / 0);
  }

  .lg\:border-primary-300\/10 {
    border-color: rgb(250 179 143 / 0.1);
  }

  .lg\:border-primary-300\/100 {
    border-color: rgb(250 179 143 / 1);
  }

  .lg\:border-primary-300\/15 {
    border-color: rgb(250 179 143 / 0.15);
  }

  .lg\:border-primary-300\/20 {
    border-color: rgb(250 179 143 / 0.2);
  }

  .lg\:border-primary-300\/25 {
    border-color: rgb(250 179 143 / 0.25);
  }

  .lg\:border-primary-300\/30 {
    border-color: rgb(250 179 143 / 0.3);
  }

  .lg\:border-primary-300\/35 {
    border-color: rgb(250 179 143 / 0.35);
  }

  .lg\:border-primary-300\/40 {
    border-color: rgb(250 179 143 / 0.4);
  }

  .lg\:border-primary-300\/45 {
    border-color: rgb(250 179 143 / 0.45);
  }

  .lg\:border-primary-300\/5 {
    border-color: rgb(250 179 143 / 0.05);
  }

  .lg\:border-primary-300\/50 {
    border-color: rgb(250 179 143 / 0.5);
  }

  .lg\:border-primary-300\/55 {
    border-color: rgb(250 179 143 / 0.55);
  }

  .lg\:border-primary-300\/60 {
    border-color: rgb(250 179 143 / 0.6);
  }

  .lg\:border-primary-300\/65 {
    border-color: rgb(250 179 143 / 0.65);
  }

  .lg\:border-primary-300\/70 {
    border-color: rgb(250 179 143 / 0.7);
  }

  .lg\:border-primary-300\/75 {
    border-color: rgb(250 179 143 / 0.75);
  }

  .lg\:border-primary-300\/80 {
    border-color: rgb(250 179 143 / 0.8);
  }

  .lg\:border-primary-300\/85 {
    border-color: rgb(250 179 143 / 0.85);
  }

  .lg\:border-primary-300\/90 {
    border-color: rgb(250 179 143 / 0.9);
  }

  .lg\:border-primary-300\/95 {
    border-color: rgb(250 179 143 / 0.95);
  }

  .lg\:border-primary-400 {
    --tw-border-opacity: 1;
    border-color: rgb(249 151 102 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-400\/0 {
    border-color: rgb(249 151 102 / 0);
  }

  .lg\:border-primary-400\/10 {
    border-color: rgb(249 151 102 / 0.1);
  }

  .lg\:border-primary-400\/100 {
    border-color: rgb(249 151 102 / 1);
  }

  .lg\:border-primary-400\/15 {
    border-color: rgb(249 151 102 / 0.15);
  }

  .lg\:border-primary-400\/20 {
    border-color: rgb(249 151 102 / 0.2);
  }

  .lg\:border-primary-400\/25 {
    border-color: rgb(249 151 102 / 0.25);
  }

  .lg\:border-primary-400\/30 {
    border-color: rgb(249 151 102 / 0.3);
  }

  .lg\:border-primary-400\/35 {
    border-color: rgb(249 151 102 / 0.35);
  }

  .lg\:border-primary-400\/40 {
    border-color: rgb(249 151 102 / 0.4);
  }

  .lg\:border-primary-400\/45 {
    border-color: rgb(249 151 102 / 0.45);
  }

  .lg\:border-primary-400\/5 {
    border-color: rgb(249 151 102 / 0.05);
  }

  .lg\:border-primary-400\/50 {
    border-color: rgb(249 151 102 / 0.5);
  }

  .lg\:border-primary-400\/55 {
    border-color: rgb(249 151 102 / 0.55);
  }

  .lg\:border-primary-400\/60 {
    border-color: rgb(249 151 102 / 0.6);
  }

  .lg\:border-primary-400\/65 {
    border-color: rgb(249 151 102 / 0.65);
  }

  .lg\:border-primary-400\/70 {
    border-color: rgb(249 151 102 / 0.7);
  }

  .lg\:border-primary-400\/75 {
    border-color: rgb(249 151 102 / 0.75);
  }

  .lg\:border-primary-400\/80 {
    border-color: rgb(249 151 102 / 0.8);
  }

  .lg\:border-primary-400\/85 {
    border-color: rgb(249 151 102 / 0.85);
  }

  .lg\:border-primary-400\/90 {
    border-color: rgb(249 151 102 / 0.9);
  }

  .lg\:border-primary-400\/95 {
    border-color: rgb(249 151 102 / 0.95);
  }

  .lg\:border-primary-50 {
    --tw-border-opacity: 1;
    border-color: rgb(255 247 242 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-50\/0 {
    border-color: rgb(255 247 242 / 0);
  }

  .lg\:border-primary-50\/10 {
    border-color: rgb(255 247 242 / 0.1);
  }

  .lg\:border-primary-50\/100 {
    border-color: rgb(255 247 242 / 1);
  }

  .lg\:border-primary-50\/15 {
    border-color: rgb(255 247 242 / 0.15);
  }

  .lg\:border-primary-50\/20 {
    border-color: rgb(255 247 242 / 0.2);
  }

  .lg\:border-primary-50\/25 {
    border-color: rgb(255 247 242 / 0.25);
  }

  .lg\:border-primary-50\/30 {
    border-color: rgb(255 247 242 / 0.3);
  }

  .lg\:border-primary-50\/35 {
    border-color: rgb(255 247 242 / 0.35);
  }

  .lg\:border-primary-50\/40 {
    border-color: rgb(255 247 242 / 0.4);
  }

  .lg\:border-primary-50\/45 {
    border-color: rgb(255 247 242 / 0.45);
  }

  .lg\:border-primary-50\/5 {
    border-color: rgb(255 247 242 / 0.05);
  }

  .lg\:border-primary-50\/50 {
    border-color: rgb(255 247 242 / 0.5);
  }

  .lg\:border-primary-50\/55 {
    border-color: rgb(255 247 242 / 0.55);
  }

  .lg\:border-primary-50\/60 {
    border-color: rgb(255 247 242 / 0.6);
  }

  .lg\:border-primary-50\/65 {
    border-color: rgb(255 247 242 / 0.65);
  }

  .lg\:border-primary-50\/70 {
    border-color: rgb(255 247 242 / 0.7);
  }

  .lg\:border-primary-50\/75 {
    border-color: rgb(255 247 242 / 0.75);
  }

  .lg\:border-primary-50\/80 {
    border-color: rgb(255 247 242 / 0.8);
  }

  .lg\:border-primary-50\/85 {
    border-color: rgb(255 247 242 / 0.85);
  }

  .lg\:border-primary-50\/90 {
    border-color: rgb(255 247 242 / 0.9);
  }

  .lg\:border-primary-50\/95 {
    border-color: rgb(255 247 242 / 0.95);
  }

  .lg\:border-primary-500 {
    --tw-border-opacity: 1;
    border-color: rgb(247 141 77 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-500\/0 {
    border-color: rgb(247 141 77 / 0);
  }

  .lg\:border-primary-500\/10 {
    border-color: rgb(247 141 77 / 0.1);
  }

  .lg\:border-primary-500\/100 {
    border-color: rgb(247 141 77 / 1);
  }

  .lg\:border-primary-500\/15 {
    border-color: rgb(247 141 77 / 0.15);
  }

  .lg\:border-primary-500\/20 {
    border-color: rgb(247 141 77 / 0.2);
  }

  .lg\:border-primary-500\/25 {
    border-color: rgb(247 141 77 / 0.25);
  }

  .lg\:border-primary-500\/30 {
    border-color: rgb(247 141 77 / 0.3);
  }

  .lg\:border-primary-500\/35 {
    border-color: rgb(247 141 77 / 0.35);
  }

  .lg\:border-primary-500\/40 {
    border-color: rgb(247 141 77 / 0.4);
  }

  .lg\:border-primary-500\/45 {
    border-color: rgb(247 141 77 / 0.45);
  }

  .lg\:border-primary-500\/5 {
    border-color: rgb(247 141 77 / 0.05);
  }

  .lg\:border-primary-500\/50 {
    border-color: rgb(247 141 77 / 0.5);
  }

  .lg\:border-primary-500\/55 {
    border-color: rgb(247 141 77 / 0.55);
  }

  .lg\:border-primary-500\/60 {
    border-color: rgb(247 141 77 / 0.6);
  }

  .lg\:border-primary-500\/65 {
    border-color: rgb(247 141 77 / 0.65);
  }

  .lg\:border-primary-500\/70 {
    border-color: rgb(247 141 77 / 0.7);
  }

  .lg\:border-primary-500\/75 {
    border-color: rgb(247 141 77 / 0.75);
  }

  .lg\:border-primary-500\/80 {
    border-color: rgb(247 141 77 / 0.8);
  }

  .lg\:border-primary-500\/85 {
    border-color: rgb(247 141 77 / 0.85);
  }

  .lg\:border-primary-500\/90 {
    border-color: rgb(247 141 77 / 0.9);
  }

  .lg\:border-primary-500\/95 {
    border-color: rgb(247 141 77 / 0.95);
  }

  .lg\:border-primary-600 {
    --tw-border-opacity: 1;
    border-color: rgb(233 99 37 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-600\/0 {
    border-color: rgb(233 99 37 / 0);
  }

  .lg\:border-primary-600\/10 {
    border-color: rgb(233 99 37 / 0.1);
  }

  .lg\:border-primary-600\/100 {
    border-color: rgb(233 99 37 / 1);
  }

  .lg\:border-primary-600\/15 {
    border-color: rgb(233 99 37 / 0.15);
  }

  .lg\:border-primary-600\/20 {
    border-color: rgb(233 99 37 / 0.2);
  }

  .lg\:border-primary-600\/25 {
    border-color: rgb(233 99 37 / 0.25);
  }

  .lg\:border-primary-600\/30 {
    border-color: rgb(233 99 37 / 0.3);
  }

  .lg\:border-primary-600\/35 {
    border-color: rgb(233 99 37 / 0.35);
  }

  .lg\:border-primary-600\/40 {
    border-color: rgb(233 99 37 / 0.4);
  }

  .lg\:border-primary-600\/45 {
    border-color: rgb(233 99 37 / 0.45);
  }

  .lg\:border-primary-600\/5 {
    border-color: rgb(233 99 37 / 0.05);
  }

  .lg\:border-primary-600\/50 {
    border-color: rgb(233 99 37 / 0.5);
  }

  .lg\:border-primary-600\/55 {
    border-color: rgb(233 99 37 / 0.55);
  }

  .lg\:border-primary-600\/60 {
    border-color: rgb(233 99 37 / 0.6);
  }

  .lg\:border-primary-600\/65 {
    border-color: rgb(233 99 37 / 0.65);
  }

  .lg\:border-primary-600\/70 {
    border-color: rgb(233 99 37 / 0.7);
  }

  .lg\:border-primary-600\/75 {
    border-color: rgb(233 99 37 / 0.75);
  }

  .lg\:border-primary-600\/80 {
    border-color: rgb(233 99 37 / 0.8);
  }

  .lg\:border-primary-600\/85 {
    border-color: rgb(233 99 37 / 0.85);
  }

  .lg\:border-primary-600\/90 {
    border-color: rgb(233 99 37 / 0.9);
  }

  .lg\:border-primary-600\/95 {
    border-color: rgb(233 99 37 / 0.95);
  }

  .lg\:border-primary-700 {
    --tw-border-opacity: 1;
    border-color: rgb(201 74 22 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-700\/0 {
    border-color: rgb(201 74 22 / 0);
  }

  .lg\:border-primary-700\/10 {
    border-color: rgb(201 74 22 / 0.1);
  }

  .lg\:border-primary-700\/100 {
    border-color: rgb(201 74 22 / 1);
  }

  .lg\:border-primary-700\/15 {
    border-color: rgb(201 74 22 / 0.15);
  }

  .lg\:border-primary-700\/20 {
    border-color: rgb(201 74 22 / 0.2);
  }

  .lg\:border-primary-700\/25 {
    border-color: rgb(201 74 22 / 0.25);
  }

  .lg\:border-primary-700\/30 {
    border-color: rgb(201 74 22 / 0.3);
  }

  .lg\:border-primary-700\/35 {
    border-color: rgb(201 74 22 / 0.35);
  }

  .lg\:border-primary-700\/40 {
    border-color: rgb(201 74 22 / 0.4);
  }

  .lg\:border-primary-700\/45 {
    border-color: rgb(201 74 22 / 0.45);
  }

  .lg\:border-primary-700\/5 {
    border-color: rgb(201 74 22 / 0.05);
  }

  .lg\:border-primary-700\/50 {
    border-color: rgb(201 74 22 / 0.5);
  }

  .lg\:border-primary-700\/55 {
    border-color: rgb(201 74 22 / 0.55);
  }

  .lg\:border-primary-700\/60 {
    border-color: rgb(201 74 22 / 0.6);
  }

  .lg\:border-primary-700\/65 {
    border-color: rgb(201 74 22 / 0.65);
  }

  .lg\:border-primary-700\/70 {
    border-color: rgb(201 74 22 / 0.7);
  }

  .lg\:border-primary-700\/75 {
    border-color: rgb(201 74 22 / 0.75);
  }

  .lg\:border-primary-700\/80 {
    border-color: rgb(201 74 22 / 0.8);
  }

  .lg\:border-primary-700\/85 {
    border-color: rgb(201 74 22 / 0.85);
  }

  .lg\:border-primary-700\/90 {
    border-color: rgb(201 74 22 / 0.9);
  }

  .lg\:border-primary-700\/95 {
    border-color: rgb(201 74 22 / 0.95);
  }

  .lg\:border-primary-800 {
    --tw-border-opacity: 1;
    border-color: rgb(161 59 24 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-800\/0 {
    border-color: rgb(161 59 24 / 0);
  }

  .lg\:border-primary-800\/10 {
    border-color: rgb(161 59 24 / 0.1);
  }

  .lg\:border-primary-800\/100 {
    border-color: rgb(161 59 24 / 1);
  }

  .lg\:border-primary-800\/15 {
    border-color: rgb(161 59 24 / 0.15);
  }

  .lg\:border-primary-800\/20 {
    border-color: rgb(161 59 24 / 0.2);
  }

  .lg\:border-primary-800\/25 {
    border-color: rgb(161 59 24 / 0.25);
  }

  .lg\:border-primary-800\/30 {
    border-color: rgb(161 59 24 / 0.3);
  }

  .lg\:border-primary-800\/35 {
    border-color: rgb(161 59 24 / 0.35);
  }

  .lg\:border-primary-800\/40 {
    border-color: rgb(161 59 24 / 0.4);
  }

  .lg\:border-primary-800\/45 {
    border-color: rgb(161 59 24 / 0.45);
  }

  .lg\:border-primary-800\/5 {
    border-color: rgb(161 59 24 / 0.05);
  }

  .lg\:border-primary-800\/50 {
    border-color: rgb(161 59 24 / 0.5);
  }

  .lg\:border-primary-800\/55 {
    border-color: rgb(161 59 24 / 0.55);
  }

  .lg\:border-primary-800\/60 {
    border-color: rgb(161 59 24 / 0.6);
  }

  .lg\:border-primary-800\/65 {
    border-color: rgb(161 59 24 / 0.65);
  }

  .lg\:border-primary-800\/70 {
    border-color: rgb(161 59 24 / 0.7);
  }

  .lg\:border-primary-800\/75 {
    border-color: rgb(161 59 24 / 0.75);
  }

  .lg\:border-primary-800\/80 {
    border-color: rgb(161 59 24 / 0.8);
  }

  .lg\:border-primary-800\/85 {
    border-color: rgb(161 59 24 / 0.85);
  }

  .lg\:border-primary-800\/90 {
    border-color: rgb(161 59 24 / 0.9);
  }

  .lg\:border-primary-800\/95 {
    border-color: rgb(161 59 24 / 0.95);
  }

  .lg\:border-primary-900 {
    --tw-border-opacity: 1;
    border-color: rgb(130 51 24 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-900\/0 {
    border-color: rgb(130 51 24 / 0);
  }

  .lg\:border-primary-900\/10 {
    border-color: rgb(130 51 24 / 0.1);
  }

  .lg\:border-primary-900\/100 {
    border-color: rgb(130 51 24 / 1);
  }

  .lg\:border-primary-900\/15 {
    border-color: rgb(130 51 24 / 0.15);
  }

  .lg\:border-primary-900\/20 {
    border-color: rgb(130 51 24 / 0.2);
  }

  .lg\:border-primary-900\/25 {
    border-color: rgb(130 51 24 / 0.25);
  }

  .lg\:border-primary-900\/30 {
    border-color: rgb(130 51 24 / 0.3);
  }

  .lg\:border-primary-900\/35 {
    border-color: rgb(130 51 24 / 0.35);
  }

  .lg\:border-primary-900\/40 {
    border-color: rgb(130 51 24 / 0.4);
  }

  .lg\:border-primary-900\/45 {
    border-color: rgb(130 51 24 / 0.45);
  }

  .lg\:border-primary-900\/5 {
    border-color: rgb(130 51 24 / 0.05);
  }

  .lg\:border-primary-900\/50 {
    border-color: rgb(130 51 24 / 0.5);
  }

  .lg\:border-primary-900\/55 {
    border-color: rgb(130 51 24 / 0.55);
  }

  .lg\:border-primary-900\/60 {
    border-color: rgb(130 51 24 / 0.6);
  }

  .lg\:border-primary-900\/65 {
    border-color: rgb(130 51 24 / 0.65);
  }

  .lg\:border-primary-900\/70 {
    border-color: rgb(130 51 24 / 0.7);
  }

  .lg\:border-primary-900\/75 {
    border-color: rgb(130 51 24 / 0.75);
  }

  .lg\:border-primary-900\/80 {
    border-color: rgb(130 51 24 / 0.8);
  }

  .lg\:border-primary-900\/85 {
    border-color: rgb(130 51 24 / 0.85);
  }

  .lg\:border-primary-900\/90 {
    border-color: rgb(130 51 24 / 0.9);
  }

  .lg\:border-primary-900\/95 {
    border-color: rgb(130 51 24 / 0.95);
  }

  .lg\:border-primary-950 {
    --tw-border-opacity: 1;
    border-color: rgb(70 23 8 / var(--tw-border-opacity, 1));
  }

  .lg\:border-primary-950\/0 {
    border-color: rgb(70 23 8 / 0);
  }

  .lg\:border-primary-950\/10 {
    border-color: rgb(70 23 8 / 0.1);
  }

  .lg\:border-primary-950\/100 {
    border-color: rgb(70 23 8 / 1);
  }

  .lg\:border-primary-950\/15 {
    border-color: rgb(70 23 8 / 0.15);
  }

  .lg\:border-primary-950\/20 {
    border-color: rgb(70 23 8 / 0.2);
  }

  .lg\:border-primary-950\/25 {
    border-color: rgb(70 23 8 / 0.25);
  }

  .lg\:border-primary-950\/30 {
    border-color: rgb(70 23 8 / 0.3);
  }

  .lg\:border-primary-950\/35 {
    border-color: rgb(70 23 8 / 0.35);
  }

  .lg\:border-primary-950\/40 {
    border-color: rgb(70 23 8 / 0.4);
  }

  .lg\:border-primary-950\/45 {
    border-color: rgb(70 23 8 / 0.45);
  }

  .lg\:border-primary-950\/5 {
    border-color: rgb(70 23 8 / 0.05);
  }

  .lg\:border-primary-950\/50 {
    border-color: rgb(70 23 8 / 0.5);
  }

  .lg\:border-primary-950\/55 {
    border-color: rgb(70 23 8 / 0.55);
  }

  .lg\:border-primary-950\/60 {
    border-color: rgb(70 23 8 / 0.6);
  }

  .lg\:border-primary-950\/65 {
    border-color: rgb(70 23 8 / 0.65);
  }

  .lg\:border-primary-950\/70 {
    border-color: rgb(70 23 8 / 0.7);
  }

  .lg\:border-primary-950\/75 {
    border-color: rgb(70 23 8 / 0.75);
  }

  .lg\:border-primary-950\/80 {
    border-color: rgb(70 23 8 / 0.8);
  }

  .lg\:border-primary-950\/85 {
    border-color: rgb(70 23 8 / 0.85);
  }

  .lg\:border-primary-950\/90 {
    border-color: rgb(70 23 8 / 0.9);
  }

  .lg\:border-primary-950\/95 {
    border-color: rgb(70 23 8 / 0.95);
  }

  .lg\:border-transparent {
    border-color: transparent;
  }

  .lg\:border-transparent\/0 {
    border-color: rgb(0 0 0 / 0);
  }

  .lg\:border-transparent\/10 {
    border-color: rgb(0 0 0 / 0.1);
  }

  .lg\:border-transparent\/100 {
    border-color: rgb(0 0 0 / 1);
  }

  .lg\:border-transparent\/15 {
    border-color: rgb(0 0 0 / 0.15);
  }

  .lg\:border-transparent\/20 {
    border-color: rgb(0 0 0 / 0.2);
  }

  .lg\:border-transparent\/25 {
    border-color: rgb(0 0 0 / 0.25);
  }

  .lg\:border-transparent\/30 {
    border-color: rgb(0 0 0 / 0.3);
  }

  .lg\:border-transparent\/35 {
    border-color: rgb(0 0 0 / 0.35);
  }

  .lg\:border-transparent\/40 {
    border-color: rgb(0 0 0 / 0.4);
  }

  .lg\:border-transparent\/45 {
    border-color: rgb(0 0 0 / 0.45);
  }

  .lg\:border-transparent\/5 {
    border-color: rgb(0 0 0 / 0.05);
  }

  .lg\:border-transparent\/50 {
    border-color: rgb(0 0 0 / 0.5);
  }

  .lg\:border-transparent\/55 {
    border-color: rgb(0 0 0 / 0.55);
  }

  .lg\:border-transparent\/60 {
    border-color: rgb(0 0 0 / 0.6);
  }

  .lg\:border-transparent\/65 {
    border-color: rgb(0 0 0 / 0.65);
  }

  .lg\:border-transparent\/70 {
    border-color: rgb(0 0 0 / 0.7);
  }

  .lg\:border-transparent\/75 {
    border-color: rgb(0 0 0 / 0.75);
  }

  .lg\:border-transparent\/80 {
    border-color: rgb(0 0 0 / 0.8);
  }

  .lg\:border-transparent\/85 {
    border-color: rgb(0 0 0 / 0.85);
  }

  .lg\:border-transparent\/90 {
    border-color: rgb(0 0 0 / 0.9);
  }

  .lg\:border-transparent\/95 {
    border-color: rgb(0 0 0 / 0.95);
  }

  .lg\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .lg\:border-white\/0 {
    border-color: rgb(255 255 255 / 0);
  }

  .lg\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .lg\:border-white\/100 {
    border-color: rgb(255 255 255 / 1);
  }

  .lg\:border-white\/15 {
    border-color: rgb(255 255 255 / 0.15);
  }

  .lg\:border-white\/20 {
    border-color: rgb(255 255 255 / 0.2);
  }

  .lg\:border-white\/25 {
    border-color: rgb(255 255 255 / 0.25);
  }

  .lg\:border-white\/30 {
    border-color: rgb(255 255 255 / 0.3);
  }

  .lg\:border-white\/35 {
    border-color: rgb(255 255 255 / 0.35);
  }

  .lg\:border-white\/40 {
    border-color: rgb(255 255 255 / 0.4);
  }

  .lg\:border-white\/45 {
    border-color: rgb(255 255 255 / 0.45);
  }

  .lg\:border-white\/5 {
    border-color: rgb(255 255 255 / 0.05);
  }

  .lg\:border-white\/50 {
    border-color: rgb(255 255 255 / 0.5);
  }

  .lg\:border-white\/55 {
    border-color: rgb(255 255 255 / 0.55);
  }

  .lg\:border-white\/60 {
    border-color: rgb(255 255 255 / 0.6);
  }

  .lg\:border-white\/65 {
    border-color: rgb(255 255 255 / 0.65);
  }

  .lg\:border-white\/70 {
    border-color: rgb(255 255 255 / 0.7);
  }

  .lg\:border-white\/75 {
    border-color: rgb(255 255 255 / 0.75);
  }

  .lg\:border-white\/80 {
    border-color: rgb(255 255 255 / 0.8);
  }

  .lg\:border-white\/85 {
    border-color: rgb(255 255 255 / 0.85);
  }

  .lg\:border-white\/90 {
    border-color: rgb(255 255 255 / 0.9);
  }

  .lg\:border-white\/95 {
    border-color: rgb(255 255 255 / 0.95);
  }

  .lg\:border-yellow-100 {
    --tw-border-opacity: 1;
    border-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-yellow-100\/40 {
    border-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-yellow-100\/45 {
    border-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-yellow-100\/60 {
    border-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-yellow-100\/65 {
    border-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-yellow-200\/40 {
    border-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-yellow-200\/45 {
    border-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-yellow-200\/60 {
    border-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-yellow-200\/65 {
    border-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-yellow-400\/40 {
    border-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-yellow-400\/45 {
    border-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-yellow-400\/60 {
    border-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-yellow-400\/65 {
    border-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-yellow-50\/40 {
    border-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-yellow-50\/45 {
    border-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-yellow-50\/60 {
    border-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-yellow-50\/65 {
    border-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-yellow-500\/40 {
    border-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-yellow-500\/45 {
    border-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-yellow-500\/60 {
    border-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-yellow-500\/65 {
    border-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-yellow-600\/40 {
    border-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-yellow-600\/45 {
    border-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-yellow-600\/60 {
    border-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-yellow-600\/65 {
    border-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-yellow-800\/40 {
    border-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-yellow-800\/45 {
    border-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-yellow-800\/60 {
    border-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-yellow-800\/65 {
    border-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-color: rgb(133 77 14 / 0.85);
  }

  .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-x-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
    border-right-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .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\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .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\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .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-y-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(254 252 232 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
    border-bottom-color: rgb(202 138 4 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .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\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .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\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .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-b-yellow-100 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-b-yellow-100\/40 {
    border-bottom-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-b-yellow-100\/45 {
    border-bottom-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-b-yellow-100\/60 {
    border-bottom-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-b-yellow-100\/65 {
    border-bottom-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-b-yellow-200\/40 {
    border-bottom-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-b-yellow-200\/45 {
    border-bottom-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-b-yellow-200\/60 {
    border-bottom-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-b-yellow-200\/65 {
    border-bottom-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-b-yellow-400\/40 {
    border-bottom-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-b-yellow-400\/45 {
    border-bottom-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-b-yellow-400\/60 {
    border-bottom-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-b-yellow-400\/65 {
    border-bottom-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-b-yellow-50\/40 {
    border-bottom-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-b-yellow-50\/45 {
    border-bottom-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-b-yellow-50\/60 {
    border-bottom-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-b-yellow-50\/65 {
    border-bottom-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-b-yellow-500\/40 {
    border-bottom-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-b-yellow-500\/45 {
    border-bottom-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-b-yellow-500\/60 {
    border-bottom-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-b-yellow-500\/65 {
    border-bottom-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-b-yellow-600\/40 {
    border-bottom-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-b-yellow-600\/45 {
    border-bottom-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-b-yellow-600\/60 {
    border-bottom-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-b-yellow-600\/65 {
    border-bottom-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-bottom-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-bottom-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-b-yellow-800\/40 {
    border-bottom-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-b-yellow-800\/45 {
    border-bottom-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-bottom-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-b-yellow-800\/60 {
    border-bottom-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-b-yellow-800\/65 {
    border-bottom-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-bottom-color: rgb(133 77 14 / 0.85);
  }

  .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-e-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-e-yellow-100\/40 {
    border-inline-end-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-e-yellow-100\/45 {
    border-inline-end-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-e-yellow-100\/60 {
    border-inline-end-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-e-yellow-100\/65 {
    border-inline-end-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-e-yellow-200\/40 {
    border-inline-end-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-e-yellow-200\/45 {
    border-inline-end-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-e-yellow-200\/60 {
    border-inline-end-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-e-yellow-200\/65 {
    border-inline-end-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-e-yellow-400\/40 {
    border-inline-end-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-e-yellow-400\/45 {
    border-inline-end-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-e-yellow-400\/60 {
    border-inline-end-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-e-yellow-400\/65 {
    border-inline-end-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-e-yellow-50\/40 {
    border-inline-end-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-e-yellow-50\/45 {
    border-inline-end-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-e-yellow-50\/60 {
    border-inline-end-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-e-yellow-50\/65 {
    border-inline-end-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-e-yellow-500\/40 {
    border-inline-end-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-e-yellow-500\/45 {
    border-inline-end-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-e-yellow-500\/60 {
    border-inline-end-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-e-yellow-500\/65 {
    border-inline-end-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-e-yellow-600\/40 {
    border-inline-end-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-e-yellow-600\/45 {
    border-inline-end-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-e-yellow-600\/60 {
    border-inline-end-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-e-yellow-600\/65 {
    border-inline-end-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-inline-end-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-end-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-inline-end-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-e-yellow-800\/40 {
    border-inline-end-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-e-yellow-800\/45 {
    border-inline-end-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-inline-end-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-e-yellow-800\/60 {
    border-inline-end-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-e-yellow-800\/65 {
    border-inline-end-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-inline-end-color: rgb(133 77 14 / 0.85);
  }

  .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-l-yellow-100 {
    --tw-border-opacity: 1;
    border-left-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-l-yellow-100\/40 {
    border-left-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-l-yellow-100\/45 {
    border-left-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-l-yellow-100\/60 {
    border-left-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-l-yellow-100\/65 {
    border-left-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-l-yellow-200\/40 {
    border-left-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-l-yellow-200\/45 {
    border-left-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-l-yellow-200\/60 {
    border-left-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-l-yellow-200\/65 {
    border-left-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-left-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-l-yellow-400\/40 {
    border-left-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-l-yellow-400\/45 {
    border-left-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-l-yellow-400\/60 {
    border-left-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-l-yellow-400\/65 {
    border-left-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-l-yellow-50\/40 {
    border-left-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-l-yellow-50\/45 {
    border-left-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-l-yellow-50\/60 {
    border-left-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-l-yellow-50\/65 {
    border-left-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-l-yellow-500\/40 {
    border-left-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-l-yellow-500\/45 {
    border-left-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-l-yellow-500\/60 {
    border-left-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-l-yellow-500\/65 {
    border-left-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-left-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-l-yellow-600\/40 {
    border-left-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-l-yellow-600\/45 {
    border-left-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-l-yellow-600\/60 {
    border-left-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-l-yellow-600\/65 {
    border-left-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-left-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-left-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-left-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-l-yellow-800\/40 {
    border-left-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-l-yellow-800\/45 {
    border-left-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-left-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-l-yellow-800\/60 {
    border-left-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-l-yellow-800\/65 {
    border-left-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-left-color: rgb(133 77 14 / 0.85);
  }

  .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-r-yellow-100 {
    --tw-border-opacity: 1;
    border-right-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-right-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-r-yellow-100\/40 {
    border-right-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-r-yellow-100\/45 {
    border-right-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-r-yellow-100\/60 {
    border-right-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-r-yellow-100\/65 {
    border-right-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-r-yellow-200\/40 {
    border-right-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-r-yellow-200\/45 {
    border-right-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-r-yellow-200\/60 {
    border-right-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-r-yellow-200\/65 {
    border-right-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-right-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-right-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-r-yellow-400\/40 {
    border-right-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-r-yellow-400\/45 {
    border-right-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-r-yellow-400\/60 {
    border-right-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-r-yellow-400\/65 {
    border-right-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-r-yellow-50\/40 {
    border-right-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-r-yellow-50\/45 {
    border-right-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-r-yellow-50\/60 {
    border-right-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-r-yellow-50\/65 {
    border-right-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-r-yellow-500\/40 {
    border-right-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-r-yellow-500\/45 {
    border-right-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-r-yellow-500\/60 {
    border-right-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-r-yellow-500\/65 {
    border-right-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-right-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-r-yellow-600\/40 {
    border-right-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-r-yellow-600\/45 {
    border-right-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-r-yellow-600\/60 {
    border-right-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-r-yellow-600\/65 {
    border-right-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-right-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-right-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-right-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-r-yellow-800\/40 {
    border-right-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-r-yellow-800\/45 {
    border-right-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-right-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-r-yellow-800\/60 {
    border-right-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-r-yellow-800\/65 {
    border-right-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-right-color: rgb(133 77 14 / 0.85);
  }

  .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-s-yellow-100 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-s-yellow-100\/40 {
    border-inline-start-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-s-yellow-100\/45 {
    border-inline-start-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-s-yellow-100\/60 {
    border-inline-start-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-s-yellow-100\/65 {
    border-inline-start-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-s-yellow-200\/40 {
    border-inline-start-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-s-yellow-200\/45 {
    border-inline-start-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-s-yellow-200\/60 {
    border-inline-start-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-s-yellow-200\/65 {
    border-inline-start-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-s-yellow-400\/40 {
    border-inline-start-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-s-yellow-400\/45 {
    border-inline-start-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-s-yellow-400\/60 {
    border-inline-start-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-s-yellow-400\/65 {
    border-inline-start-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-s-yellow-50\/40 {
    border-inline-start-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-s-yellow-50\/45 {
    border-inline-start-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-s-yellow-50\/60 {
    border-inline-start-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-s-yellow-50\/65 {
    border-inline-start-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-s-yellow-500\/40 {
    border-inline-start-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-s-yellow-500\/45 {
    border-inline-start-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-s-yellow-500\/60 {
    border-inline-start-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-s-yellow-500\/65 {
    border-inline-start-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-s-yellow-600\/40 {
    border-inline-start-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-s-yellow-600\/45 {
    border-inline-start-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-s-yellow-600\/60 {
    border-inline-start-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-s-yellow-600\/65 {
    border-inline-start-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-inline-start-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-inline-start-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-inline-start-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-s-yellow-800\/40 {
    border-inline-start-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-s-yellow-800\/45 {
    border-inline-start-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-inline-start-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-s-yellow-800\/60 {
    border-inline-start-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-s-yellow-800\/65 {
    border-inline-start-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-inline-start-color: rgb(133 77 14 / 0.85);
  }

  .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-t-yellow-100 {
    --tw-border-opacity: 1;
    border-top-color: rgb(254 249 195 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 249 195 / 0.35);
  }

  .lg\:border-t-yellow-100\/40 {
    border-top-color: rgb(254 249 195 / 0.4);
  }

  .lg\:border-t-yellow-100\/45 {
    border-top-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 249 195 / 0.55);
  }

  .lg\:border-t-yellow-100\/60 {
    border-top-color: rgb(254 249 195 / 0.6);
  }

  .lg\:border-t-yellow-100\/65 {
    border-top-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 240 138 / 0.35);
  }

  .lg\:border-t-yellow-200\/40 {
    border-top-color: rgb(254 240 138 / 0.4);
  }

  .lg\:border-t-yellow-200\/45 {
    border-top-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 240 138 / 0.55);
  }

  .lg\:border-t-yellow-200\/60 {
    border-top-color: rgb(254 240 138 / 0.6);
  }

  .lg\:border-t-yellow-200\/65 {
    border-top-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-border-opacity: 1;
    border-top-color: rgb(250 204 21 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(250 204 21 / 0.35);
  }

  .lg\:border-t-yellow-400\/40 {
    border-top-color: rgb(250 204 21 / 0.4);
  }

  .lg\:border-t-yellow-400\/45 {
    border-top-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(250 204 21 / 0.55);
  }

  .lg\:border-t-yellow-400\/60 {
    border-top-color: rgb(250 204 21 / 0.6);
  }

  .lg\:border-t-yellow-400\/65 {
    border-top-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(254 252 232 / 0.35);
  }

  .lg\:border-t-yellow-50\/40 {
    border-top-color: rgb(254 252 232 / 0.4);
  }

  .lg\:border-t-yellow-50\/45 {
    border-top-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(254 252 232 / 0.55);
  }

  .lg\:border-t-yellow-50\/60 {
    border-top-color: rgb(254 252 232 / 0.6);
  }

  .lg\:border-t-yellow-50\/65 {
    border-top-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(234 179 8 / 0.35);
  }

  .lg\:border-t-yellow-500\/40 {
    border-top-color: rgb(234 179 8 / 0.4);
  }

  .lg\:border-t-yellow-500\/45 {
    border-top-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(234 179 8 / 0.55);
  }

  .lg\:border-t-yellow-500\/60 {
    border-top-color: rgb(234 179 8 / 0.6);
  }

  .lg\:border-t-yellow-500\/65 {
    border-top-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    border-top-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(202 138 4 / 0.35);
  }

  .lg\:border-t-yellow-600\/40 {
    border-top-color: rgb(202 138 4 / 0.4);
  }

  .lg\:border-t-yellow-600\/45 {
    border-top-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(202 138 4 / 0.55);
  }

  .lg\:border-t-yellow-600\/60 {
    border-top-color: rgb(202 138 4 / 0.6);
  }

  .lg\:border-t-yellow-600\/65 {
    border-top-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-border-opacity: 1;
    border-top-color: rgb(133 77 14 / var(--tw-border-opacity, 1));
  }

  .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\/15 {
    border-top-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    border-top-color: rgb(133 77 14 / 0.35);
  }

  .lg\:border-t-yellow-800\/40 {
    border-top-color: rgb(133 77 14 / 0.4);
  }

  .lg\:border-t-yellow-800\/45 {
    border-top-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    border-top-color: rgb(133 77 14 / 0.55);
  }

  .lg\:border-t-yellow-800\/60 {
    border-top-color: rgb(133 77 14 / 0.6);
  }

  .lg\:border-t-yellow-800\/65 {
    border-top-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    border-top-color: rgb(133 77 14 / 0.85);
  }

  .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\:bg-accent-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(235 251 203 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-100\/0 {
    background-color: rgb(235 251 203 / 0);
  }

  .lg\:bg-accent-100\/10 {
    background-color: rgb(235 251 203 / 0.1);
  }

  .lg\:bg-accent-100\/100 {
    background-color: rgb(235 251 203 / 1);
  }

  .lg\:bg-accent-100\/15 {
    background-color: rgb(235 251 203 / 0.15);
  }

  .lg\:bg-accent-100\/20 {
    background-color: rgb(235 251 203 / 0.2);
  }

  .lg\:bg-accent-100\/25 {
    background-color: rgb(235 251 203 / 0.25);
  }

  .lg\:bg-accent-100\/30 {
    background-color: rgb(235 251 203 / 0.3);
  }

  .lg\:bg-accent-100\/35 {
    background-color: rgb(235 251 203 / 0.35);
  }

  .lg\:bg-accent-100\/40 {
    background-color: rgb(235 251 203 / 0.4);
  }

  .lg\:bg-accent-100\/45 {
    background-color: rgb(235 251 203 / 0.45);
  }

  .lg\:bg-accent-100\/5 {
    background-color: rgb(235 251 203 / 0.05);
  }

  .lg\:bg-accent-100\/50 {
    background-color: rgb(235 251 203 / 0.5);
  }

  .lg\:bg-accent-100\/55 {
    background-color: rgb(235 251 203 / 0.55);
  }

  .lg\:bg-accent-100\/60 {
    background-color: rgb(235 251 203 / 0.6);
  }

  .lg\:bg-accent-100\/65 {
    background-color: rgb(235 251 203 / 0.65);
  }

  .lg\:bg-accent-100\/70 {
    background-color: rgb(235 251 203 / 0.7);
  }

  .lg\:bg-accent-100\/75 {
    background-color: rgb(235 251 203 / 0.75);
  }

  .lg\:bg-accent-100\/80 {
    background-color: rgb(235 251 203 / 0.8);
  }

  .lg\:bg-accent-100\/85 {
    background-color: rgb(235 251 203 / 0.85);
  }

  .lg\:bg-accent-100\/90 {
    background-color: rgb(235 251 203 / 0.9);
  }

  .lg\:bg-accent-100\/95 {
    background-color: rgb(235 251 203 / 0.95);
  }

  .lg\:bg-accent-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(216 246 154 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-200\/0 {
    background-color: rgb(216 246 154 / 0);
  }

  .lg\:bg-accent-200\/10 {
    background-color: rgb(216 246 154 / 0.1);
  }

  .lg\:bg-accent-200\/100 {
    background-color: rgb(216 246 154 / 1);
  }

  .lg\:bg-accent-200\/15 {
    background-color: rgb(216 246 154 / 0.15);
  }

  .lg\:bg-accent-200\/20 {
    background-color: rgb(216 246 154 / 0.2);
  }

  .lg\:bg-accent-200\/25 {
    background-color: rgb(216 246 154 / 0.25);
  }

  .lg\:bg-accent-200\/30 {
    background-color: rgb(216 246 154 / 0.3);
  }

  .lg\:bg-accent-200\/35 {
    background-color: rgb(216 246 154 / 0.35);
  }

  .lg\:bg-accent-200\/40 {
    background-color: rgb(216 246 154 / 0.4);
  }

  .lg\:bg-accent-200\/45 {
    background-color: rgb(216 246 154 / 0.45);
  }

  .lg\:bg-accent-200\/5 {
    background-color: rgb(216 246 154 / 0.05);
  }

  .lg\:bg-accent-200\/50 {
    background-color: rgb(216 246 154 / 0.5);
  }

  .lg\:bg-accent-200\/55 {
    background-color: rgb(216 246 154 / 0.55);
  }

  .lg\:bg-accent-200\/60 {
    background-color: rgb(216 246 154 / 0.6);
  }

  .lg\:bg-accent-200\/65 {
    background-color: rgb(216 246 154 / 0.65);
  }

  .lg\:bg-accent-200\/70 {
    background-color: rgb(216 246 154 / 0.7);
  }

  .lg\:bg-accent-200\/75 {
    background-color: rgb(216 246 154 / 0.75);
  }

  .lg\:bg-accent-200\/80 {
    background-color: rgb(216 246 154 / 0.8);
  }

  .lg\:bg-accent-200\/85 {
    background-color: rgb(216 246 154 / 0.85);
  }

  .lg\:bg-accent-200\/90 {
    background-color: rgb(216 246 154 / 0.9);
  }

  .lg\:bg-accent-200\/95 {
    background-color: rgb(216 246 154 / 0.95);
  }

  .lg\:bg-accent-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(196 240 120 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-300\/0 {
    background-color: rgb(196 240 120 / 0);
  }

  .lg\:bg-accent-300\/10 {
    background-color: rgb(196 240 120 / 0.1);
  }

  .lg\:bg-accent-300\/100 {
    background-color: rgb(196 240 120 / 1);
  }

  .lg\:bg-accent-300\/15 {
    background-color: rgb(196 240 120 / 0.15);
  }

  .lg\:bg-accent-300\/20 {
    background-color: rgb(196 240 120 / 0.2);
  }

  .lg\:bg-accent-300\/25 {
    background-color: rgb(196 240 120 / 0.25);
  }

  .lg\:bg-accent-300\/30 {
    background-color: rgb(196 240 120 / 0.3);
  }

  .lg\:bg-accent-300\/35 {
    background-color: rgb(196 240 120 / 0.35);
  }

  .lg\:bg-accent-300\/40 {
    background-color: rgb(196 240 120 / 0.4);
  }

  .lg\:bg-accent-300\/45 {
    background-color: rgb(196 240 120 / 0.45);
  }

  .lg\:bg-accent-300\/5 {
    background-color: rgb(196 240 120 / 0.05);
  }

  .lg\:bg-accent-300\/50 {
    background-color: rgb(196 240 120 / 0.5);
  }

  .lg\:bg-accent-300\/55 {
    background-color: rgb(196 240 120 / 0.55);
  }

  .lg\:bg-accent-300\/60 {
    background-color: rgb(196 240 120 / 0.6);
  }

  .lg\:bg-accent-300\/65 {
    background-color: rgb(196 240 120 / 0.65);
  }

  .lg\:bg-accent-300\/70 {
    background-color: rgb(196 240 120 / 0.7);
  }

  .lg\:bg-accent-300\/75 {
    background-color: rgb(196 240 120 / 0.75);
  }

  .lg\:bg-accent-300\/80 {
    background-color: rgb(196 240 120 / 0.8);
  }

  .lg\:bg-accent-300\/85 {
    background-color: rgb(196 240 120 / 0.85);
  }

  .lg\:bg-accent-300\/90 {
    background-color: rgb(196 240 120 / 0.9);
  }

  .lg\:bg-accent-300\/95 {
    background-color: rgb(196 240 120 / 0.95);
  }

  .lg\:bg-accent-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(183 237 104 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-400\/0 {
    background-color: rgb(183 237 104 / 0);
  }

  .lg\:bg-accent-400\/10 {
    background-color: rgb(183 237 104 / 0.1);
  }

  .lg\:bg-accent-400\/100 {
    background-color: rgb(183 237 104 / 1);
  }

  .lg\:bg-accent-400\/15 {
    background-color: rgb(183 237 104 / 0.15);
  }

  .lg\:bg-accent-400\/20 {
    background-color: rgb(183 237 104 / 0.2);
  }

  .lg\:bg-accent-400\/25 {
    background-color: rgb(183 237 104 / 0.25);
  }

  .lg\:bg-accent-400\/30 {
    background-color: rgb(183 237 104 / 0.3);
  }

  .lg\:bg-accent-400\/35 {
    background-color: rgb(183 237 104 / 0.35);
  }

  .lg\:bg-accent-400\/40 {
    background-color: rgb(183 237 104 / 0.4);
  }

  .lg\:bg-accent-400\/45 {
    background-color: rgb(183 237 104 / 0.45);
  }

  .lg\:bg-accent-400\/5 {
    background-color: rgb(183 237 104 / 0.05);
  }

  .lg\:bg-accent-400\/50 {
    background-color: rgb(183 237 104 / 0.5);
  }

  .lg\:bg-accent-400\/55 {
    background-color: rgb(183 237 104 / 0.55);
  }

  .lg\:bg-accent-400\/60 {
    background-color: rgb(183 237 104 / 0.6);
  }

  .lg\:bg-accent-400\/65 {
    background-color: rgb(183 237 104 / 0.65);
  }

  .lg\:bg-accent-400\/70 {
    background-color: rgb(183 237 104 / 0.7);
  }

  .lg\:bg-accent-400\/75 {
    background-color: rgb(183 237 104 / 0.75);
  }

  .lg\:bg-accent-400\/80 {
    background-color: rgb(183 237 104 / 0.8);
  }

  .lg\:bg-accent-400\/85 {
    background-color: rgb(183 237 104 / 0.85);
  }

  .lg\:bg-accent-400\/90 {
    background-color: rgb(183 237 104 / 0.9);
  }

  .lg\:bg-accent-400\/95 {
    background-color: rgb(183 237 104 / 0.95);
  }

  .lg\:bg-accent-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 253 235 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-50\/0 {
    background-color: rgb(247 253 235 / 0);
  }

  .lg\:bg-accent-50\/10 {
    background-color: rgb(247 253 235 / 0.1);
  }

  .lg\:bg-accent-50\/100 {
    background-color: rgb(247 253 235 / 1);
  }

  .lg\:bg-accent-50\/15 {
    background-color: rgb(247 253 235 / 0.15);
  }

  .lg\:bg-accent-50\/20 {
    background-color: rgb(247 253 235 / 0.2);
  }

  .lg\:bg-accent-50\/25 {
    background-color: rgb(247 253 235 / 0.25);
  }

  .lg\:bg-accent-50\/30 {
    background-color: rgb(247 253 235 / 0.3);
  }

  .lg\:bg-accent-50\/35 {
    background-color: rgb(247 253 235 / 0.35);
  }

  .lg\:bg-accent-50\/40 {
    background-color: rgb(247 253 235 / 0.4);
  }

  .lg\:bg-accent-50\/45 {
    background-color: rgb(247 253 235 / 0.45);
  }

  .lg\:bg-accent-50\/5 {
    background-color: rgb(247 253 235 / 0.05);
  }

  .lg\:bg-accent-50\/50 {
    background-color: rgb(247 253 235 / 0.5);
  }

  .lg\:bg-accent-50\/55 {
    background-color: rgb(247 253 235 / 0.55);
  }

  .lg\:bg-accent-50\/60 {
    background-color: rgb(247 253 235 / 0.6);
  }

  .lg\:bg-accent-50\/65 {
    background-color: rgb(247 253 235 / 0.65);
  }

  .lg\:bg-accent-50\/70 {
    background-color: rgb(247 253 235 / 0.7);
  }

  .lg\:bg-accent-50\/75 {
    background-color: rgb(247 253 235 / 0.75);
  }

  .lg\:bg-accent-50\/80 {
    background-color: rgb(247 253 235 / 0.8);
  }

  .lg\:bg-accent-50\/85 {
    background-color: rgb(247 253 235 / 0.85);
  }

  .lg\:bg-accent-50\/90 {
    background-color: rgb(247 253 235 / 0.9);
  }

  .lg\:bg-accent-50\/95 {
    background-color: rgb(247 253 235 / 0.95);
  }

  .lg\:bg-accent-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(174 235 96 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-500\/0 {
    background-color: rgb(174 235 96 / 0);
  }

  .lg\:bg-accent-500\/10 {
    background-color: rgb(174 235 96 / 0.1);
  }

  .lg\:bg-accent-500\/100 {
    background-color: rgb(174 235 96 / 1);
  }

  .lg\:bg-accent-500\/15 {
    background-color: rgb(174 235 96 / 0.15);
  }

  .lg\:bg-accent-500\/20 {
    background-color: rgb(174 235 96 / 0.2);
  }

  .lg\:bg-accent-500\/25 {
    background-color: rgb(174 235 96 / 0.25);
  }

  .lg\:bg-accent-500\/30 {
    background-color: rgb(174 235 96 / 0.3);
  }

  .lg\:bg-accent-500\/35 {
    background-color: rgb(174 235 96 / 0.35);
  }

  .lg\:bg-accent-500\/40 {
    background-color: rgb(174 235 96 / 0.4);
  }

  .lg\:bg-accent-500\/45 {
    background-color: rgb(174 235 96 / 0.45);
  }

  .lg\:bg-accent-500\/5 {
    background-color: rgb(174 235 96 / 0.05);
  }

  .lg\:bg-accent-500\/50 {
    background-color: rgb(174 235 96 / 0.5);
  }

  .lg\:bg-accent-500\/55 {
    background-color: rgb(174 235 96 / 0.55);
  }

  .lg\:bg-accent-500\/60 {
    background-color: rgb(174 235 96 / 0.6);
  }

  .lg\:bg-accent-500\/65 {
    background-color: rgb(174 235 96 / 0.65);
  }

  .lg\:bg-accent-500\/70 {
    background-color: rgb(174 235 96 / 0.7);
  }

  .lg\:bg-accent-500\/75 {
    background-color: rgb(174 235 96 / 0.75);
  }

  .lg\:bg-accent-500\/80 {
    background-color: rgb(174 235 96 / 0.8);
  }

  .lg\:bg-accent-500\/85 {
    background-color: rgb(174 235 96 / 0.85);
  }

  .lg\:bg-accent-500\/90 {
    background-color: rgb(174 235 96 / 0.9);
  }

  .lg\:bg-accent-500\/95 {
    background-color: rgb(174 235 96 / 0.95);
  }

  .lg\:bg-accent-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(130 201 48 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-600\/0 {
    background-color: rgb(130 201 48 / 0);
  }

  .lg\:bg-accent-600\/10 {
    background-color: rgb(130 201 48 / 0.1);
  }

  .lg\:bg-accent-600\/100 {
    background-color: rgb(130 201 48 / 1);
  }

  .lg\:bg-accent-600\/15 {
    background-color: rgb(130 201 48 / 0.15);
  }

  .lg\:bg-accent-600\/20 {
    background-color: rgb(130 201 48 / 0.2);
  }

  .lg\:bg-accent-600\/25 {
    background-color: rgb(130 201 48 / 0.25);
  }

  .lg\:bg-accent-600\/30 {
    background-color: rgb(130 201 48 / 0.3);
  }

  .lg\:bg-accent-600\/35 {
    background-color: rgb(130 201 48 / 0.35);
  }

  .lg\:bg-accent-600\/40 {
    background-color: rgb(130 201 48 / 0.4);
  }

  .lg\:bg-accent-600\/45 {
    background-color: rgb(130 201 48 / 0.45);
  }

  .lg\:bg-accent-600\/5 {
    background-color: rgb(130 201 48 / 0.05);
  }

  .lg\:bg-accent-600\/50 {
    background-color: rgb(130 201 48 / 0.5);
  }

  .lg\:bg-accent-600\/55 {
    background-color: rgb(130 201 48 / 0.55);
  }

  .lg\:bg-accent-600\/60 {
    background-color: rgb(130 201 48 / 0.6);
  }

  .lg\:bg-accent-600\/65 {
    background-color: rgb(130 201 48 / 0.65);
  }

  .lg\:bg-accent-600\/70 {
    background-color: rgb(130 201 48 / 0.7);
  }

  .lg\:bg-accent-600\/75 {
    background-color: rgb(130 201 48 / 0.75);
  }

  .lg\:bg-accent-600\/80 {
    background-color: rgb(130 201 48 / 0.8);
  }

  .lg\:bg-accent-600\/85 {
    background-color: rgb(130 201 48 / 0.85);
  }

  .lg\:bg-accent-600\/90 {
    background-color: rgb(130 201 48 / 0.9);
  }

  .lg\:bg-accent-600\/95 {
    background-color: rgb(130 201 48 / 0.95);
  }

  .lg\:bg-accent-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(97 161 31 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-700\/0 {
    background-color: rgb(97 161 31 / 0);
  }

  .lg\:bg-accent-700\/10 {
    background-color: rgb(97 161 31 / 0.1);
  }

  .lg\:bg-accent-700\/100 {
    background-color: rgb(97 161 31 / 1);
  }

  .lg\:bg-accent-700\/15 {
    background-color: rgb(97 161 31 / 0.15);
  }

  .lg\:bg-accent-700\/20 {
    background-color: rgb(97 161 31 / 0.2);
  }

  .lg\:bg-accent-700\/25 {
    background-color: rgb(97 161 31 / 0.25);
  }

  .lg\:bg-accent-700\/30 {
    background-color: rgb(97 161 31 / 0.3);
  }

  .lg\:bg-accent-700\/35 {
    background-color: rgb(97 161 31 / 0.35);
  }

  .lg\:bg-accent-700\/40 {
    background-color: rgb(97 161 31 / 0.4);
  }

  .lg\:bg-accent-700\/45 {
    background-color: rgb(97 161 31 / 0.45);
  }

  .lg\:bg-accent-700\/5 {
    background-color: rgb(97 161 31 / 0.05);
  }

  .lg\:bg-accent-700\/50 {
    background-color: rgb(97 161 31 / 0.5);
  }

  .lg\:bg-accent-700\/55 {
    background-color: rgb(97 161 31 / 0.55);
  }

  .lg\:bg-accent-700\/60 {
    background-color: rgb(97 161 31 / 0.6);
  }

  .lg\:bg-accent-700\/65 {
    background-color: rgb(97 161 31 / 0.65);
  }

  .lg\:bg-accent-700\/70 {
    background-color: rgb(97 161 31 / 0.7);
  }

  .lg\:bg-accent-700\/75 {
    background-color: rgb(97 161 31 / 0.75);
  }

  .lg\:bg-accent-700\/80 {
    background-color: rgb(97 161 31 / 0.8);
  }

  .lg\:bg-accent-700\/85 {
    background-color: rgb(97 161 31 / 0.85);
  }

  .lg\:bg-accent-700\/90 {
    background-color: rgb(97 161 31 / 0.9);
  }

  .lg\:bg-accent-700\/95 {
    background-color: rgb(97 161 31 / 0.95);
  }

  .lg\:bg-accent-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(78 126 32 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-800\/0 {
    background-color: rgb(78 126 32 / 0);
  }

  .lg\:bg-accent-800\/10 {
    background-color: rgb(78 126 32 / 0.1);
  }

  .lg\:bg-accent-800\/100 {
    background-color: rgb(78 126 32 / 1);
  }

  .lg\:bg-accent-800\/15 {
    background-color: rgb(78 126 32 / 0.15);
  }

  .lg\:bg-accent-800\/20 {
    background-color: rgb(78 126 32 / 0.2);
  }

  .lg\:bg-accent-800\/25 {
    background-color: rgb(78 126 32 / 0.25);
  }

  .lg\:bg-accent-800\/30 {
    background-color: rgb(78 126 32 / 0.3);
  }

  .lg\:bg-accent-800\/35 {
    background-color: rgb(78 126 32 / 0.35);
  }

  .lg\:bg-accent-800\/40 {
    background-color: rgb(78 126 32 / 0.4);
  }

  .lg\:bg-accent-800\/45 {
    background-color: rgb(78 126 32 / 0.45);
  }

  .lg\:bg-accent-800\/5 {
    background-color: rgb(78 126 32 / 0.05);
  }

  .lg\:bg-accent-800\/50 {
    background-color: rgb(78 126 32 / 0.5);
  }

  .lg\:bg-accent-800\/55 {
    background-color: rgb(78 126 32 / 0.55);
  }

  .lg\:bg-accent-800\/60 {
    background-color: rgb(78 126 32 / 0.6);
  }

  .lg\:bg-accent-800\/65 {
    background-color: rgb(78 126 32 / 0.65);
  }

  .lg\:bg-accent-800\/70 {
    background-color: rgb(78 126 32 / 0.7);
  }

  .lg\:bg-accent-800\/75 {
    background-color: rgb(78 126 32 / 0.75);
  }

  .lg\:bg-accent-800\/80 {
    background-color: rgb(78 126 32 / 0.8);
  }

  .lg\:bg-accent-800\/85 {
    background-color: rgb(78 126 32 / 0.85);
  }

  .lg\:bg-accent-800\/90 {
    background-color: rgb(78 126 32 / 0.9);
  }

  .lg\:bg-accent-800\/95 {
    background-color: rgb(78 126 32 / 0.95);
  }

  .lg\:bg-accent-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(66 106 33 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-900\/0 {
    background-color: rgb(66 106 33 / 0);
  }

  .lg\:bg-accent-900\/10 {
    background-color: rgb(66 106 33 / 0.1);
  }

  .lg\:bg-accent-900\/100 {
    background-color: rgb(66 106 33 / 1);
  }

  .lg\:bg-accent-900\/15 {
    background-color: rgb(66 106 33 / 0.15);
  }

  .lg\:bg-accent-900\/20 {
    background-color: rgb(66 106 33 / 0.2);
  }

  .lg\:bg-accent-900\/25 {
    background-color: rgb(66 106 33 / 0.25);
  }

  .lg\:bg-accent-900\/30 {
    background-color: rgb(66 106 33 / 0.3);
  }

  .lg\:bg-accent-900\/35 {
    background-color: rgb(66 106 33 / 0.35);
  }

  .lg\:bg-accent-900\/40 {
    background-color: rgb(66 106 33 / 0.4);
  }

  .lg\:bg-accent-900\/45 {
    background-color: rgb(66 106 33 / 0.45);
  }

  .lg\:bg-accent-900\/5 {
    background-color: rgb(66 106 33 / 0.05);
  }

  .lg\:bg-accent-900\/50 {
    background-color: rgb(66 106 33 / 0.5);
  }

  .lg\:bg-accent-900\/55 {
    background-color: rgb(66 106 33 / 0.55);
  }

  .lg\:bg-accent-900\/60 {
    background-color: rgb(66 106 33 / 0.6);
  }

  .lg\:bg-accent-900\/65 {
    background-color: rgb(66 106 33 / 0.65);
  }

  .lg\:bg-accent-900\/70 {
    background-color: rgb(66 106 33 / 0.7);
  }

  .lg\:bg-accent-900\/75 {
    background-color: rgb(66 106 33 / 0.75);
  }

  .lg\:bg-accent-900\/80 {
    background-color: rgb(66 106 33 / 0.8);
  }

  .lg\:bg-accent-900\/85 {
    background-color: rgb(66 106 33 / 0.85);
  }

  .lg\:bg-accent-900\/90 {
    background-color: rgb(66 106 33 / 0.9);
  }

  .lg\:bg-accent-900\/95 {
    background-color: rgb(66 106 33 / 0.95);
  }

  .lg\:bg-accent-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(32 58 11 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-accent-950\/0 {
    background-color: rgb(32 58 11 / 0);
  }

  .lg\:bg-accent-950\/10 {
    background-color: rgb(32 58 11 / 0.1);
  }

  .lg\:bg-accent-950\/100 {
    background-color: rgb(32 58 11 / 1);
  }

  .lg\:bg-accent-950\/15 {
    background-color: rgb(32 58 11 / 0.15);
  }

  .lg\:bg-accent-950\/20 {
    background-color: rgb(32 58 11 / 0.2);
  }

  .lg\:bg-accent-950\/25 {
    background-color: rgb(32 58 11 / 0.25);
  }

  .lg\:bg-accent-950\/30 {
    background-color: rgb(32 58 11 / 0.3);
  }

  .lg\:bg-accent-950\/35 {
    background-color: rgb(32 58 11 / 0.35);
  }

  .lg\:bg-accent-950\/40 {
    background-color: rgb(32 58 11 / 0.4);
  }

  .lg\:bg-accent-950\/45 {
    background-color: rgb(32 58 11 / 0.45);
  }

  .lg\:bg-accent-950\/5 {
    background-color: rgb(32 58 11 / 0.05);
  }

  .lg\:bg-accent-950\/50 {
    background-color: rgb(32 58 11 / 0.5);
  }

  .lg\:bg-accent-950\/55 {
    background-color: rgb(32 58 11 / 0.55);
  }

  .lg\:bg-accent-950\/60 {
    background-color: rgb(32 58 11 / 0.6);
  }

  .lg\:bg-accent-950\/65 {
    background-color: rgb(32 58 11 / 0.65);
  }

  .lg\:bg-accent-950\/70 {
    background-color: rgb(32 58 11 / 0.7);
  }

  .lg\:bg-accent-950\/75 {
    background-color: rgb(32 58 11 / 0.75);
  }

  .lg\:bg-accent-950\/80 {
    background-color: rgb(32 58 11 / 0.8);
  }

  .lg\:bg-accent-950\/85 {
    background-color: rgb(32 58 11 / 0.85);
  }

  .lg\:bg-accent-950\/90 {
    background-color: rgb(32 58 11 / 0.9);
  }

  .lg\:bg-accent-950\/95 {
    background-color: rgb(32 58 11 / 0.95);
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-black\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .lg\:bg-black\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .lg\:bg-black\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .lg\:bg-black\/15 {
    background-color: rgb(0 0 0 / 0.15);
  }

  .lg\:bg-black\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .lg\:bg-black\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:bg-black\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-black\/35 {
    background-color: rgb(0 0 0 / 0.35);
  }

  .lg\:bg-black\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .lg\:bg-black\/45 {
    background-color: rgb(0 0 0 / 0.45);
  }

  .lg\:bg-black\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .lg\:bg-black\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:bg-black\/55 {
    background-color: rgb(0 0 0 / 0.55);
  }

  .lg\:bg-black\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .lg\:bg-black\/65 {
    background-color: rgb(0 0 0 / 0.65);
  }

  .lg\:bg-black\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .lg\:bg-black\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .lg\:bg-black\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:bg-black\/85 {
    background-color: rgb(0 0 0 / 0.85);
  }

  .lg\:bg-black\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .lg\:bg-black\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .lg\:bg-brand-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 227 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-100\/0 {
    background-color: rgb(233 227 255 / 0);
  }

  .lg\:bg-brand-100\/10 {
    background-color: rgb(233 227 255 / 0.1);
  }

  .lg\:bg-brand-100\/100 {
    background-color: rgb(233 227 255 / 1);
  }

  .lg\:bg-brand-100\/15 {
    background-color: rgb(233 227 255 / 0.15);
  }

  .lg\:bg-brand-100\/20 {
    background-color: rgb(233 227 255 / 0.2);
  }

  .lg\:bg-brand-100\/25 {
    background-color: rgb(233 227 255 / 0.25);
  }

  .lg\:bg-brand-100\/30 {
    background-color: rgb(233 227 255 / 0.3);
  }

  .lg\:bg-brand-100\/35 {
    background-color: rgb(233 227 255 / 0.35);
  }

  .lg\:bg-brand-100\/40 {
    background-color: rgb(233 227 255 / 0.4);
  }

  .lg\:bg-brand-100\/45 {
    background-color: rgb(233 227 255 / 0.45);
  }

  .lg\:bg-brand-100\/5 {
    background-color: rgb(233 227 255 / 0.05);
  }

  .lg\:bg-brand-100\/50 {
    background-color: rgb(233 227 255 / 0.5);
  }

  .lg\:bg-brand-100\/55 {
    background-color: rgb(233 227 255 / 0.55);
  }

  .lg\:bg-brand-100\/60 {
    background-color: rgb(233 227 255 / 0.6);
  }

  .lg\:bg-brand-100\/65 {
    background-color: rgb(233 227 255 / 0.65);
  }

  .lg\:bg-brand-100\/70 {
    background-color: rgb(233 227 255 / 0.7);
  }

  .lg\:bg-brand-100\/75 {
    background-color: rgb(233 227 255 / 0.75);
  }

  .lg\:bg-brand-100\/80 {
    background-color: rgb(233 227 255 / 0.8);
  }

  .lg\:bg-brand-100\/85 {
    background-color: rgb(233 227 255 / 0.85);
  }

  .lg\:bg-brand-100\/90 {
    background-color: rgb(233 227 255 / 0.9);
  }

  .lg\:bg-brand-100\/95 {
    background-color: rgb(233 227 255 / 0.95);
  }

  .lg\:bg-brand-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(211 199 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-200\/0 {
    background-color: rgb(211 199 255 / 0);
  }

  .lg\:bg-brand-200\/10 {
    background-color: rgb(211 199 255 / 0.1);
  }

  .lg\:bg-brand-200\/100 {
    background-color: rgb(211 199 255 / 1);
  }

  .lg\:bg-brand-200\/15 {
    background-color: rgb(211 199 255 / 0.15);
  }

  .lg\:bg-brand-200\/20 {
    background-color: rgb(211 199 255 / 0.2);
  }

  .lg\:bg-brand-200\/25 {
    background-color: rgb(211 199 255 / 0.25);
  }

  .lg\:bg-brand-200\/30 {
    background-color: rgb(211 199 255 / 0.3);
  }

  .lg\:bg-brand-200\/35 {
    background-color: rgb(211 199 255 / 0.35);
  }

  .lg\:bg-brand-200\/40 {
    background-color: rgb(211 199 255 / 0.4);
  }

  .lg\:bg-brand-200\/45 {
    background-color: rgb(211 199 255 / 0.45);
  }

  .lg\:bg-brand-200\/5 {
    background-color: rgb(211 199 255 / 0.05);
  }

  .lg\:bg-brand-200\/50 {
    background-color: rgb(211 199 255 / 0.5);
  }

  .lg\:bg-brand-200\/55 {
    background-color: rgb(211 199 255 / 0.55);
  }

  .lg\:bg-brand-200\/60 {
    background-color: rgb(211 199 255 / 0.6);
  }

  .lg\:bg-brand-200\/65 {
    background-color: rgb(211 199 255 / 0.65);
  }

  .lg\:bg-brand-200\/70 {
    background-color: rgb(211 199 255 / 0.7);
  }

  .lg\:bg-brand-200\/75 {
    background-color: rgb(211 199 255 / 0.75);
  }

  .lg\:bg-brand-200\/80 {
    background-color: rgb(211 199 255 / 0.8);
  }

  .lg\:bg-brand-200\/85 {
    background-color: rgb(211 199 255 / 0.85);
  }

  .lg\:bg-brand-200\/90 {
    background-color: rgb(211 199 255 / 0.9);
  }

  .lg\:bg-brand-200\/95 {
    background-color: rgb(211 199 255 / 0.95);
  }

  .lg\:bg-brand-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(183 154 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-300\/0 {
    background-color: rgb(183 154 255 / 0);
  }

  .lg\:bg-brand-300\/10 {
    background-color: rgb(183 154 255 / 0.1);
  }

  .lg\:bg-brand-300\/100 {
    background-color: rgb(183 154 255 / 1);
  }

  .lg\:bg-brand-300\/15 {
    background-color: rgb(183 154 255 / 0.15);
  }

  .lg\:bg-brand-300\/20 {
    background-color: rgb(183 154 255 / 0.2);
  }

  .lg\:bg-brand-300\/25 {
    background-color: rgb(183 154 255 / 0.25);
  }

  .lg\:bg-brand-300\/30 {
    background-color: rgb(183 154 255 / 0.3);
  }

  .lg\:bg-brand-300\/35 {
    background-color: rgb(183 154 255 / 0.35);
  }

  .lg\:bg-brand-300\/40 {
    background-color: rgb(183 154 255 / 0.4);
  }

  .lg\:bg-brand-300\/45 {
    background-color: rgb(183 154 255 / 0.45);
  }

  .lg\:bg-brand-300\/5 {
    background-color: rgb(183 154 255 / 0.05);
  }

  .lg\:bg-brand-300\/50 {
    background-color: rgb(183 154 255 / 0.5);
  }

  .lg\:bg-brand-300\/55 {
    background-color: rgb(183 154 255 / 0.55);
  }

  .lg\:bg-brand-300\/60 {
    background-color: rgb(183 154 255 / 0.6);
  }

  .lg\:bg-brand-300\/65 {
    background-color: rgb(183 154 255 / 0.65);
  }

  .lg\:bg-brand-300\/70 {
    background-color: rgb(183 154 255 / 0.7);
  }

  .lg\:bg-brand-300\/75 {
    background-color: rgb(183 154 255 / 0.75);
  }

  .lg\:bg-brand-300\/80 {
    background-color: rgb(183 154 255 / 0.8);
  }

  .lg\:bg-brand-300\/85 {
    background-color: rgb(183 154 255 / 0.85);
  }

  .lg\:bg-brand-300\/90 {
    background-color: rgb(183 154 255 / 0.9);
  }

  .lg\:bg-brand-300\/95 {
    background-color: rgb(183 154 255 / 0.95);
  }

  .lg\:bg-brand-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(149 98 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-400\/0 {
    background-color: rgb(149 98 255 / 0);
  }

  .lg\:bg-brand-400\/10 {
    background-color: rgb(149 98 255 / 0.1);
  }

  .lg\:bg-brand-400\/100 {
    background-color: rgb(149 98 255 / 1);
  }

  .lg\:bg-brand-400\/15 {
    background-color: rgb(149 98 255 / 0.15);
  }

  .lg\:bg-brand-400\/20 {
    background-color: rgb(149 98 255 / 0.2);
  }

  .lg\:bg-brand-400\/25 {
    background-color: rgb(149 98 255 / 0.25);
  }

  .lg\:bg-brand-400\/30 {
    background-color: rgb(149 98 255 / 0.3);
  }

  .lg\:bg-brand-400\/35 {
    background-color: rgb(149 98 255 / 0.35);
  }

  .lg\:bg-brand-400\/40 {
    background-color: rgb(149 98 255 / 0.4);
  }

  .lg\:bg-brand-400\/45 {
    background-color: rgb(149 98 255 / 0.45);
  }

  .lg\:bg-brand-400\/5 {
    background-color: rgb(149 98 255 / 0.05);
  }

  .lg\:bg-brand-400\/50 {
    background-color: rgb(149 98 255 / 0.5);
  }

  .lg\:bg-brand-400\/55 {
    background-color: rgb(149 98 255 / 0.55);
  }

  .lg\:bg-brand-400\/60 {
    background-color: rgb(149 98 255 / 0.6);
  }

  .lg\:bg-brand-400\/65 {
    background-color: rgb(149 98 255 / 0.65);
  }

  .lg\:bg-brand-400\/70 {
    background-color: rgb(149 98 255 / 0.7);
  }

  .lg\:bg-brand-400\/75 {
    background-color: rgb(149 98 255 / 0.75);
  }

  .lg\:bg-brand-400\/80 {
    background-color: rgb(149 98 255 / 0.8);
  }

  .lg\:bg-brand-400\/85 {
    background-color: rgb(149 98 255 / 0.85);
  }

  .lg\:bg-brand-400\/90 {
    background-color: rgb(149 98 255 / 0.9);
  }

  .lg\:bg-brand-400\/95 {
    background-color: rgb(149 98 255 / 0.95);
  }

  .lg\:bg-brand-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(244 241 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-50\/0 {
    background-color: rgb(244 241 255 / 0);
  }

  .lg\:bg-brand-50\/10 {
    background-color: rgb(244 241 255 / 0.1);
  }

  .lg\:bg-brand-50\/100 {
    background-color: rgb(244 241 255 / 1);
  }

  .lg\:bg-brand-50\/15 {
    background-color: rgb(244 241 255 / 0.15);
  }

  .lg\:bg-brand-50\/20 {
    background-color: rgb(244 241 255 / 0.2);
  }

  .lg\:bg-brand-50\/25 {
    background-color: rgb(244 241 255 / 0.25);
  }

  .lg\:bg-brand-50\/30 {
    background-color: rgb(244 241 255 / 0.3);
  }

  .lg\:bg-brand-50\/35 {
    background-color: rgb(244 241 255 / 0.35);
  }

  .lg\:bg-brand-50\/40 {
    background-color: rgb(244 241 255 / 0.4);
  }

  .lg\:bg-brand-50\/45 {
    background-color: rgb(244 241 255 / 0.45);
  }

  .lg\:bg-brand-50\/5 {
    background-color: rgb(244 241 255 / 0.05);
  }

  .lg\:bg-brand-50\/50 {
    background-color: rgb(244 241 255 / 0.5);
  }

  .lg\:bg-brand-50\/55 {
    background-color: rgb(244 241 255 / 0.55);
  }

  .lg\:bg-brand-50\/60 {
    background-color: rgb(244 241 255 / 0.6);
  }

  .lg\:bg-brand-50\/65 {
    background-color: rgb(244 241 255 / 0.65);
  }

  .lg\:bg-brand-50\/70 {
    background-color: rgb(244 241 255 / 0.7);
  }

  .lg\:bg-brand-50\/75 {
    background-color: rgb(244 241 255 / 0.75);
  }

  .lg\:bg-brand-50\/80 {
    background-color: rgb(244 241 255 / 0.8);
  }

  .lg\:bg-brand-50\/85 {
    background-color: rgb(244 241 255 / 0.85);
  }

  .lg\:bg-brand-50\/90 {
    background-color: rgb(244 241 255 / 0.9);
  }

  .lg\:bg-brand-50\/95 {
    background-color: rgb(244 241 255 / 0.95);
  }

  .lg\:bg-brand-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(78 28 209 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-500\/0 {
    background-color: rgb(78 28 209 / 0);
  }

  .lg\:bg-brand-500\/10 {
    background-color: rgb(78 28 209 / 0.1);
  }

  .lg\:bg-brand-500\/100 {
    background-color: rgb(78 28 209 / 1);
  }

  .lg\:bg-brand-500\/15 {
    background-color: rgb(78 28 209 / 0.15);
  }

  .lg\:bg-brand-500\/20 {
    background-color: rgb(78 28 209 / 0.2);
  }

  .lg\:bg-brand-500\/25 {
    background-color: rgb(78 28 209 / 0.25);
  }

  .lg\:bg-brand-500\/30 {
    background-color: rgb(78 28 209 / 0.3);
  }

  .lg\:bg-brand-500\/35 {
    background-color: rgb(78 28 209 / 0.35);
  }

  .lg\:bg-brand-500\/40 {
    background-color: rgb(78 28 209 / 0.4);
  }

  .lg\:bg-brand-500\/45 {
    background-color: rgb(78 28 209 / 0.45);
  }

  .lg\:bg-brand-500\/5 {
    background-color: rgb(78 28 209 / 0.05);
  }

  .lg\:bg-brand-500\/50 {
    background-color: rgb(78 28 209 / 0.5);
  }

  .lg\:bg-brand-500\/55 {
    background-color: rgb(78 28 209 / 0.55);
  }

  .lg\:bg-brand-500\/60 {
    background-color: rgb(78 28 209 / 0.6);
  }

  .lg\:bg-brand-500\/65 {
    background-color: rgb(78 28 209 / 0.65);
  }

  .lg\:bg-brand-500\/70 {
    background-color: rgb(78 28 209 / 0.7);
  }

  .lg\:bg-brand-500\/75 {
    background-color: rgb(78 28 209 / 0.75);
  }

  .lg\:bg-brand-500\/80 {
    background-color: rgb(78 28 209 / 0.8);
  }

  .lg\:bg-brand-500\/85 {
    background-color: rgb(78 28 209 / 0.85);
  }

  .lg\:bg-brand-500\/90 {
    background-color: rgb(78 28 209 / 0.9);
  }

  .lg\:bg-brand-500\/95 {
    background-color: rgb(78 28 209 / 0.95);
  }

  .lg\:bg-brand-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(65 21 181 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-600\/0 {
    background-color: rgb(65 21 181 / 0);
  }

  .lg\:bg-brand-600\/10 {
    background-color: rgb(65 21 181 / 0.1);
  }

  .lg\:bg-brand-600\/100 {
    background-color: rgb(65 21 181 / 1);
  }

  .lg\:bg-brand-600\/15 {
    background-color: rgb(65 21 181 / 0.15);
  }

  .lg\:bg-brand-600\/20 {
    background-color: rgb(65 21 181 / 0.2);
  }

  .lg\:bg-brand-600\/25 {
    background-color: rgb(65 21 181 / 0.25);
  }

  .lg\:bg-brand-600\/30 {
    background-color: rgb(65 21 181 / 0.3);
  }

  .lg\:bg-brand-600\/35 {
    background-color: rgb(65 21 181 / 0.35);
  }

  .lg\:bg-brand-600\/40 {
    background-color: rgb(65 21 181 / 0.4);
  }

  .lg\:bg-brand-600\/45 {
    background-color: rgb(65 21 181 / 0.45);
  }

  .lg\:bg-brand-600\/5 {
    background-color: rgb(65 21 181 / 0.05);
  }

  .lg\:bg-brand-600\/50 {
    background-color: rgb(65 21 181 / 0.5);
  }

  .lg\:bg-brand-600\/55 {
    background-color: rgb(65 21 181 / 0.55);
  }

  .lg\:bg-brand-600\/60 {
    background-color: rgb(65 21 181 / 0.6);
  }

  .lg\:bg-brand-600\/65 {
    background-color: rgb(65 21 181 / 0.65);
  }

  .lg\:bg-brand-600\/70 {
    background-color: rgb(65 21 181 / 0.7);
  }

  .lg\:bg-brand-600\/75 {
    background-color: rgb(65 21 181 / 0.75);
  }

  .lg\:bg-brand-600\/80 {
    background-color: rgb(65 21 181 / 0.8);
  }

  .lg\:bg-brand-600\/85 {
    background-color: rgb(65 21 181 / 0.85);
  }

  .lg\:bg-brand-600\/90 {
    background-color: rgb(65 21 181 / 0.9);
  }

  .lg\:bg-brand-600\/95 {
    background-color: rgb(65 21 181 / 0.95);
  }

  .lg\:bg-brand-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(54 16 150 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-700\/0 {
    background-color: rgb(54 16 150 / 0);
  }

  .lg\:bg-brand-700\/10 {
    background-color: rgb(54 16 150 / 0.1);
  }

  .lg\:bg-brand-700\/100 {
    background-color: rgb(54 16 150 / 1);
  }

  .lg\:bg-brand-700\/15 {
    background-color: rgb(54 16 150 / 0.15);
  }

  .lg\:bg-brand-700\/20 {
    background-color: rgb(54 16 150 / 0.2);
  }

  .lg\:bg-brand-700\/25 {
    background-color: rgb(54 16 150 / 0.25);
  }

  .lg\:bg-brand-700\/30 {
    background-color: rgb(54 16 150 / 0.3);
  }

  .lg\:bg-brand-700\/35 {
    background-color: rgb(54 16 150 / 0.35);
  }

  .lg\:bg-brand-700\/40 {
    background-color: rgb(54 16 150 / 0.4);
  }

  .lg\:bg-brand-700\/45 {
    background-color: rgb(54 16 150 / 0.45);
  }

  .lg\:bg-brand-700\/5 {
    background-color: rgb(54 16 150 / 0.05);
  }

  .lg\:bg-brand-700\/50 {
    background-color: rgb(54 16 150 / 0.5);
  }

  .lg\:bg-brand-700\/55 {
    background-color: rgb(54 16 150 / 0.55);
  }

  .lg\:bg-brand-700\/60 {
    background-color: rgb(54 16 150 / 0.6);
  }

  .lg\:bg-brand-700\/65 {
    background-color: rgb(54 16 150 / 0.65);
  }

  .lg\:bg-brand-700\/70 {
    background-color: rgb(54 16 150 / 0.7);
  }

  .lg\:bg-brand-700\/75 {
    background-color: rgb(54 16 150 / 0.75);
  }

  .lg\:bg-brand-700\/80 {
    background-color: rgb(54 16 150 / 0.8);
  }

  .lg\:bg-brand-700\/85 {
    background-color: rgb(54 16 150 / 0.85);
  }

  .lg\:bg-brand-700\/90 {
    background-color: rgb(54 16 150 / 0.9);
  }

  .lg\:bg-brand-700\/95 {
    background-color: rgb(54 16 150 / 0.95);
  }

  .lg\:bg-brand-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(46 16 120 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-800\/0 {
    background-color: rgb(46 16 120 / 0);
  }

  .lg\:bg-brand-800\/10 {
    background-color: rgb(46 16 120 / 0.1);
  }

  .lg\:bg-brand-800\/100 {
    background-color: rgb(46 16 120 / 1);
  }

  .lg\:bg-brand-800\/15 {
    background-color: rgb(46 16 120 / 0.15);
  }

  .lg\:bg-brand-800\/20 {
    background-color: rgb(46 16 120 / 0.2);
  }

  .lg\:bg-brand-800\/25 {
    background-color: rgb(46 16 120 / 0.25);
  }

  .lg\:bg-brand-800\/30 {
    background-color: rgb(46 16 120 / 0.3);
  }

  .lg\:bg-brand-800\/35 {
    background-color: rgb(46 16 120 / 0.35);
  }

  .lg\:bg-brand-800\/40 {
    background-color: rgb(46 16 120 / 0.4);
  }

  .lg\:bg-brand-800\/45 {
    background-color: rgb(46 16 120 / 0.45);
  }

  .lg\:bg-brand-800\/5 {
    background-color: rgb(46 16 120 / 0.05);
  }

  .lg\:bg-brand-800\/50 {
    background-color: rgb(46 16 120 / 0.5);
  }

  .lg\:bg-brand-800\/55 {
    background-color: rgb(46 16 120 / 0.55);
  }

  .lg\:bg-brand-800\/60 {
    background-color: rgb(46 16 120 / 0.6);
  }

  .lg\:bg-brand-800\/65 {
    background-color: rgb(46 16 120 / 0.65);
  }

  .lg\:bg-brand-800\/70 {
    background-color: rgb(46 16 120 / 0.7);
  }

  .lg\:bg-brand-800\/75 {
    background-color: rgb(46 16 120 / 0.75);
  }

  .lg\:bg-brand-800\/80 {
    background-color: rgb(46 16 120 / 0.8);
  }

  .lg\:bg-brand-800\/85 {
    background-color: rgb(46 16 120 / 0.85);
  }

  .lg\:bg-brand-800\/90 {
    background-color: rgb(46 16 120 / 0.9);
  }

  .lg\:bg-brand-800\/95 {
    background-color: rgb(46 16 120 / 0.95);
  }

  .lg\:bg-brand-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(39 15 98 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-900\/0 {
    background-color: rgb(39 15 98 / 0);
  }

  .lg\:bg-brand-900\/10 {
    background-color: rgb(39 15 98 / 0.1);
  }

  .lg\:bg-brand-900\/100 {
    background-color: rgb(39 15 98 / 1);
  }

  .lg\:bg-brand-900\/15 {
    background-color: rgb(39 15 98 / 0.15);
  }

  .lg\:bg-brand-900\/20 {
    background-color: rgb(39 15 98 / 0.2);
  }

  .lg\:bg-brand-900\/25 {
    background-color: rgb(39 15 98 / 0.25);
  }

  .lg\:bg-brand-900\/30 {
    background-color: rgb(39 15 98 / 0.3);
  }

  .lg\:bg-brand-900\/35 {
    background-color: rgb(39 15 98 / 0.35);
  }

  .lg\:bg-brand-900\/40 {
    background-color: rgb(39 15 98 / 0.4);
  }

  .lg\:bg-brand-900\/45 {
    background-color: rgb(39 15 98 / 0.45);
  }

  .lg\:bg-brand-900\/5 {
    background-color: rgb(39 15 98 / 0.05);
  }

  .lg\:bg-brand-900\/50 {
    background-color: rgb(39 15 98 / 0.5);
  }

  .lg\:bg-brand-900\/55 {
    background-color: rgb(39 15 98 / 0.55);
  }

  .lg\:bg-brand-900\/60 {
    background-color: rgb(39 15 98 / 0.6);
  }

  .lg\:bg-brand-900\/65 {
    background-color: rgb(39 15 98 / 0.65);
  }

  .lg\:bg-brand-900\/70 {
    background-color: rgb(39 15 98 / 0.7);
  }

  .lg\:bg-brand-900\/75 {
    background-color: rgb(39 15 98 / 0.75);
  }

  .lg\:bg-brand-900\/80 {
    background-color: rgb(39 15 98 / 0.8);
  }

  .lg\:bg-brand-900\/85 {
    background-color: rgb(39 15 98 / 0.85);
  }

  .lg\:bg-brand-900\/90 {
    background-color: rgb(39 15 98 / 0.9);
  }

  .lg\:bg-brand-900\/95 {
    background-color: rgb(39 15 98 / 0.95);
  }

  .lg\:bg-brand-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 5 58 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-brand-950\/0 {
    background-color: rgb(22 5 58 / 0);
  }

  .lg\:bg-brand-950\/10 {
    background-color: rgb(22 5 58 / 0.1);
  }

  .lg\:bg-brand-950\/100 {
    background-color: rgb(22 5 58 / 1);
  }

  .lg\:bg-brand-950\/15 {
    background-color: rgb(22 5 58 / 0.15);
  }

  .lg\:bg-brand-950\/20 {
    background-color: rgb(22 5 58 / 0.2);
  }

  .lg\:bg-brand-950\/25 {
    background-color: rgb(22 5 58 / 0.25);
  }

  .lg\:bg-brand-950\/30 {
    background-color: rgb(22 5 58 / 0.3);
  }

  .lg\:bg-brand-950\/35 {
    background-color: rgb(22 5 58 / 0.35);
  }

  .lg\:bg-brand-950\/40 {
    background-color: rgb(22 5 58 / 0.4);
  }

  .lg\:bg-brand-950\/45 {
    background-color: rgb(22 5 58 / 0.45);
  }

  .lg\:bg-brand-950\/5 {
    background-color: rgb(22 5 58 / 0.05);
  }

  .lg\:bg-brand-950\/50 {
    background-color: rgb(22 5 58 / 0.5);
  }

  .lg\:bg-brand-950\/55 {
    background-color: rgb(22 5 58 / 0.55);
  }

  .lg\:bg-brand-950\/60 {
    background-color: rgb(22 5 58 / 0.6);
  }

  .lg\:bg-brand-950\/65 {
    background-color: rgb(22 5 58 / 0.65);
  }

  .lg\:bg-brand-950\/70 {
    background-color: rgb(22 5 58 / 0.7);
  }

  .lg\:bg-brand-950\/75 {
    background-color: rgb(22 5 58 / 0.75);
  }

  .lg\:bg-brand-950\/80 {
    background-color: rgb(22 5 58 / 0.8);
  }

  .lg\:bg-brand-950\/85 {
    background-color: rgb(22 5 58 / 0.85);
  }

  .lg\:bg-brand-950\/90 {
    background-color: rgb(22 5 58 / 0.9);
  }

  .lg\:bg-brand-950\/95 {
    background-color: rgb(22 5 58 / 0.95);
  }

  .lg\:bg-neutral-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 245 244 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-100\/0 {
    background-color: rgb(246 245 244 / 0);
  }

  .lg\:bg-neutral-100\/10 {
    background-color: rgb(246 245 244 / 0.1);
  }

  .lg\:bg-neutral-100\/100 {
    background-color: rgb(246 245 244 / 1);
  }

  .lg\:bg-neutral-100\/15 {
    background-color: rgb(246 245 244 / 0.15);
  }

  .lg\:bg-neutral-100\/20 {
    background-color: rgb(246 245 244 / 0.2);
  }

  .lg\:bg-neutral-100\/25 {
    background-color: rgb(246 245 244 / 0.25);
  }

  .lg\:bg-neutral-100\/30 {
    background-color: rgb(246 245 244 / 0.3);
  }

  .lg\:bg-neutral-100\/35 {
    background-color: rgb(246 245 244 / 0.35);
  }

  .lg\:bg-neutral-100\/40 {
    background-color: rgb(246 245 244 / 0.4);
  }

  .lg\:bg-neutral-100\/45 {
    background-color: rgb(246 245 244 / 0.45);
  }

  .lg\:bg-neutral-100\/5 {
    background-color: rgb(246 245 244 / 0.05);
  }

  .lg\:bg-neutral-100\/50 {
    background-color: rgb(246 245 244 / 0.5);
  }

  .lg\:bg-neutral-100\/55 {
    background-color: rgb(246 245 244 / 0.55);
  }

  .lg\:bg-neutral-100\/60 {
    background-color: rgb(246 245 244 / 0.6);
  }

  .lg\:bg-neutral-100\/65 {
    background-color: rgb(246 245 244 / 0.65);
  }

  .lg\:bg-neutral-100\/70 {
    background-color: rgb(246 245 244 / 0.7);
  }

  .lg\:bg-neutral-100\/75 {
    background-color: rgb(246 245 244 / 0.75);
  }

  .lg\:bg-neutral-100\/80 {
    background-color: rgb(246 245 244 / 0.8);
  }

  .lg\:bg-neutral-100\/85 {
    background-color: rgb(246 245 244 / 0.85);
  }

  .lg\:bg-neutral-100\/90 {
    background-color: rgb(246 245 244 / 0.9);
  }

  .lg\:bg-neutral-100\/95 {
    background-color: rgb(246 245 244 / 0.95);
  }

  .lg\:bg-neutral-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 230 227 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-200\/0 {
    background-color: rgb(233 230 227 / 0);
  }

  .lg\:bg-neutral-200\/10 {
    background-color: rgb(233 230 227 / 0.1);
  }

  .lg\:bg-neutral-200\/100 {
    background-color: rgb(233 230 227 / 1);
  }

  .lg\:bg-neutral-200\/15 {
    background-color: rgb(233 230 227 / 0.15);
  }

  .lg\:bg-neutral-200\/20 {
    background-color: rgb(233 230 227 / 0.2);
  }

  .lg\:bg-neutral-200\/25 {
    background-color: rgb(233 230 227 / 0.25);
  }

  .lg\:bg-neutral-200\/30 {
    background-color: rgb(233 230 227 / 0.3);
  }

  .lg\:bg-neutral-200\/35 {
    background-color: rgb(233 230 227 / 0.35);
  }

  .lg\:bg-neutral-200\/40 {
    background-color: rgb(233 230 227 / 0.4);
  }

  .lg\:bg-neutral-200\/45 {
    background-color: rgb(233 230 227 / 0.45);
  }

  .lg\:bg-neutral-200\/5 {
    background-color: rgb(233 230 227 / 0.05);
  }

  .lg\:bg-neutral-200\/50 {
    background-color: rgb(233 230 227 / 0.5);
  }

  .lg\:bg-neutral-200\/55 {
    background-color: rgb(233 230 227 / 0.55);
  }

  .lg\:bg-neutral-200\/60 {
    background-color: rgb(233 230 227 / 0.6);
  }

  .lg\:bg-neutral-200\/65 {
    background-color: rgb(233 230 227 / 0.65);
  }

  .lg\:bg-neutral-200\/70 {
    background-color: rgb(233 230 227 / 0.7);
  }

  .lg\:bg-neutral-200\/75 {
    background-color: rgb(233 230 227 / 0.75);
  }

  .lg\:bg-neutral-200\/80 {
    background-color: rgb(233 230 227 / 0.8);
  }

  .lg\:bg-neutral-200\/85 {
    background-color: rgb(233 230 227 / 0.85);
  }

  .lg\:bg-neutral-200\/90 {
    background-color: rgb(233 230 227 / 0.9);
  }

  .lg\:bg-neutral-200\/95 {
    background-color: rgb(233 230 227 / 0.95);
  }

  .lg\:bg-neutral-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(215 210 205 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-300\/0 {
    background-color: rgb(215 210 205 / 0);
  }

  .lg\:bg-neutral-300\/10 {
    background-color: rgb(215 210 205 / 0.1);
  }

  .lg\:bg-neutral-300\/100 {
    background-color: rgb(215 210 205 / 1);
  }

  .lg\:bg-neutral-300\/15 {
    background-color: rgb(215 210 205 / 0.15);
  }

  .lg\:bg-neutral-300\/20 {
    background-color: rgb(215 210 205 / 0.2);
  }

  .lg\:bg-neutral-300\/25 {
    background-color: rgb(215 210 205 / 0.25);
  }

  .lg\:bg-neutral-300\/30 {
    background-color: rgb(215 210 205 / 0.3);
  }

  .lg\:bg-neutral-300\/35 {
    background-color: rgb(215 210 205 / 0.35);
  }

  .lg\:bg-neutral-300\/40 {
    background-color: rgb(215 210 205 / 0.4);
  }

  .lg\:bg-neutral-300\/45 {
    background-color: rgb(215 210 205 / 0.45);
  }

  .lg\:bg-neutral-300\/5 {
    background-color: rgb(215 210 205 / 0.05);
  }

  .lg\:bg-neutral-300\/50 {
    background-color: rgb(215 210 205 / 0.5);
  }

  .lg\:bg-neutral-300\/55 {
    background-color: rgb(215 210 205 / 0.55);
  }

  .lg\:bg-neutral-300\/60 {
    background-color: rgb(215 210 205 / 0.6);
  }

  .lg\:bg-neutral-300\/65 {
    background-color: rgb(215 210 205 / 0.65);
  }

  .lg\:bg-neutral-300\/70 {
    background-color: rgb(215 210 205 / 0.7);
  }

  .lg\:bg-neutral-300\/75 {
    background-color: rgb(215 210 205 / 0.75);
  }

  .lg\:bg-neutral-300\/80 {
    background-color: rgb(215 210 205 / 0.8);
  }

  .lg\:bg-neutral-300\/85 {
    background-color: rgb(215 210 205 / 0.85);
  }

  .lg\:bg-neutral-300\/90 {
    background-color: rgb(215 210 205 / 0.9);
  }

  .lg\:bg-neutral-300\/95 {
    background-color: rgb(215 210 205 / 0.95);
  }

  .lg\:bg-neutral-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(175 168 161 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-400\/0 {
    background-color: rgb(175 168 161 / 0);
  }

  .lg\:bg-neutral-400\/10 {
    background-color: rgb(175 168 161 / 0.1);
  }

  .lg\:bg-neutral-400\/100 {
    background-color: rgb(175 168 161 / 1);
  }

  .lg\:bg-neutral-400\/15 {
    background-color: rgb(175 168 161 / 0.15);
  }

  .lg\:bg-neutral-400\/20 {
    background-color: rgb(175 168 161 / 0.2);
  }

  .lg\:bg-neutral-400\/25 {
    background-color: rgb(175 168 161 / 0.25);
  }

  .lg\:bg-neutral-400\/30 {
    background-color: rgb(175 168 161 / 0.3);
  }

  .lg\:bg-neutral-400\/35 {
    background-color: rgb(175 168 161 / 0.35);
  }

  .lg\:bg-neutral-400\/40 {
    background-color: rgb(175 168 161 / 0.4);
  }

  .lg\:bg-neutral-400\/45 {
    background-color: rgb(175 168 161 / 0.45);
  }

  .lg\:bg-neutral-400\/5 {
    background-color: rgb(175 168 161 / 0.05);
  }

  .lg\:bg-neutral-400\/50 {
    background-color: rgb(175 168 161 / 0.5);
  }

  .lg\:bg-neutral-400\/55 {
    background-color: rgb(175 168 161 / 0.55);
  }

  .lg\:bg-neutral-400\/60 {
    background-color: rgb(175 168 161 / 0.6);
  }

  .lg\:bg-neutral-400\/65 {
    background-color: rgb(175 168 161 / 0.65);
  }

  .lg\:bg-neutral-400\/70 {
    background-color: rgb(175 168 161 / 0.7);
  }

  .lg\:bg-neutral-400\/75 {
    background-color: rgb(175 168 161 / 0.75);
  }

  .lg\:bg-neutral-400\/80 {
    background-color: rgb(175 168 161 / 0.8);
  }

  .lg\:bg-neutral-400\/85 {
    background-color: rgb(175 168 161 / 0.85);
  }

  .lg\:bg-neutral-400\/90 {
    background-color: rgb(175 168 161 / 0.9);
  }

  .lg\:bg-neutral-400\/95 {
    background-color: rgb(175 168 161 / 0.95);
  }

  .lg\:bg-neutral-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(251 250 249 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-50\/0 {
    background-color: rgb(251 250 249 / 0);
  }

  .lg\:bg-neutral-50\/10 {
    background-color: rgb(251 250 249 / 0.1);
  }

  .lg\:bg-neutral-50\/100 {
    background-color: rgb(251 250 249 / 1);
  }

  .lg\:bg-neutral-50\/15 {
    background-color: rgb(251 250 249 / 0.15);
  }

  .lg\:bg-neutral-50\/20 {
    background-color: rgb(251 250 249 / 0.2);
  }

  .lg\:bg-neutral-50\/25 {
    background-color: rgb(251 250 249 / 0.25);
  }

  .lg\:bg-neutral-50\/30 {
    background-color: rgb(251 250 249 / 0.3);
  }

  .lg\:bg-neutral-50\/35 {
    background-color: rgb(251 250 249 / 0.35);
  }

  .lg\:bg-neutral-50\/40 {
    background-color: rgb(251 250 249 / 0.4);
  }

  .lg\:bg-neutral-50\/45 {
    background-color: rgb(251 250 249 / 0.45);
  }

  .lg\:bg-neutral-50\/5 {
    background-color: rgb(251 250 249 / 0.05);
  }

  .lg\:bg-neutral-50\/50 {
    background-color: rgb(251 250 249 / 0.5);
  }

  .lg\:bg-neutral-50\/55 {
    background-color: rgb(251 250 249 / 0.55);
  }

  .lg\:bg-neutral-50\/60 {
    background-color: rgb(251 250 249 / 0.6);
  }

  .lg\:bg-neutral-50\/65 {
    background-color: rgb(251 250 249 / 0.65);
  }

  .lg\:bg-neutral-50\/70 {
    background-color: rgb(251 250 249 / 0.7);
  }

  .lg\:bg-neutral-50\/75 {
    background-color: rgb(251 250 249 / 0.75);
  }

  .lg\:bg-neutral-50\/80 {
    background-color: rgb(251 250 249 / 0.8);
  }

  .lg\:bg-neutral-50\/85 {
    background-color: rgb(251 250 249 / 0.85);
  }

  .lg\:bg-neutral-50\/90 {
    background-color: rgb(251 250 249 / 0.9);
  }

  .lg\:bg-neutral-50\/95 {
    background-color: rgb(251 250 249 / 0.95);
  }

  .lg\:bg-neutral-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(129 121 113 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-500\/0 {
    background-color: rgb(129 121 113 / 0);
  }

  .lg\:bg-neutral-500\/10 {
    background-color: rgb(129 121 113 / 0.1);
  }

  .lg\:bg-neutral-500\/100 {
    background-color: rgb(129 121 113 / 1);
  }

  .lg\:bg-neutral-500\/15 {
    background-color: rgb(129 121 113 / 0.15);
  }

  .lg\:bg-neutral-500\/20 {
    background-color: rgb(129 121 113 / 0.2);
  }

  .lg\:bg-neutral-500\/25 {
    background-color: rgb(129 121 113 / 0.25);
  }

  .lg\:bg-neutral-500\/30 {
    background-color: rgb(129 121 113 / 0.3);
  }

  .lg\:bg-neutral-500\/35 {
    background-color: rgb(129 121 113 / 0.35);
  }

  .lg\:bg-neutral-500\/40 {
    background-color: rgb(129 121 113 / 0.4);
  }

  .lg\:bg-neutral-500\/45 {
    background-color: rgb(129 121 113 / 0.45);
  }

  .lg\:bg-neutral-500\/5 {
    background-color: rgb(129 121 113 / 0.05);
  }

  .lg\:bg-neutral-500\/50 {
    background-color: rgb(129 121 113 / 0.5);
  }

  .lg\:bg-neutral-500\/55 {
    background-color: rgb(129 121 113 / 0.55);
  }

  .lg\:bg-neutral-500\/60 {
    background-color: rgb(129 121 113 / 0.6);
  }

  .lg\:bg-neutral-500\/65 {
    background-color: rgb(129 121 113 / 0.65);
  }

  .lg\:bg-neutral-500\/70 {
    background-color: rgb(129 121 113 / 0.7);
  }

  .lg\:bg-neutral-500\/75 {
    background-color: rgb(129 121 113 / 0.75);
  }

  .lg\:bg-neutral-500\/80 {
    background-color: rgb(129 121 113 / 0.8);
  }

  .lg\:bg-neutral-500\/85 {
    background-color: rgb(129 121 113 / 0.85);
  }

  .lg\:bg-neutral-500\/90 {
    background-color: rgb(129 121 113 / 0.9);
  }

  .lg\:bg-neutral-500\/95 {
    background-color: rgb(129 121 113 / 0.95);
  }

  .lg\:bg-neutral-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(96 89 82 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-600\/0 {
    background-color: rgb(96 89 82 / 0);
  }

  .lg\:bg-neutral-600\/10 {
    background-color: rgb(96 89 82 / 0.1);
  }

  .lg\:bg-neutral-600\/100 {
    background-color: rgb(96 89 82 / 1);
  }

  .lg\:bg-neutral-600\/15 {
    background-color: rgb(96 89 82 / 0.15);
  }

  .lg\:bg-neutral-600\/20 {
    background-color: rgb(96 89 82 / 0.2);
  }

  .lg\:bg-neutral-600\/25 {
    background-color: rgb(96 89 82 / 0.25);
  }

  .lg\:bg-neutral-600\/30 {
    background-color: rgb(96 89 82 / 0.3);
  }

  .lg\:bg-neutral-600\/35 {
    background-color: rgb(96 89 82 / 0.35);
  }

  .lg\:bg-neutral-600\/40 {
    background-color: rgb(96 89 82 / 0.4);
  }

  .lg\:bg-neutral-600\/45 {
    background-color: rgb(96 89 82 / 0.45);
  }

  .lg\:bg-neutral-600\/5 {
    background-color: rgb(96 89 82 / 0.05);
  }

  .lg\:bg-neutral-600\/50 {
    background-color: rgb(96 89 82 / 0.5);
  }

  .lg\:bg-neutral-600\/55 {
    background-color: rgb(96 89 82 / 0.55);
  }

  .lg\:bg-neutral-600\/60 {
    background-color: rgb(96 89 82 / 0.6);
  }

  .lg\:bg-neutral-600\/65 {
    background-color: rgb(96 89 82 / 0.65);
  }

  .lg\:bg-neutral-600\/70 {
    background-color: rgb(96 89 82 / 0.7);
  }

  .lg\:bg-neutral-600\/75 {
    background-color: rgb(96 89 82 / 0.75);
  }

  .lg\:bg-neutral-600\/80 {
    background-color: rgb(96 89 82 / 0.8);
  }

  .lg\:bg-neutral-600\/85 {
    background-color: rgb(96 89 82 / 0.85);
  }

  .lg\:bg-neutral-600\/90 {
    background-color: rgb(96 89 82 / 0.9);
  }

  .lg\:bg-neutral-600\/95 {
    background-color: rgb(96 89 82 / 0.95);
  }

  .lg\:bg-neutral-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(73 68 63 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-700\/0 {
    background-color: rgb(73 68 63 / 0);
  }

  .lg\:bg-neutral-700\/10 {
    background-color: rgb(73 68 63 / 0.1);
  }

  .lg\:bg-neutral-700\/100 {
    background-color: rgb(73 68 63 / 1);
  }

  .lg\:bg-neutral-700\/15 {
    background-color: rgb(73 68 63 / 0.15);
  }

  .lg\:bg-neutral-700\/20 {
    background-color: rgb(73 68 63 / 0.2);
  }

  .lg\:bg-neutral-700\/25 {
    background-color: rgb(73 68 63 / 0.25);
  }

  .lg\:bg-neutral-700\/30 {
    background-color: rgb(73 68 63 / 0.3);
  }

  .lg\:bg-neutral-700\/35 {
    background-color: rgb(73 68 63 / 0.35);
  }

  .lg\:bg-neutral-700\/40 {
    background-color: rgb(73 68 63 / 0.4);
  }

  .lg\:bg-neutral-700\/45 {
    background-color: rgb(73 68 63 / 0.45);
  }

  .lg\:bg-neutral-700\/5 {
    background-color: rgb(73 68 63 / 0.05);
  }

  .lg\:bg-neutral-700\/50 {
    background-color: rgb(73 68 63 / 0.5);
  }

  .lg\:bg-neutral-700\/55 {
    background-color: rgb(73 68 63 / 0.55);
  }

  .lg\:bg-neutral-700\/60 {
    background-color: rgb(73 68 63 / 0.6);
  }

  .lg\:bg-neutral-700\/65 {
    background-color: rgb(73 68 63 / 0.65);
  }

  .lg\:bg-neutral-700\/70 {
    background-color: rgb(73 68 63 / 0.7);
  }

  .lg\:bg-neutral-700\/75 {
    background-color: rgb(73 68 63 / 0.75);
  }

  .lg\:bg-neutral-700\/80 {
    background-color: rgb(73 68 63 / 0.8);
  }

  .lg\:bg-neutral-700\/85 {
    background-color: rgb(73 68 63 / 0.85);
  }

  .lg\:bg-neutral-700\/90 {
    background-color: rgb(73 68 63 / 0.9);
  }

  .lg\:bg-neutral-700\/95 {
    background-color: rgb(73 68 63 / 0.95);
  }

  .lg\:bg-neutral-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(48 45 42 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-800\/0 {
    background-color: rgb(48 45 42 / 0);
  }

  .lg\:bg-neutral-800\/10 {
    background-color: rgb(48 45 42 / 0.1);
  }

  .lg\:bg-neutral-800\/100 {
    background-color: rgb(48 45 42 / 1);
  }

  .lg\:bg-neutral-800\/15 {
    background-color: rgb(48 45 42 / 0.15);
  }

  .lg\:bg-neutral-800\/20 {
    background-color: rgb(48 45 42 / 0.2);
  }

  .lg\:bg-neutral-800\/25 {
    background-color: rgb(48 45 42 / 0.25);
  }

  .lg\:bg-neutral-800\/30 {
    background-color: rgb(48 45 42 / 0.3);
  }

  .lg\:bg-neutral-800\/35 {
    background-color: rgb(48 45 42 / 0.35);
  }

  .lg\:bg-neutral-800\/40 {
    background-color: rgb(48 45 42 / 0.4);
  }

  .lg\:bg-neutral-800\/45 {
    background-color: rgb(48 45 42 / 0.45);
  }

  .lg\:bg-neutral-800\/5 {
    background-color: rgb(48 45 42 / 0.05);
  }

  .lg\:bg-neutral-800\/50 {
    background-color: rgb(48 45 42 / 0.5);
  }

  .lg\:bg-neutral-800\/55 {
    background-color: rgb(48 45 42 / 0.55);
  }

  .lg\:bg-neutral-800\/60 {
    background-color: rgb(48 45 42 / 0.6);
  }

  .lg\:bg-neutral-800\/65 {
    background-color: rgb(48 45 42 / 0.65);
  }

  .lg\:bg-neutral-800\/70 {
    background-color: rgb(48 45 42 / 0.7);
  }

  .lg\:bg-neutral-800\/75 {
    background-color: rgb(48 45 42 / 0.75);
  }

  .lg\:bg-neutral-800\/80 {
    background-color: rgb(48 45 42 / 0.8);
  }

  .lg\:bg-neutral-800\/85 {
    background-color: rgb(48 45 42 / 0.85);
  }

  .lg\:bg-neutral-800\/90 {
    background-color: rgb(48 45 42 / 0.9);
  }

  .lg\:bg-neutral-800\/95 {
    background-color: rgb(48 45 42 / 0.95);
  }

  .lg\:bg-neutral-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(33 31 29 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-900\/0 {
    background-color: rgb(33 31 29 / 0);
  }

  .lg\:bg-neutral-900\/10 {
    background-color: rgb(33 31 29 / 0.1);
  }

  .lg\:bg-neutral-900\/100 {
    background-color: rgb(33 31 29 / 1);
  }

  .lg\:bg-neutral-900\/15 {
    background-color: rgb(33 31 29 / 0.15);
  }

  .lg\:bg-neutral-900\/20 {
    background-color: rgb(33 31 29 / 0.2);
  }

  .lg\:bg-neutral-900\/25 {
    background-color: rgb(33 31 29 / 0.25);
  }

  .lg\:bg-neutral-900\/30 {
    background-color: rgb(33 31 29 / 0.3);
  }

  .lg\:bg-neutral-900\/35 {
    background-color: rgb(33 31 29 / 0.35);
  }

  .lg\:bg-neutral-900\/40 {
    background-color: rgb(33 31 29 / 0.4);
  }

  .lg\:bg-neutral-900\/45 {
    background-color: rgb(33 31 29 / 0.45);
  }

  .lg\:bg-neutral-900\/5 {
    background-color: rgb(33 31 29 / 0.05);
  }

  .lg\:bg-neutral-900\/50 {
    background-color: rgb(33 31 29 / 0.5);
  }

  .lg\:bg-neutral-900\/55 {
    background-color: rgb(33 31 29 / 0.55);
  }

  .lg\:bg-neutral-900\/60 {
    background-color: rgb(33 31 29 / 0.6);
  }

  .lg\:bg-neutral-900\/65 {
    background-color: rgb(33 31 29 / 0.65);
  }

  .lg\:bg-neutral-900\/70 {
    background-color: rgb(33 31 29 / 0.7);
  }

  .lg\:bg-neutral-900\/75 {
    background-color: rgb(33 31 29 / 0.75);
  }

  .lg\:bg-neutral-900\/80 {
    background-color: rgb(33 31 29 / 0.8);
  }

  .lg\:bg-neutral-900\/85 {
    background-color: rgb(33 31 29 / 0.85);
  }

  .lg\:bg-neutral-900\/90 {
    background-color: rgb(33 31 29 / 0.9);
  }

  .lg\:bg-neutral-900\/95 {
    background-color: rgb(33 31 29 / 0.95);
  }

  .lg\:bg-neutral-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(18 17 16 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-neutral-950\/0 {
    background-color: rgb(18 17 16 / 0);
  }

  .lg\:bg-neutral-950\/10 {
    background-color: rgb(18 17 16 / 0.1);
  }

  .lg\:bg-neutral-950\/100 {
    background-color: rgb(18 17 16 / 1);
  }

  .lg\:bg-neutral-950\/15 {
    background-color: rgb(18 17 16 / 0.15);
  }

  .lg\:bg-neutral-950\/20 {
    background-color: rgb(18 17 16 / 0.2);
  }

  .lg\:bg-neutral-950\/25 {
    background-color: rgb(18 17 16 / 0.25);
  }

  .lg\:bg-neutral-950\/30 {
    background-color: rgb(18 17 16 / 0.3);
  }

  .lg\:bg-neutral-950\/35 {
    background-color: rgb(18 17 16 / 0.35);
  }

  .lg\:bg-neutral-950\/40 {
    background-color: rgb(18 17 16 / 0.4);
  }

  .lg\:bg-neutral-950\/45 {
    background-color: rgb(18 17 16 / 0.45);
  }

  .lg\:bg-neutral-950\/5 {
    background-color: rgb(18 17 16 / 0.05);
  }

  .lg\:bg-neutral-950\/50 {
    background-color: rgb(18 17 16 / 0.5);
  }

  .lg\:bg-neutral-950\/55 {
    background-color: rgb(18 17 16 / 0.55);
  }

  .lg\:bg-neutral-950\/60 {
    background-color: rgb(18 17 16 / 0.6);
  }

  .lg\:bg-neutral-950\/65 {
    background-color: rgb(18 17 16 / 0.65);
  }

  .lg\:bg-neutral-950\/70 {
    background-color: rgb(18 17 16 / 0.7);
  }

  .lg\:bg-neutral-950\/75 {
    background-color: rgb(18 17 16 / 0.75);
  }

  .lg\:bg-neutral-950\/80 {
    background-color: rgb(18 17 16 / 0.8);
  }

  .lg\:bg-neutral-950\/85 {
    background-color: rgb(18 17 16 / 0.85);
  }

  .lg\:bg-neutral-950\/90 {
    background-color: rgb(18 17 16 / 0.9);
  }

  .lg\:bg-neutral-950\/95 {
    background-color: rgb(18 17 16 / 0.95);
  }

  .lg\:bg-primary-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 234 222 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-100\/0 {
    background-color: rgb(254 234 222 / 0);
  }

  .lg\:bg-primary-100\/10 {
    background-color: rgb(254 234 222 / 0.1);
  }

  .lg\:bg-primary-100\/100 {
    background-color: rgb(254 234 222 / 1);
  }

  .lg\:bg-primary-100\/15 {
    background-color: rgb(254 234 222 / 0.15);
  }

  .lg\:bg-primary-100\/20 {
    background-color: rgb(254 234 222 / 0.2);
  }

  .lg\:bg-primary-100\/25 {
    background-color: rgb(254 234 222 / 0.25);
  }

  .lg\:bg-primary-100\/30 {
    background-color: rgb(254 234 222 / 0.3);
  }

  .lg\:bg-primary-100\/35 {
    background-color: rgb(254 234 222 / 0.35);
  }

  .lg\:bg-primary-100\/40 {
    background-color: rgb(254 234 222 / 0.4);
  }

  .lg\:bg-primary-100\/45 {
    background-color: rgb(254 234 222 / 0.45);
  }

  .lg\:bg-primary-100\/5 {
    background-color: rgb(254 234 222 / 0.05);
  }

  .lg\:bg-primary-100\/50 {
    background-color: rgb(254 234 222 / 0.5);
  }

  .lg\:bg-primary-100\/55 {
    background-color: rgb(254 234 222 / 0.55);
  }

  .lg\:bg-primary-100\/60 {
    background-color: rgb(254 234 222 / 0.6);
  }

  .lg\:bg-primary-100\/65 {
    background-color: rgb(254 234 222 / 0.65);
  }

  .lg\:bg-primary-100\/70 {
    background-color: rgb(254 234 222 / 0.7);
  }

  .lg\:bg-primary-100\/75 {
    background-color: rgb(254 234 222 / 0.75);
  }

  .lg\:bg-primary-100\/80 {
    background-color: rgb(254 234 222 / 0.8);
  }

  .lg\:bg-primary-100\/85 {
    background-color: rgb(254 234 222 / 0.85);
  }

  .lg\:bg-primary-100\/90 {
    background-color: rgb(254 234 222 / 0.9);
  }

  .lg\:bg-primary-100\/95 {
    background-color: rgb(254 234 222 / 0.95);
  }

  .lg\:bg-primary-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(252 211 189 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-200\/0 {
    background-color: rgb(252 211 189 / 0);
  }

  .lg\:bg-primary-200\/10 {
    background-color: rgb(252 211 189 / 0.1);
  }

  .lg\:bg-primary-200\/100 {
    background-color: rgb(252 211 189 / 1);
  }

  .lg\:bg-primary-200\/15 {
    background-color: rgb(252 211 189 / 0.15);
  }

  .lg\:bg-primary-200\/20 {
    background-color: rgb(252 211 189 / 0.2);
  }

  .lg\:bg-primary-200\/25 {
    background-color: rgb(252 211 189 / 0.25);
  }

  .lg\:bg-primary-200\/30 {
    background-color: rgb(252 211 189 / 0.3);
  }

  .lg\:bg-primary-200\/35 {
    background-color: rgb(252 211 189 / 0.35);
  }

  .lg\:bg-primary-200\/40 {
    background-color: rgb(252 211 189 / 0.4);
  }

  .lg\:bg-primary-200\/45 {
    background-color: rgb(252 211 189 / 0.45);
  }

  .lg\:bg-primary-200\/5 {
    background-color: rgb(252 211 189 / 0.05);
  }

  .lg\:bg-primary-200\/50 {
    background-color: rgb(252 211 189 / 0.5);
  }

  .lg\:bg-primary-200\/55 {
    background-color: rgb(252 211 189 / 0.55);
  }

  .lg\:bg-primary-200\/60 {
    background-color: rgb(252 211 189 / 0.6);
  }

  .lg\:bg-primary-200\/65 {
    background-color: rgb(252 211 189 / 0.65);
  }

  .lg\:bg-primary-200\/70 {
    background-color: rgb(252 211 189 / 0.7);
  }

  .lg\:bg-primary-200\/75 {
    background-color: rgb(252 211 189 / 0.75);
  }

  .lg\:bg-primary-200\/80 {
    background-color: rgb(252 211 189 / 0.8);
  }

  .lg\:bg-primary-200\/85 {
    background-color: rgb(252 211 189 / 0.85);
  }

  .lg\:bg-primary-200\/90 {
    background-color: rgb(252 211 189 / 0.9);
  }

  .lg\:bg-primary-200\/95 {
    background-color: rgb(252 211 189 / 0.95);
  }

  .lg\:bg-primary-300 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 179 143 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-300\/0 {
    background-color: rgb(250 179 143 / 0);
  }

  .lg\:bg-primary-300\/10 {
    background-color: rgb(250 179 143 / 0.1);
  }

  .lg\:bg-primary-300\/100 {
    background-color: rgb(250 179 143 / 1);
  }

  .lg\:bg-primary-300\/15 {
    background-color: rgb(250 179 143 / 0.15);
  }

  .lg\:bg-primary-300\/20 {
    background-color: rgb(250 179 143 / 0.2);
  }

  .lg\:bg-primary-300\/25 {
    background-color: rgb(250 179 143 / 0.25);
  }

  .lg\:bg-primary-300\/30 {
    background-color: rgb(250 179 143 / 0.3);
  }

  .lg\:bg-primary-300\/35 {
    background-color: rgb(250 179 143 / 0.35);
  }

  .lg\:bg-primary-300\/40 {
    background-color: rgb(250 179 143 / 0.4);
  }

  .lg\:bg-primary-300\/45 {
    background-color: rgb(250 179 143 / 0.45);
  }

  .lg\:bg-primary-300\/5 {
    background-color: rgb(250 179 143 / 0.05);
  }

  .lg\:bg-primary-300\/50 {
    background-color: rgb(250 179 143 / 0.5);
  }

  .lg\:bg-primary-300\/55 {
    background-color: rgb(250 179 143 / 0.55);
  }

  .lg\:bg-primary-300\/60 {
    background-color: rgb(250 179 143 / 0.6);
  }

  .lg\:bg-primary-300\/65 {
    background-color: rgb(250 179 143 / 0.65);
  }

  .lg\:bg-primary-300\/70 {
    background-color: rgb(250 179 143 / 0.7);
  }

  .lg\:bg-primary-300\/75 {
    background-color: rgb(250 179 143 / 0.75);
  }

  .lg\:bg-primary-300\/80 {
    background-color: rgb(250 179 143 / 0.8);
  }

  .lg\:bg-primary-300\/85 {
    background-color: rgb(250 179 143 / 0.85);
  }

  .lg\:bg-primary-300\/90 {
    background-color: rgb(250 179 143 / 0.9);
  }

  .lg\:bg-primary-300\/95 {
    background-color: rgb(250 179 143 / 0.95);
  }

  .lg\:bg-primary-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 151 102 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-400\/0 {
    background-color: rgb(249 151 102 / 0);
  }

  .lg\:bg-primary-400\/10 {
    background-color: rgb(249 151 102 / 0.1);
  }

  .lg\:bg-primary-400\/100 {
    background-color: rgb(249 151 102 / 1);
  }

  .lg\:bg-primary-400\/15 {
    background-color: rgb(249 151 102 / 0.15);
  }

  .lg\:bg-primary-400\/20 {
    background-color: rgb(249 151 102 / 0.2);
  }

  .lg\:bg-primary-400\/25 {
    background-color: rgb(249 151 102 / 0.25);
  }

  .lg\:bg-primary-400\/30 {
    background-color: rgb(249 151 102 / 0.3);
  }

  .lg\:bg-primary-400\/35 {
    background-color: rgb(249 151 102 / 0.35);
  }

  .lg\:bg-primary-400\/40 {
    background-color: rgb(249 151 102 / 0.4);
  }

  .lg\:bg-primary-400\/45 {
    background-color: rgb(249 151 102 / 0.45);
  }

  .lg\:bg-primary-400\/5 {
    background-color: rgb(249 151 102 / 0.05);
  }

  .lg\:bg-primary-400\/50 {
    background-color: rgb(249 151 102 / 0.5);
  }

  .lg\:bg-primary-400\/55 {
    background-color: rgb(249 151 102 / 0.55);
  }

  .lg\:bg-primary-400\/60 {
    background-color: rgb(249 151 102 / 0.6);
  }

  .lg\:bg-primary-400\/65 {
    background-color: rgb(249 151 102 / 0.65);
  }

  .lg\:bg-primary-400\/70 {
    background-color: rgb(249 151 102 / 0.7);
  }

  .lg\:bg-primary-400\/75 {
    background-color: rgb(249 151 102 / 0.75);
  }

  .lg\:bg-primary-400\/80 {
    background-color: rgb(249 151 102 / 0.8);
  }

  .lg\:bg-primary-400\/85 {
    background-color: rgb(249 151 102 / 0.85);
  }

  .lg\:bg-primary-400\/90 {
    background-color: rgb(249 151 102 / 0.9);
  }

  .lg\:bg-primary-400\/95 {
    background-color: rgb(249 151 102 / 0.95);
  }

  .lg\:bg-primary-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 247 242 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-50\/0 {
    background-color: rgb(255 247 242 / 0);
  }

  .lg\:bg-primary-50\/10 {
    background-color: rgb(255 247 242 / 0.1);
  }

  .lg\:bg-primary-50\/100 {
    background-color: rgb(255 247 242 / 1);
  }

  .lg\:bg-primary-50\/15 {
    background-color: rgb(255 247 242 / 0.15);
  }

  .lg\:bg-primary-50\/20 {
    background-color: rgb(255 247 242 / 0.2);
  }

  .lg\:bg-primary-50\/25 {
    background-color: rgb(255 247 242 / 0.25);
  }

  .lg\:bg-primary-50\/30 {
    background-color: rgb(255 247 242 / 0.3);
  }

  .lg\:bg-primary-50\/35 {
    background-color: rgb(255 247 242 / 0.35);
  }

  .lg\:bg-primary-50\/40 {
    background-color: rgb(255 247 242 / 0.4);
  }

  .lg\:bg-primary-50\/45 {
    background-color: rgb(255 247 242 / 0.45);
  }

  .lg\:bg-primary-50\/5 {
    background-color: rgb(255 247 242 / 0.05);
  }

  .lg\:bg-primary-50\/50 {
    background-color: rgb(255 247 242 / 0.5);
  }

  .lg\:bg-primary-50\/55 {
    background-color: rgb(255 247 242 / 0.55);
  }

  .lg\:bg-primary-50\/60 {
    background-color: rgb(255 247 242 / 0.6);
  }

  .lg\:bg-primary-50\/65 {
    background-color: rgb(255 247 242 / 0.65);
  }

  .lg\:bg-primary-50\/70 {
    background-color: rgb(255 247 242 / 0.7);
  }

  .lg\:bg-primary-50\/75 {
    background-color: rgb(255 247 242 / 0.75);
  }

  .lg\:bg-primary-50\/80 {
    background-color: rgb(255 247 242 / 0.8);
  }

  .lg\:bg-primary-50\/85 {
    background-color: rgb(255 247 242 / 0.85);
  }

  .lg\:bg-primary-50\/90 {
    background-color: rgb(255 247 242 / 0.9);
  }

  .lg\:bg-primary-50\/95 {
    background-color: rgb(255 247 242 / 0.95);
  }

  .lg\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(247 141 77 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-500\/0 {
    background-color: rgb(247 141 77 / 0);
  }

  .lg\:bg-primary-500\/10 {
    background-color: rgb(247 141 77 / 0.1);
  }

  .lg\:bg-primary-500\/100 {
    background-color: rgb(247 141 77 / 1);
  }

  .lg\:bg-primary-500\/15 {
    background-color: rgb(247 141 77 / 0.15);
  }

  .lg\:bg-primary-500\/20 {
    background-color: rgb(247 141 77 / 0.2);
  }

  .lg\:bg-primary-500\/25 {
    background-color: rgb(247 141 77 / 0.25);
  }

  .lg\:bg-primary-500\/30 {
    background-color: rgb(247 141 77 / 0.3);
  }

  .lg\:bg-primary-500\/35 {
    background-color: rgb(247 141 77 / 0.35);
  }

  .lg\:bg-primary-500\/40 {
    background-color: rgb(247 141 77 / 0.4);
  }

  .lg\:bg-primary-500\/45 {
    background-color: rgb(247 141 77 / 0.45);
  }

  .lg\:bg-primary-500\/5 {
    background-color: rgb(247 141 77 / 0.05);
  }

  .lg\:bg-primary-500\/50 {
    background-color: rgb(247 141 77 / 0.5);
  }

  .lg\:bg-primary-500\/55 {
    background-color: rgb(247 141 77 / 0.55);
  }

  .lg\:bg-primary-500\/60 {
    background-color: rgb(247 141 77 / 0.6);
  }

  .lg\:bg-primary-500\/65 {
    background-color: rgb(247 141 77 / 0.65);
  }

  .lg\:bg-primary-500\/70 {
    background-color: rgb(247 141 77 / 0.7);
  }

  .lg\:bg-primary-500\/75 {
    background-color: rgb(247 141 77 / 0.75);
  }

  .lg\:bg-primary-500\/80 {
    background-color: rgb(247 141 77 / 0.8);
  }

  .lg\:bg-primary-500\/85 {
    background-color: rgb(247 141 77 / 0.85);
  }

  .lg\:bg-primary-500\/90 {
    background-color: rgb(247 141 77 / 0.9);
  }

  .lg\:bg-primary-500\/95 {
    background-color: rgb(247 141 77 / 0.95);
  }

  .lg\:bg-primary-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(233 99 37 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-600\/0 {
    background-color: rgb(233 99 37 / 0);
  }

  .lg\:bg-primary-600\/10 {
    background-color: rgb(233 99 37 / 0.1);
  }

  .lg\:bg-primary-600\/100 {
    background-color: rgb(233 99 37 / 1);
  }

  .lg\:bg-primary-600\/15 {
    background-color: rgb(233 99 37 / 0.15);
  }

  .lg\:bg-primary-600\/20 {
    background-color: rgb(233 99 37 / 0.2);
  }

  .lg\:bg-primary-600\/25 {
    background-color: rgb(233 99 37 / 0.25);
  }

  .lg\:bg-primary-600\/30 {
    background-color: rgb(233 99 37 / 0.3);
  }

  .lg\:bg-primary-600\/35 {
    background-color: rgb(233 99 37 / 0.35);
  }

  .lg\:bg-primary-600\/40 {
    background-color: rgb(233 99 37 / 0.4);
  }

  .lg\:bg-primary-600\/45 {
    background-color: rgb(233 99 37 / 0.45);
  }

  .lg\:bg-primary-600\/5 {
    background-color: rgb(233 99 37 / 0.05);
  }

  .lg\:bg-primary-600\/50 {
    background-color: rgb(233 99 37 / 0.5);
  }

  .lg\:bg-primary-600\/55 {
    background-color: rgb(233 99 37 / 0.55);
  }

  .lg\:bg-primary-600\/60 {
    background-color: rgb(233 99 37 / 0.6);
  }

  .lg\:bg-primary-600\/65 {
    background-color: rgb(233 99 37 / 0.65);
  }

  .lg\:bg-primary-600\/70 {
    background-color: rgb(233 99 37 / 0.7);
  }

  .lg\:bg-primary-600\/75 {
    background-color: rgb(233 99 37 / 0.75);
  }

  .lg\:bg-primary-600\/80 {
    background-color: rgb(233 99 37 / 0.8);
  }

  .lg\:bg-primary-600\/85 {
    background-color: rgb(233 99 37 / 0.85);
  }

  .lg\:bg-primary-600\/90 {
    background-color: rgb(233 99 37 / 0.9);
  }

  .lg\:bg-primary-600\/95 {
    background-color: rgb(233 99 37 / 0.95);
  }

  .lg\:bg-primary-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(201 74 22 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-700\/0 {
    background-color: rgb(201 74 22 / 0);
  }

  .lg\:bg-primary-700\/10 {
    background-color: rgb(201 74 22 / 0.1);
  }

  .lg\:bg-primary-700\/100 {
    background-color: rgb(201 74 22 / 1);
  }

  .lg\:bg-primary-700\/15 {
    background-color: rgb(201 74 22 / 0.15);
  }

  .lg\:bg-primary-700\/20 {
    background-color: rgb(201 74 22 / 0.2);
  }

  .lg\:bg-primary-700\/25 {
    background-color: rgb(201 74 22 / 0.25);
  }

  .lg\:bg-primary-700\/30 {
    background-color: rgb(201 74 22 / 0.3);
  }

  .lg\:bg-primary-700\/35 {
    background-color: rgb(201 74 22 / 0.35);
  }

  .lg\:bg-primary-700\/40 {
    background-color: rgb(201 74 22 / 0.4);
  }

  .lg\:bg-primary-700\/45 {
    background-color: rgb(201 74 22 / 0.45);
  }

  .lg\:bg-primary-700\/5 {
    background-color: rgb(201 74 22 / 0.05);
  }

  .lg\:bg-primary-700\/50 {
    background-color: rgb(201 74 22 / 0.5);
  }

  .lg\:bg-primary-700\/55 {
    background-color: rgb(201 74 22 / 0.55);
  }

  .lg\:bg-primary-700\/60 {
    background-color: rgb(201 74 22 / 0.6);
  }

  .lg\:bg-primary-700\/65 {
    background-color: rgb(201 74 22 / 0.65);
  }

  .lg\:bg-primary-700\/70 {
    background-color: rgb(201 74 22 / 0.7);
  }

  .lg\:bg-primary-700\/75 {
    background-color: rgb(201 74 22 / 0.75);
  }

  .lg\:bg-primary-700\/80 {
    background-color: rgb(201 74 22 / 0.8);
  }

  .lg\:bg-primary-700\/85 {
    background-color: rgb(201 74 22 / 0.85);
  }

  .lg\:bg-primary-700\/90 {
    background-color: rgb(201 74 22 / 0.9);
  }

  .lg\:bg-primary-700\/95 {
    background-color: rgb(201 74 22 / 0.95);
  }

  .lg\:bg-primary-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(161 59 24 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-800\/0 {
    background-color: rgb(161 59 24 / 0);
  }

  .lg\:bg-primary-800\/10 {
    background-color: rgb(161 59 24 / 0.1);
  }

  .lg\:bg-primary-800\/100 {
    background-color: rgb(161 59 24 / 1);
  }

  .lg\:bg-primary-800\/15 {
    background-color: rgb(161 59 24 / 0.15);
  }

  .lg\:bg-primary-800\/20 {
    background-color: rgb(161 59 24 / 0.2);
  }

  .lg\:bg-primary-800\/25 {
    background-color: rgb(161 59 24 / 0.25);
  }

  .lg\:bg-primary-800\/30 {
    background-color: rgb(161 59 24 / 0.3);
  }

  .lg\:bg-primary-800\/35 {
    background-color: rgb(161 59 24 / 0.35);
  }

  .lg\:bg-primary-800\/40 {
    background-color: rgb(161 59 24 / 0.4);
  }

  .lg\:bg-primary-800\/45 {
    background-color: rgb(161 59 24 / 0.45);
  }

  .lg\:bg-primary-800\/5 {
    background-color: rgb(161 59 24 / 0.05);
  }

  .lg\:bg-primary-800\/50 {
    background-color: rgb(161 59 24 / 0.5);
  }

  .lg\:bg-primary-800\/55 {
    background-color: rgb(161 59 24 / 0.55);
  }

  .lg\:bg-primary-800\/60 {
    background-color: rgb(161 59 24 / 0.6);
  }

  .lg\:bg-primary-800\/65 {
    background-color: rgb(161 59 24 / 0.65);
  }

  .lg\:bg-primary-800\/70 {
    background-color: rgb(161 59 24 / 0.7);
  }

  .lg\:bg-primary-800\/75 {
    background-color: rgb(161 59 24 / 0.75);
  }

  .lg\:bg-primary-800\/80 {
    background-color: rgb(161 59 24 / 0.8);
  }

  .lg\:bg-primary-800\/85 {
    background-color: rgb(161 59 24 / 0.85);
  }

  .lg\:bg-primary-800\/90 {
    background-color: rgb(161 59 24 / 0.9);
  }

  .lg\:bg-primary-800\/95 {
    background-color: rgb(161 59 24 / 0.95);
  }

  .lg\:bg-primary-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(130 51 24 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-900\/0 {
    background-color: rgb(130 51 24 / 0);
  }

  .lg\:bg-primary-900\/10 {
    background-color: rgb(130 51 24 / 0.1);
  }

  .lg\:bg-primary-900\/100 {
    background-color: rgb(130 51 24 / 1);
  }

  .lg\:bg-primary-900\/15 {
    background-color: rgb(130 51 24 / 0.15);
  }

  .lg\:bg-primary-900\/20 {
    background-color: rgb(130 51 24 / 0.2);
  }

  .lg\:bg-primary-900\/25 {
    background-color: rgb(130 51 24 / 0.25);
  }

  .lg\:bg-primary-900\/30 {
    background-color: rgb(130 51 24 / 0.3);
  }

  .lg\:bg-primary-900\/35 {
    background-color: rgb(130 51 24 / 0.35);
  }

  .lg\:bg-primary-900\/40 {
    background-color: rgb(130 51 24 / 0.4);
  }

  .lg\:bg-primary-900\/45 {
    background-color: rgb(130 51 24 / 0.45);
  }

  .lg\:bg-primary-900\/5 {
    background-color: rgb(130 51 24 / 0.05);
  }

  .lg\:bg-primary-900\/50 {
    background-color: rgb(130 51 24 / 0.5);
  }

  .lg\:bg-primary-900\/55 {
    background-color: rgb(130 51 24 / 0.55);
  }

  .lg\:bg-primary-900\/60 {
    background-color: rgb(130 51 24 / 0.6);
  }

  .lg\:bg-primary-900\/65 {
    background-color: rgb(130 51 24 / 0.65);
  }

  .lg\:bg-primary-900\/70 {
    background-color: rgb(130 51 24 / 0.7);
  }

  .lg\:bg-primary-900\/75 {
    background-color: rgb(130 51 24 / 0.75);
  }

  .lg\:bg-primary-900\/80 {
    background-color: rgb(130 51 24 / 0.8);
  }

  .lg\:bg-primary-900\/85 {
    background-color: rgb(130 51 24 / 0.85);
  }

  .lg\:bg-primary-900\/90 {
    background-color: rgb(130 51 24 / 0.9);
  }

  .lg\:bg-primary-900\/95 {
    background-color: rgb(130 51 24 / 0.95);
  }

  .lg\:bg-primary-950 {
    --tw-bg-opacity: 1;
    background-color: rgb(70 23 8 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-primary-950\/0 {
    background-color: rgb(70 23 8 / 0);
  }

  .lg\:bg-primary-950\/10 {
    background-color: rgb(70 23 8 / 0.1);
  }

  .lg\:bg-primary-950\/100 {
    background-color: rgb(70 23 8 / 1);
  }

  .lg\:bg-primary-950\/15 {
    background-color: rgb(70 23 8 / 0.15);
  }

  .lg\:bg-primary-950\/20 {
    background-color: rgb(70 23 8 / 0.2);
  }

  .lg\:bg-primary-950\/25 {
    background-color: rgb(70 23 8 / 0.25);
  }

  .lg\:bg-primary-950\/30 {
    background-color: rgb(70 23 8 / 0.3);
  }

  .lg\:bg-primary-950\/35 {
    background-color: rgb(70 23 8 / 0.35);
  }

  .lg\:bg-primary-950\/40 {
    background-color: rgb(70 23 8 / 0.4);
  }

  .lg\:bg-primary-950\/45 {
    background-color: rgb(70 23 8 / 0.45);
  }

  .lg\:bg-primary-950\/5 {
    background-color: rgb(70 23 8 / 0.05);
  }

  .lg\:bg-primary-950\/50 {
    background-color: rgb(70 23 8 / 0.5);
  }

  .lg\:bg-primary-950\/55 {
    background-color: rgb(70 23 8 / 0.55);
  }

  .lg\:bg-primary-950\/60 {
    background-color: rgb(70 23 8 / 0.6);
  }

  .lg\:bg-primary-950\/65 {
    background-color: rgb(70 23 8 / 0.65);
  }

  .lg\:bg-primary-950\/70 {
    background-color: rgb(70 23 8 / 0.7);
  }

  .lg\:bg-primary-950\/75 {
    background-color: rgb(70 23 8 / 0.75);
  }

  .lg\:bg-primary-950\/80 {
    background-color: rgb(70 23 8 / 0.8);
  }

  .lg\:bg-primary-950\/85 {
    background-color: rgb(70 23 8 / 0.85);
  }

  .lg\:bg-primary-950\/90 {
    background-color: rgb(70 23 8 / 0.9);
  }

  .lg\:bg-primary-950\/95 {
    background-color: rgb(70 23 8 / 0.95);
  }

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:bg-transparent\/0 {
    background-color: rgb(0 0 0 / 0);
  }

  .lg\:bg-transparent\/10 {
    background-color: rgb(0 0 0 / 0.1);
  }

  .lg\:bg-transparent\/100 {
    background-color: rgb(0 0 0 / 1);
  }

  .lg\:bg-transparent\/15 {
    background-color: rgb(0 0 0 / 0.15);
  }

  .lg\:bg-transparent\/20 {
    background-color: rgb(0 0 0 / 0.2);
  }

  .lg\:bg-transparent\/25 {
    background-color: rgb(0 0 0 / 0.25);
  }

  .lg\:bg-transparent\/30 {
    background-color: rgb(0 0 0 / 0.3);
  }

  .lg\:bg-transparent\/35 {
    background-color: rgb(0 0 0 / 0.35);
  }

  .lg\:bg-transparent\/40 {
    background-color: rgb(0 0 0 / 0.4);
  }

  .lg\:bg-transparent\/45 {
    background-color: rgb(0 0 0 / 0.45);
  }

  .lg\:bg-transparent\/5 {
    background-color: rgb(0 0 0 / 0.05);
  }

  .lg\:bg-transparent\/50 {
    background-color: rgb(0 0 0 / 0.5);
  }

  .lg\:bg-transparent\/55 {
    background-color: rgb(0 0 0 / 0.55);
  }

  .lg\:bg-transparent\/60 {
    background-color: rgb(0 0 0 / 0.6);
  }

  .lg\:bg-transparent\/65 {
    background-color: rgb(0 0 0 / 0.65);
  }

  .lg\:bg-transparent\/70 {
    background-color: rgb(0 0 0 / 0.7);
  }

  .lg\:bg-transparent\/75 {
    background-color: rgb(0 0 0 / 0.75);
  }

  .lg\:bg-transparent\/80 {
    background-color: rgb(0 0 0 / 0.8);
  }

  .lg\:bg-transparent\/85 {
    background-color: rgb(0 0 0 / 0.85);
  }

  .lg\:bg-transparent\/90 {
    background-color: rgb(0 0 0 / 0.9);
  }

  .lg\:bg-transparent\/95 {
    background-color: rgb(0 0 0 / 0.95);
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-white\/0 {
    background-color: rgb(255 255 255 / 0);
  }

  .lg\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .lg\:bg-white\/100 {
    background-color: rgb(255 255 255 / 1);
  }

  .lg\:bg-white\/15 {
    background-color: rgb(255 255 255 / 0.15);
  }

  .lg\:bg-white\/20 {
    background-color: rgb(255 255 255 / 0.2);
  }

  .lg\:bg-white\/25 {
    background-color: rgb(255 255 255 / 0.25);
  }

  .lg\:bg-white\/30 {
    background-color: rgb(255 255 255 / 0.3);
  }

  .lg\:bg-white\/35 {
    background-color: rgb(255 255 255 / 0.35);
  }

  .lg\:bg-white\/40 {
    background-color: rgb(255 255 255 / 0.4);
  }

  .lg\:bg-white\/45 {
    background-color: rgb(255 255 255 / 0.45);
  }

  .lg\:bg-white\/5 {
    background-color: rgb(255 255 255 / 0.05);
  }

  .lg\:bg-white\/50 {
    background-color: rgb(255 255 255 / 0.5);
  }

  .lg\:bg-white\/55 {
    background-color: rgb(255 255 255 / 0.55);
  }

  .lg\:bg-white\/60 {
    background-color: rgb(255 255 255 / 0.6);
  }

  .lg\:bg-white\/65 {
    background-color: rgb(255 255 255 / 0.65);
  }

  .lg\:bg-white\/70 {
    background-color: rgb(255 255 255 / 0.7);
  }

  .lg\:bg-white\/75 {
    background-color: rgb(255 255 255 / 0.75);
  }

  .lg\:bg-white\/80 {
    background-color: rgb(255 255 255 / 0.8);
  }

  .lg\:bg-white\/85 {
    background-color: rgb(255 255 255 / 0.85);
  }

  .lg\:bg-white\/90 {
    background-color: rgb(255 255 255 / 0.9);
  }

  .lg\:bg-white\/95 {
    background-color: rgb(255 255 255 / 0.95);
  }

  .lg\:bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
  }

  .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\/15 {
    background-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    background-color: rgb(254 249 195 / 0.35);
  }

  .lg\:bg-yellow-100\/40 {
    background-color: rgb(254 249 195 / 0.4);
  }

  .lg\:bg-yellow-100\/45 {
    background-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    background-color: rgb(254 249 195 / 0.55);
  }

  .lg\:bg-yellow-100\/60 {
    background-color: rgb(254 249 195 / 0.6);
  }

  .lg\:bg-yellow-100\/65 {
    background-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    background-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    background-color: rgb(254 240 138 / 0.35);
  }

  .lg\:bg-yellow-200\/40 {
    background-color: rgb(254 240 138 / 0.4);
  }

  .lg\:bg-yellow-200\/45 {
    background-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    background-color: rgb(254 240 138 / 0.55);
  }

  .lg\:bg-yellow-200\/60 {
    background-color: rgb(254 240 138 / 0.6);
  }

  .lg\:bg-yellow-200\/65 {
    background-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    background-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 204 21 / var(--tw-bg-opacity, 1));
  }

  .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\/15 {
    background-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    background-color: rgb(250 204 21 / 0.35);
  }

  .lg\:bg-yellow-400\/40 {
    background-color: rgb(250 204 21 / 0.4);
  }

  .lg\:bg-yellow-400\/45 {
    background-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    background-color: rgb(250 204 21 / 0.55);
  }

  .lg\:bg-yellow-400\/60 {
    background-color: rgb(250 204 21 / 0.6);
  }

  .lg\:bg-yellow-400\/65 {
    background-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    background-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    background-color: rgb(254 252 232 / 0.35);
  }

  .lg\:bg-yellow-50\/40 {
    background-color: rgb(254 252 232 / 0.4);
  }

  .lg\:bg-yellow-50\/45 {
    background-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    background-color: rgb(254 252 232 / 0.55);
  }

  .lg\:bg-yellow-50\/60 {
    background-color: rgb(254 252 232 / 0.6);
  }

  .lg\:bg-yellow-50\/65 {
    background-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    background-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    background-color: rgb(234 179 8 / 0.35);
  }

  .lg\:bg-yellow-500\/40 {
    background-color: rgb(234 179 8 / 0.4);
  }

  .lg\:bg-yellow-500\/45 {
    background-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    background-color: rgb(234 179 8 / 0.55);
  }

  .lg\:bg-yellow-500\/60 {
    background-color: rgb(234 179 8 / 0.6);
  }

  .lg\:bg-yellow-500\/65 {
    background-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    background-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    background-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    background-color: rgb(202 138 4 / 0.35);
  }

  .lg\:bg-yellow-600\/40 {
    background-color: rgb(202 138 4 / 0.4);
  }

  .lg\:bg-yellow-600\/45 {
    background-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    background-color: rgb(202 138 4 / 0.55);
  }

  .lg\:bg-yellow-600\/60 {
    background-color: rgb(202 138 4 / 0.6);
  }

  .lg\:bg-yellow-600\/65 {
    background-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    background-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-bg-opacity: 1;
    background-color: rgb(133 77 14 / var(--tw-bg-opacity, 1));
  }

  .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\/15 {
    background-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    background-color: rgb(133 77 14 / 0.35);
  }

  .lg\:bg-yellow-800\/40 {
    background-color: rgb(133 77 14 / 0.4);
  }

  .lg\:bg-yellow-800\/45 {
    background-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    background-color: rgb(133 77 14 / 0.55);
  }

  .lg\:bg-yellow-800\/60 {
    background-color: rgb(133 77 14 / 0.6);
  }

  .lg\:bg-yellow-800\/65 {
    background-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    background-color: rgb(133 77 14 / 0.85);
  }

  .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\:from-accent-100 {
    --tw-gradient-from: #ebfbcb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/0 {
    --tw-gradient-from: rgb(235 251 203 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/10 {
    --tw-gradient-from: rgb(235 251 203 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/100 {
    --tw-gradient-from: rgb(235 251 203 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/15 {
    --tw-gradient-from: rgb(235 251 203 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/20 {
    --tw-gradient-from: rgb(235 251 203 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/25 {
    --tw-gradient-from: rgb(235 251 203 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/30 {
    --tw-gradient-from: rgb(235 251 203 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/35 {
    --tw-gradient-from: rgb(235 251 203 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/40 {
    --tw-gradient-from: rgb(235 251 203 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/45 {
    --tw-gradient-from: rgb(235 251 203 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/5 {
    --tw-gradient-from: rgb(235 251 203 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/50 {
    --tw-gradient-from: rgb(235 251 203 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/55 {
    --tw-gradient-from: rgb(235 251 203 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/60 {
    --tw-gradient-from: rgb(235 251 203 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/65 {
    --tw-gradient-from: rgb(235 251 203 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/70 {
    --tw-gradient-from: rgb(235 251 203 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/75 {
    --tw-gradient-from: rgb(235 251 203 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/80 {
    --tw-gradient-from: rgb(235 251 203 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/85 {
    --tw-gradient-from: rgb(235 251 203 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/90 {
    --tw-gradient-from: rgb(235 251 203 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-100\/95 {
    --tw-gradient-from: rgb(235 251 203 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200 {
    --tw-gradient-from: #d8f69a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/0 {
    --tw-gradient-from: rgb(216 246 154 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/10 {
    --tw-gradient-from: rgb(216 246 154 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/100 {
    --tw-gradient-from: rgb(216 246 154 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/15 {
    --tw-gradient-from: rgb(216 246 154 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/20 {
    --tw-gradient-from: rgb(216 246 154 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/25 {
    --tw-gradient-from: rgb(216 246 154 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/30 {
    --tw-gradient-from: rgb(216 246 154 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/35 {
    --tw-gradient-from: rgb(216 246 154 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/40 {
    --tw-gradient-from: rgb(216 246 154 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/45 {
    --tw-gradient-from: rgb(216 246 154 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/5 {
    --tw-gradient-from: rgb(216 246 154 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/50 {
    --tw-gradient-from: rgb(216 246 154 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/55 {
    --tw-gradient-from: rgb(216 246 154 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/60 {
    --tw-gradient-from: rgb(216 246 154 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/65 {
    --tw-gradient-from: rgb(216 246 154 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/70 {
    --tw-gradient-from: rgb(216 246 154 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/75 {
    --tw-gradient-from: rgb(216 246 154 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/80 {
    --tw-gradient-from: rgb(216 246 154 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/85 {
    --tw-gradient-from: rgb(216 246 154 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/90 {
    --tw-gradient-from: rgb(216 246 154 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-200\/95 {
    --tw-gradient-from: rgb(216 246 154 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300 {
    --tw-gradient-from: #c4f078 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/0 {
    --tw-gradient-from: rgb(196 240 120 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/10 {
    --tw-gradient-from: rgb(196 240 120 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/100 {
    --tw-gradient-from: rgb(196 240 120 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/15 {
    --tw-gradient-from: rgb(196 240 120 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/20 {
    --tw-gradient-from: rgb(196 240 120 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/25 {
    --tw-gradient-from: rgb(196 240 120 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/30 {
    --tw-gradient-from: rgb(196 240 120 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/35 {
    --tw-gradient-from: rgb(196 240 120 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/40 {
    --tw-gradient-from: rgb(196 240 120 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/45 {
    --tw-gradient-from: rgb(196 240 120 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/5 {
    --tw-gradient-from: rgb(196 240 120 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/50 {
    --tw-gradient-from: rgb(196 240 120 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/55 {
    --tw-gradient-from: rgb(196 240 120 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/60 {
    --tw-gradient-from: rgb(196 240 120 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/65 {
    --tw-gradient-from: rgb(196 240 120 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/70 {
    --tw-gradient-from: rgb(196 240 120 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/75 {
    --tw-gradient-from: rgb(196 240 120 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/80 {
    --tw-gradient-from: rgb(196 240 120 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/85 {
    --tw-gradient-from: rgb(196 240 120 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/90 {
    --tw-gradient-from: rgb(196 240 120 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-300\/95 {
    --tw-gradient-from: rgb(196 240 120 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400 {
    --tw-gradient-from: #b7ed68 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/0 {
    --tw-gradient-from: rgb(183 237 104 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/10 {
    --tw-gradient-from: rgb(183 237 104 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/100 {
    --tw-gradient-from: rgb(183 237 104 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/15 {
    --tw-gradient-from: rgb(183 237 104 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/20 {
    --tw-gradient-from: rgb(183 237 104 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/25 {
    --tw-gradient-from: rgb(183 237 104 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/30 {
    --tw-gradient-from: rgb(183 237 104 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/35 {
    --tw-gradient-from: rgb(183 237 104 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/40 {
    --tw-gradient-from: rgb(183 237 104 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/45 {
    --tw-gradient-from: rgb(183 237 104 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/5 {
    --tw-gradient-from: rgb(183 237 104 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/50 {
    --tw-gradient-from: rgb(183 237 104 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/55 {
    --tw-gradient-from: rgb(183 237 104 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/60 {
    --tw-gradient-from: rgb(183 237 104 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/65 {
    --tw-gradient-from: rgb(183 237 104 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/70 {
    --tw-gradient-from: rgb(183 237 104 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/75 {
    --tw-gradient-from: rgb(183 237 104 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/80 {
    --tw-gradient-from: rgb(183 237 104 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/85 {
    --tw-gradient-from: rgb(183 237 104 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/90 {
    --tw-gradient-from: rgb(183 237 104 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-400\/95 {
    --tw-gradient-from: rgb(183 237 104 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50 {
    --tw-gradient-from: #f7fdeb var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/0 {
    --tw-gradient-from: rgb(247 253 235 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/10 {
    --tw-gradient-from: rgb(247 253 235 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/100 {
    --tw-gradient-from: rgb(247 253 235 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/15 {
    --tw-gradient-from: rgb(247 253 235 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/20 {
    --tw-gradient-from: rgb(247 253 235 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/25 {
    --tw-gradient-from: rgb(247 253 235 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/30 {
    --tw-gradient-from: rgb(247 253 235 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/35 {
    --tw-gradient-from: rgb(247 253 235 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/40 {
    --tw-gradient-from: rgb(247 253 235 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/45 {
    --tw-gradient-from: rgb(247 253 235 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/5 {
    --tw-gradient-from: rgb(247 253 235 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/50 {
    --tw-gradient-from: rgb(247 253 235 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/55 {
    --tw-gradient-from: rgb(247 253 235 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/60 {
    --tw-gradient-from: rgb(247 253 235 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/65 {
    --tw-gradient-from: rgb(247 253 235 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/70 {
    --tw-gradient-from: rgb(247 253 235 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/75 {
    --tw-gradient-from: rgb(247 253 235 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/80 {
    --tw-gradient-from: rgb(247 253 235 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/85 {
    --tw-gradient-from: rgb(247 253 235 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/90 {
    --tw-gradient-from: rgb(247 253 235 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-50\/95 {
    --tw-gradient-from: rgb(247 253 235 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500 {
    --tw-gradient-from: #aeeb60 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/0 {
    --tw-gradient-from: rgb(174 235 96 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/10 {
    --tw-gradient-from: rgb(174 235 96 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/100 {
    --tw-gradient-from: rgb(174 235 96 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/15 {
    --tw-gradient-from: rgb(174 235 96 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/20 {
    --tw-gradient-from: rgb(174 235 96 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/25 {
    --tw-gradient-from: rgb(174 235 96 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/30 {
    --tw-gradient-from: rgb(174 235 96 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/35 {
    --tw-gradient-from: rgb(174 235 96 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/40 {
    --tw-gradient-from: rgb(174 235 96 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/45 {
    --tw-gradient-from: rgb(174 235 96 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/5 {
    --tw-gradient-from: rgb(174 235 96 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/50 {
    --tw-gradient-from: rgb(174 235 96 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/55 {
    --tw-gradient-from: rgb(174 235 96 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/60 {
    --tw-gradient-from: rgb(174 235 96 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/65 {
    --tw-gradient-from: rgb(174 235 96 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/70 {
    --tw-gradient-from: rgb(174 235 96 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/75 {
    --tw-gradient-from: rgb(174 235 96 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/80 {
    --tw-gradient-from: rgb(174 235 96 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/85 {
    --tw-gradient-from: rgb(174 235 96 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/90 {
    --tw-gradient-from: rgb(174 235 96 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-500\/95 {
    --tw-gradient-from: rgb(174 235 96 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600 {
    --tw-gradient-from: #82c930 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/0 {
    --tw-gradient-from: rgb(130 201 48 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/10 {
    --tw-gradient-from: rgb(130 201 48 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/100 {
    --tw-gradient-from: rgb(130 201 48 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/15 {
    --tw-gradient-from: rgb(130 201 48 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/20 {
    --tw-gradient-from: rgb(130 201 48 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/25 {
    --tw-gradient-from: rgb(130 201 48 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/30 {
    --tw-gradient-from: rgb(130 201 48 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/35 {
    --tw-gradient-from: rgb(130 201 48 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/40 {
    --tw-gradient-from: rgb(130 201 48 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/45 {
    --tw-gradient-from: rgb(130 201 48 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/5 {
    --tw-gradient-from: rgb(130 201 48 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/50 {
    --tw-gradient-from: rgb(130 201 48 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/55 {
    --tw-gradient-from: rgb(130 201 48 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/60 {
    --tw-gradient-from: rgb(130 201 48 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/65 {
    --tw-gradient-from: rgb(130 201 48 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/70 {
    --tw-gradient-from: rgb(130 201 48 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/75 {
    --tw-gradient-from: rgb(130 201 48 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/80 {
    --tw-gradient-from: rgb(130 201 48 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/85 {
    --tw-gradient-from: rgb(130 201 48 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/90 {
    --tw-gradient-from: rgb(130 201 48 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-600\/95 {
    --tw-gradient-from: rgb(130 201 48 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700 {
    --tw-gradient-from: #61a11f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/0 {
    --tw-gradient-from: rgb(97 161 31 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/10 {
    --tw-gradient-from: rgb(97 161 31 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/100 {
    --tw-gradient-from: rgb(97 161 31 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/15 {
    --tw-gradient-from: rgb(97 161 31 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/20 {
    --tw-gradient-from: rgb(97 161 31 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/25 {
    --tw-gradient-from: rgb(97 161 31 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/30 {
    --tw-gradient-from: rgb(97 161 31 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/35 {
    --tw-gradient-from: rgb(97 161 31 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/40 {
    --tw-gradient-from: rgb(97 161 31 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/45 {
    --tw-gradient-from: rgb(97 161 31 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/5 {
    --tw-gradient-from: rgb(97 161 31 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/50 {
    --tw-gradient-from: rgb(97 161 31 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/55 {
    --tw-gradient-from: rgb(97 161 31 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/60 {
    --tw-gradient-from: rgb(97 161 31 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/65 {
    --tw-gradient-from: rgb(97 161 31 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/70 {
    --tw-gradient-from: rgb(97 161 31 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/75 {
    --tw-gradient-from: rgb(97 161 31 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/80 {
    --tw-gradient-from: rgb(97 161 31 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/85 {
    --tw-gradient-from: rgb(97 161 31 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/90 {
    --tw-gradient-from: rgb(97 161 31 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-700\/95 {
    --tw-gradient-from: rgb(97 161 31 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800 {
    --tw-gradient-from: #4e7e20 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/0 {
    --tw-gradient-from: rgb(78 126 32 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/10 {
    --tw-gradient-from: rgb(78 126 32 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/100 {
    --tw-gradient-from: rgb(78 126 32 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/15 {
    --tw-gradient-from: rgb(78 126 32 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/20 {
    --tw-gradient-from: rgb(78 126 32 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/25 {
    --tw-gradient-from: rgb(78 126 32 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/30 {
    --tw-gradient-from: rgb(78 126 32 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/35 {
    --tw-gradient-from: rgb(78 126 32 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/40 {
    --tw-gradient-from: rgb(78 126 32 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/45 {
    --tw-gradient-from: rgb(78 126 32 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/5 {
    --tw-gradient-from: rgb(78 126 32 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/50 {
    --tw-gradient-from: rgb(78 126 32 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/55 {
    --tw-gradient-from: rgb(78 126 32 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/60 {
    --tw-gradient-from: rgb(78 126 32 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/65 {
    --tw-gradient-from: rgb(78 126 32 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/70 {
    --tw-gradient-from: rgb(78 126 32 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/75 {
    --tw-gradient-from: rgb(78 126 32 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/80 {
    --tw-gradient-from: rgb(78 126 32 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/85 {
    --tw-gradient-from: rgb(78 126 32 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/90 {
    --tw-gradient-from: rgb(78 126 32 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-800\/95 {
    --tw-gradient-from: rgb(78 126 32 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900 {
    --tw-gradient-from: #426a21 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/0 {
    --tw-gradient-from: rgb(66 106 33 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/10 {
    --tw-gradient-from: rgb(66 106 33 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/100 {
    --tw-gradient-from: rgb(66 106 33 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/15 {
    --tw-gradient-from: rgb(66 106 33 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/20 {
    --tw-gradient-from: rgb(66 106 33 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/25 {
    --tw-gradient-from: rgb(66 106 33 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/30 {
    --tw-gradient-from: rgb(66 106 33 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/35 {
    --tw-gradient-from: rgb(66 106 33 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/40 {
    --tw-gradient-from: rgb(66 106 33 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/45 {
    --tw-gradient-from: rgb(66 106 33 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/5 {
    --tw-gradient-from: rgb(66 106 33 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/50 {
    --tw-gradient-from: rgb(66 106 33 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/55 {
    --tw-gradient-from: rgb(66 106 33 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/60 {
    --tw-gradient-from: rgb(66 106 33 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/65 {
    --tw-gradient-from: rgb(66 106 33 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/70 {
    --tw-gradient-from: rgb(66 106 33 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/75 {
    --tw-gradient-from: rgb(66 106 33 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/80 {
    --tw-gradient-from: rgb(66 106 33 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/85 {
    --tw-gradient-from: rgb(66 106 33 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/90 {
    --tw-gradient-from: rgb(66 106 33 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-900\/95 {
    --tw-gradient-from: rgb(66 106 33 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950 {
    --tw-gradient-from: #203a0b var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/0 {
    --tw-gradient-from: rgb(32 58 11 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/10 {
    --tw-gradient-from: rgb(32 58 11 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/100 {
    --tw-gradient-from: rgb(32 58 11 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/15 {
    --tw-gradient-from: rgb(32 58 11 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/20 {
    --tw-gradient-from: rgb(32 58 11 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/25 {
    --tw-gradient-from: rgb(32 58 11 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/30 {
    --tw-gradient-from: rgb(32 58 11 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/35 {
    --tw-gradient-from: rgb(32 58 11 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/40 {
    --tw-gradient-from: rgb(32 58 11 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/45 {
    --tw-gradient-from: rgb(32 58 11 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/5 {
    --tw-gradient-from: rgb(32 58 11 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/50 {
    --tw-gradient-from: rgb(32 58 11 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/55 {
    --tw-gradient-from: rgb(32 58 11 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/60 {
    --tw-gradient-from: rgb(32 58 11 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/65 {
    --tw-gradient-from: rgb(32 58 11 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/70 {
    --tw-gradient-from: rgb(32 58 11 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/75 {
    --tw-gradient-from: rgb(32 58 11 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/80 {
    --tw-gradient-from: rgb(32 58 11 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/85 {
    --tw-gradient-from: rgb(32 58 11 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/90 {
    --tw-gradient-from: rgb(32 58 11 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-accent-950\/95 {
    --tw-gradient-from: rgb(32 58 11 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100 {
    --tw-gradient-from: #e9e3ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/0 {
    --tw-gradient-from: rgb(233 227 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/10 {
    --tw-gradient-from: rgb(233 227 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/100 {
    --tw-gradient-from: rgb(233 227 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/15 {
    --tw-gradient-from: rgb(233 227 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/20 {
    --tw-gradient-from: rgb(233 227 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/25 {
    --tw-gradient-from: rgb(233 227 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/30 {
    --tw-gradient-from: rgb(233 227 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/35 {
    --tw-gradient-from: rgb(233 227 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/40 {
    --tw-gradient-from: rgb(233 227 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/45 {
    --tw-gradient-from: rgb(233 227 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/5 {
    --tw-gradient-from: rgb(233 227 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/50 {
    --tw-gradient-from: rgb(233 227 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/55 {
    --tw-gradient-from: rgb(233 227 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/60 {
    --tw-gradient-from: rgb(233 227 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/65 {
    --tw-gradient-from: rgb(233 227 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/70 {
    --tw-gradient-from: rgb(233 227 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/75 {
    --tw-gradient-from: rgb(233 227 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/80 {
    --tw-gradient-from: rgb(233 227 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/85 {
    --tw-gradient-from: rgb(233 227 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/90 {
    --tw-gradient-from: rgb(233 227 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-100\/95 {
    --tw-gradient-from: rgb(233 227 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200 {
    --tw-gradient-from: #d3c7ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/0 {
    --tw-gradient-from: rgb(211 199 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/10 {
    --tw-gradient-from: rgb(211 199 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/100 {
    --tw-gradient-from: rgb(211 199 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/15 {
    --tw-gradient-from: rgb(211 199 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/20 {
    --tw-gradient-from: rgb(211 199 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/25 {
    --tw-gradient-from: rgb(211 199 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/30 {
    --tw-gradient-from: rgb(211 199 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/35 {
    --tw-gradient-from: rgb(211 199 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/40 {
    --tw-gradient-from: rgb(211 199 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/45 {
    --tw-gradient-from: rgb(211 199 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/5 {
    --tw-gradient-from: rgb(211 199 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/50 {
    --tw-gradient-from: rgb(211 199 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/55 {
    --tw-gradient-from: rgb(211 199 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/60 {
    --tw-gradient-from: rgb(211 199 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/65 {
    --tw-gradient-from: rgb(211 199 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/70 {
    --tw-gradient-from: rgb(211 199 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/75 {
    --tw-gradient-from: rgb(211 199 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/80 {
    --tw-gradient-from: rgb(211 199 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/85 {
    --tw-gradient-from: rgb(211 199 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/90 {
    --tw-gradient-from: rgb(211 199 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-200\/95 {
    --tw-gradient-from: rgb(211 199 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300 {
    --tw-gradient-from: #b79aff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/0 {
    --tw-gradient-from: rgb(183 154 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/10 {
    --tw-gradient-from: rgb(183 154 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/100 {
    --tw-gradient-from: rgb(183 154 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/15 {
    --tw-gradient-from: rgb(183 154 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/20 {
    --tw-gradient-from: rgb(183 154 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/25 {
    --tw-gradient-from: rgb(183 154 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/30 {
    --tw-gradient-from: rgb(183 154 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/35 {
    --tw-gradient-from: rgb(183 154 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/40 {
    --tw-gradient-from: rgb(183 154 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/45 {
    --tw-gradient-from: rgb(183 154 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/5 {
    --tw-gradient-from: rgb(183 154 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/50 {
    --tw-gradient-from: rgb(183 154 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/55 {
    --tw-gradient-from: rgb(183 154 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/60 {
    --tw-gradient-from: rgb(183 154 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/65 {
    --tw-gradient-from: rgb(183 154 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/70 {
    --tw-gradient-from: rgb(183 154 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/75 {
    --tw-gradient-from: rgb(183 154 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/80 {
    --tw-gradient-from: rgb(183 154 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/85 {
    --tw-gradient-from: rgb(183 154 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/90 {
    --tw-gradient-from: rgb(183 154 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-300\/95 {
    --tw-gradient-from: rgb(183 154 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400 {
    --tw-gradient-from: #9562ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/0 {
    --tw-gradient-from: rgb(149 98 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/10 {
    --tw-gradient-from: rgb(149 98 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/100 {
    --tw-gradient-from: rgb(149 98 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/15 {
    --tw-gradient-from: rgb(149 98 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/20 {
    --tw-gradient-from: rgb(149 98 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/25 {
    --tw-gradient-from: rgb(149 98 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/30 {
    --tw-gradient-from: rgb(149 98 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/35 {
    --tw-gradient-from: rgb(149 98 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/40 {
    --tw-gradient-from: rgb(149 98 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/45 {
    --tw-gradient-from: rgb(149 98 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/5 {
    --tw-gradient-from: rgb(149 98 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/50 {
    --tw-gradient-from: rgb(149 98 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/55 {
    --tw-gradient-from: rgb(149 98 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/60 {
    --tw-gradient-from: rgb(149 98 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/65 {
    --tw-gradient-from: rgb(149 98 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/70 {
    --tw-gradient-from: rgb(149 98 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/75 {
    --tw-gradient-from: rgb(149 98 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/80 {
    --tw-gradient-from: rgb(149 98 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/85 {
    --tw-gradient-from: rgb(149 98 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/90 {
    --tw-gradient-from: rgb(149 98 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-400\/95 {
    --tw-gradient-from: rgb(149 98 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50 {
    --tw-gradient-from: #f4f1ff var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/0 {
    --tw-gradient-from: rgb(244 241 255 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/10 {
    --tw-gradient-from: rgb(244 241 255 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/100 {
    --tw-gradient-from: rgb(244 241 255 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/15 {
    --tw-gradient-from: rgb(244 241 255 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/20 {
    --tw-gradient-from: rgb(244 241 255 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/25 {
    --tw-gradient-from: rgb(244 241 255 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/30 {
    --tw-gradient-from: rgb(244 241 255 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/35 {
    --tw-gradient-from: rgb(244 241 255 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/40 {
    --tw-gradient-from: rgb(244 241 255 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/45 {
    --tw-gradient-from: rgb(244 241 255 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/5 {
    --tw-gradient-from: rgb(244 241 255 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/50 {
    --tw-gradient-from: rgb(244 241 255 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/55 {
    --tw-gradient-from: rgb(244 241 255 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/60 {
    --tw-gradient-from: rgb(244 241 255 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/65 {
    --tw-gradient-from: rgb(244 241 255 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/70 {
    --tw-gradient-from: rgb(244 241 255 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/75 {
    --tw-gradient-from: rgb(244 241 255 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/80 {
    --tw-gradient-from: rgb(244 241 255 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/85 {
    --tw-gradient-from: rgb(244 241 255 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/90 {
    --tw-gradient-from: rgb(244 241 255 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-50\/95 {
    --tw-gradient-from: rgb(244 241 255 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500 {
    --tw-gradient-from: #4e1cd1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/0 {
    --tw-gradient-from: rgb(78 28 209 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/10 {
    --tw-gradient-from: rgb(78 28 209 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/100 {
    --tw-gradient-from: rgb(78 28 209 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/15 {
    --tw-gradient-from: rgb(78 28 209 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/20 {
    --tw-gradient-from: rgb(78 28 209 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/25 {
    --tw-gradient-from: rgb(78 28 209 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/30 {
    --tw-gradient-from: rgb(78 28 209 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/35 {
    --tw-gradient-from: rgb(78 28 209 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/40 {
    --tw-gradient-from: rgb(78 28 209 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/45 {
    --tw-gradient-from: rgb(78 28 209 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/5 {
    --tw-gradient-from: rgb(78 28 209 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/50 {
    --tw-gradient-from: rgb(78 28 209 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/55 {
    --tw-gradient-from: rgb(78 28 209 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/60 {
    --tw-gradient-from: rgb(78 28 209 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/65 {
    --tw-gradient-from: rgb(78 28 209 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/70 {
    --tw-gradient-from: rgb(78 28 209 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/75 {
    --tw-gradient-from: rgb(78 28 209 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/80 {
    --tw-gradient-from: rgb(78 28 209 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/85 {
    --tw-gradient-from: rgb(78 28 209 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/90 {
    --tw-gradient-from: rgb(78 28 209 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-500\/95 {
    --tw-gradient-from: rgb(78 28 209 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600 {
    --tw-gradient-from: #4115b5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/0 {
    --tw-gradient-from: rgb(65 21 181 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/10 {
    --tw-gradient-from: rgb(65 21 181 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/100 {
    --tw-gradient-from: rgb(65 21 181 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/15 {
    --tw-gradient-from: rgb(65 21 181 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/20 {
    --tw-gradient-from: rgb(65 21 181 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/25 {
    --tw-gradient-from: rgb(65 21 181 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/30 {
    --tw-gradient-from: rgb(65 21 181 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/35 {
    --tw-gradient-from: rgb(65 21 181 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/40 {
    --tw-gradient-from: rgb(65 21 181 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/45 {
    --tw-gradient-from: rgb(65 21 181 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/5 {
    --tw-gradient-from: rgb(65 21 181 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/50 {
    --tw-gradient-from: rgb(65 21 181 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/55 {
    --tw-gradient-from: rgb(65 21 181 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/60 {
    --tw-gradient-from: rgb(65 21 181 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/65 {
    --tw-gradient-from: rgb(65 21 181 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/70 {
    --tw-gradient-from: rgb(65 21 181 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/75 {
    --tw-gradient-from: rgb(65 21 181 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/80 {
    --tw-gradient-from: rgb(65 21 181 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/85 {
    --tw-gradient-from: rgb(65 21 181 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/90 {
    --tw-gradient-from: rgb(65 21 181 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-600\/95 {
    --tw-gradient-from: rgb(65 21 181 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700 {
    --tw-gradient-from: #361096 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/0 {
    --tw-gradient-from: rgb(54 16 150 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/10 {
    --tw-gradient-from: rgb(54 16 150 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/100 {
    --tw-gradient-from: rgb(54 16 150 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/15 {
    --tw-gradient-from: rgb(54 16 150 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/20 {
    --tw-gradient-from: rgb(54 16 150 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/25 {
    --tw-gradient-from: rgb(54 16 150 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/30 {
    --tw-gradient-from: rgb(54 16 150 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/35 {
    --tw-gradient-from: rgb(54 16 150 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/40 {
    --tw-gradient-from: rgb(54 16 150 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/45 {
    --tw-gradient-from: rgb(54 16 150 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/5 {
    --tw-gradient-from: rgb(54 16 150 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/50 {
    --tw-gradient-from: rgb(54 16 150 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/55 {
    --tw-gradient-from: rgb(54 16 150 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/60 {
    --tw-gradient-from: rgb(54 16 150 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/65 {
    --tw-gradient-from: rgb(54 16 150 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/70 {
    --tw-gradient-from: rgb(54 16 150 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/75 {
    --tw-gradient-from: rgb(54 16 150 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/80 {
    --tw-gradient-from: rgb(54 16 150 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/85 {
    --tw-gradient-from: rgb(54 16 150 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/90 {
    --tw-gradient-from: rgb(54 16 150 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-700\/95 {
    --tw-gradient-from: rgb(54 16 150 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800 {
    --tw-gradient-from: #2e1078 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/0 {
    --tw-gradient-from: rgb(46 16 120 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/10 {
    --tw-gradient-from: rgb(46 16 120 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/100 {
    --tw-gradient-from: rgb(46 16 120 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/15 {
    --tw-gradient-from: rgb(46 16 120 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/20 {
    --tw-gradient-from: rgb(46 16 120 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/25 {
    --tw-gradient-from: rgb(46 16 120 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/30 {
    --tw-gradient-from: rgb(46 16 120 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/35 {
    --tw-gradient-from: rgb(46 16 120 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/40 {
    --tw-gradient-from: rgb(46 16 120 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/45 {
    --tw-gradient-from: rgb(46 16 120 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/5 {
    --tw-gradient-from: rgb(46 16 120 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/50 {
    --tw-gradient-from: rgb(46 16 120 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/55 {
    --tw-gradient-from: rgb(46 16 120 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/60 {
    --tw-gradient-from: rgb(46 16 120 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/65 {
    --tw-gradient-from: rgb(46 16 120 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/70 {
    --tw-gradient-from: rgb(46 16 120 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/75 {
    --tw-gradient-from: rgb(46 16 120 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/80 {
    --tw-gradient-from: rgb(46 16 120 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/85 {
    --tw-gradient-from: rgb(46 16 120 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/90 {
    --tw-gradient-from: rgb(46 16 120 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-800\/95 {
    --tw-gradient-from: rgb(46 16 120 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900 {
    --tw-gradient-from: #270f62 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/0 {
    --tw-gradient-from: rgb(39 15 98 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/10 {
    --tw-gradient-from: rgb(39 15 98 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/100 {
    --tw-gradient-from: rgb(39 15 98 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/15 {
    --tw-gradient-from: rgb(39 15 98 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/20 {
    --tw-gradient-from: rgb(39 15 98 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/25 {
    --tw-gradient-from: rgb(39 15 98 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/30 {
    --tw-gradient-from: rgb(39 15 98 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/35 {
    --tw-gradient-from: rgb(39 15 98 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/40 {
    --tw-gradient-from: rgb(39 15 98 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/45 {
    --tw-gradient-from: rgb(39 15 98 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/5 {
    --tw-gradient-from: rgb(39 15 98 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/50 {
    --tw-gradient-from: rgb(39 15 98 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/55 {
    --tw-gradient-from: rgb(39 15 98 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/60 {
    --tw-gradient-from: rgb(39 15 98 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/65 {
    --tw-gradient-from: rgb(39 15 98 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/70 {
    --tw-gradient-from: rgb(39 15 98 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/75 {
    --tw-gradient-from: rgb(39 15 98 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/80 {
    --tw-gradient-from: rgb(39 15 98 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/85 {
    --tw-gradient-from: rgb(39 15 98 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/90 {
    --tw-gradient-from: rgb(39 15 98 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-900\/95 {
    --tw-gradient-from: rgb(39 15 98 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950 {
    --tw-gradient-from: #16053a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/0 {
    --tw-gradient-from: rgb(22 5 58 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/10 {
    --tw-gradient-from: rgb(22 5 58 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/100 {
    --tw-gradient-from: rgb(22 5 58 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/15 {
    --tw-gradient-from: rgb(22 5 58 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/20 {
    --tw-gradient-from: rgb(22 5 58 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/25 {
    --tw-gradient-from: rgb(22 5 58 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/30 {
    --tw-gradient-from: rgb(22 5 58 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/35 {
    --tw-gradient-from: rgb(22 5 58 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/40 {
    --tw-gradient-from: rgb(22 5 58 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/45 {
    --tw-gradient-from: rgb(22 5 58 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/5 {
    --tw-gradient-from: rgb(22 5 58 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/50 {
    --tw-gradient-from: rgb(22 5 58 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/55 {
    --tw-gradient-from: rgb(22 5 58 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/60 {
    --tw-gradient-from: rgb(22 5 58 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/65 {
    --tw-gradient-from: rgb(22 5 58 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/70 {
    --tw-gradient-from: rgb(22 5 58 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/75 {
    --tw-gradient-from: rgb(22 5 58 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/80 {
    --tw-gradient-from: rgb(22 5 58 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/85 {
    --tw-gradient-from: rgb(22 5 58 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/90 {
    --tw-gradient-from: rgb(22 5 58 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-brand-950\/95 {
    --tw-gradient-from: rgb(22 5 58 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100 {
    --tw-gradient-from: #f6f5f4 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/0 {
    --tw-gradient-from: rgb(246 245 244 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/10 {
    --tw-gradient-from: rgb(246 245 244 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/100 {
    --tw-gradient-from: rgb(246 245 244 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/15 {
    --tw-gradient-from: rgb(246 245 244 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/20 {
    --tw-gradient-from: rgb(246 245 244 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/25 {
    --tw-gradient-from: rgb(246 245 244 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/30 {
    --tw-gradient-from: rgb(246 245 244 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/35 {
    --tw-gradient-from: rgb(246 245 244 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/40 {
    --tw-gradient-from: rgb(246 245 244 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/45 {
    --tw-gradient-from: rgb(246 245 244 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/5 {
    --tw-gradient-from: rgb(246 245 244 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/50 {
    --tw-gradient-from: rgb(246 245 244 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/55 {
    --tw-gradient-from: rgb(246 245 244 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/60 {
    --tw-gradient-from: rgb(246 245 244 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/65 {
    --tw-gradient-from: rgb(246 245 244 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/70 {
    --tw-gradient-from: rgb(246 245 244 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/75 {
    --tw-gradient-from: rgb(246 245 244 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/80 {
    --tw-gradient-from: rgb(246 245 244 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/85 {
    --tw-gradient-from: rgb(246 245 244 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/90 {
    --tw-gradient-from: rgb(246 245 244 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-100\/95 {
    --tw-gradient-from: rgb(246 245 244 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200 {
    --tw-gradient-from: #e9e6e3 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/0 {
    --tw-gradient-from: rgb(233 230 227 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/10 {
    --tw-gradient-from: rgb(233 230 227 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/100 {
    --tw-gradient-from: rgb(233 230 227 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/15 {
    --tw-gradient-from: rgb(233 230 227 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/20 {
    --tw-gradient-from: rgb(233 230 227 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/25 {
    --tw-gradient-from: rgb(233 230 227 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/30 {
    --tw-gradient-from: rgb(233 230 227 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/35 {
    --tw-gradient-from: rgb(233 230 227 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/40 {
    --tw-gradient-from: rgb(233 230 227 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/45 {
    --tw-gradient-from: rgb(233 230 227 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/5 {
    --tw-gradient-from: rgb(233 230 227 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/50 {
    --tw-gradient-from: rgb(233 230 227 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/55 {
    --tw-gradient-from: rgb(233 230 227 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/60 {
    --tw-gradient-from: rgb(233 230 227 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/65 {
    --tw-gradient-from: rgb(233 230 227 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/70 {
    --tw-gradient-from: rgb(233 230 227 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/75 {
    --tw-gradient-from: rgb(233 230 227 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/80 {
    --tw-gradient-from: rgb(233 230 227 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/85 {
    --tw-gradient-from: rgb(233 230 227 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/90 {
    --tw-gradient-from: rgb(233 230 227 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-200\/95 {
    --tw-gradient-from: rgb(233 230 227 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300 {
    --tw-gradient-from: #d7d2cd var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/0 {
    --tw-gradient-from: rgb(215 210 205 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/10 {
    --tw-gradient-from: rgb(215 210 205 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/100 {
    --tw-gradient-from: rgb(215 210 205 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/15 {
    --tw-gradient-from: rgb(215 210 205 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/20 {
    --tw-gradient-from: rgb(215 210 205 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/25 {
    --tw-gradient-from: rgb(215 210 205 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/30 {
    --tw-gradient-from: rgb(215 210 205 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/35 {
    --tw-gradient-from: rgb(215 210 205 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/40 {
    --tw-gradient-from: rgb(215 210 205 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/45 {
    --tw-gradient-from: rgb(215 210 205 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/5 {
    --tw-gradient-from: rgb(215 210 205 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/50 {
    --tw-gradient-from: rgb(215 210 205 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/55 {
    --tw-gradient-from: rgb(215 210 205 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/60 {
    --tw-gradient-from: rgb(215 210 205 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/65 {
    --tw-gradient-from: rgb(215 210 205 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/70 {
    --tw-gradient-from: rgb(215 210 205 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/75 {
    --tw-gradient-from: rgb(215 210 205 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/80 {
    --tw-gradient-from: rgb(215 210 205 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/85 {
    --tw-gradient-from: rgb(215 210 205 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/90 {
    --tw-gradient-from: rgb(215 210 205 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-300\/95 {
    --tw-gradient-from: rgb(215 210 205 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400 {
    --tw-gradient-from: #afa8a1 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/0 {
    --tw-gradient-from: rgb(175 168 161 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/10 {
    --tw-gradient-from: rgb(175 168 161 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/100 {
    --tw-gradient-from: rgb(175 168 161 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/15 {
    --tw-gradient-from: rgb(175 168 161 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/20 {
    --tw-gradient-from: rgb(175 168 161 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/25 {
    --tw-gradient-from: rgb(175 168 161 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/30 {
    --tw-gradient-from: rgb(175 168 161 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/35 {
    --tw-gradient-from: rgb(175 168 161 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/40 {
    --tw-gradient-from: rgb(175 168 161 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/45 {
    --tw-gradient-from: rgb(175 168 161 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/5 {
    --tw-gradient-from: rgb(175 168 161 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/50 {
    --tw-gradient-from: rgb(175 168 161 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/55 {
    --tw-gradient-from: rgb(175 168 161 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/60 {
    --tw-gradient-from: rgb(175 168 161 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/65 {
    --tw-gradient-from: rgb(175 168 161 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/70 {
    --tw-gradient-from: rgb(175 168 161 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/75 {
    --tw-gradient-from: rgb(175 168 161 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/80 {
    --tw-gradient-from: rgb(175 168 161 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/85 {
    --tw-gradient-from: rgb(175 168 161 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/90 {
    --tw-gradient-from: rgb(175 168 161 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-400\/95 {
    --tw-gradient-from: rgb(175 168 161 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50 {
    --tw-gradient-from: #fbfaf9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/0 {
    --tw-gradient-from: rgb(251 250 249 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/10 {
    --tw-gradient-from: rgb(251 250 249 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/100 {
    --tw-gradient-from: rgb(251 250 249 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/15 {
    --tw-gradient-from: rgb(251 250 249 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/20 {
    --tw-gradient-from: rgb(251 250 249 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/25 {
    --tw-gradient-from: rgb(251 250 249 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/30 {
    --tw-gradient-from: rgb(251 250 249 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/35 {
    --tw-gradient-from: rgb(251 250 249 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/40 {
    --tw-gradient-from: rgb(251 250 249 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/45 {
    --tw-gradient-from: rgb(251 250 249 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/5 {
    --tw-gradient-from: rgb(251 250 249 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/50 {
    --tw-gradient-from: rgb(251 250 249 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/55 {
    --tw-gradient-from: rgb(251 250 249 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/60 {
    --tw-gradient-from: rgb(251 250 249 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/65 {
    --tw-gradient-from: rgb(251 250 249 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/70 {
    --tw-gradient-from: rgb(251 250 249 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/75 {
    --tw-gradient-from: rgb(251 250 249 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/80 {
    --tw-gradient-from: rgb(251 250 249 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/85 {
    --tw-gradient-from: rgb(251 250 249 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/90 {
    --tw-gradient-from: rgb(251 250 249 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-50\/95 {
    --tw-gradient-from: rgb(251 250 249 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500 {
    --tw-gradient-from: #817971 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/0 {
    --tw-gradient-from: rgb(129 121 113 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/10 {
    --tw-gradient-from: rgb(129 121 113 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/100 {
    --tw-gradient-from: rgb(129 121 113 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/15 {
    --tw-gradient-from: rgb(129 121 113 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/20 {
    --tw-gradient-from: rgb(129 121 113 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/25 {
    --tw-gradient-from: rgb(129 121 113 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/30 {
    --tw-gradient-from: rgb(129 121 113 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/35 {
    --tw-gradient-from: rgb(129 121 113 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/40 {
    --tw-gradient-from: rgb(129 121 113 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/45 {
    --tw-gradient-from: rgb(129 121 113 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/5 {
    --tw-gradient-from: rgb(129 121 113 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/50 {
    --tw-gradient-from: rgb(129 121 113 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/55 {
    --tw-gradient-from: rgb(129 121 113 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/60 {
    --tw-gradient-from: rgb(129 121 113 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/65 {
    --tw-gradient-from: rgb(129 121 113 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/70 {
    --tw-gradient-from: rgb(129 121 113 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/75 {
    --tw-gradient-from: rgb(129 121 113 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/80 {
    --tw-gradient-from: rgb(129 121 113 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/85 {
    --tw-gradient-from: rgb(129 121 113 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/90 {
    --tw-gradient-from: rgb(129 121 113 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-500\/95 {
    --tw-gradient-from: rgb(129 121 113 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600 {
    --tw-gradient-from: #605952 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/0 {
    --tw-gradient-from: rgb(96 89 82 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/10 {
    --tw-gradient-from: rgb(96 89 82 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/100 {
    --tw-gradient-from: rgb(96 89 82 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/15 {
    --tw-gradient-from: rgb(96 89 82 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/20 {
    --tw-gradient-from: rgb(96 89 82 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/25 {
    --tw-gradient-from: rgb(96 89 82 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/30 {
    --tw-gradient-from: rgb(96 89 82 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/35 {
    --tw-gradient-from: rgb(96 89 82 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/40 {
    --tw-gradient-from: rgb(96 89 82 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/45 {
    --tw-gradient-from: rgb(96 89 82 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/5 {
    --tw-gradient-from: rgb(96 89 82 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/50 {
    --tw-gradient-from: rgb(96 89 82 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/55 {
    --tw-gradient-from: rgb(96 89 82 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/60 {
    --tw-gradient-from: rgb(96 89 82 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/65 {
    --tw-gradient-from: rgb(96 89 82 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/70 {
    --tw-gradient-from: rgb(96 89 82 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/75 {
    --tw-gradient-from: rgb(96 89 82 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/80 {
    --tw-gradient-from: rgb(96 89 82 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/85 {
    --tw-gradient-from: rgb(96 89 82 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/90 {
    --tw-gradient-from: rgb(96 89 82 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-600\/95 {
    --tw-gradient-from: rgb(96 89 82 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700 {
    --tw-gradient-from: #49443f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/0 {
    --tw-gradient-from: rgb(73 68 63 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/10 {
    --tw-gradient-from: rgb(73 68 63 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/100 {
    --tw-gradient-from: rgb(73 68 63 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/15 {
    --tw-gradient-from: rgb(73 68 63 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/20 {
    --tw-gradient-from: rgb(73 68 63 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/25 {
    --tw-gradient-from: rgb(73 68 63 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/30 {
    --tw-gradient-from: rgb(73 68 63 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/35 {
    --tw-gradient-from: rgb(73 68 63 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/40 {
    --tw-gradient-from: rgb(73 68 63 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/45 {
    --tw-gradient-from: rgb(73 68 63 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/5 {
    --tw-gradient-from: rgb(73 68 63 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/50 {
    --tw-gradient-from: rgb(73 68 63 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/55 {
    --tw-gradient-from: rgb(73 68 63 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/60 {
    --tw-gradient-from: rgb(73 68 63 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/65 {
    --tw-gradient-from: rgb(73 68 63 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/70 {
    --tw-gradient-from: rgb(73 68 63 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/75 {
    --tw-gradient-from: rgb(73 68 63 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/80 {
    --tw-gradient-from: rgb(73 68 63 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/85 {
    --tw-gradient-from: rgb(73 68 63 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/90 {
    --tw-gradient-from: rgb(73 68 63 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-700\/95 {
    --tw-gradient-from: rgb(73 68 63 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800 {
    --tw-gradient-from: #302d2a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/0 {
    --tw-gradient-from: rgb(48 45 42 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/10 {
    --tw-gradient-from: rgb(48 45 42 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/100 {
    --tw-gradient-from: rgb(48 45 42 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/15 {
    --tw-gradient-from: rgb(48 45 42 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/20 {
    --tw-gradient-from: rgb(48 45 42 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/25 {
    --tw-gradient-from: rgb(48 45 42 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/30 {
    --tw-gradient-from: rgb(48 45 42 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/35 {
    --tw-gradient-from: rgb(48 45 42 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/40 {
    --tw-gradient-from: rgb(48 45 42 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/45 {
    --tw-gradient-from: rgb(48 45 42 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/5 {
    --tw-gradient-from: rgb(48 45 42 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/50 {
    --tw-gradient-from: rgb(48 45 42 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/55 {
    --tw-gradient-from: rgb(48 45 42 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/60 {
    --tw-gradient-from: rgb(48 45 42 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/65 {
    --tw-gradient-from: rgb(48 45 42 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/70 {
    --tw-gradient-from: rgb(48 45 42 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/75 {
    --tw-gradient-from: rgb(48 45 42 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/80 {
    --tw-gradient-from: rgb(48 45 42 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/85 {
    --tw-gradient-from: rgb(48 45 42 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/90 {
    --tw-gradient-from: rgb(48 45 42 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-800\/95 {
    --tw-gradient-from: rgb(48 45 42 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900 {
    --tw-gradient-from: #211f1d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/0 {
    --tw-gradient-from: rgb(33 31 29 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/10 {
    --tw-gradient-from: rgb(33 31 29 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/100 {
    --tw-gradient-from: rgb(33 31 29 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/15 {
    --tw-gradient-from: rgb(33 31 29 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/20 {
    --tw-gradient-from: rgb(33 31 29 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/25 {
    --tw-gradient-from: rgb(33 31 29 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/30 {
    --tw-gradient-from: rgb(33 31 29 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/35 {
    --tw-gradient-from: rgb(33 31 29 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/40 {
    --tw-gradient-from: rgb(33 31 29 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/45 {
    --tw-gradient-from: rgb(33 31 29 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/5 {
    --tw-gradient-from: rgb(33 31 29 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/50 {
    --tw-gradient-from: rgb(33 31 29 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/55 {
    --tw-gradient-from: rgb(33 31 29 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/60 {
    --tw-gradient-from: rgb(33 31 29 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/65 {
    --tw-gradient-from: rgb(33 31 29 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/70 {
    --tw-gradient-from: rgb(33 31 29 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/75 {
    --tw-gradient-from: rgb(33 31 29 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/80 {
    --tw-gradient-from: rgb(33 31 29 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/85 {
    --tw-gradient-from: rgb(33 31 29 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/90 {
    --tw-gradient-from: rgb(33 31 29 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-900\/95 {
    --tw-gradient-from: rgb(33 31 29 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950 {
    --tw-gradient-from: #121110 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/0 {
    --tw-gradient-from: rgb(18 17 16 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/10 {
    --tw-gradient-from: rgb(18 17 16 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/100 {
    --tw-gradient-from: rgb(18 17 16 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/15 {
    --tw-gradient-from: rgb(18 17 16 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/20 {
    --tw-gradient-from: rgb(18 17 16 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/25 {
    --tw-gradient-from: rgb(18 17 16 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/30 {
    --tw-gradient-from: rgb(18 17 16 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/35 {
    --tw-gradient-from: rgb(18 17 16 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/40 {
    --tw-gradient-from: rgb(18 17 16 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/45 {
    --tw-gradient-from: rgb(18 17 16 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/5 {
    --tw-gradient-from: rgb(18 17 16 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/50 {
    --tw-gradient-from: rgb(18 17 16 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/55 {
    --tw-gradient-from: rgb(18 17 16 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/60 {
    --tw-gradient-from: rgb(18 17 16 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/65 {
    --tw-gradient-from: rgb(18 17 16 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/70 {
    --tw-gradient-from: rgb(18 17 16 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/75 {
    --tw-gradient-from: rgb(18 17 16 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/80 {
    --tw-gradient-from: rgb(18 17 16 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/85 {
    --tw-gradient-from: rgb(18 17 16 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/90 {
    --tw-gradient-from: rgb(18 17 16 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-neutral-950\/95 {
    --tw-gradient-from: rgb(18 17 16 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100 {
    --tw-gradient-from: #feeade var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/0 {
    --tw-gradient-from: rgb(254 234 222 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/10 {
    --tw-gradient-from: rgb(254 234 222 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/100 {
    --tw-gradient-from: rgb(254 234 222 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/15 {
    --tw-gradient-from: rgb(254 234 222 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/20 {
    --tw-gradient-from: rgb(254 234 222 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/25 {
    --tw-gradient-from: rgb(254 234 222 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/30 {
    --tw-gradient-from: rgb(254 234 222 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/35 {
    --tw-gradient-from: rgb(254 234 222 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/40 {
    --tw-gradient-from: rgb(254 234 222 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/45 {
    --tw-gradient-from: rgb(254 234 222 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/5 {
    --tw-gradient-from: rgb(254 234 222 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/50 {
    --tw-gradient-from: rgb(254 234 222 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/55 {
    --tw-gradient-from: rgb(254 234 222 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/60 {
    --tw-gradient-from: rgb(254 234 222 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/65 {
    --tw-gradient-from: rgb(254 234 222 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/70 {
    --tw-gradient-from: rgb(254 234 222 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/75 {
    --tw-gradient-from: rgb(254 234 222 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/80 {
    --tw-gradient-from: rgb(254 234 222 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/85 {
    --tw-gradient-from: rgb(254 234 222 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/90 {
    --tw-gradient-from: rgb(254 234 222 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-100\/95 {
    --tw-gradient-from: rgb(254 234 222 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200 {
    --tw-gradient-from: #fcd3bd var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/0 {
    --tw-gradient-from: rgb(252 211 189 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/10 {
    --tw-gradient-from: rgb(252 211 189 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/100 {
    --tw-gradient-from: rgb(252 211 189 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/15 {
    --tw-gradient-from: rgb(252 211 189 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/20 {
    --tw-gradient-from: rgb(252 211 189 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/25 {
    --tw-gradient-from: rgb(252 211 189 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/30 {
    --tw-gradient-from: rgb(252 211 189 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/35 {
    --tw-gradient-from: rgb(252 211 189 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/40 {
    --tw-gradient-from: rgb(252 211 189 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/45 {
    --tw-gradient-from: rgb(252 211 189 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/5 {
    --tw-gradient-from: rgb(252 211 189 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/50 {
    --tw-gradient-from: rgb(252 211 189 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/55 {
    --tw-gradient-from: rgb(252 211 189 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/60 {
    --tw-gradient-from: rgb(252 211 189 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/65 {
    --tw-gradient-from: rgb(252 211 189 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/70 {
    --tw-gradient-from: rgb(252 211 189 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/75 {
    --tw-gradient-from: rgb(252 211 189 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/80 {
    --tw-gradient-from: rgb(252 211 189 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/85 {
    --tw-gradient-from: rgb(252 211 189 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/90 {
    --tw-gradient-from: rgb(252 211 189 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-200\/95 {
    --tw-gradient-from: rgb(252 211 189 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300 {
    --tw-gradient-from: #fab38f var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/0 {
    --tw-gradient-from: rgb(250 179 143 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/10 {
    --tw-gradient-from: rgb(250 179 143 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/100 {
    --tw-gradient-from: rgb(250 179 143 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/15 {
    --tw-gradient-from: rgb(250 179 143 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/20 {
    --tw-gradient-from: rgb(250 179 143 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/25 {
    --tw-gradient-from: rgb(250 179 143 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/30 {
    --tw-gradient-from: rgb(250 179 143 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/35 {
    --tw-gradient-from: rgb(250 179 143 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/40 {
    --tw-gradient-from: rgb(250 179 143 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/45 {
    --tw-gradient-from: rgb(250 179 143 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/5 {
    --tw-gradient-from: rgb(250 179 143 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/50 {
    --tw-gradient-from: rgb(250 179 143 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/55 {
    --tw-gradient-from: rgb(250 179 143 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/60 {
    --tw-gradient-from: rgb(250 179 143 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/65 {
    --tw-gradient-from: rgb(250 179 143 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/70 {
    --tw-gradient-from: rgb(250 179 143 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/75 {
    --tw-gradient-from: rgb(250 179 143 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/80 {
    --tw-gradient-from: rgb(250 179 143 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/85 {
    --tw-gradient-from: rgb(250 179 143 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/90 {
    --tw-gradient-from: rgb(250 179 143 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-300\/95 {
    --tw-gradient-from: rgb(250 179 143 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400 {
    --tw-gradient-from: #f99766 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/0 {
    --tw-gradient-from: rgb(249 151 102 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/10 {
    --tw-gradient-from: rgb(249 151 102 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/100 {
    --tw-gradient-from: rgb(249 151 102 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/15 {
    --tw-gradient-from: rgb(249 151 102 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/20 {
    --tw-gradient-from: rgb(249 151 102 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/25 {
    --tw-gradient-from: rgb(249 151 102 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/30 {
    --tw-gradient-from: rgb(249 151 102 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/35 {
    --tw-gradient-from: rgb(249 151 102 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/40 {
    --tw-gradient-from: rgb(249 151 102 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/45 {
    --tw-gradient-from: rgb(249 151 102 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/5 {
    --tw-gradient-from: rgb(249 151 102 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/50 {
    --tw-gradient-from: rgb(249 151 102 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/55 {
    --tw-gradient-from: rgb(249 151 102 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/60 {
    --tw-gradient-from: rgb(249 151 102 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/65 {
    --tw-gradient-from: rgb(249 151 102 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/70 {
    --tw-gradient-from: rgb(249 151 102 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/75 {
    --tw-gradient-from: rgb(249 151 102 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/80 {
    --tw-gradient-from: rgb(249 151 102 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/85 {
    --tw-gradient-from: rgb(249 151 102 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/90 {
    --tw-gradient-from: rgb(249 151 102 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-400\/95 {
    --tw-gradient-from: rgb(249 151 102 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50 {
    --tw-gradient-from: #fff7f2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/0 {
    --tw-gradient-from: rgb(255 247 242 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/10 {
    --tw-gradient-from: rgb(255 247 242 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/100 {
    --tw-gradient-from: rgb(255 247 242 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/15 {
    --tw-gradient-from: rgb(255 247 242 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/20 {
    --tw-gradient-from: rgb(255 247 242 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/25 {
    --tw-gradient-from: rgb(255 247 242 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/30 {
    --tw-gradient-from: rgb(255 247 242 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/35 {
    --tw-gradient-from: rgb(255 247 242 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/40 {
    --tw-gradient-from: rgb(255 247 242 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/45 {
    --tw-gradient-from: rgb(255 247 242 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/5 {
    --tw-gradient-from: rgb(255 247 242 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/50 {
    --tw-gradient-from: rgb(255 247 242 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/55 {
    --tw-gradient-from: rgb(255 247 242 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/60 {
    --tw-gradient-from: rgb(255 247 242 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/65 {
    --tw-gradient-from: rgb(255 247 242 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/70 {
    --tw-gradient-from: rgb(255 247 242 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/75 {
    --tw-gradient-from: rgb(255 247 242 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/80 {
    --tw-gradient-from: rgb(255 247 242 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/85 {
    --tw-gradient-from: rgb(255 247 242 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/90 {
    --tw-gradient-from: rgb(255 247 242 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-50\/95 {
    --tw-gradient-from: rgb(255 247 242 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500 {
    --tw-gradient-from: #f78d4d var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/0 {
    --tw-gradient-from: rgb(247 141 77 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/10 {
    --tw-gradient-from: rgb(247 141 77 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/100 {
    --tw-gradient-from: rgb(247 141 77 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/15 {
    --tw-gradient-from: rgb(247 141 77 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/20 {
    --tw-gradient-from: rgb(247 141 77 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/25 {
    --tw-gradient-from: rgb(247 141 77 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/30 {
    --tw-gradient-from: rgb(247 141 77 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/35 {
    --tw-gradient-from: rgb(247 141 77 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/40 {
    --tw-gradient-from: rgb(247 141 77 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/45 {
    --tw-gradient-from: rgb(247 141 77 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/5 {
    --tw-gradient-from: rgb(247 141 77 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/50 {
    --tw-gradient-from: rgb(247 141 77 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/55 {
    --tw-gradient-from: rgb(247 141 77 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/60 {
    --tw-gradient-from: rgb(247 141 77 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/65 {
    --tw-gradient-from: rgb(247 141 77 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/70 {
    --tw-gradient-from: rgb(247 141 77 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/75 {
    --tw-gradient-from: rgb(247 141 77 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/80 {
    --tw-gradient-from: rgb(247 141 77 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/85 {
    --tw-gradient-from: rgb(247 141 77 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/90 {
    --tw-gradient-from: rgb(247 141 77 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-500\/95 {
    --tw-gradient-from: rgb(247 141 77 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600 {
    --tw-gradient-from: #e96325 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/0 {
    --tw-gradient-from: rgb(233 99 37 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/10 {
    --tw-gradient-from: rgb(233 99 37 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/100 {
    --tw-gradient-from: rgb(233 99 37 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/15 {
    --tw-gradient-from: rgb(233 99 37 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/20 {
    --tw-gradient-from: rgb(233 99 37 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/25 {
    --tw-gradient-from: rgb(233 99 37 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/30 {
    --tw-gradient-from: rgb(233 99 37 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/35 {
    --tw-gradient-from: rgb(233 99 37 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/40 {
    --tw-gradient-from: rgb(233 99 37 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/45 {
    --tw-gradient-from: rgb(233 99 37 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/5 {
    --tw-gradient-from: rgb(233 99 37 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/50 {
    --tw-gradient-from: rgb(233 99 37 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/55 {
    --tw-gradient-from: rgb(233 99 37 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/60 {
    --tw-gradient-from: rgb(233 99 37 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/65 {
    --tw-gradient-from: rgb(233 99 37 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/70 {
    --tw-gradient-from: rgb(233 99 37 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/75 {
    --tw-gradient-from: rgb(233 99 37 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/80 {
    --tw-gradient-from: rgb(233 99 37 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/85 {
    --tw-gradient-from: rgb(233 99 37 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/90 {
    --tw-gradient-from: rgb(233 99 37 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-600\/95 {
    --tw-gradient-from: rgb(233 99 37 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700 {
    --tw-gradient-from: #c94a16 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/0 {
    --tw-gradient-from: rgb(201 74 22 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/10 {
    --tw-gradient-from: rgb(201 74 22 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/100 {
    --tw-gradient-from: rgb(201 74 22 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/15 {
    --tw-gradient-from: rgb(201 74 22 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/20 {
    --tw-gradient-from: rgb(201 74 22 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/25 {
    --tw-gradient-from: rgb(201 74 22 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/30 {
    --tw-gradient-from: rgb(201 74 22 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/35 {
    --tw-gradient-from: rgb(201 74 22 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/40 {
    --tw-gradient-from: rgb(201 74 22 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/45 {
    --tw-gradient-from: rgb(201 74 22 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/5 {
    --tw-gradient-from: rgb(201 74 22 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/50 {
    --tw-gradient-from: rgb(201 74 22 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/55 {
    --tw-gradient-from: rgb(201 74 22 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/60 {
    --tw-gradient-from: rgb(201 74 22 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/65 {
    --tw-gradient-from: rgb(201 74 22 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/70 {
    --tw-gradient-from: rgb(201 74 22 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/75 {
    --tw-gradient-from: rgb(201 74 22 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/80 {
    --tw-gradient-from: rgb(201 74 22 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/85 {
    --tw-gradient-from: rgb(201 74 22 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/90 {
    --tw-gradient-from: rgb(201 74 22 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-700\/95 {
    --tw-gradient-from: rgb(201 74 22 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800 {
    --tw-gradient-from: #a13b18 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/0 {
    --tw-gradient-from: rgb(161 59 24 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/10 {
    --tw-gradient-from: rgb(161 59 24 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/100 {
    --tw-gradient-from: rgb(161 59 24 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/15 {
    --tw-gradient-from: rgb(161 59 24 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/20 {
    --tw-gradient-from: rgb(161 59 24 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/25 {
    --tw-gradient-from: rgb(161 59 24 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/30 {
    --tw-gradient-from: rgb(161 59 24 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/35 {
    --tw-gradient-from: rgb(161 59 24 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/40 {
    --tw-gradient-from: rgb(161 59 24 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/45 {
    --tw-gradient-from: rgb(161 59 24 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/5 {
    --tw-gradient-from: rgb(161 59 24 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/50 {
    --tw-gradient-from: rgb(161 59 24 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/55 {
    --tw-gradient-from: rgb(161 59 24 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/60 {
    --tw-gradient-from: rgb(161 59 24 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/65 {
    --tw-gradient-from: rgb(161 59 24 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/70 {
    --tw-gradient-from: rgb(161 59 24 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/75 {
    --tw-gradient-from: rgb(161 59 24 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/80 {
    --tw-gradient-from: rgb(161 59 24 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/85 {
    --tw-gradient-from: rgb(161 59 24 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/90 {
    --tw-gradient-from: rgb(161 59 24 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-800\/95 {
    --tw-gradient-from: rgb(161 59 24 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900 {
    --tw-gradient-from: #823318 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/0 {
    --tw-gradient-from: rgb(130 51 24 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/10 {
    --tw-gradient-from: rgb(130 51 24 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/100 {
    --tw-gradient-from: rgb(130 51 24 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/15 {
    --tw-gradient-from: rgb(130 51 24 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/20 {
    --tw-gradient-from: rgb(130 51 24 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/25 {
    --tw-gradient-from: rgb(130 51 24 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/30 {
    --tw-gradient-from: rgb(130 51 24 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/35 {
    --tw-gradient-from: rgb(130 51 24 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/40 {
    --tw-gradient-from: rgb(130 51 24 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/45 {
    --tw-gradient-from: rgb(130 51 24 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/5 {
    --tw-gradient-from: rgb(130 51 24 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/50 {
    --tw-gradient-from: rgb(130 51 24 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/55 {
    --tw-gradient-from: rgb(130 51 24 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/60 {
    --tw-gradient-from: rgb(130 51 24 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/65 {
    --tw-gradient-from: rgb(130 51 24 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/70 {
    --tw-gradient-from: rgb(130 51 24 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/75 {
    --tw-gradient-from: rgb(130 51 24 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/80 {
    --tw-gradient-from: rgb(130 51 24 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/85 {
    --tw-gradient-from: rgb(130 51 24 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/90 {
    --tw-gradient-from: rgb(130 51 24 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-900\/95 {
    --tw-gradient-from: rgb(130 51 24 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950 {
    --tw-gradient-from: #461708 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/0 {
    --tw-gradient-from: rgb(70 23 8 / 0) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/10 {
    --tw-gradient-from: rgb(70 23 8 / 0.1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/100 {
    --tw-gradient-from: rgb(70 23 8 / 1) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/15 {
    --tw-gradient-from: rgb(70 23 8 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/20 {
    --tw-gradient-from: rgb(70 23 8 / 0.2) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/25 {
    --tw-gradient-from: rgb(70 23 8 / 0.25) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/30 {
    --tw-gradient-from: rgb(70 23 8 / 0.3) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/35 {
    --tw-gradient-from: rgb(70 23 8 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/40 {
    --tw-gradient-from: rgb(70 23 8 / 0.4) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/45 {
    --tw-gradient-from: rgb(70 23 8 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/5 {
    --tw-gradient-from: rgb(70 23 8 / 0.05) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/50 {
    --tw-gradient-from: rgb(70 23 8 / 0.5) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/55 {
    --tw-gradient-from: rgb(70 23 8 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/60 {
    --tw-gradient-from: rgb(70 23 8 / 0.6) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/65 {
    --tw-gradient-from: rgb(70 23 8 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/70 {
    --tw-gradient-from: rgb(70 23 8 / 0.7) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/75 {
    --tw-gradient-from: rgb(70 23 8 / 0.75) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/80 {
    --tw-gradient-from: rgb(70 23 8 / 0.8) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/85 {
    --tw-gradient-from: rgb(70 23 8 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/90 {
    --tw-gradient-from: rgb(70 23 8 / 0.9) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .lg\:from-primary-950\/95 {
    --tw-gradient-from: rgb(70 23 8 / 0.95) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(254 249 195 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(254 249 195 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(254 249 195 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(254 249 195 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(254 249 195 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(254 249 195 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 249 195 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(254 240 138 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(254 240 138 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(254 240 138 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(254 240 138 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(254 240 138 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(254 240 138 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 240 138 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-from: rgb(250 204 21 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(250 204 21 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(250 204 21 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(250 204 21 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(250 204 21 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(250 204 21 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(250 204 21 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(254 252 232 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(254 252 232 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(254 252 232 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(254 252 232 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(254 252 232 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(254 252 232 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 252 232 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(234 179 8 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(234 179 8 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(234 179 8 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(234 179 8 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(234 179 8 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(234 179 8 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(234 179 8 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-from: rgb(202 138 4 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(202 138 4 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(202 138 4 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(202 138 4 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(202 138 4 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(202 138 4 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(202 138 4 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-from: rgb(133 77 14 / 0.15) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-from: rgb(133 77 14 / 0.35) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-from: rgb(133 77 14 / 0.45) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-from: rgb(133 77 14 / 0.55) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-from: rgb(133 77 14 / 0.65) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-from: rgb(133 77 14 / 0.85) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(133 77 14 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }

  .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-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-80\% {
    --tw-gradient-from-position: 80%;
  }

  .lg\:from-85\% {
    --tw-gradient-from-position: 85%;
  }

  .lg\:via-accent-100 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #ebfbcb var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/0 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/10 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/100 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/15 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/20 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/25 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/30 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/35 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/40 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/45 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/5 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/50 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/55 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/60 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/65 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/70 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/75 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/80 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/85 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/90 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-100\/95 {
    --tw-gradient-to: rgb(235 251 203 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(235 251 203 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d8f69a var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/0 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/10 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/100 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/15 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/20 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/25 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/30 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/35 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/40 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/45 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/5 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/50 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/55 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/60 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/65 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/70 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/75 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/80 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/85 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/90 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-200\/95 {
    --tw-gradient-to: rgb(216 246 154 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(216 246 154 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #c4f078 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/0 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/10 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/100 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/15 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/20 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/25 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/30 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/35 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/40 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/45 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/5 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/50 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/55 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/60 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/65 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/70 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/75 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/80 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/85 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/90 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-300\/95 {
    --tw-gradient-to: rgb(196 240 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(196 240 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #b7ed68 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/0 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/10 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/100 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/15 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/20 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/25 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/30 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/35 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/40 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/45 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/5 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/50 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/55 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/60 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/65 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/70 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/75 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/80 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/85 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/90 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-400\/95 {
    --tw-gradient-to: rgb(183 237 104 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 237 104 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f7fdeb var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/0 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/10 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/100 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/15 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/20 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/25 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/30 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/35 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/40 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/45 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/5 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/50 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/55 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/60 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/65 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/70 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/75 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/80 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/85 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/90 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-50\/95 {
    --tw-gradient-to: rgb(247 253 235 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 253 235 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #aeeb60 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/0 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/10 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/100 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/15 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/20 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/25 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/30 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/35 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/40 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/45 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/5 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/50 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/55 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/60 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/65 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/70 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/75 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/80 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/85 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/90 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-500\/95 {
    --tw-gradient-to: rgb(174 235 96 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(174 235 96 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #82c930 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/0 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/10 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/100 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/15 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/20 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/25 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/30 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/35 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/40 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/45 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/5 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/50 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/55 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/60 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/65 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/70 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/75 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/80 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/85 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/90 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-600\/95 {
    --tw-gradient-to: rgb(130 201 48 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 201 48 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #61a11f var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/0 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/10 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/100 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/15 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/20 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/25 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/30 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/35 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/40 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/45 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/5 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/50 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/55 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/60 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/65 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/70 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/75 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/80 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/85 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/90 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-700\/95 {
    --tw-gradient-to: rgb(97 161 31 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(97 161 31 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #4e7e20 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/0 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/10 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/100 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/15 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/20 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/25 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/30 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/35 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/40 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/45 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/5 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/50 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/55 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/60 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/65 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/70 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/75 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/80 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/85 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/90 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-800\/95 {
    --tw-gradient-to: rgb(78 126 32 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 126 32 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #426a21 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/0 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/10 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/100 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/15 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/20 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/25 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/30 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/35 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/40 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/45 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/5 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/50 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/55 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/60 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/65 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/70 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/75 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/80 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/85 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/90 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-900\/95 {
    --tw-gradient-to: rgb(66 106 33 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(66 106 33 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #203a0b var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/0 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/10 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/100 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/15 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/20 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/25 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/30 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/35 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/40 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/45 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/5 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/50 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/55 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/60 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/65 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/70 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/75 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/80 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/85 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/90 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-accent-950\/95 {
    --tw-gradient-to: rgb(32 58 11 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(32 58 11 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #e9e3ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/0 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/10 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/100 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/15 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/20 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/25 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/30 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/35 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/40 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/45 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/5 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/50 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/55 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/60 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/65 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/70 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/75 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/80 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/85 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/90 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-100\/95 {
    --tw-gradient-to: rgb(233 227 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 227 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d3c7ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/0 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/10 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/100 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/15 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/20 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/25 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/30 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/35 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/40 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/45 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/5 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/50 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/55 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/60 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/65 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/70 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/75 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/80 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/85 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/90 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-200\/95 {
    --tw-gradient-to: rgb(211 199 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(211 199 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #b79aff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/0 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/10 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/100 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/15 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/20 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/25 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/30 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/35 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/40 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/45 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/5 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/50 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/55 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/60 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/65 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/70 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/75 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/80 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/85 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/90 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-300\/95 {
    --tw-gradient-to: rgb(183 154 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(183 154 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #9562ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/0 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/10 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/100 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/15 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/20 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/25 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/30 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/35 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/40 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/45 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/5 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/50 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/55 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/60 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/65 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/70 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/75 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/80 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/85 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/90 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-400\/95 {
    --tw-gradient-to: rgb(149 98 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(149 98 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f4f1ff var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/0 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/10 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/100 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/15 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/20 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/25 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/30 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/35 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/40 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/45 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/5 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/50 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/55 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/60 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/65 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/70 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/75 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/80 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/85 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/90 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-50\/95 {
    --tw-gradient-to: rgb(244 241 255 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(244 241 255 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #4e1cd1 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/0 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/10 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/100 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/15 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/20 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/25 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/30 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/35 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/40 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/45 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/5 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/50 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/55 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/60 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/65 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/70 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/75 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/80 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/85 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/90 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-500\/95 {
    --tw-gradient-to: rgb(78 28 209 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(78 28 209 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #4115b5 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/0 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/10 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/100 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/15 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/20 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/25 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/30 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/35 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/40 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/45 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/5 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/50 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/55 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/60 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/65 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/70 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/75 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/80 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/85 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/90 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-600\/95 {
    --tw-gradient-to: rgb(65 21 181 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(65 21 181 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #361096 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/0 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/10 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/100 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/15 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/20 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/25 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/30 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/35 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/40 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/45 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/5 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/50 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/55 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/60 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/65 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/70 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/75 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/80 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/85 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/90 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-700\/95 {
    --tw-gradient-to: rgb(54 16 150 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(54 16 150 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #2e1078 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/0 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/10 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/100 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/15 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/20 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/25 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/30 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/35 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/40 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/45 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/5 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/50 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/55 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/60 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/65 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/70 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/75 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/80 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/85 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/90 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-800\/95 {
    --tw-gradient-to: rgb(46 16 120 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(46 16 120 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #270f62 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/0 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/10 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/100 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/15 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/20 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/25 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/30 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/35 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/40 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/45 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/5 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/50 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/55 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/60 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/65 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/70 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/75 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/80 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/85 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/90 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-900\/95 {
    --tw-gradient-to: rgb(39 15 98 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(39 15 98 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #16053a var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/0 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/10 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/100 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/15 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/20 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/25 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/30 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/35 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/40 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/45 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/5 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/50 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/55 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/60 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/65 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/70 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/75 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/80 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/85 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/90 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-brand-950\/95 {
    --tw-gradient-to: rgb(22 5 58 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(22 5 58 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f6f5f4 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/0 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/10 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/100 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/15 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/20 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/25 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/30 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/35 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/40 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/45 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/5 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/50 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/55 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/60 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/65 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/70 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/75 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/80 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/85 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/90 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-100\/95 {
    --tw-gradient-to: rgb(246 245 244 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(246 245 244 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #e9e6e3 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/0 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/10 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/100 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/15 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/20 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/25 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/30 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/35 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/40 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/45 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/5 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/50 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/55 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/60 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/65 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/70 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/75 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/80 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/85 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/90 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-200\/95 {
    --tw-gradient-to: rgb(233 230 227 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 230 227 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #d7d2cd var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/0 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/10 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/100 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/15 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/20 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/25 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/30 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/35 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/40 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/45 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/5 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/50 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/55 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/60 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/65 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/70 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/75 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/80 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/85 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/90 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-300\/95 {
    --tw-gradient-to: rgb(215 210 205 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(215 210 205 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #afa8a1 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/0 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/10 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/100 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/15 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/20 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/25 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/30 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/35 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/40 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/45 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/5 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/50 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/55 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/60 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/65 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/70 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/75 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/80 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/85 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/90 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-400\/95 {
    --tw-gradient-to: rgb(175 168 161 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(175 168 161 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fbfaf9 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/0 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/10 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/100 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/15 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/20 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/25 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/30 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/35 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/40 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/45 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/5 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/50 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/55 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/60 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/65 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/70 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/75 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/80 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/85 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/90 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-50\/95 {
    --tw-gradient-to: rgb(251 250 249 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(251 250 249 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #817971 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/0 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/10 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/100 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/15 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/20 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/25 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/30 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/35 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/40 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/45 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/5 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/50 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/55 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/60 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/65 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/70 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/75 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/80 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/85 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/90 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-500\/95 {
    --tw-gradient-to: rgb(129 121 113 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(129 121 113 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #605952 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/0 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/10 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/100 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/15 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/20 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/25 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/30 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/35 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/40 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/45 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/5 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/50 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/55 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/60 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/65 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/70 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/75 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/80 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/85 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/90 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-600\/95 {
    --tw-gradient-to: rgb(96 89 82 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(96 89 82 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #49443f var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/0 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/10 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/100 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/15 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/20 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/25 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/30 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/35 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/40 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/45 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/5 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/50 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/55 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/60 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/65 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/70 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/75 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/80 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/85 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/90 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-700\/95 {
    --tw-gradient-to: rgb(73 68 63 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(73 68 63 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #302d2a var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/0 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/10 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/100 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/15 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/20 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/25 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/30 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/35 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/40 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/45 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/5 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/50 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/55 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/60 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/65 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/70 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/75 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/80 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/85 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/90 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-800\/95 {
    --tw-gradient-to: rgb(48 45 42 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(48 45 42 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #211f1d var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/0 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/10 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/100 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/15 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/20 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/25 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/30 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/35 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/40 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/45 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/5 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/50 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/55 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/60 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/65 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/70 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/75 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/80 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/85 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/90 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-900\/95 {
    --tw-gradient-to: rgb(33 31 29 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(33 31 29 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #121110 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/0 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/10 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/100 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/15 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/20 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/25 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/30 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/35 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/40 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/45 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/5 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/50 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/55 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/60 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/65 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/70 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/75 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/80 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/85 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/90 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-neutral-950\/95 {
    --tw-gradient-to: rgb(18 17 16 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(18 17 16 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #feeade var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/0 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/10 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/100 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/15 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/20 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/25 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/30 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/35 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/40 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/45 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/5 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/50 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/55 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/60 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/65 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/70 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/75 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/80 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/85 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/90 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-100\/95 {
    --tw-gradient-to: rgb(254 234 222 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 234 222 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fcd3bd var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/0 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/10 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/100 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/15 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/20 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/25 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/30 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/35 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/40 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/45 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/5 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/50 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/55 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/60 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/65 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/70 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/75 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/80 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/85 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/90 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-200\/95 {
    --tw-gradient-to: rgb(252 211 189 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(252 211 189 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fab38f var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/0 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/10 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/100 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/15 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/20 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/25 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/30 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/35 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/40 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/45 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/5 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/50 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/55 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/60 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/65 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/70 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/75 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/80 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/85 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/90 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-300\/95 {
    --tw-gradient-to: rgb(250 179 143 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 179 143 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f99766 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/0 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/10 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/100 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/15 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/20 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/25 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/30 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/35 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/40 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/45 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/5 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/50 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/55 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/60 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/65 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/70 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/75 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/80 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/85 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/90 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-400\/95 {
    --tw-gradient-to: rgb(249 151 102 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(249 151 102 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #fff7f2 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/0 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/10 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/100 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/15 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/20 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/25 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/30 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/35 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/40 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/45 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/5 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/50 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/55 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/60 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/65 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/70 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/75 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/80 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/85 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/90 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-50\/95 {
    --tw-gradient-to: rgb(255 247 242 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(255 247 242 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #f78d4d var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/0 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/10 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/100 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/15 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/20 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/25 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/30 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/35 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/40 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/45 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/5 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/50 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/55 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/60 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/65 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/70 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/75 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/80 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/85 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/90 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-500\/95 {
    --tw-gradient-to: rgb(247 141 77 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(247 141 77 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #e96325 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/0 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/10 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/100 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/15 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/20 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/25 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/30 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/35 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/40 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/45 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/5 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/50 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/55 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/60 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/65 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/70 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/75 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/80 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/85 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/90 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-600\/95 {
    --tw-gradient-to: rgb(233 99 37 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(233 99 37 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #c94a16 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/0 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/10 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/100 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/15 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/20 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/25 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/30 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/35 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/40 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/45 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/5 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/50 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/55 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/60 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/65 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/70 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/75 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/80 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/85 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/90 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-700\/95 {
    --tw-gradient-to: rgb(201 74 22 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(201 74 22 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #a13b18 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/0 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/10 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/100 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/15 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/20 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/25 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/30 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/35 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/40 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/45 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/5 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/50 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/55 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/60 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/65 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/70 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/75 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/80 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/85 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/90 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-800\/95 {
    --tw-gradient-to: rgb(161 59 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(161 59 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #823318 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/0 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/10 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/100 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/15 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/20 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/25 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/30 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/35 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/40 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/45 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/5 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/50 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/55 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/60 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/65 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/70 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/75 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/80 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/85 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/90 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-900\/95 {
    --tw-gradient-to: rgb(130 51 24 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(130 51 24 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), #461708 var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/0 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/10 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/100 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 1) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/15 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/20 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/25 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.25) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/30 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.3) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/35 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/40 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/45 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/5 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.05) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/50 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.5) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/55 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/60 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.6) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/65 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/70 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.7) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/75 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.75) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/80 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.8) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/85 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/90 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.9) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .lg\:via-primary-950\/95 {
    --tw-gradient-to: rgb(70 23 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(70 23 8 / 0.95) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 249 195 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 240 138 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(250 204 21 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(254 252 232 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(234 179 8 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(202 138 4 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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-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\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.15) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.35) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.45) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.55) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.65) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0)  var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), rgb(133 77 14 / 0.85) var(--tw-gradient-via-position), var(--tw-gradient-to);
  }

  .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\:to-accent-100 {
    --tw-gradient-to: #ebfbcb var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/0 {
    --tw-gradient-to: rgb(235 251 203 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/10 {
    --tw-gradient-to: rgb(235 251 203 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/100 {
    --tw-gradient-to: rgb(235 251 203 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/15 {
    --tw-gradient-to: rgb(235 251 203 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/20 {
    --tw-gradient-to: rgb(235 251 203 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/25 {
    --tw-gradient-to: rgb(235 251 203 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/30 {
    --tw-gradient-to: rgb(235 251 203 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/35 {
    --tw-gradient-to: rgb(235 251 203 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/40 {
    --tw-gradient-to: rgb(235 251 203 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/45 {
    --tw-gradient-to: rgb(235 251 203 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/5 {
    --tw-gradient-to: rgb(235 251 203 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/50 {
    --tw-gradient-to: rgb(235 251 203 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/55 {
    --tw-gradient-to: rgb(235 251 203 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/60 {
    --tw-gradient-to: rgb(235 251 203 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/65 {
    --tw-gradient-to: rgb(235 251 203 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/70 {
    --tw-gradient-to: rgb(235 251 203 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/75 {
    --tw-gradient-to: rgb(235 251 203 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/80 {
    --tw-gradient-to: rgb(235 251 203 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/85 {
    --tw-gradient-to: rgb(235 251 203 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/90 {
    --tw-gradient-to: rgb(235 251 203 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-100\/95 {
    --tw-gradient-to: rgb(235 251 203 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200 {
    --tw-gradient-to: #d8f69a var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/0 {
    --tw-gradient-to: rgb(216 246 154 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/10 {
    --tw-gradient-to: rgb(216 246 154 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/100 {
    --tw-gradient-to: rgb(216 246 154 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/15 {
    --tw-gradient-to: rgb(216 246 154 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/20 {
    --tw-gradient-to: rgb(216 246 154 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/25 {
    --tw-gradient-to: rgb(216 246 154 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/30 {
    --tw-gradient-to: rgb(216 246 154 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/35 {
    --tw-gradient-to: rgb(216 246 154 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/40 {
    --tw-gradient-to: rgb(216 246 154 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/45 {
    --tw-gradient-to: rgb(216 246 154 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/5 {
    --tw-gradient-to: rgb(216 246 154 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/50 {
    --tw-gradient-to: rgb(216 246 154 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/55 {
    --tw-gradient-to: rgb(216 246 154 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/60 {
    --tw-gradient-to: rgb(216 246 154 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/65 {
    --tw-gradient-to: rgb(216 246 154 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/70 {
    --tw-gradient-to: rgb(216 246 154 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/75 {
    --tw-gradient-to: rgb(216 246 154 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/80 {
    --tw-gradient-to: rgb(216 246 154 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/85 {
    --tw-gradient-to: rgb(216 246 154 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/90 {
    --tw-gradient-to: rgb(216 246 154 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-200\/95 {
    --tw-gradient-to: rgb(216 246 154 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300 {
    --tw-gradient-to: #c4f078 var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/0 {
    --tw-gradient-to: rgb(196 240 120 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/10 {
    --tw-gradient-to: rgb(196 240 120 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/100 {
    --tw-gradient-to: rgb(196 240 120 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/15 {
    --tw-gradient-to: rgb(196 240 120 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/20 {
    --tw-gradient-to: rgb(196 240 120 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/25 {
    --tw-gradient-to: rgb(196 240 120 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/30 {
    --tw-gradient-to: rgb(196 240 120 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/35 {
    --tw-gradient-to: rgb(196 240 120 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/40 {
    --tw-gradient-to: rgb(196 240 120 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/45 {
    --tw-gradient-to: rgb(196 240 120 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/5 {
    --tw-gradient-to: rgb(196 240 120 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/50 {
    --tw-gradient-to: rgb(196 240 120 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/55 {
    --tw-gradient-to: rgb(196 240 120 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/60 {
    --tw-gradient-to: rgb(196 240 120 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/65 {
    --tw-gradient-to: rgb(196 240 120 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/70 {
    --tw-gradient-to: rgb(196 240 120 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/75 {
    --tw-gradient-to: rgb(196 240 120 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/80 {
    --tw-gradient-to: rgb(196 240 120 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/85 {
    --tw-gradient-to: rgb(196 240 120 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/90 {
    --tw-gradient-to: rgb(196 240 120 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-300\/95 {
    --tw-gradient-to: rgb(196 240 120 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400 {
    --tw-gradient-to: #b7ed68 var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/0 {
    --tw-gradient-to: rgb(183 237 104 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/10 {
    --tw-gradient-to: rgb(183 237 104 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/100 {
    --tw-gradient-to: rgb(183 237 104 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/15 {
    --tw-gradient-to: rgb(183 237 104 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/20 {
    --tw-gradient-to: rgb(183 237 104 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/25 {
    --tw-gradient-to: rgb(183 237 104 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/30 {
    --tw-gradient-to: rgb(183 237 104 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/35 {
    --tw-gradient-to: rgb(183 237 104 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/40 {
    --tw-gradient-to: rgb(183 237 104 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/45 {
    --tw-gradient-to: rgb(183 237 104 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/5 {
    --tw-gradient-to: rgb(183 237 104 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/50 {
    --tw-gradient-to: rgb(183 237 104 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/55 {
    --tw-gradient-to: rgb(183 237 104 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/60 {
    --tw-gradient-to: rgb(183 237 104 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/65 {
    --tw-gradient-to: rgb(183 237 104 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/70 {
    --tw-gradient-to: rgb(183 237 104 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/75 {
    --tw-gradient-to: rgb(183 237 104 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/80 {
    --tw-gradient-to: rgb(183 237 104 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/85 {
    --tw-gradient-to: rgb(183 237 104 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/90 {
    --tw-gradient-to: rgb(183 237 104 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-400\/95 {
    --tw-gradient-to: rgb(183 237 104 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50 {
    --tw-gradient-to: #f7fdeb var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/0 {
    --tw-gradient-to: rgb(247 253 235 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/10 {
    --tw-gradient-to: rgb(247 253 235 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/100 {
    --tw-gradient-to: rgb(247 253 235 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/15 {
    --tw-gradient-to: rgb(247 253 235 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/20 {
    --tw-gradient-to: rgb(247 253 235 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/25 {
    --tw-gradient-to: rgb(247 253 235 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/30 {
    --tw-gradient-to: rgb(247 253 235 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/35 {
    --tw-gradient-to: rgb(247 253 235 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/40 {
    --tw-gradient-to: rgb(247 253 235 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/45 {
    --tw-gradient-to: rgb(247 253 235 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/5 {
    --tw-gradient-to: rgb(247 253 235 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/50 {
    --tw-gradient-to: rgb(247 253 235 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/55 {
    --tw-gradient-to: rgb(247 253 235 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/60 {
    --tw-gradient-to: rgb(247 253 235 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/65 {
    --tw-gradient-to: rgb(247 253 235 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/70 {
    --tw-gradient-to: rgb(247 253 235 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/75 {
    --tw-gradient-to: rgb(247 253 235 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/80 {
    --tw-gradient-to: rgb(247 253 235 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/85 {
    --tw-gradient-to: rgb(247 253 235 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/90 {
    --tw-gradient-to: rgb(247 253 235 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-50\/95 {
    --tw-gradient-to: rgb(247 253 235 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500 {
    --tw-gradient-to: #aeeb60 var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/0 {
    --tw-gradient-to: rgb(174 235 96 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/10 {
    --tw-gradient-to: rgb(174 235 96 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/100 {
    --tw-gradient-to: rgb(174 235 96 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/15 {
    --tw-gradient-to: rgb(174 235 96 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/20 {
    --tw-gradient-to: rgb(174 235 96 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/25 {
    --tw-gradient-to: rgb(174 235 96 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/30 {
    --tw-gradient-to: rgb(174 235 96 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/35 {
    --tw-gradient-to: rgb(174 235 96 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/40 {
    --tw-gradient-to: rgb(174 235 96 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/45 {
    --tw-gradient-to: rgb(174 235 96 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/5 {
    --tw-gradient-to: rgb(174 235 96 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/50 {
    --tw-gradient-to: rgb(174 235 96 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/55 {
    --tw-gradient-to: rgb(174 235 96 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/60 {
    --tw-gradient-to: rgb(174 235 96 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/65 {
    --tw-gradient-to: rgb(174 235 96 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/70 {
    --tw-gradient-to: rgb(174 235 96 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/75 {
    --tw-gradient-to: rgb(174 235 96 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/80 {
    --tw-gradient-to: rgb(174 235 96 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/85 {
    --tw-gradient-to: rgb(174 235 96 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/90 {
    --tw-gradient-to: rgb(174 235 96 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-500\/95 {
    --tw-gradient-to: rgb(174 235 96 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600 {
    --tw-gradient-to: #82c930 var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/0 {
    --tw-gradient-to: rgb(130 201 48 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/10 {
    --tw-gradient-to: rgb(130 201 48 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/100 {
    --tw-gradient-to: rgb(130 201 48 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/15 {
    --tw-gradient-to: rgb(130 201 48 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/20 {
    --tw-gradient-to: rgb(130 201 48 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/25 {
    --tw-gradient-to: rgb(130 201 48 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/30 {
    --tw-gradient-to: rgb(130 201 48 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/35 {
    --tw-gradient-to: rgb(130 201 48 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/40 {
    --tw-gradient-to: rgb(130 201 48 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/45 {
    --tw-gradient-to: rgb(130 201 48 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/5 {
    --tw-gradient-to: rgb(130 201 48 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/50 {
    --tw-gradient-to: rgb(130 201 48 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/55 {
    --tw-gradient-to: rgb(130 201 48 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/60 {
    --tw-gradient-to: rgb(130 201 48 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/65 {
    --tw-gradient-to: rgb(130 201 48 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/70 {
    --tw-gradient-to: rgb(130 201 48 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/75 {
    --tw-gradient-to: rgb(130 201 48 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/80 {
    --tw-gradient-to: rgb(130 201 48 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/85 {
    --tw-gradient-to: rgb(130 201 48 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/90 {
    --tw-gradient-to: rgb(130 201 48 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-600\/95 {
    --tw-gradient-to: rgb(130 201 48 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700 {
    --tw-gradient-to: #61a11f var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/0 {
    --tw-gradient-to: rgb(97 161 31 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/10 {
    --tw-gradient-to: rgb(97 161 31 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/100 {
    --tw-gradient-to: rgb(97 161 31 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/15 {
    --tw-gradient-to: rgb(97 161 31 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/20 {
    --tw-gradient-to: rgb(97 161 31 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/25 {
    --tw-gradient-to: rgb(97 161 31 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/30 {
    --tw-gradient-to: rgb(97 161 31 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/35 {
    --tw-gradient-to: rgb(97 161 31 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/40 {
    --tw-gradient-to: rgb(97 161 31 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/45 {
    --tw-gradient-to: rgb(97 161 31 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/5 {
    --tw-gradient-to: rgb(97 161 31 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/50 {
    --tw-gradient-to: rgb(97 161 31 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/55 {
    --tw-gradient-to: rgb(97 161 31 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/60 {
    --tw-gradient-to: rgb(97 161 31 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/65 {
    --tw-gradient-to: rgb(97 161 31 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/70 {
    --tw-gradient-to: rgb(97 161 31 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/75 {
    --tw-gradient-to: rgb(97 161 31 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/80 {
    --tw-gradient-to: rgb(97 161 31 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/85 {
    --tw-gradient-to: rgb(97 161 31 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/90 {
    --tw-gradient-to: rgb(97 161 31 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-700\/95 {
    --tw-gradient-to: rgb(97 161 31 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800 {
    --tw-gradient-to: #4e7e20 var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/0 {
    --tw-gradient-to: rgb(78 126 32 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/10 {
    --tw-gradient-to: rgb(78 126 32 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/100 {
    --tw-gradient-to: rgb(78 126 32 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/15 {
    --tw-gradient-to: rgb(78 126 32 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/20 {
    --tw-gradient-to: rgb(78 126 32 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/25 {
    --tw-gradient-to: rgb(78 126 32 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/30 {
    --tw-gradient-to: rgb(78 126 32 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/35 {
    --tw-gradient-to: rgb(78 126 32 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/40 {
    --tw-gradient-to: rgb(78 126 32 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/45 {
    --tw-gradient-to: rgb(78 126 32 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/5 {
    --tw-gradient-to: rgb(78 126 32 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/50 {
    --tw-gradient-to: rgb(78 126 32 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/55 {
    --tw-gradient-to: rgb(78 126 32 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/60 {
    --tw-gradient-to: rgb(78 126 32 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/65 {
    --tw-gradient-to: rgb(78 126 32 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/70 {
    --tw-gradient-to: rgb(78 126 32 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/75 {
    --tw-gradient-to: rgb(78 126 32 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/80 {
    --tw-gradient-to: rgb(78 126 32 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/85 {
    --tw-gradient-to: rgb(78 126 32 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/90 {
    --tw-gradient-to: rgb(78 126 32 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-800\/95 {
    --tw-gradient-to: rgb(78 126 32 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900 {
    --tw-gradient-to: #426a21 var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/0 {
    --tw-gradient-to: rgb(66 106 33 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/10 {
    --tw-gradient-to: rgb(66 106 33 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/100 {
    --tw-gradient-to: rgb(66 106 33 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/15 {
    --tw-gradient-to: rgb(66 106 33 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/20 {
    --tw-gradient-to: rgb(66 106 33 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/25 {
    --tw-gradient-to: rgb(66 106 33 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/30 {
    --tw-gradient-to: rgb(66 106 33 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/35 {
    --tw-gradient-to: rgb(66 106 33 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/40 {
    --tw-gradient-to: rgb(66 106 33 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/45 {
    --tw-gradient-to: rgb(66 106 33 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/5 {
    --tw-gradient-to: rgb(66 106 33 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/50 {
    --tw-gradient-to: rgb(66 106 33 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/55 {
    --tw-gradient-to: rgb(66 106 33 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/60 {
    --tw-gradient-to: rgb(66 106 33 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/65 {
    --tw-gradient-to: rgb(66 106 33 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/70 {
    --tw-gradient-to: rgb(66 106 33 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/75 {
    --tw-gradient-to: rgb(66 106 33 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/80 {
    --tw-gradient-to: rgb(66 106 33 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/85 {
    --tw-gradient-to: rgb(66 106 33 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/90 {
    --tw-gradient-to: rgb(66 106 33 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-900\/95 {
    --tw-gradient-to: rgb(66 106 33 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950 {
    --tw-gradient-to: #203a0b var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/0 {
    --tw-gradient-to: rgb(32 58 11 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/10 {
    --tw-gradient-to: rgb(32 58 11 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/100 {
    --tw-gradient-to: rgb(32 58 11 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/15 {
    --tw-gradient-to: rgb(32 58 11 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/20 {
    --tw-gradient-to: rgb(32 58 11 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/25 {
    --tw-gradient-to: rgb(32 58 11 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/30 {
    --tw-gradient-to: rgb(32 58 11 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/35 {
    --tw-gradient-to: rgb(32 58 11 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/40 {
    --tw-gradient-to: rgb(32 58 11 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/45 {
    --tw-gradient-to: rgb(32 58 11 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/5 {
    --tw-gradient-to: rgb(32 58 11 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/50 {
    --tw-gradient-to: rgb(32 58 11 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/55 {
    --tw-gradient-to: rgb(32 58 11 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/60 {
    --tw-gradient-to: rgb(32 58 11 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/65 {
    --tw-gradient-to: rgb(32 58 11 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/70 {
    --tw-gradient-to: rgb(32 58 11 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/75 {
    --tw-gradient-to: rgb(32 58 11 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/80 {
    --tw-gradient-to: rgb(32 58 11 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/85 {
    --tw-gradient-to: rgb(32 58 11 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/90 {
    --tw-gradient-to: rgb(32 58 11 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-accent-950\/95 {
    --tw-gradient-to: rgb(32 58 11 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100 {
    --tw-gradient-to: #e9e3ff var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/0 {
    --tw-gradient-to: rgb(233 227 255 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/10 {
    --tw-gradient-to: rgb(233 227 255 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/100 {
    --tw-gradient-to: rgb(233 227 255 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/15 {
    --tw-gradient-to: rgb(233 227 255 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/20 {
    --tw-gradient-to: rgb(233 227 255 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/25 {
    --tw-gradient-to: rgb(233 227 255 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/30 {
    --tw-gradient-to: rgb(233 227 255 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/35 {
    --tw-gradient-to: rgb(233 227 255 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/40 {
    --tw-gradient-to: rgb(233 227 255 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/45 {
    --tw-gradient-to: rgb(233 227 255 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/5 {
    --tw-gradient-to: rgb(233 227 255 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/50 {
    --tw-gradient-to: rgb(233 227 255 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/55 {
    --tw-gradient-to: rgb(233 227 255 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/60 {
    --tw-gradient-to: rgb(233 227 255 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/65 {
    --tw-gradient-to: rgb(233 227 255 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/70 {
    --tw-gradient-to: rgb(233 227 255 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/75 {
    --tw-gradient-to: rgb(233 227 255 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/80 {
    --tw-gradient-to: rgb(233 227 255 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/85 {
    --tw-gradient-to: rgb(233 227 255 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/90 {
    --tw-gradient-to: rgb(233 227 255 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-100\/95 {
    --tw-gradient-to: rgb(233 227 255 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200 {
    --tw-gradient-to: #d3c7ff var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/0 {
    --tw-gradient-to: rgb(211 199 255 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/10 {
    --tw-gradient-to: rgb(211 199 255 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/100 {
    --tw-gradient-to: rgb(211 199 255 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/15 {
    --tw-gradient-to: rgb(211 199 255 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/20 {
    --tw-gradient-to: rgb(211 199 255 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/25 {
    --tw-gradient-to: rgb(211 199 255 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/30 {
    --tw-gradient-to: rgb(211 199 255 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/35 {
    --tw-gradient-to: rgb(211 199 255 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/40 {
    --tw-gradient-to: rgb(211 199 255 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/45 {
    --tw-gradient-to: rgb(211 199 255 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/5 {
    --tw-gradient-to: rgb(211 199 255 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/50 {
    --tw-gradient-to: rgb(211 199 255 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/55 {
    --tw-gradient-to: rgb(211 199 255 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/60 {
    --tw-gradient-to: rgb(211 199 255 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/65 {
    --tw-gradient-to: rgb(211 199 255 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/70 {
    --tw-gradient-to: rgb(211 199 255 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/75 {
    --tw-gradient-to: rgb(211 199 255 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/80 {
    --tw-gradient-to: rgb(211 199 255 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/85 {
    --tw-gradient-to: rgb(211 199 255 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/90 {
    --tw-gradient-to: rgb(211 199 255 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-200\/95 {
    --tw-gradient-to: rgb(211 199 255 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300 {
    --tw-gradient-to: #b79aff var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/0 {
    --tw-gradient-to: rgb(183 154 255 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/10 {
    --tw-gradient-to: rgb(183 154 255 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/100 {
    --tw-gradient-to: rgb(183 154 255 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/15 {
    --tw-gradient-to: rgb(183 154 255 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/20 {
    --tw-gradient-to: rgb(183 154 255 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/25 {
    --tw-gradient-to: rgb(183 154 255 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/30 {
    --tw-gradient-to: rgb(183 154 255 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/35 {
    --tw-gradient-to: rgb(183 154 255 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/40 {
    --tw-gradient-to: rgb(183 154 255 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/45 {
    --tw-gradient-to: rgb(183 154 255 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/5 {
    --tw-gradient-to: rgb(183 154 255 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/50 {
    --tw-gradient-to: rgb(183 154 255 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/55 {
    --tw-gradient-to: rgb(183 154 255 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/60 {
    --tw-gradient-to: rgb(183 154 255 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/65 {
    --tw-gradient-to: rgb(183 154 255 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/70 {
    --tw-gradient-to: rgb(183 154 255 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/75 {
    --tw-gradient-to: rgb(183 154 255 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/80 {
    --tw-gradient-to: rgb(183 154 255 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/85 {
    --tw-gradient-to: rgb(183 154 255 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/90 {
    --tw-gradient-to: rgb(183 154 255 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-300\/95 {
    --tw-gradient-to: rgb(183 154 255 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400 {
    --tw-gradient-to: #9562ff var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/0 {
    --tw-gradient-to: rgb(149 98 255 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/10 {
    --tw-gradient-to: rgb(149 98 255 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/100 {
    --tw-gradient-to: rgb(149 98 255 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/15 {
    --tw-gradient-to: rgb(149 98 255 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/20 {
    --tw-gradient-to: rgb(149 98 255 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/25 {
    --tw-gradient-to: rgb(149 98 255 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/30 {
    --tw-gradient-to: rgb(149 98 255 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/35 {
    --tw-gradient-to: rgb(149 98 255 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/40 {
    --tw-gradient-to: rgb(149 98 255 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/45 {
    --tw-gradient-to: rgb(149 98 255 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/5 {
    --tw-gradient-to: rgb(149 98 255 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/50 {
    --tw-gradient-to: rgb(149 98 255 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/55 {
    --tw-gradient-to: rgb(149 98 255 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/60 {
    --tw-gradient-to: rgb(149 98 255 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/65 {
    --tw-gradient-to: rgb(149 98 255 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/70 {
    --tw-gradient-to: rgb(149 98 255 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/75 {
    --tw-gradient-to: rgb(149 98 255 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/80 {
    --tw-gradient-to: rgb(149 98 255 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/85 {
    --tw-gradient-to: rgb(149 98 255 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/90 {
    --tw-gradient-to: rgb(149 98 255 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-400\/95 {
    --tw-gradient-to: rgb(149 98 255 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50 {
    --tw-gradient-to: #f4f1ff var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/0 {
    --tw-gradient-to: rgb(244 241 255 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/10 {
    --tw-gradient-to: rgb(244 241 255 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/100 {
    --tw-gradient-to: rgb(244 241 255 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/15 {
    --tw-gradient-to: rgb(244 241 255 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/20 {
    --tw-gradient-to: rgb(244 241 255 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/25 {
    --tw-gradient-to: rgb(244 241 255 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/30 {
    --tw-gradient-to: rgb(244 241 255 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/35 {
    --tw-gradient-to: rgb(244 241 255 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/40 {
    --tw-gradient-to: rgb(244 241 255 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/45 {
    --tw-gradient-to: rgb(244 241 255 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/5 {
    --tw-gradient-to: rgb(244 241 255 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/50 {
    --tw-gradient-to: rgb(244 241 255 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/55 {
    --tw-gradient-to: rgb(244 241 255 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/60 {
    --tw-gradient-to: rgb(244 241 255 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/65 {
    --tw-gradient-to: rgb(244 241 255 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/70 {
    --tw-gradient-to: rgb(244 241 255 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/75 {
    --tw-gradient-to: rgb(244 241 255 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/80 {
    --tw-gradient-to: rgb(244 241 255 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/85 {
    --tw-gradient-to: rgb(244 241 255 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/90 {
    --tw-gradient-to: rgb(244 241 255 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-50\/95 {
    --tw-gradient-to: rgb(244 241 255 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500 {
    --tw-gradient-to: #4e1cd1 var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/0 {
    --tw-gradient-to: rgb(78 28 209 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/10 {
    --tw-gradient-to: rgb(78 28 209 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/100 {
    --tw-gradient-to: rgb(78 28 209 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/15 {
    --tw-gradient-to: rgb(78 28 209 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/20 {
    --tw-gradient-to: rgb(78 28 209 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/25 {
    --tw-gradient-to: rgb(78 28 209 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/30 {
    --tw-gradient-to: rgb(78 28 209 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/35 {
    --tw-gradient-to: rgb(78 28 209 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/40 {
    --tw-gradient-to: rgb(78 28 209 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/45 {
    --tw-gradient-to: rgb(78 28 209 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/5 {
    --tw-gradient-to: rgb(78 28 209 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/50 {
    --tw-gradient-to: rgb(78 28 209 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/55 {
    --tw-gradient-to: rgb(78 28 209 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/60 {
    --tw-gradient-to: rgb(78 28 209 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/65 {
    --tw-gradient-to: rgb(78 28 209 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/70 {
    --tw-gradient-to: rgb(78 28 209 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/75 {
    --tw-gradient-to: rgb(78 28 209 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/80 {
    --tw-gradient-to: rgb(78 28 209 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/85 {
    --tw-gradient-to: rgb(78 28 209 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/90 {
    --tw-gradient-to: rgb(78 28 209 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-500\/95 {
    --tw-gradient-to: rgb(78 28 209 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600 {
    --tw-gradient-to: #4115b5 var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/0 {
    --tw-gradient-to: rgb(65 21 181 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/10 {
    --tw-gradient-to: rgb(65 21 181 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/100 {
    --tw-gradient-to: rgb(65 21 181 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/15 {
    --tw-gradient-to: rgb(65 21 181 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/20 {
    --tw-gradient-to: rgb(65 21 181 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/25 {
    --tw-gradient-to: rgb(65 21 181 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/30 {
    --tw-gradient-to: rgb(65 21 181 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/35 {
    --tw-gradient-to: rgb(65 21 181 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/40 {
    --tw-gradient-to: rgb(65 21 181 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/45 {
    --tw-gradient-to: rgb(65 21 181 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/5 {
    --tw-gradient-to: rgb(65 21 181 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/50 {
    --tw-gradient-to: rgb(65 21 181 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/55 {
    --tw-gradient-to: rgb(65 21 181 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/60 {
    --tw-gradient-to: rgb(65 21 181 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/65 {
    --tw-gradient-to: rgb(65 21 181 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/70 {
    --tw-gradient-to: rgb(65 21 181 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/75 {
    --tw-gradient-to: rgb(65 21 181 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/80 {
    --tw-gradient-to: rgb(65 21 181 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/85 {
    --tw-gradient-to: rgb(65 21 181 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/90 {
    --tw-gradient-to: rgb(65 21 181 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-600\/95 {
    --tw-gradient-to: rgb(65 21 181 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700 {
    --tw-gradient-to: #361096 var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/0 {
    --tw-gradient-to: rgb(54 16 150 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/10 {
    --tw-gradient-to: rgb(54 16 150 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/100 {
    --tw-gradient-to: rgb(54 16 150 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/15 {
    --tw-gradient-to: rgb(54 16 150 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/20 {
    --tw-gradient-to: rgb(54 16 150 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/25 {
    --tw-gradient-to: rgb(54 16 150 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/30 {
    --tw-gradient-to: rgb(54 16 150 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/35 {
    --tw-gradient-to: rgb(54 16 150 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/40 {
    --tw-gradient-to: rgb(54 16 150 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/45 {
    --tw-gradient-to: rgb(54 16 150 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/5 {
    --tw-gradient-to: rgb(54 16 150 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/50 {
    --tw-gradient-to: rgb(54 16 150 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/55 {
    --tw-gradient-to: rgb(54 16 150 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/60 {
    --tw-gradient-to: rgb(54 16 150 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/65 {
    --tw-gradient-to: rgb(54 16 150 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/70 {
    --tw-gradient-to: rgb(54 16 150 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/75 {
    --tw-gradient-to: rgb(54 16 150 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/80 {
    --tw-gradient-to: rgb(54 16 150 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/85 {
    --tw-gradient-to: rgb(54 16 150 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/90 {
    --tw-gradient-to: rgb(54 16 150 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-700\/95 {
    --tw-gradient-to: rgb(54 16 150 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800 {
    --tw-gradient-to: #2e1078 var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/0 {
    --tw-gradient-to: rgb(46 16 120 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/10 {
    --tw-gradient-to: rgb(46 16 120 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/100 {
    --tw-gradient-to: rgb(46 16 120 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/15 {
    --tw-gradient-to: rgb(46 16 120 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/20 {
    --tw-gradient-to: rgb(46 16 120 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/25 {
    --tw-gradient-to: rgb(46 16 120 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/30 {
    --tw-gradient-to: rgb(46 16 120 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/35 {
    --tw-gradient-to: rgb(46 16 120 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/40 {
    --tw-gradient-to: rgb(46 16 120 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/45 {
    --tw-gradient-to: rgb(46 16 120 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/5 {
    --tw-gradient-to: rgb(46 16 120 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/50 {
    --tw-gradient-to: rgb(46 16 120 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/55 {
    --tw-gradient-to: rgb(46 16 120 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/60 {
    --tw-gradient-to: rgb(46 16 120 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/65 {
    --tw-gradient-to: rgb(46 16 120 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/70 {
    --tw-gradient-to: rgb(46 16 120 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/75 {
    --tw-gradient-to: rgb(46 16 120 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/80 {
    --tw-gradient-to: rgb(46 16 120 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/85 {
    --tw-gradient-to: rgb(46 16 120 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/90 {
    --tw-gradient-to: rgb(46 16 120 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-800\/95 {
    --tw-gradient-to: rgb(46 16 120 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900 {
    --tw-gradient-to: #270f62 var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/0 {
    --tw-gradient-to: rgb(39 15 98 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/10 {
    --tw-gradient-to: rgb(39 15 98 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/100 {
    --tw-gradient-to: rgb(39 15 98 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/15 {
    --tw-gradient-to: rgb(39 15 98 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/20 {
    --tw-gradient-to: rgb(39 15 98 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/25 {
    --tw-gradient-to: rgb(39 15 98 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/30 {
    --tw-gradient-to: rgb(39 15 98 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/35 {
    --tw-gradient-to: rgb(39 15 98 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/40 {
    --tw-gradient-to: rgb(39 15 98 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/45 {
    --tw-gradient-to: rgb(39 15 98 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/5 {
    --tw-gradient-to: rgb(39 15 98 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/50 {
    --tw-gradient-to: rgb(39 15 98 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/55 {
    --tw-gradient-to: rgb(39 15 98 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/60 {
    --tw-gradient-to: rgb(39 15 98 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/65 {
    --tw-gradient-to: rgb(39 15 98 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/70 {
    --tw-gradient-to: rgb(39 15 98 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/75 {
    --tw-gradient-to: rgb(39 15 98 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/80 {
    --tw-gradient-to: rgb(39 15 98 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/85 {
    --tw-gradient-to: rgb(39 15 98 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/90 {
    --tw-gradient-to: rgb(39 15 98 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-900\/95 {
    --tw-gradient-to: rgb(39 15 98 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950 {
    --tw-gradient-to: #16053a var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/0 {
    --tw-gradient-to: rgb(22 5 58 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/10 {
    --tw-gradient-to: rgb(22 5 58 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/100 {
    --tw-gradient-to: rgb(22 5 58 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/15 {
    --tw-gradient-to: rgb(22 5 58 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/20 {
    --tw-gradient-to: rgb(22 5 58 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/25 {
    --tw-gradient-to: rgb(22 5 58 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/30 {
    --tw-gradient-to: rgb(22 5 58 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/35 {
    --tw-gradient-to: rgb(22 5 58 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/40 {
    --tw-gradient-to: rgb(22 5 58 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/45 {
    --tw-gradient-to: rgb(22 5 58 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/5 {
    --tw-gradient-to: rgb(22 5 58 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/50 {
    --tw-gradient-to: rgb(22 5 58 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/55 {
    --tw-gradient-to: rgb(22 5 58 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/60 {
    --tw-gradient-to: rgb(22 5 58 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/65 {
    --tw-gradient-to: rgb(22 5 58 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/70 {
    --tw-gradient-to: rgb(22 5 58 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/75 {
    --tw-gradient-to: rgb(22 5 58 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/80 {
    --tw-gradient-to: rgb(22 5 58 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/85 {
    --tw-gradient-to: rgb(22 5 58 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/90 {
    --tw-gradient-to: rgb(22 5 58 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-brand-950\/95 {
    --tw-gradient-to: rgb(22 5 58 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100 {
    --tw-gradient-to: #f6f5f4 var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/0 {
    --tw-gradient-to: rgb(246 245 244 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/10 {
    --tw-gradient-to: rgb(246 245 244 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/100 {
    --tw-gradient-to: rgb(246 245 244 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/15 {
    --tw-gradient-to: rgb(246 245 244 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/20 {
    --tw-gradient-to: rgb(246 245 244 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/25 {
    --tw-gradient-to: rgb(246 245 244 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/30 {
    --tw-gradient-to: rgb(246 245 244 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/35 {
    --tw-gradient-to: rgb(246 245 244 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/40 {
    --tw-gradient-to: rgb(246 245 244 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/45 {
    --tw-gradient-to: rgb(246 245 244 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/5 {
    --tw-gradient-to: rgb(246 245 244 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/50 {
    --tw-gradient-to: rgb(246 245 244 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/55 {
    --tw-gradient-to: rgb(246 245 244 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/60 {
    --tw-gradient-to: rgb(246 245 244 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/65 {
    --tw-gradient-to: rgb(246 245 244 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/70 {
    --tw-gradient-to: rgb(246 245 244 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/75 {
    --tw-gradient-to: rgb(246 245 244 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/80 {
    --tw-gradient-to: rgb(246 245 244 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/85 {
    --tw-gradient-to: rgb(246 245 244 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/90 {
    --tw-gradient-to: rgb(246 245 244 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-100\/95 {
    --tw-gradient-to: rgb(246 245 244 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200 {
    --tw-gradient-to: #e9e6e3 var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/0 {
    --tw-gradient-to: rgb(233 230 227 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/10 {
    --tw-gradient-to: rgb(233 230 227 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/100 {
    --tw-gradient-to: rgb(233 230 227 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/15 {
    --tw-gradient-to: rgb(233 230 227 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/20 {
    --tw-gradient-to: rgb(233 230 227 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/25 {
    --tw-gradient-to: rgb(233 230 227 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/30 {
    --tw-gradient-to: rgb(233 230 227 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/35 {
    --tw-gradient-to: rgb(233 230 227 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/40 {
    --tw-gradient-to: rgb(233 230 227 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/45 {
    --tw-gradient-to: rgb(233 230 227 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/5 {
    --tw-gradient-to: rgb(233 230 227 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/50 {
    --tw-gradient-to: rgb(233 230 227 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/55 {
    --tw-gradient-to: rgb(233 230 227 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/60 {
    --tw-gradient-to: rgb(233 230 227 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/65 {
    --tw-gradient-to: rgb(233 230 227 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/70 {
    --tw-gradient-to: rgb(233 230 227 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/75 {
    --tw-gradient-to: rgb(233 230 227 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/80 {
    --tw-gradient-to: rgb(233 230 227 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/85 {
    --tw-gradient-to: rgb(233 230 227 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/90 {
    --tw-gradient-to: rgb(233 230 227 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-200\/95 {
    --tw-gradient-to: rgb(233 230 227 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300 {
    --tw-gradient-to: #d7d2cd var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/0 {
    --tw-gradient-to: rgb(215 210 205 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/10 {
    --tw-gradient-to: rgb(215 210 205 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/100 {
    --tw-gradient-to: rgb(215 210 205 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/15 {
    --tw-gradient-to: rgb(215 210 205 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/20 {
    --tw-gradient-to: rgb(215 210 205 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/25 {
    --tw-gradient-to: rgb(215 210 205 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/30 {
    --tw-gradient-to: rgb(215 210 205 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/35 {
    --tw-gradient-to: rgb(215 210 205 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/40 {
    --tw-gradient-to: rgb(215 210 205 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/45 {
    --tw-gradient-to: rgb(215 210 205 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/5 {
    --tw-gradient-to: rgb(215 210 205 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/50 {
    --tw-gradient-to: rgb(215 210 205 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/55 {
    --tw-gradient-to: rgb(215 210 205 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/60 {
    --tw-gradient-to: rgb(215 210 205 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/65 {
    --tw-gradient-to: rgb(215 210 205 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/70 {
    --tw-gradient-to: rgb(215 210 205 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/75 {
    --tw-gradient-to: rgb(215 210 205 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/80 {
    --tw-gradient-to: rgb(215 210 205 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/85 {
    --tw-gradient-to: rgb(215 210 205 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/90 {
    --tw-gradient-to: rgb(215 210 205 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-300\/95 {
    --tw-gradient-to: rgb(215 210 205 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400 {
    --tw-gradient-to: #afa8a1 var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/0 {
    --tw-gradient-to: rgb(175 168 161 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/10 {
    --tw-gradient-to: rgb(175 168 161 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/100 {
    --tw-gradient-to: rgb(175 168 161 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/15 {
    --tw-gradient-to: rgb(175 168 161 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/20 {
    --tw-gradient-to: rgb(175 168 161 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/25 {
    --tw-gradient-to: rgb(175 168 161 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/30 {
    --tw-gradient-to: rgb(175 168 161 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/35 {
    --tw-gradient-to: rgb(175 168 161 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/40 {
    --tw-gradient-to: rgb(175 168 161 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/45 {
    --tw-gradient-to: rgb(175 168 161 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/5 {
    --tw-gradient-to: rgb(175 168 161 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/50 {
    --tw-gradient-to: rgb(175 168 161 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/55 {
    --tw-gradient-to: rgb(175 168 161 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/60 {
    --tw-gradient-to: rgb(175 168 161 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/65 {
    --tw-gradient-to: rgb(175 168 161 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/70 {
    --tw-gradient-to: rgb(175 168 161 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/75 {
    --tw-gradient-to: rgb(175 168 161 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/80 {
    --tw-gradient-to: rgb(175 168 161 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/85 {
    --tw-gradient-to: rgb(175 168 161 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/90 {
    --tw-gradient-to: rgb(175 168 161 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-400\/95 {
    --tw-gradient-to: rgb(175 168 161 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50 {
    --tw-gradient-to: #fbfaf9 var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/0 {
    --tw-gradient-to: rgb(251 250 249 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/10 {
    --tw-gradient-to: rgb(251 250 249 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/100 {
    --tw-gradient-to: rgb(251 250 249 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/15 {
    --tw-gradient-to: rgb(251 250 249 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/20 {
    --tw-gradient-to: rgb(251 250 249 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/25 {
    --tw-gradient-to: rgb(251 250 249 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/30 {
    --tw-gradient-to: rgb(251 250 249 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/35 {
    --tw-gradient-to: rgb(251 250 249 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/40 {
    --tw-gradient-to: rgb(251 250 249 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/45 {
    --tw-gradient-to: rgb(251 250 249 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/5 {
    --tw-gradient-to: rgb(251 250 249 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/50 {
    --tw-gradient-to: rgb(251 250 249 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/55 {
    --tw-gradient-to: rgb(251 250 249 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/60 {
    --tw-gradient-to: rgb(251 250 249 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/65 {
    --tw-gradient-to: rgb(251 250 249 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/70 {
    --tw-gradient-to: rgb(251 250 249 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/75 {
    --tw-gradient-to: rgb(251 250 249 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/80 {
    --tw-gradient-to: rgb(251 250 249 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/85 {
    --tw-gradient-to: rgb(251 250 249 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/90 {
    --tw-gradient-to: rgb(251 250 249 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-50\/95 {
    --tw-gradient-to: rgb(251 250 249 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500 {
    --tw-gradient-to: #817971 var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/0 {
    --tw-gradient-to: rgb(129 121 113 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/10 {
    --tw-gradient-to: rgb(129 121 113 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/100 {
    --tw-gradient-to: rgb(129 121 113 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/15 {
    --tw-gradient-to: rgb(129 121 113 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/20 {
    --tw-gradient-to: rgb(129 121 113 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/25 {
    --tw-gradient-to: rgb(129 121 113 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/30 {
    --tw-gradient-to: rgb(129 121 113 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/35 {
    --tw-gradient-to: rgb(129 121 113 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/40 {
    --tw-gradient-to: rgb(129 121 113 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/45 {
    --tw-gradient-to: rgb(129 121 113 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/5 {
    --tw-gradient-to: rgb(129 121 113 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/50 {
    --tw-gradient-to: rgb(129 121 113 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/55 {
    --tw-gradient-to: rgb(129 121 113 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/60 {
    --tw-gradient-to: rgb(129 121 113 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/65 {
    --tw-gradient-to: rgb(129 121 113 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/70 {
    --tw-gradient-to: rgb(129 121 113 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/75 {
    --tw-gradient-to: rgb(129 121 113 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/80 {
    --tw-gradient-to: rgb(129 121 113 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/85 {
    --tw-gradient-to: rgb(129 121 113 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/90 {
    --tw-gradient-to: rgb(129 121 113 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-500\/95 {
    --tw-gradient-to: rgb(129 121 113 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600 {
    --tw-gradient-to: #605952 var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/0 {
    --tw-gradient-to: rgb(96 89 82 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/10 {
    --tw-gradient-to: rgb(96 89 82 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/100 {
    --tw-gradient-to: rgb(96 89 82 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/15 {
    --tw-gradient-to: rgb(96 89 82 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/20 {
    --tw-gradient-to: rgb(96 89 82 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/25 {
    --tw-gradient-to: rgb(96 89 82 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/30 {
    --tw-gradient-to: rgb(96 89 82 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/35 {
    --tw-gradient-to: rgb(96 89 82 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/40 {
    --tw-gradient-to: rgb(96 89 82 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/45 {
    --tw-gradient-to: rgb(96 89 82 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/5 {
    --tw-gradient-to: rgb(96 89 82 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/50 {
    --tw-gradient-to: rgb(96 89 82 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/55 {
    --tw-gradient-to: rgb(96 89 82 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/60 {
    --tw-gradient-to: rgb(96 89 82 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/65 {
    --tw-gradient-to: rgb(96 89 82 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/70 {
    --tw-gradient-to: rgb(96 89 82 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/75 {
    --tw-gradient-to: rgb(96 89 82 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/80 {
    --tw-gradient-to: rgb(96 89 82 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/85 {
    --tw-gradient-to: rgb(96 89 82 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/90 {
    --tw-gradient-to: rgb(96 89 82 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-600\/95 {
    --tw-gradient-to: rgb(96 89 82 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700 {
    --tw-gradient-to: #49443f var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/0 {
    --tw-gradient-to: rgb(73 68 63 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/10 {
    --tw-gradient-to: rgb(73 68 63 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/100 {
    --tw-gradient-to: rgb(73 68 63 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/15 {
    --tw-gradient-to: rgb(73 68 63 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/20 {
    --tw-gradient-to: rgb(73 68 63 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/25 {
    --tw-gradient-to: rgb(73 68 63 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/30 {
    --tw-gradient-to: rgb(73 68 63 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/35 {
    --tw-gradient-to: rgb(73 68 63 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/40 {
    --tw-gradient-to: rgb(73 68 63 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/45 {
    --tw-gradient-to: rgb(73 68 63 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/5 {
    --tw-gradient-to: rgb(73 68 63 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/50 {
    --tw-gradient-to: rgb(73 68 63 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/55 {
    --tw-gradient-to: rgb(73 68 63 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/60 {
    --tw-gradient-to: rgb(73 68 63 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/65 {
    --tw-gradient-to: rgb(73 68 63 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/70 {
    --tw-gradient-to: rgb(73 68 63 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/75 {
    --tw-gradient-to: rgb(73 68 63 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/80 {
    --tw-gradient-to: rgb(73 68 63 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/85 {
    --tw-gradient-to: rgb(73 68 63 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/90 {
    --tw-gradient-to: rgb(73 68 63 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-700\/95 {
    --tw-gradient-to: rgb(73 68 63 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800 {
    --tw-gradient-to: #302d2a var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/0 {
    --tw-gradient-to: rgb(48 45 42 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/10 {
    --tw-gradient-to: rgb(48 45 42 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/100 {
    --tw-gradient-to: rgb(48 45 42 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/15 {
    --tw-gradient-to: rgb(48 45 42 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/20 {
    --tw-gradient-to: rgb(48 45 42 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/25 {
    --tw-gradient-to: rgb(48 45 42 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/30 {
    --tw-gradient-to: rgb(48 45 42 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/35 {
    --tw-gradient-to: rgb(48 45 42 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/40 {
    --tw-gradient-to: rgb(48 45 42 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/45 {
    --tw-gradient-to: rgb(48 45 42 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/5 {
    --tw-gradient-to: rgb(48 45 42 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/50 {
    --tw-gradient-to: rgb(48 45 42 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/55 {
    --tw-gradient-to: rgb(48 45 42 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/60 {
    --tw-gradient-to: rgb(48 45 42 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/65 {
    --tw-gradient-to: rgb(48 45 42 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/70 {
    --tw-gradient-to: rgb(48 45 42 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/75 {
    --tw-gradient-to: rgb(48 45 42 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/80 {
    --tw-gradient-to: rgb(48 45 42 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/85 {
    --tw-gradient-to: rgb(48 45 42 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/90 {
    --tw-gradient-to: rgb(48 45 42 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-800\/95 {
    --tw-gradient-to: rgb(48 45 42 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900 {
    --tw-gradient-to: #211f1d var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/0 {
    --tw-gradient-to: rgb(33 31 29 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/10 {
    --tw-gradient-to: rgb(33 31 29 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/100 {
    --tw-gradient-to: rgb(33 31 29 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/15 {
    --tw-gradient-to: rgb(33 31 29 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/20 {
    --tw-gradient-to: rgb(33 31 29 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/25 {
    --tw-gradient-to: rgb(33 31 29 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/30 {
    --tw-gradient-to: rgb(33 31 29 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/35 {
    --tw-gradient-to: rgb(33 31 29 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/40 {
    --tw-gradient-to: rgb(33 31 29 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/45 {
    --tw-gradient-to: rgb(33 31 29 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/5 {
    --tw-gradient-to: rgb(33 31 29 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/50 {
    --tw-gradient-to: rgb(33 31 29 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/55 {
    --tw-gradient-to: rgb(33 31 29 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/60 {
    --tw-gradient-to: rgb(33 31 29 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/65 {
    --tw-gradient-to: rgb(33 31 29 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/70 {
    --tw-gradient-to: rgb(33 31 29 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/75 {
    --tw-gradient-to: rgb(33 31 29 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/80 {
    --tw-gradient-to: rgb(33 31 29 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/85 {
    --tw-gradient-to: rgb(33 31 29 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/90 {
    --tw-gradient-to: rgb(33 31 29 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-900\/95 {
    --tw-gradient-to: rgb(33 31 29 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950 {
    --tw-gradient-to: #121110 var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/0 {
    --tw-gradient-to: rgb(18 17 16 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/10 {
    --tw-gradient-to: rgb(18 17 16 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/100 {
    --tw-gradient-to: rgb(18 17 16 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/15 {
    --tw-gradient-to: rgb(18 17 16 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/20 {
    --tw-gradient-to: rgb(18 17 16 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/25 {
    --tw-gradient-to: rgb(18 17 16 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/30 {
    --tw-gradient-to: rgb(18 17 16 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/35 {
    --tw-gradient-to: rgb(18 17 16 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/40 {
    --tw-gradient-to: rgb(18 17 16 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/45 {
    --tw-gradient-to: rgb(18 17 16 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/5 {
    --tw-gradient-to: rgb(18 17 16 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/50 {
    --tw-gradient-to: rgb(18 17 16 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/55 {
    --tw-gradient-to: rgb(18 17 16 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/60 {
    --tw-gradient-to: rgb(18 17 16 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/65 {
    --tw-gradient-to: rgb(18 17 16 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/70 {
    --tw-gradient-to: rgb(18 17 16 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/75 {
    --tw-gradient-to: rgb(18 17 16 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/80 {
    --tw-gradient-to: rgb(18 17 16 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/85 {
    --tw-gradient-to: rgb(18 17 16 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/90 {
    --tw-gradient-to: rgb(18 17 16 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-neutral-950\/95 {
    --tw-gradient-to: rgb(18 17 16 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100 {
    --tw-gradient-to: #feeade var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/0 {
    --tw-gradient-to: rgb(254 234 222 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/10 {
    --tw-gradient-to: rgb(254 234 222 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/100 {
    --tw-gradient-to: rgb(254 234 222 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/15 {
    --tw-gradient-to: rgb(254 234 222 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/20 {
    --tw-gradient-to: rgb(254 234 222 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/25 {
    --tw-gradient-to: rgb(254 234 222 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/30 {
    --tw-gradient-to: rgb(254 234 222 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/35 {
    --tw-gradient-to: rgb(254 234 222 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/40 {
    --tw-gradient-to: rgb(254 234 222 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/45 {
    --tw-gradient-to: rgb(254 234 222 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/5 {
    --tw-gradient-to: rgb(254 234 222 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/50 {
    --tw-gradient-to: rgb(254 234 222 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/55 {
    --tw-gradient-to: rgb(254 234 222 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/60 {
    --tw-gradient-to: rgb(254 234 222 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/65 {
    --tw-gradient-to: rgb(254 234 222 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/70 {
    --tw-gradient-to: rgb(254 234 222 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/75 {
    --tw-gradient-to: rgb(254 234 222 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/80 {
    --tw-gradient-to: rgb(254 234 222 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/85 {
    --tw-gradient-to: rgb(254 234 222 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/90 {
    --tw-gradient-to: rgb(254 234 222 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-100\/95 {
    --tw-gradient-to: rgb(254 234 222 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200 {
    --tw-gradient-to: #fcd3bd var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/0 {
    --tw-gradient-to: rgb(252 211 189 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/10 {
    --tw-gradient-to: rgb(252 211 189 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/100 {
    --tw-gradient-to: rgb(252 211 189 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/15 {
    --tw-gradient-to: rgb(252 211 189 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/20 {
    --tw-gradient-to: rgb(252 211 189 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/25 {
    --tw-gradient-to: rgb(252 211 189 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/30 {
    --tw-gradient-to: rgb(252 211 189 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/35 {
    --tw-gradient-to: rgb(252 211 189 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/40 {
    --tw-gradient-to: rgb(252 211 189 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/45 {
    --tw-gradient-to: rgb(252 211 189 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/5 {
    --tw-gradient-to: rgb(252 211 189 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/50 {
    --tw-gradient-to: rgb(252 211 189 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/55 {
    --tw-gradient-to: rgb(252 211 189 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/60 {
    --tw-gradient-to: rgb(252 211 189 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/65 {
    --tw-gradient-to: rgb(252 211 189 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/70 {
    --tw-gradient-to: rgb(252 211 189 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/75 {
    --tw-gradient-to: rgb(252 211 189 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/80 {
    --tw-gradient-to: rgb(252 211 189 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/85 {
    --tw-gradient-to: rgb(252 211 189 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/90 {
    --tw-gradient-to: rgb(252 211 189 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-200\/95 {
    --tw-gradient-to: rgb(252 211 189 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300 {
    --tw-gradient-to: #fab38f var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/0 {
    --tw-gradient-to: rgb(250 179 143 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/10 {
    --tw-gradient-to: rgb(250 179 143 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/100 {
    --tw-gradient-to: rgb(250 179 143 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/15 {
    --tw-gradient-to: rgb(250 179 143 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/20 {
    --tw-gradient-to: rgb(250 179 143 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/25 {
    --tw-gradient-to: rgb(250 179 143 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/30 {
    --tw-gradient-to: rgb(250 179 143 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/35 {
    --tw-gradient-to: rgb(250 179 143 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/40 {
    --tw-gradient-to: rgb(250 179 143 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/45 {
    --tw-gradient-to: rgb(250 179 143 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/5 {
    --tw-gradient-to: rgb(250 179 143 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/50 {
    --tw-gradient-to: rgb(250 179 143 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/55 {
    --tw-gradient-to: rgb(250 179 143 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/60 {
    --tw-gradient-to: rgb(250 179 143 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/65 {
    --tw-gradient-to: rgb(250 179 143 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/70 {
    --tw-gradient-to: rgb(250 179 143 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/75 {
    --tw-gradient-to: rgb(250 179 143 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/80 {
    --tw-gradient-to: rgb(250 179 143 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/85 {
    --tw-gradient-to: rgb(250 179 143 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/90 {
    --tw-gradient-to: rgb(250 179 143 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-300\/95 {
    --tw-gradient-to: rgb(250 179 143 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400 {
    --tw-gradient-to: #f99766 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/0 {
    --tw-gradient-to: rgb(249 151 102 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/10 {
    --tw-gradient-to: rgb(249 151 102 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/100 {
    --tw-gradient-to: rgb(249 151 102 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/15 {
    --tw-gradient-to: rgb(249 151 102 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/20 {
    --tw-gradient-to: rgb(249 151 102 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/25 {
    --tw-gradient-to: rgb(249 151 102 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/30 {
    --tw-gradient-to: rgb(249 151 102 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/35 {
    --tw-gradient-to: rgb(249 151 102 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/40 {
    --tw-gradient-to: rgb(249 151 102 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/45 {
    --tw-gradient-to: rgb(249 151 102 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/5 {
    --tw-gradient-to: rgb(249 151 102 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/50 {
    --tw-gradient-to: rgb(249 151 102 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/55 {
    --tw-gradient-to: rgb(249 151 102 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/60 {
    --tw-gradient-to: rgb(249 151 102 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/65 {
    --tw-gradient-to: rgb(249 151 102 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/70 {
    --tw-gradient-to: rgb(249 151 102 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/75 {
    --tw-gradient-to: rgb(249 151 102 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/80 {
    --tw-gradient-to: rgb(249 151 102 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/85 {
    --tw-gradient-to: rgb(249 151 102 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/90 {
    --tw-gradient-to: rgb(249 151 102 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-400\/95 {
    --tw-gradient-to: rgb(249 151 102 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50 {
    --tw-gradient-to: #fff7f2 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/0 {
    --tw-gradient-to: rgb(255 247 242 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/10 {
    --tw-gradient-to: rgb(255 247 242 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/100 {
    --tw-gradient-to: rgb(255 247 242 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/15 {
    --tw-gradient-to: rgb(255 247 242 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/20 {
    --tw-gradient-to: rgb(255 247 242 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/25 {
    --tw-gradient-to: rgb(255 247 242 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/30 {
    --tw-gradient-to: rgb(255 247 242 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/35 {
    --tw-gradient-to: rgb(255 247 242 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/40 {
    --tw-gradient-to: rgb(255 247 242 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/45 {
    --tw-gradient-to: rgb(255 247 242 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/5 {
    --tw-gradient-to: rgb(255 247 242 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/50 {
    --tw-gradient-to: rgb(255 247 242 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/55 {
    --tw-gradient-to: rgb(255 247 242 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/60 {
    --tw-gradient-to: rgb(255 247 242 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/65 {
    --tw-gradient-to: rgb(255 247 242 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/70 {
    --tw-gradient-to: rgb(255 247 242 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/75 {
    --tw-gradient-to: rgb(255 247 242 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/80 {
    --tw-gradient-to: rgb(255 247 242 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/85 {
    --tw-gradient-to: rgb(255 247 242 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/90 {
    --tw-gradient-to: rgb(255 247 242 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-50\/95 {
    --tw-gradient-to: rgb(255 247 242 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500 {
    --tw-gradient-to: #f78d4d var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/0 {
    --tw-gradient-to: rgb(247 141 77 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/10 {
    --tw-gradient-to: rgb(247 141 77 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/100 {
    --tw-gradient-to: rgb(247 141 77 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/15 {
    --tw-gradient-to: rgb(247 141 77 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/20 {
    --tw-gradient-to: rgb(247 141 77 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/25 {
    --tw-gradient-to: rgb(247 141 77 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/30 {
    --tw-gradient-to: rgb(247 141 77 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/35 {
    --tw-gradient-to: rgb(247 141 77 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/40 {
    --tw-gradient-to: rgb(247 141 77 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/45 {
    --tw-gradient-to: rgb(247 141 77 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/5 {
    --tw-gradient-to: rgb(247 141 77 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/50 {
    --tw-gradient-to: rgb(247 141 77 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/55 {
    --tw-gradient-to: rgb(247 141 77 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/60 {
    --tw-gradient-to: rgb(247 141 77 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/65 {
    --tw-gradient-to: rgb(247 141 77 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/70 {
    --tw-gradient-to: rgb(247 141 77 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/75 {
    --tw-gradient-to: rgb(247 141 77 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/80 {
    --tw-gradient-to: rgb(247 141 77 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/85 {
    --tw-gradient-to: rgb(247 141 77 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/90 {
    --tw-gradient-to: rgb(247 141 77 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-500\/95 {
    --tw-gradient-to: rgb(247 141 77 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600 {
    --tw-gradient-to: #e96325 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/0 {
    --tw-gradient-to: rgb(233 99 37 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/10 {
    --tw-gradient-to: rgb(233 99 37 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/100 {
    --tw-gradient-to: rgb(233 99 37 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/15 {
    --tw-gradient-to: rgb(233 99 37 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/20 {
    --tw-gradient-to: rgb(233 99 37 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/25 {
    --tw-gradient-to: rgb(233 99 37 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/30 {
    --tw-gradient-to: rgb(233 99 37 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/35 {
    --tw-gradient-to: rgb(233 99 37 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/40 {
    --tw-gradient-to: rgb(233 99 37 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/45 {
    --tw-gradient-to: rgb(233 99 37 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/5 {
    --tw-gradient-to: rgb(233 99 37 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/50 {
    --tw-gradient-to: rgb(233 99 37 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/55 {
    --tw-gradient-to: rgb(233 99 37 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/60 {
    --tw-gradient-to: rgb(233 99 37 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/65 {
    --tw-gradient-to: rgb(233 99 37 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/70 {
    --tw-gradient-to: rgb(233 99 37 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/75 {
    --tw-gradient-to: rgb(233 99 37 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/80 {
    --tw-gradient-to: rgb(233 99 37 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/85 {
    --tw-gradient-to: rgb(233 99 37 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/90 {
    --tw-gradient-to: rgb(233 99 37 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-600\/95 {
    --tw-gradient-to: rgb(233 99 37 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700 {
    --tw-gradient-to: #c94a16 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/0 {
    --tw-gradient-to: rgb(201 74 22 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/10 {
    --tw-gradient-to: rgb(201 74 22 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/100 {
    --tw-gradient-to: rgb(201 74 22 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/15 {
    --tw-gradient-to: rgb(201 74 22 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/20 {
    --tw-gradient-to: rgb(201 74 22 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/25 {
    --tw-gradient-to: rgb(201 74 22 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/30 {
    --tw-gradient-to: rgb(201 74 22 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/35 {
    --tw-gradient-to: rgb(201 74 22 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/40 {
    --tw-gradient-to: rgb(201 74 22 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/45 {
    --tw-gradient-to: rgb(201 74 22 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/5 {
    --tw-gradient-to: rgb(201 74 22 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/50 {
    --tw-gradient-to: rgb(201 74 22 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/55 {
    --tw-gradient-to: rgb(201 74 22 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/60 {
    --tw-gradient-to: rgb(201 74 22 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/65 {
    --tw-gradient-to: rgb(201 74 22 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/70 {
    --tw-gradient-to: rgb(201 74 22 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/75 {
    --tw-gradient-to: rgb(201 74 22 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/80 {
    --tw-gradient-to: rgb(201 74 22 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/85 {
    --tw-gradient-to: rgb(201 74 22 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/90 {
    --tw-gradient-to: rgb(201 74 22 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-700\/95 {
    --tw-gradient-to: rgb(201 74 22 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800 {
    --tw-gradient-to: #a13b18 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/0 {
    --tw-gradient-to: rgb(161 59 24 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/10 {
    --tw-gradient-to: rgb(161 59 24 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/100 {
    --tw-gradient-to: rgb(161 59 24 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/15 {
    --tw-gradient-to: rgb(161 59 24 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/20 {
    --tw-gradient-to: rgb(161 59 24 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/25 {
    --tw-gradient-to: rgb(161 59 24 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/30 {
    --tw-gradient-to: rgb(161 59 24 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/35 {
    --tw-gradient-to: rgb(161 59 24 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/40 {
    --tw-gradient-to: rgb(161 59 24 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/45 {
    --tw-gradient-to: rgb(161 59 24 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/5 {
    --tw-gradient-to: rgb(161 59 24 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/50 {
    --tw-gradient-to: rgb(161 59 24 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/55 {
    --tw-gradient-to: rgb(161 59 24 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/60 {
    --tw-gradient-to: rgb(161 59 24 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/65 {
    --tw-gradient-to: rgb(161 59 24 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/70 {
    --tw-gradient-to: rgb(161 59 24 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/75 {
    --tw-gradient-to: rgb(161 59 24 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/80 {
    --tw-gradient-to: rgb(161 59 24 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/85 {
    --tw-gradient-to: rgb(161 59 24 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/90 {
    --tw-gradient-to: rgb(161 59 24 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-800\/95 {
    --tw-gradient-to: rgb(161 59 24 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900 {
    --tw-gradient-to: #823318 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/0 {
    --tw-gradient-to: rgb(130 51 24 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/10 {
    --tw-gradient-to: rgb(130 51 24 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/100 {
    --tw-gradient-to: rgb(130 51 24 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/15 {
    --tw-gradient-to: rgb(130 51 24 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/20 {
    --tw-gradient-to: rgb(130 51 24 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/25 {
    --tw-gradient-to: rgb(130 51 24 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/30 {
    --tw-gradient-to: rgb(130 51 24 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/35 {
    --tw-gradient-to: rgb(130 51 24 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/40 {
    --tw-gradient-to: rgb(130 51 24 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/45 {
    --tw-gradient-to: rgb(130 51 24 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/5 {
    --tw-gradient-to: rgb(130 51 24 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/50 {
    --tw-gradient-to: rgb(130 51 24 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/55 {
    --tw-gradient-to: rgb(130 51 24 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/60 {
    --tw-gradient-to: rgb(130 51 24 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/65 {
    --tw-gradient-to: rgb(130 51 24 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/70 {
    --tw-gradient-to: rgb(130 51 24 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/75 {
    --tw-gradient-to: rgb(130 51 24 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/80 {
    --tw-gradient-to: rgb(130 51 24 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/85 {
    --tw-gradient-to: rgb(130 51 24 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/90 {
    --tw-gradient-to: rgb(130 51 24 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-900\/95 {
    --tw-gradient-to: rgb(130 51 24 / 0.95) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950 {
    --tw-gradient-to: #461708 var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/0 {
    --tw-gradient-to: rgb(70 23 8 / 0) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/10 {
    --tw-gradient-to: rgb(70 23 8 / 0.1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/100 {
    --tw-gradient-to: rgb(70 23 8 / 1) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/15 {
    --tw-gradient-to: rgb(70 23 8 / 0.15) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/20 {
    --tw-gradient-to: rgb(70 23 8 / 0.2) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/25 {
    --tw-gradient-to: rgb(70 23 8 / 0.25) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/30 {
    --tw-gradient-to: rgb(70 23 8 / 0.3) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/35 {
    --tw-gradient-to: rgb(70 23 8 / 0.35) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/40 {
    --tw-gradient-to: rgb(70 23 8 / 0.4) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/45 {
    --tw-gradient-to: rgb(70 23 8 / 0.45) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/5 {
    --tw-gradient-to: rgb(70 23 8 / 0.05) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/50 {
    --tw-gradient-to: rgb(70 23 8 / 0.5) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/55 {
    --tw-gradient-to: rgb(70 23 8 / 0.55) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/60 {
    --tw-gradient-to: rgb(70 23 8 / 0.6) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/65 {
    --tw-gradient-to: rgb(70 23 8 / 0.65) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/70 {
    --tw-gradient-to: rgb(70 23 8 / 0.7) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/75 {
    --tw-gradient-to: rgb(70 23 8 / 0.75) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/80 {
    --tw-gradient-to: rgb(70 23 8 / 0.8) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/85 {
    --tw-gradient-to: rgb(70 23 8 / 0.85) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/90 {
    --tw-gradient-to: rgb(70 23 8 / 0.9) var(--tw-gradient-to-position);
  }

  .lg\:to-primary-950\/95 {
    --tw-gradient-to: rgb(70 23 8 / 0.95) var(--tw-gradient-to-position);
  }

  .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\/15 {
    --tw-gradient-to: rgb(254 249 195 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(254 249 195 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(254 249 195 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(254 249 195 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(254 249 195 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(254 249 195 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(254 240 138 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(254 240 138 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(254 240 138 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(254 240 138 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(254 240 138 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(254 240 138 / 0.85) 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-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\/15 {
    --tw-gradient-to: rgb(250 204 21 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(250 204 21 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(250 204 21 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(250 204 21 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(250 204 21 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(250 204 21 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(254 252 232 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(254 252 232 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(254 252 232 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(254 252 232 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(254 252 232 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(254 252 232 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(234 179 8 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(234 179 8 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(234 179 8 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(234 179 8 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(234 179 8 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(234 179 8 / 0.85) 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\/15 {
    --tw-gradient-to: rgb(202 138 4 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(202 138 4 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(202 138 4 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(202 138 4 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(202 138 4 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(202 138 4 / 0.85) 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-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\/15 {
    --tw-gradient-to: rgb(133 77 14 / 0.15) 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\/35 {
    --tw-gradient-to: rgb(133 77 14 / 0.35) 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\/45 {
    --tw-gradient-to: rgb(133 77 14 / 0.45) 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\/55 {
    --tw-gradient-to: rgb(133 77 14 / 0.55) 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\/65 {
    --tw-gradient-to: rgb(133 77 14 / 0.65) 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\/85 {
    --tw-gradient-to: rgb(133 77 14 / 0.85) 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\:bg-fixed {
    background-attachment: fixed;
  }

  .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\/15 {
    fill: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    fill: rgb(254 249 195 / 0.35);
  }

  .lg\:fill-yellow-100\/40 {
    fill: rgb(254 249 195 / 0.4);
  }

  .lg\:fill-yellow-100\/45 {
    fill: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    fill: rgb(254 249 195 / 0.55);
  }

  .lg\:fill-yellow-100\/60 {
    fill: rgb(254 249 195 / 0.6);
  }

  .lg\:fill-yellow-100\/65 {
    fill: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    fill: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    fill: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    fill: rgb(254 240 138 / 0.35);
  }

  .lg\:fill-yellow-200\/40 {
    fill: rgb(254 240 138 / 0.4);
  }

  .lg\:fill-yellow-200\/45 {
    fill: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    fill: rgb(254 240 138 / 0.55);
  }

  .lg\:fill-yellow-200\/60 {
    fill: rgb(254 240 138 / 0.6);
  }

  .lg\:fill-yellow-200\/65 {
    fill: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    fill: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    fill: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    fill: rgb(250 204 21 / 0.35);
  }

  .lg\:fill-yellow-400\/40 {
    fill: rgb(250 204 21 / 0.4);
  }

  .lg\:fill-yellow-400\/45 {
    fill: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    fill: rgb(250 204 21 / 0.55);
  }

  .lg\:fill-yellow-400\/60 {
    fill: rgb(250 204 21 / 0.6);
  }

  .lg\:fill-yellow-400\/65 {
    fill: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    fill: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    fill: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    fill: rgb(254 252 232 / 0.35);
  }

  .lg\:fill-yellow-50\/40 {
    fill: rgb(254 252 232 / 0.4);
  }

  .lg\:fill-yellow-50\/45 {
    fill: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    fill: rgb(254 252 232 / 0.55);
  }

  .lg\:fill-yellow-50\/60 {
    fill: rgb(254 252 232 / 0.6);
  }

  .lg\:fill-yellow-50\/65 {
    fill: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    fill: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    fill: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    fill: rgb(234 179 8 / 0.35);
  }

  .lg\:fill-yellow-500\/40 {
    fill: rgb(234 179 8 / 0.4);
  }

  .lg\:fill-yellow-500\/45 {
    fill: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    fill: rgb(234 179 8 / 0.55);
  }

  .lg\:fill-yellow-500\/60 {
    fill: rgb(234 179 8 / 0.6);
  }

  .lg\:fill-yellow-500\/65 {
    fill: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    fill: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    fill: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    fill: rgb(202 138 4 / 0.35);
  }

  .lg\:fill-yellow-600\/40 {
    fill: rgb(202 138 4 / 0.4);
  }

  .lg\:fill-yellow-600\/45 {
    fill: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    fill: rgb(202 138 4 / 0.55);
  }

  .lg\:fill-yellow-600\/60 {
    fill: rgb(202 138 4 / 0.6);
  }

  .lg\:fill-yellow-600\/65 {
    fill: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    fill: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    fill: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    fill: rgb(133 77 14 / 0.35);
  }

  .lg\:fill-yellow-800\/40 {
    fill: rgb(133 77 14 / 0.4);
  }

  .lg\:fill-yellow-800\/45 {
    fill: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    fill: rgb(133 77 14 / 0.55);
  }

  .lg\:fill-yellow-800\/60 {
    fill: rgb(133 77 14 / 0.6);
  }

  .lg\:fill-yellow-800\/65 {
    fill: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    fill: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    stroke: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    stroke: rgb(254 249 195 / 0.35);
  }

  .lg\:stroke-yellow-100\/40 {
    stroke: rgb(254 249 195 / 0.4);
  }

  .lg\:stroke-yellow-100\/45 {
    stroke: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    stroke: rgb(254 249 195 / 0.55);
  }

  .lg\:stroke-yellow-100\/60 {
    stroke: rgb(254 249 195 / 0.6);
  }

  .lg\:stroke-yellow-100\/65 {
    stroke: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    stroke: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    stroke: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    stroke: rgb(254 240 138 / 0.35);
  }

  .lg\:stroke-yellow-200\/40 {
    stroke: rgb(254 240 138 / 0.4);
  }

  .lg\:stroke-yellow-200\/45 {
    stroke: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    stroke: rgb(254 240 138 / 0.55);
  }

  .lg\:stroke-yellow-200\/60 {
    stroke: rgb(254 240 138 / 0.6);
  }

  .lg\:stroke-yellow-200\/65 {
    stroke: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    stroke: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    stroke: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    stroke: rgb(250 204 21 / 0.35);
  }

  .lg\:stroke-yellow-400\/40 {
    stroke: rgb(250 204 21 / 0.4);
  }

  .lg\:stroke-yellow-400\/45 {
    stroke: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    stroke: rgb(250 204 21 / 0.55);
  }

  .lg\:stroke-yellow-400\/60 {
    stroke: rgb(250 204 21 / 0.6);
  }

  .lg\:stroke-yellow-400\/65 {
    stroke: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    stroke: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    stroke: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    stroke: rgb(254 252 232 / 0.35);
  }

  .lg\:stroke-yellow-50\/40 {
    stroke: rgb(254 252 232 / 0.4);
  }

  .lg\:stroke-yellow-50\/45 {
    stroke: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    stroke: rgb(254 252 232 / 0.55);
  }

  .lg\:stroke-yellow-50\/60 {
    stroke: rgb(254 252 232 / 0.6);
  }

  .lg\:stroke-yellow-50\/65 {
    stroke: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    stroke: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    stroke: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    stroke: rgb(234 179 8 / 0.35);
  }

  .lg\:stroke-yellow-500\/40 {
    stroke: rgb(234 179 8 / 0.4);
  }

  .lg\:stroke-yellow-500\/45 {
    stroke: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    stroke: rgb(234 179 8 / 0.55);
  }

  .lg\:stroke-yellow-500\/60 {
    stroke: rgb(234 179 8 / 0.6);
  }

  .lg\:stroke-yellow-500\/65 {
    stroke: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    stroke: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    stroke: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    stroke: rgb(202 138 4 / 0.35);
  }

  .lg\:stroke-yellow-600\/40 {
    stroke: rgb(202 138 4 / 0.4);
  }

  .lg\:stroke-yellow-600\/45 {
    stroke: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    stroke: rgb(202 138 4 / 0.55);
  }

  .lg\:stroke-yellow-600\/60 {
    stroke: rgb(202 138 4 / 0.6);
  }

  .lg\:stroke-yellow-600\/65 {
    stroke: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    stroke: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    stroke: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    stroke: rgb(133 77 14 / 0.35);
  }

  .lg\:stroke-yellow-800\/40 {
    stroke: rgb(133 77 14 / 0.4);
  }

  .lg\:stroke-yellow-800\/45 {
    stroke: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    stroke: rgb(133 77 14 / 0.55);
  }

  .lg\:stroke-yellow-800\/60 {
    stroke: rgb(133 77 14 / 0.6);
  }

  .lg\:stroke-yellow-800\/65 {
    stroke: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    stroke: rgb(133 77 14 / 0.85);
  }

  .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\:object-contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .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-8 {
    padding: 2rem;
  }

  .lg\:p-80 {
    padding: 20rem;
  }

  .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-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }

  .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-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-80 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }

  .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-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .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-8 {
    padding-left: 2rem;
  }

  .lg\:pl-80 {
    padding-left: 20rem;
  }

  .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-8 {
    padding-right: 2rem;
  }

  .lg\:pr-80 {
    padding-right: 20rem;
  }

  .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-8 {
    padding-top: 2rem;
  }

  .lg\:pt-80 {
    padding-top: 20rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-center {
    text-align: center;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:font-sans {
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-\[13px\] {
    font-size: 13px;
  }

  .lg\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .lg\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-medium {
    font-weight: 500;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:uppercase {
    text-transform: uppercase;
  }

  .lg\:lowercase {
    text-transform: lowercase;
  }

  .lg\:capitalize {
    text-transform: capitalize;
  }

  .lg\:leading-\[1\.1\] {
    line-height: 1.1;
  }

  .lg\:-tracking-tight {
    letter-spacing: 0.025em;
  }

  .lg\:-tracking-tighter {
    letter-spacing: 0.05em;
  }

  .lg\:-tracking-wide {
    letter-spacing: -0.025em;
  }

  .lg\:-tracking-wider {
    letter-spacing: -0.05em;
  }

  .lg\:-tracking-widest {
    letter-spacing: -0.1em;
  }

  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }

  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }

  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }

  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }

  .lg\:tracking-widest {
    letter-spacing: 0.1em;
  }

  .lg\:text-accent-100 {
    --tw-text-opacity: 1;
    color: rgb(235 251 203 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-100\/0 {
    color: rgb(235 251 203 / 0);
  }

  .lg\:text-accent-100\/10 {
    color: rgb(235 251 203 / 0.1);
  }

  .lg\:text-accent-100\/100 {
    color: rgb(235 251 203 / 1);
  }

  .lg\:text-accent-100\/15 {
    color: rgb(235 251 203 / 0.15);
  }

  .lg\:text-accent-100\/20 {
    color: rgb(235 251 203 / 0.2);
  }

  .lg\:text-accent-100\/25 {
    color: rgb(235 251 203 / 0.25);
  }

  .lg\:text-accent-100\/30 {
    color: rgb(235 251 203 / 0.3);
  }

  .lg\:text-accent-100\/35 {
    color: rgb(235 251 203 / 0.35);
  }

  .lg\:text-accent-100\/40 {
    color: rgb(235 251 203 / 0.4);
  }

  .lg\:text-accent-100\/45 {
    color: rgb(235 251 203 / 0.45);
  }

  .lg\:text-accent-100\/5 {
    color: rgb(235 251 203 / 0.05);
  }

  .lg\:text-accent-100\/50 {
    color: rgb(235 251 203 / 0.5);
  }

  .lg\:text-accent-100\/55 {
    color: rgb(235 251 203 / 0.55);
  }

  .lg\:text-accent-100\/60 {
    color: rgb(235 251 203 / 0.6);
  }

  .lg\:text-accent-100\/65 {
    color: rgb(235 251 203 / 0.65);
  }

  .lg\:text-accent-100\/70 {
    color: rgb(235 251 203 / 0.7);
  }

  .lg\:text-accent-100\/75 {
    color: rgb(235 251 203 / 0.75);
  }

  .lg\:text-accent-100\/80 {
    color: rgb(235 251 203 / 0.8);
  }

  .lg\:text-accent-100\/85 {
    color: rgb(235 251 203 / 0.85);
  }

  .lg\:text-accent-100\/90 {
    color: rgb(235 251 203 / 0.9);
  }

  .lg\:text-accent-100\/95 {
    color: rgb(235 251 203 / 0.95);
  }

  .lg\:text-accent-200 {
    --tw-text-opacity: 1;
    color: rgb(216 246 154 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-200\/0 {
    color: rgb(216 246 154 / 0);
  }

  .lg\:text-accent-200\/10 {
    color: rgb(216 246 154 / 0.1);
  }

  .lg\:text-accent-200\/100 {
    color: rgb(216 246 154 / 1);
  }

  .lg\:text-accent-200\/15 {
    color: rgb(216 246 154 / 0.15);
  }

  .lg\:text-accent-200\/20 {
    color: rgb(216 246 154 / 0.2);
  }

  .lg\:text-accent-200\/25 {
    color: rgb(216 246 154 / 0.25);
  }

  .lg\:text-accent-200\/30 {
    color: rgb(216 246 154 / 0.3);
  }

  .lg\:text-accent-200\/35 {
    color: rgb(216 246 154 / 0.35);
  }

  .lg\:text-accent-200\/40 {
    color: rgb(216 246 154 / 0.4);
  }

  .lg\:text-accent-200\/45 {
    color: rgb(216 246 154 / 0.45);
  }

  .lg\:text-accent-200\/5 {
    color: rgb(216 246 154 / 0.05);
  }

  .lg\:text-accent-200\/50 {
    color: rgb(216 246 154 / 0.5);
  }

  .lg\:text-accent-200\/55 {
    color: rgb(216 246 154 / 0.55);
  }

  .lg\:text-accent-200\/60 {
    color: rgb(216 246 154 / 0.6);
  }

  .lg\:text-accent-200\/65 {
    color: rgb(216 246 154 / 0.65);
  }

  .lg\:text-accent-200\/70 {
    color: rgb(216 246 154 / 0.7);
  }

  .lg\:text-accent-200\/75 {
    color: rgb(216 246 154 / 0.75);
  }

  .lg\:text-accent-200\/80 {
    color: rgb(216 246 154 / 0.8);
  }

  .lg\:text-accent-200\/85 {
    color: rgb(216 246 154 / 0.85);
  }

  .lg\:text-accent-200\/90 {
    color: rgb(216 246 154 / 0.9);
  }

  .lg\:text-accent-200\/95 {
    color: rgb(216 246 154 / 0.95);
  }

  .lg\:text-accent-300 {
    --tw-text-opacity: 1;
    color: rgb(196 240 120 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-300\/0 {
    color: rgb(196 240 120 / 0);
  }

  .lg\:text-accent-300\/10 {
    color: rgb(196 240 120 / 0.1);
  }

  .lg\:text-accent-300\/100 {
    color: rgb(196 240 120 / 1);
  }

  .lg\:text-accent-300\/15 {
    color: rgb(196 240 120 / 0.15);
  }

  .lg\:text-accent-300\/20 {
    color: rgb(196 240 120 / 0.2);
  }

  .lg\:text-accent-300\/25 {
    color: rgb(196 240 120 / 0.25);
  }

  .lg\:text-accent-300\/30 {
    color: rgb(196 240 120 / 0.3);
  }

  .lg\:text-accent-300\/35 {
    color: rgb(196 240 120 / 0.35);
  }

  .lg\:text-accent-300\/40 {
    color: rgb(196 240 120 / 0.4);
  }

  .lg\:text-accent-300\/45 {
    color: rgb(196 240 120 / 0.45);
  }

  .lg\:text-accent-300\/5 {
    color: rgb(196 240 120 / 0.05);
  }

  .lg\:text-accent-300\/50 {
    color: rgb(196 240 120 / 0.5);
  }

  .lg\:text-accent-300\/55 {
    color: rgb(196 240 120 / 0.55);
  }

  .lg\:text-accent-300\/60 {
    color: rgb(196 240 120 / 0.6);
  }

  .lg\:text-accent-300\/65 {
    color: rgb(196 240 120 / 0.65);
  }

  .lg\:text-accent-300\/70 {
    color: rgb(196 240 120 / 0.7);
  }

  .lg\:text-accent-300\/75 {
    color: rgb(196 240 120 / 0.75);
  }

  .lg\:text-accent-300\/80 {
    color: rgb(196 240 120 / 0.8);
  }

  .lg\:text-accent-300\/85 {
    color: rgb(196 240 120 / 0.85);
  }

  .lg\:text-accent-300\/90 {
    color: rgb(196 240 120 / 0.9);
  }

  .lg\:text-accent-300\/95 {
    color: rgb(196 240 120 / 0.95);
  }

  .lg\:text-accent-400 {
    --tw-text-opacity: 1;
    color: rgb(183 237 104 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-400\/0 {
    color: rgb(183 237 104 / 0);
  }

  .lg\:text-accent-400\/10 {
    color: rgb(183 237 104 / 0.1);
  }

  .lg\:text-accent-400\/100 {
    color: rgb(183 237 104 / 1);
  }

  .lg\:text-accent-400\/15 {
    color: rgb(183 237 104 / 0.15);
  }

  .lg\:text-accent-400\/20 {
    color: rgb(183 237 104 / 0.2);
  }

  .lg\:text-accent-400\/25 {
    color: rgb(183 237 104 / 0.25);
  }

  .lg\:text-accent-400\/30 {
    color: rgb(183 237 104 / 0.3);
  }

  .lg\:text-accent-400\/35 {
    color: rgb(183 237 104 / 0.35);
  }

  .lg\:text-accent-400\/40 {
    color: rgb(183 237 104 / 0.4);
  }

  .lg\:text-accent-400\/45 {
    color: rgb(183 237 104 / 0.45);
  }

  .lg\:text-accent-400\/5 {
    color: rgb(183 237 104 / 0.05);
  }

  .lg\:text-accent-400\/50 {
    color: rgb(183 237 104 / 0.5);
  }

  .lg\:text-accent-400\/55 {
    color: rgb(183 237 104 / 0.55);
  }

  .lg\:text-accent-400\/60 {
    color: rgb(183 237 104 / 0.6);
  }

  .lg\:text-accent-400\/65 {
    color: rgb(183 237 104 / 0.65);
  }

  .lg\:text-accent-400\/70 {
    color: rgb(183 237 104 / 0.7);
  }

  .lg\:text-accent-400\/75 {
    color: rgb(183 237 104 / 0.75);
  }

  .lg\:text-accent-400\/80 {
    color: rgb(183 237 104 / 0.8);
  }

  .lg\:text-accent-400\/85 {
    color: rgb(183 237 104 / 0.85);
  }

  .lg\:text-accent-400\/90 {
    color: rgb(183 237 104 / 0.9);
  }

  .lg\:text-accent-400\/95 {
    color: rgb(183 237 104 / 0.95);
  }

  .lg\:text-accent-50 {
    --tw-text-opacity: 1;
    color: rgb(247 253 235 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-50\/0 {
    color: rgb(247 253 235 / 0);
  }

  .lg\:text-accent-50\/10 {
    color: rgb(247 253 235 / 0.1);
  }

  .lg\:text-accent-50\/100 {
    color: rgb(247 253 235 / 1);
  }

  .lg\:text-accent-50\/15 {
    color: rgb(247 253 235 / 0.15);
  }

  .lg\:text-accent-50\/20 {
    color: rgb(247 253 235 / 0.2);
  }

  .lg\:text-accent-50\/25 {
    color: rgb(247 253 235 / 0.25);
  }

  .lg\:text-accent-50\/30 {
    color: rgb(247 253 235 / 0.3);
  }

  .lg\:text-accent-50\/35 {
    color: rgb(247 253 235 / 0.35);
  }

  .lg\:text-accent-50\/40 {
    color: rgb(247 253 235 / 0.4);
  }

  .lg\:text-accent-50\/45 {
    color: rgb(247 253 235 / 0.45);
  }

  .lg\:text-accent-50\/5 {
    color: rgb(247 253 235 / 0.05);
  }

  .lg\:text-accent-50\/50 {
    color: rgb(247 253 235 / 0.5);
  }

  .lg\:text-accent-50\/55 {
    color: rgb(247 253 235 / 0.55);
  }

  .lg\:text-accent-50\/60 {
    color: rgb(247 253 235 / 0.6);
  }

  .lg\:text-accent-50\/65 {
    color: rgb(247 253 235 / 0.65);
  }

  .lg\:text-accent-50\/70 {
    color: rgb(247 253 235 / 0.7);
  }

  .lg\:text-accent-50\/75 {
    color: rgb(247 253 235 / 0.75);
  }

  .lg\:text-accent-50\/80 {
    color: rgb(247 253 235 / 0.8);
  }

  .lg\:text-accent-50\/85 {
    color: rgb(247 253 235 / 0.85);
  }

  .lg\:text-accent-50\/90 {
    color: rgb(247 253 235 / 0.9);
  }

  .lg\:text-accent-50\/95 {
    color: rgb(247 253 235 / 0.95);
  }

  .lg\:text-accent-500 {
    --tw-text-opacity: 1;
    color: rgb(174 235 96 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-500\/0 {
    color: rgb(174 235 96 / 0);
  }

  .lg\:text-accent-500\/10 {
    color: rgb(174 235 96 / 0.1);
  }

  .lg\:text-accent-500\/100 {
    color: rgb(174 235 96 / 1);
  }

  .lg\:text-accent-500\/15 {
    color: rgb(174 235 96 / 0.15);
  }

  .lg\:text-accent-500\/20 {
    color: rgb(174 235 96 / 0.2);
  }

  .lg\:text-accent-500\/25 {
    color: rgb(174 235 96 / 0.25);
  }

  .lg\:text-accent-500\/30 {
    color: rgb(174 235 96 / 0.3);
  }

  .lg\:text-accent-500\/35 {
    color: rgb(174 235 96 / 0.35);
  }

  .lg\:text-accent-500\/40 {
    color: rgb(174 235 96 / 0.4);
  }

  .lg\:text-accent-500\/45 {
    color: rgb(174 235 96 / 0.45);
  }

  .lg\:text-accent-500\/5 {
    color: rgb(174 235 96 / 0.05);
  }

  .lg\:text-accent-500\/50 {
    color: rgb(174 235 96 / 0.5);
  }

  .lg\:text-accent-500\/55 {
    color: rgb(174 235 96 / 0.55);
  }

  .lg\:text-accent-500\/60 {
    color: rgb(174 235 96 / 0.6);
  }

  .lg\:text-accent-500\/65 {
    color: rgb(174 235 96 / 0.65);
  }

  .lg\:text-accent-500\/70 {
    color: rgb(174 235 96 / 0.7);
  }

  .lg\:text-accent-500\/75 {
    color: rgb(174 235 96 / 0.75);
  }

  .lg\:text-accent-500\/80 {
    color: rgb(174 235 96 / 0.8);
  }

  .lg\:text-accent-500\/85 {
    color: rgb(174 235 96 / 0.85);
  }

  .lg\:text-accent-500\/90 {
    color: rgb(174 235 96 / 0.9);
  }

  .lg\:text-accent-500\/95 {
    color: rgb(174 235 96 / 0.95);
  }

  .lg\:text-accent-600 {
    --tw-text-opacity: 1;
    color: rgb(130 201 48 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-600\/0 {
    color: rgb(130 201 48 / 0);
  }

  .lg\:text-accent-600\/10 {
    color: rgb(130 201 48 / 0.1);
  }

  .lg\:text-accent-600\/100 {
    color: rgb(130 201 48 / 1);
  }

  .lg\:text-accent-600\/15 {
    color: rgb(130 201 48 / 0.15);
  }

  .lg\:text-accent-600\/20 {
    color: rgb(130 201 48 / 0.2);
  }

  .lg\:text-accent-600\/25 {
    color: rgb(130 201 48 / 0.25);
  }

  .lg\:text-accent-600\/30 {
    color: rgb(130 201 48 / 0.3);
  }

  .lg\:text-accent-600\/35 {
    color: rgb(130 201 48 / 0.35);
  }

  .lg\:text-accent-600\/40 {
    color: rgb(130 201 48 / 0.4);
  }

  .lg\:text-accent-600\/45 {
    color: rgb(130 201 48 / 0.45);
  }

  .lg\:text-accent-600\/5 {
    color: rgb(130 201 48 / 0.05);
  }

  .lg\:text-accent-600\/50 {
    color: rgb(130 201 48 / 0.5);
  }

  .lg\:text-accent-600\/55 {
    color: rgb(130 201 48 / 0.55);
  }

  .lg\:text-accent-600\/60 {
    color: rgb(130 201 48 / 0.6);
  }

  .lg\:text-accent-600\/65 {
    color: rgb(130 201 48 / 0.65);
  }

  .lg\:text-accent-600\/70 {
    color: rgb(130 201 48 / 0.7);
  }

  .lg\:text-accent-600\/75 {
    color: rgb(130 201 48 / 0.75);
  }

  .lg\:text-accent-600\/80 {
    color: rgb(130 201 48 / 0.8);
  }

  .lg\:text-accent-600\/85 {
    color: rgb(130 201 48 / 0.85);
  }

  .lg\:text-accent-600\/90 {
    color: rgb(130 201 48 / 0.9);
  }

  .lg\:text-accent-600\/95 {
    color: rgb(130 201 48 / 0.95);
  }

  .lg\:text-accent-700 {
    --tw-text-opacity: 1;
    color: rgb(97 161 31 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-700\/0 {
    color: rgb(97 161 31 / 0);
  }

  .lg\:text-accent-700\/10 {
    color: rgb(97 161 31 / 0.1);
  }

  .lg\:text-accent-700\/100 {
    color: rgb(97 161 31 / 1);
  }

  .lg\:text-accent-700\/15 {
    color: rgb(97 161 31 / 0.15);
  }

  .lg\:text-accent-700\/20 {
    color: rgb(97 161 31 / 0.2);
  }

  .lg\:text-accent-700\/25 {
    color: rgb(97 161 31 / 0.25);
  }

  .lg\:text-accent-700\/30 {
    color: rgb(97 161 31 / 0.3);
  }

  .lg\:text-accent-700\/35 {
    color: rgb(97 161 31 / 0.35);
  }

  .lg\:text-accent-700\/40 {
    color: rgb(97 161 31 / 0.4);
  }

  .lg\:text-accent-700\/45 {
    color: rgb(97 161 31 / 0.45);
  }

  .lg\:text-accent-700\/5 {
    color: rgb(97 161 31 / 0.05);
  }

  .lg\:text-accent-700\/50 {
    color: rgb(97 161 31 / 0.5);
  }

  .lg\:text-accent-700\/55 {
    color: rgb(97 161 31 / 0.55);
  }

  .lg\:text-accent-700\/60 {
    color: rgb(97 161 31 / 0.6);
  }

  .lg\:text-accent-700\/65 {
    color: rgb(97 161 31 / 0.65);
  }

  .lg\:text-accent-700\/70 {
    color: rgb(97 161 31 / 0.7);
  }

  .lg\:text-accent-700\/75 {
    color: rgb(97 161 31 / 0.75);
  }

  .lg\:text-accent-700\/80 {
    color: rgb(97 161 31 / 0.8);
  }

  .lg\:text-accent-700\/85 {
    color: rgb(97 161 31 / 0.85);
  }

  .lg\:text-accent-700\/90 {
    color: rgb(97 161 31 / 0.9);
  }

  .lg\:text-accent-700\/95 {
    color: rgb(97 161 31 / 0.95);
  }

  .lg\:text-accent-800 {
    --tw-text-opacity: 1;
    color: rgb(78 126 32 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-800\/0 {
    color: rgb(78 126 32 / 0);
  }

  .lg\:text-accent-800\/10 {
    color: rgb(78 126 32 / 0.1);
  }

  .lg\:text-accent-800\/100 {
    color: rgb(78 126 32 / 1);
  }

  .lg\:text-accent-800\/15 {
    color: rgb(78 126 32 / 0.15);
  }

  .lg\:text-accent-800\/20 {
    color: rgb(78 126 32 / 0.2);
  }

  .lg\:text-accent-800\/25 {
    color: rgb(78 126 32 / 0.25);
  }

  .lg\:text-accent-800\/30 {
    color: rgb(78 126 32 / 0.3);
  }

  .lg\:text-accent-800\/35 {
    color: rgb(78 126 32 / 0.35);
  }

  .lg\:text-accent-800\/40 {
    color: rgb(78 126 32 / 0.4);
  }

  .lg\:text-accent-800\/45 {
    color: rgb(78 126 32 / 0.45);
  }

  .lg\:text-accent-800\/5 {
    color: rgb(78 126 32 / 0.05);
  }

  .lg\:text-accent-800\/50 {
    color: rgb(78 126 32 / 0.5);
  }

  .lg\:text-accent-800\/55 {
    color: rgb(78 126 32 / 0.55);
  }

  .lg\:text-accent-800\/60 {
    color: rgb(78 126 32 / 0.6);
  }

  .lg\:text-accent-800\/65 {
    color: rgb(78 126 32 / 0.65);
  }

  .lg\:text-accent-800\/70 {
    color: rgb(78 126 32 / 0.7);
  }

  .lg\:text-accent-800\/75 {
    color: rgb(78 126 32 / 0.75);
  }

  .lg\:text-accent-800\/80 {
    color: rgb(78 126 32 / 0.8);
  }

  .lg\:text-accent-800\/85 {
    color: rgb(78 126 32 / 0.85);
  }

  .lg\:text-accent-800\/90 {
    color: rgb(78 126 32 / 0.9);
  }

  .lg\:text-accent-800\/95 {
    color: rgb(78 126 32 / 0.95);
  }

  .lg\:text-accent-900 {
    --tw-text-opacity: 1;
    color: rgb(66 106 33 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-900\/0 {
    color: rgb(66 106 33 / 0);
  }

  .lg\:text-accent-900\/10 {
    color: rgb(66 106 33 / 0.1);
  }

  .lg\:text-accent-900\/100 {
    color: rgb(66 106 33 / 1);
  }

  .lg\:text-accent-900\/15 {
    color: rgb(66 106 33 / 0.15);
  }

  .lg\:text-accent-900\/20 {
    color: rgb(66 106 33 / 0.2);
  }

  .lg\:text-accent-900\/25 {
    color: rgb(66 106 33 / 0.25);
  }

  .lg\:text-accent-900\/30 {
    color: rgb(66 106 33 / 0.3);
  }

  .lg\:text-accent-900\/35 {
    color: rgb(66 106 33 / 0.35);
  }

  .lg\:text-accent-900\/40 {
    color: rgb(66 106 33 / 0.4);
  }

  .lg\:text-accent-900\/45 {
    color: rgb(66 106 33 / 0.45);
  }

  .lg\:text-accent-900\/5 {
    color: rgb(66 106 33 / 0.05);
  }

  .lg\:text-accent-900\/50 {
    color: rgb(66 106 33 / 0.5);
  }

  .lg\:text-accent-900\/55 {
    color: rgb(66 106 33 / 0.55);
  }

  .lg\:text-accent-900\/60 {
    color: rgb(66 106 33 / 0.6);
  }

  .lg\:text-accent-900\/65 {
    color: rgb(66 106 33 / 0.65);
  }

  .lg\:text-accent-900\/70 {
    color: rgb(66 106 33 / 0.7);
  }

  .lg\:text-accent-900\/75 {
    color: rgb(66 106 33 / 0.75);
  }

  .lg\:text-accent-900\/80 {
    color: rgb(66 106 33 / 0.8);
  }

  .lg\:text-accent-900\/85 {
    color: rgb(66 106 33 / 0.85);
  }

  .lg\:text-accent-900\/90 {
    color: rgb(66 106 33 / 0.9);
  }

  .lg\:text-accent-900\/95 {
    color: rgb(66 106 33 / 0.95);
  }

  .lg\:text-accent-950 {
    --tw-text-opacity: 1;
    color: rgb(32 58 11 / var(--tw-text-opacity, 1));
  }

  .lg\:text-accent-950\/0 {
    color: rgb(32 58 11 / 0);
  }

  .lg\:text-accent-950\/10 {
    color: rgb(32 58 11 / 0.1);
  }

  .lg\:text-accent-950\/100 {
    color: rgb(32 58 11 / 1);
  }

  .lg\:text-accent-950\/15 {
    color: rgb(32 58 11 / 0.15);
  }

  .lg\:text-accent-950\/20 {
    color: rgb(32 58 11 / 0.2);
  }

  .lg\:text-accent-950\/25 {
    color: rgb(32 58 11 / 0.25);
  }

  .lg\:text-accent-950\/30 {
    color: rgb(32 58 11 / 0.3);
  }

  .lg\:text-accent-950\/35 {
    color: rgb(32 58 11 / 0.35);
  }

  .lg\:text-accent-950\/40 {
    color: rgb(32 58 11 / 0.4);
  }

  .lg\:text-accent-950\/45 {
    color: rgb(32 58 11 / 0.45);
  }

  .lg\:text-accent-950\/5 {
    color: rgb(32 58 11 / 0.05);
  }

  .lg\:text-accent-950\/50 {
    color: rgb(32 58 11 / 0.5);
  }

  .lg\:text-accent-950\/55 {
    color: rgb(32 58 11 / 0.55);
  }

  .lg\:text-accent-950\/60 {
    color: rgb(32 58 11 / 0.6);
  }

  .lg\:text-accent-950\/65 {
    color: rgb(32 58 11 / 0.65);
  }

  .lg\:text-accent-950\/70 {
    color: rgb(32 58 11 / 0.7);
  }

  .lg\:text-accent-950\/75 {
    color: rgb(32 58 11 / 0.75);
  }

  .lg\:text-accent-950\/80 {
    color: rgb(32 58 11 / 0.8);
  }

  .lg\:text-accent-950\/85 {
    color: rgb(32 58 11 / 0.85);
  }

  .lg\:text-accent-950\/90 {
    color: rgb(32 58 11 / 0.9);
  }

  .lg\:text-accent-950\/95 {
    color: rgb(32 58 11 / 0.95);
  }

  .lg\:text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }

  .lg\:text-black\/0 {
    color: rgb(0 0 0 / 0);
  }

  .lg\:text-black\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .lg\:text-black\/100 {
    color: rgb(0 0 0 / 1);
  }

  .lg\:text-black\/15 {
    color: rgb(0 0 0 / 0.15);
  }

  .lg\:text-black\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .lg\:text-black\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .lg\:text-black\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .lg\:text-black\/35 {
    color: rgb(0 0 0 / 0.35);
  }

  .lg\:text-black\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .lg\:text-black\/45 {
    color: rgb(0 0 0 / 0.45);
  }

  .lg\:text-black\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .lg\:text-black\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .lg\:text-black\/55 {
    color: rgb(0 0 0 / 0.55);
  }

  .lg\:text-black\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .lg\:text-black\/65 {
    color: rgb(0 0 0 / 0.65);
  }

  .lg\:text-black\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .lg\:text-black\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .lg\:text-black\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .lg\:text-black\/85 {
    color: rgb(0 0 0 / 0.85);
  }

  .lg\:text-black\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .lg\:text-black\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .lg\:text-brand-100 {
    --tw-text-opacity: 1;
    color: rgb(233 227 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-100\/0 {
    color: rgb(233 227 255 / 0);
  }

  .lg\:text-brand-100\/10 {
    color: rgb(233 227 255 / 0.1);
  }

  .lg\:text-brand-100\/100 {
    color: rgb(233 227 255 / 1);
  }

  .lg\:text-brand-100\/15 {
    color: rgb(233 227 255 / 0.15);
  }

  .lg\:text-brand-100\/20 {
    color: rgb(233 227 255 / 0.2);
  }

  .lg\:text-brand-100\/25 {
    color: rgb(233 227 255 / 0.25);
  }

  .lg\:text-brand-100\/30 {
    color: rgb(233 227 255 / 0.3);
  }

  .lg\:text-brand-100\/35 {
    color: rgb(233 227 255 / 0.35);
  }

  .lg\:text-brand-100\/40 {
    color: rgb(233 227 255 / 0.4);
  }

  .lg\:text-brand-100\/45 {
    color: rgb(233 227 255 / 0.45);
  }

  .lg\:text-brand-100\/5 {
    color: rgb(233 227 255 / 0.05);
  }

  .lg\:text-brand-100\/50 {
    color: rgb(233 227 255 / 0.5);
  }

  .lg\:text-brand-100\/55 {
    color: rgb(233 227 255 / 0.55);
  }

  .lg\:text-brand-100\/60 {
    color: rgb(233 227 255 / 0.6);
  }

  .lg\:text-brand-100\/65 {
    color: rgb(233 227 255 / 0.65);
  }

  .lg\:text-brand-100\/70 {
    color: rgb(233 227 255 / 0.7);
  }

  .lg\:text-brand-100\/75 {
    color: rgb(233 227 255 / 0.75);
  }

  .lg\:text-brand-100\/80 {
    color: rgb(233 227 255 / 0.8);
  }

  .lg\:text-brand-100\/85 {
    color: rgb(233 227 255 / 0.85);
  }

  .lg\:text-brand-100\/90 {
    color: rgb(233 227 255 / 0.9);
  }

  .lg\:text-brand-100\/95 {
    color: rgb(233 227 255 / 0.95);
  }

  .lg\:text-brand-200 {
    --tw-text-opacity: 1;
    color: rgb(211 199 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-200\/0 {
    color: rgb(211 199 255 / 0);
  }

  .lg\:text-brand-200\/10 {
    color: rgb(211 199 255 / 0.1);
  }

  .lg\:text-brand-200\/100 {
    color: rgb(211 199 255 / 1);
  }

  .lg\:text-brand-200\/15 {
    color: rgb(211 199 255 / 0.15);
  }

  .lg\:text-brand-200\/20 {
    color: rgb(211 199 255 / 0.2);
  }

  .lg\:text-brand-200\/25 {
    color: rgb(211 199 255 / 0.25);
  }

  .lg\:text-brand-200\/30 {
    color: rgb(211 199 255 / 0.3);
  }

  .lg\:text-brand-200\/35 {
    color: rgb(211 199 255 / 0.35);
  }

  .lg\:text-brand-200\/40 {
    color: rgb(211 199 255 / 0.4);
  }

  .lg\:text-brand-200\/45 {
    color: rgb(211 199 255 / 0.45);
  }

  .lg\:text-brand-200\/5 {
    color: rgb(211 199 255 / 0.05);
  }

  .lg\:text-brand-200\/50 {
    color: rgb(211 199 255 / 0.5);
  }

  .lg\:text-brand-200\/55 {
    color: rgb(211 199 255 / 0.55);
  }

  .lg\:text-brand-200\/60 {
    color: rgb(211 199 255 / 0.6);
  }

  .lg\:text-brand-200\/65 {
    color: rgb(211 199 255 / 0.65);
  }

  .lg\:text-brand-200\/70 {
    color: rgb(211 199 255 / 0.7);
  }

  .lg\:text-brand-200\/75 {
    color: rgb(211 199 255 / 0.75);
  }

  .lg\:text-brand-200\/80 {
    color: rgb(211 199 255 / 0.8);
  }

  .lg\:text-brand-200\/85 {
    color: rgb(211 199 255 / 0.85);
  }

  .lg\:text-brand-200\/90 {
    color: rgb(211 199 255 / 0.9);
  }

  .lg\:text-brand-200\/95 {
    color: rgb(211 199 255 / 0.95);
  }

  .lg\:text-brand-300 {
    --tw-text-opacity: 1;
    color: rgb(183 154 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-300\/0 {
    color: rgb(183 154 255 / 0);
  }

  .lg\:text-brand-300\/10 {
    color: rgb(183 154 255 / 0.1);
  }

  .lg\:text-brand-300\/100 {
    color: rgb(183 154 255 / 1);
  }

  .lg\:text-brand-300\/15 {
    color: rgb(183 154 255 / 0.15);
  }

  .lg\:text-brand-300\/20 {
    color: rgb(183 154 255 / 0.2);
  }

  .lg\:text-brand-300\/25 {
    color: rgb(183 154 255 / 0.25);
  }

  .lg\:text-brand-300\/30 {
    color: rgb(183 154 255 / 0.3);
  }

  .lg\:text-brand-300\/35 {
    color: rgb(183 154 255 / 0.35);
  }

  .lg\:text-brand-300\/40 {
    color: rgb(183 154 255 / 0.4);
  }

  .lg\:text-brand-300\/45 {
    color: rgb(183 154 255 / 0.45);
  }

  .lg\:text-brand-300\/5 {
    color: rgb(183 154 255 / 0.05);
  }

  .lg\:text-brand-300\/50 {
    color: rgb(183 154 255 / 0.5);
  }

  .lg\:text-brand-300\/55 {
    color: rgb(183 154 255 / 0.55);
  }

  .lg\:text-brand-300\/60 {
    color: rgb(183 154 255 / 0.6);
  }

  .lg\:text-brand-300\/65 {
    color: rgb(183 154 255 / 0.65);
  }

  .lg\:text-brand-300\/70 {
    color: rgb(183 154 255 / 0.7);
  }

  .lg\:text-brand-300\/75 {
    color: rgb(183 154 255 / 0.75);
  }

  .lg\:text-brand-300\/80 {
    color: rgb(183 154 255 / 0.8);
  }

  .lg\:text-brand-300\/85 {
    color: rgb(183 154 255 / 0.85);
  }

  .lg\:text-brand-300\/90 {
    color: rgb(183 154 255 / 0.9);
  }

  .lg\:text-brand-300\/95 {
    color: rgb(183 154 255 / 0.95);
  }

  .lg\:text-brand-400 {
    --tw-text-opacity: 1;
    color: rgb(149 98 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-400\/0 {
    color: rgb(149 98 255 / 0);
  }

  .lg\:text-brand-400\/10 {
    color: rgb(149 98 255 / 0.1);
  }

  .lg\:text-brand-400\/100 {
    color: rgb(149 98 255 / 1);
  }

  .lg\:text-brand-400\/15 {
    color: rgb(149 98 255 / 0.15);
  }

  .lg\:text-brand-400\/20 {
    color: rgb(149 98 255 / 0.2);
  }

  .lg\:text-brand-400\/25 {
    color: rgb(149 98 255 / 0.25);
  }

  .lg\:text-brand-400\/30 {
    color: rgb(149 98 255 / 0.3);
  }

  .lg\:text-brand-400\/35 {
    color: rgb(149 98 255 / 0.35);
  }

  .lg\:text-brand-400\/40 {
    color: rgb(149 98 255 / 0.4);
  }

  .lg\:text-brand-400\/45 {
    color: rgb(149 98 255 / 0.45);
  }

  .lg\:text-brand-400\/5 {
    color: rgb(149 98 255 / 0.05);
  }

  .lg\:text-brand-400\/50 {
    color: rgb(149 98 255 / 0.5);
  }

  .lg\:text-brand-400\/55 {
    color: rgb(149 98 255 / 0.55);
  }

  .lg\:text-brand-400\/60 {
    color: rgb(149 98 255 / 0.6);
  }

  .lg\:text-brand-400\/65 {
    color: rgb(149 98 255 / 0.65);
  }

  .lg\:text-brand-400\/70 {
    color: rgb(149 98 255 / 0.7);
  }

  .lg\:text-brand-400\/75 {
    color: rgb(149 98 255 / 0.75);
  }

  .lg\:text-brand-400\/80 {
    color: rgb(149 98 255 / 0.8);
  }

  .lg\:text-brand-400\/85 {
    color: rgb(149 98 255 / 0.85);
  }

  .lg\:text-brand-400\/90 {
    color: rgb(149 98 255 / 0.9);
  }

  .lg\:text-brand-400\/95 {
    color: rgb(149 98 255 / 0.95);
  }

  .lg\:text-brand-50 {
    --tw-text-opacity: 1;
    color: rgb(244 241 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-50\/0 {
    color: rgb(244 241 255 / 0);
  }

  .lg\:text-brand-50\/10 {
    color: rgb(244 241 255 / 0.1);
  }

  .lg\:text-brand-50\/100 {
    color: rgb(244 241 255 / 1);
  }

  .lg\:text-brand-50\/15 {
    color: rgb(244 241 255 / 0.15);
  }

  .lg\:text-brand-50\/20 {
    color: rgb(244 241 255 / 0.2);
  }

  .lg\:text-brand-50\/25 {
    color: rgb(244 241 255 / 0.25);
  }

  .lg\:text-brand-50\/30 {
    color: rgb(244 241 255 / 0.3);
  }

  .lg\:text-brand-50\/35 {
    color: rgb(244 241 255 / 0.35);
  }

  .lg\:text-brand-50\/40 {
    color: rgb(244 241 255 / 0.4);
  }

  .lg\:text-brand-50\/45 {
    color: rgb(244 241 255 / 0.45);
  }

  .lg\:text-brand-50\/5 {
    color: rgb(244 241 255 / 0.05);
  }

  .lg\:text-brand-50\/50 {
    color: rgb(244 241 255 / 0.5);
  }

  .lg\:text-brand-50\/55 {
    color: rgb(244 241 255 / 0.55);
  }

  .lg\:text-brand-50\/60 {
    color: rgb(244 241 255 / 0.6);
  }

  .lg\:text-brand-50\/65 {
    color: rgb(244 241 255 / 0.65);
  }

  .lg\:text-brand-50\/70 {
    color: rgb(244 241 255 / 0.7);
  }

  .lg\:text-brand-50\/75 {
    color: rgb(244 241 255 / 0.75);
  }

  .lg\:text-brand-50\/80 {
    color: rgb(244 241 255 / 0.8);
  }

  .lg\:text-brand-50\/85 {
    color: rgb(244 241 255 / 0.85);
  }

  .lg\:text-brand-50\/90 {
    color: rgb(244 241 255 / 0.9);
  }

  .lg\:text-brand-50\/95 {
    color: rgb(244 241 255 / 0.95);
  }

  .lg\:text-brand-500 {
    --tw-text-opacity: 1;
    color: rgb(78 28 209 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-500\/0 {
    color: rgb(78 28 209 / 0);
  }

  .lg\:text-brand-500\/10 {
    color: rgb(78 28 209 / 0.1);
  }

  .lg\:text-brand-500\/100 {
    color: rgb(78 28 209 / 1);
  }

  .lg\:text-brand-500\/15 {
    color: rgb(78 28 209 / 0.15);
  }

  .lg\:text-brand-500\/20 {
    color: rgb(78 28 209 / 0.2);
  }

  .lg\:text-brand-500\/25 {
    color: rgb(78 28 209 / 0.25);
  }

  .lg\:text-brand-500\/30 {
    color: rgb(78 28 209 / 0.3);
  }

  .lg\:text-brand-500\/35 {
    color: rgb(78 28 209 / 0.35);
  }

  .lg\:text-brand-500\/40 {
    color: rgb(78 28 209 / 0.4);
  }

  .lg\:text-brand-500\/45 {
    color: rgb(78 28 209 / 0.45);
  }

  .lg\:text-brand-500\/5 {
    color: rgb(78 28 209 / 0.05);
  }

  .lg\:text-brand-500\/50 {
    color: rgb(78 28 209 / 0.5);
  }

  .lg\:text-brand-500\/55 {
    color: rgb(78 28 209 / 0.55);
  }

  .lg\:text-brand-500\/60 {
    color: rgb(78 28 209 / 0.6);
  }

  .lg\:text-brand-500\/65 {
    color: rgb(78 28 209 / 0.65);
  }

  .lg\:text-brand-500\/70 {
    color: rgb(78 28 209 / 0.7);
  }

  .lg\:text-brand-500\/75 {
    color: rgb(78 28 209 / 0.75);
  }

  .lg\:text-brand-500\/80 {
    color: rgb(78 28 209 / 0.8);
  }

  .lg\:text-brand-500\/85 {
    color: rgb(78 28 209 / 0.85);
  }

  .lg\:text-brand-500\/90 {
    color: rgb(78 28 209 / 0.9);
  }

  .lg\:text-brand-500\/95 {
    color: rgb(78 28 209 / 0.95);
  }

  .lg\:text-brand-600 {
    --tw-text-opacity: 1;
    color: rgb(65 21 181 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-600\/0 {
    color: rgb(65 21 181 / 0);
  }

  .lg\:text-brand-600\/10 {
    color: rgb(65 21 181 / 0.1);
  }

  .lg\:text-brand-600\/100 {
    color: rgb(65 21 181 / 1);
  }

  .lg\:text-brand-600\/15 {
    color: rgb(65 21 181 / 0.15);
  }

  .lg\:text-brand-600\/20 {
    color: rgb(65 21 181 / 0.2);
  }

  .lg\:text-brand-600\/25 {
    color: rgb(65 21 181 / 0.25);
  }

  .lg\:text-brand-600\/30 {
    color: rgb(65 21 181 / 0.3);
  }

  .lg\:text-brand-600\/35 {
    color: rgb(65 21 181 / 0.35);
  }

  .lg\:text-brand-600\/40 {
    color: rgb(65 21 181 / 0.4);
  }

  .lg\:text-brand-600\/45 {
    color: rgb(65 21 181 / 0.45);
  }

  .lg\:text-brand-600\/5 {
    color: rgb(65 21 181 / 0.05);
  }

  .lg\:text-brand-600\/50 {
    color: rgb(65 21 181 / 0.5);
  }

  .lg\:text-brand-600\/55 {
    color: rgb(65 21 181 / 0.55);
  }

  .lg\:text-brand-600\/60 {
    color: rgb(65 21 181 / 0.6);
  }

  .lg\:text-brand-600\/65 {
    color: rgb(65 21 181 / 0.65);
  }

  .lg\:text-brand-600\/70 {
    color: rgb(65 21 181 / 0.7);
  }

  .lg\:text-brand-600\/75 {
    color: rgb(65 21 181 / 0.75);
  }

  .lg\:text-brand-600\/80 {
    color: rgb(65 21 181 / 0.8);
  }

  .lg\:text-brand-600\/85 {
    color: rgb(65 21 181 / 0.85);
  }

  .lg\:text-brand-600\/90 {
    color: rgb(65 21 181 / 0.9);
  }

  .lg\:text-brand-600\/95 {
    color: rgb(65 21 181 / 0.95);
  }

  .lg\:text-brand-700 {
    --tw-text-opacity: 1;
    color: rgb(54 16 150 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-700\/0 {
    color: rgb(54 16 150 / 0);
  }

  .lg\:text-brand-700\/10 {
    color: rgb(54 16 150 / 0.1);
  }

  .lg\:text-brand-700\/100 {
    color: rgb(54 16 150 / 1);
  }

  .lg\:text-brand-700\/15 {
    color: rgb(54 16 150 / 0.15);
  }

  .lg\:text-brand-700\/20 {
    color: rgb(54 16 150 / 0.2);
  }

  .lg\:text-brand-700\/25 {
    color: rgb(54 16 150 / 0.25);
  }

  .lg\:text-brand-700\/30 {
    color: rgb(54 16 150 / 0.3);
  }

  .lg\:text-brand-700\/35 {
    color: rgb(54 16 150 / 0.35);
  }

  .lg\:text-brand-700\/40 {
    color: rgb(54 16 150 / 0.4);
  }

  .lg\:text-brand-700\/45 {
    color: rgb(54 16 150 / 0.45);
  }

  .lg\:text-brand-700\/5 {
    color: rgb(54 16 150 / 0.05);
  }

  .lg\:text-brand-700\/50 {
    color: rgb(54 16 150 / 0.5);
  }

  .lg\:text-brand-700\/55 {
    color: rgb(54 16 150 / 0.55);
  }

  .lg\:text-brand-700\/60 {
    color: rgb(54 16 150 / 0.6);
  }

  .lg\:text-brand-700\/65 {
    color: rgb(54 16 150 / 0.65);
  }

  .lg\:text-brand-700\/70 {
    color: rgb(54 16 150 / 0.7);
  }

  .lg\:text-brand-700\/75 {
    color: rgb(54 16 150 / 0.75);
  }

  .lg\:text-brand-700\/80 {
    color: rgb(54 16 150 / 0.8);
  }

  .lg\:text-brand-700\/85 {
    color: rgb(54 16 150 / 0.85);
  }

  .lg\:text-brand-700\/90 {
    color: rgb(54 16 150 / 0.9);
  }

  .lg\:text-brand-700\/95 {
    color: rgb(54 16 150 / 0.95);
  }

  .lg\:text-brand-800 {
    --tw-text-opacity: 1;
    color: rgb(46 16 120 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-800\/0 {
    color: rgb(46 16 120 / 0);
  }

  .lg\:text-brand-800\/10 {
    color: rgb(46 16 120 / 0.1);
  }

  .lg\:text-brand-800\/100 {
    color: rgb(46 16 120 / 1);
  }

  .lg\:text-brand-800\/15 {
    color: rgb(46 16 120 / 0.15);
  }

  .lg\:text-brand-800\/20 {
    color: rgb(46 16 120 / 0.2);
  }

  .lg\:text-brand-800\/25 {
    color: rgb(46 16 120 / 0.25);
  }

  .lg\:text-brand-800\/30 {
    color: rgb(46 16 120 / 0.3);
  }

  .lg\:text-brand-800\/35 {
    color: rgb(46 16 120 / 0.35);
  }

  .lg\:text-brand-800\/40 {
    color: rgb(46 16 120 / 0.4);
  }

  .lg\:text-brand-800\/45 {
    color: rgb(46 16 120 / 0.45);
  }

  .lg\:text-brand-800\/5 {
    color: rgb(46 16 120 / 0.05);
  }

  .lg\:text-brand-800\/50 {
    color: rgb(46 16 120 / 0.5);
  }

  .lg\:text-brand-800\/55 {
    color: rgb(46 16 120 / 0.55);
  }

  .lg\:text-brand-800\/60 {
    color: rgb(46 16 120 / 0.6);
  }

  .lg\:text-brand-800\/65 {
    color: rgb(46 16 120 / 0.65);
  }

  .lg\:text-brand-800\/70 {
    color: rgb(46 16 120 / 0.7);
  }

  .lg\:text-brand-800\/75 {
    color: rgb(46 16 120 / 0.75);
  }

  .lg\:text-brand-800\/80 {
    color: rgb(46 16 120 / 0.8);
  }

  .lg\:text-brand-800\/85 {
    color: rgb(46 16 120 / 0.85);
  }

  .lg\:text-brand-800\/90 {
    color: rgb(46 16 120 / 0.9);
  }

  .lg\:text-brand-800\/95 {
    color: rgb(46 16 120 / 0.95);
  }

  .lg\:text-brand-900 {
    --tw-text-opacity: 1;
    color: rgb(39 15 98 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-900\/0 {
    color: rgb(39 15 98 / 0);
  }

  .lg\:text-brand-900\/10 {
    color: rgb(39 15 98 / 0.1);
  }

  .lg\:text-brand-900\/100 {
    color: rgb(39 15 98 / 1);
  }

  .lg\:text-brand-900\/15 {
    color: rgb(39 15 98 / 0.15);
  }

  .lg\:text-brand-900\/20 {
    color: rgb(39 15 98 / 0.2);
  }

  .lg\:text-brand-900\/25 {
    color: rgb(39 15 98 / 0.25);
  }

  .lg\:text-brand-900\/30 {
    color: rgb(39 15 98 / 0.3);
  }

  .lg\:text-brand-900\/35 {
    color: rgb(39 15 98 / 0.35);
  }

  .lg\:text-brand-900\/40 {
    color: rgb(39 15 98 / 0.4);
  }

  .lg\:text-brand-900\/45 {
    color: rgb(39 15 98 / 0.45);
  }

  .lg\:text-brand-900\/5 {
    color: rgb(39 15 98 / 0.05);
  }

  .lg\:text-brand-900\/50 {
    color: rgb(39 15 98 / 0.5);
  }

  .lg\:text-brand-900\/55 {
    color: rgb(39 15 98 / 0.55);
  }

  .lg\:text-brand-900\/60 {
    color: rgb(39 15 98 / 0.6);
  }

  .lg\:text-brand-900\/65 {
    color: rgb(39 15 98 / 0.65);
  }

  .lg\:text-brand-900\/70 {
    color: rgb(39 15 98 / 0.7);
  }

  .lg\:text-brand-900\/75 {
    color: rgb(39 15 98 / 0.75);
  }

  .lg\:text-brand-900\/80 {
    color: rgb(39 15 98 / 0.8);
  }

  .lg\:text-brand-900\/85 {
    color: rgb(39 15 98 / 0.85);
  }

  .lg\:text-brand-900\/90 {
    color: rgb(39 15 98 / 0.9);
  }

  .lg\:text-brand-900\/95 {
    color: rgb(39 15 98 / 0.95);
  }

  .lg\:text-brand-950 {
    --tw-text-opacity: 1;
    color: rgb(22 5 58 / var(--tw-text-opacity, 1));
  }

  .lg\:text-brand-950\/0 {
    color: rgb(22 5 58 / 0);
  }

  .lg\:text-brand-950\/10 {
    color: rgb(22 5 58 / 0.1);
  }

  .lg\:text-brand-950\/100 {
    color: rgb(22 5 58 / 1);
  }

  .lg\:text-brand-950\/15 {
    color: rgb(22 5 58 / 0.15);
  }

  .lg\:text-brand-950\/20 {
    color: rgb(22 5 58 / 0.2);
  }

  .lg\:text-brand-950\/25 {
    color: rgb(22 5 58 / 0.25);
  }

  .lg\:text-brand-950\/30 {
    color: rgb(22 5 58 / 0.3);
  }

  .lg\:text-brand-950\/35 {
    color: rgb(22 5 58 / 0.35);
  }

  .lg\:text-brand-950\/40 {
    color: rgb(22 5 58 / 0.4);
  }

  .lg\:text-brand-950\/45 {
    color: rgb(22 5 58 / 0.45);
  }

  .lg\:text-brand-950\/5 {
    color: rgb(22 5 58 / 0.05);
  }

  .lg\:text-brand-950\/50 {
    color: rgb(22 5 58 / 0.5);
  }

  .lg\:text-brand-950\/55 {
    color: rgb(22 5 58 / 0.55);
  }

  .lg\:text-brand-950\/60 {
    color: rgb(22 5 58 / 0.6);
  }

  .lg\:text-brand-950\/65 {
    color: rgb(22 5 58 / 0.65);
  }

  .lg\:text-brand-950\/70 {
    color: rgb(22 5 58 / 0.7);
  }

  .lg\:text-brand-950\/75 {
    color: rgb(22 5 58 / 0.75);
  }

  .lg\:text-brand-950\/80 {
    color: rgb(22 5 58 / 0.8);
  }

  .lg\:text-brand-950\/85 {
    color: rgb(22 5 58 / 0.85);
  }

  .lg\:text-brand-950\/90 {
    color: rgb(22 5 58 / 0.9);
  }

  .lg\:text-brand-950\/95 {
    color: rgb(22 5 58 / 0.95);
  }

  .lg\:text-neutral-100 {
    --tw-text-opacity: 1;
    color: rgb(246 245 244 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-100\/0 {
    color: rgb(246 245 244 / 0);
  }

  .lg\:text-neutral-100\/10 {
    color: rgb(246 245 244 / 0.1);
  }

  .lg\:text-neutral-100\/100 {
    color: rgb(246 245 244 / 1);
  }

  .lg\:text-neutral-100\/15 {
    color: rgb(246 245 244 / 0.15);
  }

  .lg\:text-neutral-100\/20 {
    color: rgb(246 245 244 / 0.2);
  }

  .lg\:text-neutral-100\/25 {
    color: rgb(246 245 244 / 0.25);
  }

  .lg\:text-neutral-100\/30 {
    color: rgb(246 245 244 / 0.3);
  }

  .lg\:text-neutral-100\/35 {
    color: rgb(246 245 244 / 0.35);
  }

  .lg\:text-neutral-100\/40 {
    color: rgb(246 245 244 / 0.4);
  }

  .lg\:text-neutral-100\/45 {
    color: rgb(246 245 244 / 0.45);
  }

  .lg\:text-neutral-100\/5 {
    color: rgb(246 245 244 / 0.05);
  }

  .lg\:text-neutral-100\/50 {
    color: rgb(246 245 244 / 0.5);
  }

  .lg\:text-neutral-100\/55 {
    color: rgb(246 245 244 / 0.55);
  }

  .lg\:text-neutral-100\/60 {
    color: rgb(246 245 244 / 0.6);
  }

  .lg\:text-neutral-100\/65 {
    color: rgb(246 245 244 / 0.65);
  }

  .lg\:text-neutral-100\/70 {
    color: rgb(246 245 244 / 0.7);
  }

  .lg\:text-neutral-100\/75 {
    color: rgb(246 245 244 / 0.75);
  }

  .lg\:text-neutral-100\/80 {
    color: rgb(246 245 244 / 0.8);
  }

  .lg\:text-neutral-100\/85 {
    color: rgb(246 245 244 / 0.85);
  }

  .lg\:text-neutral-100\/90 {
    color: rgb(246 245 244 / 0.9);
  }

  .lg\:text-neutral-100\/95 {
    color: rgb(246 245 244 / 0.95);
  }

  .lg\:text-neutral-200 {
    --tw-text-opacity: 1;
    color: rgb(233 230 227 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-200\/0 {
    color: rgb(233 230 227 / 0);
  }

  .lg\:text-neutral-200\/10 {
    color: rgb(233 230 227 / 0.1);
  }

  .lg\:text-neutral-200\/100 {
    color: rgb(233 230 227 / 1);
  }

  .lg\:text-neutral-200\/15 {
    color: rgb(233 230 227 / 0.15);
  }

  .lg\:text-neutral-200\/20 {
    color: rgb(233 230 227 / 0.2);
  }

  .lg\:text-neutral-200\/25 {
    color: rgb(233 230 227 / 0.25);
  }

  .lg\:text-neutral-200\/30 {
    color: rgb(233 230 227 / 0.3);
  }

  .lg\:text-neutral-200\/35 {
    color: rgb(233 230 227 / 0.35);
  }

  .lg\:text-neutral-200\/40 {
    color: rgb(233 230 227 / 0.4);
  }

  .lg\:text-neutral-200\/45 {
    color: rgb(233 230 227 / 0.45);
  }

  .lg\:text-neutral-200\/5 {
    color: rgb(233 230 227 / 0.05);
  }

  .lg\:text-neutral-200\/50 {
    color: rgb(233 230 227 / 0.5);
  }

  .lg\:text-neutral-200\/55 {
    color: rgb(233 230 227 / 0.55);
  }

  .lg\:text-neutral-200\/60 {
    color: rgb(233 230 227 / 0.6);
  }

  .lg\:text-neutral-200\/65 {
    color: rgb(233 230 227 / 0.65);
  }

  .lg\:text-neutral-200\/70 {
    color: rgb(233 230 227 / 0.7);
  }

  .lg\:text-neutral-200\/75 {
    color: rgb(233 230 227 / 0.75);
  }

  .lg\:text-neutral-200\/80 {
    color: rgb(233 230 227 / 0.8);
  }

  .lg\:text-neutral-200\/85 {
    color: rgb(233 230 227 / 0.85);
  }

  .lg\:text-neutral-200\/90 {
    color: rgb(233 230 227 / 0.9);
  }

  .lg\:text-neutral-200\/95 {
    color: rgb(233 230 227 / 0.95);
  }

  .lg\:text-neutral-300 {
    --tw-text-opacity: 1;
    color: rgb(215 210 205 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-300\/0 {
    color: rgb(215 210 205 / 0);
  }

  .lg\:text-neutral-300\/10 {
    color: rgb(215 210 205 / 0.1);
  }

  .lg\:text-neutral-300\/100 {
    color: rgb(215 210 205 / 1);
  }

  .lg\:text-neutral-300\/15 {
    color: rgb(215 210 205 / 0.15);
  }

  .lg\:text-neutral-300\/20 {
    color: rgb(215 210 205 / 0.2);
  }

  .lg\:text-neutral-300\/25 {
    color: rgb(215 210 205 / 0.25);
  }

  .lg\:text-neutral-300\/30 {
    color: rgb(215 210 205 / 0.3);
  }

  .lg\:text-neutral-300\/35 {
    color: rgb(215 210 205 / 0.35);
  }

  .lg\:text-neutral-300\/40 {
    color: rgb(215 210 205 / 0.4);
  }

  .lg\:text-neutral-300\/45 {
    color: rgb(215 210 205 / 0.45);
  }

  .lg\:text-neutral-300\/5 {
    color: rgb(215 210 205 / 0.05);
  }

  .lg\:text-neutral-300\/50 {
    color: rgb(215 210 205 / 0.5);
  }

  .lg\:text-neutral-300\/55 {
    color: rgb(215 210 205 / 0.55);
  }

  .lg\:text-neutral-300\/60 {
    color: rgb(215 210 205 / 0.6);
  }

  .lg\:text-neutral-300\/65 {
    color: rgb(215 210 205 / 0.65);
  }

  .lg\:text-neutral-300\/70 {
    color: rgb(215 210 205 / 0.7);
  }

  .lg\:text-neutral-300\/75 {
    color: rgb(215 210 205 / 0.75);
  }

  .lg\:text-neutral-300\/80 {
    color: rgb(215 210 205 / 0.8);
  }

  .lg\:text-neutral-300\/85 {
    color: rgb(215 210 205 / 0.85);
  }

  .lg\:text-neutral-300\/90 {
    color: rgb(215 210 205 / 0.9);
  }

  .lg\:text-neutral-300\/95 {
    color: rgb(215 210 205 / 0.95);
  }

  .lg\:text-neutral-400 {
    --tw-text-opacity: 1;
    color: rgb(175 168 161 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-400\/0 {
    color: rgb(175 168 161 / 0);
  }

  .lg\:text-neutral-400\/10 {
    color: rgb(175 168 161 / 0.1);
  }

  .lg\:text-neutral-400\/100 {
    color: rgb(175 168 161 / 1);
  }

  .lg\:text-neutral-400\/15 {
    color: rgb(175 168 161 / 0.15);
  }

  .lg\:text-neutral-400\/20 {
    color: rgb(175 168 161 / 0.2);
  }

  .lg\:text-neutral-400\/25 {
    color: rgb(175 168 161 / 0.25);
  }

  .lg\:text-neutral-400\/30 {
    color: rgb(175 168 161 / 0.3);
  }

  .lg\:text-neutral-400\/35 {
    color: rgb(175 168 161 / 0.35);
  }

  .lg\:text-neutral-400\/40 {
    color: rgb(175 168 161 / 0.4);
  }

  .lg\:text-neutral-400\/45 {
    color: rgb(175 168 161 / 0.45);
  }

  .lg\:text-neutral-400\/5 {
    color: rgb(175 168 161 / 0.05);
  }

  .lg\:text-neutral-400\/50 {
    color: rgb(175 168 161 / 0.5);
  }

  .lg\:text-neutral-400\/55 {
    color: rgb(175 168 161 / 0.55);
  }

  .lg\:text-neutral-400\/60 {
    color: rgb(175 168 161 / 0.6);
  }

  .lg\:text-neutral-400\/65 {
    color: rgb(175 168 161 / 0.65);
  }

  .lg\:text-neutral-400\/70 {
    color: rgb(175 168 161 / 0.7);
  }

  .lg\:text-neutral-400\/75 {
    color: rgb(175 168 161 / 0.75);
  }

  .lg\:text-neutral-400\/80 {
    color: rgb(175 168 161 / 0.8);
  }

  .lg\:text-neutral-400\/85 {
    color: rgb(175 168 161 / 0.85);
  }

  .lg\:text-neutral-400\/90 {
    color: rgb(175 168 161 / 0.9);
  }

  .lg\:text-neutral-400\/95 {
    color: rgb(175 168 161 / 0.95);
  }

  .lg\:text-neutral-50 {
    --tw-text-opacity: 1;
    color: rgb(251 250 249 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-50\/0 {
    color: rgb(251 250 249 / 0);
  }

  .lg\:text-neutral-50\/10 {
    color: rgb(251 250 249 / 0.1);
  }

  .lg\:text-neutral-50\/100 {
    color: rgb(251 250 249 / 1);
  }

  .lg\:text-neutral-50\/15 {
    color: rgb(251 250 249 / 0.15);
  }

  .lg\:text-neutral-50\/20 {
    color: rgb(251 250 249 / 0.2);
  }

  .lg\:text-neutral-50\/25 {
    color: rgb(251 250 249 / 0.25);
  }

  .lg\:text-neutral-50\/30 {
    color: rgb(251 250 249 / 0.3);
  }

  .lg\:text-neutral-50\/35 {
    color: rgb(251 250 249 / 0.35);
  }

  .lg\:text-neutral-50\/40 {
    color: rgb(251 250 249 / 0.4);
  }

  .lg\:text-neutral-50\/45 {
    color: rgb(251 250 249 / 0.45);
  }

  .lg\:text-neutral-50\/5 {
    color: rgb(251 250 249 / 0.05);
  }

  .lg\:text-neutral-50\/50 {
    color: rgb(251 250 249 / 0.5);
  }

  .lg\:text-neutral-50\/55 {
    color: rgb(251 250 249 / 0.55);
  }

  .lg\:text-neutral-50\/60 {
    color: rgb(251 250 249 / 0.6);
  }

  .lg\:text-neutral-50\/65 {
    color: rgb(251 250 249 / 0.65);
  }

  .lg\:text-neutral-50\/70 {
    color: rgb(251 250 249 / 0.7);
  }

  .lg\:text-neutral-50\/75 {
    color: rgb(251 250 249 / 0.75);
  }

  .lg\:text-neutral-50\/80 {
    color: rgb(251 250 249 / 0.8);
  }

  .lg\:text-neutral-50\/85 {
    color: rgb(251 250 249 / 0.85);
  }

  .lg\:text-neutral-50\/90 {
    color: rgb(251 250 249 / 0.9);
  }

  .lg\:text-neutral-50\/95 {
    color: rgb(251 250 249 / 0.95);
  }

  .lg\:text-neutral-500 {
    --tw-text-opacity: 1;
    color: rgb(129 121 113 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-500\/0 {
    color: rgb(129 121 113 / 0);
  }

  .lg\:text-neutral-500\/10 {
    color: rgb(129 121 113 / 0.1);
  }

  .lg\:text-neutral-500\/100 {
    color: rgb(129 121 113 / 1);
  }

  .lg\:text-neutral-500\/15 {
    color: rgb(129 121 113 / 0.15);
  }

  .lg\:text-neutral-500\/20 {
    color: rgb(129 121 113 / 0.2);
  }

  .lg\:text-neutral-500\/25 {
    color: rgb(129 121 113 / 0.25);
  }

  .lg\:text-neutral-500\/30 {
    color: rgb(129 121 113 / 0.3);
  }

  .lg\:text-neutral-500\/35 {
    color: rgb(129 121 113 / 0.35);
  }

  .lg\:text-neutral-500\/40 {
    color: rgb(129 121 113 / 0.4);
  }

  .lg\:text-neutral-500\/45 {
    color: rgb(129 121 113 / 0.45);
  }

  .lg\:text-neutral-500\/5 {
    color: rgb(129 121 113 / 0.05);
  }

  .lg\:text-neutral-500\/50 {
    color: rgb(129 121 113 / 0.5);
  }

  .lg\:text-neutral-500\/55 {
    color: rgb(129 121 113 / 0.55);
  }

  .lg\:text-neutral-500\/60 {
    color: rgb(129 121 113 / 0.6);
  }

  .lg\:text-neutral-500\/65 {
    color: rgb(129 121 113 / 0.65);
  }

  .lg\:text-neutral-500\/70 {
    color: rgb(129 121 113 / 0.7);
  }

  .lg\:text-neutral-500\/75 {
    color: rgb(129 121 113 / 0.75);
  }

  .lg\:text-neutral-500\/80 {
    color: rgb(129 121 113 / 0.8);
  }

  .lg\:text-neutral-500\/85 {
    color: rgb(129 121 113 / 0.85);
  }

  .lg\:text-neutral-500\/90 {
    color: rgb(129 121 113 / 0.9);
  }

  .lg\:text-neutral-500\/95 {
    color: rgb(129 121 113 / 0.95);
  }

  .lg\:text-neutral-600 {
    --tw-text-opacity: 1;
    color: rgb(96 89 82 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-600\/0 {
    color: rgb(96 89 82 / 0);
  }

  .lg\:text-neutral-600\/10 {
    color: rgb(96 89 82 / 0.1);
  }

  .lg\:text-neutral-600\/100 {
    color: rgb(96 89 82 / 1);
  }

  .lg\:text-neutral-600\/15 {
    color: rgb(96 89 82 / 0.15);
  }

  .lg\:text-neutral-600\/20 {
    color: rgb(96 89 82 / 0.2);
  }

  .lg\:text-neutral-600\/25 {
    color: rgb(96 89 82 / 0.25);
  }

  .lg\:text-neutral-600\/30 {
    color: rgb(96 89 82 / 0.3);
  }

  .lg\:text-neutral-600\/35 {
    color: rgb(96 89 82 / 0.35);
  }

  .lg\:text-neutral-600\/40 {
    color: rgb(96 89 82 / 0.4);
  }

  .lg\:text-neutral-600\/45 {
    color: rgb(96 89 82 / 0.45);
  }

  .lg\:text-neutral-600\/5 {
    color: rgb(96 89 82 / 0.05);
  }

  .lg\:text-neutral-600\/50 {
    color: rgb(96 89 82 / 0.5);
  }

  .lg\:text-neutral-600\/55 {
    color: rgb(96 89 82 / 0.55);
  }

  .lg\:text-neutral-600\/60 {
    color: rgb(96 89 82 / 0.6);
  }

  .lg\:text-neutral-600\/65 {
    color: rgb(96 89 82 / 0.65);
  }

  .lg\:text-neutral-600\/70 {
    color: rgb(96 89 82 / 0.7);
  }

  .lg\:text-neutral-600\/75 {
    color: rgb(96 89 82 / 0.75);
  }

  .lg\:text-neutral-600\/80 {
    color: rgb(96 89 82 / 0.8);
  }

  .lg\:text-neutral-600\/85 {
    color: rgb(96 89 82 / 0.85);
  }

  .lg\:text-neutral-600\/90 {
    color: rgb(96 89 82 / 0.9);
  }

  .lg\:text-neutral-600\/95 {
    color: rgb(96 89 82 / 0.95);
  }

  .lg\:text-neutral-700 {
    --tw-text-opacity: 1;
    color: rgb(73 68 63 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-700\/0 {
    color: rgb(73 68 63 / 0);
  }

  .lg\:text-neutral-700\/10 {
    color: rgb(73 68 63 / 0.1);
  }

  .lg\:text-neutral-700\/100 {
    color: rgb(73 68 63 / 1);
  }

  .lg\:text-neutral-700\/15 {
    color: rgb(73 68 63 / 0.15);
  }

  .lg\:text-neutral-700\/20 {
    color: rgb(73 68 63 / 0.2);
  }

  .lg\:text-neutral-700\/25 {
    color: rgb(73 68 63 / 0.25);
  }

  .lg\:text-neutral-700\/30 {
    color: rgb(73 68 63 / 0.3);
  }

  .lg\:text-neutral-700\/35 {
    color: rgb(73 68 63 / 0.35);
  }

  .lg\:text-neutral-700\/40 {
    color: rgb(73 68 63 / 0.4);
  }

  .lg\:text-neutral-700\/45 {
    color: rgb(73 68 63 / 0.45);
  }

  .lg\:text-neutral-700\/5 {
    color: rgb(73 68 63 / 0.05);
  }

  .lg\:text-neutral-700\/50 {
    color: rgb(73 68 63 / 0.5);
  }

  .lg\:text-neutral-700\/55 {
    color: rgb(73 68 63 / 0.55);
  }

  .lg\:text-neutral-700\/60 {
    color: rgb(73 68 63 / 0.6);
  }

  .lg\:text-neutral-700\/65 {
    color: rgb(73 68 63 / 0.65);
  }

  .lg\:text-neutral-700\/70 {
    color: rgb(73 68 63 / 0.7);
  }

  .lg\:text-neutral-700\/75 {
    color: rgb(73 68 63 / 0.75);
  }

  .lg\:text-neutral-700\/80 {
    color: rgb(73 68 63 / 0.8);
  }

  .lg\:text-neutral-700\/85 {
    color: rgb(73 68 63 / 0.85);
  }

  .lg\:text-neutral-700\/90 {
    color: rgb(73 68 63 / 0.9);
  }

  .lg\:text-neutral-700\/95 {
    color: rgb(73 68 63 / 0.95);
  }

  .lg\:text-neutral-800 {
    --tw-text-opacity: 1;
    color: rgb(48 45 42 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-800\/0 {
    color: rgb(48 45 42 / 0);
  }

  .lg\:text-neutral-800\/10 {
    color: rgb(48 45 42 / 0.1);
  }

  .lg\:text-neutral-800\/100 {
    color: rgb(48 45 42 / 1);
  }

  .lg\:text-neutral-800\/15 {
    color: rgb(48 45 42 / 0.15);
  }

  .lg\:text-neutral-800\/20 {
    color: rgb(48 45 42 / 0.2);
  }

  .lg\:text-neutral-800\/25 {
    color: rgb(48 45 42 / 0.25);
  }

  .lg\:text-neutral-800\/30 {
    color: rgb(48 45 42 / 0.3);
  }

  .lg\:text-neutral-800\/35 {
    color: rgb(48 45 42 / 0.35);
  }

  .lg\:text-neutral-800\/40 {
    color: rgb(48 45 42 / 0.4);
  }

  .lg\:text-neutral-800\/45 {
    color: rgb(48 45 42 / 0.45);
  }

  .lg\:text-neutral-800\/5 {
    color: rgb(48 45 42 / 0.05);
  }

  .lg\:text-neutral-800\/50 {
    color: rgb(48 45 42 / 0.5);
  }

  .lg\:text-neutral-800\/55 {
    color: rgb(48 45 42 / 0.55);
  }

  .lg\:text-neutral-800\/60 {
    color: rgb(48 45 42 / 0.6);
  }

  .lg\:text-neutral-800\/65 {
    color: rgb(48 45 42 / 0.65);
  }

  .lg\:text-neutral-800\/70 {
    color: rgb(48 45 42 / 0.7);
  }

  .lg\:text-neutral-800\/75 {
    color: rgb(48 45 42 / 0.75);
  }

  .lg\:text-neutral-800\/80 {
    color: rgb(48 45 42 / 0.8);
  }

  .lg\:text-neutral-800\/85 {
    color: rgb(48 45 42 / 0.85);
  }

  .lg\:text-neutral-800\/90 {
    color: rgb(48 45 42 / 0.9);
  }

  .lg\:text-neutral-800\/95 {
    color: rgb(48 45 42 / 0.95);
  }

  .lg\:text-neutral-900 {
    --tw-text-opacity: 1;
    color: rgb(33 31 29 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-900\/0 {
    color: rgb(33 31 29 / 0);
  }

  .lg\:text-neutral-900\/10 {
    color: rgb(33 31 29 / 0.1);
  }

  .lg\:text-neutral-900\/100 {
    color: rgb(33 31 29 / 1);
  }

  .lg\:text-neutral-900\/15 {
    color: rgb(33 31 29 / 0.15);
  }

  .lg\:text-neutral-900\/20 {
    color: rgb(33 31 29 / 0.2);
  }

  .lg\:text-neutral-900\/25 {
    color: rgb(33 31 29 / 0.25);
  }

  .lg\:text-neutral-900\/30 {
    color: rgb(33 31 29 / 0.3);
  }

  .lg\:text-neutral-900\/35 {
    color: rgb(33 31 29 / 0.35);
  }

  .lg\:text-neutral-900\/40 {
    color: rgb(33 31 29 / 0.4);
  }

  .lg\:text-neutral-900\/45 {
    color: rgb(33 31 29 / 0.45);
  }

  .lg\:text-neutral-900\/5 {
    color: rgb(33 31 29 / 0.05);
  }

  .lg\:text-neutral-900\/50 {
    color: rgb(33 31 29 / 0.5);
  }

  .lg\:text-neutral-900\/55 {
    color: rgb(33 31 29 / 0.55);
  }

  .lg\:text-neutral-900\/60 {
    color: rgb(33 31 29 / 0.6);
  }

  .lg\:text-neutral-900\/65 {
    color: rgb(33 31 29 / 0.65);
  }

  .lg\:text-neutral-900\/70 {
    color: rgb(33 31 29 / 0.7);
  }

  .lg\:text-neutral-900\/75 {
    color: rgb(33 31 29 / 0.75);
  }

  .lg\:text-neutral-900\/80 {
    color: rgb(33 31 29 / 0.8);
  }

  .lg\:text-neutral-900\/85 {
    color: rgb(33 31 29 / 0.85);
  }

  .lg\:text-neutral-900\/90 {
    color: rgb(33 31 29 / 0.9);
  }

  .lg\:text-neutral-900\/95 {
    color: rgb(33 31 29 / 0.95);
  }

  .lg\:text-neutral-950 {
    --tw-text-opacity: 1;
    color: rgb(18 17 16 / var(--tw-text-opacity, 1));
  }

  .lg\:text-neutral-950\/0 {
    color: rgb(18 17 16 / 0);
  }

  .lg\:text-neutral-950\/10 {
    color: rgb(18 17 16 / 0.1);
  }

  .lg\:text-neutral-950\/100 {
    color: rgb(18 17 16 / 1);
  }

  .lg\:text-neutral-950\/15 {
    color: rgb(18 17 16 / 0.15);
  }

  .lg\:text-neutral-950\/20 {
    color: rgb(18 17 16 / 0.2);
  }

  .lg\:text-neutral-950\/25 {
    color: rgb(18 17 16 / 0.25);
  }

  .lg\:text-neutral-950\/30 {
    color: rgb(18 17 16 / 0.3);
  }

  .lg\:text-neutral-950\/35 {
    color: rgb(18 17 16 / 0.35);
  }

  .lg\:text-neutral-950\/40 {
    color: rgb(18 17 16 / 0.4);
  }

  .lg\:text-neutral-950\/45 {
    color: rgb(18 17 16 / 0.45);
  }

  .lg\:text-neutral-950\/5 {
    color: rgb(18 17 16 / 0.05);
  }

  .lg\:text-neutral-950\/50 {
    color: rgb(18 17 16 / 0.5);
  }

  .lg\:text-neutral-950\/55 {
    color: rgb(18 17 16 / 0.55);
  }

  .lg\:text-neutral-950\/60 {
    color: rgb(18 17 16 / 0.6);
  }

  .lg\:text-neutral-950\/65 {
    color: rgb(18 17 16 / 0.65);
  }

  .lg\:text-neutral-950\/70 {
    color: rgb(18 17 16 / 0.7);
  }

  .lg\:text-neutral-950\/75 {
    color: rgb(18 17 16 / 0.75);
  }

  .lg\:text-neutral-950\/80 {
    color: rgb(18 17 16 / 0.8);
  }

  .lg\:text-neutral-950\/85 {
    color: rgb(18 17 16 / 0.85);
  }

  .lg\:text-neutral-950\/90 {
    color: rgb(18 17 16 / 0.9);
  }

  .lg\:text-neutral-950\/95 {
    color: rgb(18 17 16 / 0.95);
  }

  .lg\:text-primary-100 {
    --tw-text-opacity: 1;
    color: rgb(254 234 222 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-100\/0 {
    color: rgb(254 234 222 / 0);
  }

  .lg\:text-primary-100\/10 {
    color: rgb(254 234 222 / 0.1);
  }

  .lg\:text-primary-100\/100 {
    color: rgb(254 234 222 / 1);
  }

  .lg\:text-primary-100\/15 {
    color: rgb(254 234 222 / 0.15);
  }

  .lg\:text-primary-100\/20 {
    color: rgb(254 234 222 / 0.2);
  }

  .lg\:text-primary-100\/25 {
    color: rgb(254 234 222 / 0.25);
  }

  .lg\:text-primary-100\/30 {
    color: rgb(254 234 222 / 0.3);
  }

  .lg\:text-primary-100\/35 {
    color: rgb(254 234 222 / 0.35);
  }

  .lg\:text-primary-100\/40 {
    color: rgb(254 234 222 / 0.4);
  }

  .lg\:text-primary-100\/45 {
    color: rgb(254 234 222 / 0.45);
  }

  .lg\:text-primary-100\/5 {
    color: rgb(254 234 222 / 0.05);
  }

  .lg\:text-primary-100\/50 {
    color: rgb(254 234 222 / 0.5);
  }

  .lg\:text-primary-100\/55 {
    color: rgb(254 234 222 / 0.55);
  }

  .lg\:text-primary-100\/60 {
    color: rgb(254 234 222 / 0.6);
  }

  .lg\:text-primary-100\/65 {
    color: rgb(254 234 222 / 0.65);
  }

  .lg\:text-primary-100\/70 {
    color: rgb(254 234 222 / 0.7);
  }

  .lg\:text-primary-100\/75 {
    color: rgb(254 234 222 / 0.75);
  }

  .lg\:text-primary-100\/80 {
    color: rgb(254 234 222 / 0.8);
  }

  .lg\:text-primary-100\/85 {
    color: rgb(254 234 222 / 0.85);
  }

  .lg\:text-primary-100\/90 {
    color: rgb(254 234 222 / 0.9);
  }

  .lg\:text-primary-100\/95 {
    color: rgb(254 234 222 / 0.95);
  }

  .lg\:text-primary-200 {
    --tw-text-opacity: 1;
    color: rgb(252 211 189 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-200\/0 {
    color: rgb(252 211 189 / 0);
  }

  .lg\:text-primary-200\/10 {
    color: rgb(252 211 189 / 0.1);
  }

  .lg\:text-primary-200\/100 {
    color: rgb(252 211 189 / 1);
  }

  .lg\:text-primary-200\/15 {
    color: rgb(252 211 189 / 0.15);
  }

  .lg\:text-primary-200\/20 {
    color: rgb(252 211 189 / 0.2);
  }

  .lg\:text-primary-200\/25 {
    color: rgb(252 211 189 / 0.25);
  }

  .lg\:text-primary-200\/30 {
    color: rgb(252 211 189 / 0.3);
  }

  .lg\:text-primary-200\/35 {
    color: rgb(252 211 189 / 0.35);
  }

  .lg\:text-primary-200\/40 {
    color: rgb(252 211 189 / 0.4);
  }

  .lg\:text-primary-200\/45 {
    color: rgb(252 211 189 / 0.45);
  }

  .lg\:text-primary-200\/5 {
    color: rgb(252 211 189 / 0.05);
  }

  .lg\:text-primary-200\/50 {
    color: rgb(252 211 189 / 0.5);
  }

  .lg\:text-primary-200\/55 {
    color: rgb(252 211 189 / 0.55);
  }

  .lg\:text-primary-200\/60 {
    color: rgb(252 211 189 / 0.6);
  }

  .lg\:text-primary-200\/65 {
    color: rgb(252 211 189 / 0.65);
  }

  .lg\:text-primary-200\/70 {
    color: rgb(252 211 189 / 0.7);
  }

  .lg\:text-primary-200\/75 {
    color: rgb(252 211 189 / 0.75);
  }

  .lg\:text-primary-200\/80 {
    color: rgb(252 211 189 / 0.8);
  }

  .lg\:text-primary-200\/85 {
    color: rgb(252 211 189 / 0.85);
  }

  .lg\:text-primary-200\/90 {
    color: rgb(252 211 189 / 0.9);
  }

  .lg\:text-primary-200\/95 {
    color: rgb(252 211 189 / 0.95);
  }

  .lg\:text-primary-300 {
    --tw-text-opacity: 1;
    color: rgb(250 179 143 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-300\/0 {
    color: rgb(250 179 143 / 0);
  }

  .lg\:text-primary-300\/10 {
    color: rgb(250 179 143 / 0.1);
  }

  .lg\:text-primary-300\/100 {
    color: rgb(250 179 143 / 1);
  }

  .lg\:text-primary-300\/15 {
    color: rgb(250 179 143 / 0.15);
  }

  .lg\:text-primary-300\/20 {
    color: rgb(250 179 143 / 0.2);
  }

  .lg\:text-primary-300\/25 {
    color: rgb(250 179 143 / 0.25);
  }

  .lg\:text-primary-300\/30 {
    color: rgb(250 179 143 / 0.3);
  }

  .lg\:text-primary-300\/35 {
    color: rgb(250 179 143 / 0.35);
  }

  .lg\:text-primary-300\/40 {
    color: rgb(250 179 143 / 0.4);
  }

  .lg\:text-primary-300\/45 {
    color: rgb(250 179 143 / 0.45);
  }

  .lg\:text-primary-300\/5 {
    color: rgb(250 179 143 / 0.05);
  }

  .lg\:text-primary-300\/50 {
    color: rgb(250 179 143 / 0.5);
  }

  .lg\:text-primary-300\/55 {
    color: rgb(250 179 143 / 0.55);
  }

  .lg\:text-primary-300\/60 {
    color: rgb(250 179 143 / 0.6);
  }

  .lg\:text-primary-300\/65 {
    color: rgb(250 179 143 / 0.65);
  }

  .lg\:text-primary-300\/70 {
    color: rgb(250 179 143 / 0.7);
  }

  .lg\:text-primary-300\/75 {
    color: rgb(250 179 143 / 0.75);
  }

  .lg\:text-primary-300\/80 {
    color: rgb(250 179 143 / 0.8);
  }

  .lg\:text-primary-300\/85 {
    color: rgb(250 179 143 / 0.85);
  }

  .lg\:text-primary-300\/90 {
    color: rgb(250 179 143 / 0.9);
  }

  .lg\:text-primary-300\/95 {
    color: rgb(250 179 143 / 0.95);
  }

  .lg\:text-primary-400 {
    --tw-text-opacity: 1;
    color: rgb(249 151 102 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-400\/0 {
    color: rgb(249 151 102 / 0);
  }

  .lg\:text-primary-400\/10 {
    color: rgb(249 151 102 / 0.1);
  }

  .lg\:text-primary-400\/100 {
    color: rgb(249 151 102 / 1);
  }

  .lg\:text-primary-400\/15 {
    color: rgb(249 151 102 / 0.15);
  }

  .lg\:text-primary-400\/20 {
    color: rgb(249 151 102 / 0.2);
  }

  .lg\:text-primary-400\/25 {
    color: rgb(249 151 102 / 0.25);
  }

  .lg\:text-primary-400\/30 {
    color: rgb(249 151 102 / 0.3);
  }

  .lg\:text-primary-400\/35 {
    color: rgb(249 151 102 / 0.35);
  }

  .lg\:text-primary-400\/40 {
    color: rgb(249 151 102 / 0.4);
  }

  .lg\:text-primary-400\/45 {
    color: rgb(249 151 102 / 0.45);
  }

  .lg\:text-primary-400\/5 {
    color: rgb(249 151 102 / 0.05);
  }

  .lg\:text-primary-400\/50 {
    color: rgb(249 151 102 / 0.5);
  }

  .lg\:text-primary-400\/55 {
    color: rgb(249 151 102 / 0.55);
  }

  .lg\:text-primary-400\/60 {
    color: rgb(249 151 102 / 0.6);
  }

  .lg\:text-primary-400\/65 {
    color: rgb(249 151 102 / 0.65);
  }

  .lg\:text-primary-400\/70 {
    color: rgb(249 151 102 / 0.7);
  }

  .lg\:text-primary-400\/75 {
    color: rgb(249 151 102 / 0.75);
  }

  .lg\:text-primary-400\/80 {
    color: rgb(249 151 102 / 0.8);
  }

  .lg\:text-primary-400\/85 {
    color: rgb(249 151 102 / 0.85);
  }

  .lg\:text-primary-400\/90 {
    color: rgb(249 151 102 / 0.9);
  }

  .lg\:text-primary-400\/95 {
    color: rgb(249 151 102 / 0.95);
  }

  .lg\:text-primary-50 {
    --tw-text-opacity: 1;
    color: rgb(255 247 242 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-50\/0 {
    color: rgb(255 247 242 / 0);
  }

  .lg\:text-primary-50\/10 {
    color: rgb(255 247 242 / 0.1);
  }

  .lg\:text-primary-50\/100 {
    color: rgb(255 247 242 / 1);
  }

  .lg\:text-primary-50\/15 {
    color: rgb(255 247 242 / 0.15);
  }

  .lg\:text-primary-50\/20 {
    color: rgb(255 247 242 / 0.2);
  }

  .lg\:text-primary-50\/25 {
    color: rgb(255 247 242 / 0.25);
  }

  .lg\:text-primary-50\/30 {
    color: rgb(255 247 242 / 0.3);
  }

  .lg\:text-primary-50\/35 {
    color: rgb(255 247 242 / 0.35);
  }

  .lg\:text-primary-50\/40 {
    color: rgb(255 247 242 / 0.4);
  }

  .lg\:text-primary-50\/45 {
    color: rgb(255 247 242 / 0.45);
  }

  .lg\:text-primary-50\/5 {
    color: rgb(255 247 242 / 0.05);
  }

  .lg\:text-primary-50\/50 {
    color: rgb(255 247 242 / 0.5);
  }

  .lg\:text-primary-50\/55 {
    color: rgb(255 247 242 / 0.55);
  }

  .lg\:text-primary-50\/60 {
    color: rgb(255 247 242 / 0.6);
  }

  .lg\:text-primary-50\/65 {
    color: rgb(255 247 242 / 0.65);
  }

  .lg\:text-primary-50\/70 {
    color: rgb(255 247 242 / 0.7);
  }

  .lg\:text-primary-50\/75 {
    color: rgb(255 247 242 / 0.75);
  }

  .lg\:text-primary-50\/80 {
    color: rgb(255 247 242 / 0.8);
  }

  .lg\:text-primary-50\/85 {
    color: rgb(255 247 242 / 0.85);
  }

  .lg\:text-primary-50\/90 {
    color: rgb(255 247 242 / 0.9);
  }

  .lg\:text-primary-50\/95 {
    color: rgb(255 247 242 / 0.95);
  }

  .lg\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(247 141 77 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-500\/0 {
    color: rgb(247 141 77 / 0);
  }

  .lg\:text-primary-500\/10 {
    color: rgb(247 141 77 / 0.1);
  }

  .lg\:text-primary-500\/100 {
    color: rgb(247 141 77 / 1);
  }

  .lg\:text-primary-500\/15 {
    color: rgb(247 141 77 / 0.15);
  }

  .lg\:text-primary-500\/20 {
    color: rgb(247 141 77 / 0.2);
  }

  .lg\:text-primary-500\/25 {
    color: rgb(247 141 77 / 0.25);
  }

  .lg\:text-primary-500\/30 {
    color: rgb(247 141 77 / 0.3);
  }

  .lg\:text-primary-500\/35 {
    color: rgb(247 141 77 / 0.35);
  }

  .lg\:text-primary-500\/40 {
    color: rgb(247 141 77 / 0.4);
  }

  .lg\:text-primary-500\/45 {
    color: rgb(247 141 77 / 0.45);
  }

  .lg\:text-primary-500\/5 {
    color: rgb(247 141 77 / 0.05);
  }

  .lg\:text-primary-500\/50 {
    color: rgb(247 141 77 / 0.5);
  }

  .lg\:text-primary-500\/55 {
    color: rgb(247 141 77 / 0.55);
  }

  .lg\:text-primary-500\/60 {
    color: rgb(247 141 77 / 0.6);
  }

  .lg\:text-primary-500\/65 {
    color: rgb(247 141 77 / 0.65);
  }

  .lg\:text-primary-500\/70 {
    color: rgb(247 141 77 / 0.7);
  }

  .lg\:text-primary-500\/75 {
    color: rgb(247 141 77 / 0.75);
  }

  .lg\:text-primary-500\/80 {
    color: rgb(247 141 77 / 0.8);
  }

  .lg\:text-primary-500\/85 {
    color: rgb(247 141 77 / 0.85);
  }

  .lg\:text-primary-500\/90 {
    color: rgb(247 141 77 / 0.9);
  }

  .lg\:text-primary-500\/95 {
    color: rgb(247 141 77 / 0.95);
  }

  .lg\:text-primary-600 {
    --tw-text-opacity: 1;
    color: rgb(233 99 37 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-600\/0 {
    color: rgb(233 99 37 / 0);
  }

  .lg\:text-primary-600\/10 {
    color: rgb(233 99 37 / 0.1);
  }

  .lg\:text-primary-600\/100 {
    color: rgb(233 99 37 / 1);
  }

  .lg\:text-primary-600\/15 {
    color: rgb(233 99 37 / 0.15);
  }

  .lg\:text-primary-600\/20 {
    color: rgb(233 99 37 / 0.2);
  }

  .lg\:text-primary-600\/25 {
    color: rgb(233 99 37 / 0.25);
  }

  .lg\:text-primary-600\/30 {
    color: rgb(233 99 37 / 0.3);
  }

  .lg\:text-primary-600\/35 {
    color: rgb(233 99 37 / 0.35);
  }

  .lg\:text-primary-600\/40 {
    color: rgb(233 99 37 / 0.4);
  }

  .lg\:text-primary-600\/45 {
    color: rgb(233 99 37 / 0.45);
  }

  .lg\:text-primary-600\/5 {
    color: rgb(233 99 37 / 0.05);
  }

  .lg\:text-primary-600\/50 {
    color: rgb(233 99 37 / 0.5);
  }

  .lg\:text-primary-600\/55 {
    color: rgb(233 99 37 / 0.55);
  }

  .lg\:text-primary-600\/60 {
    color: rgb(233 99 37 / 0.6);
  }

  .lg\:text-primary-600\/65 {
    color: rgb(233 99 37 / 0.65);
  }

  .lg\:text-primary-600\/70 {
    color: rgb(233 99 37 / 0.7);
  }

  .lg\:text-primary-600\/75 {
    color: rgb(233 99 37 / 0.75);
  }

  .lg\:text-primary-600\/80 {
    color: rgb(233 99 37 / 0.8);
  }

  .lg\:text-primary-600\/85 {
    color: rgb(233 99 37 / 0.85);
  }

  .lg\:text-primary-600\/90 {
    color: rgb(233 99 37 / 0.9);
  }

  .lg\:text-primary-600\/95 {
    color: rgb(233 99 37 / 0.95);
  }

  .lg\:text-primary-700 {
    --tw-text-opacity: 1;
    color: rgb(201 74 22 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-700\/0 {
    color: rgb(201 74 22 / 0);
  }

  .lg\:text-primary-700\/10 {
    color: rgb(201 74 22 / 0.1);
  }

  .lg\:text-primary-700\/100 {
    color: rgb(201 74 22 / 1);
  }

  .lg\:text-primary-700\/15 {
    color: rgb(201 74 22 / 0.15);
  }

  .lg\:text-primary-700\/20 {
    color: rgb(201 74 22 / 0.2);
  }

  .lg\:text-primary-700\/25 {
    color: rgb(201 74 22 / 0.25);
  }

  .lg\:text-primary-700\/30 {
    color: rgb(201 74 22 / 0.3);
  }

  .lg\:text-primary-700\/35 {
    color: rgb(201 74 22 / 0.35);
  }

  .lg\:text-primary-700\/40 {
    color: rgb(201 74 22 / 0.4);
  }

  .lg\:text-primary-700\/45 {
    color: rgb(201 74 22 / 0.45);
  }

  .lg\:text-primary-700\/5 {
    color: rgb(201 74 22 / 0.05);
  }

  .lg\:text-primary-700\/50 {
    color: rgb(201 74 22 / 0.5);
  }

  .lg\:text-primary-700\/55 {
    color: rgb(201 74 22 / 0.55);
  }

  .lg\:text-primary-700\/60 {
    color: rgb(201 74 22 / 0.6);
  }

  .lg\:text-primary-700\/65 {
    color: rgb(201 74 22 / 0.65);
  }

  .lg\:text-primary-700\/70 {
    color: rgb(201 74 22 / 0.7);
  }

  .lg\:text-primary-700\/75 {
    color: rgb(201 74 22 / 0.75);
  }

  .lg\:text-primary-700\/80 {
    color: rgb(201 74 22 / 0.8);
  }

  .lg\:text-primary-700\/85 {
    color: rgb(201 74 22 / 0.85);
  }

  .lg\:text-primary-700\/90 {
    color: rgb(201 74 22 / 0.9);
  }

  .lg\:text-primary-700\/95 {
    color: rgb(201 74 22 / 0.95);
  }

  .lg\:text-primary-800 {
    --tw-text-opacity: 1;
    color: rgb(161 59 24 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-800\/0 {
    color: rgb(161 59 24 / 0);
  }

  .lg\:text-primary-800\/10 {
    color: rgb(161 59 24 / 0.1);
  }

  .lg\:text-primary-800\/100 {
    color: rgb(161 59 24 / 1);
  }

  .lg\:text-primary-800\/15 {
    color: rgb(161 59 24 / 0.15);
  }

  .lg\:text-primary-800\/20 {
    color: rgb(161 59 24 / 0.2);
  }

  .lg\:text-primary-800\/25 {
    color: rgb(161 59 24 / 0.25);
  }

  .lg\:text-primary-800\/30 {
    color: rgb(161 59 24 / 0.3);
  }

  .lg\:text-primary-800\/35 {
    color: rgb(161 59 24 / 0.35);
  }

  .lg\:text-primary-800\/40 {
    color: rgb(161 59 24 / 0.4);
  }

  .lg\:text-primary-800\/45 {
    color: rgb(161 59 24 / 0.45);
  }

  .lg\:text-primary-800\/5 {
    color: rgb(161 59 24 / 0.05);
  }

  .lg\:text-primary-800\/50 {
    color: rgb(161 59 24 / 0.5);
  }

  .lg\:text-primary-800\/55 {
    color: rgb(161 59 24 / 0.55);
  }

  .lg\:text-primary-800\/60 {
    color: rgb(161 59 24 / 0.6);
  }

  .lg\:text-primary-800\/65 {
    color: rgb(161 59 24 / 0.65);
  }

  .lg\:text-primary-800\/70 {
    color: rgb(161 59 24 / 0.7);
  }

  .lg\:text-primary-800\/75 {
    color: rgb(161 59 24 / 0.75);
  }

  .lg\:text-primary-800\/80 {
    color: rgb(161 59 24 / 0.8);
  }

  .lg\:text-primary-800\/85 {
    color: rgb(161 59 24 / 0.85);
  }

  .lg\:text-primary-800\/90 {
    color: rgb(161 59 24 / 0.9);
  }

  .lg\:text-primary-800\/95 {
    color: rgb(161 59 24 / 0.95);
  }

  .lg\:text-primary-900 {
    --tw-text-opacity: 1;
    color: rgb(130 51 24 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-900\/0 {
    color: rgb(130 51 24 / 0);
  }

  .lg\:text-primary-900\/10 {
    color: rgb(130 51 24 / 0.1);
  }

  .lg\:text-primary-900\/100 {
    color: rgb(130 51 24 / 1);
  }

  .lg\:text-primary-900\/15 {
    color: rgb(130 51 24 / 0.15);
  }

  .lg\:text-primary-900\/20 {
    color: rgb(130 51 24 / 0.2);
  }

  .lg\:text-primary-900\/25 {
    color: rgb(130 51 24 / 0.25);
  }

  .lg\:text-primary-900\/30 {
    color: rgb(130 51 24 / 0.3);
  }

  .lg\:text-primary-900\/35 {
    color: rgb(130 51 24 / 0.35);
  }

  .lg\:text-primary-900\/40 {
    color: rgb(130 51 24 / 0.4);
  }

  .lg\:text-primary-900\/45 {
    color: rgb(130 51 24 / 0.45);
  }

  .lg\:text-primary-900\/5 {
    color: rgb(130 51 24 / 0.05);
  }

  .lg\:text-primary-900\/50 {
    color: rgb(130 51 24 / 0.5);
  }

  .lg\:text-primary-900\/55 {
    color: rgb(130 51 24 / 0.55);
  }

  .lg\:text-primary-900\/60 {
    color: rgb(130 51 24 / 0.6);
  }

  .lg\:text-primary-900\/65 {
    color: rgb(130 51 24 / 0.65);
  }

  .lg\:text-primary-900\/70 {
    color: rgb(130 51 24 / 0.7);
  }

  .lg\:text-primary-900\/75 {
    color: rgb(130 51 24 / 0.75);
  }

  .lg\:text-primary-900\/80 {
    color: rgb(130 51 24 / 0.8);
  }

  .lg\:text-primary-900\/85 {
    color: rgb(130 51 24 / 0.85);
  }

  .lg\:text-primary-900\/90 {
    color: rgb(130 51 24 / 0.9);
  }

  .lg\:text-primary-900\/95 {
    color: rgb(130 51 24 / 0.95);
  }

  .lg\:text-primary-950 {
    --tw-text-opacity: 1;
    color: rgb(70 23 8 / var(--tw-text-opacity, 1));
  }

  .lg\:text-primary-950\/0 {
    color: rgb(70 23 8 / 0);
  }

  .lg\:text-primary-950\/10 {
    color: rgb(70 23 8 / 0.1);
  }

  .lg\:text-primary-950\/100 {
    color: rgb(70 23 8 / 1);
  }

  .lg\:text-primary-950\/15 {
    color: rgb(70 23 8 / 0.15);
  }

  .lg\:text-primary-950\/20 {
    color: rgb(70 23 8 / 0.2);
  }

  .lg\:text-primary-950\/25 {
    color: rgb(70 23 8 / 0.25);
  }

  .lg\:text-primary-950\/30 {
    color: rgb(70 23 8 / 0.3);
  }

  .lg\:text-primary-950\/35 {
    color: rgb(70 23 8 / 0.35);
  }

  .lg\:text-primary-950\/40 {
    color: rgb(70 23 8 / 0.4);
  }

  .lg\:text-primary-950\/45 {
    color: rgb(70 23 8 / 0.45);
  }

  .lg\:text-primary-950\/5 {
    color: rgb(70 23 8 / 0.05);
  }

  .lg\:text-primary-950\/50 {
    color: rgb(70 23 8 / 0.5);
  }

  .lg\:text-primary-950\/55 {
    color: rgb(70 23 8 / 0.55);
  }

  .lg\:text-primary-950\/60 {
    color: rgb(70 23 8 / 0.6);
  }

  .lg\:text-primary-950\/65 {
    color: rgb(70 23 8 / 0.65);
  }

  .lg\:text-primary-950\/70 {
    color: rgb(70 23 8 / 0.7);
  }

  .lg\:text-primary-950\/75 {
    color: rgb(70 23 8 / 0.75);
  }

  .lg\:text-primary-950\/80 {
    color: rgb(70 23 8 / 0.8);
  }

  .lg\:text-primary-950\/85 {
    color: rgb(70 23 8 / 0.85);
  }

  .lg\:text-primary-950\/90 {
    color: rgb(70 23 8 / 0.9);
  }

  .lg\:text-primary-950\/95 {
    color: rgb(70 23 8 / 0.95);
  }

  .lg\:text-transparent {
    color: transparent;
  }

  .lg\:text-transparent\/0 {
    color: rgb(0 0 0 / 0);
  }

  .lg\:text-transparent\/10 {
    color: rgb(0 0 0 / 0.1);
  }

  .lg\:text-transparent\/100 {
    color: rgb(0 0 0 / 1);
  }

  .lg\:text-transparent\/15 {
    color: rgb(0 0 0 / 0.15);
  }

  .lg\:text-transparent\/20 {
    color: rgb(0 0 0 / 0.2);
  }

  .lg\:text-transparent\/25 {
    color: rgb(0 0 0 / 0.25);
  }

  .lg\:text-transparent\/30 {
    color: rgb(0 0 0 / 0.3);
  }

  .lg\:text-transparent\/35 {
    color: rgb(0 0 0 / 0.35);
  }

  .lg\:text-transparent\/40 {
    color: rgb(0 0 0 / 0.4);
  }

  .lg\:text-transparent\/45 {
    color: rgb(0 0 0 / 0.45);
  }

  .lg\:text-transparent\/5 {
    color: rgb(0 0 0 / 0.05);
  }

  .lg\:text-transparent\/50 {
    color: rgb(0 0 0 / 0.5);
  }

  .lg\:text-transparent\/55 {
    color: rgb(0 0 0 / 0.55);
  }

  .lg\:text-transparent\/60 {
    color: rgb(0 0 0 / 0.6);
  }

  .lg\:text-transparent\/65 {
    color: rgb(0 0 0 / 0.65);
  }

  .lg\:text-transparent\/70 {
    color: rgb(0 0 0 / 0.7);
  }

  .lg\:text-transparent\/75 {
    color: rgb(0 0 0 / 0.75);
  }

  .lg\:text-transparent\/80 {
    color: rgb(0 0 0 / 0.8);
  }

  .lg\:text-transparent\/85 {
    color: rgb(0 0 0 / 0.85);
  }

  .lg\:text-transparent\/90 {
    color: rgb(0 0 0 / 0.9);
  }

  .lg\:text-transparent\/95 {
    color: rgb(0 0 0 / 0.95);
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .lg\:text-white\/0 {
    color: rgb(255 255 255 / 0);
  }

  .lg\:text-white\/10 {
    color: rgb(255 255 255 / 0.1);
  }

  .lg\:text-white\/100 {
    color: rgb(255 255 255 / 1);
  }

  .lg\:text-white\/15 {
    color: rgb(255 255 255 / 0.15);
  }

  .lg\:text-white\/20 {
    color: rgb(255 255 255 / 0.2);
  }

  .lg\:text-white\/25 {
    color: rgb(255 255 255 / 0.25);
  }

  .lg\:text-white\/30 {
    color: rgb(255 255 255 / 0.3);
  }

  .lg\:text-white\/35 {
    color: rgb(255 255 255 / 0.35);
  }

  .lg\:text-white\/40 {
    color: rgb(255 255 255 / 0.4);
  }

  .lg\:text-white\/45 {
    color: rgb(255 255 255 / 0.45);
  }

  .lg\:text-white\/5 {
    color: rgb(255 255 255 / 0.05);
  }

  .lg\:text-white\/50 {
    color: rgb(255 255 255 / 0.5);
  }

  .lg\:text-white\/55 {
    color: rgb(255 255 255 / 0.55);
  }

  .lg\:text-white\/60 {
    color: rgb(255 255 255 / 0.6);
  }

  .lg\:text-white\/65 {
    color: rgb(255 255 255 / 0.65);
  }

  .lg\:text-white\/70 {
    color: rgb(255 255 255 / 0.7);
  }

  .lg\:text-white\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .lg\:text-white\/80 {
    color: rgb(255 255 255 / 0.8);
  }

  .lg\:text-white\/85 {
    color: rgb(255 255 255 / 0.85);
  }

  .lg\:text-white\/90 {
    color: rgb(255 255 255 / 0.9);
  }

  .lg\:text-white\/95 {
    color: rgb(255 255 255 / 0.95);
  }

  .lg\:text-yellow-100 {
    --tw-text-opacity: 1;
    color: rgb(254 249 195 / var(--tw-text-opacity, 1));
  }

  .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\/15 {
    color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    color: rgb(254 249 195 / 0.35);
  }

  .lg\:text-yellow-100\/40 {
    color: rgb(254 249 195 / 0.4);
  }

  .lg\:text-yellow-100\/45 {
    color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    color: rgb(254 249 195 / 0.55);
  }

  .lg\:text-yellow-100\/60 {
    color: rgb(254 249 195 / 0.6);
  }

  .lg\:text-yellow-100\/65 {
    color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    color: rgb(254 240 138 / 0.35);
  }

  .lg\:text-yellow-200\/40 {
    color: rgb(254 240 138 / 0.4);
  }

  .lg\:text-yellow-200\/45 {
    color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    color: rgb(254 240 138 / 0.55);
  }

  .lg\:text-yellow-200\/60 {
    color: rgb(254 240 138 / 0.6);
  }

  .lg\:text-yellow-200\/65 {
    color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-text-opacity: 1;
    color: rgb(250 204 21 / var(--tw-text-opacity, 1));
  }

  .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\/15 {
    color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    color: rgb(250 204 21 / 0.35);
  }

  .lg\:text-yellow-400\/40 {
    color: rgb(250 204 21 / 0.4);
  }

  .lg\:text-yellow-400\/45 {
    color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    color: rgb(250 204 21 / 0.55);
  }

  .lg\:text-yellow-400\/60 {
    color: rgb(250 204 21 / 0.6);
  }

  .lg\:text-yellow-400\/65 {
    color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    color: rgb(254 252 232 / 0.35);
  }

  .lg\:text-yellow-50\/40 {
    color: rgb(254 252 232 / 0.4);
  }

  .lg\:text-yellow-50\/45 {
    color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    color: rgb(254 252 232 / 0.55);
  }

  .lg\:text-yellow-50\/60 {
    color: rgb(254 252 232 / 0.6);
  }

  .lg\:text-yellow-50\/65 {
    color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    color: rgb(234 179 8 / 0.35);
  }

  .lg\:text-yellow-500\/40 {
    color: rgb(234 179 8 / 0.4);
  }

  .lg\:text-yellow-500\/45 {
    color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    color: rgb(234 179 8 / 0.55);
  }

  .lg\:text-yellow-500\/60 {
    color: rgb(234 179 8 / 0.6);
  }

  .lg\:text-yellow-500\/65 {
    color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    color: rgb(202 138 4 / 0.35);
  }

  .lg\:text-yellow-600\/40 {
    color: rgb(202 138 4 / 0.4);
  }

  .lg\:text-yellow-600\/45 {
    color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    color: rgb(202 138 4 / 0.55);
  }

  .lg\:text-yellow-600\/60 {
    color: rgb(202 138 4 / 0.6);
  }

  .lg\:text-yellow-600\/65 {
    color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-text-opacity: 1;
    color: rgb(133 77 14 / var(--tw-text-opacity, 1));
  }

  .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\/15 {
    color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    color: rgb(133 77 14 / 0.35);
  }

  .lg\:text-yellow-800\/40 {
    color: rgb(133 77 14 / 0.4);
  }

  .lg\:text-yellow-800\/45 {
    color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    color: rgb(133 77 14 / 0.55);
  }

  .lg\:text-yellow-800\/60 {
    color: rgb(133 77 14 / 0.6);
  }

  .lg\:text-yellow-800\/65 {
    color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    color: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    text-decoration-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(254 249 195 / 0.35);
  }

  .lg\:decoration-yellow-100\/40 {
    text-decoration-color: rgb(254 249 195 / 0.4);
  }

  .lg\:decoration-yellow-100\/45 {
    text-decoration-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(254 249 195 / 0.55);
  }

  .lg\:decoration-yellow-100\/60 {
    text-decoration-color: rgb(254 249 195 / 0.6);
  }

  .lg\:decoration-yellow-100\/65 {
    text-decoration-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(254 240 138 / 0.35);
  }

  .lg\:decoration-yellow-200\/40 {
    text-decoration-color: rgb(254 240 138 / 0.4);
  }

  .lg\:decoration-yellow-200\/45 {
    text-decoration-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(254 240 138 / 0.55);
  }

  .lg\:decoration-yellow-200\/60 {
    text-decoration-color: rgb(254 240 138 / 0.6);
  }

  .lg\:decoration-yellow-200\/65 {
    text-decoration-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    text-decoration-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(250 204 21 / 0.35);
  }

  .lg\:decoration-yellow-400\/40 {
    text-decoration-color: rgb(250 204 21 / 0.4);
  }

  .lg\:decoration-yellow-400\/45 {
    text-decoration-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(250 204 21 / 0.55);
  }

  .lg\:decoration-yellow-400\/60 {
    text-decoration-color: rgb(250 204 21 / 0.6);
  }

  .lg\:decoration-yellow-400\/65 {
    text-decoration-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(254 252 232 / 0.35);
  }

  .lg\:decoration-yellow-50\/40 {
    text-decoration-color: rgb(254 252 232 / 0.4);
  }

  .lg\:decoration-yellow-50\/45 {
    text-decoration-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(254 252 232 / 0.55);
  }

  .lg\:decoration-yellow-50\/60 {
    text-decoration-color: rgb(254 252 232 / 0.6);
  }

  .lg\:decoration-yellow-50\/65 {
    text-decoration-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(234 179 8 / 0.35);
  }

  .lg\:decoration-yellow-500\/40 {
    text-decoration-color: rgb(234 179 8 / 0.4);
  }

  .lg\:decoration-yellow-500\/45 {
    text-decoration-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(234 179 8 / 0.55);
  }

  .lg\:decoration-yellow-500\/60 {
    text-decoration-color: rgb(234 179 8 / 0.6);
  }

  .lg\:decoration-yellow-500\/65 {
    text-decoration-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    text-decoration-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(202 138 4 / 0.35);
  }

  .lg\:decoration-yellow-600\/40 {
    text-decoration-color: rgb(202 138 4 / 0.4);
  }

  .lg\:decoration-yellow-600\/45 {
    text-decoration-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(202 138 4 / 0.55);
  }

  .lg\:decoration-yellow-600\/60 {
    text-decoration-color: rgb(202 138 4 / 0.6);
  }

  .lg\:decoration-yellow-600\/65 {
    text-decoration-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    text-decoration-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    text-decoration-color: rgb(133 77 14 / 0.35);
  }

  .lg\:decoration-yellow-800\/40 {
    text-decoration-color: rgb(133 77 14 / 0.4);
  }

  .lg\:decoration-yellow-800\/45 {
    text-decoration-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    text-decoration-color: rgb(133 77 14 / 0.55);
  }

  .lg\:decoration-yellow-800\/60 {
    text-decoration-color: rgb(133 77 14 / 0.6);
  }

  .lg\:decoration-yellow-800\/65 {
    text-decoration-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    text-decoration-color: rgb(133 77 14 / 0.85);
  }

  .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\:antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .lg\:subpixel-antialiased {
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
  }

  .lg\:placeholder-yellow-100::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
  }

  .lg\:placeholder-yellow-100::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 249 195 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(254 249 195 / 0.15);
  }

  .lg\:placeholder-yellow-100\/15::placeholder {
    color: rgb(254 249 195 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(254 249 195 / 0.35);
  }

  .lg\:placeholder-yellow-100\/35::placeholder {
    color: rgb(254 249 195 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(254 249 195 / 0.45);
  }

  .lg\:placeholder-yellow-100\/45::placeholder {
    color: rgb(254 249 195 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(254 249 195 / 0.55);
  }

  .lg\:placeholder-yellow-100\/55::placeholder {
    color: rgb(254 249 195 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(254 249 195 / 0.65);
  }

  .lg\:placeholder-yellow-100\/65::placeholder {
    color: rgb(254 249 195 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(254 249 195 / 0.85);
  }

  .lg\:placeholder-yellow-100\/85::placeholder {
    color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .lg\:placeholder-yellow-200::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 240 138 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(254 240 138 / 0.15);
  }

  .lg\:placeholder-yellow-200\/15::placeholder {
    color: rgb(254 240 138 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(254 240 138 / 0.35);
  }

  .lg\:placeholder-yellow-200\/35::placeholder {
    color: rgb(254 240 138 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(254 240 138 / 0.45);
  }

  .lg\:placeholder-yellow-200\/45::placeholder {
    color: rgb(254 240 138 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(254 240 138 / 0.55);
  }

  .lg\:placeholder-yellow-200\/55::placeholder {
    color: rgb(254 240 138 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(254 240 138 / 0.65);
  }

  .lg\:placeholder-yellow-200\/65::placeholder {
    color: rgb(254 240 138 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(254 240 138 / 0.85);
  }

  .lg\:placeholder-yellow-200\/85::placeholder {
    color: rgb(254 240 138 / 0.85);
  }

  .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-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
  }

  .lg\:placeholder-yellow-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(250 204 21 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(250 204 21 / 0.15);
  }

  .lg\:placeholder-yellow-400\/15::placeholder {
    color: rgb(250 204 21 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(250 204 21 / 0.35);
  }

  .lg\:placeholder-yellow-400\/35::placeholder {
    color: rgb(250 204 21 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(250 204 21 / 0.45);
  }

  .lg\:placeholder-yellow-400\/45::placeholder {
    color: rgb(250 204 21 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(250 204 21 / 0.55);
  }

  .lg\:placeholder-yellow-400\/55::placeholder {
    color: rgb(250 204 21 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(250 204 21 / 0.65);
  }

  .lg\:placeholder-yellow-400\/65::placeholder {
    color: rgb(250 204 21 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(250 204 21 / 0.85);
  }

  .lg\:placeholder-yellow-400\/85::placeholder {
    color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .lg\:placeholder-yellow-50::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(254 252 232 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(254 252 232 / 0.15);
  }

  .lg\:placeholder-yellow-50\/15::placeholder {
    color: rgb(254 252 232 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(254 252 232 / 0.35);
  }

  .lg\:placeholder-yellow-50\/35::placeholder {
    color: rgb(254 252 232 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(254 252 232 / 0.45);
  }

  .lg\:placeholder-yellow-50\/45::placeholder {
    color: rgb(254 252 232 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(254 252 232 / 0.55);
  }

  .lg\:placeholder-yellow-50\/55::placeholder {
    color: rgb(254 252 232 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(254 252 232 / 0.65);
  }

  .lg\:placeholder-yellow-50\/65::placeholder {
    color: rgb(254 252 232 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(254 252 232 / 0.85);
  }

  .lg\:placeholder-yellow-50\/85::placeholder {
    color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .lg\:placeholder-yellow-500::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(234 179 8 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(234 179 8 / 0.15);
  }

  .lg\:placeholder-yellow-500\/15::placeholder {
    color: rgb(234 179 8 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(234 179 8 / 0.35);
  }

  .lg\:placeholder-yellow-500\/35::placeholder {
    color: rgb(234 179 8 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(234 179 8 / 0.45);
  }

  .lg\:placeholder-yellow-500\/45::placeholder {
    color: rgb(234 179 8 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(234 179 8 / 0.55);
  }

  .lg\:placeholder-yellow-500\/55::placeholder {
    color: rgb(234 179 8 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(234 179 8 / 0.65);
  }

  .lg\:placeholder-yellow-500\/65::placeholder {
    color: rgb(234 179 8 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(234 179 8 / 0.85);
  }

  .lg\:placeholder-yellow-500\/85::placeholder {
    color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .lg\:placeholder-yellow-600::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(202 138 4 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(202 138 4 / 0.15);
  }

  .lg\:placeholder-yellow-600\/15::placeholder {
    color: rgb(202 138 4 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(202 138 4 / 0.35);
  }

  .lg\:placeholder-yellow-600\/35::placeholder {
    color: rgb(202 138 4 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(202 138 4 / 0.45);
  }

  .lg\:placeholder-yellow-600\/45::placeholder {
    color: rgb(202 138 4 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(202 138 4 / 0.55);
  }

  .lg\:placeholder-yellow-600\/55::placeholder {
    color: rgb(202 138 4 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(202 138 4 / 0.65);
  }

  .lg\:placeholder-yellow-600\/65::placeholder {
    color: rgb(202 138 4 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(202 138 4 / 0.85);
  }

  .lg\:placeholder-yellow-600\/85::placeholder {
    color: rgb(202 138 4 / 0.85);
  }

  .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-800::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
  }

  .lg\:placeholder-yellow-800::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(133 77 14 / var(--tw-placeholder-opacity, 1));
  }

  .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\/15::-moz-placeholder {
    color: rgb(133 77 14 / 0.15);
  }

  .lg\:placeholder-yellow-800\/15::placeholder {
    color: rgb(133 77 14 / 0.15);
  }

  .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\/35::-moz-placeholder {
    color: rgb(133 77 14 / 0.35);
  }

  .lg\:placeholder-yellow-800\/35::placeholder {
    color: rgb(133 77 14 / 0.35);
  }

  .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\/45::-moz-placeholder {
    color: rgb(133 77 14 / 0.45);
  }

  .lg\:placeholder-yellow-800\/45::placeholder {
    color: rgb(133 77 14 / 0.45);
  }

  .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\/55::-moz-placeholder {
    color: rgb(133 77 14 / 0.55);
  }

  .lg\:placeholder-yellow-800\/55::placeholder {
    color: rgb(133 77 14 / 0.55);
  }

  .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\/65::-moz-placeholder {
    color: rgb(133 77 14 / 0.65);
  }

  .lg\:placeholder-yellow-800\/65::placeholder {
    color: rgb(133 77 14 / 0.65);
  }

  .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\/85::-moz-placeholder {
    color: rgb(133 77 14 / 0.85);
  }

  .lg\:placeholder-yellow-800\/85::placeholder {
    color: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    caret-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(254 249 195 / 0.35);
  }

  .lg\:caret-yellow-100\/40 {
    caret-color: rgb(254 249 195 / 0.4);
  }

  .lg\:caret-yellow-100\/45 {
    caret-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(254 249 195 / 0.55);
  }

  .lg\:caret-yellow-100\/60 {
    caret-color: rgb(254 249 195 / 0.6);
  }

  .lg\:caret-yellow-100\/65 {
    caret-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(254 240 138 / 0.35);
  }

  .lg\:caret-yellow-200\/40 {
    caret-color: rgb(254 240 138 / 0.4);
  }

  .lg\:caret-yellow-200\/45 {
    caret-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(254 240 138 / 0.55);
  }

  .lg\:caret-yellow-200\/60 {
    caret-color: rgb(254 240 138 / 0.6);
  }

  .lg\:caret-yellow-200\/65 {
    caret-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    caret-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(250 204 21 / 0.35);
  }

  .lg\:caret-yellow-400\/40 {
    caret-color: rgb(250 204 21 / 0.4);
  }

  .lg\:caret-yellow-400\/45 {
    caret-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(250 204 21 / 0.55);
  }

  .lg\:caret-yellow-400\/60 {
    caret-color: rgb(250 204 21 / 0.6);
  }

  .lg\:caret-yellow-400\/65 {
    caret-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(254 252 232 / 0.35);
  }

  .lg\:caret-yellow-50\/40 {
    caret-color: rgb(254 252 232 / 0.4);
  }

  .lg\:caret-yellow-50\/45 {
    caret-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(254 252 232 / 0.55);
  }

  .lg\:caret-yellow-50\/60 {
    caret-color: rgb(254 252 232 / 0.6);
  }

  .lg\:caret-yellow-50\/65 {
    caret-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(234 179 8 / 0.35);
  }

  .lg\:caret-yellow-500\/40 {
    caret-color: rgb(234 179 8 / 0.4);
  }

  .lg\:caret-yellow-500\/45 {
    caret-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(234 179 8 / 0.55);
  }

  .lg\:caret-yellow-500\/60 {
    caret-color: rgb(234 179 8 / 0.6);
  }

  .lg\:caret-yellow-500\/65 {
    caret-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    caret-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(202 138 4 / 0.35);
  }

  .lg\:caret-yellow-600\/40 {
    caret-color: rgb(202 138 4 / 0.4);
  }

  .lg\:caret-yellow-600\/45 {
    caret-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(202 138 4 / 0.55);
  }

  .lg\:caret-yellow-600\/60 {
    caret-color: rgb(202 138 4 / 0.6);
  }

  .lg\:caret-yellow-600\/65 {
    caret-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    caret-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    caret-color: rgb(133 77 14 / 0.35);
  }

  .lg\:caret-yellow-800\/40 {
    caret-color: rgb(133 77 14 / 0.4);
  }

  .lg\:caret-yellow-800\/45 {
    caret-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    caret-color: rgb(133 77 14 / 0.55);
  }

  .lg\:caret-yellow-800\/60 {
    caret-color: rgb(133 77 14 / 0.6);
  }

  .lg\:caret-yellow-800\/65 {
    caret-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    caret-color: rgb(133 77 14 / 0.85);
  }

  .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\: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\/15 {
    accent-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(254 249 195 / 0.35);
  }

  .lg\:accent-yellow-100\/40 {
    accent-color: rgb(254 249 195 / 0.4);
  }

  .lg\:accent-yellow-100\/45 {
    accent-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(254 249 195 / 0.55);
  }

  .lg\:accent-yellow-100\/60 {
    accent-color: rgb(254 249 195 / 0.6);
  }

  .lg\:accent-yellow-100\/65 {
    accent-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(254 240 138 / 0.35);
  }

  .lg\:accent-yellow-200\/40 {
    accent-color: rgb(254 240 138 / 0.4);
  }

  .lg\:accent-yellow-200\/45 {
    accent-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(254 240 138 / 0.55);
  }

  .lg\:accent-yellow-200\/60 {
    accent-color: rgb(254 240 138 / 0.6);
  }

  .lg\:accent-yellow-200\/65 {
    accent-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    accent-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(250 204 21 / 0.35);
  }

  .lg\:accent-yellow-400\/40 {
    accent-color: rgb(250 204 21 / 0.4);
  }

  .lg\:accent-yellow-400\/45 {
    accent-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(250 204 21 / 0.55);
  }

  .lg\:accent-yellow-400\/60 {
    accent-color: rgb(250 204 21 / 0.6);
  }

  .lg\:accent-yellow-400\/65 {
    accent-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(254 252 232 / 0.35);
  }

  .lg\:accent-yellow-50\/40 {
    accent-color: rgb(254 252 232 / 0.4);
  }

  .lg\:accent-yellow-50\/45 {
    accent-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(254 252 232 / 0.55);
  }

  .lg\:accent-yellow-50\/60 {
    accent-color: rgb(254 252 232 / 0.6);
  }

  .lg\:accent-yellow-50\/65 {
    accent-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(234 179 8 / 0.35);
  }

  .lg\:accent-yellow-500\/40 {
    accent-color: rgb(234 179 8 / 0.4);
  }

  .lg\:accent-yellow-500\/45 {
    accent-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(234 179 8 / 0.55);
  }

  .lg\:accent-yellow-500\/60 {
    accent-color: rgb(234 179 8 / 0.6);
  }

  .lg\:accent-yellow-500\/65 {
    accent-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    accent-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(202 138 4 / 0.35);
  }

  .lg\:accent-yellow-600\/40 {
    accent-color: rgb(202 138 4 / 0.4);
  }

  .lg\:accent-yellow-600\/45 {
    accent-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(202 138 4 / 0.55);
  }

  .lg\:accent-yellow-600\/60 {
    accent-color: rgb(202 138 4 / 0.6);
  }

  .lg\:accent-yellow-600\/65 {
    accent-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    accent-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    accent-color: rgb(133 77 14 / 0.35);
  }

  .lg\:accent-yellow-800\/40 {
    accent-color: rgb(133 77 14 / 0.4);
  }

  .lg\:accent-yellow-800\/45 {
    accent-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    accent-color: rgb(133 77 14 / 0.55);
  }

  .lg\:accent-yellow-800\/60 {
    accent-color: rgb(133 77 14 / 0.6);
  }

  .lg\:accent-yellow-800\/65 {
    accent-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    accent-color: rgb(133 77 14 / 0.85);
  }

  .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\: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);
  }

  .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-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);
  }

  .lg\: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);
  }

  .lg\: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);
  }

  .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-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);
  }

  .lg\: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);
  }

  .lg\:shadow-accent-100 {
    --tw-shadow-color: #ebfbcb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/0 {
    --tw-shadow-color: rgb(235 251 203 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/10 {
    --tw-shadow-color: rgb(235 251 203 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/100 {
    --tw-shadow-color: rgb(235 251 203 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/15 {
    --tw-shadow-color: rgb(235 251 203 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/20 {
    --tw-shadow-color: rgb(235 251 203 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/25 {
    --tw-shadow-color: rgb(235 251 203 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/30 {
    --tw-shadow-color: rgb(235 251 203 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/35 {
    --tw-shadow-color: rgb(235 251 203 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/40 {
    --tw-shadow-color: rgb(235 251 203 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/45 {
    --tw-shadow-color: rgb(235 251 203 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/5 {
    --tw-shadow-color: rgb(235 251 203 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/50 {
    --tw-shadow-color: rgb(235 251 203 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/55 {
    --tw-shadow-color: rgb(235 251 203 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/60 {
    --tw-shadow-color: rgb(235 251 203 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/65 {
    --tw-shadow-color: rgb(235 251 203 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/70 {
    --tw-shadow-color: rgb(235 251 203 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/75 {
    --tw-shadow-color: rgb(235 251 203 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/80 {
    --tw-shadow-color: rgb(235 251 203 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/85 {
    --tw-shadow-color: rgb(235 251 203 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/90 {
    --tw-shadow-color: rgb(235 251 203 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-100\/95 {
    --tw-shadow-color: rgb(235 251 203 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200 {
    --tw-shadow-color: #d8f69a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/0 {
    --tw-shadow-color: rgb(216 246 154 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/10 {
    --tw-shadow-color: rgb(216 246 154 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/100 {
    --tw-shadow-color: rgb(216 246 154 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/15 {
    --tw-shadow-color: rgb(216 246 154 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/20 {
    --tw-shadow-color: rgb(216 246 154 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/25 {
    --tw-shadow-color: rgb(216 246 154 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/30 {
    --tw-shadow-color: rgb(216 246 154 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/35 {
    --tw-shadow-color: rgb(216 246 154 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/40 {
    --tw-shadow-color: rgb(216 246 154 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/45 {
    --tw-shadow-color: rgb(216 246 154 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/5 {
    --tw-shadow-color: rgb(216 246 154 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/50 {
    --tw-shadow-color: rgb(216 246 154 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/55 {
    --tw-shadow-color: rgb(216 246 154 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/60 {
    --tw-shadow-color: rgb(216 246 154 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/65 {
    --tw-shadow-color: rgb(216 246 154 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/70 {
    --tw-shadow-color: rgb(216 246 154 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/75 {
    --tw-shadow-color: rgb(216 246 154 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/80 {
    --tw-shadow-color: rgb(216 246 154 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/85 {
    --tw-shadow-color: rgb(216 246 154 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/90 {
    --tw-shadow-color: rgb(216 246 154 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-200\/95 {
    --tw-shadow-color: rgb(216 246 154 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300 {
    --tw-shadow-color: #c4f078;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/0 {
    --tw-shadow-color: rgb(196 240 120 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/10 {
    --tw-shadow-color: rgb(196 240 120 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/100 {
    --tw-shadow-color: rgb(196 240 120 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/15 {
    --tw-shadow-color: rgb(196 240 120 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/20 {
    --tw-shadow-color: rgb(196 240 120 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/25 {
    --tw-shadow-color: rgb(196 240 120 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/30 {
    --tw-shadow-color: rgb(196 240 120 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/35 {
    --tw-shadow-color: rgb(196 240 120 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/40 {
    --tw-shadow-color: rgb(196 240 120 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/45 {
    --tw-shadow-color: rgb(196 240 120 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/5 {
    --tw-shadow-color: rgb(196 240 120 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/50 {
    --tw-shadow-color: rgb(196 240 120 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/55 {
    --tw-shadow-color: rgb(196 240 120 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/60 {
    --tw-shadow-color: rgb(196 240 120 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/65 {
    --tw-shadow-color: rgb(196 240 120 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/70 {
    --tw-shadow-color: rgb(196 240 120 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/75 {
    --tw-shadow-color: rgb(196 240 120 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/80 {
    --tw-shadow-color: rgb(196 240 120 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/85 {
    --tw-shadow-color: rgb(196 240 120 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/90 {
    --tw-shadow-color: rgb(196 240 120 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-300\/95 {
    --tw-shadow-color: rgb(196 240 120 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400 {
    --tw-shadow-color: #b7ed68;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/0 {
    --tw-shadow-color: rgb(183 237 104 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/10 {
    --tw-shadow-color: rgb(183 237 104 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/100 {
    --tw-shadow-color: rgb(183 237 104 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/15 {
    --tw-shadow-color: rgb(183 237 104 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/20 {
    --tw-shadow-color: rgb(183 237 104 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/25 {
    --tw-shadow-color: rgb(183 237 104 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/30 {
    --tw-shadow-color: rgb(183 237 104 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/35 {
    --tw-shadow-color: rgb(183 237 104 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/40 {
    --tw-shadow-color: rgb(183 237 104 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/45 {
    --tw-shadow-color: rgb(183 237 104 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/5 {
    --tw-shadow-color: rgb(183 237 104 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/50 {
    --tw-shadow-color: rgb(183 237 104 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/55 {
    --tw-shadow-color: rgb(183 237 104 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/60 {
    --tw-shadow-color: rgb(183 237 104 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/65 {
    --tw-shadow-color: rgb(183 237 104 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/70 {
    --tw-shadow-color: rgb(183 237 104 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/75 {
    --tw-shadow-color: rgb(183 237 104 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/80 {
    --tw-shadow-color: rgb(183 237 104 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/85 {
    --tw-shadow-color: rgb(183 237 104 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/90 {
    --tw-shadow-color: rgb(183 237 104 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-400\/95 {
    --tw-shadow-color: rgb(183 237 104 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50 {
    --tw-shadow-color: #f7fdeb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/0 {
    --tw-shadow-color: rgb(247 253 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/10 {
    --tw-shadow-color: rgb(247 253 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/100 {
    --tw-shadow-color: rgb(247 253 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/15 {
    --tw-shadow-color: rgb(247 253 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/20 {
    --tw-shadow-color: rgb(247 253 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/25 {
    --tw-shadow-color: rgb(247 253 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/30 {
    --tw-shadow-color: rgb(247 253 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/35 {
    --tw-shadow-color: rgb(247 253 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/40 {
    --tw-shadow-color: rgb(247 253 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/45 {
    --tw-shadow-color: rgb(247 253 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/5 {
    --tw-shadow-color: rgb(247 253 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/50 {
    --tw-shadow-color: rgb(247 253 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/55 {
    --tw-shadow-color: rgb(247 253 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/60 {
    --tw-shadow-color: rgb(247 253 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/65 {
    --tw-shadow-color: rgb(247 253 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/70 {
    --tw-shadow-color: rgb(247 253 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/75 {
    --tw-shadow-color: rgb(247 253 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/80 {
    --tw-shadow-color: rgb(247 253 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/85 {
    --tw-shadow-color: rgb(247 253 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/90 {
    --tw-shadow-color: rgb(247 253 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-50\/95 {
    --tw-shadow-color: rgb(247 253 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500 {
    --tw-shadow-color: #aeeb60;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/0 {
    --tw-shadow-color: rgb(174 235 96 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/10 {
    --tw-shadow-color: rgb(174 235 96 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/100 {
    --tw-shadow-color: rgb(174 235 96 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/15 {
    --tw-shadow-color: rgb(174 235 96 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/20 {
    --tw-shadow-color: rgb(174 235 96 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/25 {
    --tw-shadow-color: rgb(174 235 96 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/30 {
    --tw-shadow-color: rgb(174 235 96 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/35 {
    --tw-shadow-color: rgb(174 235 96 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/40 {
    --tw-shadow-color: rgb(174 235 96 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/45 {
    --tw-shadow-color: rgb(174 235 96 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/5 {
    --tw-shadow-color: rgb(174 235 96 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/50 {
    --tw-shadow-color: rgb(174 235 96 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/55 {
    --tw-shadow-color: rgb(174 235 96 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/60 {
    --tw-shadow-color: rgb(174 235 96 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/65 {
    --tw-shadow-color: rgb(174 235 96 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/70 {
    --tw-shadow-color: rgb(174 235 96 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/75 {
    --tw-shadow-color: rgb(174 235 96 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/80 {
    --tw-shadow-color: rgb(174 235 96 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/85 {
    --tw-shadow-color: rgb(174 235 96 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/90 {
    --tw-shadow-color: rgb(174 235 96 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-500\/95 {
    --tw-shadow-color: rgb(174 235 96 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600 {
    --tw-shadow-color: #82c930;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/0 {
    --tw-shadow-color: rgb(130 201 48 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/10 {
    --tw-shadow-color: rgb(130 201 48 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/100 {
    --tw-shadow-color: rgb(130 201 48 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/15 {
    --tw-shadow-color: rgb(130 201 48 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/20 {
    --tw-shadow-color: rgb(130 201 48 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/25 {
    --tw-shadow-color: rgb(130 201 48 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/30 {
    --tw-shadow-color: rgb(130 201 48 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/35 {
    --tw-shadow-color: rgb(130 201 48 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/40 {
    --tw-shadow-color: rgb(130 201 48 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/45 {
    --tw-shadow-color: rgb(130 201 48 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/5 {
    --tw-shadow-color: rgb(130 201 48 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/50 {
    --tw-shadow-color: rgb(130 201 48 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/55 {
    --tw-shadow-color: rgb(130 201 48 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/60 {
    --tw-shadow-color: rgb(130 201 48 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/65 {
    --tw-shadow-color: rgb(130 201 48 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/70 {
    --tw-shadow-color: rgb(130 201 48 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/75 {
    --tw-shadow-color: rgb(130 201 48 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/80 {
    --tw-shadow-color: rgb(130 201 48 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/85 {
    --tw-shadow-color: rgb(130 201 48 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/90 {
    --tw-shadow-color: rgb(130 201 48 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-600\/95 {
    --tw-shadow-color: rgb(130 201 48 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700 {
    --tw-shadow-color: #61a11f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/0 {
    --tw-shadow-color: rgb(97 161 31 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/10 {
    --tw-shadow-color: rgb(97 161 31 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/100 {
    --tw-shadow-color: rgb(97 161 31 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/15 {
    --tw-shadow-color: rgb(97 161 31 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/20 {
    --tw-shadow-color: rgb(97 161 31 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/25 {
    --tw-shadow-color: rgb(97 161 31 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/30 {
    --tw-shadow-color: rgb(97 161 31 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/35 {
    --tw-shadow-color: rgb(97 161 31 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/40 {
    --tw-shadow-color: rgb(97 161 31 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/45 {
    --tw-shadow-color: rgb(97 161 31 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/5 {
    --tw-shadow-color: rgb(97 161 31 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/50 {
    --tw-shadow-color: rgb(97 161 31 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/55 {
    --tw-shadow-color: rgb(97 161 31 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/60 {
    --tw-shadow-color: rgb(97 161 31 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/65 {
    --tw-shadow-color: rgb(97 161 31 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/70 {
    --tw-shadow-color: rgb(97 161 31 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/75 {
    --tw-shadow-color: rgb(97 161 31 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/80 {
    --tw-shadow-color: rgb(97 161 31 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/85 {
    --tw-shadow-color: rgb(97 161 31 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/90 {
    --tw-shadow-color: rgb(97 161 31 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-700\/95 {
    --tw-shadow-color: rgb(97 161 31 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800 {
    --tw-shadow-color: #4e7e20;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/0 {
    --tw-shadow-color: rgb(78 126 32 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/10 {
    --tw-shadow-color: rgb(78 126 32 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/100 {
    --tw-shadow-color: rgb(78 126 32 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/15 {
    --tw-shadow-color: rgb(78 126 32 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/20 {
    --tw-shadow-color: rgb(78 126 32 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/25 {
    --tw-shadow-color: rgb(78 126 32 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/30 {
    --tw-shadow-color: rgb(78 126 32 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/35 {
    --tw-shadow-color: rgb(78 126 32 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/40 {
    --tw-shadow-color: rgb(78 126 32 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/45 {
    --tw-shadow-color: rgb(78 126 32 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/5 {
    --tw-shadow-color: rgb(78 126 32 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/50 {
    --tw-shadow-color: rgb(78 126 32 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/55 {
    --tw-shadow-color: rgb(78 126 32 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/60 {
    --tw-shadow-color: rgb(78 126 32 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/65 {
    --tw-shadow-color: rgb(78 126 32 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/70 {
    --tw-shadow-color: rgb(78 126 32 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/75 {
    --tw-shadow-color: rgb(78 126 32 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/80 {
    --tw-shadow-color: rgb(78 126 32 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/85 {
    --tw-shadow-color: rgb(78 126 32 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/90 {
    --tw-shadow-color: rgb(78 126 32 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-800\/95 {
    --tw-shadow-color: rgb(78 126 32 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900 {
    --tw-shadow-color: #426a21;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/0 {
    --tw-shadow-color: rgb(66 106 33 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/10 {
    --tw-shadow-color: rgb(66 106 33 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/100 {
    --tw-shadow-color: rgb(66 106 33 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/15 {
    --tw-shadow-color: rgb(66 106 33 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/20 {
    --tw-shadow-color: rgb(66 106 33 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/25 {
    --tw-shadow-color: rgb(66 106 33 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/30 {
    --tw-shadow-color: rgb(66 106 33 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/35 {
    --tw-shadow-color: rgb(66 106 33 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/40 {
    --tw-shadow-color: rgb(66 106 33 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/45 {
    --tw-shadow-color: rgb(66 106 33 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/5 {
    --tw-shadow-color: rgb(66 106 33 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/50 {
    --tw-shadow-color: rgb(66 106 33 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/55 {
    --tw-shadow-color: rgb(66 106 33 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/60 {
    --tw-shadow-color: rgb(66 106 33 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/65 {
    --tw-shadow-color: rgb(66 106 33 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/70 {
    --tw-shadow-color: rgb(66 106 33 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/75 {
    --tw-shadow-color: rgb(66 106 33 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/80 {
    --tw-shadow-color: rgb(66 106 33 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/85 {
    --tw-shadow-color: rgb(66 106 33 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/90 {
    --tw-shadow-color: rgb(66 106 33 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-900\/95 {
    --tw-shadow-color: rgb(66 106 33 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950 {
    --tw-shadow-color: #203a0b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/0 {
    --tw-shadow-color: rgb(32 58 11 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/10 {
    --tw-shadow-color: rgb(32 58 11 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/100 {
    --tw-shadow-color: rgb(32 58 11 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/15 {
    --tw-shadow-color: rgb(32 58 11 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/20 {
    --tw-shadow-color: rgb(32 58 11 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/25 {
    --tw-shadow-color: rgb(32 58 11 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/30 {
    --tw-shadow-color: rgb(32 58 11 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/35 {
    --tw-shadow-color: rgb(32 58 11 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/40 {
    --tw-shadow-color: rgb(32 58 11 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/45 {
    --tw-shadow-color: rgb(32 58 11 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/5 {
    --tw-shadow-color: rgb(32 58 11 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/50 {
    --tw-shadow-color: rgb(32 58 11 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/55 {
    --tw-shadow-color: rgb(32 58 11 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/60 {
    --tw-shadow-color: rgb(32 58 11 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/65 {
    --tw-shadow-color: rgb(32 58 11 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/70 {
    --tw-shadow-color: rgb(32 58 11 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/75 {
    --tw-shadow-color: rgb(32 58 11 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/80 {
    --tw-shadow-color: rgb(32 58 11 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/85 {
    --tw-shadow-color: rgb(32 58 11 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/90 {
    --tw-shadow-color: rgb(32 58 11 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-accent-950\/95 {
    --tw-shadow-color: rgb(32 58 11 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100 {
    --tw-shadow-color: #fef3c7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/0 {
    --tw-shadow-color: rgb(254 243 199 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/10 {
    --tw-shadow-color: rgb(254 243 199 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/100 {
    --tw-shadow-color: rgb(254 243 199 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/15 {
    --tw-shadow-color: rgb(254 243 199 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/20 {
    --tw-shadow-color: rgb(254 243 199 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/25 {
    --tw-shadow-color: rgb(254 243 199 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/30 {
    --tw-shadow-color: rgb(254 243 199 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/35 {
    --tw-shadow-color: rgb(254 243 199 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/40 {
    --tw-shadow-color: rgb(254 243 199 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/45 {
    --tw-shadow-color: rgb(254 243 199 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/5 {
    --tw-shadow-color: rgb(254 243 199 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/50 {
    --tw-shadow-color: rgb(254 243 199 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/55 {
    --tw-shadow-color: rgb(254 243 199 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/60 {
    --tw-shadow-color: rgb(254 243 199 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/65 {
    --tw-shadow-color: rgb(254 243 199 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/70 {
    --tw-shadow-color: rgb(254 243 199 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/75 {
    --tw-shadow-color: rgb(254 243 199 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/80 {
    --tw-shadow-color: rgb(254 243 199 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/85 {
    --tw-shadow-color: rgb(254 243 199 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/90 {
    --tw-shadow-color: rgb(254 243 199 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-100\/95 {
    --tw-shadow-color: rgb(254 243 199 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200 {
    --tw-shadow-color: #fde68a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/0 {
    --tw-shadow-color: rgb(253 230 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/10 {
    --tw-shadow-color: rgb(253 230 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/100 {
    --tw-shadow-color: rgb(253 230 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/15 {
    --tw-shadow-color: rgb(253 230 138 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/20 {
    --tw-shadow-color: rgb(253 230 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/25 {
    --tw-shadow-color: rgb(253 230 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/30 {
    --tw-shadow-color: rgb(253 230 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/35 {
    --tw-shadow-color: rgb(253 230 138 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/40 {
    --tw-shadow-color: rgb(253 230 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/45 {
    --tw-shadow-color: rgb(253 230 138 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/5 {
    --tw-shadow-color: rgb(253 230 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/50 {
    --tw-shadow-color: rgb(253 230 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/55 {
    --tw-shadow-color: rgb(253 230 138 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/60 {
    --tw-shadow-color: rgb(253 230 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/65 {
    --tw-shadow-color: rgb(253 230 138 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/70 {
    --tw-shadow-color: rgb(253 230 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/75 {
    --tw-shadow-color: rgb(253 230 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/80 {
    --tw-shadow-color: rgb(253 230 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/85 {
    --tw-shadow-color: rgb(253 230 138 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/90 {
    --tw-shadow-color: rgb(253 230 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-200\/95 {
    --tw-shadow-color: rgb(253 230 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300 {
    --tw-shadow-color: #fcd34d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/0 {
    --tw-shadow-color: rgb(252 211 77 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/10 {
    --tw-shadow-color: rgb(252 211 77 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/100 {
    --tw-shadow-color: rgb(252 211 77 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/15 {
    --tw-shadow-color: rgb(252 211 77 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/20 {
    --tw-shadow-color: rgb(252 211 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/25 {
    --tw-shadow-color: rgb(252 211 77 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/30 {
    --tw-shadow-color: rgb(252 211 77 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/35 {
    --tw-shadow-color: rgb(252 211 77 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/40 {
    --tw-shadow-color: rgb(252 211 77 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/45 {
    --tw-shadow-color: rgb(252 211 77 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/5 {
    --tw-shadow-color: rgb(252 211 77 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/50 {
    --tw-shadow-color: rgb(252 211 77 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/55 {
    --tw-shadow-color: rgb(252 211 77 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/60 {
    --tw-shadow-color: rgb(252 211 77 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/65 {
    --tw-shadow-color: rgb(252 211 77 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/70 {
    --tw-shadow-color: rgb(252 211 77 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/75 {
    --tw-shadow-color: rgb(252 211 77 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/80 {
    --tw-shadow-color: rgb(252 211 77 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/85 {
    --tw-shadow-color: rgb(252 211 77 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/90 {
    --tw-shadow-color: rgb(252 211 77 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-300\/95 {
    --tw-shadow-color: rgb(252 211 77 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400 {
    --tw-shadow-color: #fbbf24;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/0 {
    --tw-shadow-color: rgb(251 191 36 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/10 {
    --tw-shadow-color: rgb(251 191 36 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/100 {
    --tw-shadow-color: rgb(251 191 36 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/15 {
    --tw-shadow-color: rgb(251 191 36 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/20 {
    --tw-shadow-color: rgb(251 191 36 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/25 {
    --tw-shadow-color: rgb(251 191 36 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/30 {
    --tw-shadow-color: rgb(251 191 36 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/35 {
    --tw-shadow-color: rgb(251 191 36 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/40 {
    --tw-shadow-color: rgb(251 191 36 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/45 {
    --tw-shadow-color: rgb(251 191 36 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/5 {
    --tw-shadow-color: rgb(251 191 36 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/50 {
    --tw-shadow-color: rgb(251 191 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/55 {
    --tw-shadow-color: rgb(251 191 36 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/60 {
    --tw-shadow-color: rgb(251 191 36 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/65 {
    --tw-shadow-color: rgb(251 191 36 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/70 {
    --tw-shadow-color: rgb(251 191 36 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/75 {
    --tw-shadow-color: rgb(251 191 36 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/80 {
    --tw-shadow-color: rgb(251 191 36 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/85 {
    --tw-shadow-color: rgb(251 191 36 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/90 {
    --tw-shadow-color: rgb(251 191 36 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-400\/95 {
    --tw-shadow-color: rgb(251 191 36 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50 {
    --tw-shadow-color: #fffbeb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/0 {
    --tw-shadow-color: rgb(255 251 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/10 {
    --tw-shadow-color: rgb(255 251 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/100 {
    --tw-shadow-color: rgb(255 251 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/15 {
    --tw-shadow-color: rgb(255 251 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/20 {
    --tw-shadow-color: rgb(255 251 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/25 {
    --tw-shadow-color: rgb(255 251 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/30 {
    --tw-shadow-color: rgb(255 251 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/35 {
    --tw-shadow-color: rgb(255 251 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/40 {
    --tw-shadow-color: rgb(255 251 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/45 {
    --tw-shadow-color: rgb(255 251 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/5 {
    --tw-shadow-color: rgb(255 251 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/50 {
    --tw-shadow-color: rgb(255 251 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/55 {
    --tw-shadow-color: rgb(255 251 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/60 {
    --tw-shadow-color: rgb(255 251 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/65 {
    --tw-shadow-color: rgb(255 251 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/70 {
    --tw-shadow-color: rgb(255 251 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/75 {
    --tw-shadow-color: rgb(255 251 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/80 {
    --tw-shadow-color: rgb(255 251 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/85 {
    --tw-shadow-color: rgb(255 251 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/90 {
    --tw-shadow-color: rgb(255 251 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-50\/95 {
    --tw-shadow-color: rgb(255 251 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500 {
    --tw-shadow-color: #f59e0b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/0 {
    --tw-shadow-color: rgb(245 158 11 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/10 {
    --tw-shadow-color: rgb(245 158 11 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/100 {
    --tw-shadow-color: rgb(245 158 11 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/15 {
    --tw-shadow-color: rgb(245 158 11 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/20 {
    --tw-shadow-color: rgb(245 158 11 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/25 {
    --tw-shadow-color: rgb(245 158 11 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/30 {
    --tw-shadow-color: rgb(245 158 11 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/35 {
    --tw-shadow-color: rgb(245 158 11 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/40 {
    --tw-shadow-color: rgb(245 158 11 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/45 {
    --tw-shadow-color: rgb(245 158 11 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/5 {
    --tw-shadow-color: rgb(245 158 11 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/50 {
    --tw-shadow-color: rgb(245 158 11 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/55 {
    --tw-shadow-color: rgb(245 158 11 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/60 {
    --tw-shadow-color: rgb(245 158 11 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/65 {
    --tw-shadow-color: rgb(245 158 11 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/70 {
    --tw-shadow-color: rgb(245 158 11 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/75 {
    --tw-shadow-color: rgb(245 158 11 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/80 {
    --tw-shadow-color: rgb(245 158 11 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/85 {
    --tw-shadow-color: rgb(245 158 11 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/90 {
    --tw-shadow-color: rgb(245 158 11 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-500\/95 {
    --tw-shadow-color: rgb(245 158 11 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600 {
    --tw-shadow-color: #d97706;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/0 {
    --tw-shadow-color: rgb(217 119 6 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/10 {
    --tw-shadow-color: rgb(217 119 6 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/100 {
    --tw-shadow-color: rgb(217 119 6 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/15 {
    --tw-shadow-color: rgb(217 119 6 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/20 {
    --tw-shadow-color: rgb(217 119 6 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/25 {
    --tw-shadow-color: rgb(217 119 6 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/30 {
    --tw-shadow-color: rgb(217 119 6 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/35 {
    --tw-shadow-color: rgb(217 119 6 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/40 {
    --tw-shadow-color: rgb(217 119 6 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/45 {
    --tw-shadow-color: rgb(217 119 6 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/5 {
    --tw-shadow-color: rgb(217 119 6 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/50 {
    --tw-shadow-color: rgb(217 119 6 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/55 {
    --tw-shadow-color: rgb(217 119 6 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/60 {
    --tw-shadow-color: rgb(217 119 6 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/65 {
    --tw-shadow-color: rgb(217 119 6 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/70 {
    --tw-shadow-color: rgb(217 119 6 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/75 {
    --tw-shadow-color: rgb(217 119 6 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/80 {
    --tw-shadow-color: rgb(217 119 6 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/85 {
    --tw-shadow-color: rgb(217 119 6 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/90 {
    --tw-shadow-color: rgb(217 119 6 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-600\/95 {
    --tw-shadow-color: rgb(217 119 6 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700 {
    --tw-shadow-color: #b45309;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/0 {
    --tw-shadow-color: rgb(180 83 9 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/10 {
    --tw-shadow-color: rgb(180 83 9 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/100 {
    --tw-shadow-color: rgb(180 83 9 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/15 {
    --tw-shadow-color: rgb(180 83 9 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/20 {
    --tw-shadow-color: rgb(180 83 9 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/25 {
    --tw-shadow-color: rgb(180 83 9 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/30 {
    --tw-shadow-color: rgb(180 83 9 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/35 {
    --tw-shadow-color: rgb(180 83 9 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/40 {
    --tw-shadow-color: rgb(180 83 9 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/45 {
    --tw-shadow-color: rgb(180 83 9 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/5 {
    --tw-shadow-color: rgb(180 83 9 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/50 {
    --tw-shadow-color: rgb(180 83 9 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/55 {
    --tw-shadow-color: rgb(180 83 9 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/60 {
    --tw-shadow-color: rgb(180 83 9 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/65 {
    --tw-shadow-color: rgb(180 83 9 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/70 {
    --tw-shadow-color: rgb(180 83 9 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/75 {
    --tw-shadow-color: rgb(180 83 9 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/80 {
    --tw-shadow-color: rgb(180 83 9 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/85 {
    --tw-shadow-color: rgb(180 83 9 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/90 {
    --tw-shadow-color: rgb(180 83 9 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-700\/95 {
    --tw-shadow-color: rgb(180 83 9 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800 {
    --tw-shadow-color: #92400e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/0 {
    --tw-shadow-color: rgb(146 64 14 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/10 {
    --tw-shadow-color: rgb(146 64 14 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/100 {
    --tw-shadow-color: rgb(146 64 14 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/15 {
    --tw-shadow-color: rgb(146 64 14 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/20 {
    --tw-shadow-color: rgb(146 64 14 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/25 {
    --tw-shadow-color: rgb(146 64 14 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/30 {
    --tw-shadow-color: rgb(146 64 14 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/35 {
    --tw-shadow-color: rgb(146 64 14 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/40 {
    --tw-shadow-color: rgb(146 64 14 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/45 {
    --tw-shadow-color: rgb(146 64 14 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/5 {
    --tw-shadow-color: rgb(146 64 14 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/50 {
    --tw-shadow-color: rgb(146 64 14 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/55 {
    --tw-shadow-color: rgb(146 64 14 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/60 {
    --tw-shadow-color: rgb(146 64 14 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/65 {
    --tw-shadow-color: rgb(146 64 14 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/70 {
    --tw-shadow-color: rgb(146 64 14 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/75 {
    --tw-shadow-color: rgb(146 64 14 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/80 {
    --tw-shadow-color: rgb(146 64 14 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/85 {
    --tw-shadow-color: rgb(146 64 14 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/90 {
    --tw-shadow-color: rgb(146 64 14 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-800\/95 {
    --tw-shadow-color: rgb(146 64 14 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900 {
    --tw-shadow-color: #78350f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/0 {
    --tw-shadow-color: rgb(120 53 15 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/10 {
    --tw-shadow-color: rgb(120 53 15 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/100 {
    --tw-shadow-color: rgb(120 53 15 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/15 {
    --tw-shadow-color: rgb(120 53 15 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/20 {
    --tw-shadow-color: rgb(120 53 15 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/25 {
    --tw-shadow-color: rgb(120 53 15 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/30 {
    --tw-shadow-color: rgb(120 53 15 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/35 {
    --tw-shadow-color: rgb(120 53 15 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/40 {
    --tw-shadow-color: rgb(120 53 15 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/45 {
    --tw-shadow-color: rgb(120 53 15 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/5 {
    --tw-shadow-color: rgb(120 53 15 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/50 {
    --tw-shadow-color: rgb(120 53 15 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/55 {
    --tw-shadow-color: rgb(120 53 15 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/60 {
    --tw-shadow-color: rgb(120 53 15 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/65 {
    --tw-shadow-color: rgb(120 53 15 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/70 {
    --tw-shadow-color: rgb(120 53 15 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/75 {
    --tw-shadow-color: rgb(120 53 15 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/80 {
    --tw-shadow-color: rgb(120 53 15 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/85 {
    --tw-shadow-color: rgb(120 53 15 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/90 {
    --tw-shadow-color: rgb(120 53 15 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-900\/95 {
    --tw-shadow-color: rgb(120 53 15 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950 {
    --tw-shadow-color: #451a03;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/0 {
    --tw-shadow-color: rgb(69 26 3 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/10 {
    --tw-shadow-color: rgb(69 26 3 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/100 {
    --tw-shadow-color: rgb(69 26 3 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/15 {
    --tw-shadow-color: rgb(69 26 3 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/20 {
    --tw-shadow-color: rgb(69 26 3 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/25 {
    --tw-shadow-color: rgb(69 26 3 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/30 {
    --tw-shadow-color: rgb(69 26 3 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/35 {
    --tw-shadow-color: rgb(69 26 3 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/40 {
    --tw-shadow-color: rgb(69 26 3 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/45 {
    --tw-shadow-color: rgb(69 26 3 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/5 {
    --tw-shadow-color: rgb(69 26 3 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/50 {
    --tw-shadow-color: rgb(69 26 3 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/55 {
    --tw-shadow-color: rgb(69 26 3 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/60 {
    --tw-shadow-color: rgb(69 26 3 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/65 {
    --tw-shadow-color: rgb(69 26 3 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/70 {
    --tw-shadow-color: rgb(69 26 3 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/75 {
    --tw-shadow-color: rgb(69 26 3 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/80 {
    --tw-shadow-color: rgb(69 26 3 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/85 {
    --tw-shadow-color: rgb(69 26 3 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/90 {
    --tw-shadow-color: rgb(69 26 3 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-amber-950\/95 {
    --tw-shadow-color: rgb(69 26 3 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black {
    --tw-shadow-color: #000;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-black\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100 {
    --tw-shadow-color: #dbeafe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/0 {
    --tw-shadow-color: rgb(219 234 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/10 {
    --tw-shadow-color: rgb(219 234 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/100 {
    --tw-shadow-color: rgb(219 234 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/15 {
    --tw-shadow-color: rgb(219 234 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/20 {
    --tw-shadow-color: rgb(219 234 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/25 {
    --tw-shadow-color: rgb(219 234 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/30 {
    --tw-shadow-color: rgb(219 234 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/35 {
    --tw-shadow-color: rgb(219 234 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/40 {
    --tw-shadow-color: rgb(219 234 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/45 {
    --tw-shadow-color: rgb(219 234 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/5 {
    --tw-shadow-color: rgb(219 234 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/50 {
    --tw-shadow-color: rgb(219 234 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/55 {
    --tw-shadow-color: rgb(219 234 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/60 {
    --tw-shadow-color: rgb(219 234 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/65 {
    --tw-shadow-color: rgb(219 234 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/70 {
    --tw-shadow-color: rgb(219 234 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/75 {
    --tw-shadow-color: rgb(219 234 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/80 {
    --tw-shadow-color: rgb(219 234 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/85 {
    --tw-shadow-color: rgb(219 234 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/90 {
    --tw-shadow-color: rgb(219 234 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-100\/95 {
    --tw-shadow-color: rgb(219 234 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200 {
    --tw-shadow-color: #bfdbfe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/0 {
    --tw-shadow-color: rgb(191 219 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/10 {
    --tw-shadow-color: rgb(191 219 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/100 {
    --tw-shadow-color: rgb(191 219 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/15 {
    --tw-shadow-color: rgb(191 219 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/20 {
    --tw-shadow-color: rgb(191 219 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/25 {
    --tw-shadow-color: rgb(191 219 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/30 {
    --tw-shadow-color: rgb(191 219 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/35 {
    --tw-shadow-color: rgb(191 219 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/40 {
    --tw-shadow-color: rgb(191 219 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/45 {
    --tw-shadow-color: rgb(191 219 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/5 {
    --tw-shadow-color: rgb(191 219 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/50 {
    --tw-shadow-color: rgb(191 219 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/55 {
    --tw-shadow-color: rgb(191 219 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/60 {
    --tw-shadow-color: rgb(191 219 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/65 {
    --tw-shadow-color: rgb(191 219 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/70 {
    --tw-shadow-color: rgb(191 219 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/75 {
    --tw-shadow-color: rgb(191 219 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/80 {
    --tw-shadow-color: rgb(191 219 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/85 {
    --tw-shadow-color: rgb(191 219 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/90 {
    --tw-shadow-color: rgb(191 219 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-200\/95 {
    --tw-shadow-color: rgb(191 219 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300 {
    --tw-shadow-color: #93c5fd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/0 {
    --tw-shadow-color: rgb(147 197 253 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/10 {
    --tw-shadow-color: rgb(147 197 253 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/100 {
    --tw-shadow-color: rgb(147 197 253 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/15 {
    --tw-shadow-color: rgb(147 197 253 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/20 {
    --tw-shadow-color: rgb(147 197 253 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/25 {
    --tw-shadow-color: rgb(147 197 253 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/30 {
    --tw-shadow-color: rgb(147 197 253 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/35 {
    --tw-shadow-color: rgb(147 197 253 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/40 {
    --tw-shadow-color: rgb(147 197 253 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/45 {
    --tw-shadow-color: rgb(147 197 253 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/5 {
    --tw-shadow-color: rgb(147 197 253 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/50 {
    --tw-shadow-color: rgb(147 197 253 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/55 {
    --tw-shadow-color: rgb(147 197 253 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/60 {
    --tw-shadow-color: rgb(147 197 253 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/65 {
    --tw-shadow-color: rgb(147 197 253 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/70 {
    --tw-shadow-color: rgb(147 197 253 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/75 {
    --tw-shadow-color: rgb(147 197 253 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/80 {
    --tw-shadow-color: rgb(147 197 253 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/85 {
    --tw-shadow-color: rgb(147 197 253 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/90 {
    --tw-shadow-color: rgb(147 197 253 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-300\/95 {
    --tw-shadow-color: rgb(147 197 253 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400 {
    --tw-shadow-color: #60a5fa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/0 {
    --tw-shadow-color: rgb(96 165 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/10 {
    --tw-shadow-color: rgb(96 165 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/100 {
    --tw-shadow-color: rgb(96 165 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/15 {
    --tw-shadow-color: rgb(96 165 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/20 {
    --tw-shadow-color: rgb(96 165 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/25 {
    --tw-shadow-color: rgb(96 165 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/30 {
    --tw-shadow-color: rgb(96 165 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/35 {
    --tw-shadow-color: rgb(96 165 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/40 {
    --tw-shadow-color: rgb(96 165 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/45 {
    --tw-shadow-color: rgb(96 165 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/5 {
    --tw-shadow-color: rgb(96 165 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/50 {
    --tw-shadow-color: rgb(96 165 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/55 {
    --tw-shadow-color: rgb(96 165 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/60 {
    --tw-shadow-color: rgb(96 165 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/65 {
    --tw-shadow-color: rgb(96 165 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/70 {
    --tw-shadow-color: rgb(96 165 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/75 {
    --tw-shadow-color: rgb(96 165 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/80 {
    --tw-shadow-color: rgb(96 165 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/85 {
    --tw-shadow-color: rgb(96 165 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/90 {
    --tw-shadow-color: rgb(96 165 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-400\/95 {
    --tw-shadow-color: rgb(96 165 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50 {
    --tw-shadow-color: #eff6ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/0 {
    --tw-shadow-color: rgb(239 246 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/10 {
    --tw-shadow-color: rgb(239 246 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/100 {
    --tw-shadow-color: rgb(239 246 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/15 {
    --tw-shadow-color: rgb(239 246 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/20 {
    --tw-shadow-color: rgb(239 246 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/25 {
    --tw-shadow-color: rgb(239 246 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/30 {
    --tw-shadow-color: rgb(239 246 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/35 {
    --tw-shadow-color: rgb(239 246 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/40 {
    --tw-shadow-color: rgb(239 246 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/45 {
    --tw-shadow-color: rgb(239 246 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/5 {
    --tw-shadow-color: rgb(239 246 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/50 {
    --tw-shadow-color: rgb(239 246 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/55 {
    --tw-shadow-color: rgb(239 246 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/60 {
    --tw-shadow-color: rgb(239 246 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/65 {
    --tw-shadow-color: rgb(239 246 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/70 {
    --tw-shadow-color: rgb(239 246 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/75 {
    --tw-shadow-color: rgb(239 246 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/80 {
    --tw-shadow-color: rgb(239 246 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/85 {
    --tw-shadow-color: rgb(239 246 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/90 {
    --tw-shadow-color: rgb(239 246 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-50\/95 {
    --tw-shadow-color: rgb(239 246 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500 {
    --tw-shadow-color: #3b82f6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/0 {
    --tw-shadow-color: rgb(59 130 246 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/10 {
    --tw-shadow-color: rgb(59 130 246 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/100 {
    --tw-shadow-color: rgb(59 130 246 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/15 {
    --tw-shadow-color: rgb(59 130 246 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/20 {
    --tw-shadow-color: rgb(59 130 246 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/25 {
    --tw-shadow-color: rgb(59 130 246 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/30 {
    --tw-shadow-color: rgb(59 130 246 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/35 {
    --tw-shadow-color: rgb(59 130 246 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/40 {
    --tw-shadow-color: rgb(59 130 246 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/45 {
    --tw-shadow-color: rgb(59 130 246 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/5 {
    --tw-shadow-color: rgb(59 130 246 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/50 {
    --tw-shadow-color: rgb(59 130 246 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/55 {
    --tw-shadow-color: rgb(59 130 246 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/60 {
    --tw-shadow-color: rgb(59 130 246 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/65 {
    --tw-shadow-color: rgb(59 130 246 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/70 {
    --tw-shadow-color: rgb(59 130 246 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/75 {
    --tw-shadow-color: rgb(59 130 246 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/80 {
    --tw-shadow-color: rgb(59 130 246 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/85 {
    --tw-shadow-color: rgb(59 130 246 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/90 {
    --tw-shadow-color: rgb(59 130 246 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-500\/95 {
    --tw-shadow-color: rgb(59 130 246 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600 {
    --tw-shadow-color: #2563eb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/0 {
    --tw-shadow-color: rgb(37 99 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/10 {
    --tw-shadow-color: rgb(37 99 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/100 {
    --tw-shadow-color: rgb(37 99 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/15 {
    --tw-shadow-color: rgb(37 99 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/20 {
    --tw-shadow-color: rgb(37 99 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/25 {
    --tw-shadow-color: rgb(37 99 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/30 {
    --tw-shadow-color: rgb(37 99 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/35 {
    --tw-shadow-color: rgb(37 99 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/40 {
    --tw-shadow-color: rgb(37 99 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/45 {
    --tw-shadow-color: rgb(37 99 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/5 {
    --tw-shadow-color: rgb(37 99 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/50 {
    --tw-shadow-color: rgb(37 99 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/55 {
    --tw-shadow-color: rgb(37 99 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/60 {
    --tw-shadow-color: rgb(37 99 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/65 {
    --tw-shadow-color: rgb(37 99 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/70 {
    --tw-shadow-color: rgb(37 99 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/75 {
    --tw-shadow-color: rgb(37 99 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/80 {
    --tw-shadow-color: rgb(37 99 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/85 {
    --tw-shadow-color: rgb(37 99 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/90 {
    --tw-shadow-color: rgb(37 99 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-600\/95 {
    --tw-shadow-color: rgb(37 99 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700 {
    --tw-shadow-color: #1d4ed8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/0 {
    --tw-shadow-color: rgb(29 78 216 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/10 {
    --tw-shadow-color: rgb(29 78 216 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/100 {
    --tw-shadow-color: rgb(29 78 216 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/15 {
    --tw-shadow-color: rgb(29 78 216 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/20 {
    --tw-shadow-color: rgb(29 78 216 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/25 {
    --tw-shadow-color: rgb(29 78 216 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/30 {
    --tw-shadow-color: rgb(29 78 216 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/35 {
    --tw-shadow-color: rgb(29 78 216 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/40 {
    --tw-shadow-color: rgb(29 78 216 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/45 {
    --tw-shadow-color: rgb(29 78 216 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/5 {
    --tw-shadow-color: rgb(29 78 216 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/50 {
    --tw-shadow-color: rgb(29 78 216 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/55 {
    --tw-shadow-color: rgb(29 78 216 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/60 {
    --tw-shadow-color: rgb(29 78 216 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/65 {
    --tw-shadow-color: rgb(29 78 216 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/70 {
    --tw-shadow-color: rgb(29 78 216 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/75 {
    --tw-shadow-color: rgb(29 78 216 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/80 {
    --tw-shadow-color: rgb(29 78 216 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/85 {
    --tw-shadow-color: rgb(29 78 216 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/90 {
    --tw-shadow-color: rgb(29 78 216 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-700\/95 {
    --tw-shadow-color: rgb(29 78 216 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800 {
    --tw-shadow-color: #1e40af;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/0 {
    --tw-shadow-color: rgb(30 64 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/10 {
    --tw-shadow-color: rgb(30 64 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/100 {
    --tw-shadow-color: rgb(30 64 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/15 {
    --tw-shadow-color: rgb(30 64 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/20 {
    --tw-shadow-color: rgb(30 64 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/25 {
    --tw-shadow-color: rgb(30 64 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/30 {
    --tw-shadow-color: rgb(30 64 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/35 {
    --tw-shadow-color: rgb(30 64 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/40 {
    --tw-shadow-color: rgb(30 64 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/45 {
    --tw-shadow-color: rgb(30 64 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/5 {
    --tw-shadow-color: rgb(30 64 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/50 {
    --tw-shadow-color: rgb(30 64 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/55 {
    --tw-shadow-color: rgb(30 64 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/60 {
    --tw-shadow-color: rgb(30 64 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/65 {
    --tw-shadow-color: rgb(30 64 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/70 {
    --tw-shadow-color: rgb(30 64 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/75 {
    --tw-shadow-color: rgb(30 64 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/80 {
    --tw-shadow-color: rgb(30 64 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/85 {
    --tw-shadow-color: rgb(30 64 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/90 {
    --tw-shadow-color: rgb(30 64 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-800\/95 {
    --tw-shadow-color: rgb(30 64 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900 {
    --tw-shadow-color: #1e3a8a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/0 {
    --tw-shadow-color: rgb(30 58 138 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/10 {
    --tw-shadow-color: rgb(30 58 138 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/100 {
    --tw-shadow-color: rgb(30 58 138 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/15 {
    --tw-shadow-color: rgb(30 58 138 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/20 {
    --tw-shadow-color: rgb(30 58 138 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/25 {
    --tw-shadow-color: rgb(30 58 138 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/30 {
    --tw-shadow-color: rgb(30 58 138 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/35 {
    --tw-shadow-color: rgb(30 58 138 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/40 {
    --tw-shadow-color: rgb(30 58 138 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/45 {
    --tw-shadow-color: rgb(30 58 138 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/5 {
    --tw-shadow-color: rgb(30 58 138 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/50 {
    --tw-shadow-color: rgb(30 58 138 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/55 {
    --tw-shadow-color: rgb(30 58 138 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/60 {
    --tw-shadow-color: rgb(30 58 138 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/65 {
    --tw-shadow-color: rgb(30 58 138 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/70 {
    --tw-shadow-color: rgb(30 58 138 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/75 {
    --tw-shadow-color: rgb(30 58 138 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/80 {
    --tw-shadow-color: rgb(30 58 138 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/85 {
    --tw-shadow-color: rgb(30 58 138 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/90 {
    --tw-shadow-color: rgb(30 58 138 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-900\/95 {
    --tw-shadow-color: rgb(30 58 138 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950 {
    --tw-shadow-color: #172554;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/0 {
    --tw-shadow-color: rgb(23 37 84 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/10 {
    --tw-shadow-color: rgb(23 37 84 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/100 {
    --tw-shadow-color: rgb(23 37 84 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/15 {
    --tw-shadow-color: rgb(23 37 84 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/20 {
    --tw-shadow-color: rgb(23 37 84 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/25 {
    --tw-shadow-color: rgb(23 37 84 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/30 {
    --tw-shadow-color: rgb(23 37 84 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/35 {
    --tw-shadow-color: rgb(23 37 84 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/40 {
    --tw-shadow-color: rgb(23 37 84 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/45 {
    --tw-shadow-color: rgb(23 37 84 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/5 {
    --tw-shadow-color: rgb(23 37 84 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/50 {
    --tw-shadow-color: rgb(23 37 84 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/55 {
    --tw-shadow-color: rgb(23 37 84 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/60 {
    --tw-shadow-color: rgb(23 37 84 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/65 {
    --tw-shadow-color: rgb(23 37 84 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/70 {
    --tw-shadow-color: rgb(23 37 84 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/75 {
    --tw-shadow-color: rgb(23 37 84 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/80 {
    --tw-shadow-color: rgb(23 37 84 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/85 {
    --tw-shadow-color: rgb(23 37 84 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/90 {
    --tw-shadow-color: rgb(23 37 84 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-blue-950\/95 {
    --tw-shadow-color: rgb(23 37 84 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100 {
    --tw-shadow-color: #e9e3ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/0 {
    --tw-shadow-color: rgb(233 227 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/10 {
    --tw-shadow-color: rgb(233 227 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/100 {
    --tw-shadow-color: rgb(233 227 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/15 {
    --tw-shadow-color: rgb(233 227 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/20 {
    --tw-shadow-color: rgb(233 227 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/25 {
    --tw-shadow-color: rgb(233 227 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/30 {
    --tw-shadow-color: rgb(233 227 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/35 {
    --tw-shadow-color: rgb(233 227 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/40 {
    --tw-shadow-color: rgb(233 227 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/45 {
    --tw-shadow-color: rgb(233 227 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/5 {
    --tw-shadow-color: rgb(233 227 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/50 {
    --tw-shadow-color: rgb(233 227 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/55 {
    --tw-shadow-color: rgb(233 227 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/60 {
    --tw-shadow-color: rgb(233 227 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/65 {
    --tw-shadow-color: rgb(233 227 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/70 {
    --tw-shadow-color: rgb(233 227 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/75 {
    --tw-shadow-color: rgb(233 227 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/80 {
    --tw-shadow-color: rgb(233 227 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/85 {
    --tw-shadow-color: rgb(233 227 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/90 {
    --tw-shadow-color: rgb(233 227 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-100\/95 {
    --tw-shadow-color: rgb(233 227 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200 {
    --tw-shadow-color: #d3c7ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/0 {
    --tw-shadow-color: rgb(211 199 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/10 {
    --tw-shadow-color: rgb(211 199 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/100 {
    --tw-shadow-color: rgb(211 199 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/15 {
    --tw-shadow-color: rgb(211 199 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/20 {
    --tw-shadow-color: rgb(211 199 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/25 {
    --tw-shadow-color: rgb(211 199 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/30 {
    --tw-shadow-color: rgb(211 199 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/35 {
    --tw-shadow-color: rgb(211 199 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/40 {
    --tw-shadow-color: rgb(211 199 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/45 {
    --tw-shadow-color: rgb(211 199 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/5 {
    --tw-shadow-color: rgb(211 199 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/50 {
    --tw-shadow-color: rgb(211 199 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/55 {
    --tw-shadow-color: rgb(211 199 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/60 {
    --tw-shadow-color: rgb(211 199 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/65 {
    --tw-shadow-color: rgb(211 199 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/70 {
    --tw-shadow-color: rgb(211 199 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/75 {
    --tw-shadow-color: rgb(211 199 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/80 {
    --tw-shadow-color: rgb(211 199 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/85 {
    --tw-shadow-color: rgb(211 199 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/90 {
    --tw-shadow-color: rgb(211 199 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-200\/95 {
    --tw-shadow-color: rgb(211 199 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300 {
    --tw-shadow-color: #b79aff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/0 {
    --tw-shadow-color: rgb(183 154 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/10 {
    --tw-shadow-color: rgb(183 154 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/100 {
    --tw-shadow-color: rgb(183 154 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/15 {
    --tw-shadow-color: rgb(183 154 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/20 {
    --tw-shadow-color: rgb(183 154 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/25 {
    --tw-shadow-color: rgb(183 154 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/30 {
    --tw-shadow-color: rgb(183 154 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/35 {
    --tw-shadow-color: rgb(183 154 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/40 {
    --tw-shadow-color: rgb(183 154 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/45 {
    --tw-shadow-color: rgb(183 154 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/5 {
    --tw-shadow-color: rgb(183 154 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/50 {
    --tw-shadow-color: rgb(183 154 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/55 {
    --tw-shadow-color: rgb(183 154 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/60 {
    --tw-shadow-color: rgb(183 154 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/65 {
    --tw-shadow-color: rgb(183 154 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/70 {
    --tw-shadow-color: rgb(183 154 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/75 {
    --tw-shadow-color: rgb(183 154 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/80 {
    --tw-shadow-color: rgb(183 154 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/85 {
    --tw-shadow-color: rgb(183 154 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/90 {
    --tw-shadow-color: rgb(183 154 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-300\/95 {
    --tw-shadow-color: rgb(183 154 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400 {
    --tw-shadow-color: #9562ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/0 {
    --tw-shadow-color: rgb(149 98 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/10 {
    --tw-shadow-color: rgb(149 98 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/100 {
    --tw-shadow-color: rgb(149 98 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/15 {
    --tw-shadow-color: rgb(149 98 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/20 {
    --tw-shadow-color: rgb(149 98 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/25 {
    --tw-shadow-color: rgb(149 98 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/30 {
    --tw-shadow-color: rgb(149 98 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/35 {
    --tw-shadow-color: rgb(149 98 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/40 {
    --tw-shadow-color: rgb(149 98 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/45 {
    --tw-shadow-color: rgb(149 98 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/5 {
    --tw-shadow-color: rgb(149 98 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/50 {
    --tw-shadow-color: rgb(149 98 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/55 {
    --tw-shadow-color: rgb(149 98 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/60 {
    --tw-shadow-color: rgb(149 98 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/65 {
    --tw-shadow-color: rgb(149 98 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/70 {
    --tw-shadow-color: rgb(149 98 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/75 {
    --tw-shadow-color: rgb(149 98 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/80 {
    --tw-shadow-color: rgb(149 98 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/85 {
    --tw-shadow-color: rgb(149 98 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/90 {
    --tw-shadow-color: rgb(149 98 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-400\/95 {
    --tw-shadow-color: rgb(149 98 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50 {
    --tw-shadow-color: #f4f1ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/0 {
    --tw-shadow-color: rgb(244 241 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/10 {
    --tw-shadow-color: rgb(244 241 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/100 {
    --tw-shadow-color: rgb(244 241 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/15 {
    --tw-shadow-color: rgb(244 241 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/20 {
    --tw-shadow-color: rgb(244 241 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/25 {
    --tw-shadow-color: rgb(244 241 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/30 {
    --tw-shadow-color: rgb(244 241 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/35 {
    --tw-shadow-color: rgb(244 241 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/40 {
    --tw-shadow-color: rgb(244 241 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/45 {
    --tw-shadow-color: rgb(244 241 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/5 {
    --tw-shadow-color: rgb(244 241 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/50 {
    --tw-shadow-color: rgb(244 241 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/55 {
    --tw-shadow-color: rgb(244 241 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/60 {
    --tw-shadow-color: rgb(244 241 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/65 {
    --tw-shadow-color: rgb(244 241 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/70 {
    --tw-shadow-color: rgb(244 241 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/75 {
    --tw-shadow-color: rgb(244 241 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/80 {
    --tw-shadow-color: rgb(244 241 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/85 {
    --tw-shadow-color: rgb(244 241 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/90 {
    --tw-shadow-color: rgb(244 241 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-50\/95 {
    --tw-shadow-color: rgb(244 241 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500 {
    --tw-shadow-color: #4e1cd1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/0 {
    --tw-shadow-color: rgb(78 28 209 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/10 {
    --tw-shadow-color: rgb(78 28 209 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/100 {
    --tw-shadow-color: rgb(78 28 209 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/15 {
    --tw-shadow-color: rgb(78 28 209 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/20 {
    --tw-shadow-color: rgb(78 28 209 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/25 {
    --tw-shadow-color: rgb(78 28 209 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/30 {
    --tw-shadow-color: rgb(78 28 209 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/35 {
    --tw-shadow-color: rgb(78 28 209 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/40 {
    --tw-shadow-color: rgb(78 28 209 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/45 {
    --tw-shadow-color: rgb(78 28 209 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/5 {
    --tw-shadow-color: rgb(78 28 209 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/50 {
    --tw-shadow-color: rgb(78 28 209 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/55 {
    --tw-shadow-color: rgb(78 28 209 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/60 {
    --tw-shadow-color: rgb(78 28 209 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/65 {
    --tw-shadow-color: rgb(78 28 209 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/70 {
    --tw-shadow-color: rgb(78 28 209 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/75 {
    --tw-shadow-color: rgb(78 28 209 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/80 {
    --tw-shadow-color: rgb(78 28 209 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/85 {
    --tw-shadow-color: rgb(78 28 209 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/90 {
    --tw-shadow-color: rgb(78 28 209 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-500\/95 {
    --tw-shadow-color: rgb(78 28 209 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600 {
    --tw-shadow-color: #4115b5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/0 {
    --tw-shadow-color: rgb(65 21 181 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/10 {
    --tw-shadow-color: rgb(65 21 181 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/100 {
    --tw-shadow-color: rgb(65 21 181 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/15 {
    --tw-shadow-color: rgb(65 21 181 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/20 {
    --tw-shadow-color: rgb(65 21 181 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/25 {
    --tw-shadow-color: rgb(65 21 181 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/30 {
    --tw-shadow-color: rgb(65 21 181 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/35 {
    --tw-shadow-color: rgb(65 21 181 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/40 {
    --tw-shadow-color: rgb(65 21 181 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/45 {
    --tw-shadow-color: rgb(65 21 181 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/5 {
    --tw-shadow-color: rgb(65 21 181 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/50 {
    --tw-shadow-color: rgb(65 21 181 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/55 {
    --tw-shadow-color: rgb(65 21 181 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/60 {
    --tw-shadow-color: rgb(65 21 181 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/65 {
    --tw-shadow-color: rgb(65 21 181 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/70 {
    --tw-shadow-color: rgb(65 21 181 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/75 {
    --tw-shadow-color: rgb(65 21 181 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/80 {
    --tw-shadow-color: rgb(65 21 181 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/85 {
    --tw-shadow-color: rgb(65 21 181 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/90 {
    --tw-shadow-color: rgb(65 21 181 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-600\/95 {
    --tw-shadow-color: rgb(65 21 181 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700 {
    --tw-shadow-color: #361096;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/0 {
    --tw-shadow-color: rgb(54 16 150 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/10 {
    --tw-shadow-color: rgb(54 16 150 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/100 {
    --tw-shadow-color: rgb(54 16 150 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/15 {
    --tw-shadow-color: rgb(54 16 150 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/20 {
    --tw-shadow-color: rgb(54 16 150 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/25 {
    --tw-shadow-color: rgb(54 16 150 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/30 {
    --tw-shadow-color: rgb(54 16 150 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/35 {
    --tw-shadow-color: rgb(54 16 150 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/40 {
    --tw-shadow-color: rgb(54 16 150 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/45 {
    --tw-shadow-color: rgb(54 16 150 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/5 {
    --tw-shadow-color: rgb(54 16 150 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/50 {
    --tw-shadow-color: rgb(54 16 150 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/55 {
    --tw-shadow-color: rgb(54 16 150 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/60 {
    --tw-shadow-color: rgb(54 16 150 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/65 {
    --tw-shadow-color: rgb(54 16 150 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/70 {
    --tw-shadow-color: rgb(54 16 150 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/75 {
    --tw-shadow-color: rgb(54 16 150 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/80 {
    --tw-shadow-color: rgb(54 16 150 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/85 {
    --tw-shadow-color: rgb(54 16 150 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/90 {
    --tw-shadow-color: rgb(54 16 150 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-700\/95 {
    --tw-shadow-color: rgb(54 16 150 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800 {
    --tw-shadow-color: #2e1078;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/0 {
    --tw-shadow-color: rgb(46 16 120 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/10 {
    --tw-shadow-color: rgb(46 16 120 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/100 {
    --tw-shadow-color: rgb(46 16 120 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/15 {
    --tw-shadow-color: rgb(46 16 120 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/20 {
    --tw-shadow-color: rgb(46 16 120 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/25 {
    --tw-shadow-color: rgb(46 16 120 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/30 {
    --tw-shadow-color: rgb(46 16 120 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/35 {
    --tw-shadow-color: rgb(46 16 120 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/40 {
    --tw-shadow-color: rgb(46 16 120 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/45 {
    --tw-shadow-color: rgb(46 16 120 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/5 {
    --tw-shadow-color: rgb(46 16 120 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/50 {
    --tw-shadow-color: rgb(46 16 120 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/55 {
    --tw-shadow-color: rgb(46 16 120 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/60 {
    --tw-shadow-color: rgb(46 16 120 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/65 {
    --tw-shadow-color: rgb(46 16 120 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/70 {
    --tw-shadow-color: rgb(46 16 120 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/75 {
    --tw-shadow-color: rgb(46 16 120 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/80 {
    --tw-shadow-color: rgb(46 16 120 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/85 {
    --tw-shadow-color: rgb(46 16 120 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/90 {
    --tw-shadow-color: rgb(46 16 120 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-800\/95 {
    --tw-shadow-color: rgb(46 16 120 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900 {
    --tw-shadow-color: #270f62;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/0 {
    --tw-shadow-color: rgb(39 15 98 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/10 {
    --tw-shadow-color: rgb(39 15 98 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/100 {
    --tw-shadow-color: rgb(39 15 98 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/15 {
    --tw-shadow-color: rgb(39 15 98 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/20 {
    --tw-shadow-color: rgb(39 15 98 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/25 {
    --tw-shadow-color: rgb(39 15 98 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/30 {
    --tw-shadow-color: rgb(39 15 98 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/35 {
    --tw-shadow-color: rgb(39 15 98 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/40 {
    --tw-shadow-color: rgb(39 15 98 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/45 {
    --tw-shadow-color: rgb(39 15 98 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/5 {
    --tw-shadow-color: rgb(39 15 98 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/50 {
    --tw-shadow-color: rgb(39 15 98 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/55 {
    --tw-shadow-color: rgb(39 15 98 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/60 {
    --tw-shadow-color: rgb(39 15 98 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/65 {
    --tw-shadow-color: rgb(39 15 98 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/70 {
    --tw-shadow-color: rgb(39 15 98 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/75 {
    --tw-shadow-color: rgb(39 15 98 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/80 {
    --tw-shadow-color: rgb(39 15 98 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/85 {
    --tw-shadow-color: rgb(39 15 98 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/90 {
    --tw-shadow-color: rgb(39 15 98 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-900\/95 {
    --tw-shadow-color: rgb(39 15 98 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950 {
    --tw-shadow-color: #16053a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/0 {
    --tw-shadow-color: rgb(22 5 58 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/10 {
    --tw-shadow-color: rgb(22 5 58 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/100 {
    --tw-shadow-color: rgb(22 5 58 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/15 {
    --tw-shadow-color: rgb(22 5 58 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/20 {
    --tw-shadow-color: rgb(22 5 58 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/25 {
    --tw-shadow-color: rgb(22 5 58 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/30 {
    --tw-shadow-color: rgb(22 5 58 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/35 {
    --tw-shadow-color: rgb(22 5 58 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/40 {
    --tw-shadow-color: rgb(22 5 58 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/45 {
    --tw-shadow-color: rgb(22 5 58 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/5 {
    --tw-shadow-color: rgb(22 5 58 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/50 {
    --tw-shadow-color: rgb(22 5 58 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/55 {
    --tw-shadow-color: rgb(22 5 58 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/60 {
    --tw-shadow-color: rgb(22 5 58 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/65 {
    --tw-shadow-color: rgb(22 5 58 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/70 {
    --tw-shadow-color: rgb(22 5 58 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/75 {
    --tw-shadow-color: rgb(22 5 58 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/80 {
    --tw-shadow-color: rgb(22 5 58 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/85 {
    --tw-shadow-color: rgb(22 5 58 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/90 {
    --tw-shadow-color: rgb(22 5 58 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-brand-950\/95 {
    --tw-shadow-color: rgb(22 5 58 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-current {
    --tw-shadow-color: currentColor;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100 {
    --tw-shadow-color: #cffafe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/0 {
    --tw-shadow-color: rgb(207 250 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/10 {
    --tw-shadow-color: rgb(207 250 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/100 {
    --tw-shadow-color: rgb(207 250 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/15 {
    --tw-shadow-color: rgb(207 250 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/20 {
    --tw-shadow-color: rgb(207 250 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/25 {
    --tw-shadow-color: rgb(207 250 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/30 {
    --tw-shadow-color: rgb(207 250 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/35 {
    --tw-shadow-color: rgb(207 250 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/40 {
    --tw-shadow-color: rgb(207 250 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/45 {
    --tw-shadow-color: rgb(207 250 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/5 {
    --tw-shadow-color: rgb(207 250 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/50 {
    --tw-shadow-color: rgb(207 250 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/55 {
    --tw-shadow-color: rgb(207 250 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/60 {
    --tw-shadow-color: rgb(207 250 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/65 {
    --tw-shadow-color: rgb(207 250 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/70 {
    --tw-shadow-color: rgb(207 250 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/75 {
    --tw-shadow-color: rgb(207 250 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/80 {
    --tw-shadow-color: rgb(207 250 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/85 {
    --tw-shadow-color: rgb(207 250 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/90 {
    --tw-shadow-color: rgb(207 250 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-100\/95 {
    --tw-shadow-color: rgb(207 250 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200 {
    --tw-shadow-color: #a5f3fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/0 {
    --tw-shadow-color: rgb(165 243 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/10 {
    --tw-shadow-color: rgb(165 243 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/100 {
    --tw-shadow-color: rgb(165 243 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/15 {
    --tw-shadow-color: rgb(165 243 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/20 {
    --tw-shadow-color: rgb(165 243 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/25 {
    --tw-shadow-color: rgb(165 243 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/30 {
    --tw-shadow-color: rgb(165 243 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/35 {
    --tw-shadow-color: rgb(165 243 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/40 {
    --tw-shadow-color: rgb(165 243 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/45 {
    --tw-shadow-color: rgb(165 243 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/5 {
    --tw-shadow-color: rgb(165 243 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/50 {
    --tw-shadow-color: rgb(165 243 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/55 {
    --tw-shadow-color: rgb(165 243 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/60 {
    --tw-shadow-color: rgb(165 243 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/65 {
    --tw-shadow-color: rgb(165 243 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/70 {
    --tw-shadow-color: rgb(165 243 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/75 {
    --tw-shadow-color: rgb(165 243 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/80 {
    --tw-shadow-color: rgb(165 243 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/85 {
    --tw-shadow-color: rgb(165 243 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/90 {
    --tw-shadow-color: rgb(165 243 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-200\/95 {
    --tw-shadow-color: rgb(165 243 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300 {
    --tw-shadow-color: #67e8f9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/0 {
    --tw-shadow-color: rgb(103 232 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/10 {
    --tw-shadow-color: rgb(103 232 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/100 {
    --tw-shadow-color: rgb(103 232 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/15 {
    --tw-shadow-color: rgb(103 232 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/20 {
    --tw-shadow-color: rgb(103 232 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/25 {
    --tw-shadow-color: rgb(103 232 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/30 {
    --tw-shadow-color: rgb(103 232 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/35 {
    --tw-shadow-color: rgb(103 232 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/40 {
    --tw-shadow-color: rgb(103 232 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/45 {
    --tw-shadow-color: rgb(103 232 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/5 {
    --tw-shadow-color: rgb(103 232 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/50 {
    --tw-shadow-color: rgb(103 232 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/55 {
    --tw-shadow-color: rgb(103 232 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/60 {
    --tw-shadow-color: rgb(103 232 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/65 {
    --tw-shadow-color: rgb(103 232 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/70 {
    --tw-shadow-color: rgb(103 232 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/75 {
    --tw-shadow-color: rgb(103 232 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/80 {
    --tw-shadow-color: rgb(103 232 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/85 {
    --tw-shadow-color: rgb(103 232 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/90 {
    --tw-shadow-color: rgb(103 232 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-300\/95 {
    --tw-shadow-color: rgb(103 232 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400 {
    --tw-shadow-color: #22d3ee;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/0 {
    --tw-shadow-color: rgb(34 211 238 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/10 {
    --tw-shadow-color: rgb(34 211 238 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/100 {
    --tw-shadow-color: rgb(34 211 238 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/15 {
    --tw-shadow-color: rgb(34 211 238 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/20 {
    --tw-shadow-color: rgb(34 211 238 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/25 {
    --tw-shadow-color: rgb(34 211 238 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/30 {
    --tw-shadow-color: rgb(34 211 238 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/35 {
    --tw-shadow-color: rgb(34 211 238 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/40 {
    --tw-shadow-color: rgb(34 211 238 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/45 {
    --tw-shadow-color: rgb(34 211 238 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/5 {
    --tw-shadow-color: rgb(34 211 238 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/50 {
    --tw-shadow-color: rgb(34 211 238 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/55 {
    --tw-shadow-color: rgb(34 211 238 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/60 {
    --tw-shadow-color: rgb(34 211 238 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/65 {
    --tw-shadow-color: rgb(34 211 238 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/70 {
    --tw-shadow-color: rgb(34 211 238 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/75 {
    --tw-shadow-color: rgb(34 211 238 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/80 {
    --tw-shadow-color: rgb(34 211 238 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/85 {
    --tw-shadow-color: rgb(34 211 238 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/90 {
    --tw-shadow-color: rgb(34 211 238 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-400\/95 {
    --tw-shadow-color: rgb(34 211 238 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50 {
    --tw-shadow-color: #ecfeff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/0 {
    --tw-shadow-color: rgb(236 254 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/10 {
    --tw-shadow-color: rgb(236 254 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/100 {
    --tw-shadow-color: rgb(236 254 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/15 {
    --tw-shadow-color: rgb(236 254 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/20 {
    --tw-shadow-color: rgb(236 254 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/25 {
    --tw-shadow-color: rgb(236 254 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/30 {
    --tw-shadow-color: rgb(236 254 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/35 {
    --tw-shadow-color: rgb(236 254 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/40 {
    --tw-shadow-color: rgb(236 254 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/45 {
    --tw-shadow-color: rgb(236 254 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/5 {
    --tw-shadow-color: rgb(236 254 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/50 {
    --tw-shadow-color: rgb(236 254 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/55 {
    --tw-shadow-color: rgb(236 254 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/60 {
    --tw-shadow-color: rgb(236 254 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/65 {
    --tw-shadow-color: rgb(236 254 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/70 {
    --tw-shadow-color: rgb(236 254 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/75 {
    --tw-shadow-color: rgb(236 254 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/80 {
    --tw-shadow-color: rgb(236 254 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/85 {
    --tw-shadow-color: rgb(236 254 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/90 {
    --tw-shadow-color: rgb(236 254 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-50\/95 {
    --tw-shadow-color: rgb(236 254 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500 {
    --tw-shadow-color: #06b6d4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/0 {
    --tw-shadow-color: rgb(6 182 212 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/10 {
    --tw-shadow-color: rgb(6 182 212 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/100 {
    --tw-shadow-color: rgb(6 182 212 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/15 {
    --tw-shadow-color: rgb(6 182 212 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/20 {
    --tw-shadow-color: rgb(6 182 212 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/25 {
    --tw-shadow-color: rgb(6 182 212 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/30 {
    --tw-shadow-color: rgb(6 182 212 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/35 {
    --tw-shadow-color: rgb(6 182 212 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/40 {
    --tw-shadow-color: rgb(6 182 212 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/45 {
    --tw-shadow-color: rgb(6 182 212 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/5 {
    --tw-shadow-color: rgb(6 182 212 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/50 {
    --tw-shadow-color: rgb(6 182 212 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/55 {
    --tw-shadow-color: rgb(6 182 212 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/60 {
    --tw-shadow-color: rgb(6 182 212 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/65 {
    --tw-shadow-color: rgb(6 182 212 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/70 {
    --tw-shadow-color: rgb(6 182 212 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/75 {
    --tw-shadow-color: rgb(6 182 212 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/80 {
    --tw-shadow-color: rgb(6 182 212 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/85 {
    --tw-shadow-color: rgb(6 182 212 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/90 {
    --tw-shadow-color: rgb(6 182 212 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-500\/95 {
    --tw-shadow-color: rgb(6 182 212 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600 {
    --tw-shadow-color: #0891b2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/0 {
    --tw-shadow-color: rgb(8 145 178 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/10 {
    --tw-shadow-color: rgb(8 145 178 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/100 {
    --tw-shadow-color: rgb(8 145 178 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/15 {
    --tw-shadow-color: rgb(8 145 178 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/20 {
    --tw-shadow-color: rgb(8 145 178 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/25 {
    --tw-shadow-color: rgb(8 145 178 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/30 {
    --tw-shadow-color: rgb(8 145 178 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/35 {
    --tw-shadow-color: rgb(8 145 178 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/40 {
    --tw-shadow-color: rgb(8 145 178 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/45 {
    --tw-shadow-color: rgb(8 145 178 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/5 {
    --tw-shadow-color: rgb(8 145 178 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/50 {
    --tw-shadow-color: rgb(8 145 178 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/55 {
    --tw-shadow-color: rgb(8 145 178 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/60 {
    --tw-shadow-color: rgb(8 145 178 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/65 {
    --tw-shadow-color: rgb(8 145 178 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/70 {
    --tw-shadow-color: rgb(8 145 178 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/75 {
    --tw-shadow-color: rgb(8 145 178 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/80 {
    --tw-shadow-color: rgb(8 145 178 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/85 {
    --tw-shadow-color: rgb(8 145 178 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/90 {
    --tw-shadow-color: rgb(8 145 178 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-600\/95 {
    --tw-shadow-color: rgb(8 145 178 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700 {
    --tw-shadow-color: #0e7490;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/0 {
    --tw-shadow-color: rgb(14 116 144 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/10 {
    --tw-shadow-color: rgb(14 116 144 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/100 {
    --tw-shadow-color: rgb(14 116 144 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/15 {
    --tw-shadow-color: rgb(14 116 144 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/20 {
    --tw-shadow-color: rgb(14 116 144 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/25 {
    --tw-shadow-color: rgb(14 116 144 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/30 {
    --tw-shadow-color: rgb(14 116 144 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/35 {
    --tw-shadow-color: rgb(14 116 144 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/40 {
    --tw-shadow-color: rgb(14 116 144 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/45 {
    --tw-shadow-color: rgb(14 116 144 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/5 {
    --tw-shadow-color: rgb(14 116 144 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/50 {
    --tw-shadow-color: rgb(14 116 144 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/55 {
    --tw-shadow-color: rgb(14 116 144 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/60 {
    --tw-shadow-color: rgb(14 116 144 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/65 {
    --tw-shadow-color: rgb(14 116 144 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/70 {
    --tw-shadow-color: rgb(14 116 144 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/75 {
    --tw-shadow-color: rgb(14 116 144 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/80 {
    --tw-shadow-color: rgb(14 116 144 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/85 {
    --tw-shadow-color: rgb(14 116 144 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/90 {
    --tw-shadow-color: rgb(14 116 144 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-700\/95 {
    --tw-shadow-color: rgb(14 116 144 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800 {
    --tw-shadow-color: #155e75;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/0 {
    --tw-shadow-color: rgb(21 94 117 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/10 {
    --tw-shadow-color: rgb(21 94 117 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/100 {
    --tw-shadow-color: rgb(21 94 117 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/15 {
    --tw-shadow-color: rgb(21 94 117 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/20 {
    --tw-shadow-color: rgb(21 94 117 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/25 {
    --tw-shadow-color: rgb(21 94 117 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/30 {
    --tw-shadow-color: rgb(21 94 117 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/35 {
    --tw-shadow-color: rgb(21 94 117 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/40 {
    --tw-shadow-color: rgb(21 94 117 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/45 {
    --tw-shadow-color: rgb(21 94 117 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/5 {
    --tw-shadow-color: rgb(21 94 117 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/50 {
    --tw-shadow-color: rgb(21 94 117 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/55 {
    --tw-shadow-color: rgb(21 94 117 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/60 {
    --tw-shadow-color: rgb(21 94 117 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/65 {
    --tw-shadow-color: rgb(21 94 117 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/70 {
    --tw-shadow-color: rgb(21 94 117 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/75 {
    --tw-shadow-color: rgb(21 94 117 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/80 {
    --tw-shadow-color: rgb(21 94 117 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/85 {
    --tw-shadow-color: rgb(21 94 117 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/90 {
    --tw-shadow-color: rgb(21 94 117 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-800\/95 {
    --tw-shadow-color: rgb(21 94 117 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900 {
    --tw-shadow-color: #164e63;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/0 {
    --tw-shadow-color: rgb(22 78 99 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/10 {
    --tw-shadow-color: rgb(22 78 99 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/100 {
    --tw-shadow-color: rgb(22 78 99 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/15 {
    --tw-shadow-color: rgb(22 78 99 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/20 {
    --tw-shadow-color: rgb(22 78 99 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/25 {
    --tw-shadow-color: rgb(22 78 99 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/30 {
    --tw-shadow-color: rgb(22 78 99 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/35 {
    --tw-shadow-color: rgb(22 78 99 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/40 {
    --tw-shadow-color: rgb(22 78 99 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/45 {
    --tw-shadow-color: rgb(22 78 99 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/5 {
    --tw-shadow-color: rgb(22 78 99 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/50 {
    --tw-shadow-color: rgb(22 78 99 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/55 {
    --tw-shadow-color: rgb(22 78 99 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/60 {
    --tw-shadow-color: rgb(22 78 99 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/65 {
    --tw-shadow-color: rgb(22 78 99 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/70 {
    --tw-shadow-color: rgb(22 78 99 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/75 {
    --tw-shadow-color: rgb(22 78 99 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/80 {
    --tw-shadow-color: rgb(22 78 99 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/85 {
    --tw-shadow-color: rgb(22 78 99 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/90 {
    --tw-shadow-color: rgb(22 78 99 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-900\/95 {
    --tw-shadow-color: rgb(22 78 99 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950 {
    --tw-shadow-color: #083344;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/0 {
    --tw-shadow-color: rgb(8 51 68 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/10 {
    --tw-shadow-color: rgb(8 51 68 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/100 {
    --tw-shadow-color: rgb(8 51 68 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/15 {
    --tw-shadow-color: rgb(8 51 68 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/20 {
    --tw-shadow-color: rgb(8 51 68 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/25 {
    --tw-shadow-color: rgb(8 51 68 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/30 {
    --tw-shadow-color: rgb(8 51 68 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/35 {
    --tw-shadow-color: rgb(8 51 68 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/40 {
    --tw-shadow-color: rgb(8 51 68 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/45 {
    --tw-shadow-color: rgb(8 51 68 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/5 {
    --tw-shadow-color: rgb(8 51 68 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/50 {
    --tw-shadow-color: rgb(8 51 68 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/55 {
    --tw-shadow-color: rgb(8 51 68 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/60 {
    --tw-shadow-color: rgb(8 51 68 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/65 {
    --tw-shadow-color: rgb(8 51 68 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/70 {
    --tw-shadow-color: rgb(8 51 68 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/75 {
    --tw-shadow-color: rgb(8 51 68 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/80 {
    --tw-shadow-color: rgb(8 51 68 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/85 {
    --tw-shadow-color: rgb(8 51 68 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/90 {
    --tw-shadow-color: rgb(8 51 68 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-cyan-950\/95 {
    --tw-shadow-color: rgb(8 51 68 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100 {
    --tw-shadow-color: #d1fae5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/0 {
    --tw-shadow-color: rgb(209 250 229 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/10 {
    --tw-shadow-color: rgb(209 250 229 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/100 {
    --tw-shadow-color: rgb(209 250 229 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/15 {
    --tw-shadow-color: rgb(209 250 229 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/20 {
    --tw-shadow-color: rgb(209 250 229 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/25 {
    --tw-shadow-color: rgb(209 250 229 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/30 {
    --tw-shadow-color: rgb(209 250 229 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/35 {
    --tw-shadow-color: rgb(209 250 229 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/40 {
    --tw-shadow-color: rgb(209 250 229 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/45 {
    --tw-shadow-color: rgb(209 250 229 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/5 {
    --tw-shadow-color: rgb(209 250 229 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/50 {
    --tw-shadow-color: rgb(209 250 229 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/55 {
    --tw-shadow-color: rgb(209 250 229 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/60 {
    --tw-shadow-color: rgb(209 250 229 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/65 {
    --tw-shadow-color: rgb(209 250 229 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/70 {
    --tw-shadow-color: rgb(209 250 229 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/75 {
    --tw-shadow-color: rgb(209 250 229 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/80 {
    --tw-shadow-color: rgb(209 250 229 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/85 {
    --tw-shadow-color: rgb(209 250 229 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/90 {
    --tw-shadow-color: rgb(209 250 229 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-100\/95 {
    --tw-shadow-color: rgb(209 250 229 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200 {
    --tw-shadow-color: #a7f3d0;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/0 {
    --tw-shadow-color: rgb(167 243 208 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/10 {
    --tw-shadow-color: rgb(167 243 208 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/100 {
    --tw-shadow-color: rgb(167 243 208 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/15 {
    --tw-shadow-color: rgb(167 243 208 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/20 {
    --tw-shadow-color: rgb(167 243 208 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/25 {
    --tw-shadow-color: rgb(167 243 208 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/30 {
    --tw-shadow-color: rgb(167 243 208 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/35 {
    --tw-shadow-color: rgb(167 243 208 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/40 {
    --tw-shadow-color: rgb(167 243 208 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/45 {
    --tw-shadow-color: rgb(167 243 208 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/5 {
    --tw-shadow-color: rgb(167 243 208 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/50 {
    --tw-shadow-color: rgb(167 243 208 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/55 {
    --tw-shadow-color: rgb(167 243 208 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/60 {
    --tw-shadow-color: rgb(167 243 208 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/65 {
    --tw-shadow-color: rgb(167 243 208 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/70 {
    --tw-shadow-color: rgb(167 243 208 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/75 {
    --tw-shadow-color: rgb(167 243 208 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/80 {
    --tw-shadow-color: rgb(167 243 208 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/85 {
    --tw-shadow-color: rgb(167 243 208 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/90 {
    --tw-shadow-color: rgb(167 243 208 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-200\/95 {
    --tw-shadow-color: rgb(167 243 208 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300 {
    --tw-shadow-color: #6ee7b7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/0 {
    --tw-shadow-color: rgb(110 231 183 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/10 {
    --tw-shadow-color: rgb(110 231 183 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/100 {
    --tw-shadow-color: rgb(110 231 183 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/15 {
    --tw-shadow-color: rgb(110 231 183 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/20 {
    --tw-shadow-color: rgb(110 231 183 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/25 {
    --tw-shadow-color: rgb(110 231 183 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/30 {
    --tw-shadow-color: rgb(110 231 183 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/35 {
    --tw-shadow-color: rgb(110 231 183 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/40 {
    --tw-shadow-color: rgb(110 231 183 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/45 {
    --tw-shadow-color: rgb(110 231 183 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/5 {
    --tw-shadow-color: rgb(110 231 183 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/50 {
    --tw-shadow-color: rgb(110 231 183 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/55 {
    --tw-shadow-color: rgb(110 231 183 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/60 {
    --tw-shadow-color: rgb(110 231 183 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/65 {
    --tw-shadow-color: rgb(110 231 183 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/70 {
    --tw-shadow-color: rgb(110 231 183 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/75 {
    --tw-shadow-color: rgb(110 231 183 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/80 {
    --tw-shadow-color: rgb(110 231 183 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/85 {
    --tw-shadow-color: rgb(110 231 183 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/90 {
    --tw-shadow-color: rgb(110 231 183 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-300\/95 {
    --tw-shadow-color: rgb(110 231 183 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400 {
    --tw-shadow-color: #34d399;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/0 {
    --tw-shadow-color: rgb(52 211 153 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/10 {
    --tw-shadow-color: rgb(52 211 153 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/100 {
    --tw-shadow-color: rgb(52 211 153 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/15 {
    --tw-shadow-color: rgb(52 211 153 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/20 {
    --tw-shadow-color: rgb(52 211 153 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/25 {
    --tw-shadow-color: rgb(52 211 153 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/30 {
    --tw-shadow-color: rgb(52 211 153 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/35 {
    --tw-shadow-color: rgb(52 211 153 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/40 {
    --tw-shadow-color: rgb(52 211 153 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/45 {
    --tw-shadow-color: rgb(52 211 153 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/5 {
    --tw-shadow-color: rgb(52 211 153 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/50 {
    --tw-shadow-color: rgb(52 211 153 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/55 {
    --tw-shadow-color: rgb(52 211 153 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/60 {
    --tw-shadow-color: rgb(52 211 153 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/65 {
    --tw-shadow-color: rgb(52 211 153 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/70 {
    --tw-shadow-color: rgb(52 211 153 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/75 {
    --tw-shadow-color: rgb(52 211 153 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/80 {
    --tw-shadow-color: rgb(52 211 153 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/85 {
    --tw-shadow-color: rgb(52 211 153 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/90 {
    --tw-shadow-color: rgb(52 211 153 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-400\/95 {
    --tw-shadow-color: rgb(52 211 153 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50 {
    --tw-shadow-color: #ecfdf5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/0 {
    --tw-shadow-color: rgb(236 253 245 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/10 {
    --tw-shadow-color: rgb(236 253 245 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/100 {
    --tw-shadow-color: rgb(236 253 245 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/15 {
    --tw-shadow-color: rgb(236 253 245 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/20 {
    --tw-shadow-color: rgb(236 253 245 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/25 {
    --tw-shadow-color: rgb(236 253 245 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/30 {
    --tw-shadow-color: rgb(236 253 245 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/35 {
    --tw-shadow-color: rgb(236 253 245 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/40 {
    --tw-shadow-color: rgb(236 253 245 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/45 {
    --tw-shadow-color: rgb(236 253 245 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/5 {
    --tw-shadow-color: rgb(236 253 245 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/50 {
    --tw-shadow-color: rgb(236 253 245 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/55 {
    --tw-shadow-color: rgb(236 253 245 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/60 {
    --tw-shadow-color: rgb(236 253 245 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/65 {
    --tw-shadow-color: rgb(236 253 245 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/70 {
    --tw-shadow-color: rgb(236 253 245 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/75 {
    --tw-shadow-color: rgb(236 253 245 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/80 {
    --tw-shadow-color: rgb(236 253 245 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/85 {
    --tw-shadow-color: rgb(236 253 245 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/90 {
    --tw-shadow-color: rgb(236 253 245 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-50\/95 {
    --tw-shadow-color: rgb(236 253 245 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500 {
    --tw-shadow-color: #10b981;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/0 {
    --tw-shadow-color: rgb(16 185 129 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/10 {
    --tw-shadow-color: rgb(16 185 129 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/100 {
    --tw-shadow-color: rgb(16 185 129 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/15 {
    --tw-shadow-color: rgb(16 185 129 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/20 {
    --tw-shadow-color: rgb(16 185 129 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/25 {
    --tw-shadow-color: rgb(16 185 129 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/30 {
    --tw-shadow-color: rgb(16 185 129 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/35 {
    --tw-shadow-color: rgb(16 185 129 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/40 {
    --tw-shadow-color: rgb(16 185 129 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/45 {
    --tw-shadow-color: rgb(16 185 129 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/5 {
    --tw-shadow-color: rgb(16 185 129 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/50 {
    --tw-shadow-color: rgb(16 185 129 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/55 {
    --tw-shadow-color: rgb(16 185 129 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/60 {
    --tw-shadow-color: rgb(16 185 129 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/65 {
    --tw-shadow-color: rgb(16 185 129 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/70 {
    --tw-shadow-color: rgb(16 185 129 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/75 {
    --tw-shadow-color: rgb(16 185 129 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/80 {
    --tw-shadow-color: rgb(16 185 129 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/85 {
    --tw-shadow-color: rgb(16 185 129 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/90 {
    --tw-shadow-color: rgb(16 185 129 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-500\/95 {
    --tw-shadow-color: rgb(16 185 129 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600 {
    --tw-shadow-color: #059669;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/0 {
    --tw-shadow-color: rgb(5 150 105 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/10 {
    --tw-shadow-color: rgb(5 150 105 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/100 {
    --tw-shadow-color: rgb(5 150 105 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/15 {
    --tw-shadow-color: rgb(5 150 105 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/20 {
    --tw-shadow-color: rgb(5 150 105 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/25 {
    --tw-shadow-color: rgb(5 150 105 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/30 {
    --tw-shadow-color: rgb(5 150 105 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/35 {
    --tw-shadow-color: rgb(5 150 105 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/40 {
    --tw-shadow-color: rgb(5 150 105 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/45 {
    --tw-shadow-color: rgb(5 150 105 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/5 {
    --tw-shadow-color: rgb(5 150 105 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/50 {
    --tw-shadow-color: rgb(5 150 105 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/55 {
    --tw-shadow-color: rgb(5 150 105 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/60 {
    --tw-shadow-color: rgb(5 150 105 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/65 {
    --tw-shadow-color: rgb(5 150 105 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/70 {
    --tw-shadow-color: rgb(5 150 105 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/75 {
    --tw-shadow-color: rgb(5 150 105 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/80 {
    --tw-shadow-color: rgb(5 150 105 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/85 {
    --tw-shadow-color: rgb(5 150 105 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/90 {
    --tw-shadow-color: rgb(5 150 105 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-600\/95 {
    --tw-shadow-color: rgb(5 150 105 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700 {
    --tw-shadow-color: #047857;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/0 {
    --tw-shadow-color: rgb(4 120 87 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/10 {
    --tw-shadow-color: rgb(4 120 87 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/100 {
    --tw-shadow-color: rgb(4 120 87 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/15 {
    --tw-shadow-color: rgb(4 120 87 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/20 {
    --tw-shadow-color: rgb(4 120 87 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/25 {
    --tw-shadow-color: rgb(4 120 87 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/30 {
    --tw-shadow-color: rgb(4 120 87 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/35 {
    --tw-shadow-color: rgb(4 120 87 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/40 {
    --tw-shadow-color: rgb(4 120 87 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/45 {
    --tw-shadow-color: rgb(4 120 87 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/5 {
    --tw-shadow-color: rgb(4 120 87 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/50 {
    --tw-shadow-color: rgb(4 120 87 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/55 {
    --tw-shadow-color: rgb(4 120 87 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/60 {
    --tw-shadow-color: rgb(4 120 87 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/65 {
    --tw-shadow-color: rgb(4 120 87 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/70 {
    --tw-shadow-color: rgb(4 120 87 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/75 {
    --tw-shadow-color: rgb(4 120 87 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/80 {
    --tw-shadow-color: rgb(4 120 87 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/85 {
    --tw-shadow-color: rgb(4 120 87 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/90 {
    --tw-shadow-color: rgb(4 120 87 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-700\/95 {
    --tw-shadow-color: rgb(4 120 87 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800 {
    --tw-shadow-color: #065f46;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/0 {
    --tw-shadow-color: rgb(6 95 70 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/10 {
    --tw-shadow-color: rgb(6 95 70 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/100 {
    --tw-shadow-color: rgb(6 95 70 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/15 {
    --tw-shadow-color: rgb(6 95 70 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/20 {
    --tw-shadow-color: rgb(6 95 70 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/25 {
    --tw-shadow-color: rgb(6 95 70 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/30 {
    --tw-shadow-color: rgb(6 95 70 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/35 {
    --tw-shadow-color: rgb(6 95 70 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/40 {
    --tw-shadow-color: rgb(6 95 70 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/45 {
    --tw-shadow-color: rgb(6 95 70 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/5 {
    --tw-shadow-color: rgb(6 95 70 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/50 {
    --tw-shadow-color: rgb(6 95 70 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/55 {
    --tw-shadow-color: rgb(6 95 70 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/60 {
    --tw-shadow-color: rgb(6 95 70 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/65 {
    --tw-shadow-color: rgb(6 95 70 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/70 {
    --tw-shadow-color: rgb(6 95 70 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/75 {
    --tw-shadow-color: rgb(6 95 70 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/80 {
    --tw-shadow-color: rgb(6 95 70 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/85 {
    --tw-shadow-color: rgb(6 95 70 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/90 {
    --tw-shadow-color: rgb(6 95 70 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-800\/95 {
    --tw-shadow-color: rgb(6 95 70 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900 {
    --tw-shadow-color: #064e3b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/0 {
    --tw-shadow-color: rgb(6 78 59 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/10 {
    --tw-shadow-color: rgb(6 78 59 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/100 {
    --tw-shadow-color: rgb(6 78 59 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/15 {
    --tw-shadow-color: rgb(6 78 59 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/20 {
    --tw-shadow-color: rgb(6 78 59 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/25 {
    --tw-shadow-color: rgb(6 78 59 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/30 {
    --tw-shadow-color: rgb(6 78 59 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/35 {
    --tw-shadow-color: rgb(6 78 59 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/40 {
    --tw-shadow-color: rgb(6 78 59 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/45 {
    --tw-shadow-color: rgb(6 78 59 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/5 {
    --tw-shadow-color: rgb(6 78 59 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/50 {
    --tw-shadow-color: rgb(6 78 59 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/55 {
    --tw-shadow-color: rgb(6 78 59 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/60 {
    --tw-shadow-color: rgb(6 78 59 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/65 {
    --tw-shadow-color: rgb(6 78 59 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/70 {
    --tw-shadow-color: rgb(6 78 59 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/75 {
    --tw-shadow-color: rgb(6 78 59 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/80 {
    --tw-shadow-color: rgb(6 78 59 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/85 {
    --tw-shadow-color: rgb(6 78 59 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/90 {
    --tw-shadow-color: rgb(6 78 59 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-900\/95 {
    --tw-shadow-color: rgb(6 78 59 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950 {
    --tw-shadow-color: #022c22;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/0 {
    --tw-shadow-color: rgb(2 44 34 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/10 {
    --tw-shadow-color: rgb(2 44 34 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/100 {
    --tw-shadow-color: rgb(2 44 34 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/15 {
    --tw-shadow-color: rgb(2 44 34 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/20 {
    --tw-shadow-color: rgb(2 44 34 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/25 {
    --tw-shadow-color: rgb(2 44 34 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/30 {
    --tw-shadow-color: rgb(2 44 34 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/35 {
    --tw-shadow-color: rgb(2 44 34 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/40 {
    --tw-shadow-color: rgb(2 44 34 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/45 {
    --tw-shadow-color: rgb(2 44 34 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/5 {
    --tw-shadow-color: rgb(2 44 34 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/50 {
    --tw-shadow-color: rgb(2 44 34 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/55 {
    --tw-shadow-color: rgb(2 44 34 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/60 {
    --tw-shadow-color: rgb(2 44 34 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/65 {
    --tw-shadow-color: rgb(2 44 34 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/70 {
    --tw-shadow-color: rgb(2 44 34 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/75 {
    --tw-shadow-color: rgb(2 44 34 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/80 {
    --tw-shadow-color: rgb(2 44 34 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/85 {
    --tw-shadow-color: rgb(2 44 34 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/90 {
    --tw-shadow-color: rgb(2 44 34 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-emerald-950\/95 {
    --tw-shadow-color: rgb(2 44 34 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100 {
    --tw-shadow-color: #fae8ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/0 {
    --tw-shadow-color: rgb(250 232 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/10 {
    --tw-shadow-color: rgb(250 232 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/100 {
    --tw-shadow-color: rgb(250 232 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/15 {
    --tw-shadow-color: rgb(250 232 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/20 {
    --tw-shadow-color: rgb(250 232 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/25 {
    --tw-shadow-color: rgb(250 232 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/30 {
    --tw-shadow-color: rgb(250 232 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/35 {
    --tw-shadow-color: rgb(250 232 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/40 {
    --tw-shadow-color: rgb(250 232 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/45 {
    --tw-shadow-color: rgb(250 232 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/5 {
    --tw-shadow-color: rgb(250 232 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/50 {
    --tw-shadow-color: rgb(250 232 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/55 {
    --tw-shadow-color: rgb(250 232 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/60 {
    --tw-shadow-color: rgb(250 232 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/65 {
    --tw-shadow-color: rgb(250 232 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/70 {
    --tw-shadow-color: rgb(250 232 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/75 {
    --tw-shadow-color: rgb(250 232 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/80 {
    --tw-shadow-color: rgb(250 232 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/85 {
    --tw-shadow-color: rgb(250 232 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/90 {
    --tw-shadow-color: rgb(250 232 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-100\/95 {
    --tw-shadow-color: rgb(250 232 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200 {
    --tw-shadow-color: #f5d0fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/0 {
    --tw-shadow-color: rgb(245 208 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/10 {
    --tw-shadow-color: rgb(245 208 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/100 {
    --tw-shadow-color: rgb(245 208 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/15 {
    --tw-shadow-color: rgb(245 208 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/20 {
    --tw-shadow-color: rgb(245 208 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/25 {
    --tw-shadow-color: rgb(245 208 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/30 {
    --tw-shadow-color: rgb(245 208 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/35 {
    --tw-shadow-color: rgb(245 208 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/40 {
    --tw-shadow-color: rgb(245 208 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/45 {
    --tw-shadow-color: rgb(245 208 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/5 {
    --tw-shadow-color: rgb(245 208 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/50 {
    --tw-shadow-color: rgb(245 208 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/55 {
    --tw-shadow-color: rgb(245 208 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/60 {
    --tw-shadow-color: rgb(245 208 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/65 {
    --tw-shadow-color: rgb(245 208 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/70 {
    --tw-shadow-color: rgb(245 208 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/75 {
    --tw-shadow-color: rgb(245 208 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/80 {
    --tw-shadow-color: rgb(245 208 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/85 {
    --tw-shadow-color: rgb(245 208 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/90 {
    --tw-shadow-color: rgb(245 208 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-200\/95 {
    --tw-shadow-color: rgb(245 208 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300 {
    --tw-shadow-color: #f0abfc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/0 {
    --tw-shadow-color: rgb(240 171 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/10 {
    --tw-shadow-color: rgb(240 171 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/100 {
    --tw-shadow-color: rgb(240 171 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/15 {
    --tw-shadow-color: rgb(240 171 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/20 {
    --tw-shadow-color: rgb(240 171 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/25 {
    --tw-shadow-color: rgb(240 171 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/30 {
    --tw-shadow-color: rgb(240 171 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/35 {
    --tw-shadow-color: rgb(240 171 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/40 {
    --tw-shadow-color: rgb(240 171 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/45 {
    --tw-shadow-color: rgb(240 171 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/5 {
    --tw-shadow-color: rgb(240 171 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/50 {
    --tw-shadow-color: rgb(240 171 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/55 {
    --tw-shadow-color: rgb(240 171 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/60 {
    --tw-shadow-color: rgb(240 171 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/65 {
    --tw-shadow-color: rgb(240 171 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/70 {
    --tw-shadow-color: rgb(240 171 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/75 {
    --tw-shadow-color: rgb(240 171 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/80 {
    --tw-shadow-color: rgb(240 171 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/85 {
    --tw-shadow-color: rgb(240 171 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/90 {
    --tw-shadow-color: rgb(240 171 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-300\/95 {
    --tw-shadow-color: rgb(240 171 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400 {
    --tw-shadow-color: #e879f9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/0 {
    --tw-shadow-color: rgb(232 121 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/10 {
    --tw-shadow-color: rgb(232 121 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/100 {
    --tw-shadow-color: rgb(232 121 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/15 {
    --tw-shadow-color: rgb(232 121 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/20 {
    --tw-shadow-color: rgb(232 121 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/25 {
    --tw-shadow-color: rgb(232 121 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/30 {
    --tw-shadow-color: rgb(232 121 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/35 {
    --tw-shadow-color: rgb(232 121 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/40 {
    --tw-shadow-color: rgb(232 121 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/45 {
    --tw-shadow-color: rgb(232 121 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/5 {
    --tw-shadow-color: rgb(232 121 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/50 {
    --tw-shadow-color: rgb(232 121 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/55 {
    --tw-shadow-color: rgb(232 121 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/60 {
    --tw-shadow-color: rgb(232 121 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/65 {
    --tw-shadow-color: rgb(232 121 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/70 {
    --tw-shadow-color: rgb(232 121 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/75 {
    --tw-shadow-color: rgb(232 121 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/80 {
    --tw-shadow-color: rgb(232 121 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/85 {
    --tw-shadow-color: rgb(232 121 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/90 {
    --tw-shadow-color: rgb(232 121 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-400\/95 {
    --tw-shadow-color: rgb(232 121 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50 {
    --tw-shadow-color: #fdf4ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/0 {
    --tw-shadow-color: rgb(253 244 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/10 {
    --tw-shadow-color: rgb(253 244 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/100 {
    --tw-shadow-color: rgb(253 244 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/15 {
    --tw-shadow-color: rgb(253 244 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/20 {
    --tw-shadow-color: rgb(253 244 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/25 {
    --tw-shadow-color: rgb(253 244 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/30 {
    --tw-shadow-color: rgb(253 244 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/35 {
    --tw-shadow-color: rgb(253 244 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/40 {
    --tw-shadow-color: rgb(253 244 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/45 {
    --tw-shadow-color: rgb(253 244 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/5 {
    --tw-shadow-color: rgb(253 244 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/50 {
    --tw-shadow-color: rgb(253 244 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/55 {
    --tw-shadow-color: rgb(253 244 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/60 {
    --tw-shadow-color: rgb(253 244 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/65 {
    --tw-shadow-color: rgb(253 244 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/70 {
    --tw-shadow-color: rgb(253 244 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/75 {
    --tw-shadow-color: rgb(253 244 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/80 {
    --tw-shadow-color: rgb(253 244 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/85 {
    --tw-shadow-color: rgb(253 244 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/90 {
    --tw-shadow-color: rgb(253 244 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-50\/95 {
    --tw-shadow-color: rgb(253 244 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500 {
    --tw-shadow-color: #d946ef;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/0 {
    --tw-shadow-color: rgb(217 70 239 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/10 {
    --tw-shadow-color: rgb(217 70 239 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/100 {
    --tw-shadow-color: rgb(217 70 239 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/15 {
    --tw-shadow-color: rgb(217 70 239 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/20 {
    --tw-shadow-color: rgb(217 70 239 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/25 {
    --tw-shadow-color: rgb(217 70 239 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/30 {
    --tw-shadow-color: rgb(217 70 239 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/35 {
    --tw-shadow-color: rgb(217 70 239 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/40 {
    --tw-shadow-color: rgb(217 70 239 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/45 {
    --tw-shadow-color: rgb(217 70 239 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/5 {
    --tw-shadow-color: rgb(217 70 239 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/50 {
    --tw-shadow-color: rgb(217 70 239 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/55 {
    --tw-shadow-color: rgb(217 70 239 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/60 {
    --tw-shadow-color: rgb(217 70 239 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/65 {
    --tw-shadow-color: rgb(217 70 239 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/70 {
    --tw-shadow-color: rgb(217 70 239 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/75 {
    --tw-shadow-color: rgb(217 70 239 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/80 {
    --tw-shadow-color: rgb(217 70 239 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/85 {
    --tw-shadow-color: rgb(217 70 239 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/90 {
    --tw-shadow-color: rgb(217 70 239 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-500\/95 {
    --tw-shadow-color: rgb(217 70 239 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600 {
    --tw-shadow-color: #c026d3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/0 {
    --tw-shadow-color: rgb(192 38 211 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/10 {
    --tw-shadow-color: rgb(192 38 211 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/100 {
    --tw-shadow-color: rgb(192 38 211 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/15 {
    --tw-shadow-color: rgb(192 38 211 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/20 {
    --tw-shadow-color: rgb(192 38 211 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/25 {
    --tw-shadow-color: rgb(192 38 211 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/30 {
    --tw-shadow-color: rgb(192 38 211 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/35 {
    --tw-shadow-color: rgb(192 38 211 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/40 {
    --tw-shadow-color: rgb(192 38 211 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/45 {
    --tw-shadow-color: rgb(192 38 211 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/5 {
    --tw-shadow-color: rgb(192 38 211 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/50 {
    --tw-shadow-color: rgb(192 38 211 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/55 {
    --tw-shadow-color: rgb(192 38 211 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/60 {
    --tw-shadow-color: rgb(192 38 211 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/65 {
    --tw-shadow-color: rgb(192 38 211 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/70 {
    --tw-shadow-color: rgb(192 38 211 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/75 {
    --tw-shadow-color: rgb(192 38 211 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/80 {
    --tw-shadow-color: rgb(192 38 211 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/85 {
    --tw-shadow-color: rgb(192 38 211 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/90 {
    --tw-shadow-color: rgb(192 38 211 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-600\/95 {
    --tw-shadow-color: rgb(192 38 211 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700 {
    --tw-shadow-color: #a21caf;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/0 {
    --tw-shadow-color: rgb(162 28 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/10 {
    --tw-shadow-color: rgb(162 28 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/100 {
    --tw-shadow-color: rgb(162 28 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/15 {
    --tw-shadow-color: rgb(162 28 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/20 {
    --tw-shadow-color: rgb(162 28 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/25 {
    --tw-shadow-color: rgb(162 28 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/30 {
    --tw-shadow-color: rgb(162 28 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/35 {
    --tw-shadow-color: rgb(162 28 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/40 {
    --tw-shadow-color: rgb(162 28 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/45 {
    --tw-shadow-color: rgb(162 28 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/5 {
    --tw-shadow-color: rgb(162 28 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/50 {
    --tw-shadow-color: rgb(162 28 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/55 {
    --tw-shadow-color: rgb(162 28 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/60 {
    --tw-shadow-color: rgb(162 28 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/65 {
    --tw-shadow-color: rgb(162 28 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/70 {
    --tw-shadow-color: rgb(162 28 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/75 {
    --tw-shadow-color: rgb(162 28 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/80 {
    --tw-shadow-color: rgb(162 28 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/85 {
    --tw-shadow-color: rgb(162 28 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/90 {
    --tw-shadow-color: rgb(162 28 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-700\/95 {
    --tw-shadow-color: rgb(162 28 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800 {
    --tw-shadow-color: #86198f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/0 {
    --tw-shadow-color: rgb(134 25 143 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/10 {
    --tw-shadow-color: rgb(134 25 143 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/100 {
    --tw-shadow-color: rgb(134 25 143 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/15 {
    --tw-shadow-color: rgb(134 25 143 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/20 {
    --tw-shadow-color: rgb(134 25 143 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/25 {
    --tw-shadow-color: rgb(134 25 143 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/30 {
    --tw-shadow-color: rgb(134 25 143 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/35 {
    --tw-shadow-color: rgb(134 25 143 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/40 {
    --tw-shadow-color: rgb(134 25 143 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/45 {
    --tw-shadow-color: rgb(134 25 143 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/5 {
    --tw-shadow-color: rgb(134 25 143 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/50 {
    --tw-shadow-color: rgb(134 25 143 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/55 {
    --tw-shadow-color: rgb(134 25 143 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/60 {
    --tw-shadow-color: rgb(134 25 143 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/65 {
    --tw-shadow-color: rgb(134 25 143 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/70 {
    --tw-shadow-color: rgb(134 25 143 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/75 {
    --tw-shadow-color: rgb(134 25 143 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/80 {
    --tw-shadow-color: rgb(134 25 143 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/85 {
    --tw-shadow-color: rgb(134 25 143 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/90 {
    --tw-shadow-color: rgb(134 25 143 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-800\/95 {
    --tw-shadow-color: rgb(134 25 143 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900 {
    --tw-shadow-color: #701a75;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/0 {
    --tw-shadow-color: rgb(112 26 117 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/10 {
    --tw-shadow-color: rgb(112 26 117 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/100 {
    --tw-shadow-color: rgb(112 26 117 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/15 {
    --tw-shadow-color: rgb(112 26 117 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/20 {
    --tw-shadow-color: rgb(112 26 117 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/25 {
    --tw-shadow-color: rgb(112 26 117 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/30 {
    --tw-shadow-color: rgb(112 26 117 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/35 {
    --tw-shadow-color: rgb(112 26 117 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/40 {
    --tw-shadow-color: rgb(112 26 117 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/45 {
    --tw-shadow-color: rgb(112 26 117 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/5 {
    --tw-shadow-color: rgb(112 26 117 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/50 {
    --tw-shadow-color: rgb(112 26 117 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/55 {
    --tw-shadow-color: rgb(112 26 117 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/60 {
    --tw-shadow-color: rgb(112 26 117 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/65 {
    --tw-shadow-color: rgb(112 26 117 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/70 {
    --tw-shadow-color: rgb(112 26 117 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/75 {
    --tw-shadow-color: rgb(112 26 117 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/80 {
    --tw-shadow-color: rgb(112 26 117 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/85 {
    --tw-shadow-color: rgb(112 26 117 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/90 {
    --tw-shadow-color: rgb(112 26 117 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-900\/95 {
    --tw-shadow-color: rgb(112 26 117 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950 {
    --tw-shadow-color: #4a044e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/0 {
    --tw-shadow-color: rgb(74 4 78 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/10 {
    --tw-shadow-color: rgb(74 4 78 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/100 {
    --tw-shadow-color: rgb(74 4 78 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/15 {
    --tw-shadow-color: rgb(74 4 78 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/20 {
    --tw-shadow-color: rgb(74 4 78 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/25 {
    --tw-shadow-color: rgb(74 4 78 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/30 {
    --tw-shadow-color: rgb(74 4 78 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/35 {
    --tw-shadow-color: rgb(74 4 78 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/40 {
    --tw-shadow-color: rgb(74 4 78 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/45 {
    --tw-shadow-color: rgb(74 4 78 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/5 {
    --tw-shadow-color: rgb(74 4 78 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/50 {
    --tw-shadow-color: rgb(74 4 78 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/55 {
    --tw-shadow-color: rgb(74 4 78 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/60 {
    --tw-shadow-color: rgb(74 4 78 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/65 {
    --tw-shadow-color: rgb(74 4 78 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/70 {
    --tw-shadow-color: rgb(74 4 78 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/75 {
    --tw-shadow-color: rgb(74 4 78 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/80 {
    --tw-shadow-color: rgb(74 4 78 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/85 {
    --tw-shadow-color: rgb(74 4 78 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/90 {
    --tw-shadow-color: rgb(74 4 78 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-fuchsia-950\/95 {
    --tw-shadow-color: rgb(74 4 78 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100 {
    --tw-shadow-color: #f3f4f6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/0 {
    --tw-shadow-color: rgb(243 244 246 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/10 {
    --tw-shadow-color: rgb(243 244 246 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/100 {
    --tw-shadow-color: rgb(243 244 246 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/15 {
    --tw-shadow-color: rgb(243 244 246 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/20 {
    --tw-shadow-color: rgb(243 244 246 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/25 {
    --tw-shadow-color: rgb(243 244 246 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/30 {
    --tw-shadow-color: rgb(243 244 246 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/35 {
    --tw-shadow-color: rgb(243 244 246 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/40 {
    --tw-shadow-color: rgb(243 244 246 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/45 {
    --tw-shadow-color: rgb(243 244 246 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/5 {
    --tw-shadow-color: rgb(243 244 246 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/50 {
    --tw-shadow-color: rgb(243 244 246 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/55 {
    --tw-shadow-color: rgb(243 244 246 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/60 {
    --tw-shadow-color: rgb(243 244 246 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/65 {
    --tw-shadow-color: rgb(243 244 246 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/70 {
    --tw-shadow-color: rgb(243 244 246 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/75 {
    --tw-shadow-color: rgb(243 244 246 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/80 {
    --tw-shadow-color: rgb(243 244 246 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/85 {
    --tw-shadow-color: rgb(243 244 246 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/90 {
    --tw-shadow-color: rgb(243 244 246 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-100\/95 {
    --tw-shadow-color: rgb(243 244 246 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200 {
    --tw-shadow-color: #e5e7eb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/0 {
    --tw-shadow-color: rgb(229 231 235 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/10 {
    --tw-shadow-color: rgb(229 231 235 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/100 {
    --tw-shadow-color: rgb(229 231 235 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/15 {
    --tw-shadow-color: rgb(229 231 235 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/20 {
    --tw-shadow-color: rgb(229 231 235 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/25 {
    --tw-shadow-color: rgb(229 231 235 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/30 {
    --tw-shadow-color: rgb(229 231 235 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/35 {
    --tw-shadow-color: rgb(229 231 235 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/40 {
    --tw-shadow-color: rgb(229 231 235 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/45 {
    --tw-shadow-color: rgb(229 231 235 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/5 {
    --tw-shadow-color: rgb(229 231 235 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/50 {
    --tw-shadow-color: rgb(229 231 235 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/55 {
    --tw-shadow-color: rgb(229 231 235 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/60 {
    --tw-shadow-color: rgb(229 231 235 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/65 {
    --tw-shadow-color: rgb(229 231 235 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/70 {
    --tw-shadow-color: rgb(229 231 235 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/75 {
    --tw-shadow-color: rgb(229 231 235 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/80 {
    --tw-shadow-color: rgb(229 231 235 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/85 {
    --tw-shadow-color: rgb(229 231 235 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/90 {
    --tw-shadow-color: rgb(229 231 235 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-200\/95 {
    --tw-shadow-color: rgb(229 231 235 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300 {
    --tw-shadow-color: #d1d5db;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/0 {
    --tw-shadow-color: rgb(209 213 219 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/10 {
    --tw-shadow-color: rgb(209 213 219 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/100 {
    --tw-shadow-color: rgb(209 213 219 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/15 {
    --tw-shadow-color: rgb(209 213 219 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/20 {
    --tw-shadow-color: rgb(209 213 219 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/25 {
    --tw-shadow-color: rgb(209 213 219 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/30 {
    --tw-shadow-color: rgb(209 213 219 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/35 {
    --tw-shadow-color: rgb(209 213 219 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/40 {
    --tw-shadow-color: rgb(209 213 219 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/45 {
    --tw-shadow-color: rgb(209 213 219 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/5 {
    --tw-shadow-color: rgb(209 213 219 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/50 {
    --tw-shadow-color: rgb(209 213 219 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/55 {
    --tw-shadow-color: rgb(209 213 219 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/60 {
    --tw-shadow-color: rgb(209 213 219 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/65 {
    --tw-shadow-color: rgb(209 213 219 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/70 {
    --tw-shadow-color: rgb(209 213 219 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/75 {
    --tw-shadow-color: rgb(209 213 219 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/80 {
    --tw-shadow-color: rgb(209 213 219 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/85 {
    --tw-shadow-color: rgb(209 213 219 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/90 {
    --tw-shadow-color: rgb(209 213 219 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-300\/95 {
    --tw-shadow-color: rgb(209 213 219 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400 {
    --tw-shadow-color: #9ca3af;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/0 {
    --tw-shadow-color: rgb(156 163 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/10 {
    --tw-shadow-color: rgb(156 163 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/100 {
    --tw-shadow-color: rgb(156 163 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/15 {
    --tw-shadow-color: rgb(156 163 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/20 {
    --tw-shadow-color: rgb(156 163 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/25 {
    --tw-shadow-color: rgb(156 163 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/30 {
    --tw-shadow-color: rgb(156 163 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/35 {
    --tw-shadow-color: rgb(156 163 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/40 {
    --tw-shadow-color: rgb(156 163 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/45 {
    --tw-shadow-color: rgb(156 163 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/5 {
    --tw-shadow-color: rgb(156 163 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/50 {
    --tw-shadow-color: rgb(156 163 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/55 {
    --tw-shadow-color: rgb(156 163 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/60 {
    --tw-shadow-color: rgb(156 163 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/65 {
    --tw-shadow-color: rgb(156 163 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/70 {
    --tw-shadow-color: rgb(156 163 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/75 {
    --tw-shadow-color: rgb(156 163 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/80 {
    --tw-shadow-color: rgb(156 163 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/85 {
    --tw-shadow-color: rgb(156 163 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/90 {
    --tw-shadow-color: rgb(156 163 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-400\/95 {
    --tw-shadow-color: rgb(156 163 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50 {
    --tw-shadow-color: #f9fafb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/0 {
    --tw-shadow-color: rgb(249 250 251 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/10 {
    --tw-shadow-color: rgb(249 250 251 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/100 {
    --tw-shadow-color: rgb(249 250 251 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/15 {
    --tw-shadow-color: rgb(249 250 251 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/20 {
    --tw-shadow-color: rgb(249 250 251 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/25 {
    --tw-shadow-color: rgb(249 250 251 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/30 {
    --tw-shadow-color: rgb(249 250 251 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/35 {
    --tw-shadow-color: rgb(249 250 251 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/40 {
    --tw-shadow-color: rgb(249 250 251 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/45 {
    --tw-shadow-color: rgb(249 250 251 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/5 {
    --tw-shadow-color: rgb(249 250 251 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/50 {
    --tw-shadow-color: rgb(249 250 251 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/55 {
    --tw-shadow-color: rgb(249 250 251 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/60 {
    --tw-shadow-color: rgb(249 250 251 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/65 {
    --tw-shadow-color: rgb(249 250 251 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/70 {
    --tw-shadow-color: rgb(249 250 251 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/75 {
    --tw-shadow-color: rgb(249 250 251 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/80 {
    --tw-shadow-color: rgb(249 250 251 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/85 {
    --tw-shadow-color: rgb(249 250 251 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/90 {
    --tw-shadow-color: rgb(249 250 251 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-50\/95 {
    --tw-shadow-color: rgb(249 250 251 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500 {
    --tw-shadow-color: #6b7280;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/0 {
    --tw-shadow-color: rgb(107 114 128 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/10 {
    --tw-shadow-color: rgb(107 114 128 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/100 {
    --tw-shadow-color: rgb(107 114 128 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/15 {
    --tw-shadow-color: rgb(107 114 128 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/20 {
    --tw-shadow-color: rgb(107 114 128 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/25 {
    --tw-shadow-color: rgb(107 114 128 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/30 {
    --tw-shadow-color: rgb(107 114 128 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/35 {
    --tw-shadow-color: rgb(107 114 128 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/40 {
    --tw-shadow-color: rgb(107 114 128 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/45 {
    --tw-shadow-color: rgb(107 114 128 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/5 {
    --tw-shadow-color: rgb(107 114 128 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/50 {
    --tw-shadow-color: rgb(107 114 128 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/55 {
    --tw-shadow-color: rgb(107 114 128 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/60 {
    --tw-shadow-color: rgb(107 114 128 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/65 {
    --tw-shadow-color: rgb(107 114 128 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/70 {
    --tw-shadow-color: rgb(107 114 128 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/75 {
    --tw-shadow-color: rgb(107 114 128 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/80 {
    --tw-shadow-color: rgb(107 114 128 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/85 {
    --tw-shadow-color: rgb(107 114 128 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/90 {
    --tw-shadow-color: rgb(107 114 128 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-500\/95 {
    --tw-shadow-color: rgb(107 114 128 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600 {
    --tw-shadow-color: #4b5563;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/0 {
    --tw-shadow-color: rgb(75 85 99 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/10 {
    --tw-shadow-color: rgb(75 85 99 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/100 {
    --tw-shadow-color: rgb(75 85 99 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/15 {
    --tw-shadow-color: rgb(75 85 99 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/20 {
    --tw-shadow-color: rgb(75 85 99 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/25 {
    --tw-shadow-color: rgb(75 85 99 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/30 {
    --tw-shadow-color: rgb(75 85 99 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/35 {
    --tw-shadow-color: rgb(75 85 99 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/40 {
    --tw-shadow-color: rgb(75 85 99 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/45 {
    --tw-shadow-color: rgb(75 85 99 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/5 {
    --tw-shadow-color: rgb(75 85 99 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/50 {
    --tw-shadow-color: rgb(75 85 99 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/55 {
    --tw-shadow-color: rgb(75 85 99 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/60 {
    --tw-shadow-color: rgb(75 85 99 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/65 {
    --tw-shadow-color: rgb(75 85 99 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/70 {
    --tw-shadow-color: rgb(75 85 99 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/75 {
    --tw-shadow-color: rgb(75 85 99 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/80 {
    --tw-shadow-color: rgb(75 85 99 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/85 {
    --tw-shadow-color: rgb(75 85 99 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/90 {
    --tw-shadow-color: rgb(75 85 99 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-600\/95 {
    --tw-shadow-color: rgb(75 85 99 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700 {
    --tw-shadow-color: #374151;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/0 {
    --tw-shadow-color: rgb(55 65 81 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/10 {
    --tw-shadow-color: rgb(55 65 81 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/100 {
    --tw-shadow-color: rgb(55 65 81 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/15 {
    --tw-shadow-color: rgb(55 65 81 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/20 {
    --tw-shadow-color: rgb(55 65 81 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/25 {
    --tw-shadow-color: rgb(55 65 81 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/30 {
    --tw-shadow-color: rgb(55 65 81 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/35 {
    --tw-shadow-color: rgb(55 65 81 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/40 {
    --tw-shadow-color: rgb(55 65 81 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/45 {
    --tw-shadow-color: rgb(55 65 81 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/5 {
    --tw-shadow-color: rgb(55 65 81 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/50 {
    --tw-shadow-color: rgb(55 65 81 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/55 {
    --tw-shadow-color: rgb(55 65 81 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/60 {
    --tw-shadow-color: rgb(55 65 81 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/65 {
    --tw-shadow-color: rgb(55 65 81 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/70 {
    --tw-shadow-color: rgb(55 65 81 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/75 {
    --tw-shadow-color: rgb(55 65 81 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/80 {
    --tw-shadow-color: rgb(55 65 81 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/85 {
    --tw-shadow-color: rgb(55 65 81 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/90 {
    --tw-shadow-color: rgb(55 65 81 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-700\/95 {
    --tw-shadow-color: rgb(55 65 81 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800 {
    --tw-shadow-color: #1f2937;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/0 {
    --tw-shadow-color: rgb(31 41 55 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/10 {
    --tw-shadow-color: rgb(31 41 55 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/100 {
    --tw-shadow-color: rgb(31 41 55 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/15 {
    --tw-shadow-color: rgb(31 41 55 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/20 {
    --tw-shadow-color: rgb(31 41 55 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/25 {
    --tw-shadow-color: rgb(31 41 55 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/30 {
    --tw-shadow-color: rgb(31 41 55 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/35 {
    --tw-shadow-color: rgb(31 41 55 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/40 {
    --tw-shadow-color: rgb(31 41 55 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/45 {
    --tw-shadow-color: rgb(31 41 55 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/5 {
    --tw-shadow-color: rgb(31 41 55 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/50 {
    --tw-shadow-color: rgb(31 41 55 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/55 {
    --tw-shadow-color: rgb(31 41 55 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/60 {
    --tw-shadow-color: rgb(31 41 55 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/65 {
    --tw-shadow-color: rgb(31 41 55 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/70 {
    --tw-shadow-color: rgb(31 41 55 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/75 {
    --tw-shadow-color: rgb(31 41 55 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/80 {
    --tw-shadow-color: rgb(31 41 55 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/85 {
    --tw-shadow-color: rgb(31 41 55 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/90 {
    --tw-shadow-color: rgb(31 41 55 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-800\/95 {
    --tw-shadow-color: rgb(31 41 55 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900 {
    --tw-shadow-color: #111827;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/0 {
    --tw-shadow-color: rgb(17 24 39 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/10 {
    --tw-shadow-color: rgb(17 24 39 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/100 {
    --tw-shadow-color: rgb(17 24 39 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/15 {
    --tw-shadow-color: rgb(17 24 39 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/20 {
    --tw-shadow-color: rgb(17 24 39 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/25 {
    --tw-shadow-color: rgb(17 24 39 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/30 {
    --tw-shadow-color: rgb(17 24 39 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/35 {
    --tw-shadow-color: rgb(17 24 39 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/40 {
    --tw-shadow-color: rgb(17 24 39 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/45 {
    --tw-shadow-color: rgb(17 24 39 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/5 {
    --tw-shadow-color: rgb(17 24 39 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/50 {
    --tw-shadow-color: rgb(17 24 39 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/55 {
    --tw-shadow-color: rgb(17 24 39 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/60 {
    --tw-shadow-color: rgb(17 24 39 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/65 {
    --tw-shadow-color: rgb(17 24 39 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/70 {
    --tw-shadow-color: rgb(17 24 39 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/75 {
    --tw-shadow-color: rgb(17 24 39 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/80 {
    --tw-shadow-color: rgb(17 24 39 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/85 {
    --tw-shadow-color: rgb(17 24 39 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/90 {
    --tw-shadow-color: rgb(17 24 39 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-900\/95 {
    --tw-shadow-color: rgb(17 24 39 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950 {
    --tw-shadow-color: #030712;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/0 {
    --tw-shadow-color: rgb(3 7 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/10 {
    --tw-shadow-color: rgb(3 7 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/100 {
    --tw-shadow-color: rgb(3 7 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/15 {
    --tw-shadow-color: rgb(3 7 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/20 {
    --tw-shadow-color: rgb(3 7 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/25 {
    --tw-shadow-color: rgb(3 7 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/30 {
    --tw-shadow-color: rgb(3 7 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/35 {
    --tw-shadow-color: rgb(3 7 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/40 {
    --tw-shadow-color: rgb(3 7 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/45 {
    --tw-shadow-color: rgb(3 7 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/5 {
    --tw-shadow-color: rgb(3 7 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/50 {
    --tw-shadow-color: rgb(3 7 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/55 {
    --tw-shadow-color: rgb(3 7 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/60 {
    --tw-shadow-color: rgb(3 7 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/65 {
    --tw-shadow-color: rgb(3 7 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/70 {
    --tw-shadow-color: rgb(3 7 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/75 {
    --tw-shadow-color: rgb(3 7 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/80 {
    --tw-shadow-color: rgb(3 7 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/85 {
    --tw-shadow-color: rgb(3 7 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/90 {
    --tw-shadow-color: rgb(3 7 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-gray-950\/95 {
    --tw-shadow-color: rgb(3 7 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100 {
    --tw-shadow-color: #dcfce7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/0 {
    --tw-shadow-color: rgb(220 252 231 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/10 {
    --tw-shadow-color: rgb(220 252 231 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/100 {
    --tw-shadow-color: rgb(220 252 231 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/15 {
    --tw-shadow-color: rgb(220 252 231 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/20 {
    --tw-shadow-color: rgb(220 252 231 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/25 {
    --tw-shadow-color: rgb(220 252 231 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/30 {
    --tw-shadow-color: rgb(220 252 231 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/35 {
    --tw-shadow-color: rgb(220 252 231 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/40 {
    --tw-shadow-color: rgb(220 252 231 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/45 {
    --tw-shadow-color: rgb(220 252 231 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/5 {
    --tw-shadow-color: rgb(220 252 231 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/50 {
    --tw-shadow-color: rgb(220 252 231 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/55 {
    --tw-shadow-color: rgb(220 252 231 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/60 {
    --tw-shadow-color: rgb(220 252 231 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/65 {
    --tw-shadow-color: rgb(220 252 231 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/70 {
    --tw-shadow-color: rgb(220 252 231 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/75 {
    --tw-shadow-color: rgb(220 252 231 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/80 {
    --tw-shadow-color: rgb(220 252 231 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/85 {
    --tw-shadow-color: rgb(220 252 231 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/90 {
    --tw-shadow-color: rgb(220 252 231 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-100\/95 {
    --tw-shadow-color: rgb(220 252 231 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200 {
    --tw-shadow-color: #bbf7d0;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/0 {
    --tw-shadow-color: rgb(187 247 208 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/10 {
    --tw-shadow-color: rgb(187 247 208 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/100 {
    --tw-shadow-color: rgb(187 247 208 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/15 {
    --tw-shadow-color: rgb(187 247 208 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/20 {
    --tw-shadow-color: rgb(187 247 208 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/25 {
    --tw-shadow-color: rgb(187 247 208 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/30 {
    --tw-shadow-color: rgb(187 247 208 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/35 {
    --tw-shadow-color: rgb(187 247 208 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/40 {
    --tw-shadow-color: rgb(187 247 208 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/45 {
    --tw-shadow-color: rgb(187 247 208 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/5 {
    --tw-shadow-color: rgb(187 247 208 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/50 {
    --tw-shadow-color: rgb(187 247 208 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/55 {
    --tw-shadow-color: rgb(187 247 208 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/60 {
    --tw-shadow-color: rgb(187 247 208 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/65 {
    --tw-shadow-color: rgb(187 247 208 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/70 {
    --tw-shadow-color: rgb(187 247 208 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/75 {
    --tw-shadow-color: rgb(187 247 208 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/80 {
    --tw-shadow-color: rgb(187 247 208 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/85 {
    --tw-shadow-color: rgb(187 247 208 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/90 {
    --tw-shadow-color: rgb(187 247 208 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-200\/95 {
    --tw-shadow-color: rgb(187 247 208 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300 {
    --tw-shadow-color: #86efac;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/0 {
    --tw-shadow-color: rgb(134 239 172 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/10 {
    --tw-shadow-color: rgb(134 239 172 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/100 {
    --tw-shadow-color: rgb(134 239 172 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/15 {
    --tw-shadow-color: rgb(134 239 172 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/20 {
    --tw-shadow-color: rgb(134 239 172 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/25 {
    --tw-shadow-color: rgb(134 239 172 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/30 {
    --tw-shadow-color: rgb(134 239 172 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/35 {
    --tw-shadow-color: rgb(134 239 172 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/40 {
    --tw-shadow-color: rgb(134 239 172 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/45 {
    --tw-shadow-color: rgb(134 239 172 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/5 {
    --tw-shadow-color: rgb(134 239 172 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/50 {
    --tw-shadow-color: rgb(134 239 172 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/55 {
    --tw-shadow-color: rgb(134 239 172 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/60 {
    --tw-shadow-color: rgb(134 239 172 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/65 {
    --tw-shadow-color: rgb(134 239 172 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/70 {
    --tw-shadow-color: rgb(134 239 172 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/75 {
    --tw-shadow-color: rgb(134 239 172 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/80 {
    --tw-shadow-color: rgb(134 239 172 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/85 {
    --tw-shadow-color: rgb(134 239 172 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/90 {
    --tw-shadow-color: rgb(134 239 172 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-300\/95 {
    --tw-shadow-color: rgb(134 239 172 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400 {
    --tw-shadow-color: #4ade80;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/0 {
    --tw-shadow-color: rgb(74 222 128 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/10 {
    --tw-shadow-color: rgb(74 222 128 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/100 {
    --tw-shadow-color: rgb(74 222 128 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/15 {
    --tw-shadow-color: rgb(74 222 128 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/20 {
    --tw-shadow-color: rgb(74 222 128 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/25 {
    --tw-shadow-color: rgb(74 222 128 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/30 {
    --tw-shadow-color: rgb(74 222 128 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/35 {
    --tw-shadow-color: rgb(74 222 128 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/40 {
    --tw-shadow-color: rgb(74 222 128 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/45 {
    --tw-shadow-color: rgb(74 222 128 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/5 {
    --tw-shadow-color: rgb(74 222 128 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/50 {
    --tw-shadow-color: rgb(74 222 128 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/55 {
    --tw-shadow-color: rgb(74 222 128 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/60 {
    --tw-shadow-color: rgb(74 222 128 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/65 {
    --tw-shadow-color: rgb(74 222 128 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/70 {
    --tw-shadow-color: rgb(74 222 128 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/75 {
    --tw-shadow-color: rgb(74 222 128 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/80 {
    --tw-shadow-color: rgb(74 222 128 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/85 {
    --tw-shadow-color: rgb(74 222 128 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/90 {
    --tw-shadow-color: rgb(74 222 128 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-400\/95 {
    --tw-shadow-color: rgb(74 222 128 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50 {
    --tw-shadow-color: #f0fdf4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/0 {
    --tw-shadow-color: rgb(240 253 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/10 {
    --tw-shadow-color: rgb(240 253 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/100 {
    --tw-shadow-color: rgb(240 253 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/15 {
    --tw-shadow-color: rgb(240 253 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/20 {
    --tw-shadow-color: rgb(240 253 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/25 {
    --tw-shadow-color: rgb(240 253 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/30 {
    --tw-shadow-color: rgb(240 253 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/35 {
    --tw-shadow-color: rgb(240 253 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/40 {
    --tw-shadow-color: rgb(240 253 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/45 {
    --tw-shadow-color: rgb(240 253 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/5 {
    --tw-shadow-color: rgb(240 253 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/50 {
    --tw-shadow-color: rgb(240 253 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/55 {
    --tw-shadow-color: rgb(240 253 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/60 {
    --tw-shadow-color: rgb(240 253 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/65 {
    --tw-shadow-color: rgb(240 253 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/70 {
    --tw-shadow-color: rgb(240 253 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/75 {
    --tw-shadow-color: rgb(240 253 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/80 {
    --tw-shadow-color: rgb(240 253 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/85 {
    --tw-shadow-color: rgb(240 253 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/90 {
    --tw-shadow-color: rgb(240 253 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-50\/95 {
    --tw-shadow-color: rgb(240 253 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500 {
    --tw-shadow-color: #22c55e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/0 {
    --tw-shadow-color: rgb(34 197 94 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/10 {
    --tw-shadow-color: rgb(34 197 94 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/100 {
    --tw-shadow-color: rgb(34 197 94 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/15 {
    --tw-shadow-color: rgb(34 197 94 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/20 {
    --tw-shadow-color: rgb(34 197 94 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/25 {
    --tw-shadow-color: rgb(34 197 94 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/30 {
    --tw-shadow-color: rgb(34 197 94 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/35 {
    --tw-shadow-color: rgb(34 197 94 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/40 {
    --tw-shadow-color: rgb(34 197 94 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/45 {
    --tw-shadow-color: rgb(34 197 94 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/5 {
    --tw-shadow-color: rgb(34 197 94 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/50 {
    --tw-shadow-color: rgb(34 197 94 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/55 {
    --tw-shadow-color: rgb(34 197 94 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/60 {
    --tw-shadow-color: rgb(34 197 94 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/65 {
    --tw-shadow-color: rgb(34 197 94 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/70 {
    --tw-shadow-color: rgb(34 197 94 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/75 {
    --tw-shadow-color: rgb(34 197 94 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/80 {
    --tw-shadow-color: rgb(34 197 94 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/85 {
    --tw-shadow-color: rgb(34 197 94 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/90 {
    --tw-shadow-color: rgb(34 197 94 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-500\/95 {
    --tw-shadow-color: rgb(34 197 94 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600 {
    --tw-shadow-color: #16a34a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/0 {
    --tw-shadow-color: rgb(22 163 74 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/10 {
    --tw-shadow-color: rgb(22 163 74 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/100 {
    --tw-shadow-color: rgb(22 163 74 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/15 {
    --tw-shadow-color: rgb(22 163 74 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/20 {
    --tw-shadow-color: rgb(22 163 74 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/25 {
    --tw-shadow-color: rgb(22 163 74 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/30 {
    --tw-shadow-color: rgb(22 163 74 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/35 {
    --tw-shadow-color: rgb(22 163 74 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/40 {
    --tw-shadow-color: rgb(22 163 74 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/45 {
    --tw-shadow-color: rgb(22 163 74 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/5 {
    --tw-shadow-color: rgb(22 163 74 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/50 {
    --tw-shadow-color: rgb(22 163 74 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/55 {
    --tw-shadow-color: rgb(22 163 74 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/60 {
    --tw-shadow-color: rgb(22 163 74 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/65 {
    --tw-shadow-color: rgb(22 163 74 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/70 {
    --tw-shadow-color: rgb(22 163 74 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/75 {
    --tw-shadow-color: rgb(22 163 74 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/80 {
    --tw-shadow-color: rgb(22 163 74 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/85 {
    --tw-shadow-color: rgb(22 163 74 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/90 {
    --tw-shadow-color: rgb(22 163 74 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-600\/95 {
    --tw-shadow-color: rgb(22 163 74 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700 {
    --tw-shadow-color: #15803d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/0 {
    --tw-shadow-color: rgb(21 128 61 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/10 {
    --tw-shadow-color: rgb(21 128 61 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/100 {
    --tw-shadow-color: rgb(21 128 61 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/15 {
    --tw-shadow-color: rgb(21 128 61 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/20 {
    --tw-shadow-color: rgb(21 128 61 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/25 {
    --tw-shadow-color: rgb(21 128 61 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/30 {
    --tw-shadow-color: rgb(21 128 61 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/35 {
    --tw-shadow-color: rgb(21 128 61 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/40 {
    --tw-shadow-color: rgb(21 128 61 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/45 {
    --tw-shadow-color: rgb(21 128 61 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/5 {
    --tw-shadow-color: rgb(21 128 61 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/50 {
    --tw-shadow-color: rgb(21 128 61 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/55 {
    --tw-shadow-color: rgb(21 128 61 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/60 {
    --tw-shadow-color: rgb(21 128 61 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/65 {
    --tw-shadow-color: rgb(21 128 61 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/70 {
    --tw-shadow-color: rgb(21 128 61 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/75 {
    --tw-shadow-color: rgb(21 128 61 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/80 {
    --tw-shadow-color: rgb(21 128 61 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/85 {
    --tw-shadow-color: rgb(21 128 61 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/90 {
    --tw-shadow-color: rgb(21 128 61 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-700\/95 {
    --tw-shadow-color: rgb(21 128 61 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800 {
    --tw-shadow-color: #166534;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/0 {
    --tw-shadow-color: rgb(22 101 52 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/10 {
    --tw-shadow-color: rgb(22 101 52 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/100 {
    --tw-shadow-color: rgb(22 101 52 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/15 {
    --tw-shadow-color: rgb(22 101 52 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/20 {
    --tw-shadow-color: rgb(22 101 52 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/25 {
    --tw-shadow-color: rgb(22 101 52 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/30 {
    --tw-shadow-color: rgb(22 101 52 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/35 {
    --tw-shadow-color: rgb(22 101 52 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/40 {
    --tw-shadow-color: rgb(22 101 52 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/45 {
    --tw-shadow-color: rgb(22 101 52 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/5 {
    --tw-shadow-color: rgb(22 101 52 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/50 {
    --tw-shadow-color: rgb(22 101 52 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/55 {
    --tw-shadow-color: rgb(22 101 52 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/60 {
    --tw-shadow-color: rgb(22 101 52 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/65 {
    --tw-shadow-color: rgb(22 101 52 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/70 {
    --tw-shadow-color: rgb(22 101 52 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/75 {
    --tw-shadow-color: rgb(22 101 52 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/80 {
    --tw-shadow-color: rgb(22 101 52 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/85 {
    --tw-shadow-color: rgb(22 101 52 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/90 {
    --tw-shadow-color: rgb(22 101 52 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-800\/95 {
    --tw-shadow-color: rgb(22 101 52 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900 {
    --tw-shadow-color: #14532d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/0 {
    --tw-shadow-color: rgb(20 83 45 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/10 {
    --tw-shadow-color: rgb(20 83 45 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/100 {
    --tw-shadow-color: rgb(20 83 45 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/15 {
    --tw-shadow-color: rgb(20 83 45 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/20 {
    --tw-shadow-color: rgb(20 83 45 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/25 {
    --tw-shadow-color: rgb(20 83 45 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/30 {
    --tw-shadow-color: rgb(20 83 45 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/35 {
    --tw-shadow-color: rgb(20 83 45 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/40 {
    --tw-shadow-color: rgb(20 83 45 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/45 {
    --tw-shadow-color: rgb(20 83 45 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/5 {
    --tw-shadow-color: rgb(20 83 45 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/50 {
    --tw-shadow-color: rgb(20 83 45 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/55 {
    --tw-shadow-color: rgb(20 83 45 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/60 {
    --tw-shadow-color: rgb(20 83 45 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/65 {
    --tw-shadow-color: rgb(20 83 45 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/70 {
    --tw-shadow-color: rgb(20 83 45 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/75 {
    --tw-shadow-color: rgb(20 83 45 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/80 {
    --tw-shadow-color: rgb(20 83 45 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/85 {
    --tw-shadow-color: rgb(20 83 45 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/90 {
    --tw-shadow-color: rgb(20 83 45 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-900\/95 {
    --tw-shadow-color: rgb(20 83 45 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950 {
    --tw-shadow-color: #052e16;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/0 {
    --tw-shadow-color: rgb(5 46 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/10 {
    --tw-shadow-color: rgb(5 46 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/100 {
    --tw-shadow-color: rgb(5 46 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/15 {
    --tw-shadow-color: rgb(5 46 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/20 {
    --tw-shadow-color: rgb(5 46 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/25 {
    --tw-shadow-color: rgb(5 46 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/30 {
    --tw-shadow-color: rgb(5 46 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/35 {
    --tw-shadow-color: rgb(5 46 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/40 {
    --tw-shadow-color: rgb(5 46 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/45 {
    --tw-shadow-color: rgb(5 46 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/5 {
    --tw-shadow-color: rgb(5 46 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/50 {
    --tw-shadow-color: rgb(5 46 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/55 {
    --tw-shadow-color: rgb(5 46 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/60 {
    --tw-shadow-color: rgb(5 46 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/65 {
    --tw-shadow-color: rgb(5 46 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/70 {
    --tw-shadow-color: rgb(5 46 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/75 {
    --tw-shadow-color: rgb(5 46 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/80 {
    --tw-shadow-color: rgb(5 46 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/85 {
    --tw-shadow-color: rgb(5 46 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/90 {
    --tw-shadow-color: rgb(5 46 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-green-950\/95 {
    --tw-shadow-color: rgb(5 46 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100 {
    --tw-shadow-color: #e0e7ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/0 {
    --tw-shadow-color: rgb(224 231 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/10 {
    --tw-shadow-color: rgb(224 231 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/100 {
    --tw-shadow-color: rgb(224 231 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/15 {
    --tw-shadow-color: rgb(224 231 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/20 {
    --tw-shadow-color: rgb(224 231 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/25 {
    --tw-shadow-color: rgb(224 231 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/30 {
    --tw-shadow-color: rgb(224 231 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/35 {
    --tw-shadow-color: rgb(224 231 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/40 {
    --tw-shadow-color: rgb(224 231 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/45 {
    --tw-shadow-color: rgb(224 231 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/5 {
    --tw-shadow-color: rgb(224 231 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/50 {
    --tw-shadow-color: rgb(224 231 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/55 {
    --tw-shadow-color: rgb(224 231 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/60 {
    --tw-shadow-color: rgb(224 231 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/65 {
    --tw-shadow-color: rgb(224 231 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/70 {
    --tw-shadow-color: rgb(224 231 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/75 {
    --tw-shadow-color: rgb(224 231 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/80 {
    --tw-shadow-color: rgb(224 231 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/85 {
    --tw-shadow-color: rgb(224 231 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/90 {
    --tw-shadow-color: rgb(224 231 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-100\/95 {
    --tw-shadow-color: rgb(224 231 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200 {
    --tw-shadow-color: #c7d2fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/0 {
    --tw-shadow-color: rgb(199 210 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/10 {
    --tw-shadow-color: rgb(199 210 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/100 {
    --tw-shadow-color: rgb(199 210 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/15 {
    --tw-shadow-color: rgb(199 210 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/20 {
    --tw-shadow-color: rgb(199 210 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/25 {
    --tw-shadow-color: rgb(199 210 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/30 {
    --tw-shadow-color: rgb(199 210 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/35 {
    --tw-shadow-color: rgb(199 210 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/40 {
    --tw-shadow-color: rgb(199 210 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/45 {
    --tw-shadow-color: rgb(199 210 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/5 {
    --tw-shadow-color: rgb(199 210 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/50 {
    --tw-shadow-color: rgb(199 210 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/55 {
    --tw-shadow-color: rgb(199 210 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/60 {
    --tw-shadow-color: rgb(199 210 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/65 {
    --tw-shadow-color: rgb(199 210 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/70 {
    --tw-shadow-color: rgb(199 210 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/75 {
    --tw-shadow-color: rgb(199 210 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/80 {
    --tw-shadow-color: rgb(199 210 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/85 {
    --tw-shadow-color: rgb(199 210 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/90 {
    --tw-shadow-color: rgb(199 210 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-200\/95 {
    --tw-shadow-color: rgb(199 210 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300 {
    --tw-shadow-color: #a5b4fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/0 {
    --tw-shadow-color: rgb(165 180 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/10 {
    --tw-shadow-color: rgb(165 180 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/100 {
    --tw-shadow-color: rgb(165 180 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/15 {
    --tw-shadow-color: rgb(165 180 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/20 {
    --tw-shadow-color: rgb(165 180 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/25 {
    --tw-shadow-color: rgb(165 180 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/30 {
    --tw-shadow-color: rgb(165 180 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/35 {
    --tw-shadow-color: rgb(165 180 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/40 {
    --tw-shadow-color: rgb(165 180 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/45 {
    --tw-shadow-color: rgb(165 180 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/5 {
    --tw-shadow-color: rgb(165 180 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/50 {
    --tw-shadow-color: rgb(165 180 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/55 {
    --tw-shadow-color: rgb(165 180 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/60 {
    --tw-shadow-color: rgb(165 180 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/65 {
    --tw-shadow-color: rgb(165 180 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/70 {
    --tw-shadow-color: rgb(165 180 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/75 {
    --tw-shadow-color: rgb(165 180 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/80 {
    --tw-shadow-color: rgb(165 180 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/85 {
    --tw-shadow-color: rgb(165 180 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/90 {
    --tw-shadow-color: rgb(165 180 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-300\/95 {
    --tw-shadow-color: rgb(165 180 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400 {
    --tw-shadow-color: #818cf8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/0 {
    --tw-shadow-color: rgb(129 140 248 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/10 {
    --tw-shadow-color: rgb(129 140 248 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/100 {
    --tw-shadow-color: rgb(129 140 248 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/15 {
    --tw-shadow-color: rgb(129 140 248 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/20 {
    --tw-shadow-color: rgb(129 140 248 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/25 {
    --tw-shadow-color: rgb(129 140 248 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/30 {
    --tw-shadow-color: rgb(129 140 248 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/35 {
    --tw-shadow-color: rgb(129 140 248 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/40 {
    --tw-shadow-color: rgb(129 140 248 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/45 {
    --tw-shadow-color: rgb(129 140 248 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/5 {
    --tw-shadow-color: rgb(129 140 248 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/50 {
    --tw-shadow-color: rgb(129 140 248 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/55 {
    --tw-shadow-color: rgb(129 140 248 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/60 {
    --tw-shadow-color: rgb(129 140 248 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/65 {
    --tw-shadow-color: rgb(129 140 248 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/70 {
    --tw-shadow-color: rgb(129 140 248 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/75 {
    --tw-shadow-color: rgb(129 140 248 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/80 {
    --tw-shadow-color: rgb(129 140 248 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/85 {
    --tw-shadow-color: rgb(129 140 248 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/90 {
    --tw-shadow-color: rgb(129 140 248 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-400\/95 {
    --tw-shadow-color: rgb(129 140 248 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50 {
    --tw-shadow-color: #eef2ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/0 {
    --tw-shadow-color: rgb(238 242 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/10 {
    --tw-shadow-color: rgb(238 242 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/100 {
    --tw-shadow-color: rgb(238 242 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/15 {
    --tw-shadow-color: rgb(238 242 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/20 {
    --tw-shadow-color: rgb(238 242 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/25 {
    --tw-shadow-color: rgb(238 242 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/30 {
    --tw-shadow-color: rgb(238 242 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/35 {
    --tw-shadow-color: rgb(238 242 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/40 {
    --tw-shadow-color: rgb(238 242 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/45 {
    --tw-shadow-color: rgb(238 242 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/5 {
    --tw-shadow-color: rgb(238 242 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/50 {
    --tw-shadow-color: rgb(238 242 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/55 {
    --tw-shadow-color: rgb(238 242 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/60 {
    --tw-shadow-color: rgb(238 242 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/65 {
    --tw-shadow-color: rgb(238 242 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/70 {
    --tw-shadow-color: rgb(238 242 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/75 {
    --tw-shadow-color: rgb(238 242 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/80 {
    --tw-shadow-color: rgb(238 242 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/85 {
    --tw-shadow-color: rgb(238 242 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/90 {
    --tw-shadow-color: rgb(238 242 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-50\/95 {
    --tw-shadow-color: rgb(238 242 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500 {
    --tw-shadow-color: #6366f1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/0 {
    --tw-shadow-color: rgb(99 102 241 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/10 {
    --tw-shadow-color: rgb(99 102 241 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/100 {
    --tw-shadow-color: rgb(99 102 241 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/15 {
    --tw-shadow-color: rgb(99 102 241 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/20 {
    --tw-shadow-color: rgb(99 102 241 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/25 {
    --tw-shadow-color: rgb(99 102 241 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/30 {
    --tw-shadow-color: rgb(99 102 241 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/35 {
    --tw-shadow-color: rgb(99 102 241 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/40 {
    --tw-shadow-color: rgb(99 102 241 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/45 {
    --tw-shadow-color: rgb(99 102 241 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/5 {
    --tw-shadow-color: rgb(99 102 241 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/50 {
    --tw-shadow-color: rgb(99 102 241 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/55 {
    --tw-shadow-color: rgb(99 102 241 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/60 {
    --tw-shadow-color: rgb(99 102 241 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/65 {
    --tw-shadow-color: rgb(99 102 241 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/70 {
    --tw-shadow-color: rgb(99 102 241 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/75 {
    --tw-shadow-color: rgb(99 102 241 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/80 {
    --tw-shadow-color: rgb(99 102 241 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/85 {
    --tw-shadow-color: rgb(99 102 241 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/90 {
    --tw-shadow-color: rgb(99 102 241 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-500\/95 {
    --tw-shadow-color: rgb(99 102 241 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600 {
    --tw-shadow-color: #4f46e5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/0 {
    --tw-shadow-color: rgb(79 70 229 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/10 {
    --tw-shadow-color: rgb(79 70 229 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/100 {
    --tw-shadow-color: rgb(79 70 229 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/15 {
    --tw-shadow-color: rgb(79 70 229 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/20 {
    --tw-shadow-color: rgb(79 70 229 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/25 {
    --tw-shadow-color: rgb(79 70 229 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/30 {
    --tw-shadow-color: rgb(79 70 229 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/35 {
    --tw-shadow-color: rgb(79 70 229 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/40 {
    --tw-shadow-color: rgb(79 70 229 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/45 {
    --tw-shadow-color: rgb(79 70 229 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/5 {
    --tw-shadow-color: rgb(79 70 229 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/50 {
    --tw-shadow-color: rgb(79 70 229 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/55 {
    --tw-shadow-color: rgb(79 70 229 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/60 {
    --tw-shadow-color: rgb(79 70 229 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/65 {
    --tw-shadow-color: rgb(79 70 229 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/70 {
    --tw-shadow-color: rgb(79 70 229 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/75 {
    --tw-shadow-color: rgb(79 70 229 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/80 {
    --tw-shadow-color: rgb(79 70 229 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/85 {
    --tw-shadow-color: rgb(79 70 229 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/90 {
    --tw-shadow-color: rgb(79 70 229 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-600\/95 {
    --tw-shadow-color: rgb(79 70 229 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700 {
    --tw-shadow-color: #4338ca;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/0 {
    --tw-shadow-color: rgb(67 56 202 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/10 {
    --tw-shadow-color: rgb(67 56 202 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/100 {
    --tw-shadow-color: rgb(67 56 202 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/15 {
    --tw-shadow-color: rgb(67 56 202 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/20 {
    --tw-shadow-color: rgb(67 56 202 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/25 {
    --tw-shadow-color: rgb(67 56 202 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/30 {
    --tw-shadow-color: rgb(67 56 202 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/35 {
    --tw-shadow-color: rgb(67 56 202 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/40 {
    --tw-shadow-color: rgb(67 56 202 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/45 {
    --tw-shadow-color: rgb(67 56 202 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/5 {
    --tw-shadow-color: rgb(67 56 202 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/50 {
    --tw-shadow-color: rgb(67 56 202 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/55 {
    --tw-shadow-color: rgb(67 56 202 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/60 {
    --tw-shadow-color: rgb(67 56 202 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/65 {
    --tw-shadow-color: rgb(67 56 202 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/70 {
    --tw-shadow-color: rgb(67 56 202 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/75 {
    --tw-shadow-color: rgb(67 56 202 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/80 {
    --tw-shadow-color: rgb(67 56 202 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/85 {
    --tw-shadow-color: rgb(67 56 202 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/90 {
    --tw-shadow-color: rgb(67 56 202 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-700\/95 {
    --tw-shadow-color: rgb(67 56 202 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800 {
    --tw-shadow-color: #3730a3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/0 {
    --tw-shadow-color: rgb(55 48 163 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/10 {
    --tw-shadow-color: rgb(55 48 163 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/100 {
    --tw-shadow-color: rgb(55 48 163 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/15 {
    --tw-shadow-color: rgb(55 48 163 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/20 {
    --tw-shadow-color: rgb(55 48 163 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/25 {
    --tw-shadow-color: rgb(55 48 163 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/30 {
    --tw-shadow-color: rgb(55 48 163 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/35 {
    --tw-shadow-color: rgb(55 48 163 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/40 {
    --tw-shadow-color: rgb(55 48 163 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/45 {
    --tw-shadow-color: rgb(55 48 163 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/5 {
    --tw-shadow-color: rgb(55 48 163 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/50 {
    --tw-shadow-color: rgb(55 48 163 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/55 {
    --tw-shadow-color: rgb(55 48 163 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/60 {
    --tw-shadow-color: rgb(55 48 163 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/65 {
    --tw-shadow-color: rgb(55 48 163 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/70 {
    --tw-shadow-color: rgb(55 48 163 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/75 {
    --tw-shadow-color: rgb(55 48 163 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/80 {
    --tw-shadow-color: rgb(55 48 163 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/85 {
    --tw-shadow-color: rgb(55 48 163 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/90 {
    --tw-shadow-color: rgb(55 48 163 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-800\/95 {
    --tw-shadow-color: rgb(55 48 163 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900 {
    --tw-shadow-color: #312e81;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/0 {
    --tw-shadow-color: rgb(49 46 129 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/10 {
    --tw-shadow-color: rgb(49 46 129 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/100 {
    --tw-shadow-color: rgb(49 46 129 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/15 {
    --tw-shadow-color: rgb(49 46 129 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/20 {
    --tw-shadow-color: rgb(49 46 129 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/25 {
    --tw-shadow-color: rgb(49 46 129 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/30 {
    --tw-shadow-color: rgb(49 46 129 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/35 {
    --tw-shadow-color: rgb(49 46 129 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/40 {
    --tw-shadow-color: rgb(49 46 129 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/45 {
    --tw-shadow-color: rgb(49 46 129 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/5 {
    --tw-shadow-color: rgb(49 46 129 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/50 {
    --tw-shadow-color: rgb(49 46 129 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/55 {
    --tw-shadow-color: rgb(49 46 129 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/60 {
    --tw-shadow-color: rgb(49 46 129 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/65 {
    --tw-shadow-color: rgb(49 46 129 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/70 {
    --tw-shadow-color: rgb(49 46 129 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/75 {
    --tw-shadow-color: rgb(49 46 129 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/80 {
    --tw-shadow-color: rgb(49 46 129 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/85 {
    --tw-shadow-color: rgb(49 46 129 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/90 {
    --tw-shadow-color: rgb(49 46 129 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-900\/95 {
    --tw-shadow-color: rgb(49 46 129 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950 {
    --tw-shadow-color: #1e1b4b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/0 {
    --tw-shadow-color: rgb(30 27 75 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/10 {
    --tw-shadow-color: rgb(30 27 75 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/100 {
    --tw-shadow-color: rgb(30 27 75 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/15 {
    --tw-shadow-color: rgb(30 27 75 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/20 {
    --tw-shadow-color: rgb(30 27 75 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/25 {
    --tw-shadow-color: rgb(30 27 75 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/30 {
    --tw-shadow-color: rgb(30 27 75 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/35 {
    --tw-shadow-color: rgb(30 27 75 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/40 {
    --tw-shadow-color: rgb(30 27 75 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/45 {
    --tw-shadow-color: rgb(30 27 75 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/5 {
    --tw-shadow-color: rgb(30 27 75 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/50 {
    --tw-shadow-color: rgb(30 27 75 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/55 {
    --tw-shadow-color: rgb(30 27 75 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/60 {
    --tw-shadow-color: rgb(30 27 75 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/65 {
    --tw-shadow-color: rgb(30 27 75 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/70 {
    --tw-shadow-color: rgb(30 27 75 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/75 {
    --tw-shadow-color: rgb(30 27 75 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/80 {
    --tw-shadow-color: rgb(30 27 75 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/85 {
    --tw-shadow-color: rgb(30 27 75 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/90 {
    --tw-shadow-color: rgb(30 27 75 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-indigo-950\/95 {
    --tw-shadow-color: rgb(30 27 75 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-inherit {
    --tw-shadow-color: inherit;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100 {
    --tw-shadow-color: #ecfccb;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/0 {
    --tw-shadow-color: rgb(236 252 203 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/10 {
    --tw-shadow-color: rgb(236 252 203 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/100 {
    --tw-shadow-color: rgb(236 252 203 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/15 {
    --tw-shadow-color: rgb(236 252 203 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/20 {
    --tw-shadow-color: rgb(236 252 203 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/25 {
    --tw-shadow-color: rgb(236 252 203 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/30 {
    --tw-shadow-color: rgb(236 252 203 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/35 {
    --tw-shadow-color: rgb(236 252 203 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/40 {
    --tw-shadow-color: rgb(236 252 203 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/45 {
    --tw-shadow-color: rgb(236 252 203 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/5 {
    --tw-shadow-color: rgb(236 252 203 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/50 {
    --tw-shadow-color: rgb(236 252 203 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/55 {
    --tw-shadow-color: rgb(236 252 203 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/60 {
    --tw-shadow-color: rgb(236 252 203 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/65 {
    --tw-shadow-color: rgb(236 252 203 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/70 {
    --tw-shadow-color: rgb(236 252 203 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/75 {
    --tw-shadow-color: rgb(236 252 203 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/80 {
    --tw-shadow-color: rgb(236 252 203 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/85 {
    --tw-shadow-color: rgb(236 252 203 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/90 {
    --tw-shadow-color: rgb(236 252 203 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-100\/95 {
    --tw-shadow-color: rgb(236 252 203 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200 {
    --tw-shadow-color: #d9f99d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/0 {
    --tw-shadow-color: rgb(217 249 157 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/10 {
    --tw-shadow-color: rgb(217 249 157 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/100 {
    --tw-shadow-color: rgb(217 249 157 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/15 {
    --tw-shadow-color: rgb(217 249 157 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/20 {
    --tw-shadow-color: rgb(217 249 157 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/25 {
    --tw-shadow-color: rgb(217 249 157 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/30 {
    --tw-shadow-color: rgb(217 249 157 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/35 {
    --tw-shadow-color: rgb(217 249 157 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/40 {
    --tw-shadow-color: rgb(217 249 157 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/45 {
    --tw-shadow-color: rgb(217 249 157 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/5 {
    --tw-shadow-color: rgb(217 249 157 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/50 {
    --tw-shadow-color: rgb(217 249 157 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/55 {
    --tw-shadow-color: rgb(217 249 157 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/60 {
    --tw-shadow-color: rgb(217 249 157 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/65 {
    --tw-shadow-color: rgb(217 249 157 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/70 {
    --tw-shadow-color: rgb(217 249 157 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/75 {
    --tw-shadow-color: rgb(217 249 157 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/80 {
    --tw-shadow-color: rgb(217 249 157 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/85 {
    --tw-shadow-color: rgb(217 249 157 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/90 {
    --tw-shadow-color: rgb(217 249 157 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-200\/95 {
    --tw-shadow-color: rgb(217 249 157 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300 {
    --tw-shadow-color: #bef264;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/0 {
    --tw-shadow-color: rgb(190 242 100 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/10 {
    --tw-shadow-color: rgb(190 242 100 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/100 {
    --tw-shadow-color: rgb(190 242 100 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/15 {
    --tw-shadow-color: rgb(190 242 100 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/20 {
    --tw-shadow-color: rgb(190 242 100 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/25 {
    --tw-shadow-color: rgb(190 242 100 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/30 {
    --tw-shadow-color: rgb(190 242 100 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/35 {
    --tw-shadow-color: rgb(190 242 100 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/40 {
    --tw-shadow-color: rgb(190 242 100 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/45 {
    --tw-shadow-color: rgb(190 242 100 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/5 {
    --tw-shadow-color: rgb(190 242 100 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/50 {
    --tw-shadow-color: rgb(190 242 100 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/55 {
    --tw-shadow-color: rgb(190 242 100 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/60 {
    --tw-shadow-color: rgb(190 242 100 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/65 {
    --tw-shadow-color: rgb(190 242 100 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/70 {
    --tw-shadow-color: rgb(190 242 100 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/75 {
    --tw-shadow-color: rgb(190 242 100 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/80 {
    --tw-shadow-color: rgb(190 242 100 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/85 {
    --tw-shadow-color: rgb(190 242 100 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/90 {
    --tw-shadow-color: rgb(190 242 100 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-300\/95 {
    --tw-shadow-color: rgb(190 242 100 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400 {
    --tw-shadow-color: #a3e635;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/0 {
    --tw-shadow-color: rgb(163 230 53 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/10 {
    --tw-shadow-color: rgb(163 230 53 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/100 {
    --tw-shadow-color: rgb(163 230 53 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/15 {
    --tw-shadow-color: rgb(163 230 53 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/20 {
    --tw-shadow-color: rgb(163 230 53 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/25 {
    --tw-shadow-color: rgb(163 230 53 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/30 {
    --tw-shadow-color: rgb(163 230 53 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/35 {
    --tw-shadow-color: rgb(163 230 53 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/40 {
    --tw-shadow-color: rgb(163 230 53 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/45 {
    --tw-shadow-color: rgb(163 230 53 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/5 {
    --tw-shadow-color: rgb(163 230 53 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/50 {
    --tw-shadow-color: rgb(163 230 53 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/55 {
    --tw-shadow-color: rgb(163 230 53 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/60 {
    --tw-shadow-color: rgb(163 230 53 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/65 {
    --tw-shadow-color: rgb(163 230 53 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/70 {
    --tw-shadow-color: rgb(163 230 53 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/75 {
    --tw-shadow-color: rgb(163 230 53 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/80 {
    --tw-shadow-color: rgb(163 230 53 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/85 {
    --tw-shadow-color: rgb(163 230 53 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/90 {
    --tw-shadow-color: rgb(163 230 53 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-400\/95 {
    --tw-shadow-color: rgb(163 230 53 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50 {
    --tw-shadow-color: #f7fee7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/0 {
    --tw-shadow-color: rgb(247 254 231 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/10 {
    --tw-shadow-color: rgb(247 254 231 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/100 {
    --tw-shadow-color: rgb(247 254 231 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/15 {
    --tw-shadow-color: rgb(247 254 231 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/20 {
    --tw-shadow-color: rgb(247 254 231 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/25 {
    --tw-shadow-color: rgb(247 254 231 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/30 {
    --tw-shadow-color: rgb(247 254 231 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/35 {
    --tw-shadow-color: rgb(247 254 231 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/40 {
    --tw-shadow-color: rgb(247 254 231 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/45 {
    --tw-shadow-color: rgb(247 254 231 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/5 {
    --tw-shadow-color: rgb(247 254 231 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/50 {
    --tw-shadow-color: rgb(247 254 231 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/55 {
    --tw-shadow-color: rgb(247 254 231 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/60 {
    --tw-shadow-color: rgb(247 254 231 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/65 {
    --tw-shadow-color: rgb(247 254 231 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/70 {
    --tw-shadow-color: rgb(247 254 231 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/75 {
    --tw-shadow-color: rgb(247 254 231 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/80 {
    --tw-shadow-color: rgb(247 254 231 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/85 {
    --tw-shadow-color: rgb(247 254 231 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/90 {
    --tw-shadow-color: rgb(247 254 231 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-50\/95 {
    --tw-shadow-color: rgb(247 254 231 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500 {
    --tw-shadow-color: #84cc16;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/0 {
    --tw-shadow-color: rgb(132 204 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/10 {
    --tw-shadow-color: rgb(132 204 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/100 {
    --tw-shadow-color: rgb(132 204 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/15 {
    --tw-shadow-color: rgb(132 204 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/20 {
    --tw-shadow-color: rgb(132 204 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/25 {
    --tw-shadow-color: rgb(132 204 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/30 {
    --tw-shadow-color: rgb(132 204 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/35 {
    --tw-shadow-color: rgb(132 204 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/40 {
    --tw-shadow-color: rgb(132 204 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/45 {
    --tw-shadow-color: rgb(132 204 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/5 {
    --tw-shadow-color: rgb(132 204 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/50 {
    --tw-shadow-color: rgb(132 204 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/55 {
    --tw-shadow-color: rgb(132 204 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/60 {
    --tw-shadow-color: rgb(132 204 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/65 {
    --tw-shadow-color: rgb(132 204 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/70 {
    --tw-shadow-color: rgb(132 204 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/75 {
    --tw-shadow-color: rgb(132 204 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/80 {
    --tw-shadow-color: rgb(132 204 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/85 {
    --tw-shadow-color: rgb(132 204 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/90 {
    --tw-shadow-color: rgb(132 204 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-500\/95 {
    --tw-shadow-color: rgb(132 204 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600 {
    --tw-shadow-color: #65a30d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/0 {
    --tw-shadow-color: rgb(101 163 13 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/10 {
    --tw-shadow-color: rgb(101 163 13 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/100 {
    --tw-shadow-color: rgb(101 163 13 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/15 {
    --tw-shadow-color: rgb(101 163 13 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/20 {
    --tw-shadow-color: rgb(101 163 13 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/25 {
    --tw-shadow-color: rgb(101 163 13 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/30 {
    --tw-shadow-color: rgb(101 163 13 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/35 {
    --tw-shadow-color: rgb(101 163 13 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/40 {
    --tw-shadow-color: rgb(101 163 13 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/45 {
    --tw-shadow-color: rgb(101 163 13 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/5 {
    --tw-shadow-color: rgb(101 163 13 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/50 {
    --tw-shadow-color: rgb(101 163 13 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/55 {
    --tw-shadow-color: rgb(101 163 13 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/60 {
    --tw-shadow-color: rgb(101 163 13 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/65 {
    --tw-shadow-color: rgb(101 163 13 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/70 {
    --tw-shadow-color: rgb(101 163 13 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/75 {
    --tw-shadow-color: rgb(101 163 13 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/80 {
    --tw-shadow-color: rgb(101 163 13 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/85 {
    --tw-shadow-color: rgb(101 163 13 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/90 {
    --tw-shadow-color: rgb(101 163 13 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-600\/95 {
    --tw-shadow-color: rgb(101 163 13 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700 {
    --tw-shadow-color: #4d7c0f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/0 {
    --tw-shadow-color: rgb(77 124 15 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/10 {
    --tw-shadow-color: rgb(77 124 15 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/100 {
    --tw-shadow-color: rgb(77 124 15 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/15 {
    --tw-shadow-color: rgb(77 124 15 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/20 {
    --tw-shadow-color: rgb(77 124 15 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/25 {
    --tw-shadow-color: rgb(77 124 15 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/30 {
    --tw-shadow-color: rgb(77 124 15 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/35 {
    --tw-shadow-color: rgb(77 124 15 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/40 {
    --tw-shadow-color: rgb(77 124 15 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/45 {
    --tw-shadow-color: rgb(77 124 15 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/5 {
    --tw-shadow-color: rgb(77 124 15 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/50 {
    --tw-shadow-color: rgb(77 124 15 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/55 {
    --tw-shadow-color: rgb(77 124 15 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/60 {
    --tw-shadow-color: rgb(77 124 15 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/65 {
    --tw-shadow-color: rgb(77 124 15 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/70 {
    --tw-shadow-color: rgb(77 124 15 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/75 {
    --tw-shadow-color: rgb(77 124 15 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/80 {
    --tw-shadow-color: rgb(77 124 15 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/85 {
    --tw-shadow-color: rgb(77 124 15 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/90 {
    --tw-shadow-color: rgb(77 124 15 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-700\/95 {
    --tw-shadow-color: rgb(77 124 15 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800 {
    --tw-shadow-color: #3f6212;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/0 {
    --tw-shadow-color: rgb(63 98 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/10 {
    --tw-shadow-color: rgb(63 98 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/100 {
    --tw-shadow-color: rgb(63 98 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/15 {
    --tw-shadow-color: rgb(63 98 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/20 {
    --tw-shadow-color: rgb(63 98 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/25 {
    --tw-shadow-color: rgb(63 98 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/30 {
    --tw-shadow-color: rgb(63 98 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/35 {
    --tw-shadow-color: rgb(63 98 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/40 {
    --tw-shadow-color: rgb(63 98 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/45 {
    --tw-shadow-color: rgb(63 98 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/5 {
    --tw-shadow-color: rgb(63 98 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/50 {
    --tw-shadow-color: rgb(63 98 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/55 {
    --tw-shadow-color: rgb(63 98 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/60 {
    --tw-shadow-color: rgb(63 98 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/65 {
    --tw-shadow-color: rgb(63 98 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/70 {
    --tw-shadow-color: rgb(63 98 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/75 {
    --tw-shadow-color: rgb(63 98 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/80 {
    --tw-shadow-color: rgb(63 98 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/85 {
    --tw-shadow-color: rgb(63 98 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/90 {
    --tw-shadow-color: rgb(63 98 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-800\/95 {
    --tw-shadow-color: rgb(63 98 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900 {
    --tw-shadow-color: #365314;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/0 {
    --tw-shadow-color: rgb(54 83 20 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/10 {
    --tw-shadow-color: rgb(54 83 20 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/100 {
    --tw-shadow-color: rgb(54 83 20 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/15 {
    --tw-shadow-color: rgb(54 83 20 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/20 {
    --tw-shadow-color: rgb(54 83 20 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/25 {
    --tw-shadow-color: rgb(54 83 20 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/30 {
    --tw-shadow-color: rgb(54 83 20 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/35 {
    --tw-shadow-color: rgb(54 83 20 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/40 {
    --tw-shadow-color: rgb(54 83 20 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/45 {
    --tw-shadow-color: rgb(54 83 20 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/5 {
    --tw-shadow-color: rgb(54 83 20 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/50 {
    --tw-shadow-color: rgb(54 83 20 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/55 {
    --tw-shadow-color: rgb(54 83 20 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/60 {
    --tw-shadow-color: rgb(54 83 20 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/65 {
    --tw-shadow-color: rgb(54 83 20 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/70 {
    --tw-shadow-color: rgb(54 83 20 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/75 {
    --tw-shadow-color: rgb(54 83 20 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/80 {
    --tw-shadow-color: rgb(54 83 20 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/85 {
    --tw-shadow-color: rgb(54 83 20 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/90 {
    --tw-shadow-color: rgb(54 83 20 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-900\/95 {
    --tw-shadow-color: rgb(54 83 20 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950 {
    --tw-shadow-color: #1a2e05;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/0 {
    --tw-shadow-color: rgb(26 46 5 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/10 {
    --tw-shadow-color: rgb(26 46 5 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/100 {
    --tw-shadow-color: rgb(26 46 5 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/15 {
    --tw-shadow-color: rgb(26 46 5 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/20 {
    --tw-shadow-color: rgb(26 46 5 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/25 {
    --tw-shadow-color: rgb(26 46 5 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/30 {
    --tw-shadow-color: rgb(26 46 5 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/35 {
    --tw-shadow-color: rgb(26 46 5 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/40 {
    --tw-shadow-color: rgb(26 46 5 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/45 {
    --tw-shadow-color: rgb(26 46 5 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/5 {
    --tw-shadow-color: rgb(26 46 5 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/50 {
    --tw-shadow-color: rgb(26 46 5 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/55 {
    --tw-shadow-color: rgb(26 46 5 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/60 {
    --tw-shadow-color: rgb(26 46 5 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/65 {
    --tw-shadow-color: rgb(26 46 5 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/70 {
    --tw-shadow-color: rgb(26 46 5 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/75 {
    --tw-shadow-color: rgb(26 46 5 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/80 {
    --tw-shadow-color: rgb(26 46 5 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/85 {
    --tw-shadow-color: rgb(26 46 5 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/90 {
    --tw-shadow-color: rgb(26 46 5 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-lime-950\/95 {
    --tw-shadow-color: rgb(26 46 5 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100 {
    --tw-shadow-color: #f6f5f4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/0 {
    --tw-shadow-color: rgb(246 245 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/10 {
    --tw-shadow-color: rgb(246 245 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/100 {
    --tw-shadow-color: rgb(246 245 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/15 {
    --tw-shadow-color: rgb(246 245 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/20 {
    --tw-shadow-color: rgb(246 245 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/25 {
    --tw-shadow-color: rgb(246 245 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/30 {
    --tw-shadow-color: rgb(246 245 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/35 {
    --tw-shadow-color: rgb(246 245 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/40 {
    --tw-shadow-color: rgb(246 245 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/45 {
    --tw-shadow-color: rgb(246 245 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/5 {
    --tw-shadow-color: rgb(246 245 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/50 {
    --tw-shadow-color: rgb(246 245 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/55 {
    --tw-shadow-color: rgb(246 245 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/60 {
    --tw-shadow-color: rgb(246 245 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/65 {
    --tw-shadow-color: rgb(246 245 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/70 {
    --tw-shadow-color: rgb(246 245 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/75 {
    --tw-shadow-color: rgb(246 245 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/80 {
    --tw-shadow-color: rgb(246 245 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/85 {
    --tw-shadow-color: rgb(246 245 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/90 {
    --tw-shadow-color: rgb(246 245 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-100\/95 {
    --tw-shadow-color: rgb(246 245 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200 {
    --tw-shadow-color: #e9e6e3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/0 {
    --tw-shadow-color: rgb(233 230 227 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/10 {
    --tw-shadow-color: rgb(233 230 227 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/100 {
    --tw-shadow-color: rgb(233 230 227 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/15 {
    --tw-shadow-color: rgb(233 230 227 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/20 {
    --tw-shadow-color: rgb(233 230 227 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/25 {
    --tw-shadow-color: rgb(233 230 227 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/30 {
    --tw-shadow-color: rgb(233 230 227 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/35 {
    --tw-shadow-color: rgb(233 230 227 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/40 {
    --tw-shadow-color: rgb(233 230 227 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/45 {
    --tw-shadow-color: rgb(233 230 227 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/5 {
    --tw-shadow-color: rgb(233 230 227 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/50 {
    --tw-shadow-color: rgb(233 230 227 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/55 {
    --tw-shadow-color: rgb(233 230 227 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/60 {
    --tw-shadow-color: rgb(233 230 227 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/65 {
    --tw-shadow-color: rgb(233 230 227 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/70 {
    --tw-shadow-color: rgb(233 230 227 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/75 {
    --tw-shadow-color: rgb(233 230 227 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/80 {
    --tw-shadow-color: rgb(233 230 227 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/85 {
    --tw-shadow-color: rgb(233 230 227 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/90 {
    --tw-shadow-color: rgb(233 230 227 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-200\/95 {
    --tw-shadow-color: rgb(233 230 227 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300 {
    --tw-shadow-color: #d7d2cd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/0 {
    --tw-shadow-color: rgb(215 210 205 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/10 {
    --tw-shadow-color: rgb(215 210 205 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/100 {
    --tw-shadow-color: rgb(215 210 205 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/15 {
    --tw-shadow-color: rgb(215 210 205 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/20 {
    --tw-shadow-color: rgb(215 210 205 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/25 {
    --tw-shadow-color: rgb(215 210 205 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/30 {
    --tw-shadow-color: rgb(215 210 205 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/35 {
    --tw-shadow-color: rgb(215 210 205 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/40 {
    --tw-shadow-color: rgb(215 210 205 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/45 {
    --tw-shadow-color: rgb(215 210 205 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/5 {
    --tw-shadow-color: rgb(215 210 205 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/50 {
    --tw-shadow-color: rgb(215 210 205 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/55 {
    --tw-shadow-color: rgb(215 210 205 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/60 {
    --tw-shadow-color: rgb(215 210 205 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/65 {
    --tw-shadow-color: rgb(215 210 205 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/70 {
    --tw-shadow-color: rgb(215 210 205 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/75 {
    --tw-shadow-color: rgb(215 210 205 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/80 {
    --tw-shadow-color: rgb(215 210 205 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/85 {
    --tw-shadow-color: rgb(215 210 205 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/90 {
    --tw-shadow-color: rgb(215 210 205 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-300\/95 {
    --tw-shadow-color: rgb(215 210 205 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400 {
    --tw-shadow-color: #afa8a1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/0 {
    --tw-shadow-color: rgb(175 168 161 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/10 {
    --tw-shadow-color: rgb(175 168 161 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/100 {
    --tw-shadow-color: rgb(175 168 161 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/15 {
    --tw-shadow-color: rgb(175 168 161 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/20 {
    --tw-shadow-color: rgb(175 168 161 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/25 {
    --tw-shadow-color: rgb(175 168 161 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/30 {
    --tw-shadow-color: rgb(175 168 161 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/35 {
    --tw-shadow-color: rgb(175 168 161 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/40 {
    --tw-shadow-color: rgb(175 168 161 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/45 {
    --tw-shadow-color: rgb(175 168 161 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/5 {
    --tw-shadow-color: rgb(175 168 161 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/50 {
    --tw-shadow-color: rgb(175 168 161 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/55 {
    --tw-shadow-color: rgb(175 168 161 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/60 {
    --tw-shadow-color: rgb(175 168 161 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/65 {
    --tw-shadow-color: rgb(175 168 161 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/70 {
    --tw-shadow-color: rgb(175 168 161 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/75 {
    --tw-shadow-color: rgb(175 168 161 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/80 {
    --tw-shadow-color: rgb(175 168 161 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/85 {
    --tw-shadow-color: rgb(175 168 161 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/90 {
    --tw-shadow-color: rgb(175 168 161 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-400\/95 {
    --tw-shadow-color: rgb(175 168 161 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50 {
    --tw-shadow-color: #fbfaf9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/0 {
    --tw-shadow-color: rgb(251 250 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/10 {
    --tw-shadow-color: rgb(251 250 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/100 {
    --tw-shadow-color: rgb(251 250 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/15 {
    --tw-shadow-color: rgb(251 250 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/20 {
    --tw-shadow-color: rgb(251 250 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/25 {
    --tw-shadow-color: rgb(251 250 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/30 {
    --tw-shadow-color: rgb(251 250 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/35 {
    --tw-shadow-color: rgb(251 250 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/40 {
    --tw-shadow-color: rgb(251 250 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/45 {
    --tw-shadow-color: rgb(251 250 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/5 {
    --tw-shadow-color: rgb(251 250 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/50 {
    --tw-shadow-color: rgb(251 250 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/55 {
    --tw-shadow-color: rgb(251 250 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/60 {
    --tw-shadow-color: rgb(251 250 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/65 {
    --tw-shadow-color: rgb(251 250 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/70 {
    --tw-shadow-color: rgb(251 250 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/75 {
    --tw-shadow-color: rgb(251 250 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/80 {
    --tw-shadow-color: rgb(251 250 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/85 {
    --tw-shadow-color: rgb(251 250 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/90 {
    --tw-shadow-color: rgb(251 250 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-50\/95 {
    --tw-shadow-color: rgb(251 250 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500 {
    --tw-shadow-color: #817971;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/0 {
    --tw-shadow-color: rgb(129 121 113 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/10 {
    --tw-shadow-color: rgb(129 121 113 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/100 {
    --tw-shadow-color: rgb(129 121 113 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/15 {
    --tw-shadow-color: rgb(129 121 113 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/20 {
    --tw-shadow-color: rgb(129 121 113 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/25 {
    --tw-shadow-color: rgb(129 121 113 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/30 {
    --tw-shadow-color: rgb(129 121 113 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/35 {
    --tw-shadow-color: rgb(129 121 113 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/40 {
    --tw-shadow-color: rgb(129 121 113 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/45 {
    --tw-shadow-color: rgb(129 121 113 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/5 {
    --tw-shadow-color: rgb(129 121 113 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/50 {
    --tw-shadow-color: rgb(129 121 113 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/55 {
    --tw-shadow-color: rgb(129 121 113 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/60 {
    --tw-shadow-color: rgb(129 121 113 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/65 {
    --tw-shadow-color: rgb(129 121 113 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/70 {
    --tw-shadow-color: rgb(129 121 113 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/75 {
    --tw-shadow-color: rgb(129 121 113 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/80 {
    --tw-shadow-color: rgb(129 121 113 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/85 {
    --tw-shadow-color: rgb(129 121 113 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/90 {
    --tw-shadow-color: rgb(129 121 113 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-500\/95 {
    --tw-shadow-color: rgb(129 121 113 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600 {
    --tw-shadow-color: #605952;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/0 {
    --tw-shadow-color: rgb(96 89 82 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/10 {
    --tw-shadow-color: rgb(96 89 82 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/100 {
    --tw-shadow-color: rgb(96 89 82 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/15 {
    --tw-shadow-color: rgb(96 89 82 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/20 {
    --tw-shadow-color: rgb(96 89 82 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/25 {
    --tw-shadow-color: rgb(96 89 82 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/30 {
    --tw-shadow-color: rgb(96 89 82 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/35 {
    --tw-shadow-color: rgb(96 89 82 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/40 {
    --tw-shadow-color: rgb(96 89 82 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/45 {
    --tw-shadow-color: rgb(96 89 82 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/5 {
    --tw-shadow-color: rgb(96 89 82 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/50 {
    --tw-shadow-color: rgb(96 89 82 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/55 {
    --tw-shadow-color: rgb(96 89 82 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/60 {
    --tw-shadow-color: rgb(96 89 82 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/65 {
    --tw-shadow-color: rgb(96 89 82 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/70 {
    --tw-shadow-color: rgb(96 89 82 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/75 {
    --tw-shadow-color: rgb(96 89 82 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/80 {
    --tw-shadow-color: rgb(96 89 82 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/85 {
    --tw-shadow-color: rgb(96 89 82 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/90 {
    --tw-shadow-color: rgb(96 89 82 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-600\/95 {
    --tw-shadow-color: rgb(96 89 82 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700 {
    --tw-shadow-color: #49443f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/0 {
    --tw-shadow-color: rgb(73 68 63 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/10 {
    --tw-shadow-color: rgb(73 68 63 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/100 {
    --tw-shadow-color: rgb(73 68 63 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/15 {
    --tw-shadow-color: rgb(73 68 63 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/20 {
    --tw-shadow-color: rgb(73 68 63 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/25 {
    --tw-shadow-color: rgb(73 68 63 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/30 {
    --tw-shadow-color: rgb(73 68 63 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/35 {
    --tw-shadow-color: rgb(73 68 63 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/40 {
    --tw-shadow-color: rgb(73 68 63 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/45 {
    --tw-shadow-color: rgb(73 68 63 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/5 {
    --tw-shadow-color: rgb(73 68 63 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/50 {
    --tw-shadow-color: rgb(73 68 63 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/55 {
    --tw-shadow-color: rgb(73 68 63 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/60 {
    --tw-shadow-color: rgb(73 68 63 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/65 {
    --tw-shadow-color: rgb(73 68 63 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/70 {
    --tw-shadow-color: rgb(73 68 63 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/75 {
    --tw-shadow-color: rgb(73 68 63 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/80 {
    --tw-shadow-color: rgb(73 68 63 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/85 {
    --tw-shadow-color: rgb(73 68 63 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/90 {
    --tw-shadow-color: rgb(73 68 63 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-700\/95 {
    --tw-shadow-color: rgb(73 68 63 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800 {
    --tw-shadow-color: #302d2a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/0 {
    --tw-shadow-color: rgb(48 45 42 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/10 {
    --tw-shadow-color: rgb(48 45 42 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/100 {
    --tw-shadow-color: rgb(48 45 42 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/15 {
    --tw-shadow-color: rgb(48 45 42 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/20 {
    --tw-shadow-color: rgb(48 45 42 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/25 {
    --tw-shadow-color: rgb(48 45 42 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/30 {
    --tw-shadow-color: rgb(48 45 42 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/35 {
    --tw-shadow-color: rgb(48 45 42 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/40 {
    --tw-shadow-color: rgb(48 45 42 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/45 {
    --tw-shadow-color: rgb(48 45 42 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/5 {
    --tw-shadow-color: rgb(48 45 42 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/50 {
    --tw-shadow-color: rgb(48 45 42 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/55 {
    --tw-shadow-color: rgb(48 45 42 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/60 {
    --tw-shadow-color: rgb(48 45 42 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/65 {
    --tw-shadow-color: rgb(48 45 42 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/70 {
    --tw-shadow-color: rgb(48 45 42 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/75 {
    --tw-shadow-color: rgb(48 45 42 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/80 {
    --tw-shadow-color: rgb(48 45 42 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/85 {
    --tw-shadow-color: rgb(48 45 42 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/90 {
    --tw-shadow-color: rgb(48 45 42 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-800\/95 {
    --tw-shadow-color: rgb(48 45 42 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900 {
    --tw-shadow-color: #211f1d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/0 {
    --tw-shadow-color: rgb(33 31 29 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/10 {
    --tw-shadow-color: rgb(33 31 29 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/100 {
    --tw-shadow-color: rgb(33 31 29 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/15 {
    --tw-shadow-color: rgb(33 31 29 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/20 {
    --tw-shadow-color: rgb(33 31 29 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/25 {
    --tw-shadow-color: rgb(33 31 29 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/30 {
    --tw-shadow-color: rgb(33 31 29 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/35 {
    --tw-shadow-color: rgb(33 31 29 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/40 {
    --tw-shadow-color: rgb(33 31 29 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/45 {
    --tw-shadow-color: rgb(33 31 29 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/5 {
    --tw-shadow-color: rgb(33 31 29 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/50 {
    --tw-shadow-color: rgb(33 31 29 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/55 {
    --tw-shadow-color: rgb(33 31 29 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/60 {
    --tw-shadow-color: rgb(33 31 29 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/65 {
    --tw-shadow-color: rgb(33 31 29 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/70 {
    --tw-shadow-color: rgb(33 31 29 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/75 {
    --tw-shadow-color: rgb(33 31 29 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/80 {
    --tw-shadow-color: rgb(33 31 29 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/85 {
    --tw-shadow-color: rgb(33 31 29 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/90 {
    --tw-shadow-color: rgb(33 31 29 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-900\/95 {
    --tw-shadow-color: rgb(33 31 29 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950 {
    --tw-shadow-color: #121110;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/0 {
    --tw-shadow-color: rgb(18 17 16 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/10 {
    --tw-shadow-color: rgb(18 17 16 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/100 {
    --tw-shadow-color: rgb(18 17 16 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/15 {
    --tw-shadow-color: rgb(18 17 16 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/20 {
    --tw-shadow-color: rgb(18 17 16 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/25 {
    --tw-shadow-color: rgb(18 17 16 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/30 {
    --tw-shadow-color: rgb(18 17 16 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/35 {
    --tw-shadow-color: rgb(18 17 16 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/40 {
    --tw-shadow-color: rgb(18 17 16 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/45 {
    --tw-shadow-color: rgb(18 17 16 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/5 {
    --tw-shadow-color: rgb(18 17 16 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/50 {
    --tw-shadow-color: rgb(18 17 16 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/55 {
    --tw-shadow-color: rgb(18 17 16 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/60 {
    --tw-shadow-color: rgb(18 17 16 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/65 {
    --tw-shadow-color: rgb(18 17 16 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/70 {
    --tw-shadow-color: rgb(18 17 16 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/75 {
    --tw-shadow-color: rgb(18 17 16 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/80 {
    --tw-shadow-color: rgb(18 17 16 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/85 {
    --tw-shadow-color: rgb(18 17 16 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/90 {
    --tw-shadow-color: rgb(18 17 16 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-neutral-950\/95 {
    --tw-shadow-color: rgb(18 17 16 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100 {
    --tw-shadow-color: #ffedd5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/0 {
    --tw-shadow-color: rgb(255 237 213 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/10 {
    --tw-shadow-color: rgb(255 237 213 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/100 {
    --tw-shadow-color: rgb(255 237 213 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/15 {
    --tw-shadow-color: rgb(255 237 213 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/20 {
    --tw-shadow-color: rgb(255 237 213 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/25 {
    --tw-shadow-color: rgb(255 237 213 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/30 {
    --tw-shadow-color: rgb(255 237 213 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/35 {
    --tw-shadow-color: rgb(255 237 213 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/40 {
    --tw-shadow-color: rgb(255 237 213 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/45 {
    --tw-shadow-color: rgb(255 237 213 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/5 {
    --tw-shadow-color: rgb(255 237 213 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/50 {
    --tw-shadow-color: rgb(255 237 213 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/55 {
    --tw-shadow-color: rgb(255 237 213 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/60 {
    --tw-shadow-color: rgb(255 237 213 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/65 {
    --tw-shadow-color: rgb(255 237 213 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/70 {
    --tw-shadow-color: rgb(255 237 213 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/75 {
    --tw-shadow-color: rgb(255 237 213 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/80 {
    --tw-shadow-color: rgb(255 237 213 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/85 {
    --tw-shadow-color: rgb(255 237 213 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/90 {
    --tw-shadow-color: rgb(255 237 213 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-100\/95 {
    --tw-shadow-color: rgb(255 237 213 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200 {
    --tw-shadow-color: #fed7aa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/0 {
    --tw-shadow-color: rgb(254 215 170 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/10 {
    --tw-shadow-color: rgb(254 215 170 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/100 {
    --tw-shadow-color: rgb(254 215 170 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/15 {
    --tw-shadow-color: rgb(254 215 170 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/20 {
    --tw-shadow-color: rgb(254 215 170 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/25 {
    --tw-shadow-color: rgb(254 215 170 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/30 {
    --tw-shadow-color: rgb(254 215 170 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/35 {
    --tw-shadow-color: rgb(254 215 170 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/40 {
    --tw-shadow-color: rgb(254 215 170 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/45 {
    --tw-shadow-color: rgb(254 215 170 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/5 {
    --tw-shadow-color: rgb(254 215 170 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/50 {
    --tw-shadow-color: rgb(254 215 170 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/55 {
    --tw-shadow-color: rgb(254 215 170 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/60 {
    --tw-shadow-color: rgb(254 215 170 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/65 {
    --tw-shadow-color: rgb(254 215 170 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/70 {
    --tw-shadow-color: rgb(254 215 170 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/75 {
    --tw-shadow-color: rgb(254 215 170 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/80 {
    --tw-shadow-color: rgb(254 215 170 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/85 {
    --tw-shadow-color: rgb(254 215 170 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/90 {
    --tw-shadow-color: rgb(254 215 170 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-200\/95 {
    --tw-shadow-color: rgb(254 215 170 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300 {
    --tw-shadow-color: #fdba74;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/0 {
    --tw-shadow-color: rgb(253 186 116 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/10 {
    --tw-shadow-color: rgb(253 186 116 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/100 {
    --tw-shadow-color: rgb(253 186 116 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/15 {
    --tw-shadow-color: rgb(253 186 116 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/20 {
    --tw-shadow-color: rgb(253 186 116 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/25 {
    --tw-shadow-color: rgb(253 186 116 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/30 {
    --tw-shadow-color: rgb(253 186 116 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/35 {
    --tw-shadow-color: rgb(253 186 116 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/40 {
    --tw-shadow-color: rgb(253 186 116 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/45 {
    --tw-shadow-color: rgb(253 186 116 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/5 {
    --tw-shadow-color: rgb(253 186 116 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/50 {
    --tw-shadow-color: rgb(253 186 116 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/55 {
    --tw-shadow-color: rgb(253 186 116 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/60 {
    --tw-shadow-color: rgb(253 186 116 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/65 {
    --tw-shadow-color: rgb(253 186 116 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/70 {
    --tw-shadow-color: rgb(253 186 116 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/75 {
    --tw-shadow-color: rgb(253 186 116 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/80 {
    --tw-shadow-color: rgb(253 186 116 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/85 {
    --tw-shadow-color: rgb(253 186 116 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/90 {
    --tw-shadow-color: rgb(253 186 116 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-300\/95 {
    --tw-shadow-color: rgb(253 186 116 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400 {
    --tw-shadow-color: #fb923c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/0 {
    --tw-shadow-color: rgb(251 146 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/10 {
    --tw-shadow-color: rgb(251 146 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/100 {
    --tw-shadow-color: rgb(251 146 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/15 {
    --tw-shadow-color: rgb(251 146 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/20 {
    --tw-shadow-color: rgb(251 146 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/25 {
    --tw-shadow-color: rgb(251 146 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/30 {
    --tw-shadow-color: rgb(251 146 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/35 {
    --tw-shadow-color: rgb(251 146 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/40 {
    --tw-shadow-color: rgb(251 146 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/45 {
    --tw-shadow-color: rgb(251 146 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/5 {
    --tw-shadow-color: rgb(251 146 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/50 {
    --tw-shadow-color: rgb(251 146 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/55 {
    --tw-shadow-color: rgb(251 146 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/60 {
    --tw-shadow-color: rgb(251 146 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/65 {
    --tw-shadow-color: rgb(251 146 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/70 {
    --tw-shadow-color: rgb(251 146 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/75 {
    --tw-shadow-color: rgb(251 146 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/80 {
    --tw-shadow-color: rgb(251 146 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/85 {
    --tw-shadow-color: rgb(251 146 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/90 {
    --tw-shadow-color: rgb(251 146 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-400\/95 {
    --tw-shadow-color: rgb(251 146 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50 {
    --tw-shadow-color: #fff7ed;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/0 {
    --tw-shadow-color: rgb(255 247 237 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/10 {
    --tw-shadow-color: rgb(255 247 237 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/100 {
    --tw-shadow-color: rgb(255 247 237 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/15 {
    --tw-shadow-color: rgb(255 247 237 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/20 {
    --tw-shadow-color: rgb(255 247 237 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/25 {
    --tw-shadow-color: rgb(255 247 237 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/30 {
    --tw-shadow-color: rgb(255 247 237 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/35 {
    --tw-shadow-color: rgb(255 247 237 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/40 {
    --tw-shadow-color: rgb(255 247 237 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/45 {
    --tw-shadow-color: rgb(255 247 237 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/5 {
    --tw-shadow-color: rgb(255 247 237 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/50 {
    --tw-shadow-color: rgb(255 247 237 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/55 {
    --tw-shadow-color: rgb(255 247 237 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/60 {
    --tw-shadow-color: rgb(255 247 237 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/65 {
    --tw-shadow-color: rgb(255 247 237 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/70 {
    --tw-shadow-color: rgb(255 247 237 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/75 {
    --tw-shadow-color: rgb(255 247 237 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/80 {
    --tw-shadow-color: rgb(255 247 237 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/85 {
    --tw-shadow-color: rgb(255 247 237 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/90 {
    --tw-shadow-color: rgb(255 247 237 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-50\/95 {
    --tw-shadow-color: rgb(255 247 237 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500 {
    --tw-shadow-color: #f97316;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/0 {
    --tw-shadow-color: rgb(249 115 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/10 {
    --tw-shadow-color: rgb(249 115 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/100 {
    --tw-shadow-color: rgb(249 115 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/15 {
    --tw-shadow-color: rgb(249 115 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/20 {
    --tw-shadow-color: rgb(249 115 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/25 {
    --tw-shadow-color: rgb(249 115 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/30 {
    --tw-shadow-color: rgb(249 115 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/35 {
    --tw-shadow-color: rgb(249 115 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/40 {
    --tw-shadow-color: rgb(249 115 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/45 {
    --tw-shadow-color: rgb(249 115 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/5 {
    --tw-shadow-color: rgb(249 115 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/50 {
    --tw-shadow-color: rgb(249 115 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/55 {
    --tw-shadow-color: rgb(249 115 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/60 {
    --tw-shadow-color: rgb(249 115 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/65 {
    --tw-shadow-color: rgb(249 115 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/70 {
    --tw-shadow-color: rgb(249 115 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/75 {
    --tw-shadow-color: rgb(249 115 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/80 {
    --tw-shadow-color: rgb(249 115 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/85 {
    --tw-shadow-color: rgb(249 115 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/90 {
    --tw-shadow-color: rgb(249 115 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-500\/95 {
    --tw-shadow-color: rgb(249 115 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600 {
    --tw-shadow-color: #ea580c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/0 {
    --tw-shadow-color: rgb(234 88 12 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/10 {
    --tw-shadow-color: rgb(234 88 12 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/100 {
    --tw-shadow-color: rgb(234 88 12 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/15 {
    --tw-shadow-color: rgb(234 88 12 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/20 {
    --tw-shadow-color: rgb(234 88 12 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/25 {
    --tw-shadow-color: rgb(234 88 12 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/30 {
    --tw-shadow-color: rgb(234 88 12 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/35 {
    --tw-shadow-color: rgb(234 88 12 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/40 {
    --tw-shadow-color: rgb(234 88 12 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/45 {
    --tw-shadow-color: rgb(234 88 12 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/5 {
    --tw-shadow-color: rgb(234 88 12 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/50 {
    --tw-shadow-color: rgb(234 88 12 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/55 {
    --tw-shadow-color: rgb(234 88 12 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/60 {
    --tw-shadow-color: rgb(234 88 12 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/65 {
    --tw-shadow-color: rgb(234 88 12 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/70 {
    --tw-shadow-color: rgb(234 88 12 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/75 {
    --tw-shadow-color: rgb(234 88 12 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/80 {
    --tw-shadow-color: rgb(234 88 12 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/85 {
    --tw-shadow-color: rgb(234 88 12 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/90 {
    --tw-shadow-color: rgb(234 88 12 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-600\/95 {
    --tw-shadow-color: rgb(234 88 12 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700 {
    --tw-shadow-color: #c2410c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/0 {
    --tw-shadow-color: rgb(194 65 12 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/10 {
    --tw-shadow-color: rgb(194 65 12 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/100 {
    --tw-shadow-color: rgb(194 65 12 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/15 {
    --tw-shadow-color: rgb(194 65 12 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/20 {
    --tw-shadow-color: rgb(194 65 12 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/25 {
    --tw-shadow-color: rgb(194 65 12 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/30 {
    --tw-shadow-color: rgb(194 65 12 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/35 {
    --tw-shadow-color: rgb(194 65 12 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/40 {
    --tw-shadow-color: rgb(194 65 12 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/45 {
    --tw-shadow-color: rgb(194 65 12 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/5 {
    --tw-shadow-color: rgb(194 65 12 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/50 {
    --tw-shadow-color: rgb(194 65 12 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/55 {
    --tw-shadow-color: rgb(194 65 12 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/60 {
    --tw-shadow-color: rgb(194 65 12 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/65 {
    --tw-shadow-color: rgb(194 65 12 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/70 {
    --tw-shadow-color: rgb(194 65 12 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/75 {
    --tw-shadow-color: rgb(194 65 12 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/80 {
    --tw-shadow-color: rgb(194 65 12 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/85 {
    --tw-shadow-color: rgb(194 65 12 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/90 {
    --tw-shadow-color: rgb(194 65 12 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-700\/95 {
    --tw-shadow-color: rgb(194 65 12 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800 {
    --tw-shadow-color: #9a3412;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/0 {
    --tw-shadow-color: rgb(154 52 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/10 {
    --tw-shadow-color: rgb(154 52 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/100 {
    --tw-shadow-color: rgb(154 52 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/15 {
    --tw-shadow-color: rgb(154 52 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/20 {
    --tw-shadow-color: rgb(154 52 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/25 {
    --tw-shadow-color: rgb(154 52 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/30 {
    --tw-shadow-color: rgb(154 52 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/35 {
    --tw-shadow-color: rgb(154 52 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/40 {
    --tw-shadow-color: rgb(154 52 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/45 {
    --tw-shadow-color: rgb(154 52 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/5 {
    --tw-shadow-color: rgb(154 52 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/50 {
    --tw-shadow-color: rgb(154 52 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/55 {
    --tw-shadow-color: rgb(154 52 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/60 {
    --tw-shadow-color: rgb(154 52 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/65 {
    --tw-shadow-color: rgb(154 52 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/70 {
    --tw-shadow-color: rgb(154 52 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/75 {
    --tw-shadow-color: rgb(154 52 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/80 {
    --tw-shadow-color: rgb(154 52 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/85 {
    --tw-shadow-color: rgb(154 52 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/90 {
    --tw-shadow-color: rgb(154 52 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-800\/95 {
    --tw-shadow-color: rgb(154 52 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900 {
    --tw-shadow-color: #7c2d12;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/0 {
    --tw-shadow-color: rgb(124 45 18 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/10 {
    --tw-shadow-color: rgb(124 45 18 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/100 {
    --tw-shadow-color: rgb(124 45 18 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/15 {
    --tw-shadow-color: rgb(124 45 18 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/20 {
    --tw-shadow-color: rgb(124 45 18 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/25 {
    --tw-shadow-color: rgb(124 45 18 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/30 {
    --tw-shadow-color: rgb(124 45 18 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/35 {
    --tw-shadow-color: rgb(124 45 18 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/40 {
    --tw-shadow-color: rgb(124 45 18 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/45 {
    --tw-shadow-color: rgb(124 45 18 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/5 {
    --tw-shadow-color: rgb(124 45 18 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/50 {
    --tw-shadow-color: rgb(124 45 18 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/55 {
    --tw-shadow-color: rgb(124 45 18 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/60 {
    --tw-shadow-color: rgb(124 45 18 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/65 {
    --tw-shadow-color: rgb(124 45 18 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/70 {
    --tw-shadow-color: rgb(124 45 18 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/75 {
    --tw-shadow-color: rgb(124 45 18 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/80 {
    --tw-shadow-color: rgb(124 45 18 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/85 {
    --tw-shadow-color: rgb(124 45 18 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/90 {
    --tw-shadow-color: rgb(124 45 18 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-900\/95 {
    --tw-shadow-color: rgb(124 45 18 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950 {
    --tw-shadow-color: #431407;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/0 {
    --tw-shadow-color: rgb(67 20 7 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/10 {
    --tw-shadow-color: rgb(67 20 7 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/100 {
    --tw-shadow-color: rgb(67 20 7 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/15 {
    --tw-shadow-color: rgb(67 20 7 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/20 {
    --tw-shadow-color: rgb(67 20 7 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/25 {
    --tw-shadow-color: rgb(67 20 7 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/30 {
    --tw-shadow-color: rgb(67 20 7 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/35 {
    --tw-shadow-color: rgb(67 20 7 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/40 {
    --tw-shadow-color: rgb(67 20 7 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/45 {
    --tw-shadow-color: rgb(67 20 7 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/5 {
    --tw-shadow-color: rgb(67 20 7 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/50 {
    --tw-shadow-color: rgb(67 20 7 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/55 {
    --tw-shadow-color: rgb(67 20 7 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/60 {
    --tw-shadow-color: rgb(67 20 7 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/65 {
    --tw-shadow-color: rgb(67 20 7 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/70 {
    --tw-shadow-color: rgb(67 20 7 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/75 {
    --tw-shadow-color: rgb(67 20 7 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/80 {
    --tw-shadow-color: rgb(67 20 7 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/85 {
    --tw-shadow-color: rgb(67 20 7 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/90 {
    --tw-shadow-color: rgb(67 20 7 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-orange-950\/95 {
    --tw-shadow-color: rgb(67 20 7 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100 {
    --tw-shadow-color: #fce7f3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/0 {
    --tw-shadow-color: rgb(252 231 243 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/10 {
    --tw-shadow-color: rgb(252 231 243 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/100 {
    --tw-shadow-color: rgb(252 231 243 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/15 {
    --tw-shadow-color: rgb(252 231 243 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/20 {
    --tw-shadow-color: rgb(252 231 243 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/25 {
    --tw-shadow-color: rgb(252 231 243 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/30 {
    --tw-shadow-color: rgb(252 231 243 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/35 {
    --tw-shadow-color: rgb(252 231 243 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/40 {
    --tw-shadow-color: rgb(252 231 243 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/45 {
    --tw-shadow-color: rgb(252 231 243 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/5 {
    --tw-shadow-color: rgb(252 231 243 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/50 {
    --tw-shadow-color: rgb(252 231 243 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/55 {
    --tw-shadow-color: rgb(252 231 243 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/60 {
    --tw-shadow-color: rgb(252 231 243 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/65 {
    --tw-shadow-color: rgb(252 231 243 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/70 {
    --tw-shadow-color: rgb(252 231 243 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/75 {
    --tw-shadow-color: rgb(252 231 243 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/80 {
    --tw-shadow-color: rgb(252 231 243 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/85 {
    --tw-shadow-color: rgb(252 231 243 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/90 {
    --tw-shadow-color: rgb(252 231 243 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-100\/95 {
    --tw-shadow-color: rgb(252 231 243 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200 {
    --tw-shadow-color: #fbcfe8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/0 {
    --tw-shadow-color: rgb(251 207 232 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/10 {
    --tw-shadow-color: rgb(251 207 232 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/100 {
    --tw-shadow-color: rgb(251 207 232 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/15 {
    --tw-shadow-color: rgb(251 207 232 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/20 {
    --tw-shadow-color: rgb(251 207 232 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/25 {
    --tw-shadow-color: rgb(251 207 232 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/30 {
    --tw-shadow-color: rgb(251 207 232 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/35 {
    --tw-shadow-color: rgb(251 207 232 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/40 {
    --tw-shadow-color: rgb(251 207 232 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/45 {
    --tw-shadow-color: rgb(251 207 232 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/5 {
    --tw-shadow-color: rgb(251 207 232 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/50 {
    --tw-shadow-color: rgb(251 207 232 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/55 {
    --tw-shadow-color: rgb(251 207 232 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/60 {
    --tw-shadow-color: rgb(251 207 232 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/65 {
    --tw-shadow-color: rgb(251 207 232 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/70 {
    --tw-shadow-color: rgb(251 207 232 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/75 {
    --tw-shadow-color: rgb(251 207 232 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/80 {
    --tw-shadow-color: rgb(251 207 232 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/85 {
    --tw-shadow-color: rgb(251 207 232 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/90 {
    --tw-shadow-color: rgb(251 207 232 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-200\/95 {
    --tw-shadow-color: rgb(251 207 232 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300 {
    --tw-shadow-color: #f9a8d4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/0 {
    --tw-shadow-color: rgb(249 168 212 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/10 {
    --tw-shadow-color: rgb(249 168 212 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/100 {
    --tw-shadow-color: rgb(249 168 212 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/15 {
    --tw-shadow-color: rgb(249 168 212 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/20 {
    --tw-shadow-color: rgb(249 168 212 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/25 {
    --tw-shadow-color: rgb(249 168 212 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/30 {
    --tw-shadow-color: rgb(249 168 212 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/35 {
    --tw-shadow-color: rgb(249 168 212 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/40 {
    --tw-shadow-color: rgb(249 168 212 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/45 {
    --tw-shadow-color: rgb(249 168 212 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/5 {
    --tw-shadow-color: rgb(249 168 212 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/50 {
    --tw-shadow-color: rgb(249 168 212 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/55 {
    --tw-shadow-color: rgb(249 168 212 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/60 {
    --tw-shadow-color: rgb(249 168 212 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/65 {
    --tw-shadow-color: rgb(249 168 212 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/70 {
    --tw-shadow-color: rgb(249 168 212 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/75 {
    --tw-shadow-color: rgb(249 168 212 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/80 {
    --tw-shadow-color: rgb(249 168 212 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/85 {
    --tw-shadow-color: rgb(249 168 212 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/90 {
    --tw-shadow-color: rgb(249 168 212 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-300\/95 {
    --tw-shadow-color: rgb(249 168 212 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400 {
    --tw-shadow-color: #f472b6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/0 {
    --tw-shadow-color: rgb(244 114 182 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/10 {
    --tw-shadow-color: rgb(244 114 182 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/100 {
    --tw-shadow-color: rgb(244 114 182 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/15 {
    --tw-shadow-color: rgb(244 114 182 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/20 {
    --tw-shadow-color: rgb(244 114 182 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/25 {
    --tw-shadow-color: rgb(244 114 182 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/30 {
    --tw-shadow-color: rgb(244 114 182 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/35 {
    --tw-shadow-color: rgb(244 114 182 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/40 {
    --tw-shadow-color: rgb(244 114 182 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/45 {
    --tw-shadow-color: rgb(244 114 182 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/5 {
    --tw-shadow-color: rgb(244 114 182 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/50 {
    --tw-shadow-color: rgb(244 114 182 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/55 {
    --tw-shadow-color: rgb(244 114 182 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/60 {
    --tw-shadow-color: rgb(244 114 182 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/65 {
    --tw-shadow-color: rgb(244 114 182 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/70 {
    --tw-shadow-color: rgb(244 114 182 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/75 {
    --tw-shadow-color: rgb(244 114 182 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/80 {
    --tw-shadow-color: rgb(244 114 182 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/85 {
    --tw-shadow-color: rgb(244 114 182 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/90 {
    --tw-shadow-color: rgb(244 114 182 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-400\/95 {
    --tw-shadow-color: rgb(244 114 182 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50 {
    --tw-shadow-color: #fdf2f8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/0 {
    --tw-shadow-color: rgb(253 242 248 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/10 {
    --tw-shadow-color: rgb(253 242 248 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/100 {
    --tw-shadow-color: rgb(253 242 248 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/15 {
    --tw-shadow-color: rgb(253 242 248 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/20 {
    --tw-shadow-color: rgb(253 242 248 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/25 {
    --tw-shadow-color: rgb(253 242 248 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/30 {
    --tw-shadow-color: rgb(253 242 248 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/35 {
    --tw-shadow-color: rgb(253 242 248 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/40 {
    --tw-shadow-color: rgb(253 242 248 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/45 {
    --tw-shadow-color: rgb(253 242 248 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/5 {
    --tw-shadow-color: rgb(253 242 248 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/50 {
    --tw-shadow-color: rgb(253 242 248 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/55 {
    --tw-shadow-color: rgb(253 242 248 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/60 {
    --tw-shadow-color: rgb(253 242 248 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/65 {
    --tw-shadow-color: rgb(253 242 248 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/70 {
    --tw-shadow-color: rgb(253 242 248 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/75 {
    --tw-shadow-color: rgb(253 242 248 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/80 {
    --tw-shadow-color: rgb(253 242 248 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/85 {
    --tw-shadow-color: rgb(253 242 248 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/90 {
    --tw-shadow-color: rgb(253 242 248 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-50\/95 {
    --tw-shadow-color: rgb(253 242 248 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500 {
    --tw-shadow-color: #ec4899;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/0 {
    --tw-shadow-color: rgb(236 72 153 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/10 {
    --tw-shadow-color: rgb(236 72 153 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/100 {
    --tw-shadow-color: rgb(236 72 153 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/15 {
    --tw-shadow-color: rgb(236 72 153 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/20 {
    --tw-shadow-color: rgb(236 72 153 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/25 {
    --tw-shadow-color: rgb(236 72 153 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/30 {
    --tw-shadow-color: rgb(236 72 153 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/35 {
    --tw-shadow-color: rgb(236 72 153 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/40 {
    --tw-shadow-color: rgb(236 72 153 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/45 {
    --tw-shadow-color: rgb(236 72 153 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/5 {
    --tw-shadow-color: rgb(236 72 153 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/50 {
    --tw-shadow-color: rgb(236 72 153 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/55 {
    --tw-shadow-color: rgb(236 72 153 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/60 {
    --tw-shadow-color: rgb(236 72 153 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/65 {
    --tw-shadow-color: rgb(236 72 153 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/70 {
    --tw-shadow-color: rgb(236 72 153 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/75 {
    --tw-shadow-color: rgb(236 72 153 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/80 {
    --tw-shadow-color: rgb(236 72 153 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/85 {
    --tw-shadow-color: rgb(236 72 153 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/90 {
    --tw-shadow-color: rgb(236 72 153 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-500\/95 {
    --tw-shadow-color: rgb(236 72 153 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600 {
    --tw-shadow-color: #db2777;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/0 {
    --tw-shadow-color: rgb(219 39 119 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/10 {
    --tw-shadow-color: rgb(219 39 119 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/100 {
    --tw-shadow-color: rgb(219 39 119 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/15 {
    --tw-shadow-color: rgb(219 39 119 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/20 {
    --tw-shadow-color: rgb(219 39 119 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/25 {
    --tw-shadow-color: rgb(219 39 119 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/30 {
    --tw-shadow-color: rgb(219 39 119 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/35 {
    --tw-shadow-color: rgb(219 39 119 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/40 {
    --tw-shadow-color: rgb(219 39 119 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/45 {
    --tw-shadow-color: rgb(219 39 119 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/5 {
    --tw-shadow-color: rgb(219 39 119 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/50 {
    --tw-shadow-color: rgb(219 39 119 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/55 {
    --tw-shadow-color: rgb(219 39 119 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/60 {
    --tw-shadow-color: rgb(219 39 119 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/65 {
    --tw-shadow-color: rgb(219 39 119 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/70 {
    --tw-shadow-color: rgb(219 39 119 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/75 {
    --tw-shadow-color: rgb(219 39 119 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/80 {
    --tw-shadow-color: rgb(219 39 119 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/85 {
    --tw-shadow-color: rgb(219 39 119 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/90 {
    --tw-shadow-color: rgb(219 39 119 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-600\/95 {
    --tw-shadow-color: rgb(219 39 119 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700 {
    --tw-shadow-color: #be185d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/0 {
    --tw-shadow-color: rgb(190 24 93 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/10 {
    --tw-shadow-color: rgb(190 24 93 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/100 {
    --tw-shadow-color: rgb(190 24 93 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/15 {
    --tw-shadow-color: rgb(190 24 93 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/20 {
    --tw-shadow-color: rgb(190 24 93 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/25 {
    --tw-shadow-color: rgb(190 24 93 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/30 {
    --tw-shadow-color: rgb(190 24 93 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/35 {
    --tw-shadow-color: rgb(190 24 93 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/40 {
    --tw-shadow-color: rgb(190 24 93 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/45 {
    --tw-shadow-color: rgb(190 24 93 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/5 {
    --tw-shadow-color: rgb(190 24 93 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/50 {
    --tw-shadow-color: rgb(190 24 93 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/55 {
    --tw-shadow-color: rgb(190 24 93 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/60 {
    --tw-shadow-color: rgb(190 24 93 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/65 {
    --tw-shadow-color: rgb(190 24 93 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/70 {
    --tw-shadow-color: rgb(190 24 93 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/75 {
    --tw-shadow-color: rgb(190 24 93 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/80 {
    --tw-shadow-color: rgb(190 24 93 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/85 {
    --tw-shadow-color: rgb(190 24 93 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/90 {
    --tw-shadow-color: rgb(190 24 93 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-700\/95 {
    --tw-shadow-color: rgb(190 24 93 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800 {
    --tw-shadow-color: #9d174d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/0 {
    --tw-shadow-color: rgb(157 23 77 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/10 {
    --tw-shadow-color: rgb(157 23 77 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/100 {
    --tw-shadow-color: rgb(157 23 77 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/15 {
    --tw-shadow-color: rgb(157 23 77 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/20 {
    --tw-shadow-color: rgb(157 23 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/25 {
    --tw-shadow-color: rgb(157 23 77 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/30 {
    --tw-shadow-color: rgb(157 23 77 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/35 {
    --tw-shadow-color: rgb(157 23 77 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/40 {
    --tw-shadow-color: rgb(157 23 77 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/45 {
    --tw-shadow-color: rgb(157 23 77 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/5 {
    --tw-shadow-color: rgb(157 23 77 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/50 {
    --tw-shadow-color: rgb(157 23 77 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/55 {
    --tw-shadow-color: rgb(157 23 77 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/60 {
    --tw-shadow-color: rgb(157 23 77 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/65 {
    --tw-shadow-color: rgb(157 23 77 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/70 {
    --tw-shadow-color: rgb(157 23 77 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/75 {
    --tw-shadow-color: rgb(157 23 77 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/80 {
    --tw-shadow-color: rgb(157 23 77 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/85 {
    --tw-shadow-color: rgb(157 23 77 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/90 {
    --tw-shadow-color: rgb(157 23 77 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-800\/95 {
    --tw-shadow-color: rgb(157 23 77 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900 {
    --tw-shadow-color: #831843;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/0 {
    --tw-shadow-color: rgb(131 24 67 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/10 {
    --tw-shadow-color: rgb(131 24 67 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/100 {
    --tw-shadow-color: rgb(131 24 67 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/15 {
    --tw-shadow-color: rgb(131 24 67 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/20 {
    --tw-shadow-color: rgb(131 24 67 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/25 {
    --tw-shadow-color: rgb(131 24 67 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/30 {
    --tw-shadow-color: rgb(131 24 67 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/35 {
    --tw-shadow-color: rgb(131 24 67 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/40 {
    --tw-shadow-color: rgb(131 24 67 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/45 {
    --tw-shadow-color: rgb(131 24 67 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/5 {
    --tw-shadow-color: rgb(131 24 67 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/50 {
    --tw-shadow-color: rgb(131 24 67 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/55 {
    --tw-shadow-color: rgb(131 24 67 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/60 {
    --tw-shadow-color: rgb(131 24 67 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/65 {
    --tw-shadow-color: rgb(131 24 67 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/70 {
    --tw-shadow-color: rgb(131 24 67 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/75 {
    --tw-shadow-color: rgb(131 24 67 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/80 {
    --tw-shadow-color: rgb(131 24 67 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/85 {
    --tw-shadow-color: rgb(131 24 67 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/90 {
    --tw-shadow-color: rgb(131 24 67 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-900\/95 {
    --tw-shadow-color: rgb(131 24 67 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950 {
    --tw-shadow-color: #500724;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/0 {
    --tw-shadow-color: rgb(80 7 36 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/10 {
    --tw-shadow-color: rgb(80 7 36 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/100 {
    --tw-shadow-color: rgb(80 7 36 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/15 {
    --tw-shadow-color: rgb(80 7 36 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/20 {
    --tw-shadow-color: rgb(80 7 36 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/25 {
    --tw-shadow-color: rgb(80 7 36 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/30 {
    --tw-shadow-color: rgb(80 7 36 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/35 {
    --tw-shadow-color: rgb(80 7 36 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/40 {
    --tw-shadow-color: rgb(80 7 36 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/45 {
    --tw-shadow-color: rgb(80 7 36 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/5 {
    --tw-shadow-color: rgb(80 7 36 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/50 {
    --tw-shadow-color: rgb(80 7 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/55 {
    --tw-shadow-color: rgb(80 7 36 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/60 {
    --tw-shadow-color: rgb(80 7 36 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/65 {
    --tw-shadow-color: rgb(80 7 36 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/70 {
    --tw-shadow-color: rgb(80 7 36 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/75 {
    --tw-shadow-color: rgb(80 7 36 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/80 {
    --tw-shadow-color: rgb(80 7 36 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/85 {
    --tw-shadow-color: rgb(80 7 36 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/90 {
    --tw-shadow-color: rgb(80 7 36 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-pink-950\/95 {
    --tw-shadow-color: rgb(80 7 36 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100 {
    --tw-shadow-color: #feeade;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/0 {
    --tw-shadow-color: rgb(254 234 222 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/10 {
    --tw-shadow-color: rgb(254 234 222 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/100 {
    --tw-shadow-color: rgb(254 234 222 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/15 {
    --tw-shadow-color: rgb(254 234 222 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/20 {
    --tw-shadow-color: rgb(254 234 222 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/25 {
    --tw-shadow-color: rgb(254 234 222 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/30 {
    --tw-shadow-color: rgb(254 234 222 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/35 {
    --tw-shadow-color: rgb(254 234 222 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/40 {
    --tw-shadow-color: rgb(254 234 222 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/45 {
    --tw-shadow-color: rgb(254 234 222 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/5 {
    --tw-shadow-color: rgb(254 234 222 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/50 {
    --tw-shadow-color: rgb(254 234 222 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/55 {
    --tw-shadow-color: rgb(254 234 222 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/60 {
    --tw-shadow-color: rgb(254 234 222 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/65 {
    --tw-shadow-color: rgb(254 234 222 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/70 {
    --tw-shadow-color: rgb(254 234 222 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/75 {
    --tw-shadow-color: rgb(254 234 222 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/80 {
    --tw-shadow-color: rgb(254 234 222 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/85 {
    --tw-shadow-color: rgb(254 234 222 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/90 {
    --tw-shadow-color: rgb(254 234 222 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-100\/95 {
    --tw-shadow-color: rgb(254 234 222 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200 {
    --tw-shadow-color: #fcd3bd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/0 {
    --tw-shadow-color: rgb(252 211 189 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/10 {
    --tw-shadow-color: rgb(252 211 189 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/100 {
    --tw-shadow-color: rgb(252 211 189 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/15 {
    --tw-shadow-color: rgb(252 211 189 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/20 {
    --tw-shadow-color: rgb(252 211 189 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/25 {
    --tw-shadow-color: rgb(252 211 189 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/30 {
    --tw-shadow-color: rgb(252 211 189 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/35 {
    --tw-shadow-color: rgb(252 211 189 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/40 {
    --tw-shadow-color: rgb(252 211 189 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/45 {
    --tw-shadow-color: rgb(252 211 189 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/5 {
    --tw-shadow-color: rgb(252 211 189 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/50 {
    --tw-shadow-color: rgb(252 211 189 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/55 {
    --tw-shadow-color: rgb(252 211 189 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/60 {
    --tw-shadow-color: rgb(252 211 189 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/65 {
    --tw-shadow-color: rgb(252 211 189 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/70 {
    --tw-shadow-color: rgb(252 211 189 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/75 {
    --tw-shadow-color: rgb(252 211 189 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/80 {
    --tw-shadow-color: rgb(252 211 189 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/85 {
    --tw-shadow-color: rgb(252 211 189 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/90 {
    --tw-shadow-color: rgb(252 211 189 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-200\/95 {
    --tw-shadow-color: rgb(252 211 189 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300 {
    --tw-shadow-color: #fab38f;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/0 {
    --tw-shadow-color: rgb(250 179 143 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/10 {
    --tw-shadow-color: rgb(250 179 143 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/100 {
    --tw-shadow-color: rgb(250 179 143 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/15 {
    --tw-shadow-color: rgb(250 179 143 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/20 {
    --tw-shadow-color: rgb(250 179 143 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/25 {
    --tw-shadow-color: rgb(250 179 143 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/30 {
    --tw-shadow-color: rgb(250 179 143 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/35 {
    --tw-shadow-color: rgb(250 179 143 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/40 {
    --tw-shadow-color: rgb(250 179 143 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/45 {
    --tw-shadow-color: rgb(250 179 143 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/5 {
    --tw-shadow-color: rgb(250 179 143 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/50 {
    --tw-shadow-color: rgb(250 179 143 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/55 {
    --tw-shadow-color: rgb(250 179 143 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/60 {
    --tw-shadow-color: rgb(250 179 143 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/65 {
    --tw-shadow-color: rgb(250 179 143 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/70 {
    --tw-shadow-color: rgb(250 179 143 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/75 {
    --tw-shadow-color: rgb(250 179 143 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/80 {
    --tw-shadow-color: rgb(250 179 143 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/85 {
    --tw-shadow-color: rgb(250 179 143 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/90 {
    --tw-shadow-color: rgb(250 179 143 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-300\/95 {
    --tw-shadow-color: rgb(250 179 143 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400 {
    --tw-shadow-color: #f99766;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/0 {
    --tw-shadow-color: rgb(249 151 102 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/10 {
    --tw-shadow-color: rgb(249 151 102 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/100 {
    --tw-shadow-color: rgb(249 151 102 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/15 {
    --tw-shadow-color: rgb(249 151 102 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/20 {
    --tw-shadow-color: rgb(249 151 102 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/25 {
    --tw-shadow-color: rgb(249 151 102 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/30 {
    --tw-shadow-color: rgb(249 151 102 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/35 {
    --tw-shadow-color: rgb(249 151 102 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/40 {
    --tw-shadow-color: rgb(249 151 102 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/45 {
    --tw-shadow-color: rgb(249 151 102 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/5 {
    --tw-shadow-color: rgb(249 151 102 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/50 {
    --tw-shadow-color: rgb(249 151 102 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/55 {
    --tw-shadow-color: rgb(249 151 102 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/60 {
    --tw-shadow-color: rgb(249 151 102 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/65 {
    --tw-shadow-color: rgb(249 151 102 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/70 {
    --tw-shadow-color: rgb(249 151 102 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/75 {
    --tw-shadow-color: rgb(249 151 102 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/80 {
    --tw-shadow-color: rgb(249 151 102 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/85 {
    --tw-shadow-color: rgb(249 151 102 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/90 {
    --tw-shadow-color: rgb(249 151 102 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-400\/95 {
    --tw-shadow-color: rgb(249 151 102 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50 {
    --tw-shadow-color: #fff7f2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/0 {
    --tw-shadow-color: rgb(255 247 242 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/10 {
    --tw-shadow-color: rgb(255 247 242 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/100 {
    --tw-shadow-color: rgb(255 247 242 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/15 {
    --tw-shadow-color: rgb(255 247 242 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/20 {
    --tw-shadow-color: rgb(255 247 242 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/25 {
    --tw-shadow-color: rgb(255 247 242 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/30 {
    --tw-shadow-color: rgb(255 247 242 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/35 {
    --tw-shadow-color: rgb(255 247 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/40 {
    --tw-shadow-color: rgb(255 247 242 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/45 {
    --tw-shadow-color: rgb(255 247 242 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/5 {
    --tw-shadow-color: rgb(255 247 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/50 {
    --tw-shadow-color: rgb(255 247 242 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/55 {
    --tw-shadow-color: rgb(255 247 242 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/60 {
    --tw-shadow-color: rgb(255 247 242 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/65 {
    --tw-shadow-color: rgb(255 247 242 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/70 {
    --tw-shadow-color: rgb(255 247 242 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/75 {
    --tw-shadow-color: rgb(255 247 242 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/80 {
    --tw-shadow-color: rgb(255 247 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/85 {
    --tw-shadow-color: rgb(255 247 242 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/90 {
    --tw-shadow-color: rgb(255 247 242 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-50\/95 {
    --tw-shadow-color: rgb(255 247 242 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500 {
    --tw-shadow-color: #f78d4d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/0 {
    --tw-shadow-color: rgb(247 141 77 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/10 {
    --tw-shadow-color: rgb(247 141 77 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/100 {
    --tw-shadow-color: rgb(247 141 77 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/15 {
    --tw-shadow-color: rgb(247 141 77 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/20 {
    --tw-shadow-color: rgb(247 141 77 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/25 {
    --tw-shadow-color: rgb(247 141 77 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/30 {
    --tw-shadow-color: rgb(247 141 77 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/35 {
    --tw-shadow-color: rgb(247 141 77 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/40 {
    --tw-shadow-color: rgb(247 141 77 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/45 {
    --tw-shadow-color: rgb(247 141 77 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/5 {
    --tw-shadow-color: rgb(247 141 77 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/50 {
    --tw-shadow-color: rgb(247 141 77 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/55 {
    --tw-shadow-color: rgb(247 141 77 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/60 {
    --tw-shadow-color: rgb(247 141 77 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/65 {
    --tw-shadow-color: rgb(247 141 77 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/70 {
    --tw-shadow-color: rgb(247 141 77 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/75 {
    --tw-shadow-color: rgb(247 141 77 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/80 {
    --tw-shadow-color: rgb(247 141 77 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/85 {
    --tw-shadow-color: rgb(247 141 77 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/90 {
    --tw-shadow-color: rgb(247 141 77 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-500\/95 {
    --tw-shadow-color: rgb(247 141 77 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600 {
    --tw-shadow-color: #e96325;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/0 {
    --tw-shadow-color: rgb(233 99 37 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/10 {
    --tw-shadow-color: rgb(233 99 37 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/100 {
    --tw-shadow-color: rgb(233 99 37 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/15 {
    --tw-shadow-color: rgb(233 99 37 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/20 {
    --tw-shadow-color: rgb(233 99 37 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/25 {
    --tw-shadow-color: rgb(233 99 37 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/30 {
    --tw-shadow-color: rgb(233 99 37 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/35 {
    --tw-shadow-color: rgb(233 99 37 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/40 {
    --tw-shadow-color: rgb(233 99 37 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/45 {
    --tw-shadow-color: rgb(233 99 37 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/5 {
    --tw-shadow-color: rgb(233 99 37 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/50 {
    --tw-shadow-color: rgb(233 99 37 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/55 {
    --tw-shadow-color: rgb(233 99 37 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/60 {
    --tw-shadow-color: rgb(233 99 37 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/65 {
    --tw-shadow-color: rgb(233 99 37 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/70 {
    --tw-shadow-color: rgb(233 99 37 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/75 {
    --tw-shadow-color: rgb(233 99 37 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/80 {
    --tw-shadow-color: rgb(233 99 37 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/85 {
    --tw-shadow-color: rgb(233 99 37 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/90 {
    --tw-shadow-color: rgb(233 99 37 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-600\/95 {
    --tw-shadow-color: rgb(233 99 37 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700 {
    --tw-shadow-color: #c94a16;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/0 {
    --tw-shadow-color: rgb(201 74 22 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/10 {
    --tw-shadow-color: rgb(201 74 22 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/100 {
    --tw-shadow-color: rgb(201 74 22 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/15 {
    --tw-shadow-color: rgb(201 74 22 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/20 {
    --tw-shadow-color: rgb(201 74 22 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/25 {
    --tw-shadow-color: rgb(201 74 22 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/30 {
    --tw-shadow-color: rgb(201 74 22 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/35 {
    --tw-shadow-color: rgb(201 74 22 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/40 {
    --tw-shadow-color: rgb(201 74 22 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/45 {
    --tw-shadow-color: rgb(201 74 22 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/5 {
    --tw-shadow-color: rgb(201 74 22 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/50 {
    --tw-shadow-color: rgb(201 74 22 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/55 {
    --tw-shadow-color: rgb(201 74 22 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/60 {
    --tw-shadow-color: rgb(201 74 22 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/65 {
    --tw-shadow-color: rgb(201 74 22 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/70 {
    --tw-shadow-color: rgb(201 74 22 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/75 {
    --tw-shadow-color: rgb(201 74 22 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/80 {
    --tw-shadow-color: rgb(201 74 22 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/85 {
    --tw-shadow-color: rgb(201 74 22 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/90 {
    --tw-shadow-color: rgb(201 74 22 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-700\/95 {
    --tw-shadow-color: rgb(201 74 22 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800 {
    --tw-shadow-color: #a13b18;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/0 {
    --tw-shadow-color: rgb(161 59 24 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/10 {
    --tw-shadow-color: rgb(161 59 24 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/100 {
    --tw-shadow-color: rgb(161 59 24 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/15 {
    --tw-shadow-color: rgb(161 59 24 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/20 {
    --tw-shadow-color: rgb(161 59 24 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/25 {
    --tw-shadow-color: rgb(161 59 24 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/30 {
    --tw-shadow-color: rgb(161 59 24 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/35 {
    --tw-shadow-color: rgb(161 59 24 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/40 {
    --tw-shadow-color: rgb(161 59 24 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/45 {
    --tw-shadow-color: rgb(161 59 24 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/5 {
    --tw-shadow-color: rgb(161 59 24 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/50 {
    --tw-shadow-color: rgb(161 59 24 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/55 {
    --tw-shadow-color: rgb(161 59 24 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/60 {
    --tw-shadow-color: rgb(161 59 24 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/65 {
    --tw-shadow-color: rgb(161 59 24 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/70 {
    --tw-shadow-color: rgb(161 59 24 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/75 {
    --tw-shadow-color: rgb(161 59 24 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/80 {
    --tw-shadow-color: rgb(161 59 24 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/85 {
    --tw-shadow-color: rgb(161 59 24 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/90 {
    --tw-shadow-color: rgb(161 59 24 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-800\/95 {
    --tw-shadow-color: rgb(161 59 24 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900 {
    --tw-shadow-color: #823318;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/0 {
    --tw-shadow-color: rgb(130 51 24 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/10 {
    --tw-shadow-color: rgb(130 51 24 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/100 {
    --tw-shadow-color: rgb(130 51 24 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/15 {
    --tw-shadow-color: rgb(130 51 24 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/20 {
    --tw-shadow-color: rgb(130 51 24 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/25 {
    --tw-shadow-color: rgb(130 51 24 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/30 {
    --tw-shadow-color: rgb(130 51 24 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/35 {
    --tw-shadow-color: rgb(130 51 24 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/40 {
    --tw-shadow-color: rgb(130 51 24 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/45 {
    --tw-shadow-color: rgb(130 51 24 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/5 {
    --tw-shadow-color: rgb(130 51 24 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/50 {
    --tw-shadow-color: rgb(130 51 24 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/55 {
    --tw-shadow-color: rgb(130 51 24 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/60 {
    --tw-shadow-color: rgb(130 51 24 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/65 {
    --tw-shadow-color: rgb(130 51 24 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/70 {
    --tw-shadow-color: rgb(130 51 24 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/75 {
    --tw-shadow-color: rgb(130 51 24 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/80 {
    --tw-shadow-color: rgb(130 51 24 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/85 {
    --tw-shadow-color: rgb(130 51 24 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/90 {
    --tw-shadow-color: rgb(130 51 24 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-900\/95 {
    --tw-shadow-color: rgb(130 51 24 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950 {
    --tw-shadow-color: #461708;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/0 {
    --tw-shadow-color: rgb(70 23 8 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/10 {
    --tw-shadow-color: rgb(70 23 8 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/100 {
    --tw-shadow-color: rgb(70 23 8 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/15 {
    --tw-shadow-color: rgb(70 23 8 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/20 {
    --tw-shadow-color: rgb(70 23 8 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/25 {
    --tw-shadow-color: rgb(70 23 8 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/30 {
    --tw-shadow-color: rgb(70 23 8 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/35 {
    --tw-shadow-color: rgb(70 23 8 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/40 {
    --tw-shadow-color: rgb(70 23 8 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/45 {
    --tw-shadow-color: rgb(70 23 8 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/5 {
    --tw-shadow-color: rgb(70 23 8 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/50 {
    --tw-shadow-color: rgb(70 23 8 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/55 {
    --tw-shadow-color: rgb(70 23 8 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/60 {
    --tw-shadow-color: rgb(70 23 8 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/65 {
    --tw-shadow-color: rgb(70 23 8 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/70 {
    --tw-shadow-color: rgb(70 23 8 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/75 {
    --tw-shadow-color: rgb(70 23 8 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/80 {
    --tw-shadow-color: rgb(70 23 8 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/85 {
    --tw-shadow-color: rgb(70 23 8 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/90 {
    --tw-shadow-color: rgb(70 23 8 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-primary-950\/95 {
    --tw-shadow-color: rgb(70 23 8 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100 {
    --tw-shadow-color: #f3e8ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/0 {
    --tw-shadow-color: rgb(243 232 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/10 {
    --tw-shadow-color: rgb(243 232 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/100 {
    --tw-shadow-color: rgb(243 232 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/15 {
    --tw-shadow-color: rgb(243 232 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/20 {
    --tw-shadow-color: rgb(243 232 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/25 {
    --tw-shadow-color: rgb(243 232 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/30 {
    --tw-shadow-color: rgb(243 232 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/35 {
    --tw-shadow-color: rgb(243 232 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/40 {
    --tw-shadow-color: rgb(243 232 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/45 {
    --tw-shadow-color: rgb(243 232 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/5 {
    --tw-shadow-color: rgb(243 232 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/50 {
    --tw-shadow-color: rgb(243 232 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/55 {
    --tw-shadow-color: rgb(243 232 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/60 {
    --tw-shadow-color: rgb(243 232 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/65 {
    --tw-shadow-color: rgb(243 232 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/70 {
    --tw-shadow-color: rgb(243 232 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/75 {
    --tw-shadow-color: rgb(243 232 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/80 {
    --tw-shadow-color: rgb(243 232 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/85 {
    --tw-shadow-color: rgb(243 232 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/90 {
    --tw-shadow-color: rgb(243 232 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-100\/95 {
    --tw-shadow-color: rgb(243 232 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200 {
    --tw-shadow-color: #e9d5ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/0 {
    --tw-shadow-color: rgb(233 213 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/10 {
    --tw-shadow-color: rgb(233 213 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/100 {
    --tw-shadow-color: rgb(233 213 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/15 {
    --tw-shadow-color: rgb(233 213 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/20 {
    --tw-shadow-color: rgb(233 213 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/25 {
    --tw-shadow-color: rgb(233 213 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/30 {
    --tw-shadow-color: rgb(233 213 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/35 {
    --tw-shadow-color: rgb(233 213 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/40 {
    --tw-shadow-color: rgb(233 213 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/45 {
    --tw-shadow-color: rgb(233 213 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/5 {
    --tw-shadow-color: rgb(233 213 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/50 {
    --tw-shadow-color: rgb(233 213 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/55 {
    --tw-shadow-color: rgb(233 213 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/60 {
    --tw-shadow-color: rgb(233 213 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/65 {
    --tw-shadow-color: rgb(233 213 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/70 {
    --tw-shadow-color: rgb(233 213 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/75 {
    --tw-shadow-color: rgb(233 213 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/80 {
    --tw-shadow-color: rgb(233 213 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/85 {
    --tw-shadow-color: rgb(233 213 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/90 {
    --tw-shadow-color: rgb(233 213 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-200\/95 {
    --tw-shadow-color: rgb(233 213 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300 {
    --tw-shadow-color: #d8b4fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/0 {
    --tw-shadow-color: rgb(216 180 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/10 {
    --tw-shadow-color: rgb(216 180 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/100 {
    --tw-shadow-color: rgb(216 180 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/15 {
    --tw-shadow-color: rgb(216 180 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/20 {
    --tw-shadow-color: rgb(216 180 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/25 {
    --tw-shadow-color: rgb(216 180 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/30 {
    --tw-shadow-color: rgb(216 180 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/35 {
    --tw-shadow-color: rgb(216 180 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/40 {
    --tw-shadow-color: rgb(216 180 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/45 {
    --tw-shadow-color: rgb(216 180 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/5 {
    --tw-shadow-color: rgb(216 180 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/50 {
    --tw-shadow-color: rgb(216 180 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/55 {
    --tw-shadow-color: rgb(216 180 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/60 {
    --tw-shadow-color: rgb(216 180 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/65 {
    --tw-shadow-color: rgb(216 180 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/70 {
    --tw-shadow-color: rgb(216 180 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/75 {
    --tw-shadow-color: rgb(216 180 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/80 {
    --tw-shadow-color: rgb(216 180 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/85 {
    --tw-shadow-color: rgb(216 180 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/90 {
    --tw-shadow-color: rgb(216 180 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-300\/95 {
    --tw-shadow-color: rgb(216 180 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400 {
    --tw-shadow-color: #c084fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/0 {
    --tw-shadow-color: rgb(192 132 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/10 {
    --tw-shadow-color: rgb(192 132 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/100 {
    --tw-shadow-color: rgb(192 132 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/15 {
    --tw-shadow-color: rgb(192 132 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/20 {
    --tw-shadow-color: rgb(192 132 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/25 {
    --tw-shadow-color: rgb(192 132 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/30 {
    --tw-shadow-color: rgb(192 132 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/35 {
    --tw-shadow-color: rgb(192 132 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/40 {
    --tw-shadow-color: rgb(192 132 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/45 {
    --tw-shadow-color: rgb(192 132 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/5 {
    --tw-shadow-color: rgb(192 132 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/50 {
    --tw-shadow-color: rgb(192 132 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/55 {
    --tw-shadow-color: rgb(192 132 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/60 {
    --tw-shadow-color: rgb(192 132 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/65 {
    --tw-shadow-color: rgb(192 132 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/70 {
    --tw-shadow-color: rgb(192 132 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/75 {
    --tw-shadow-color: rgb(192 132 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/80 {
    --tw-shadow-color: rgb(192 132 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/85 {
    --tw-shadow-color: rgb(192 132 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/90 {
    --tw-shadow-color: rgb(192 132 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-400\/95 {
    --tw-shadow-color: rgb(192 132 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50 {
    --tw-shadow-color: #faf5ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/0 {
    --tw-shadow-color: rgb(250 245 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/10 {
    --tw-shadow-color: rgb(250 245 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/100 {
    --tw-shadow-color: rgb(250 245 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/15 {
    --tw-shadow-color: rgb(250 245 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/20 {
    --tw-shadow-color: rgb(250 245 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/25 {
    --tw-shadow-color: rgb(250 245 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/30 {
    --tw-shadow-color: rgb(250 245 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/35 {
    --tw-shadow-color: rgb(250 245 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/40 {
    --tw-shadow-color: rgb(250 245 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/45 {
    --tw-shadow-color: rgb(250 245 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/5 {
    --tw-shadow-color: rgb(250 245 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/50 {
    --tw-shadow-color: rgb(250 245 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/55 {
    --tw-shadow-color: rgb(250 245 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/60 {
    --tw-shadow-color: rgb(250 245 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/65 {
    --tw-shadow-color: rgb(250 245 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/70 {
    --tw-shadow-color: rgb(250 245 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/75 {
    --tw-shadow-color: rgb(250 245 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/80 {
    --tw-shadow-color: rgb(250 245 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/85 {
    --tw-shadow-color: rgb(250 245 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/90 {
    --tw-shadow-color: rgb(250 245 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-50\/95 {
    --tw-shadow-color: rgb(250 245 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500 {
    --tw-shadow-color: #a855f7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/0 {
    --tw-shadow-color: rgb(168 85 247 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/10 {
    --tw-shadow-color: rgb(168 85 247 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/100 {
    --tw-shadow-color: rgb(168 85 247 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/15 {
    --tw-shadow-color: rgb(168 85 247 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/20 {
    --tw-shadow-color: rgb(168 85 247 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/25 {
    --tw-shadow-color: rgb(168 85 247 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/30 {
    --tw-shadow-color: rgb(168 85 247 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/35 {
    --tw-shadow-color: rgb(168 85 247 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/40 {
    --tw-shadow-color: rgb(168 85 247 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/45 {
    --tw-shadow-color: rgb(168 85 247 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/5 {
    --tw-shadow-color: rgb(168 85 247 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/50 {
    --tw-shadow-color: rgb(168 85 247 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/55 {
    --tw-shadow-color: rgb(168 85 247 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/60 {
    --tw-shadow-color: rgb(168 85 247 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/65 {
    --tw-shadow-color: rgb(168 85 247 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/70 {
    --tw-shadow-color: rgb(168 85 247 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/75 {
    --tw-shadow-color: rgb(168 85 247 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/80 {
    --tw-shadow-color: rgb(168 85 247 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/85 {
    --tw-shadow-color: rgb(168 85 247 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/90 {
    --tw-shadow-color: rgb(168 85 247 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-500\/95 {
    --tw-shadow-color: rgb(168 85 247 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600 {
    --tw-shadow-color: #9333ea;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/0 {
    --tw-shadow-color: rgb(147 51 234 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/10 {
    --tw-shadow-color: rgb(147 51 234 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/100 {
    --tw-shadow-color: rgb(147 51 234 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/15 {
    --tw-shadow-color: rgb(147 51 234 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/20 {
    --tw-shadow-color: rgb(147 51 234 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/25 {
    --tw-shadow-color: rgb(147 51 234 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/30 {
    --tw-shadow-color: rgb(147 51 234 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/35 {
    --tw-shadow-color: rgb(147 51 234 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/40 {
    --tw-shadow-color: rgb(147 51 234 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/45 {
    --tw-shadow-color: rgb(147 51 234 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/5 {
    --tw-shadow-color: rgb(147 51 234 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/50 {
    --tw-shadow-color: rgb(147 51 234 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/55 {
    --tw-shadow-color: rgb(147 51 234 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/60 {
    --tw-shadow-color: rgb(147 51 234 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/65 {
    --tw-shadow-color: rgb(147 51 234 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/70 {
    --tw-shadow-color: rgb(147 51 234 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/75 {
    --tw-shadow-color: rgb(147 51 234 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/80 {
    --tw-shadow-color: rgb(147 51 234 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/85 {
    --tw-shadow-color: rgb(147 51 234 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/90 {
    --tw-shadow-color: rgb(147 51 234 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-600\/95 {
    --tw-shadow-color: rgb(147 51 234 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700 {
    --tw-shadow-color: #7e22ce;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/0 {
    --tw-shadow-color: rgb(126 34 206 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/10 {
    --tw-shadow-color: rgb(126 34 206 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/100 {
    --tw-shadow-color: rgb(126 34 206 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/15 {
    --tw-shadow-color: rgb(126 34 206 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/20 {
    --tw-shadow-color: rgb(126 34 206 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/25 {
    --tw-shadow-color: rgb(126 34 206 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/30 {
    --tw-shadow-color: rgb(126 34 206 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/35 {
    --tw-shadow-color: rgb(126 34 206 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/40 {
    --tw-shadow-color: rgb(126 34 206 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/45 {
    --tw-shadow-color: rgb(126 34 206 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/5 {
    --tw-shadow-color: rgb(126 34 206 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/50 {
    --tw-shadow-color: rgb(126 34 206 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/55 {
    --tw-shadow-color: rgb(126 34 206 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/60 {
    --tw-shadow-color: rgb(126 34 206 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/65 {
    --tw-shadow-color: rgb(126 34 206 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/70 {
    --tw-shadow-color: rgb(126 34 206 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/75 {
    --tw-shadow-color: rgb(126 34 206 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/80 {
    --tw-shadow-color: rgb(126 34 206 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/85 {
    --tw-shadow-color: rgb(126 34 206 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/90 {
    --tw-shadow-color: rgb(126 34 206 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-700\/95 {
    --tw-shadow-color: rgb(126 34 206 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800 {
    --tw-shadow-color: #6b21a8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/0 {
    --tw-shadow-color: rgb(107 33 168 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/10 {
    --tw-shadow-color: rgb(107 33 168 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/100 {
    --tw-shadow-color: rgb(107 33 168 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/15 {
    --tw-shadow-color: rgb(107 33 168 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/20 {
    --tw-shadow-color: rgb(107 33 168 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/25 {
    --tw-shadow-color: rgb(107 33 168 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/30 {
    --tw-shadow-color: rgb(107 33 168 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/35 {
    --tw-shadow-color: rgb(107 33 168 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/40 {
    --tw-shadow-color: rgb(107 33 168 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/45 {
    --tw-shadow-color: rgb(107 33 168 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/5 {
    --tw-shadow-color: rgb(107 33 168 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/50 {
    --tw-shadow-color: rgb(107 33 168 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/55 {
    --tw-shadow-color: rgb(107 33 168 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/60 {
    --tw-shadow-color: rgb(107 33 168 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/65 {
    --tw-shadow-color: rgb(107 33 168 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/70 {
    --tw-shadow-color: rgb(107 33 168 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/75 {
    --tw-shadow-color: rgb(107 33 168 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/80 {
    --tw-shadow-color: rgb(107 33 168 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/85 {
    --tw-shadow-color: rgb(107 33 168 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/90 {
    --tw-shadow-color: rgb(107 33 168 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-800\/95 {
    --tw-shadow-color: rgb(107 33 168 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900 {
    --tw-shadow-color: #581c87;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/0 {
    --tw-shadow-color: rgb(88 28 135 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/10 {
    --tw-shadow-color: rgb(88 28 135 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/100 {
    --tw-shadow-color: rgb(88 28 135 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/15 {
    --tw-shadow-color: rgb(88 28 135 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/20 {
    --tw-shadow-color: rgb(88 28 135 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/25 {
    --tw-shadow-color: rgb(88 28 135 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/30 {
    --tw-shadow-color: rgb(88 28 135 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/35 {
    --tw-shadow-color: rgb(88 28 135 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/40 {
    --tw-shadow-color: rgb(88 28 135 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/45 {
    --tw-shadow-color: rgb(88 28 135 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/5 {
    --tw-shadow-color: rgb(88 28 135 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/50 {
    --tw-shadow-color: rgb(88 28 135 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/55 {
    --tw-shadow-color: rgb(88 28 135 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/60 {
    --tw-shadow-color: rgb(88 28 135 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/65 {
    --tw-shadow-color: rgb(88 28 135 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/70 {
    --tw-shadow-color: rgb(88 28 135 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/75 {
    --tw-shadow-color: rgb(88 28 135 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/80 {
    --tw-shadow-color: rgb(88 28 135 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/85 {
    --tw-shadow-color: rgb(88 28 135 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/90 {
    --tw-shadow-color: rgb(88 28 135 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-900\/95 {
    --tw-shadow-color: rgb(88 28 135 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950 {
    --tw-shadow-color: #3b0764;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/0 {
    --tw-shadow-color: rgb(59 7 100 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/10 {
    --tw-shadow-color: rgb(59 7 100 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/100 {
    --tw-shadow-color: rgb(59 7 100 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/15 {
    --tw-shadow-color: rgb(59 7 100 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/20 {
    --tw-shadow-color: rgb(59 7 100 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/25 {
    --tw-shadow-color: rgb(59 7 100 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/30 {
    --tw-shadow-color: rgb(59 7 100 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/35 {
    --tw-shadow-color: rgb(59 7 100 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/40 {
    --tw-shadow-color: rgb(59 7 100 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/45 {
    --tw-shadow-color: rgb(59 7 100 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/5 {
    --tw-shadow-color: rgb(59 7 100 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/50 {
    --tw-shadow-color: rgb(59 7 100 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/55 {
    --tw-shadow-color: rgb(59 7 100 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/60 {
    --tw-shadow-color: rgb(59 7 100 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/65 {
    --tw-shadow-color: rgb(59 7 100 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/70 {
    --tw-shadow-color: rgb(59 7 100 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/75 {
    --tw-shadow-color: rgb(59 7 100 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/80 {
    --tw-shadow-color: rgb(59 7 100 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/85 {
    --tw-shadow-color: rgb(59 7 100 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/90 {
    --tw-shadow-color: rgb(59 7 100 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-purple-950\/95 {
    --tw-shadow-color: rgb(59 7 100 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100 {
    --tw-shadow-color: #fee2e2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/0 {
    --tw-shadow-color: rgb(254 226 226 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/10 {
    --tw-shadow-color: rgb(254 226 226 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/100 {
    --tw-shadow-color: rgb(254 226 226 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/15 {
    --tw-shadow-color: rgb(254 226 226 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/20 {
    --tw-shadow-color: rgb(254 226 226 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/25 {
    --tw-shadow-color: rgb(254 226 226 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/30 {
    --tw-shadow-color: rgb(254 226 226 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/35 {
    --tw-shadow-color: rgb(254 226 226 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/40 {
    --tw-shadow-color: rgb(254 226 226 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/45 {
    --tw-shadow-color: rgb(254 226 226 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/5 {
    --tw-shadow-color: rgb(254 226 226 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/50 {
    --tw-shadow-color: rgb(254 226 226 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/55 {
    --tw-shadow-color: rgb(254 226 226 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/60 {
    --tw-shadow-color: rgb(254 226 226 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/65 {
    --tw-shadow-color: rgb(254 226 226 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/70 {
    --tw-shadow-color: rgb(254 226 226 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/75 {
    --tw-shadow-color: rgb(254 226 226 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/80 {
    --tw-shadow-color: rgb(254 226 226 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/85 {
    --tw-shadow-color: rgb(254 226 226 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/90 {
    --tw-shadow-color: rgb(254 226 226 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-100\/95 {
    --tw-shadow-color: rgb(254 226 226 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200 {
    --tw-shadow-color: #fecaca;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/0 {
    --tw-shadow-color: rgb(254 202 202 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/10 {
    --tw-shadow-color: rgb(254 202 202 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/100 {
    --tw-shadow-color: rgb(254 202 202 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/15 {
    --tw-shadow-color: rgb(254 202 202 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/20 {
    --tw-shadow-color: rgb(254 202 202 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/25 {
    --tw-shadow-color: rgb(254 202 202 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/30 {
    --tw-shadow-color: rgb(254 202 202 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/35 {
    --tw-shadow-color: rgb(254 202 202 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/40 {
    --tw-shadow-color: rgb(254 202 202 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/45 {
    --tw-shadow-color: rgb(254 202 202 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/5 {
    --tw-shadow-color: rgb(254 202 202 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/50 {
    --tw-shadow-color: rgb(254 202 202 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/55 {
    --tw-shadow-color: rgb(254 202 202 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/60 {
    --tw-shadow-color: rgb(254 202 202 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/65 {
    --tw-shadow-color: rgb(254 202 202 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/70 {
    --tw-shadow-color: rgb(254 202 202 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/75 {
    --tw-shadow-color: rgb(254 202 202 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/80 {
    --tw-shadow-color: rgb(254 202 202 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/85 {
    --tw-shadow-color: rgb(254 202 202 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/90 {
    --tw-shadow-color: rgb(254 202 202 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-200\/95 {
    --tw-shadow-color: rgb(254 202 202 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300 {
    --tw-shadow-color: #fca5a5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/0 {
    --tw-shadow-color: rgb(252 165 165 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/10 {
    --tw-shadow-color: rgb(252 165 165 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/100 {
    --tw-shadow-color: rgb(252 165 165 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/15 {
    --tw-shadow-color: rgb(252 165 165 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/20 {
    --tw-shadow-color: rgb(252 165 165 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/25 {
    --tw-shadow-color: rgb(252 165 165 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/30 {
    --tw-shadow-color: rgb(252 165 165 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/35 {
    --tw-shadow-color: rgb(252 165 165 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/40 {
    --tw-shadow-color: rgb(252 165 165 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/45 {
    --tw-shadow-color: rgb(252 165 165 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/5 {
    --tw-shadow-color: rgb(252 165 165 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/50 {
    --tw-shadow-color: rgb(252 165 165 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/55 {
    --tw-shadow-color: rgb(252 165 165 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/60 {
    --tw-shadow-color: rgb(252 165 165 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/65 {
    --tw-shadow-color: rgb(252 165 165 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/70 {
    --tw-shadow-color: rgb(252 165 165 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/75 {
    --tw-shadow-color: rgb(252 165 165 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/80 {
    --tw-shadow-color: rgb(252 165 165 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/85 {
    --tw-shadow-color: rgb(252 165 165 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/90 {
    --tw-shadow-color: rgb(252 165 165 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-300\/95 {
    --tw-shadow-color: rgb(252 165 165 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400 {
    --tw-shadow-color: #f87171;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/0 {
    --tw-shadow-color: rgb(248 113 113 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/10 {
    --tw-shadow-color: rgb(248 113 113 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/100 {
    --tw-shadow-color: rgb(248 113 113 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/15 {
    --tw-shadow-color: rgb(248 113 113 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/20 {
    --tw-shadow-color: rgb(248 113 113 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/25 {
    --tw-shadow-color: rgb(248 113 113 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/30 {
    --tw-shadow-color: rgb(248 113 113 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/35 {
    --tw-shadow-color: rgb(248 113 113 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/40 {
    --tw-shadow-color: rgb(248 113 113 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/45 {
    --tw-shadow-color: rgb(248 113 113 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/5 {
    --tw-shadow-color: rgb(248 113 113 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/50 {
    --tw-shadow-color: rgb(248 113 113 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/55 {
    --tw-shadow-color: rgb(248 113 113 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/60 {
    --tw-shadow-color: rgb(248 113 113 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/65 {
    --tw-shadow-color: rgb(248 113 113 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/70 {
    --tw-shadow-color: rgb(248 113 113 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/75 {
    --tw-shadow-color: rgb(248 113 113 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/80 {
    --tw-shadow-color: rgb(248 113 113 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/85 {
    --tw-shadow-color: rgb(248 113 113 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/90 {
    --tw-shadow-color: rgb(248 113 113 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-400\/95 {
    --tw-shadow-color: rgb(248 113 113 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50 {
    --tw-shadow-color: #fef2f2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/0 {
    --tw-shadow-color: rgb(254 242 242 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/10 {
    --tw-shadow-color: rgb(254 242 242 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/100 {
    --tw-shadow-color: rgb(254 242 242 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/15 {
    --tw-shadow-color: rgb(254 242 242 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/20 {
    --tw-shadow-color: rgb(254 242 242 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/25 {
    --tw-shadow-color: rgb(254 242 242 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/30 {
    --tw-shadow-color: rgb(254 242 242 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/35 {
    --tw-shadow-color: rgb(254 242 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/40 {
    --tw-shadow-color: rgb(254 242 242 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/45 {
    --tw-shadow-color: rgb(254 242 242 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/5 {
    --tw-shadow-color: rgb(254 242 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/50 {
    --tw-shadow-color: rgb(254 242 242 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/55 {
    --tw-shadow-color: rgb(254 242 242 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/60 {
    --tw-shadow-color: rgb(254 242 242 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/65 {
    --tw-shadow-color: rgb(254 242 242 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/70 {
    --tw-shadow-color: rgb(254 242 242 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/75 {
    --tw-shadow-color: rgb(254 242 242 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/80 {
    --tw-shadow-color: rgb(254 242 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/85 {
    --tw-shadow-color: rgb(254 242 242 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/90 {
    --tw-shadow-color: rgb(254 242 242 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-50\/95 {
    --tw-shadow-color: rgb(254 242 242 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500 {
    --tw-shadow-color: #ef4444;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/0 {
    --tw-shadow-color: rgb(239 68 68 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/10 {
    --tw-shadow-color: rgb(239 68 68 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/100 {
    --tw-shadow-color: rgb(239 68 68 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/15 {
    --tw-shadow-color: rgb(239 68 68 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/20 {
    --tw-shadow-color: rgb(239 68 68 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/25 {
    --tw-shadow-color: rgb(239 68 68 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/30 {
    --tw-shadow-color: rgb(239 68 68 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/35 {
    --tw-shadow-color: rgb(239 68 68 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/40 {
    --tw-shadow-color: rgb(239 68 68 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/45 {
    --tw-shadow-color: rgb(239 68 68 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/5 {
    --tw-shadow-color: rgb(239 68 68 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/50 {
    --tw-shadow-color: rgb(239 68 68 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/55 {
    --tw-shadow-color: rgb(239 68 68 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/60 {
    --tw-shadow-color: rgb(239 68 68 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/65 {
    --tw-shadow-color: rgb(239 68 68 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/70 {
    --tw-shadow-color: rgb(239 68 68 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/75 {
    --tw-shadow-color: rgb(239 68 68 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/80 {
    --tw-shadow-color: rgb(239 68 68 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/85 {
    --tw-shadow-color: rgb(239 68 68 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/90 {
    --tw-shadow-color: rgb(239 68 68 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-500\/95 {
    --tw-shadow-color: rgb(239 68 68 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600 {
    --tw-shadow-color: #dc2626;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/0 {
    --tw-shadow-color: rgb(220 38 38 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/10 {
    --tw-shadow-color: rgb(220 38 38 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/100 {
    --tw-shadow-color: rgb(220 38 38 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/15 {
    --tw-shadow-color: rgb(220 38 38 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/20 {
    --tw-shadow-color: rgb(220 38 38 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/25 {
    --tw-shadow-color: rgb(220 38 38 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/30 {
    --tw-shadow-color: rgb(220 38 38 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/35 {
    --tw-shadow-color: rgb(220 38 38 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/40 {
    --tw-shadow-color: rgb(220 38 38 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/45 {
    --tw-shadow-color: rgb(220 38 38 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/5 {
    --tw-shadow-color: rgb(220 38 38 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/50 {
    --tw-shadow-color: rgb(220 38 38 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/55 {
    --tw-shadow-color: rgb(220 38 38 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/60 {
    --tw-shadow-color: rgb(220 38 38 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/65 {
    --tw-shadow-color: rgb(220 38 38 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/70 {
    --tw-shadow-color: rgb(220 38 38 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/75 {
    --tw-shadow-color: rgb(220 38 38 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/80 {
    --tw-shadow-color: rgb(220 38 38 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/85 {
    --tw-shadow-color: rgb(220 38 38 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/90 {
    --tw-shadow-color: rgb(220 38 38 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-600\/95 {
    --tw-shadow-color: rgb(220 38 38 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700 {
    --tw-shadow-color: #b91c1c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/0 {
    --tw-shadow-color: rgb(185 28 28 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/10 {
    --tw-shadow-color: rgb(185 28 28 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/100 {
    --tw-shadow-color: rgb(185 28 28 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/15 {
    --tw-shadow-color: rgb(185 28 28 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/20 {
    --tw-shadow-color: rgb(185 28 28 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/25 {
    --tw-shadow-color: rgb(185 28 28 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/30 {
    --tw-shadow-color: rgb(185 28 28 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/35 {
    --tw-shadow-color: rgb(185 28 28 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/40 {
    --tw-shadow-color: rgb(185 28 28 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/45 {
    --tw-shadow-color: rgb(185 28 28 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/5 {
    --tw-shadow-color: rgb(185 28 28 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/50 {
    --tw-shadow-color: rgb(185 28 28 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/55 {
    --tw-shadow-color: rgb(185 28 28 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/60 {
    --tw-shadow-color: rgb(185 28 28 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/65 {
    --tw-shadow-color: rgb(185 28 28 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/70 {
    --tw-shadow-color: rgb(185 28 28 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/75 {
    --tw-shadow-color: rgb(185 28 28 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/80 {
    --tw-shadow-color: rgb(185 28 28 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/85 {
    --tw-shadow-color: rgb(185 28 28 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/90 {
    --tw-shadow-color: rgb(185 28 28 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-700\/95 {
    --tw-shadow-color: rgb(185 28 28 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800 {
    --tw-shadow-color: #991b1b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/0 {
    --tw-shadow-color: rgb(153 27 27 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/10 {
    --tw-shadow-color: rgb(153 27 27 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/100 {
    --tw-shadow-color: rgb(153 27 27 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/15 {
    --tw-shadow-color: rgb(153 27 27 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/20 {
    --tw-shadow-color: rgb(153 27 27 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/25 {
    --tw-shadow-color: rgb(153 27 27 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/30 {
    --tw-shadow-color: rgb(153 27 27 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/35 {
    --tw-shadow-color: rgb(153 27 27 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/40 {
    --tw-shadow-color: rgb(153 27 27 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/45 {
    --tw-shadow-color: rgb(153 27 27 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/5 {
    --tw-shadow-color: rgb(153 27 27 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/50 {
    --tw-shadow-color: rgb(153 27 27 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/55 {
    --tw-shadow-color: rgb(153 27 27 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/60 {
    --tw-shadow-color: rgb(153 27 27 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/65 {
    --tw-shadow-color: rgb(153 27 27 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/70 {
    --tw-shadow-color: rgb(153 27 27 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/75 {
    --tw-shadow-color: rgb(153 27 27 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/80 {
    --tw-shadow-color: rgb(153 27 27 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/85 {
    --tw-shadow-color: rgb(153 27 27 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/90 {
    --tw-shadow-color: rgb(153 27 27 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-800\/95 {
    --tw-shadow-color: rgb(153 27 27 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900 {
    --tw-shadow-color: #7f1d1d;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/0 {
    --tw-shadow-color: rgb(127 29 29 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/10 {
    --tw-shadow-color: rgb(127 29 29 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/100 {
    --tw-shadow-color: rgb(127 29 29 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/15 {
    --tw-shadow-color: rgb(127 29 29 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/20 {
    --tw-shadow-color: rgb(127 29 29 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/25 {
    --tw-shadow-color: rgb(127 29 29 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/30 {
    --tw-shadow-color: rgb(127 29 29 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/35 {
    --tw-shadow-color: rgb(127 29 29 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/40 {
    --tw-shadow-color: rgb(127 29 29 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/45 {
    --tw-shadow-color: rgb(127 29 29 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/5 {
    --tw-shadow-color: rgb(127 29 29 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/50 {
    --tw-shadow-color: rgb(127 29 29 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/55 {
    --tw-shadow-color: rgb(127 29 29 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/60 {
    --tw-shadow-color: rgb(127 29 29 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/65 {
    --tw-shadow-color: rgb(127 29 29 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/70 {
    --tw-shadow-color: rgb(127 29 29 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/75 {
    --tw-shadow-color: rgb(127 29 29 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/80 {
    --tw-shadow-color: rgb(127 29 29 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/85 {
    --tw-shadow-color: rgb(127 29 29 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/90 {
    --tw-shadow-color: rgb(127 29 29 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-900\/95 {
    --tw-shadow-color: rgb(127 29 29 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950 {
    --tw-shadow-color: #450a0a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/0 {
    --tw-shadow-color: rgb(69 10 10 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/10 {
    --tw-shadow-color: rgb(69 10 10 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/100 {
    --tw-shadow-color: rgb(69 10 10 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/15 {
    --tw-shadow-color: rgb(69 10 10 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/20 {
    --tw-shadow-color: rgb(69 10 10 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/25 {
    --tw-shadow-color: rgb(69 10 10 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/30 {
    --tw-shadow-color: rgb(69 10 10 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/35 {
    --tw-shadow-color: rgb(69 10 10 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/40 {
    --tw-shadow-color: rgb(69 10 10 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/45 {
    --tw-shadow-color: rgb(69 10 10 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/5 {
    --tw-shadow-color: rgb(69 10 10 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/50 {
    --tw-shadow-color: rgb(69 10 10 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/55 {
    --tw-shadow-color: rgb(69 10 10 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/60 {
    --tw-shadow-color: rgb(69 10 10 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/65 {
    --tw-shadow-color: rgb(69 10 10 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/70 {
    --tw-shadow-color: rgb(69 10 10 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/75 {
    --tw-shadow-color: rgb(69 10 10 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/80 {
    --tw-shadow-color: rgb(69 10 10 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/85 {
    --tw-shadow-color: rgb(69 10 10 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/90 {
    --tw-shadow-color: rgb(69 10 10 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-red-950\/95 {
    --tw-shadow-color: rgb(69 10 10 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100 {
    --tw-shadow-color: #ffe4e6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/0 {
    --tw-shadow-color: rgb(255 228 230 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/10 {
    --tw-shadow-color: rgb(255 228 230 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/100 {
    --tw-shadow-color: rgb(255 228 230 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/15 {
    --tw-shadow-color: rgb(255 228 230 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/20 {
    --tw-shadow-color: rgb(255 228 230 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/25 {
    --tw-shadow-color: rgb(255 228 230 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/30 {
    --tw-shadow-color: rgb(255 228 230 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/35 {
    --tw-shadow-color: rgb(255 228 230 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/40 {
    --tw-shadow-color: rgb(255 228 230 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/45 {
    --tw-shadow-color: rgb(255 228 230 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/5 {
    --tw-shadow-color: rgb(255 228 230 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/50 {
    --tw-shadow-color: rgb(255 228 230 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/55 {
    --tw-shadow-color: rgb(255 228 230 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/60 {
    --tw-shadow-color: rgb(255 228 230 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/65 {
    --tw-shadow-color: rgb(255 228 230 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/70 {
    --tw-shadow-color: rgb(255 228 230 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/75 {
    --tw-shadow-color: rgb(255 228 230 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/80 {
    --tw-shadow-color: rgb(255 228 230 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/85 {
    --tw-shadow-color: rgb(255 228 230 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/90 {
    --tw-shadow-color: rgb(255 228 230 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-100\/95 {
    --tw-shadow-color: rgb(255 228 230 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200 {
    --tw-shadow-color: #fecdd3;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/0 {
    --tw-shadow-color: rgb(254 205 211 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/10 {
    --tw-shadow-color: rgb(254 205 211 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/100 {
    --tw-shadow-color: rgb(254 205 211 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/15 {
    --tw-shadow-color: rgb(254 205 211 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/20 {
    --tw-shadow-color: rgb(254 205 211 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/25 {
    --tw-shadow-color: rgb(254 205 211 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/30 {
    --tw-shadow-color: rgb(254 205 211 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/35 {
    --tw-shadow-color: rgb(254 205 211 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/40 {
    --tw-shadow-color: rgb(254 205 211 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/45 {
    --tw-shadow-color: rgb(254 205 211 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/5 {
    --tw-shadow-color: rgb(254 205 211 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/50 {
    --tw-shadow-color: rgb(254 205 211 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/55 {
    --tw-shadow-color: rgb(254 205 211 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/60 {
    --tw-shadow-color: rgb(254 205 211 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/65 {
    --tw-shadow-color: rgb(254 205 211 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/70 {
    --tw-shadow-color: rgb(254 205 211 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/75 {
    --tw-shadow-color: rgb(254 205 211 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/80 {
    --tw-shadow-color: rgb(254 205 211 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/85 {
    --tw-shadow-color: rgb(254 205 211 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/90 {
    --tw-shadow-color: rgb(254 205 211 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-200\/95 {
    --tw-shadow-color: rgb(254 205 211 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300 {
    --tw-shadow-color: #fda4af;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/0 {
    --tw-shadow-color: rgb(253 164 175 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/10 {
    --tw-shadow-color: rgb(253 164 175 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/100 {
    --tw-shadow-color: rgb(253 164 175 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/15 {
    --tw-shadow-color: rgb(253 164 175 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/20 {
    --tw-shadow-color: rgb(253 164 175 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/25 {
    --tw-shadow-color: rgb(253 164 175 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/30 {
    --tw-shadow-color: rgb(253 164 175 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/35 {
    --tw-shadow-color: rgb(253 164 175 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/40 {
    --tw-shadow-color: rgb(253 164 175 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/45 {
    --tw-shadow-color: rgb(253 164 175 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/5 {
    --tw-shadow-color: rgb(253 164 175 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/50 {
    --tw-shadow-color: rgb(253 164 175 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/55 {
    --tw-shadow-color: rgb(253 164 175 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/60 {
    --tw-shadow-color: rgb(253 164 175 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/65 {
    --tw-shadow-color: rgb(253 164 175 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/70 {
    --tw-shadow-color: rgb(253 164 175 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/75 {
    --tw-shadow-color: rgb(253 164 175 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/80 {
    --tw-shadow-color: rgb(253 164 175 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/85 {
    --tw-shadow-color: rgb(253 164 175 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/90 {
    --tw-shadow-color: rgb(253 164 175 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-300\/95 {
    --tw-shadow-color: rgb(253 164 175 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400 {
    --tw-shadow-color: #fb7185;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/0 {
    --tw-shadow-color: rgb(251 113 133 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/10 {
    --tw-shadow-color: rgb(251 113 133 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/100 {
    --tw-shadow-color: rgb(251 113 133 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/15 {
    --tw-shadow-color: rgb(251 113 133 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/20 {
    --tw-shadow-color: rgb(251 113 133 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/25 {
    --tw-shadow-color: rgb(251 113 133 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/30 {
    --tw-shadow-color: rgb(251 113 133 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/35 {
    --tw-shadow-color: rgb(251 113 133 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/40 {
    --tw-shadow-color: rgb(251 113 133 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/45 {
    --tw-shadow-color: rgb(251 113 133 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/5 {
    --tw-shadow-color: rgb(251 113 133 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/50 {
    --tw-shadow-color: rgb(251 113 133 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/55 {
    --tw-shadow-color: rgb(251 113 133 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/60 {
    --tw-shadow-color: rgb(251 113 133 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/65 {
    --tw-shadow-color: rgb(251 113 133 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/70 {
    --tw-shadow-color: rgb(251 113 133 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/75 {
    --tw-shadow-color: rgb(251 113 133 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/80 {
    --tw-shadow-color: rgb(251 113 133 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/85 {
    --tw-shadow-color: rgb(251 113 133 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/90 {
    --tw-shadow-color: rgb(251 113 133 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-400\/95 {
    --tw-shadow-color: rgb(251 113 133 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50 {
    --tw-shadow-color: #fff1f2;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/0 {
    --tw-shadow-color: rgb(255 241 242 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/10 {
    --tw-shadow-color: rgb(255 241 242 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/100 {
    --tw-shadow-color: rgb(255 241 242 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/15 {
    --tw-shadow-color: rgb(255 241 242 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/20 {
    --tw-shadow-color: rgb(255 241 242 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/25 {
    --tw-shadow-color: rgb(255 241 242 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/30 {
    --tw-shadow-color: rgb(255 241 242 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/35 {
    --tw-shadow-color: rgb(255 241 242 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/40 {
    --tw-shadow-color: rgb(255 241 242 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/45 {
    --tw-shadow-color: rgb(255 241 242 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/5 {
    --tw-shadow-color: rgb(255 241 242 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/50 {
    --tw-shadow-color: rgb(255 241 242 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/55 {
    --tw-shadow-color: rgb(255 241 242 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/60 {
    --tw-shadow-color: rgb(255 241 242 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/65 {
    --tw-shadow-color: rgb(255 241 242 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/70 {
    --tw-shadow-color: rgb(255 241 242 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/75 {
    --tw-shadow-color: rgb(255 241 242 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/80 {
    --tw-shadow-color: rgb(255 241 242 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/85 {
    --tw-shadow-color: rgb(255 241 242 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/90 {
    --tw-shadow-color: rgb(255 241 242 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-50\/95 {
    --tw-shadow-color: rgb(255 241 242 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500 {
    --tw-shadow-color: #f43f5e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/0 {
    --tw-shadow-color: rgb(244 63 94 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/10 {
    --tw-shadow-color: rgb(244 63 94 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/100 {
    --tw-shadow-color: rgb(244 63 94 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/15 {
    --tw-shadow-color: rgb(244 63 94 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/20 {
    --tw-shadow-color: rgb(244 63 94 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/25 {
    --tw-shadow-color: rgb(244 63 94 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/30 {
    --tw-shadow-color: rgb(244 63 94 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/35 {
    --tw-shadow-color: rgb(244 63 94 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/40 {
    --tw-shadow-color: rgb(244 63 94 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/45 {
    --tw-shadow-color: rgb(244 63 94 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/5 {
    --tw-shadow-color: rgb(244 63 94 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/50 {
    --tw-shadow-color: rgb(244 63 94 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/55 {
    --tw-shadow-color: rgb(244 63 94 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/60 {
    --tw-shadow-color: rgb(244 63 94 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/65 {
    --tw-shadow-color: rgb(244 63 94 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/70 {
    --tw-shadow-color: rgb(244 63 94 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/75 {
    --tw-shadow-color: rgb(244 63 94 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/80 {
    --tw-shadow-color: rgb(244 63 94 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/85 {
    --tw-shadow-color: rgb(244 63 94 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/90 {
    --tw-shadow-color: rgb(244 63 94 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-500\/95 {
    --tw-shadow-color: rgb(244 63 94 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600 {
    --tw-shadow-color: #e11d48;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/0 {
    --tw-shadow-color: rgb(225 29 72 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/10 {
    --tw-shadow-color: rgb(225 29 72 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/100 {
    --tw-shadow-color: rgb(225 29 72 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/15 {
    --tw-shadow-color: rgb(225 29 72 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/20 {
    --tw-shadow-color: rgb(225 29 72 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/25 {
    --tw-shadow-color: rgb(225 29 72 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/30 {
    --tw-shadow-color: rgb(225 29 72 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/35 {
    --tw-shadow-color: rgb(225 29 72 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/40 {
    --tw-shadow-color: rgb(225 29 72 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/45 {
    --tw-shadow-color: rgb(225 29 72 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/5 {
    --tw-shadow-color: rgb(225 29 72 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/50 {
    --tw-shadow-color: rgb(225 29 72 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/55 {
    --tw-shadow-color: rgb(225 29 72 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/60 {
    --tw-shadow-color: rgb(225 29 72 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/65 {
    --tw-shadow-color: rgb(225 29 72 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/70 {
    --tw-shadow-color: rgb(225 29 72 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/75 {
    --tw-shadow-color: rgb(225 29 72 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/80 {
    --tw-shadow-color: rgb(225 29 72 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/85 {
    --tw-shadow-color: rgb(225 29 72 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/90 {
    --tw-shadow-color: rgb(225 29 72 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-600\/95 {
    --tw-shadow-color: rgb(225 29 72 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700 {
    --tw-shadow-color: #be123c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/0 {
    --tw-shadow-color: rgb(190 18 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/10 {
    --tw-shadow-color: rgb(190 18 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/100 {
    --tw-shadow-color: rgb(190 18 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/15 {
    --tw-shadow-color: rgb(190 18 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/20 {
    --tw-shadow-color: rgb(190 18 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/25 {
    --tw-shadow-color: rgb(190 18 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/30 {
    --tw-shadow-color: rgb(190 18 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/35 {
    --tw-shadow-color: rgb(190 18 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/40 {
    --tw-shadow-color: rgb(190 18 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/45 {
    --tw-shadow-color: rgb(190 18 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/5 {
    --tw-shadow-color: rgb(190 18 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/50 {
    --tw-shadow-color: rgb(190 18 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/55 {
    --tw-shadow-color: rgb(190 18 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/60 {
    --tw-shadow-color: rgb(190 18 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/65 {
    --tw-shadow-color: rgb(190 18 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/70 {
    --tw-shadow-color: rgb(190 18 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/75 {
    --tw-shadow-color: rgb(190 18 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/80 {
    --tw-shadow-color: rgb(190 18 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/85 {
    --tw-shadow-color: rgb(190 18 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/90 {
    --tw-shadow-color: rgb(190 18 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-700\/95 {
    --tw-shadow-color: rgb(190 18 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800 {
    --tw-shadow-color: #9f1239;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/0 {
    --tw-shadow-color: rgb(159 18 57 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/10 {
    --tw-shadow-color: rgb(159 18 57 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/100 {
    --tw-shadow-color: rgb(159 18 57 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/15 {
    --tw-shadow-color: rgb(159 18 57 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/20 {
    --tw-shadow-color: rgb(159 18 57 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/25 {
    --tw-shadow-color: rgb(159 18 57 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/30 {
    --tw-shadow-color: rgb(159 18 57 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/35 {
    --tw-shadow-color: rgb(159 18 57 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/40 {
    --tw-shadow-color: rgb(159 18 57 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/45 {
    --tw-shadow-color: rgb(159 18 57 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/5 {
    --tw-shadow-color: rgb(159 18 57 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/50 {
    --tw-shadow-color: rgb(159 18 57 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/55 {
    --tw-shadow-color: rgb(159 18 57 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/60 {
    --tw-shadow-color: rgb(159 18 57 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/65 {
    --tw-shadow-color: rgb(159 18 57 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/70 {
    --tw-shadow-color: rgb(159 18 57 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/75 {
    --tw-shadow-color: rgb(159 18 57 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/80 {
    --tw-shadow-color: rgb(159 18 57 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/85 {
    --tw-shadow-color: rgb(159 18 57 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/90 {
    --tw-shadow-color: rgb(159 18 57 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-800\/95 {
    --tw-shadow-color: rgb(159 18 57 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900 {
    --tw-shadow-color: #881337;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/0 {
    --tw-shadow-color: rgb(136 19 55 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/10 {
    --tw-shadow-color: rgb(136 19 55 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/100 {
    --tw-shadow-color: rgb(136 19 55 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/15 {
    --tw-shadow-color: rgb(136 19 55 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/20 {
    --tw-shadow-color: rgb(136 19 55 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/25 {
    --tw-shadow-color: rgb(136 19 55 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/30 {
    --tw-shadow-color: rgb(136 19 55 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/35 {
    --tw-shadow-color: rgb(136 19 55 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/40 {
    --tw-shadow-color: rgb(136 19 55 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/45 {
    --tw-shadow-color: rgb(136 19 55 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/5 {
    --tw-shadow-color: rgb(136 19 55 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/50 {
    --tw-shadow-color: rgb(136 19 55 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/55 {
    --tw-shadow-color: rgb(136 19 55 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/60 {
    --tw-shadow-color: rgb(136 19 55 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/65 {
    --tw-shadow-color: rgb(136 19 55 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/70 {
    --tw-shadow-color: rgb(136 19 55 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/75 {
    --tw-shadow-color: rgb(136 19 55 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/80 {
    --tw-shadow-color: rgb(136 19 55 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/85 {
    --tw-shadow-color: rgb(136 19 55 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/90 {
    --tw-shadow-color: rgb(136 19 55 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-900\/95 {
    --tw-shadow-color: rgb(136 19 55 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950 {
    --tw-shadow-color: #4c0519;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/0 {
    --tw-shadow-color: rgb(76 5 25 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/10 {
    --tw-shadow-color: rgb(76 5 25 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/100 {
    --tw-shadow-color: rgb(76 5 25 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/15 {
    --tw-shadow-color: rgb(76 5 25 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/20 {
    --tw-shadow-color: rgb(76 5 25 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/25 {
    --tw-shadow-color: rgb(76 5 25 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/30 {
    --tw-shadow-color: rgb(76 5 25 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/35 {
    --tw-shadow-color: rgb(76 5 25 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/40 {
    --tw-shadow-color: rgb(76 5 25 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/45 {
    --tw-shadow-color: rgb(76 5 25 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/5 {
    --tw-shadow-color: rgb(76 5 25 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/50 {
    --tw-shadow-color: rgb(76 5 25 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/55 {
    --tw-shadow-color: rgb(76 5 25 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/60 {
    --tw-shadow-color: rgb(76 5 25 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/65 {
    --tw-shadow-color: rgb(76 5 25 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/70 {
    --tw-shadow-color: rgb(76 5 25 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/75 {
    --tw-shadow-color: rgb(76 5 25 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/80 {
    --tw-shadow-color: rgb(76 5 25 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/85 {
    --tw-shadow-color: rgb(76 5 25 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/90 {
    --tw-shadow-color: rgb(76 5 25 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-rose-950\/95 {
    --tw-shadow-color: rgb(76 5 25 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100 {
    --tw-shadow-color: #e0f2fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/0 {
    --tw-shadow-color: rgb(224 242 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/10 {
    --tw-shadow-color: rgb(224 242 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/100 {
    --tw-shadow-color: rgb(224 242 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/15 {
    --tw-shadow-color: rgb(224 242 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/20 {
    --tw-shadow-color: rgb(224 242 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/25 {
    --tw-shadow-color: rgb(224 242 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/30 {
    --tw-shadow-color: rgb(224 242 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/35 {
    --tw-shadow-color: rgb(224 242 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/40 {
    --tw-shadow-color: rgb(224 242 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/45 {
    --tw-shadow-color: rgb(224 242 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/5 {
    --tw-shadow-color: rgb(224 242 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/50 {
    --tw-shadow-color: rgb(224 242 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/55 {
    --tw-shadow-color: rgb(224 242 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/60 {
    --tw-shadow-color: rgb(224 242 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/65 {
    --tw-shadow-color: rgb(224 242 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/70 {
    --tw-shadow-color: rgb(224 242 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/75 {
    --tw-shadow-color: rgb(224 242 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/80 {
    --tw-shadow-color: rgb(224 242 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/85 {
    --tw-shadow-color: rgb(224 242 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/90 {
    --tw-shadow-color: rgb(224 242 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-100\/95 {
    --tw-shadow-color: rgb(224 242 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200 {
    --tw-shadow-color: #bae6fd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/0 {
    --tw-shadow-color: rgb(186 230 253 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/10 {
    --tw-shadow-color: rgb(186 230 253 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/100 {
    --tw-shadow-color: rgb(186 230 253 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/15 {
    --tw-shadow-color: rgb(186 230 253 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/20 {
    --tw-shadow-color: rgb(186 230 253 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/25 {
    --tw-shadow-color: rgb(186 230 253 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/30 {
    --tw-shadow-color: rgb(186 230 253 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/35 {
    --tw-shadow-color: rgb(186 230 253 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/40 {
    --tw-shadow-color: rgb(186 230 253 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/45 {
    --tw-shadow-color: rgb(186 230 253 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/5 {
    --tw-shadow-color: rgb(186 230 253 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/50 {
    --tw-shadow-color: rgb(186 230 253 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/55 {
    --tw-shadow-color: rgb(186 230 253 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/60 {
    --tw-shadow-color: rgb(186 230 253 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/65 {
    --tw-shadow-color: rgb(186 230 253 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/70 {
    --tw-shadow-color: rgb(186 230 253 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/75 {
    --tw-shadow-color: rgb(186 230 253 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/80 {
    --tw-shadow-color: rgb(186 230 253 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/85 {
    --tw-shadow-color: rgb(186 230 253 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/90 {
    --tw-shadow-color: rgb(186 230 253 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-200\/95 {
    --tw-shadow-color: rgb(186 230 253 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300 {
    --tw-shadow-color: #7dd3fc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/0 {
    --tw-shadow-color: rgb(125 211 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/10 {
    --tw-shadow-color: rgb(125 211 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/100 {
    --tw-shadow-color: rgb(125 211 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/15 {
    --tw-shadow-color: rgb(125 211 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/20 {
    --tw-shadow-color: rgb(125 211 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/25 {
    --tw-shadow-color: rgb(125 211 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/30 {
    --tw-shadow-color: rgb(125 211 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/35 {
    --tw-shadow-color: rgb(125 211 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/40 {
    --tw-shadow-color: rgb(125 211 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/45 {
    --tw-shadow-color: rgb(125 211 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/5 {
    --tw-shadow-color: rgb(125 211 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/50 {
    --tw-shadow-color: rgb(125 211 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/55 {
    --tw-shadow-color: rgb(125 211 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/60 {
    --tw-shadow-color: rgb(125 211 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/65 {
    --tw-shadow-color: rgb(125 211 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/70 {
    --tw-shadow-color: rgb(125 211 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/75 {
    --tw-shadow-color: rgb(125 211 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/80 {
    --tw-shadow-color: rgb(125 211 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/85 {
    --tw-shadow-color: rgb(125 211 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/90 {
    --tw-shadow-color: rgb(125 211 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-300\/95 {
    --tw-shadow-color: rgb(125 211 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400 {
    --tw-shadow-color: #38bdf8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/0 {
    --tw-shadow-color: rgb(56 189 248 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/10 {
    --tw-shadow-color: rgb(56 189 248 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/100 {
    --tw-shadow-color: rgb(56 189 248 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/15 {
    --tw-shadow-color: rgb(56 189 248 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/20 {
    --tw-shadow-color: rgb(56 189 248 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/25 {
    --tw-shadow-color: rgb(56 189 248 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/30 {
    --tw-shadow-color: rgb(56 189 248 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/35 {
    --tw-shadow-color: rgb(56 189 248 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/40 {
    --tw-shadow-color: rgb(56 189 248 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/45 {
    --tw-shadow-color: rgb(56 189 248 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/5 {
    --tw-shadow-color: rgb(56 189 248 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/50 {
    --tw-shadow-color: rgb(56 189 248 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/55 {
    --tw-shadow-color: rgb(56 189 248 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/60 {
    --tw-shadow-color: rgb(56 189 248 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/65 {
    --tw-shadow-color: rgb(56 189 248 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/70 {
    --tw-shadow-color: rgb(56 189 248 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/75 {
    --tw-shadow-color: rgb(56 189 248 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/80 {
    --tw-shadow-color: rgb(56 189 248 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/85 {
    --tw-shadow-color: rgb(56 189 248 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/90 {
    --tw-shadow-color: rgb(56 189 248 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-400\/95 {
    --tw-shadow-color: rgb(56 189 248 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50 {
    --tw-shadow-color: #f0f9ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/0 {
    --tw-shadow-color: rgb(240 249 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/10 {
    --tw-shadow-color: rgb(240 249 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/100 {
    --tw-shadow-color: rgb(240 249 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/15 {
    --tw-shadow-color: rgb(240 249 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/20 {
    --tw-shadow-color: rgb(240 249 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/25 {
    --tw-shadow-color: rgb(240 249 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/30 {
    --tw-shadow-color: rgb(240 249 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/35 {
    --tw-shadow-color: rgb(240 249 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/40 {
    --tw-shadow-color: rgb(240 249 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/45 {
    --tw-shadow-color: rgb(240 249 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/5 {
    --tw-shadow-color: rgb(240 249 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/50 {
    --tw-shadow-color: rgb(240 249 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/55 {
    --tw-shadow-color: rgb(240 249 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/60 {
    --tw-shadow-color: rgb(240 249 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/65 {
    --tw-shadow-color: rgb(240 249 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/70 {
    --tw-shadow-color: rgb(240 249 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/75 {
    --tw-shadow-color: rgb(240 249 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/80 {
    --tw-shadow-color: rgb(240 249 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/85 {
    --tw-shadow-color: rgb(240 249 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/90 {
    --tw-shadow-color: rgb(240 249 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-50\/95 {
    --tw-shadow-color: rgb(240 249 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500 {
    --tw-shadow-color: #0ea5e9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/0 {
    --tw-shadow-color: rgb(14 165 233 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/10 {
    --tw-shadow-color: rgb(14 165 233 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/100 {
    --tw-shadow-color: rgb(14 165 233 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/15 {
    --tw-shadow-color: rgb(14 165 233 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/20 {
    --tw-shadow-color: rgb(14 165 233 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/25 {
    --tw-shadow-color: rgb(14 165 233 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/30 {
    --tw-shadow-color: rgb(14 165 233 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/35 {
    --tw-shadow-color: rgb(14 165 233 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/40 {
    --tw-shadow-color: rgb(14 165 233 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/45 {
    --tw-shadow-color: rgb(14 165 233 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/5 {
    --tw-shadow-color: rgb(14 165 233 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/50 {
    --tw-shadow-color: rgb(14 165 233 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/55 {
    --tw-shadow-color: rgb(14 165 233 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/60 {
    --tw-shadow-color: rgb(14 165 233 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/65 {
    --tw-shadow-color: rgb(14 165 233 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/70 {
    --tw-shadow-color: rgb(14 165 233 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/75 {
    --tw-shadow-color: rgb(14 165 233 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/80 {
    --tw-shadow-color: rgb(14 165 233 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/85 {
    --tw-shadow-color: rgb(14 165 233 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/90 {
    --tw-shadow-color: rgb(14 165 233 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-500\/95 {
    --tw-shadow-color: rgb(14 165 233 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600 {
    --tw-shadow-color: #0284c7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/0 {
    --tw-shadow-color: rgb(2 132 199 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/10 {
    --tw-shadow-color: rgb(2 132 199 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/100 {
    --tw-shadow-color: rgb(2 132 199 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/15 {
    --tw-shadow-color: rgb(2 132 199 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/20 {
    --tw-shadow-color: rgb(2 132 199 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/25 {
    --tw-shadow-color: rgb(2 132 199 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/30 {
    --tw-shadow-color: rgb(2 132 199 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/35 {
    --tw-shadow-color: rgb(2 132 199 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/40 {
    --tw-shadow-color: rgb(2 132 199 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/45 {
    --tw-shadow-color: rgb(2 132 199 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/5 {
    --tw-shadow-color: rgb(2 132 199 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/50 {
    --tw-shadow-color: rgb(2 132 199 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/55 {
    --tw-shadow-color: rgb(2 132 199 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/60 {
    --tw-shadow-color: rgb(2 132 199 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/65 {
    --tw-shadow-color: rgb(2 132 199 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/70 {
    --tw-shadow-color: rgb(2 132 199 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/75 {
    --tw-shadow-color: rgb(2 132 199 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/80 {
    --tw-shadow-color: rgb(2 132 199 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/85 {
    --tw-shadow-color: rgb(2 132 199 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/90 {
    --tw-shadow-color: rgb(2 132 199 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-600\/95 {
    --tw-shadow-color: rgb(2 132 199 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700 {
    --tw-shadow-color: #0369a1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/0 {
    --tw-shadow-color: rgb(3 105 161 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/10 {
    --tw-shadow-color: rgb(3 105 161 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/100 {
    --tw-shadow-color: rgb(3 105 161 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/15 {
    --tw-shadow-color: rgb(3 105 161 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/20 {
    --tw-shadow-color: rgb(3 105 161 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/25 {
    --tw-shadow-color: rgb(3 105 161 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/30 {
    --tw-shadow-color: rgb(3 105 161 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/35 {
    --tw-shadow-color: rgb(3 105 161 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/40 {
    --tw-shadow-color: rgb(3 105 161 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/45 {
    --tw-shadow-color: rgb(3 105 161 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/5 {
    --tw-shadow-color: rgb(3 105 161 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/50 {
    --tw-shadow-color: rgb(3 105 161 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/55 {
    --tw-shadow-color: rgb(3 105 161 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/60 {
    --tw-shadow-color: rgb(3 105 161 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/65 {
    --tw-shadow-color: rgb(3 105 161 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/70 {
    --tw-shadow-color: rgb(3 105 161 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/75 {
    --tw-shadow-color: rgb(3 105 161 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/80 {
    --tw-shadow-color: rgb(3 105 161 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/85 {
    --tw-shadow-color: rgb(3 105 161 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/90 {
    --tw-shadow-color: rgb(3 105 161 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-700\/95 {
    --tw-shadow-color: rgb(3 105 161 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800 {
    --tw-shadow-color: #075985;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/0 {
    --tw-shadow-color: rgb(7 89 133 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/10 {
    --tw-shadow-color: rgb(7 89 133 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/100 {
    --tw-shadow-color: rgb(7 89 133 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/15 {
    --tw-shadow-color: rgb(7 89 133 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/20 {
    --tw-shadow-color: rgb(7 89 133 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/25 {
    --tw-shadow-color: rgb(7 89 133 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/30 {
    --tw-shadow-color: rgb(7 89 133 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/35 {
    --tw-shadow-color: rgb(7 89 133 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/40 {
    --tw-shadow-color: rgb(7 89 133 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/45 {
    --tw-shadow-color: rgb(7 89 133 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/5 {
    --tw-shadow-color: rgb(7 89 133 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/50 {
    --tw-shadow-color: rgb(7 89 133 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/55 {
    --tw-shadow-color: rgb(7 89 133 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/60 {
    --tw-shadow-color: rgb(7 89 133 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/65 {
    --tw-shadow-color: rgb(7 89 133 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/70 {
    --tw-shadow-color: rgb(7 89 133 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/75 {
    --tw-shadow-color: rgb(7 89 133 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/80 {
    --tw-shadow-color: rgb(7 89 133 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/85 {
    --tw-shadow-color: rgb(7 89 133 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/90 {
    --tw-shadow-color: rgb(7 89 133 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-800\/95 {
    --tw-shadow-color: rgb(7 89 133 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900 {
    --tw-shadow-color: #0c4a6e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/0 {
    --tw-shadow-color: rgb(12 74 110 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/10 {
    --tw-shadow-color: rgb(12 74 110 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/100 {
    --tw-shadow-color: rgb(12 74 110 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/15 {
    --tw-shadow-color: rgb(12 74 110 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/20 {
    --tw-shadow-color: rgb(12 74 110 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/25 {
    --tw-shadow-color: rgb(12 74 110 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/30 {
    --tw-shadow-color: rgb(12 74 110 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/35 {
    --tw-shadow-color: rgb(12 74 110 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/40 {
    --tw-shadow-color: rgb(12 74 110 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/45 {
    --tw-shadow-color: rgb(12 74 110 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/5 {
    --tw-shadow-color: rgb(12 74 110 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/50 {
    --tw-shadow-color: rgb(12 74 110 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/55 {
    --tw-shadow-color: rgb(12 74 110 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/60 {
    --tw-shadow-color: rgb(12 74 110 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/65 {
    --tw-shadow-color: rgb(12 74 110 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/70 {
    --tw-shadow-color: rgb(12 74 110 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/75 {
    --tw-shadow-color: rgb(12 74 110 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/80 {
    --tw-shadow-color: rgb(12 74 110 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/85 {
    --tw-shadow-color: rgb(12 74 110 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/90 {
    --tw-shadow-color: rgb(12 74 110 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-900\/95 {
    --tw-shadow-color: rgb(12 74 110 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950 {
    --tw-shadow-color: #082f49;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/0 {
    --tw-shadow-color: rgb(8 47 73 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/10 {
    --tw-shadow-color: rgb(8 47 73 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/100 {
    --tw-shadow-color: rgb(8 47 73 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/15 {
    --tw-shadow-color: rgb(8 47 73 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/20 {
    --tw-shadow-color: rgb(8 47 73 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/25 {
    --tw-shadow-color: rgb(8 47 73 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/30 {
    --tw-shadow-color: rgb(8 47 73 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/35 {
    --tw-shadow-color: rgb(8 47 73 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/40 {
    --tw-shadow-color: rgb(8 47 73 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/45 {
    --tw-shadow-color: rgb(8 47 73 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/5 {
    --tw-shadow-color: rgb(8 47 73 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/50 {
    --tw-shadow-color: rgb(8 47 73 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/55 {
    --tw-shadow-color: rgb(8 47 73 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/60 {
    --tw-shadow-color: rgb(8 47 73 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/65 {
    --tw-shadow-color: rgb(8 47 73 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/70 {
    --tw-shadow-color: rgb(8 47 73 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/75 {
    --tw-shadow-color: rgb(8 47 73 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/80 {
    --tw-shadow-color: rgb(8 47 73 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/85 {
    --tw-shadow-color: rgb(8 47 73 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/90 {
    --tw-shadow-color: rgb(8 47 73 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-sky-950\/95 {
    --tw-shadow-color: rgb(8 47 73 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100 {
    --tw-shadow-color: #f1f5f9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/0 {
    --tw-shadow-color: rgb(241 245 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/10 {
    --tw-shadow-color: rgb(241 245 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/100 {
    --tw-shadow-color: rgb(241 245 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/15 {
    --tw-shadow-color: rgb(241 245 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/20 {
    --tw-shadow-color: rgb(241 245 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/25 {
    --tw-shadow-color: rgb(241 245 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/30 {
    --tw-shadow-color: rgb(241 245 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/35 {
    --tw-shadow-color: rgb(241 245 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/40 {
    --tw-shadow-color: rgb(241 245 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/45 {
    --tw-shadow-color: rgb(241 245 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/5 {
    --tw-shadow-color: rgb(241 245 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/50 {
    --tw-shadow-color: rgb(241 245 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/55 {
    --tw-shadow-color: rgb(241 245 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/60 {
    --tw-shadow-color: rgb(241 245 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/65 {
    --tw-shadow-color: rgb(241 245 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/70 {
    --tw-shadow-color: rgb(241 245 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/75 {
    --tw-shadow-color: rgb(241 245 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/80 {
    --tw-shadow-color: rgb(241 245 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/85 {
    --tw-shadow-color: rgb(241 245 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/90 {
    --tw-shadow-color: rgb(241 245 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-100\/95 {
    --tw-shadow-color: rgb(241 245 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200 {
    --tw-shadow-color: #e2e8f0;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/0 {
    --tw-shadow-color: rgb(226 232 240 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/10 {
    --tw-shadow-color: rgb(226 232 240 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/100 {
    --tw-shadow-color: rgb(226 232 240 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/15 {
    --tw-shadow-color: rgb(226 232 240 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/20 {
    --tw-shadow-color: rgb(226 232 240 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/25 {
    --tw-shadow-color: rgb(226 232 240 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/30 {
    --tw-shadow-color: rgb(226 232 240 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/35 {
    --tw-shadow-color: rgb(226 232 240 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/40 {
    --tw-shadow-color: rgb(226 232 240 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/45 {
    --tw-shadow-color: rgb(226 232 240 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/5 {
    --tw-shadow-color: rgb(226 232 240 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/50 {
    --tw-shadow-color: rgb(226 232 240 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/55 {
    --tw-shadow-color: rgb(226 232 240 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/60 {
    --tw-shadow-color: rgb(226 232 240 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/65 {
    --tw-shadow-color: rgb(226 232 240 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/70 {
    --tw-shadow-color: rgb(226 232 240 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/75 {
    --tw-shadow-color: rgb(226 232 240 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/80 {
    --tw-shadow-color: rgb(226 232 240 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/85 {
    --tw-shadow-color: rgb(226 232 240 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/90 {
    --tw-shadow-color: rgb(226 232 240 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-200\/95 {
    --tw-shadow-color: rgb(226 232 240 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300 {
    --tw-shadow-color: #cbd5e1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/0 {
    --tw-shadow-color: rgb(203 213 225 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/10 {
    --tw-shadow-color: rgb(203 213 225 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/100 {
    --tw-shadow-color: rgb(203 213 225 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/15 {
    --tw-shadow-color: rgb(203 213 225 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/20 {
    --tw-shadow-color: rgb(203 213 225 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/25 {
    --tw-shadow-color: rgb(203 213 225 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/30 {
    --tw-shadow-color: rgb(203 213 225 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/35 {
    --tw-shadow-color: rgb(203 213 225 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/40 {
    --tw-shadow-color: rgb(203 213 225 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/45 {
    --tw-shadow-color: rgb(203 213 225 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/5 {
    --tw-shadow-color: rgb(203 213 225 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/50 {
    --tw-shadow-color: rgb(203 213 225 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/55 {
    --tw-shadow-color: rgb(203 213 225 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/60 {
    --tw-shadow-color: rgb(203 213 225 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/65 {
    --tw-shadow-color: rgb(203 213 225 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/70 {
    --tw-shadow-color: rgb(203 213 225 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/75 {
    --tw-shadow-color: rgb(203 213 225 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/80 {
    --tw-shadow-color: rgb(203 213 225 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/85 {
    --tw-shadow-color: rgb(203 213 225 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/90 {
    --tw-shadow-color: rgb(203 213 225 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-300\/95 {
    --tw-shadow-color: rgb(203 213 225 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400 {
    --tw-shadow-color: #94a3b8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/0 {
    --tw-shadow-color: rgb(148 163 184 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/10 {
    --tw-shadow-color: rgb(148 163 184 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/100 {
    --tw-shadow-color: rgb(148 163 184 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/15 {
    --tw-shadow-color: rgb(148 163 184 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/20 {
    --tw-shadow-color: rgb(148 163 184 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/25 {
    --tw-shadow-color: rgb(148 163 184 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/30 {
    --tw-shadow-color: rgb(148 163 184 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/35 {
    --tw-shadow-color: rgb(148 163 184 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/40 {
    --tw-shadow-color: rgb(148 163 184 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/45 {
    --tw-shadow-color: rgb(148 163 184 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/5 {
    --tw-shadow-color: rgb(148 163 184 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/50 {
    --tw-shadow-color: rgb(148 163 184 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/55 {
    --tw-shadow-color: rgb(148 163 184 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/60 {
    --tw-shadow-color: rgb(148 163 184 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/65 {
    --tw-shadow-color: rgb(148 163 184 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/70 {
    --tw-shadow-color: rgb(148 163 184 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/75 {
    --tw-shadow-color: rgb(148 163 184 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/80 {
    --tw-shadow-color: rgb(148 163 184 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/85 {
    --tw-shadow-color: rgb(148 163 184 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/90 {
    --tw-shadow-color: rgb(148 163 184 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-400\/95 {
    --tw-shadow-color: rgb(148 163 184 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50 {
    --tw-shadow-color: #f8fafc;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/0 {
    --tw-shadow-color: rgb(248 250 252 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/10 {
    --tw-shadow-color: rgb(248 250 252 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/100 {
    --tw-shadow-color: rgb(248 250 252 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/15 {
    --tw-shadow-color: rgb(248 250 252 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/20 {
    --tw-shadow-color: rgb(248 250 252 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/25 {
    --tw-shadow-color: rgb(248 250 252 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/30 {
    --tw-shadow-color: rgb(248 250 252 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/35 {
    --tw-shadow-color: rgb(248 250 252 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/40 {
    --tw-shadow-color: rgb(248 250 252 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/45 {
    --tw-shadow-color: rgb(248 250 252 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/5 {
    --tw-shadow-color: rgb(248 250 252 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/50 {
    --tw-shadow-color: rgb(248 250 252 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/55 {
    --tw-shadow-color: rgb(248 250 252 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/60 {
    --tw-shadow-color: rgb(248 250 252 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/65 {
    --tw-shadow-color: rgb(248 250 252 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/70 {
    --tw-shadow-color: rgb(248 250 252 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/75 {
    --tw-shadow-color: rgb(248 250 252 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/80 {
    --tw-shadow-color: rgb(248 250 252 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/85 {
    --tw-shadow-color: rgb(248 250 252 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/90 {
    --tw-shadow-color: rgb(248 250 252 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-50\/95 {
    --tw-shadow-color: rgb(248 250 252 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500 {
    --tw-shadow-color: #64748b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/0 {
    --tw-shadow-color: rgb(100 116 139 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/10 {
    --tw-shadow-color: rgb(100 116 139 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/100 {
    --tw-shadow-color: rgb(100 116 139 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/15 {
    --tw-shadow-color: rgb(100 116 139 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/20 {
    --tw-shadow-color: rgb(100 116 139 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/25 {
    --tw-shadow-color: rgb(100 116 139 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/30 {
    --tw-shadow-color: rgb(100 116 139 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/35 {
    --tw-shadow-color: rgb(100 116 139 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/40 {
    --tw-shadow-color: rgb(100 116 139 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/45 {
    --tw-shadow-color: rgb(100 116 139 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/5 {
    --tw-shadow-color: rgb(100 116 139 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/50 {
    --tw-shadow-color: rgb(100 116 139 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/55 {
    --tw-shadow-color: rgb(100 116 139 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/60 {
    --tw-shadow-color: rgb(100 116 139 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/65 {
    --tw-shadow-color: rgb(100 116 139 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/70 {
    --tw-shadow-color: rgb(100 116 139 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/75 {
    --tw-shadow-color: rgb(100 116 139 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/80 {
    --tw-shadow-color: rgb(100 116 139 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/85 {
    --tw-shadow-color: rgb(100 116 139 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/90 {
    --tw-shadow-color: rgb(100 116 139 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-500\/95 {
    --tw-shadow-color: rgb(100 116 139 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600 {
    --tw-shadow-color: #475569;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/0 {
    --tw-shadow-color: rgb(71 85 105 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/10 {
    --tw-shadow-color: rgb(71 85 105 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/100 {
    --tw-shadow-color: rgb(71 85 105 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/15 {
    --tw-shadow-color: rgb(71 85 105 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/20 {
    --tw-shadow-color: rgb(71 85 105 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/25 {
    --tw-shadow-color: rgb(71 85 105 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/30 {
    --tw-shadow-color: rgb(71 85 105 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/35 {
    --tw-shadow-color: rgb(71 85 105 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/40 {
    --tw-shadow-color: rgb(71 85 105 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/45 {
    --tw-shadow-color: rgb(71 85 105 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/5 {
    --tw-shadow-color: rgb(71 85 105 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/50 {
    --tw-shadow-color: rgb(71 85 105 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/55 {
    --tw-shadow-color: rgb(71 85 105 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/60 {
    --tw-shadow-color: rgb(71 85 105 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/65 {
    --tw-shadow-color: rgb(71 85 105 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/70 {
    --tw-shadow-color: rgb(71 85 105 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/75 {
    --tw-shadow-color: rgb(71 85 105 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/80 {
    --tw-shadow-color: rgb(71 85 105 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/85 {
    --tw-shadow-color: rgb(71 85 105 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/90 {
    --tw-shadow-color: rgb(71 85 105 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-600\/95 {
    --tw-shadow-color: rgb(71 85 105 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700 {
    --tw-shadow-color: #334155;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/0 {
    --tw-shadow-color: rgb(51 65 85 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/10 {
    --tw-shadow-color: rgb(51 65 85 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/100 {
    --tw-shadow-color: rgb(51 65 85 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/15 {
    --tw-shadow-color: rgb(51 65 85 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/20 {
    --tw-shadow-color: rgb(51 65 85 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/25 {
    --tw-shadow-color: rgb(51 65 85 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/30 {
    --tw-shadow-color: rgb(51 65 85 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/35 {
    --tw-shadow-color: rgb(51 65 85 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/40 {
    --tw-shadow-color: rgb(51 65 85 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/45 {
    --tw-shadow-color: rgb(51 65 85 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/5 {
    --tw-shadow-color: rgb(51 65 85 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/50 {
    --tw-shadow-color: rgb(51 65 85 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/55 {
    --tw-shadow-color: rgb(51 65 85 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/60 {
    --tw-shadow-color: rgb(51 65 85 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/65 {
    --tw-shadow-color: rgb(51 65 85 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/70 {
    --tw-shadow-color: rgb(51 65 85 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/75 {
    --tw-shadow-color: rgb(51 65 85 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/80 {
    --tw-shadow-color: rgb(51 65 85 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/85 {
    --tw-shadow-color: rgb(51 65 85 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/90 {
    --tw-shadow-color: rgb(51 65 85 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-700\/95 {
    --tw-shadow-color: rgb(51 65 85 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800 {
    --tw-shadow-color: #1e293b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/0 {
    --tw-shadow-color: rgb(30 41 59 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/10 {
    --tw-shadow-color: rgb(30 41 59 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/100 {
    --tw-shadow-color: rgb(30 41 59 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/15 {
    --tw-shadow-color: rgb(30 41 59 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/20 {
    --tw-shadow-color: rgb(30 41 59 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/25 {
    --tw-shadow-color: rgb(30 41 59 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/30 {
    --tw-shadow-color: rgb(30 41 59 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/35 {
    --tw-shadow-color: rgb(30 41 59 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/40 {
    --tw-shadow-color: rgb(30 41 59 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/45 {
    --tw-shadow-color: rgb(30 41 59 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/5 {
    --tw-shadow-color: rgb(30 41 59 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/50 {
    --tw-shadow-color: rgb(30 41 59 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/55 {
    --tw-shadow-color: rgb(30 41 59 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/60 {
    --tw-shadow-color: rgb(30 41 59 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/65 {
    --tw-shadow-color: rgb(30 41 59 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/70 {
    --tw-shadow-color: rgb(30 41 59 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/75 {
    --tw-shadow-color: rgb(30 41 59 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/80 {
    --tw-shadow-color: rgb(30 41 59 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/85 {
    --tw-shadow-color: rgb(30 41 59 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/90 {
    --tw-shadow-color: rgb(30 41 59 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-800\/95 {
    --tw-shadow-color: rgb(30 41 59 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900 {
    --tw-shadow-color: #0f172a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/0 {
    --tw-shadow-color: rgb(15 23 42 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/10 {
    --tw-shadow-color: rgb(15 23 42 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/100 {
    --tw-shadow-color: rgb(15 23 42 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/15 {
    --tw-shadow-color: rgb(15 23 42 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/20 {
    --tw-shadow-color: rgb(15 23 42 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/25 {
    --tw-shadow-color: rgb(15 23 42 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/30 {
    --tw-shadow-color: rgb(15 23 42 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/35 {
    --tw-shadow-color: rgb(15 23 42 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/40 {
    --tw-shadow-color: rgb(15 23 42 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/45 {
    --tw-shadow-color: rgb(15 23 42 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/5 {
    --tw-shadow-color: rgb(15 23 42 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/50 {
    --tw-shadow-color: rgb(15 23 42 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/55 {
    --tw-shadow-color: rgb(15 23 42 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/60 {
    --tw-shadow-color: rgb(15 23 42 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/65 {
    --tw-shadow-color: rgb(15 23 42 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/70 {
    --tw-shadow-color: rgb(15 23 42 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/75 {
    --tw-shadow-color: rgb(15 23 42 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/80 {
    --tw-shadow-color: rgb(15 23 42 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/85 {
    --tw-shadow-color: rgb(15 23 42 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/90 {
    --tw-shadow-color: rgb(15 23 42 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-900\/95 {
    --tw-shadow-color: rgb(15 23 42 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950 {
    --tw-shadow-color: #020617;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/0 {
    --tw-shadow-color: rgb(2 6 23 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/10 {
    --tw-shadow-color: rgb(2 6 23 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/100 {
    --tw-shadow-color: rgb(2 6 23 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/15 {
    --tw-shadow-color: rgb(2 6 23 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/20 {
    --tw-shadow-color: rgb(2 6 23 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/25 {
    --tw-shadow-color: rgb(2 6 23 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/30 {
    --tw-shadow-color: rgb(2 6 23 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/35 {
    --tw-shadow-color: rgb(2 6 23 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/40 {
    --tw-shadow-color: rgb(2 6 23 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/45 {
    --tw-shadow-color: rgb(2 6 23 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/5 {
    --tw-shadow-color: rgb(2 6 23 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/50 {
    --tw-shadow-color: rgb(2 6 23 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/55 {
    --tw-shadow-color: rgb(2 6 23 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/60 {
    --tw-shadow-color: rgb(2 6 23 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/65 {
    --tw-shadow-color: rgb(2 6 23 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/70 {
    --tw-shadow-color: rgb(2 6 23 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/75 {
    --tw-shadow-color: rgb(2 6 23 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/80 {
    --tw-shadow-color: rgb(2 6 23 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/85 {
    --tw-shadow-color: rgb(2 6 23 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/90 {
    --tw-shadow-color: rgb(2 6 23 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-slate-950\/95 {
    --tw-shadow-color: rgb(2 6 23 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100 {
    --tw-shadow-color: #f5f5f4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/0 {
    --tw-shadow-color: rgb(245 245 244 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/10 {
    --tw-shadow-color: rgb(245 245 244 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/100 {
    --tw-shadow-color: rgb(245 245 244 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/15 {
    --tw-shadow-color: rgb(245 245 244 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/20 {
    --tw-shadow-color: rgb(245 245 244 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/25 {
    --tw-shadow-color: rgb(245 245 244 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/30 {
    --tw-shadow-color: rgb(245 245 244 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/35 {
    --tw-shadow-color: rgb(245 245 244 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/40 {
    --tw-shadow-color: rgb(245 245 244 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/45 {
    --tw-shadow-color: rgb(245 245 244 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/5 {
    --tw-shadow-color: rgb(245 245 244 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/50 {
    --tw-shadow-color: rgb(245 245 244 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/55 {
    --tw-shadow-color: rgb(245 245 244 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/60 {
    --tw-shadow-color: rgb(245 245 244 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/65 {
    --tw-shadow-color: rgb(245 245 244 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/70 {
    --tw-shadow-color: rgb(245 245 244 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/75 {
    --tw-shadow-color: rgb(245 245 244 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/80 {
    --tw-shadow-color: rgb(245 245 244 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/85 {
    --tw-shadow-color: rgb(245 245 244 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/90 {
    --tw-shadow-color: rgb(245 245 244 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-100\/95 {
    --tw-shadow-color: rgb(245 245 244 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200 {
    --tw-shadow-color: #e7e5e4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/0 {
    --tw-shadow-color: rgb(231 229 228 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/10 {
    --tw-shadow-color: rgb(231 229 228 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/100 {
    --tw-shadow-color: rgb(231 229 228 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/15 {
    --tw-shadow-color: rgb(231 229 228 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/20 {
    --tw-shadow-color: rgb(231 229 228 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/25 {
    --tw-shadow-color: rgb(231 229 228 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/30 {
    --tw-shadow-color: rgb(231 229 228 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/35 {
    --tw-shadow-color: rgb(231 229 228 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/40 {
    --tw-shadow-color: rgb(231 229 228 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/45 {
    --tw-shadow-color: rgb(231 229 228 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/5 {
    --tw-shadow-color: rgb(231 229 228 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/50 {
    --tw-shadow-color: rgb(231 229 228 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/55 {
    --tw-shadow-color: rgb(231 229 228 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/60 {
    --tw-shadow-color: rgb(231 229 228 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/65 {
    --tw-shadow-color: rgb(231 229 228 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/70 {
    --tw-shadow-color: rgb(231 229 228 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/75 {
    --tw-shadow-color: rgb(231 229 228 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/80 {
    --tw-shadow-color: rgb(231 229 228 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/85 {
    --tw-shadow-color: rgb(231 229 228 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/90 {
    --tw-shadow-color: rgb(231 229 228 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-200\/95 {
    --tw-shadow-color: rgb(231 229 228 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300 {
    --tw-shadow-color: #d6d3d1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/0 {
    --tw-shadow-color: rgb(214 211 209 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/10 {
    --tw-shadow-color: rgb(214 211 209 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/100 {
    --tw-shadow-color: rgb(214 211 209 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/15 {
    --tw-shadow-color: rgb(214 211 209 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/20 {
    --tw-shadow-color: rgb(214 211 209 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/25 {
    --tw-shadow-color: rgb(214 211 209 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/30 {
    --tw-shadow-color: rgb(214 211 209 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/35 {
    --tw-shadow-color: rgb(214 211 209 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/40 {
    --tw-shadow-color: rgb(214 211 209 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/45 {
    --tw-shadow-color: rgb(214 211 209 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/5 {
    --tw-shadow-color: rgb(214 211 209 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/50 {
    --tw-shadow-color: rgb(214 211 209 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/55 {
    --tw-shadow-color: rgb(214 211 209 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/60 {
    --tw-shadow-color: rgb(214 211 209 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/65 {
    --tw-shadow-color: rgb(214 211 209 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/70 {
    --tw-shadow-color: rgb(214 211 209 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/75 {
    --tw-shadow-color: rgb(214 211 209 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/80 {
    --tw-shadow-color: rgb(214 211 209 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/85 {
    --tw-shadow-color: rgb(214 211 209 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/90 {
    --tw-shadow-color: rgb(214 211 209 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-300\/95 {
    --tw-shadow-color: rgb(214 211 209 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400 {
    --tw-shadow-color: #a8a29e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/0 {
    --tw-shadow-color: rgb(168 162 158 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/10 {
    --tw-shadow-color: rgb(168 162 158 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/100 {
    --tw-shadow-color: rgb(168 162 158 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/15 {
    --tw-shadow-color: rgb(168 162 158 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/20 {
    --tw-shadow-color: rgb(168 162 158 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/25 {
    --tw-shadow-color: rgb(168 162 158 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/30 {
    --tw-shadow-color: rgb(168 162 158 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/35 {
    --tw-shadow-color: rgb(168 162 158 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/40 {
    --tw-shadow-color: rgb(168 162 158 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/45 {
    --tw-shadow-color: rgb(168 162 158 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/5 {
    --tw-shadow-color: rgb(168 162 158 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/50 {
    --tw-shadow-color: rgb(168 162 158 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/55 {
    --tw-shadow-color: rgb(168 162 158 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/60 {
    --tw-shadow-color: rgb(168 162 158 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/65 {
    --tw-shadow-color: rgb(168 162 158 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/70 {
    --tw-shadow-color: rgb(168 162 158 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/75 {
    --tw-shadow-color: rgb(168 162 158 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/80 {
    --tw-shadow-color: rgb(168 162 158 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/85 {
    --tw-shadow-color: rgb(168 162 158 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/90 {
    --tw-shadow-color: rgb(168 162 158 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-400\/95 {
    --tw-shadow-color: rgb(168 162 158 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50 {
    --tw-shadow-color: #fafaf9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/0 {
    --tw-shadow-color: rgb(250 250 249 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/10 {
    --tw-shadow-color: rgb(250 250 249 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/100 {
    --tw-shadow-color: rgb(250 250 249 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/15 {
    --tw-shadow-color: rgb(250 250 249 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/20 {
    --tw-shadow-color: rgb(250 250 249 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/25 {
    --tw-shadow-color: rgb(250 250 249 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/30 {
    --tw-shadow-color: rgb(250 250 249 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/35 {
    --tw-shadow-color: rgb(250 250 249 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/40 {
    --tw-shadow-color: rgb(250 250 249 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/45 {
    --tw-shadow-color: rgb(250 250 249 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/5 {
    --tw-shadow-color: rgb(250 250 249 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/50 {
    --tw-shadow-color: rgb(250 250 249 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/55 {
    --tw-shadow-color: rgb(250 250 249 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/60 {
    --tw-shadow-color: rgb(250 250 249 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/65 {
    --tw-shadow-color: rgb(250 250 249 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/70 {
    --tw-shadow-color: rgb(250 250 249 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/75 {
    --tw-shadow-color: rgb(250 250 249 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/80 {
    --tw-shadow-color: rgb(250 250 249 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/85 {
    --tw-shadow-color: rgb(250 250 249 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/90 {
    --tw-shadow-color: rgb(250 250 249 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-50\/95 {
    --tw-shadow-color: rgb(250 250 249 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500 {
    --tw-shadow-color: #78716c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/0 {
    --tw-shadow-color: rgb(120 113 108 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/10 {
    --tw-shadow-color: rgb(120 113 108 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/100 {
    --tw-shadow-color: rgb(120 113 108 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/15 {
    --tw-shadow-color: rgb(120 113 108 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/20 {
    --tw-shadow-color: rgb(120 113 108 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/25 {
    --tw-shadow-color: rgb(120 113 108 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/30 {
    --tw-shadow-color: rgb(120 113 108 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/35 {
    --tw-shadow-color: rgb(120 113 108 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/40 {
    --tw-shadow-color: rgb(120 113 108 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/45 {
    --tw-shadow-color: rgb(120 113 108 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/5 {
    --tw-shadow-color: rgb(120 113 108 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/50 {
    --tw-shadow-color: rgb(120 113 108 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/55 {
    --tw-shadow-color: rgb(120 113 108 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/60 {
    --tw-shadow-color: rgb(120 113 108 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/65 {
    --tw-shadow-color: rgb(120 113 108 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/70 {
    --tw-shadow-color: rgb(120 113 108 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/75 {
    --tw-shadow-color: rgb(120 113 108 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/80 {
    --tw-shadow-color: rgb(120 113 108 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/85 {
    --tw-shadow-color: rgb(120 113 108 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/90 {
    --tw-shadow-color: rgb(120 113 108 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-500\/95 {
    --tw-shadow-color: rgb(120 113 108 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600 {
    --tw-shadow-color: #57534e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/0 {
    --tw-shadow-color: rgb(87 83 78 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/10 {
    --tw-shadow-color: rgb(87 83 78 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/100 {
    --tw-shadow-color: rgb(87 83 78 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/15 {
    --tw-shadow-color: rgb(87 83 78 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/20 {
    --tw-shadow-color: rgb(87 83 78 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/25 {
    --tw-shadow-color: rgb(87 83 78 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/30 {
    --tw-shadow-color: rgb(87 83 78 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/35 {
    --tw-shadow-color: rgb(87 83 78 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/40 {
    --tw-shadow-color: rgb(87 83 78 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/45 {
    --tw-shadow-color: rgb(87 83 78 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/5 {
    --tw-shadow-color: rgb(87 83 78 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/50 {
    --tw-shadow-color: rgb(87 83 78 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/55 {
    --tw-shadow-color: rgb(87 83 78 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/60 {
    --tw-shadow-color: rgb(87 83 78 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/65 {
    --tw-shadow-color: rgb(87 83 78 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/70 {
    --tw-shadow-color: rgb(87 83 78 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/75 {
    --tw-shadow-color: rgb(87 83 78 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/80 {
    --tw-shadow-color: rgb(87 83 78 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/85 {
    --tw-shadow-color: rgb(87 83 78 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/90 {
    --tw-shadow-color: rgb(87 83 78 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-600\/95 {
    --tw-shadow-color: rgb(87 83 78 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700 {
    --tw-shadow-color: #44403c;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/0 {
    --tw-shadow-color: rgb(68 64 60 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/10 {
    --tw-shadow-color: rgb(68 64 60 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/100 {
    --tw-shadow-color: rgb(68 64 60 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/15 {
    --tw-shadow-color: rgb(68 64 60 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/20 {
    --tw-shadow-color: rgb(68 64 60 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/25 {
    --tw-shadow-color: rgb(68 64 60 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/30 {
    --tw-shadow-color: rgb(68 64 60 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/35 {
    --tw-shadow-color: rgb(68 64 60 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/40 {
    --tw-shadow-color: rgb(68 64 60 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/45 {
    --tw-shadow-color: rgb(68 64 60 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/5 {
    --tw-shadow-color: rgb(68 64 60 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/50 {
    --tw-shadow-color: rgb(68 64 60 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/55 {
    --tw-shadow-color: rgb(68 64 60 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/60 {
    --tw-shadow-color: rgb(68 64 60 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/65 {
    --tw-shadow-color: rgb(68 64 60 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/70 {
    --tw-shadow-color: rgb(68 64 60 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/75 {
    --tw-shadow-color: rgb(68 64 60 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/80 {
    --tw-shadow-color: rgb(68 64 60 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/85 {
    --tw-shadow-color: rgb(68 64 60 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/90 {
    --tw-shadow-color: rgb(68 64 60 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-700\/95 {
    --tw-shadow-color: rgb(68 64 60 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800 {
    --tw-shadow-color: #292524;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/0 {
    --tw-shadow-color: rgb(41 37 36 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/10 {
    --tw-shadow-color: rgb(41 37 36 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/100 {
    --tw-shadow-color: rgb(41 37 36 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/15 {
    --tw-shadow-color: rgb(41 37 36 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/20 {
    --tw-shadow-color: rgb(41 37 36 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/25 {
    --tw-shadow-color: rgb(41 37 36 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/30 {
    --tw-shadow-color: rgb(41 37 36 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/35 {
    --tw-shadow-color: rgb(41 37 36 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/40 {
    --tw-shadow-color: rgb(41 37 36 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/45 {
    --tw-shadow-color: rgb(41 37 36 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/5 {
    --tw-shadow-color: rgb(41 37 36 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/50 {
    --tw-shadow-color: rgb(41 37 36 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/55 {
    --tw-shadow-color: rgb(41 37 36 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/60 {
    --tw-shadow-color: rgb(41 37 36 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/65 {
    --tw-shadow-color: rgb(41 37 36 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/70 {
    --tw-shadow-color: rgb(41 37 36 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/75 {
    --tw-shadow-color: rgb(41 37 36 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/80 {
    --tw-shadow-color: rgb(41 37 36 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/85 {
    --tw-shadow-color: rgb(41 37 36 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/90 {
    --tw-shadow-color: rgb(41 37 36 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-800\/95 {
    --tw-shadow-color: rgb(41 37 36 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900 {
    --tw-shadow-color: #1c1917;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/0 {
    --tw-shadow-color: rgb(28 25 23 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/10 {
    --tw-shadow-color: rgb(28 25 23 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/100 {
    --tw-shadow-color: rgb(28 25 23 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/15 {
    --tw-shadow-color: rgb(28 25 23 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/20 {
    --tw-shadow-color: rgb(28 25 23 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/25 {
    --tw-shadow-color: rgb(28 25 23 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/30 {
    --tw-shadow-color: rgb(28 25 23 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/35 {
    --tw-shadow-color: rgb(28 25 23 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/40 {
    --tw-shadow-color: rgb(28 25 23 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/45 {
    --tw-shadow-color: rgb(28 25 23 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/5 {
    --tw-shadow-color: rgb(28 25 23 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/50 {
    --tw-shadow-color: rgb(28 25 23 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/55 {
    --tw-shadow-color: rgb(28 25 23 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/60 {
    --tw-shadow-color: rgb(28 25 23 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/65 {
    --tw-shadow-color: rgb(28 25 23 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/70 {
    --tw-shadow-color: rgb(28 25 23 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/75 {
    --tw-shadow-color: rgb(28 25 23 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/80 {
    --tw-shadow-color: rgb(28 25 23 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/85 {
    --tw-shadow-color: rgb(28 25 23 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/90 {
    --tw-shadow-color: rgb(28 25 23 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-900\/95 {
    --tw-shadow-color: rgb(28 25 23 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950 {
    --tw-shadow-color: #0c0a09;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/0 {
    --tw-shadow-color: rgb(12 10 9 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/10 {
    --tw-shadow-color: rgb(12 10 9 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/100 {
    --tw-shadow-color: rgb(12 10 9 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/15 {
    --tw-shadow-color: rgb(12 10 9 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/20 {
    --tw-shadow-color: rgb(12 10 9 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/25 {
    --tw-shadow-color: rgb(12 10 9 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/30 {
    --tw-shadow-color: rgb(12 10 9 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/35 {
    --tw-shadow-color: rgb(12 10 9 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/40 {
    --tw-shadow-color: rgb(12 10 9 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/45 {
    --tw-shadow-color: rgb(12 10 9 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/5 {
    --tw-shadow-color: rgb(12 10 9 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/50 {
    --tw-shadow-color: rgb(12 10 9 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/55 {
    --tw-shadow-color: rgb(12 10 9 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/60 {
    --tw-shadow-color: rgb(12 10 9 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/65 {
    --tw-shadow-color: rgb(12 10 9 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/70 {
    --tw-shadow-color: rgb(12 10 9 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/75 {
    --tw-shadow-color: rgb(12 10 9 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/80 {
    --tw-shadow-color: rgb(12 10 9 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/85 {
    --tw-shadow-color: rgb(12 10 9 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/90 {
    --tw-shadow-color: rgb(12 10 9 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-stone-950\/95 {
    --tw-shadow-color: rgb(12 10 9 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100 {
    --tw-shadow-color: #ccfbf1;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/0 {
    --tw-shadow-color: rgb(204 251 241 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/10 {
    --tw-shadow-color: rgb(204 251 241 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/100 {
    --tw-shadow-color: rgb(204 251 241 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/15 {
    --tw-shadow-color: rgb(204 251 241 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/20 {
    --tw-shadow-color: rgb(204 251 241 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/25 {
    --tw-shadow-color: rgb(204 251 241 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/30 {
    --tw-shadow-color: rgb(204 251 241 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/35 {
    --tw-shadow-color: rgb(204 251 241 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/40 {
    --tw-shadow-color: rgb(204 251 241 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/45 {
    --tw-shadow-color: rgb(204 251 241 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/5 {
    --tw-shadow-color: rgb(204 251 241 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/50 {
    --tw-shadow-color: rgb(204 251 241 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/55 {
    --tw-shadow-color: rgb(204 251 241 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/60 {
    --tw-shadow-color: rgb(204 251 241 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/65 {
    --tw-shadow-color: rgb(204 251 241 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/70 {
    --tw-shadow-color: rgb(204 251 241 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/75 {
    --tw-shadow-color: rgb(204 251 241 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/80 {
    --tw-shadow-color: rgb(204 251 241 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/85 {
    --tw-shadow-color: rgb(204 251 241 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/90 {
    --tw-shadow-color: rgb(204 251 241 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-100\/95 {
    --tw-shadow-color: rgb(204 251 241 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200 {
    --tw-shadow-color: #99f6e4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/0 {
    --tw-shadow-color: rgb(153 246 228 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/10 {
    --tw-shadow-color: rgb(153 246 228 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/100 {
    --tw-shadow-color: rgb(153 246 228 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/15 {
    --tw-shadow-color: rgb(153 246 228 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/20 {
    --tw-shadow-color: rgb(153 246 228 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/25 {
    --tw-shadow-color: rgb(153 246 228 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/30 {
    --tw-shadow-color: rgb(153 246 228 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/35 {
    --tw-shadow-color: rgb(153 246 228 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/40 {
    --tw-shadow-color: rgb(153 246 228 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/45 {
    --tw-shadow-color: rgb(153 246 228 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/5 {
    --tw-shadow-color: rgb(153 246 228 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/50 {
    --tw-shadow-color: rgb(153 246 228 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/55 {
    --tw-shadow-color: rgb(153 246 228 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/60 {
    --tw-shadow-color: rgb(153 246 228 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/65 {
    --tw-shadow-color: rgb(153 246 228 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/70 {
    --tw-shadow-color: rgb(153 246 228 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/75 {
    --tw-shadow-color: rgb(153 246 228 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/80 {
    --tw-shadow-color: rgb(153 246 228 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/85 {
    --tw-shadow-color: rgb(153 246 228 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/90 {
    --tw-shadow-color: rgb(153 246 228 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-200\/95 {
    --tw-shadow-color: rgb(153 246 228 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300 {
    --tw-shadow-color: #5eead4;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/0 {
    --tw-shadow-color: rgb(94 234 212 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/10 {
    --tw-shadow-color: rgb(94 234 212 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/100 {
    --tw-shadow-color: rgb(94 234 212 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/15 {
    --tw-shadow-color: rgb(94 234 212 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/20 {
    --tw-shadow-color: rgb(94 234 212 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/25 {
    --tw-shadow-color: rgb(94 234 212 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/30 {
    --tw-shadow-color: rgb(94 234 212 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/35 {
    --tw-shadow-color: rgb(94 234 212 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/40 {
    --tw-shadow-color: rgb(94 234 212 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/45 {
    --tw-shadow-color: rgb(94 234 212 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/5 {
    --tw-shadow-color: rgb(94 234 212 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/50 {
    --tw-shadow-color: rgb(94 234 212 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/55 {
    --tw-shadow-color: rgb(94 234 212 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/60 {
    --tw-shadow-color: rgb(94 234 212 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/65 {
    --tw-shadow-color: rgb(94 234 212 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/70 {
    --tw-shadow-color: rgb(94 234 212 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/75 {
    --tw-shadow-color: rgb(94 234 212 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/80 {
    --tw-shadow-color: rgb(94 234 212 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/85 {
    --tw-shadow-color: rgb(94 234 212 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/90 {
    --tw-shadow-color: rgb(94 234 212 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-300\/95 {
    --tw-shadow-color: rgb(94 234 212 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400 {
    --tw-shadow-color: #2dd4bf;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/0 {
    --tw-shadow-color: rgb(45 212 191 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/10 {
    --tw-shadow-color: rgb(45 212 191 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/100 {
    --tw-shadow-color: rgb(45 212 191 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/15 {
    --tw-shadow-color: rgb(45 212 191 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/20 {
    --tw-shadow-color: rgb(45 212 191 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/25 {
    --tw-shadow-color: rgb(45 212 191 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/30 {
    --tw-shadow-color: rgb(45 212 191 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/35 {
    --tw-shadow-color: rgb(45 212 191 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/40 {
    --tw-shadow-color: rgb(45 212 191 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/45 {
    --tw-shadow-color: rgb(45 212 191 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/5 {
    --tw-shadow-color: rgb(45 212 191 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/50 {
    --tw-shadow-color: rgb(45 212 191 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/55 {
    --tw-shadow-color: rgb(45 212 191 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/60 {
    --tw-shadow-color: rgb(45 212 191 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/65 {
    --tw-shadow-color: rgb(45 212 191 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/70 {
    --tw-shadow-color: rgb(45 212 191 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/75 {
    --tw-shadow-color: rgb(45 212 191 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/80 {
    --tw-shadow-color: rgb(45 212 191 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/85 {
    --tw-shadow-color: rgb(45 212 191 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/90 {
    --tw-shadow-color: rgb(45 212 191 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-400\/95 {
    --tw-shadow-color: rgb(45 212 191 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50 {
    --tw-shadow-color: #f0fdfa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/0 {
    --tw-shadow-color: rgb(240 253 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/10 {
    --tw-shadow-color: rgb(240 253 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/100 {
    --tw-shadow-color: rgb(240 253 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/15 {
    --tw-shadow-color: rgb(240 253 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/20 {
    --tw-shadow-color: rgb(240 253 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/25 {
    --tw-shadow-color: rgb(240 253 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/30 {
    --tw-shadow-color: rgb(240 253 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/35 {
    --tw-shadow-color: rgb(240 253 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/40 {
    --tw-shadow-color: rgb(240 253 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/45 {
    --tw-shadow-color: rgb(240 253 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/5 {
    --tw-shadow-color: rgb(240 253 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/50 {
    --tw-shadow-color: rgb(240 253 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/55 {
    --tw-shadow-color: rgb(240 253 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/60 {
    --tw-shadow-color: rgb(240 253 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/65 {
    --tw-shadow-color: rgb(240 253 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/70 {
    --tw-shadow-color: rgb(240 253 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/75 {
    --tw-shadow-color: rgb(240 253 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/80 {
    --tw-shadow-color: rgb(240 253 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/85 {
    --tw-shadow-color: rgb(240 253 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/90 {
    --tw-shadow-color: rgb(240 253 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-50\/95 {
    --tw-shadow-color: rgb(240 253 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500 {
    --tw-shadow-color: #14b8a6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/0 {
    --tw-shadow-color: rgb(20 184 166 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/10 {
    --tw-shadow-color: rgb(20 184 166 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/100 {
    --tw-shadow-color: rgb(20 184 166 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/15 {
    --tw-shadow-color: rgb(20 184 166 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/20 {
    --tw-shadow-color: rgb(20 184 166 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/25 {
    --tw-shadow-color: rgb(20 184 166 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/30 {
    --tw-shadow-color: rgb(20 184 166 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/35 {
    --tw-shadow-color: rgb(20 184 166 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/40 {
    --tw-shadow-color: rgb(20 184 166 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/45 {
    --tw-shadow-color: rgb(20 184 166 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/5 {
    --tw-shadow-color: rgb(20 184 166 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/50 {
    --tw-shadow-color: rgb(20 184 166 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/55 {
    --tw-shadow-color: rgb(20 184 166 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/60 {
    --tw-shadow-color: rgb(20 184 166 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/65 {
    --tw-shadow-color: rgb(20 184 166 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/70 {
    --tw-shadow-color: rgb(20 184 166 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/75 {
    --tw-shadow-color: rgb(20 184 166 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/80 {
    --tw-shadow-color: rgb(20 184 166 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/85 {
    --tw-shadow-color: rgb(20 184 166 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/90 {
    --tw-shadow-color: rgb(20 184 166 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-500\/95 {
    --tw-shadow-color: rgb(20 184 166 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600 {
    --tw-shadow-color: #0d9488;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/0 {
    --tw-shadow-color: rgb(13 148 136 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/10 {
    --tw-shadow-color: rgb(13 148 136 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/100 {
    --tw-shadow-color: rgb(13 148 136 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/15 {
    --tw-shadow-color: rgb(13 148 136 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/20 {
    --tw-shadow-color: rgb(13 148 136 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/25 {
    --tw-shadow-color: rgb(13 148 136 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/30 {
    --tw-shadow-color: rgb(13 148 136 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/35 {
    --tw-shadow-color: rgb(13 148 136 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/40 {
    --tw-shadow-color: rgb(13 148 136 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/45 {
    --tw-shadow-color: rgb(13 148 136 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/5 {
    --tw-shadow-color: rgb(13 148 136 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/50 {
    --tw-shadow-color: rgb(13 148 136 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/55 {
    --tw-shadow-color: rgb(13 148 136 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/60 {
    --tw-shadow-color: rgb(13 148 136 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/65 {
    --tw-shadow-color: rgb(13 148 136 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/70 {
    --tw-shadow-color: rgb(13 148 136 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/75 {
    --tw-shadow-color: rgb(13 148 136 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/80 {
    --tw-shadow-color: rgb(13 148 136 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/85 {
    --tw-shadow-color: rgb(13 148 136 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/90 {
    --tw-shadow-color: rgb(13 148 136 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-600\/95 {
    --tw-shadow-color: rgb(13 148 136 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700 {
    --tw-shadow-color: #0f766e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/0 {
    --tw-shadow-color: rgb(15 118 110 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/10 {
    --tw-shadow-color: rgb(15 118 110 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/100 {
    --tw-shadow-color: rgb(15 118 110 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/15 {
    --tw-shadow-color: rgb(15 118 110 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/20 {
    --tw-shadow-color: rgb(15 118 110 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/25 {
    --tw-shadow-color: rgb(15 118 110 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/30 {
    --tw-shadow-color: rgb(15 118 110 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/35 {
    --tw-shadow-color: rgb(15 118 110 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/40 {
    --tw-shadow-color: rgb(15 118 110 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/45 {
    --tw-shadow-color: rgb(15 118 110 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/5 {
    --tw-shadow-color: rgb(15 118 110 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/50 {
    --tw-shadow-color: rgb(15 118 110 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/55 {
    --tw-shadow-color: rgb(15 118 110 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/60 {
    --tw-shadow-color: rgb(15 118 110 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/65 {
    --tw-shadow-color: rgb(15 118 110 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/70 {
    --tw-shadow-color: rgb(15 118 110 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/75 {
    --tw-shadow-color: rgb(15 118 110 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/80 {
    --tw-shadow-color: rgb(15 118 110 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/85 {
    --tw-shadow-color: rgb(15 118 110 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/90 {
    --tw-shadow-color: rgb(15 118 110 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-700\/95 {
    --tw-shadow-color: rgb(15 118 110 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800 {
    --tw-shadow-color: #115e59;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/0 {
    --tw-shadow-color: rgb(17 94 89 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/10 {
    --tw-shadow-color: rgb(17 94 89 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/100 {
    --tw-shadow-color: rgb(17 94 89 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/15 {
    --tw-shadow-color: rgb(17 94 89 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/20 {
    --tw-shadow-color: rgb(17 94 89 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/25 {
    --tw-shadow-color: rgb(17 94 89 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/30 {
    --tw-shadow-color: rgb(17 94 89 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/35 {
    --tw-shadow-color: rgb(17 94 89 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/40 {
    --tw-shadow-color: rgb(17 94 89 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/45 {
    --tw-shadow-color: rgb(17 94 89 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/5 {
    --tw-shadow-color: rgb(17 94 89 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/50 {
    --tw-shadow-color: rgb(17 94 89 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/55 {
    --tw-shadow-color: rgb(17 94 89 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/60 {
    --tw-shadow-color: rgb(17 94 89 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/65 {
    --tw-shadow-color: rgb(17 94 89 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/70 {
    --tw-shadow-color: rgb(17 94 89 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/75 {
    --tw-shadow-color: rgb(17 94 89 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/80 {
    --tw-shadow-color: rgb(17 94 89 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/85 {
    --tw-shadow-color: rgb(17 94 89 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/90 {
    --tw-shadow-color: rgb(17 94 89 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-800\/95 {
    --tw-shadow-color: rgb(17 94 89 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900 {
    --tw-shadow-color: #134e4a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/0 {
    --tw-shadow-color: rgb(19 78 74 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/10 {
    --tw-shadow-color: rgb(19 78 74 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/100 {
    --tw-shadow-color: rgb(19 78 74 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/15 {
    --tw-shadow-color: rgb(19 78 74 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/20 {
    --tw-shadow-color: rgb(19 78 74 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/25 {
    --tw-shadow-color: rgb(19 78 74 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/30 {
    --tw-shadow-color: rgb(19 78 74 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/35 {
    --tw-shadow-color: rgb(19 78 74 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/40 {
    --tw-shadow-color: rgb(19 78 74 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/45 {
    --tw-shadow-color: rgb(19 78 74 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/5 {
    --tw-shadow-color: rgb(19 78 74 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/50 {
    --tw-shadow-color: rgb(19 78 74 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/55 {
    --tw-shadow-color: rgb(19 78 74 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/60 {
    --tw-shadow-color: rgb(19 78 74 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/65 {
    --tw-shadow-color: rgb(19 78 74 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/70 {
    --tw-shadow-color: rgb(19 78 74 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/75 {
    --tw-shadow-color: rgb(19 78 74 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/80 {
    --tw-shadow-color: rgb(19 78 74 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/85 {
    --tw-shadow-color: rgb(19 78 74 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/90 {
    --tw-shadow-color: rgb(19 78 74 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-900\/95 {
    --tw-shadow-color: rgb(19 78 74 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950 {
    --tw-shadow-color: #042f2e;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/0 {
    --tw-shadow-color: rgb(4 47 46 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/10 {
    --tw-shadow-color: rgb(4 47 46 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/100 {
    --tw-shadow-color: rgb(4 47 46 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/15 {
    --tw-shadow-color: rgb(4 47 46 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/20 {
    --tw-shadow-color: rgb(4 47 46 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/25 {
    --tw-shadow-color: rgb(4 47 46 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/30 {
    --tw-shadow-color: rgb(4 47 46 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/35 {
    --tw-shadow-color: rgb(4 47 46 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/40 {
    --tw-shadow-color: rgb(4 47 46 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/45 {
    --tw-shadow-color: rgb(4 47 46 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/5 {
    --tw-shadow-color: rgb(4 47 46 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/50 {
    --tw-shadow-color: rgb(4 47 46 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/55 {
    --tw-shadow-color: rgb(4 47 46 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/60 {
    --tw-shadow-color: rgb(4 47 46 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/65 {
    --tw-shadow-color: rgb(4 47 46 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/70 {
    --tw-shadow-color: rgb(4 47 46 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/75 {
    --tw-shadow-color: rgb(4 47 46 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/80 {
    --tw-shadow-color: rgb(4 47 46 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/85 {
    --tw-shadow-color: rgb(4 47 46 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/90 {
    --tw-shadow-color: rgb(4 47 46 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-teal-950\/95 {
    --tw-shadow-color: rgb(4 47 46 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent {
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/0 {
    --tw-shadow-color: rgb(0 0 0 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/10 {
    --tw-shadow-color: rgb(0 0 0 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/100 {
    --tw-shadow-color: rgb(0 0 0 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/15 {
    --tw-shadow-color: rgb(0 0 0 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/20 {
    --tw-shadow-color: rgb(0 0 0 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/25 {
    --tw-shadow-color: rgb(0 0 0 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/30 {
    --tw-shadow-color: rgb(0 0 0 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/35 {
    --tw-shadow-color: rgb(0 0 0 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/40 {
    --tw-shadow-color: rgb(0 0 0 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/45 {
    --tw-shadow-color: rgb(0 0 0 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/5 {
    --tw-shadow-color: rgb(0 0 0 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/50 {
    --tw-shadow-color: rgb(0 0 0 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/55 {
    --tw-shadow-color: rgb(0 0 0 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/60 {
    --tw-shadow-color: rgb(0 0 0 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/65 {
    --tw-shadow-color: rgb(0 0 0 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/70 {
    --tw-shadow-color: rgb(0 0 0 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/75 {
    --tw-shadow-color: rgb(0 0 0 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/80 {
    --tw-shadow-color: rgb(0 0 0 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/85 {
    --tw-shadow-color: rgb(0 0 0 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/90 {
    --tw-shadow-color: rgb(0 0 0 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-transparent\/95 {
    --tw-shadow-color: rgb(0 0 0 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100 {
    --tw-shadow-color: #ede9fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/0 {
    --tw-shadow-color: rgb(237 233 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/10 {
    --tw-shadow-color: rgb(237 233 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/100 {
    --tw-shadow-color: rgb(237 233 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/15 {
    --tw-shadow-color: rgb(237 233 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/20 {
    --tw-shadow-color: rgb(237 233 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/25 {
    --tw-shadow-color: rgb(237 233 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/30 {
    --tw-shadow-color: rgb(237 233 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/35 {
    --tw-shadow-color: rgb(237 233 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/40 {
    --tw-shadow-color: rgb(237 233 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/45 {
    --tw-shadow-color: rgb(237 233 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/5 {
    --tw-shadow-color: rgb(237 233 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/50 {
    --tw-shadow-color: rgb(237 233 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/55 {
    --tw-shadow-color: rgb(237 233 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/60 {
    --tw-shadow-color: rgb(237 233 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/65 {
    --tw-shadow-color: rgb(237 233 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/70 {
    --tw-shadow-color: rgb(237 233 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/75 {
    --tw-shadow-color: rgb(237 233 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/80 {
    --tw-shadow-color: rgb(237 233 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/85 {
    --tw-shadow-color: rgb(237 233 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/90 {
    --tw-shadow-color: rgb(237 233 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-100\/95 {
    --tw-shadow-color: rgb(237 233 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200 {
    --tw-shadow-color: #ddd6fe;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/0 {
    --tw-shadow-color: rgb(221 214 254 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/10 {
    --tw-shadow-color: rgb(221 214 254 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/100 {
    --tw-shadow-color: rgb(221 214 254 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/15 {
    --tw-shadow-color: rgb(221 214 254 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/20 {
    --tw-shadow-color: rgb(221 214 254 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/25 {
    --tw-shadow-color: rgb(221 214 254 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/30 {
    --tw-shadow-color: rgb(221 214 254 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/35 {
    --tw-shadow-color: rgb(221 214 254 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/40 {
    --tw-shadow-color: rgb(221 214 254 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/45 {
    --tw-shadow-color: rgb(221 214 254 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/5 {
    --tw-shadow-color: rgb(221 214 254 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/50 {
    --tw-shadow-color: rgb(221 214 254 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/55 {
    --tw-shadow-color: rgb(221 214 254 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/60 {
    --tw-shadow-color: rgb(221 214 254 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/65 {
    --tw-shadow-color: rgb(221 214 254 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/70 {
    --tw-shadow-color: rgb(221 214 254 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/75 {
    --tw-shadow-color: rgb(221 214 254 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/80 {
    --tw-shadow-color: rgb(221 214 254 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/85 {
    --tw-shadow-color: rgb(221 214 254 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/90 {
    --tw-shadow-color: rgb(221 214 254 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-200\/95 {
    --tw-shadow-color: rgb(221 214 254 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300 {
    --tw-shadow-color: #c4b5fd;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/0 {
    --tw-shadow-color: rgb(196 181 253 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/10 {
    --tw-shadow-color: rgb(196 181 253 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/100 {
    --tw-shadow-color: rgb(196 181 253 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/15 {
    --tw-shadow-color: rgb(196 181 253 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/20 {
    --tw-shadow-color: rgb(196 181 253 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/25 {
    --tw-shadow-color: rgb(196 181 253 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/30 {
    --tw-shadow-color: rgb(196 181 253 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/35 {
    --tw-shadow-color: rgb(196 181 253 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/40 {
    --tw-shadow-color: rgb(196 181 253 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/45 {
    --tw-shadow-color: rgb(196 181 253 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/5 {
    --tw-shadow-color: rgb(196 181 253 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/50 {
    --tw-shadow-color: rgb(196 181 253 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/55 {
    --tw-shadow-color: rgb(196 181 253 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/60 {
    --tw-shadow-color: rgb(196 181 253 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/65 {
    --tw-shadow-color: rgb(196 181 253 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/70 {
    --tw-shadow-color: rgb(196 181 253 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/75 {
    --tw-shadow-color: rgb(196 181 253 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/80 {
    --tw-shadow-color: rgb(196 181 253 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/85 {
    --tw-shadow-color: rgb(196 181 253 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/90 {
    --tw-shadow-color: rgb(196 181 253 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-300\/95 {
    --tw-shadow-color: rgb(196 181 253 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400 {
    --tw-shadow-color: #a78bfa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/0 {
    --tw-shadow-color: rgb(167 139 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/10 {
    --tw-shadow-color: rgb(167 139 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/100 {
    --tw-shadow-color: rgb(167 139 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/15 {
    --tw-shadow-color: rgb(167 139 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/20 {
    --tw-shadow-color: rgb(167 139 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/25 {
    --tw-shadow-color: rgb(167 139 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/30 {
    --tw-shadow-color: rgb(167 139 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/35 {
    --tw-shadow-color: rgb(167 139 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/40 {
    --tw-shadow-color: rgb(167 139 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/45 {
    --tw-shadow-color: rgb(167 139 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/5 {
    --tw-shadow-color: rgb(167 139 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/50 {
    --tw-shadow-color: rgb(167 139 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/55 {
    --tw-shadow-color: rgb(167 139 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/60 {
    --tw-shadow-color: rgb(167 139 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/65 {
    --tw-shadow-color: rgb(167 139 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/70 {
    --tw-shadow-color: rgb(167 139 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/75 {
    --tw-shadow-color: rgb(167 139 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/80 {
    --tw-shadow-color: rgb(167 139 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/85 {
    --tw-shadow-color: rgb(167 139 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/90 {
    --tw-shadow-color: rgb(167 139 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-400\/95 {
    --tw-shadow-color: rgb(167 139 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50 {
    --tw-shadow-color: #f5f3ff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/0 {
    --tw-shadow-color: rgb(245 243 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/10 {
    --tw-shadow-color: rgb(245 243 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/100 {
    --tw-shadow-color: rgb(245 243 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/15 {
    --tw-shadow-color: rgb(245 243 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/20 {
    --tw-shadow-color: rgb(245 243 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/25 {
    --tw-shadow-color: rgb(245 243 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/30 {
    --tw-shadow-color: rgb(245 243 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/35 {
    --tw-shadow-color: rgb(245 243 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/40 {
    --tw-shadow-color: rgb(245 243 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/45 {
    --tw-shadow-color: rgb(245 243 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/5 {
    --tw-shadow-color: rgb(245 243 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/50 {
    --tw-shadow-color: rgb(245 243 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/55 {
    --tw-shadow-color: rgb(245 243 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/60 {
    --tw-shadow-color: rgb(245 243 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/65 {
    --tw-shadow-color: rgb(245 243 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/70 {
    --tw-shadow-color: rgb(245 243 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/75 {
    --tw-shadow-color: rgb(245 243 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/80 {
    --tw-shadow-color: rgb(245 243 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/85 {
    --tw-shadow-color: rgb(245 243 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/90 {
    --tw-shadow-color: rgb(245 243 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-50\/95 {
    --tw-shadow-color: rgb(245 243 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500 {
    --tw-shadow-color: #8b5cf6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/0 {
    --tw-shadow-color: rgb(139 92 246 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/10 {
    --tw-shadow-color: rgb(139 92 246 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/100 {
    --tw-shadow-color: rgb(139 92 246 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/15 {
    --tw-shadow-color: rgb(139 92 246 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/20 {
    --tw-shadow-color: rgb(139 92 246 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/25 {
    --tw-shadow-color: rgb(139 92 246 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/30 {
    --tw-shadow-color: rgb(139 92 246 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/35 {
    --tw-shadow-color: rgb(139 92 246 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/40 {
    --tw-shadow-color: rgb(139 92 246 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/45 {
    --tw-shadow-color: rgb(139 92 246 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/5 {
    --tw-shadow-color: rgb(139 92 246 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/50 {
    --tw-shadow-color: rgb(139 92 246 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/55 {
    --tw-shadow-color: rgb(139 92 246 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/60 {
    --tw-shadow-color: rgb(139 92 246 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/65 {
    --tw-shadow-color: rgb(139 92 246 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/70 {
    --tw-shadow-color: rgb(139 92 246 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/75 {
    --tw-shadow-color: rgb(139 92 246 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/80 {
    --tw-shadow-color: rgb(139 92 246 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/85 {
    --tw-shadow-color: rgb(139 92 246 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/90 {
    --tw-shadow-color: rgb(139 92 246 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-500\/95 {
    --tw-shadow-color: rgb(139 92 246 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600 {
    --tw-shadow-color: #7c3aed;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/0 {
    --tw-shadow-color: rgb(124 58 237 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/10 {
    --tw-shadow-color: rgb(124 58 237 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/100 {
    --tw-shadow-color: rgb(124 58 237 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/15 {
    --tw-shadow-color: rgb(124 58 237 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/20 {
    --tw-shadow-color: rgb(124 58 237 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/25 {
    --tw-shadow-color: rgb(124 58 237 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/30 {
    --tw-shadow-color: rgb(124 58 237 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/35 {
    --tw-shadow-color: rgb(124 58 237 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/40 {
    --tw-shadow-color: rgb(124 58 237 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/45 {
    --tw-shadow-color: rgb(124 58 237 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/5 {
    --tw-shadow-color: rgb(124 58 237 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/50 {
    --tw-shadow-color: rgb(124 58 237 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/55 {
    --tw-shadow-color: rgb(124 58 237 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/60 {
    --tw-shadow-color: rgb(124 58 237 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/65 {
    --tw-shadow-color: rgb(124 58 237 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/70 {
    --tw-shadow-color: rgb(124 58 237 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/75 {
    --tw-shadow-color: rgb(124 58 237 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/80 {
    --tw-shadow-color: rgb(124 58 237 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/85 {
    --tw-shadow-color: rgb(124 58 237 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/90 {
    --tw-shadow-color: rgb(124 58 237 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-600\/95 {
    --tw-shadow-color: rgb(124 58 237 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700 {
    --tw-shadow-color: #6d28d9;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/0 {
    --tw-shadow-color: rgb(109 40 217 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/10 {
    --tw-shadow-color: rgb(109 40 217 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/100 {
    --tw-shadow-color: rgb(109 40 217 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/15 {
    --tw-shadow-color: rgb(109 40 217 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/20 {
    --tw-shadow-color: rgb(109 40 217 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/25 {
    --tw-shadow-color: rgb(109 40 217 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/30 {
    --tw-shadow-color: rgb(109 40 217 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/35 {
    --tw-shadow-color: rgb(109 40 217 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/40 {
    --tw-shadow-color: rgb(109 40 217 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/45 {
    --tw-shadow-color: rgb(109 40 217 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/5 {
    --tw-shadow-color: rgb(109 40 217 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/50 {
    --tw-shadow-color: rgb(109 40 217 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/55 {
    --tw-shadow-color: rgb(109 40 217 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/60 {
    --tw-shadow-color: rgb(109 40 217 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/65 {
    --tw-shadow-color: rgb(109 40 217 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/70 {
    --tw-shadow-color: rgb(109 40 217 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/75 {
    --tw-shadow-color: rgb(109 40 217 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/80 {
    --tw-shadow-color: rgb(109 40 217 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/85 {
    --tw-shadow-color: rgb(109 40 217 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/90 {
    --tw-shadow-color: rgb(109 40 217 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-700\/95 {
    --tw-shadow-color: rgb(109 40 217 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800 {
    --tw-shadow-color: #5b21b6;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/0 {
    --tw-shadow-color: rgb(91 33 182 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/10 {
    --tw-shadow-color: rgb(91 33 182 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/100 {
    --tw-shadow-color: rgb(91 33 182 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/15 {
    --tw-shadow-color: rgb(91 33 182 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/20 {
    --tw-shadow-color: rgb(91 33 182 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/25 {
    --tw-shadow-color: rgb(91 33 182 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/30 {
    --tw-shadow-color: rgb(91 33 182 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/35 {
    --tw-shadow-color: rgb(91 33 182 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/40 {
    --tw-shadow-color: rgb(91 33 182 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/45 {
    --tw-shadow-color: rgb(91 33 182 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/5 {
    --tw-shadow-color: rgb(91 33 182 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/50 {
    --tw-shadow-color: rgb(91 33 182 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/55 {
    --tw-shadow-color: rgb(91 33 182 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/60 {
    --tw-shadow-color: rgb(91 33 182 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/65 {
    --tw-shadow-color: rgb(91 33 182 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/70 {
    --tw-shadow-color: rgb(91 33 182 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/75 {
    --tw-shadow-color: rgb(91 33 182 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/80 {
    --tw-shadow-color: rgb(91 33 182 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/85 {
    --tw-shadow-color: rgb(91 33 182 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/90 {
    --tw-shadow-color: rgb(91 33 182 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-800\/95 {
    --tw-shadow-color: rgb(91 33 182 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900 {
    --tw-shadow-color: #4c1d95;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/0 {
    --tw-shadow-color: rgb(76 29 149 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/10 {
    --tw-shadow-color: rgb(76 29 149 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/100 {
    --tw-shadow-color: rgb(76 29 149 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/15 {
    --tw-shadow-color: rgb(76 29 149 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/20 {
    --tw-shadow-color: rgb(76 29 149 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/25 {
    --tw-shadow-color: rgb(76 29 149 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/30 {
    --tw-shadow-color: rgb(76 29 149 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/35 {
    --tw-shadow-color: rgb(76 29 149 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/40 {
    --tw-shadow-color: rgb(76 29 149 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/45 {
    --tw-shadow-color: rgb(76 29 149 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/5 {
    --tw-shadow-color: rgb(76 29 149 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/50 {
    --tw-shadow-color: rgb(76 29 149 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/55 {
    --tw-shadow-color: rgb(76 29 149 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/60 {
    --tw-shadow-color: rgb(76 29 149 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/65 {
    --tw-shadow-color: rgb(76 29 149 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/70 {
    --tw-shadow-color: rgb(76 29 149 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/75 {
    --tw-shadow-color: rgb(76 29 149 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/80 {
    --tw-shadow-color: rgb(76 29 149 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/85 {
    --tw-shadow-color: rgb(76 29 149 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/90 {
    --tw-shadow-color: rgb(76 29 149 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-900\/95 {
    --tw-shadow-color: rgb(76 29 149 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950 {
    --tw-shadow-color: #2e1065;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/0 {
    --tw-shadow-color: rgb(46 16 101 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/10 {
    --tw-shadow-color: rgb(46 16 101 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/100 {
    --tw-shadow-color: rgb(46 16 101 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/15 {
    --tw-shadow-color: rgb(46 16 101 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/20 {
    --tw-shadow-color: rgb(46 16 101 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/25 {
    --tw-shadow-color: rgb(46 16 101 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/30 {
    --tw-shadow-color: rgb(46 16 101 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/35 {
    --tw-shadow-color: rgb(46 16 101 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/40 {
    --tw-shadow-color: rgb(46 16 101 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/45 {
    --tw-shadow-color: rgb(46 16 101 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/5 {
    --tw-shadow-color: rgb(46 16 101 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/50 {
    --tw-shadow-color: rgb(46 16 101 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/55 {
    --tw-shadow-color: rgb(46 16 101 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/60 {
    --tw-shadow-color: rgb(46 16 101 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/65 {
    --tw-shadow-color: rgb(46 16 101 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/70 {
    --tw-shadow-color: rgb(46 16 101 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/75 {
    --tw-shadow-color: rgb(46 16 101 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/80 {
    --tw-shadow-color: rgb(46 16 101 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/85 {
    --tw-shadow-color: rgb(46 16 101 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/90 {
    --tw-shadow-color: rgb(46 16 101 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-violet-950\/95 {
    --tw-shadow-color: rgb(46 16 101 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white {
    --tw-shadow-color: #fff;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/0 {
    --tw-shadow-color: rgb(255 255 255 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/10 {
    --tw-shadow-color: rgb(255 255 255 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/100 {
    --tw-shadow-color: rgb(255 255 255 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/15 {
    --tw-shadow-color: rgb(255 255 255 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/20 {
    --tw-shadow-color: rgb(255 255 255 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/25 {
    --tw-shadow-color: rgb(255 255 255 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/30 {
    --tw-shadow-color: rgb(255 255 255 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/35 {
    --tw-shadow-color: rgb(255 255 255 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/40 {
    --tw-shadow-color: rgb(255 255 255 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/45 {
    --tw-shadow-color: rgb(255 255 255 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/5 {
    --tw-shadow-color: rgb(255 255 255 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/50 {
    --tw-shadow-color: rgb(255 255 255 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/55 {
    --tw-shadow-color: rgb(255 255 255 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/60 {
    --tw-shadow-color: rgb(255 255 255 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/65 {
    --tw-shadow-color: rgb(255 255 255 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/70 {
    --tw-shadow-color: rgb(255 255 255 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/75 {
    --tw-shadow-color: rgb(255 255 255 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/80 {
    --tw-shadow-color: rgb(255 255 255 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/85 {
    --tw-shadow-color: rgb(255 255 255 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/90 {
    --tw-shadow-color: rgb(255 255 255 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-white\/95 {
    --tw-shadow-color: rgb(255 255 255 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .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\/15 {
    --tw-shadow-color: rgb(254 249 195 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(254 249 195 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(254 249 195 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(254 249 195 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(254 249 195 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(254 249 195 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(254 240 138 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(254 240 138 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(254 240 138 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(254 240 138 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(254 240 138 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(254 240 138 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(253 224 71 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(253 224 71 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(253 224 71 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(253 224 71 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(253 224 71 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(253 224 71 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(250 204 21 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(250 204 21 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(250 204 21 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(250 204 21 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(250 204 21 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(250 204 21 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(254 252 232 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(254 252 232 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(254 252 232 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(254 252 232 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(254 252 232 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(254 252 232 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(234 179 8 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(234 179 8 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(234 179 8 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(234 179 8 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(234 179 8 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(234 179 8 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(202 138 4 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(202 138 4 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(202 138 4 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(202 138 4 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(202 138 4 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(202 138 4 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(161 98 7 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(161 98 7 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(161 98 7 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(161 98 7 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(161 98 7 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(161 98 7 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(133 77 14 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(133 77 14 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(133 77 14 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(133 77 14 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(133 77 14 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(133 77 14 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(113 63 18 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(113 63 18 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(113 63 18 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(113 63 18 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(113 63 18 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(113 63 18 / 0.85);
    --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\/15 {
    --tw-shadow-color: rgb(66 32 6 / 0.15);
    --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\/35 {
    --tw-shadow-color: rgb(66 32 6 / 0.35);
    --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\/45 {
    --tw-shadow-color: rgb(66 32 6 / 0.45);
    --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\/55 {
    --tw-shadow-color: rgb(66 32 6 / 0.55);
    --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\/65 {
    --tw-shadow-color: rgb(66 32 6 / 0.65);
    --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\/85 {
    --tw-shadow-color: rgb(66 32 6 / 0.85);
    --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\:shadow-zinc-100 {
    --tw-shadow-color: #f4f4f5;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/0 {
    --tw-shadow-color: rgb(244 244 245 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/10 {
    --tw-shadow-color: rgb(244 244 245 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/100 {
    --tw-shadow-color: rgb(244 244 245 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/15 {
    --tw-shadow-color: rgb(244 244 245 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/20 {
    --tw-shadow-color: rgb(244 244 245 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/25 {
    --tw-shadow-color: rgb(244 244 245 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/30 {
    --tw-shadow-color: rgb(244 244 245 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/35 {
    --tw-shadow-color: rgb(244 244 245 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/40 {
    --tw-shadow-color: rgb(244 244 245 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/45 {
    --tw-shadow-color: rgb(244 244 245 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/5 {
    --tw-shadow-color: rgb(244 244 245 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/50 {
    --tw-shadow-color: rgb(244 244 245 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/55 {
    --tw-shadow-color: rgb(244 244 245 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/60 {
    --tw-shadow-color: rgb(244 244 245 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/65 {
    --tw-shadow-color: rgb(244 244 245 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/70 {
    --tw-shadow-color: rgb(244 244 245 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/75 {
    --tw-shadow-color: rgb(244 244 245 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/80 {
    --tw-shadow-color: rgb(244 244 245 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/85 {
    --tw-shadow-color: rgb(244 244 245 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/90 {
    --tw-shadow-color: rgb(244 244 245 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-100\/95 {
    --tw-shadow-color: rgb(244 244 245 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200 {
    --tw-shadow-color: #e4e4e7;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/0 {
    --tw-shadow-color: rgb(228 228 231 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/10 {
    --tw-shadow-color: rgb(228 228 231 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/100 {
    --tw-shadow-color: rgb(228 228 231 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/15 {
    --tw-shadow-color: rgb(228 228 231 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/20 {
    --tw-shadow-color: rgb(228 228 231 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/25 {
    --tw-shadow-color: rgb(228 228 231 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/30 {
    --tw-shadow-color: rgb(228 228 231 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/35 {
    --tw-shadow-color: rgb(228 228 231 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/40 {
    --tw-shadow-color: rgb(228 228 231 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/45 {
    --tw-shadow-color: rgb(228 228 231 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/5 {
    --tw-shadow-color: rgb(228 228 231 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/50 {
    --tw-shadow-color: rgb(228 228 231 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/55 {
    --tw-shadow-color: rgb(228 228 231 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/60 {
    --tw-shadow-color: rgb(228 228 231 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/65 {
    --tw-shadow-color: rgb(228 228 231 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/70 {
    --tw-shadow-color: rgb(228 228 231 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/75 {
    --tw-shadow-color: rgb(228 228 231 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/80 {
    --tw-shadow-color: rgb(228 228 231 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/85 {
    --tw-shadow-color: rgb(228 228 231 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/90 {
    --tw-shadow-color: rgb(228 228 231 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-200\/95 {
    --tw-shadow-color: rgb(228 228 231 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300 {
    --tw-shadow-color: #d4d4d8;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/0 {
    --tw-shadow-color: rgb(212 212 216 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/10 {
    --tw-shadow-color: rgb(212 212 216 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/100 {
    --tw-shadow-color: rgb(212 212 216 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/15 {
    --tw-shadow-color: rgb(212 212 216 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/20 {
    --tw-shadow-color: rgb(212 212 216 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/25 {
    --tw-shadow-color: rgb(212 212 216 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/30 {
    --tw-shadow-color: rgb(212 212 216 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/35 {
    --tw-shadow-color: rgb(212 212 216 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/40 {
    --tw-shadow-color: rgb(212 212 216 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/45 {
    --tw-shadow-color: rgb(212 212 216 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/5 {
    --tw-shadow-color: rgb(212 212 216 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/50 {
    --tw-shadow-color: rgb(212 212 216 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/55 {
    --tw-shadow-color: rgb(212 212 216 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/60 {
    --tw-shadow-color: rgb(212 212 216 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/65 {
    --tw-shadow-color: rgb(212 212 216 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/70 {
    --tw-shadow-color: rgb(212 212 216 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/75 {
    --tw-shadow-color: rgb(212 212 216 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/80 {
    --tw-shadow-color: rgb(212 212 216 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/85 {
    --tw-shadow-color: rgb(212 212 216 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/90 {
    --tw-shadow-color: rgb(212 212 216 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-300\/95 {
    --tw-shadow-color: rgb(212 212 216 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400 {
    --tw-shadow-color: #a1a1aa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/0 {
    --tw-shadow-color: rgb(161 161 170 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/10 {
    --tw-shadow-color: rgb(161 161 170 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/100 {
    --tw-shadow-color: rgb(161 161 170 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/15 {
    --tw-shadow-color: rgb(161 161 170 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/20 {
    --tw-shadow-color: rgb(161 161 170 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/25 {
    --tw-shadow-color: rgb(161 161 170 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/30 {
    --tw-shadow-color: rgb(161 161 170 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/35 {
    --tw-shadow-color: rgb(161 161 170 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/40 {
    --tw-shadow-color: rgb(161 161 170 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/45 {
    --tw-shadow-color: rgb(161 161 170 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/5 {
    --tw-shadow-color: rgb(161 161 170 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/50 {
    --tw-shadow-color: rgb(161 161 170 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/55 {
    --tw-shadow-color: rgb(161 161 170 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/60 {
    --tw-shadow-color: rgb(161 161 170 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/65 {
    --tw-shadow-color: rgb(161 161 170 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/70 {
    --tw-shadow-color: rgb(161 161 170 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/75 {
    --tw-shadow-color: rgb(161 161 170 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/80 {
    --tw-shadow-color: rgb(161 161 170 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/85 {
    --tw-shadow-color: rgb(161 161 170 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/90 {
    --tw-shadow-color: rgb(161 161 170 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-400\/95 {
    --tw-shadow-color: rgb(161 161 170 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50 {
    --tw-shadow-color: #fafafa;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/0 {
    --tw-shadow-color: rgb(250 250 250 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/10 {
    --tw-shadow-color: rgb(250 250 250 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/100 {
    --tw-shadow-color: rgb(250 250 250 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/15 {
    --tw-shadow-color: rgb(250 250 250 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/20 {
    --tw-shadow-color: rgb(250 250 250 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/25 {
    --tw-shadow-color: rgb(250 250 250 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/30 {
    --tw-shadow-color: rgb(250 250 250 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/35 {
    --tw-shadow-color: rgb(250 250 250 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/40 {
    --tw-shadow-color: rgb(250 250 250 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/45 {
    --tw-shadow-color: rgb(250 250 250 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/5 {
    --tw-shadow-color: rgb(250 250 250 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/50 {
    --tw-shadow-color: rgb(250 250 250 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/55 {
    --tw-shadow-color: rgb(250 250 250 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/60 {
    --tw-shadow-color: rgb(250 250 250 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/65 {
    --tw-shadow-color: rgb(250 250 250 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/70 {
    --tw-shadow-color: rgb(250 250 250 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/75 {
    --tw-shadow-color: rgb(250 250 250 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/80 {
    --tw-shadow-color: rgb(250 250 250 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/85 {
    --tw-shadow-color: rgb(250 250 250 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/90 {
    --tw-shadow-color: rgb(250 250 250 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-50\/95 {
    --tw-shadow-color: rgb(250 250 250 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500 {
    --tw-shadow-color: #71717a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/0 {
    --tw-shadow-color: rgb(113 113 122 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/10 {
    --tw-shadow-color: rgb(113 113 122 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/100 {
    --tw-shadow-color: rgb(113 113 122 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/15 {
    --tw-shadow-color: rgb(113 113 122 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/20 {
    --tw-shadow-color: rgb(113 113 122 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/25 {
    --tw-shadow-color: rgb(113 113 122 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/30 {
    --tw-shadow-color: rgb(113 113 122 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/35 {
    --tw-shadow-color: rgb(113 113 122 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/40 {
    --tw-shadow-color: rgb(113 113 122 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/45 {
    --tw-shadow-color: rgb(113 113 122 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/5 {
    --tw-shadow-color: rgb(113 113 122 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/50 {
    --tw-shadow-color: rgb(113 113 122 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/55 {
    --tw-shadow-color: rgb(113 113 122 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/60 {
    --tw-shadow-color: rgb(113 113 122 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/65 {
    --tw-shadow-color: rgb(113 113 122 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/70 {
    --tw-shadow-color: rgb(113 113 122 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/75 {
    --tw-shadow-color: rgb(113 113 122 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/80 {
    --tw-shadow-color: rgb(113 113 122 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/85 {
    --tw-shadow-color: rgb(113 113 122 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/90 {
    --tw-shadow-color: rgb(113 113 122 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-500\/95 {
    --tw-shadow-color: rgb(113 113 122 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600 {
    --tw-shadow-color: #52525b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/0 {
    --tw-shadow-color: rgb(82 82 91 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/10 {
    --tw-shadow-color: rgb(82 82 91 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/100 {
    --tw-shadow-color: rgb(82 82 91 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/15 {
    --tw-shadow-color: rgb(82 82 91 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/20 {
    --tw-shadow-color: rgb(82 82 91 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/25 {
    --tw-shadow-color: rgb(82 82 91 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/30 {
    --tw-shadow-color: rgb(82 82 91 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/35 {
    --tw-shadow-color: rgb(82 82 91 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/40 {
    --tw-shadow-color: rgb(82 82 91 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/45 {
    --tw-shadow-color: rgb(82 82 91 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/5 {
    --tw-shadow-color: rgb(82 82 91 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/50 {
    --tw-shadow-color: rgb(82 82 91 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/55 {
    --tw-shadow-color: rgb(82 82 91 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/60 {
    --tw-shadow-color: rgb(82 82 91 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/65 {
    --tw-shadow-color: rgb(82 82 91 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/70 {
    --tw-shadow-color: rgb(82 82 91 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/75 {
    --tw-shadow-color: rgb(82 82 91 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/80 {
    --tw-shadow-color: rgb(82 82 91 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/85 {
    --tw-shadow-color: rgb(82 82 91 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/90 {
    --tw-shadow-color: rgb(82 82 91 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-600\/95 {
    --tw-shadow-color: rgb(82 82 91 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700 {
    --tw-shadow-color: #3f3f46;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/0 {
    --tw-shadow-color: rgb(63 63 70 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/10 {
    --tw-shadow-color: rgb(63 63 70 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/100 {
    --tw-shadow-color: rgb(63 63 70 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/15 {
    --tw-shadow-color: rgb(63 63 70 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/20 {
    --tw-shadow-color: rgb(63 63 70 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/25 {
    --tw-shadow-color: rgb(63 63 70 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/30 {
    --tw-shadow-color: rgb(63 63 70 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/35 {
    --tw-shadow-color: rgb(63 63 70 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/40 {
    --tw-shadow-color: rgb(63 63 70 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/45 {
    --tw-shadow-color: rgb(63 63 70 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/5 {
    --tw-shadow-color: rgb(63 63 70 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/50 {
    --tw-shadow-color: rgb(63 63 70 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/55 {
    --tw-shadow-color: rgb(63 63 70 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/60 {
    --tw-shadow-color: rgb(63 63 70 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/65 {
    --tw-shadow-color: rgb(63 63 70 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/70 {
    --tw-shadow-color: rgb(63 63 70 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/75 {
    --tw-shadow-color: rgb(63 63 70 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/80 {
    --tw-shadow-color: rgb(63 63 70 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/85 {
    --tw-shadow-color: rgb(63 63 70 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/90 {
    --tw-shadow-color: rgb(63 63 70 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-700\/95 {
    --tw-shadow-color: rgb(63 63 70 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800 {
    --tw-shadow-color: #27272a;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/0 {
    --tw-shadow-color: rgb(39 39 42 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/10 {
    --tw-shadow-color: rgb(39 39 42 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/100 {
    --tw-shadow-color: rgb(39 39 42 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/15 {
    --tw-shadow-color: rgb(39 39 42 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/20 {
    --tw-shadow-color: rgb(39 39 42 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/25 {
    --tw-shadow-color: rgb(39 39 42 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/30 {
    --tw-shadow-color: rgb(39 39 42 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/35 {
    --tw-shadow-color: rgb(39 39 42 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/40 {
    --tw-shadow-color: rgb(39 39 42 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/45 {
    --tw-shadow-color: rgb(39 39 42 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/5 {
    --tw-shadow-color: rgb(39 39 42 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/50 {
    --tw-shadow-color: rgb(39 39 42 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/55 {
    --tw-shadow-color: rgb(39 39 42 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/60 {
    --tw-shadow-color: rgb(39 39 42 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/65 {
    --tw-shadow-color: rgb(39 39 42 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/70 {
    --tw-shadow-color: rgb(39 39 42 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/75 {
    --tw-shadow-color: rgb(39 39 42 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/80 {
    --tw-shadow-color: rgb(39 39 42 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/85 {
    --tw-shadow-color: rgb(39 39 42 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/90 {
    --tw-shadow-color: rgb(39 39 42 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-800\/95 {
    --tw-shadow-color: rgb(39 39 42 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900 {
    --tw-shadow-color: #18181b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/0 {
    --tw-shadow-color: rgb(24 24 27 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/10 {
    --tw-shadow-color: rgb(24 24 27 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/100 {
    --tw-shadow-color: rgb(24 24 27 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/15 {
    --tw-shadow-color: rgb(24 24 27 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/20 {
    --tw-shadow-color: rgb(24 24 27 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/25 {
    --tw-shadow-color: rgb(24 24 27 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/30 {
    --tw-shadow-color: rgb(24 24 27 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/35 {
    --tw-shadow-color: rgb(24 24 27 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/40 {
    --tw-shadow-color: rgb(24 24 27 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/45 {
    --tw-shadow-color: rgb(24 24 27 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/5 {
    --tw-shadow-color: rgb(24 24 27 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/50 {
    --tw-shadow-color: rgb(24 24 27 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/55 {
    --tw-shadow-color: rgb(24 24 27 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/60 {
    --tw-shadow-color: rgb(24 24 27 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/65 {
    --tw-shadow-color: rgb(24 24 27 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/70 {
    --tw-shadow-color: rgb(24 24 27 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/75 {
    --tw-shadow-color: rgb(24 24 27 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/80 {
    --tw-shadow-color: rgb(24 24 27 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/85 {
    --tw-shadow-color: rgb(24 24 27 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/90 {
    --tw-shadow-color: rgb(24 24 27 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-900\/95 {
    --tw-shadow-color: rgb(24 24 27 / 0.95);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950 {
    --tw-shadow-color: #09090b;
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/0 {
    --tw-shadow-color: rgb(9 9 11 / 0);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/10 {
    --tw-shadow-color: rgb(9 9 11 / 0.1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/100 {
    --tw-shadow-color: rgb(9 9 11 / 1);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/15 {
    --tw-shadow-color: rgb(9 9 11 / 0.15);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/20 {
    --tw-shadow-color: rgb(9 9 11 / 0.2);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/25 {
    --tw-shadow-color: rgb(9 9 11 / 0.25);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/30 {
    --tw-shadow-color: rgb(9 9 11 / 0.3);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/35 {
    --tw-shadow-color: rgb(9 9 11 / 0.35);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/40 {
    --tw-shadow-color: rgb(9 9 11 / 0.4);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/45 {
    --tw-shadow-color: rgb(9 9 11 / 0.45);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/5 {
    --tw-shadow-color: rgb(9 9 11 / 0.05);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/50 {
    --tw-shadow-color: rgb(9 9 11 / 0.5);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/55 {
    --tw-shadow-color: rgb(9 9 11 / 0.55);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/60 {
    --tw-shadow-color: rgb(9 9 11 / 0.6);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/65 {
    --tw-shadow-color: rgb(9 9 11 / 0.65);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/70 {
    --tw-shadow-color: rgb(9 9 11 / 0.7);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/75 {
    --tw-shadow-color: rgb(9 9 11 / 0.75);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/80 {
    --tw-shadow-color: rgb(9 9 11 / 0.8);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/85 {
    --tw-shadow-color: rgb(9 9 11 / 0.85);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/90 {
    --tw-shadow-color: rgb(9 9 11 / 0.9);
    --tw-shadow: var(--tw-shadow-colored);
  }

  .lg\:shadow-zinc-950\/95 {
    --tw-shadow-color: rgb(9 9 11 / 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\/15 {
    outline-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(254 249 195 / 0.35);
  }

  .lg\:outline-yellow-100\/40 {
    outline-color: rgb(254 249 195 / 0.4);
  }

  .lg\:outline-yellow-100\/45 {
    outline-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(254 249 195 / 0.55);
  }

  .lg\:outline-yellow-100\/60 {
    outline-color: rgb(254 249 195 / 0.6);
  }

  .lg\:outline-yellow-100\/65 {
    outline-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(254 240 138 / 0.35);
  }

  .lg\:outline-yellow-200\/40 {
    outline-color: rgb(254 240 138 / 0.4);
  }

  .lg\:outline-yellow-200\/45 {
    outline-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(254 240 138 / 0.55);
  }

  .lg\:outline-yellow-200\/60 {
    outline-color: rgb(254 240 138 / 0.6);
  }

  .lg\:outline-yellow-200\/65 {
    outline-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    outline-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(250 204 21 / 0.35);
  }

  .lg\:outline-yellow-400\/40 {
    outline-color: rgb(250 204 21 / 0.4);
  }

  .lg\:outline-yellow-400\/45 {
    outline-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(250 204 21 / 0.55);
  }

  .lg\:outline-yellow-400\/60 {
    outline-color: rgb(250 204 21 / 0.6);
  }

  .lg\:outline-yellow-400\/65 {
    outline-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(254 252 232 / 0.35);
  }

  .lg\:outline-yellow-50\/40 {
    outline-color: rgb(254 252 232 / 0.4);
  }

  .lg\:outline-yellow-50\/45 {
    outline-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(254 252 232 / 0.55);
  }

  .lg\:outline-yellow-50\/60 {
    outline-color: rgb(254 252 232 / 0.6);
  }

  .lg\:outline-yellow-50\/65 {
    outline-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(234 179 8 / 0.35);
  }

  .lg\:outline-yellow-500\/40 {
    outline-color: rgb(234 179 8 / 0.4);
  }

  .lg\:outline-yellow-500\/45 {
    outline-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(234 179 8 / 0.55);
  }

  .lg\:outline-yellow-500\/60 {
    outline-color: rgb(234 179 8 / 0.6);
  }

  .lg\:outline-yellow-500\/65 {
    outline-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    outline-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(202 138 4 / 0.35);
  }

  .lg\:outline-yellow-600\/40 {
    outline-color: rgb(202 138 4 / 0.4);
  }

  .lg\:outline-yellow-600\/45 {
    outline-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(202 138 4 / 0.55);
  }

  .lg\:outline-yellow-600\/60 {
    outline-color: rgb(202 138 4 / 0.6);
  }

  .lg\:outline-yellow-600\/65 {
    outline-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    outline-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    outline-color: rgb(133 77 14 / 0.35);
  }

  .lg\:outline-yellow-800\/40 {
    outline-color: rgb(133 77 14 / 0.4);
  }

  .lg\:outline-yellow-800\/45 {
    outline-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    outline-color: rgb(133 77 14 / 0.55);
  }

  .lg\:outline-yellow-800\/60 {
    outline-color: rgb(133 77 14 / 0.6);
  }

  .lg\:outline-yellow-800\/65 {
    outline-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    outline-color: rgb(133 77 14 / 0.85);
  }

  .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\:ring-accent-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(235 251 203 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-100\/0 {
    --tw-ring-color: rgb(235 251 203 / 0);
  }

  .lg\:ring-accent-100\/10 {
    --tw-ring-color: rgb(235 251 203 / 0.1);
  }

  .lg\:ring-accent-100\/100 {
    --tw-ring-color: rgb(235 251 203 / 1);
  }

  .lg\:ring-accent-100\/15 {
    --tw-ring-color: rgb(235 251 203 / 0.15);
  }

  .lg\:ring-accent-100\/20 {
    --tw-ring-color: rgb(235 251 203 / 0.2);
  }

  .lg\:ring-accent-100\/25 {
    --tw-ring-color: rgb(235 251 203 / 0.25);
  }

  .lg\:ring-accent-100\/30 {
    --tw-ring-color: rgb(235 251 203 / 0.3);
  }

  .lg\:ring-accent-100\/35 {
    --tw-ring-color: rgb(235 251 203 / 0.35);
  }

  .lg\:ring-accent-100\/40 {
    --tw-ring-color: rgb(235 251 203 / 0.4);
  }

  .lg\:ring-accent-100\/45 {
    --tw-ring-color: rgb(235 251 203 / 0.45);
  }

  .lg\:ring-accent-100\/5 {
    --tw-ring-color: rgb(235 251 203 / 0.05);
  }

  .lg\:ring-accent-100\/50 {
    --tw-ring-color: rgb(235 251 203 / 0.5);
  }

  .lg\:ring-accent-100\/55 {
    --tw-ring-color: rgb(235 251 203 / 0.55);
  }

  .lg\:ring-accent-100\/60 {
    --tw-ring-color: rgb(235 251 203 / 0.6);
  }

  .lg\:ring-accent-100\/65 {
    --tw-ring-color: rgb(235 251 203 / 0.65);
  }

  .lg\:ring-accent-100\/70 {
    --tw-ring-color: rgb(235 251 203 / 0.7);
  }

  .lg\:ring-accent-100\/75 {
    --tw-ring-color: rgb(235 251 203 / 0.75);
  }

  .lg\:ring-accent-100\/80 {
    --tw-ring-color: rgb(235 251 203 / 0.8);
  }

  .lg\:ring-accent-100\/85 {
    --tw-ring-color: rgb(235 251 203 / 0.85);
  }

  .lg\:ring-accent-100\/90 {
    --tw-ring-color: rgb(235 251 203 / 0.9);
  }

  .lg\:ring-accent-100\/95 {
    --tw-ring-color: rgb(235 251 203 / 0.95);
  }

  .lg\:ring-accent-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(216 246 154 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-200\/0 {
    --tw-ring-color: rgb(216 246 154 / 0);
  }

  .lg\:ring-accent-200\/10 {
    --tw-ring-color: rgb(216 246 154 / 0.1);
  }

  .lg\:ring-accent-200\/100 {
    --tw-ring-color: rgb(216 246 154 / 1);
  }

  .lg\:ring-accent-200\/15 {
    --tw-ring-color: rgb(216 246 154 / 0.15);
  }

  .lg\:ring-accent-200\/20 {
    --tw-ring-color: rgb(216 246 154 / 0.2);
  }

  .lg\:ring-accent-200\/25 {
    --tw-ring-color: rgb(216 246 154 / 0.25);
  }

  .lg\:ring-accent-200\/30 {
    --tw-ring-color: rgb(216 246 154 / 0.3);
  }

  .lg\:ring-accent-200\/35 {
    --tw-ring-color: rgb(216 246 154 / 0.35);
  }

  .lg\:ring-accent-200\/40 {
    --tw-ring-color: rgb(216 246 154 / 0.4);
  }

  .lg\:ring-accent-200\/45 {
    --tw-ring-color: rgb(216 246 154 / 0.45);
  }

  .lg\:ring-accent-200\/5 {
    --tw-ring-color: rgb(216 246 154 / 0.05);
  }

  .lg\:ring-accent-200\/50 {
    --tw-ring-color: rgb(216 246 154 / 0.5);
  }

  .lg\:ring-accent-200\/55 {
    --tw-ring-color: rgb(216 246 154 / 0.55);
  }

  .lg\:ring-accent-200\/60 {
    --tw-ring-color: rgb(216 246 154 / 0.6);
  }

  .lg\:ring-accent-200\/65 {
    --tw-ring-color: rgb(216 246 154 / 0.65);
  }

  .lg\:ring-accent-200\/70 {
    --tw-ring-color: rgb(216 246 154 / 0.7);
  }

  .lg\:ring-accent-200\/75 {
    --tw-ring-color: rgb(216 246 154 / 0.75);
  }

  .lg\:ring-accent-200\/80 {
    --tw-ring-color: rgb(216 246 154 / 0.8);
  }

  .lg\:ring-accent-200\/85 {
    --tw-ring-color: rgb(216 246 154 / 0.85);
  }

  .lg\:ring-accent-200\/90 {
    --tw-ring-color: rgb(216 246 154 / 0.9);
  }

  .lg\:ring-accent-200\/95 {
    --tw-ring-color: rgb(216 246 154 / 0.95);
  }

  .lg\:ring-accent-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(196 240 120 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-300\/0 {
    --tw-ring-color: rgb(196 240 120 / 0);
  }

  .lg\:ring-accent-300\/10 {
    --tw-ring-color: rgb(196 240 120 / 0.1);
  }

  .lg\:ring-accent-300\/100 {
    --tw-ring-color: rgb(196 240 120 / 1);
  }

  .lg\:ring-accent-300\/15 {
    --tw-ring-color: rgb(196 240 120 / 0.15);
  }

  .lg\:ring-accent-300\/20 {
    --tw-ring-color: rgb(196 240 120 / 0.2);
  }

  .lg\:ring-accent-300\/25 {
    --tw-ring-color: rgb(196 240 120 / 0.25);
  }

  .lg\:ring-accent-300\/30 {
    --tw-ring-color: rgb(196 240 120 / 0.3);
  }

  .lg\:ring-accent-300\/35 {
    --tw-ring-color: rgb(196 240 120 / 0.35);
  }

  .lg\:ring-accent-300\/40 {
    --tw-ring-color: rgb(196 240 120 / 0.4);
  }

  .lg\:ring-accent-300\/45 {
    --tw-ring-color: rgb(196 240 120 / 0.45);
  }

  .lg\:ring-accent-300\/5 {
    --tw-ring-color: rgb(196 240 120 / 0.05);
  }

  .lg\:ring-accent-300\/50 {
    --tw-ring-color: rgb(196 240 120 / 0.5);
  }

  .lg\:ring-accent-300\/55 {
    --tw-ring-color: rgb(196 240 120 / 0.55);
  }

  .lg\:ring-accent-300\/60 {
    --tw-ring-color: rgb(196 240 120 / 0.6);
  }

  .lg\:ring-accent-300\/65 {
    --tw-ring-color: rgb(196 240 120 / 0.65);
  }

  .lg\:ring-accent-300\/70 {
    --tw-ring-color: rgb(196 240 120 / 0.7);
  }

  .lg\:ring-accent-300\/75 {
    --tw-ring-color: rgb(196 240 120 / 0.75);
  }

  .lg\:ring-accent-300\/80 {
    --tw-ring-color: rgb(196 240 120 / 0.8);
  }

  .lg\:ring-accent-300\/85 {
    --tw-ring-color: rgb(196 240 120 / 0.85);
  }

  .lg\:ring-accent-300\/90 {
    --tw-ring-color: rgb(196 240 120 / 0.9);
  }

  .lg\:ring-accent-300\/95 {
    --tw-ring-color: rgb(196 240 120 / 0.95);
  }

  .lg\:ring-accent-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(183 237 104 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-400\/0 {
    --tw-ring-color: rgb(183 237 104 / 0);
  }

  .lg\:ring-accent-400\/10 {
    --tw-ring-color: rgb(183 237 104 / 0.1);
  }

  .lg\:ring-accent-400\/100 {
    --tw-ring-color: rgb(183 237 104 / 1);
  }

  .lg\:ring-accent-400\/15 {
    --tw-ring-color: rgb(183 237 104 / 0.15);
  }

  .lg\:ring-accent-400\/20 {
    --tw-ring-color: rgb(183 237 104 / 0.2);
  }

  .lg\:ring-accent-400\/25 {
    --tw-ring-color: rgb(183 237 104 / 0.25);
  }

  .lg\:ring-accent-400\/30 {
    --tw-ring-color: rgb(183 237 104 / 0.3);
  }

  .lg\:ring-accent-400\/35 {
    --tw-ring-color: rgb(183 237 104 / 0.35);
  }

  .lg\:ring-accent-400\/40 {
    --tw-ring-color: rgb(183 237 104 / 0.4);
  }

  .lg\:ring-accent-400\/45 {
    --tw-ring-color: rgb(183 237 104 / 0.45);
  }

  .lg\:ring-accent-400\/5 {
    --tw-ring-color: rgb(183 237 104 / 0.05);
  }

  .lg\:ring-accent-400\/50 {
    --tw-ring-color: rgb(183 237 104 / 0.5);
  }

  .lg\:ring-accent-400\/55 {
    --tw-ring-color: rgb(183 237 104 / 0.55);
  }

  .lg\:ring-accent-400\/60 {
    --tw-ring-color: rgb(183 237 104 / 0.6);
  }

  .lg\:ring-accent-400\/65 {
    --tw-ring-color: rgb(183 237 104 / 0.65);
  }

  .lg\:ring-accent-400\/70 {
    --tw-ring-color: rgb(183 237 104 / 0.7);
  }

  .lg\:ring-accent-400\/75 {
    --tw-ring-color: rgb(183 237 104 / 0.75);
  }

  .lg\:ring-accent-400\/80 {
    --tw-ring-color: rgb(183 237 104 / 0.8);
  }

  .lg\:ring-accent-400\/85 {
    --tw-ring-color: rgb(183 237 104 / 0.85);
  }

  .lg\:ring-accent-400\/90 {
    --tw-ring-color: rgb(183 237 104 / 0.9);
  }

  .lg\:ring-accent-400\/95 {
    --tw-ring-color: rgb(183 237 104 / 0.95);
  }

  .lg\:ring-accent-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 253 235 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-50\/0 {
    --tw-ring-color: rgb(247 253 235 / 0);
  }

  .lg\:ring-accent-50\/10 {
    --tw-ring-color: rgb(247 253 235 / 0.1);
  }

  .lg\:ring-accent-50\/100 {
    --tw-ring-color: rgb(247 253 235 / 1);
  }

  .lg\:ring-accent-50\/15 {
    --tw-ring-color: rgb(247 253 235 / 0.15);
  }

  .lg\:ring-accent-50\/20 {
    --tw-ring-color: rgb(247 253 235 / 0.2);
  }

  .lg\:ring-accent-50\/25 {
    --tw-ring-color: rgb(247 253 235 / 0.25);
  }

  .lg\:ring-accent-50\/30 {
    --tw-ring-color: rgb(247 253 235 / 0.3);
  }

  .lg\:ring-accent-50\/35 {
    --tw-ring-color: rgb(247 253 235 / 0.35);
  }

  .lg\:ring-accent-50\/40 {
    --tw-ring-color: rgb(247 253 235 / 0.4);
  }

  .lg\:ring-accent-50\/45 {
    --tw-ring-color: rgb(247 253 235 / 0.45);
  }

  .lg\:ring-accent-50\/5 {
    --tw-ring-color: rgb(247 253 235 / 0.05);
  }

  .lg\:ring-accent-50\/50 {
    --tw-ring-color: rgb(247 253 235 / 0.5);
  }

  .lg\:ring-accent-50\/55 {
    --tw-ring-color: rgb(247 253 235 / 0.55);
  }

  .lg\:ring-accent-50\/60 {
    --tw-ring-color: rgb(247 253 235 / 0.6);
  }

  .lg\:ring-accent-50\/65 {
    --tw-ring-color: rgb(247 253 235 / 0.65);
  }

  .lg\:ring-accent-50\/70 {
    --tw-ring-color: rgb(247 253 235 / 0.7);
  }

  .lg\:ring-accent-50\/75 {
    --tw-ring-color: rgb(247 253 235 / 0.75);
  }

  .lg\:ring-accent-50\/80 {
    --tw-ring-color: rgb(247 253 235 / 0.8);
  }

  .lg\:ring-accent-50\/85 {
    --tw-ring-color: rgb(247 253 235 / 0.85);
  }

  .lg\:ring-accent-50\/90 {
    --tw-ring-color: rgb(247 253 235 / 0.9);
  }

  .lg\:ring-accent-50\/95 {
    --tw-ring-color: rgb(247 253 235 / 0.95);
  }

  .lg\:ring-accent-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(174 235 96 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-500\/0 {
    --tw-ring-color: rgb(174 235 96 / 0);
  }

  .lg\:ring-accent-500\/10 {
    --tw-ring-color: rgb(174 235 96 / 0.1);
  }

  .lg\:ring-accent-500\/100 {
    --tw-ring-color: rgb(174 235 96 / 1);
  }

  .lg\:ring-accent-500\/15 {
    --tw-ring-color: rgb(174 235 96 / 0.15);
  }

  .lg\:ring-accent-500\/20 {
    --tw-ring-color: rgb(174 235 96 / 0.2);
  }

  .lg\:ring-accent-500\/25 {
    --tw-ring-color: rgb(174 235 96 / 0.25);
  }

  .lg\:ring-accent-500\/30 {
    --tw-ring-color: rgb(174 235 96 / 0.3);
  }

  .lg\:ring-accent-500\/35 {
    --tw-ring-color: rgb(174 235 96 / 0.35);
  }

  .lg\:ring-accent-500\/40 {
    --tw-ring-color: rgb(174 235 96 / 0.4);
  }

  .lg\:ring-accent-500\/45 {
    --tw-ring-color: rgb(174 235 96 / 0.45);
  }

  .lg\:ring-accent-500\/5 {
    --tw-ring-color: rgb(174 235 96 / 0.05);
  }

  .lg\:ring-accent-500\/50 {
    --tw-ring-color: rgb(174 235 96 / 0.5);
  }

  .lg\:ring-accent-500\/55 {
    --tw-ring-color: rgb(174 235 96 / 0.55);
  }

  .lg\:ring-accent-500\/60 {
    --tw-ring-color: rgb(174 235 96 / 0.6);
  }

  .lg\:ring-accent-500\/65 {
    --tw-ring-color: rgb(174 235 96 / 0.65);
  }

  .lg\:ring-accent-500\/70 {
    --tw-ring-color: rgb(174 235 96 / 0.7);
  }

  .lg\:ring-accent-500\/75 {
    --tw-ring-color: rgb(174 235 96 / 0.75);
  }

  .lg\:ring-accent-500\/80 {
    --tw-ring-color: rgb(174 235 96 / 0.8);
  }

  .lg\:ring-accent-500\/85 {
    --tw-ring-color: rgb(174 235 96 / 0.85);
  }

  .lg\:ring-accent-500\/90 {
    --tw-ring-color: rgb(174 235 96 / 0.9);
  }

  .lg\:ring-accent-500\/95 {
    --tw-ring-color: rgb(174 235 96 / 0.95);
  }

  .lg\:ring-accent-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(130 201 48 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-600\/0 {
    --tw-ring-color: rgb(130 201 48 / 0);
  }

  .lg\:ring-accent-600\/10 {
    --tw-ring-color: rgb(130 201 48 / 0.1);
  }

  .lg\:ring-accent-600\/100 {
    --tw-ring-color: rgb(130 201 48 / 1);
  }

  .lg\:ring-accent-600\/15 {
    --tw-ring-color: rgb(130 201 48 / 0.15);
  }

  .lg\:ring-accent-600\/20 {
    --tw-ring-color: rgb(130 201 48 / 0.2);
  }

  .lg\:ring-accent-600\/25 {
    --tw-ring-color: rgb(130 201 48 / 0.25);
  }

  .lg\:ring-accent-600\/30 {
    --tw-ring-color: rgb(130 201 48 / 0.3);
  }

  .lg\:ring-accent-600\/35 {
    --tw-ring-color: rgb(130 201 48 / 0.35);
  }

  .lg\:ring-accent-600\/40 {
    --tw-ring-color: rgb(130 201 48 / 0.4);
  }

  .lg\:ring-accent-600\/45 {
    --tw-ring-color: rgb(130 201 48 / 0.45);
  }

  .lg\:ring-accent-600\/5 {
    --tw-ring-color: rgb(130 201 48 / 0.05);
  }

  .lg\:ring-accent-600\/50 {
    --tw-ring-color: rgb(130 201 48 / 0.5);
  }

  .lg\:ring-accent-600\/55 {
    --tw-ring-color: rgb(130 201 48 / 0.55);
  }

  .lg\:ring-accent-600\/60 {
    --tw-ring-color: rgb(130 201 48 / 0.6);
  }

  .lg\:ring-accent-600\/65 {
    --tw-ring-color: rgb(130 201 48 / 0.65);
  }

  .lg\:ring-accent-600\/70 {
    --tw-ring-color: rgb(130 201 48 / 0.7);
  }

  .lg\:ring-accent-600\/75 {
    --tw-ring-color: rgb(130 201 48 / 0.75);
  }

  .lg\:ring-accent-600\/80 {
    --tw-ring-color: rgb(130 201 48 / 0.8);
  }

  .lg\:ring-accent-600\/85 {
    --tw-ring-color: rgb(130 201 48 / 0.85);
  }

  .lg\:ring-accent-600\/90 {
    --tw-ring-color: rgb(130 201 48 / 0.9);
  }

  .lg\:ring-accent-600\/95 {
    --tw-ring-color: rgb(130 201 48 / 0.95);
  }

  .lg\:ring-accent-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(97 161 31 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-700\/0 {
    --tw-ring-color: rgb(97 161 31 / 0);
  }

  .lg\:ring-accent-700\/10 {
    --tw-ring-color: rgb(97 161 31 / 0.1);
  }

  .lg\:ring-accent-700\/100 {
    --tw-ring-color: rgb(97 161 31 / 1);
  }

  .lg\:ring-accent-700\/15 {
    --tw-ring-color: rgb(97 161 31 / 0.15);
  }

  .lg\:ring-accent-700\/20 {
    --tw-ring-color: rgb(97 161 31 / 0.2);
  }

  .lg\:ring-accent-700\/25 {
    --tw-ring-color: rgb(97 161 31 / 0.25);
  }

  .lg\:ring-accent-700\/30 {
    --tw-ring-color: rgb(97 161 31 / 0.3);
  }

  .lg\:ring-accent-700\/35 {
    --tw-ring-color: rgb(97 161 31 / 0.35);
  }

  .lg\:ring-accent-700\/40 {
    --tw-ring-color: rgb(97 161 31 / 0.4);
  }

  .lg\:ring-accent-700\/45 {
    --tw-ring-color: rgb(97 161 31 / 0.45);
  }

  .lg\:ring-accent-700\/5 {
    --tw-ring-color: rgb(97 161 31 / 0.05);
  }

  .lg\:ring-accent-700\/50 {
    --tw-ring-color: rgb(97 161 31 / 0.5);
  }

  .lg\:ring-accent-700\/55 {
    --tw-ring-color: rgb(97 161 31 / 0.55);
  }

  .lg\:ring-accent-700\/60 {
    --tw-ring-color: rgb(97 161 31 / 0.6);
  }

  .lg\:ring-accent-700\/65 {
    --tw-ring-color: rgb(97 161 31 / 0.65);
  }

  .lg\:ring-accent-700\/70 {
    --tw-ring-color: rgb(97 161 31 / 0.7);
  }

  .lg\:ring-accent-700\/75 {
    --tw-ring-color: rgb(97 161 31 / 0.75);
  }

  .lg\:ring-accent-700\/80 {
    --tw-ring-color: rgb(97 161 31 / 0.8);
  }

  .lg\:ring-accent-700\/85 {
    --tw-ring-color: rgb(97 161 31 / 0.85);
  }

  .lg\:ring-accent-700\/90 {
    --tw-ring-color: rgb(97 161 31 / 0.9);
  }

  .lg\:ring-accent-700\/95 {
    --tw-ring-color: rgb(97 161 31 / 0.95);
  }

  .lg\:ring-accent-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(78 126 32 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-800\/0 {
    --tw-ring-color: rgb(78 126 32 / 0);
  }

  .lg\:ring-accent-800\/10 {
    --tw-ring-color: rgb(78 126 32 / 0.1);
  }

  .lg\:ring-accent-800\/100 {
    --tw-ring-color: rgb(78 126 32 / 1);
  }

  .lg\:ring-accent-800\/15 {
    --tw-ring-color: rgb(78 126 32 / 0.15);
  }

  .lg\:ring-accent-800\/20 {
    --tw-ring-color: rgb(78 126 32 / 0.2);
  }

  .lg\:ring-accent-800\/25 {
    --tw-ring-color: rgb(78 126 32 / 0.25);
  }

  .lg\:ring-accent-800\/30 {
    --tw-ring-color: rgb(78 126 32 / 0.3);
  }

  .lg\:ring-accent-800\/35 {
    --tw-ring-color: rgb(78 126 32 / 0.35);
  }

  .lg\:ring-accent-800\/40 {
    --tw-ring-color: rgb(78 126 32 / 0.4);
  }

  .lg\:ring-accent-800\/45 {
    --tw-ring-color: rgb(78 126 32 / 0.45);
  }

  .lg\:ring-accent-800\/5 {
    --tw-ring-color: rgb(78 126 32 / 0.05);
  }

  .lg\:ring-accent-800\/50 {
    --tw-ring-color: rgb(78 126 32 / 0.5);
  }

  .lg\:ring-accent-800\/55 {
    --tw-ring-color: rgb(78 126 32 / 0.55);
  }

  .lg\:ring-accent-800\/60 {
    --tw-ring-color: rgb(78 126 32 / 0.6);
  }

  .lg\:ring-accent-800\/65 {
    --tw-ring-color: rgb(78 126 32 / 0.65);
  }

  .lg\:ring-accent-800\/70 {
    --tw-ring-color: rgb(78 126 32 / 0.7);
  }

  .lg\:ring-accent-800\/75 {
    --tw-ring-color: rgb(78 126 32 / 0.75);
  }

  .lg\:ring-accent-800\/80 {
    --tw-ring-color: rgb(78 126 32 / 0.8);
  }

  .lg\:ring-accent-800\/85 {
    --tw-ring-color: rgb(78 126 32 / 0.85);
  }

  .lg\:ring-accent-800\/90 {
    --tw-ring-color: rgb(78 126 32 / 0.9);
  }

  .lg\:ring-accent-800\/95 {
    --tw-ring-color: rgb(78 126 32 / 0.95);
  }

  .lg\:ring-accent-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(66 106 33 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-900\/0 {
    --tw-ring-color: rgb(66 106 33 / 0);
  }

  .lg\:ring-accent-900\/10 {
    --tw-ring-color: rgb(66 106 33 / 0.1);
  }

  .lg\:ring-accent-900\/100 {
    --tw-ring-color: rgb(66 106 33 / 1);
  }

  .lg\:ring-accent-900\/15 {
    --tw-ring-color: rgb(66 106 33 / 0.15);
  }

  .lg\:ring-accent-900\/20 {
    --tw-ring-color: rgb(66 106 33 / 0.2);
  }

  .lg\:ring-accent-900\/25 {
    --tw-ring-color: rgb(66 106 33 / 0.25);
  }

  .lg\:ring-accent-900\/30 {
    --tw-ring-color: rgb(66 106 33 / 0.3);
  }

  .lg\:ring-accent-900\/35 {
    --tw-ring-color: rgb(66 106 33 / 0.35);
  }

  .lg\:ring-accent-900\/40 {
    --tw-ring-color: rgb(66 106 33 / 0.4);
  }

  .lg\:ring-accent-900\/45 {
    --tw-ring-color: rgb(66 106 33 / 0.45);
  }

  .lg\:ring-accent-900\/5 {
    --tw-ring-color: rgb(66 106 33 / 0.05);
  }

  .lg\:ring-accent-900\/50 {
    --tw-ring-color: rgb(66 106 33 / 0.5);
  }

  .lg\:ring-accent-900\/55 {
    --tw-ring-color: rgb(66 106 33 / 0.55);
  }

  .lg\:ring-accent-900\/60 {
    --tw-ring-color: rgb(66 106 33 / 0.6);
  }

  .lg\:ring-accent-900\/65 {
    --tw-ring-color: rgb(66 106 33 / 0.65);
  }

  .lg\:ring-accent-900\/70 {
    --tw-ring-color: rgb(66 106 33 / 0.7);
  }

  .lg\:ring-accent-900\/75 {
    --tw-ring-color: rgb(66 106 33 / 0.75);
  }

  .lg\:ring-accent-900\/80 {
    --tw-ring-color: rgb(66 106 33 / 0.8);
  }

  .lg\:ring-accent-900\/85 {
    --tw-ring-color: rgb(66 106 33 / 0.85);
  }

  .lg\:ring-accent-900\/90 {
    --tw-ring-color: rgb(66 106 33 / 0.9);
  }

  .lg\:ring-accent-900\/95 {
    --tw-ring-color: rgb(66 106 33 / 0.95);
  }

  .lg\:ring-accent-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(32 58 11 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-accent-950\/0 {
    --tw-ring-color: rgb(32 58 11 / 0);
  }

  .lg\:ring-accent-950\/10 {
    --tw-ring-color: rgb(32 58 11 / 0.1);
  }

  .lg\:ring-accent-950\/100 {
    --tw-ring-color: rgb(32 58 11 / 1);
  }

  .lg\:ring-accent-950\/15 {
    --tw-ring-color: rgb(32 58 11 / 0.15);
  }

  .lg\:ring-accent-950\/20 {
    --tw-ring-color: rgb(32 58 11 / 0.2);
  }

  .lg\:ring-accent-950\/25 {
    --tw-ring-color: rgb(32 58 11 / 0.25);
  }

  .lg\:ring-accent-950\/30 {
    --tw-ring-color: rgb(32 58 11 / 0.3);
  }

  .lg\:ring-accent-950\/35 {
    --tw-ring-color: rgb(32 58 11 / 0.35);
  }

  .lg\:ring-accent-950\/40 {
    --tw-ring-color: rgb(32 58 11 / 0.4);
  }

  .lg\:ring-accent-950\/45 {
    --tw-ring-color: rgb(32 58 11 / 0.45);
  }

  .lg\:ring-accent-950\/5 {
    --tw-ring-color: rgb(32 58 11 / 0.05);
  }

  .lg\:ring-accent-950\/50 {
    --tw-ring-color: rgb(32 58 11 / 0.5);
  }

  .lg\:ring-accent-950\/55 {
    --tw-ring-color: rgb(32 58 11 / 0.55);
  }

  .lg\:ring-accent-950\/60 {
    --tw-ring-color: rgb(32 58 11 / 0.6);
  }

  .lg\:ring-accent-950\/65 {
    --tw-ring-color: rgb(32 58 11 / 0.65);
  }

  .lg\:ring-accent-950\/70 {
    --tw-ring-color: rgb(32 58 11 / 0.7);
  }

  .lg\:ring-accent-950\/75 {
    --tw-ring-color: rgb(32 58 11 / 0.75);
  }

  .lg\:ring-accent-950\/80 {
    --tw-ring-color: rgb(32 58 11 / 0.8);
  }

  .lg\:ring-accent-950\/85 {
    --tw-ring-color: rgb(32 58 11 / 0.85);
  }

  .lg\:ring-accent-950\/90 {
    --tw-ring-color: rgb(32 58 11 / 0.9);
  }

  .lg\:ring-accent-950\/95 {
    --tw-ring-color: rgb(32 58 11 / 0.95);
  }

  .lg\:ring-black {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-black\/0 {
    --tw-ring-color: rgb(0 0 0 / 0);
  }

  .lg\:ring-black\/10 {
    --tw-ring-color: rgb(0 0 0 / 0.1);
  }

  .lg\:ring-black\/100 {
    --tw-ring-color: rgb(0 0 0 / 1);
  }

  .lg\:ring-black\/15 {
    --tw-ring-color: rgb(0 0 0 / 0.15);
  }

  .lg\:ring-black\/20 {
    --tw-ring-color: rgb(0 0 0 / 0.2);
  }

  .lg\:ring-black\/25 {
    --tw-ring-color: rgb(0 0 0 / 0.25);
  }

  .lg\:ring-black\/30 {
    --tw-ring-color: rgb(0 0 0 / 0.3);
  }

  .lg\:ring-black\/35 {
    --tw-ring-color: rgb(0 0 0 / 0.35);
  }

  .lg\:ring-black\/40 {
    --tw-ring-color: rgb(0 0 0 / 0.4);
  }

  .lg\:ring-black\/45 {
    --tw-ring-color: rgb(0 0 0 / 0.45);
  }

  .lg\:ring-black\/5 {
    --tw-ring-color: rgb(0 0 0 / 0.05);
  }

  .lg\:ring-black\/50 {
    --tw-ring-color: rgb(0 0 0 / 0.5);
  }

  .lg\:ring-black\/55 {
    --tw-ring-color: rgb(0 0 0 / 0.55);
  }

  .lg\:ring-black\/60 {
    --tw-ring-color: rgb(0 0 0 / 0.6);
  }

  .lg\:ring-black\/65 {
    --tw-ring-color: rgb(0 0 0 / 0.65);
  }

  .lg\:ring-black\/70 {
    --tw-ring-color: rgb(0 0 0 / 0.7);
  }

  .lg\:ring-black\/75 {
    --tw-ring-color: rgb(0 0 0 / 0.75);
  }

  .lg\:ring-black\/80 {
    --tw-ring-color: rgb(0 0 0 / 0.8);
  }

  .lg\:ring-black\/85 {
    --tw-ring-color: rgb(0 0 0 / 0.85);
  }

  .lg\:ring-black\/90 {
    --tw-ring-color: rgb(0 0 0 / 0.9);
  }

  .lg\:ring-black\/95 {
    --tw-ring-color: rgb(0 0 0 / 0.95);
  }

  .lg\:ring-brand-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 227 255 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-100\/0 {
    --tw-ring-color: rgb(233 227 255 / 0);
  }

  .lg\:ring-brand-100\/10 {
    --tw-ring-color: rgb(233 227 255 / 0.1);
  }

  .lg\:ring-brand-100\/100 {
    --tw-ring-color: rgb(233 227 255 / 1);
  }

  .lg\:ring-brand-100\/15 {
    --tw-ring-color: rgb(233 227 255 / 0.15);
  }

  .lg\:ring-brand-100\/20 {
    --tw-ring-color: rgb(233 227 255 / 0.2);
  }

  .lg\:ring-brand-100\/25 {
    --tw-ring-color: rgb(233 227 255 / 0.25);
  }

  .lg\:ring-brand-100\/30 {
    --tw-ring-color: rgb(233 227 255 / 0.3);
  }

  .lg\:ring-brand-100\/35 {
    --tw-ring-color: rgb(233 227 255 / 0.35);
  }

  .lg\:ring-brand-100\/40 {
    --tw-ring-color: rgb(233 227 255 / 0.4);
  }

  .lg\:ring-brand-100\/45 {
    --tw-ring-color: rgb(233 227 255 / 0.45);
  }

  .lg\:ring-brand-100\/5 {
    --tw-ring-color: rgb(233 227 255 / 0.05);
  }

  .lg\:ring-brand-100\/50 {
    --tw-ring-color: rgb(233 227 255 / 0.5);
  }

  .lg\:ring-brand-100\/55 {
    --tw-ring-color: rgb(233 227 255 / 0.55);
  }

  .lg\:ring-brand-100\/60 {
    --tw-ring-color: rgb(233 227 255 / 0.6);
  }

  .lg\:ring-brand-100\/65 {
    --tw-ring-color: rgb(233 227 255 / 0.65);
  }

  .lg\:ring-brand-100\/70 {
    --tw-ring-color: rgb(233 227 255 / 0.7);
  }

  .lg\:ring-brand-100\/75 {
    --tw-ring-color: rgb(233 227 255 / 0.75);
  }

  .lg\:ring-brand-100\/80 {
    --tw-ring-color: rgb(233 227 255 / 0.8);
  }

  .lg\:ring-brand-100\/85 {
    --tw-ring-color: rgb(233 227 255 / 0.85);
  }

  .lg\:ring-brand-100\/90 {
    --tw-ring-color: rgb(233 227 255 / 0.9);
  }

  .lg\:ring-brand-100\/95 {
    --tw-ring-color: rgb(233 227 255 / 0.95);
  }

  .lg\:ring-brand-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(211 199 255 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-200\/0 {
    --tw-ring-color: rgb(211 199 255 / 0);
  }

  .lg\:ring-brand-200\/10 {
    --tw-ring-color: rgb(211 199 255 / 0.1);
  }

  .lg\:ring-brand-200\/100 {
    --tw-ring-color: rgb(211 199 255 / 1);
  }

  .lg\:ring-brand-200\/15 {
    --tw-ring-color: rgb(211 199 255 / 0.15);
  }

  .lg\:ring-brand-200\/20 {
    --tw-ring-color: rgb(211 199 255 / 0.2);
  }

  .lg\:ring-brand-200\/25 {
    --tw-ring-color: rgb(211 199 255 / 0.25);
  }

  .lg\:ring-brand-200\/30 {
    --tw-ring-color: rgb(211 199 255 / 0.3);
  }

  .lg\:ring-brand-200\/35 {
    --tw-ring-color: rgb(211 199 255 / 0.35);
  }

  .lg\:ring-brand-200\/40 {
    --tw-ring-color: rgb(211 199 255 / 0.4);
  }

  .lg\:ring-brand-200\/45 {
    --tw-ring-color: rgb(211 199 255 / 0.45);
  }

  .lg\:ring-brand-200\/5 {
    --tw-ring-color: rgb(211 199 255 / 0.05);
  }

  .lg\:ring-brand-200\/50 {
    --tw-ring-color: rgb(211 199 255 / 0.5);
  }

  .lg\:ring-brand-200\/55 {
    --tw-ring-color: rgb(211 199 255 / 0.55);
  }

  .lg\:ring-brand-200\/60 {
    --tw-ring-color: rgb(211 199 255 / 0.6);
  }

  .lg\:ring-brand-200\/65 {
    --tw-ring-color: rgb(211 199 255 / 0.65);
  }

  .lg\:ring-brand-200\/70 {
    --tw-ring-color: rgb(211 199 255 / 0.7);
  }

  .lg\:ring-brand-200\/75 {
    --tw-ring-color: rgb(211 199 255 / 0.75);
  }

  .lg\:ring-brand-200\/80 {
    --tw-ring-color: rgb(211 199 255 / 0.8);
  }

  .lg\:ring-brand-200\/85 {
    --tw-ring-color: rgb(211 199 255 / 0.85);
  }

  .lg\:ring-brand-200\/90 {
    --tw-ring-color: rgb(211 199 255 / 0.9);
  }

  .lg\:ring-brand-200\/95 {
    --tw-ring-color: rgb(211 199 255 / 0.95);
  }

  .lg\:ring-brand-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(183 154 255 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-300\/0 {
    --tw-ring-color: rgb(183 154 255 / 0);
  }

  .lg\:ring-brand-300\/10 {
    --tw-ring-color: rgb(183 154 255 / 0.1);
  }

  .lg\:ring-brand-300\/100 {
    --tw-ring-color: rgb(183 154 255 / 1);
  }

  .lg\:ring-brand-300\/15 {
    --tw-ring-color: rgb(183 154 255 / 0.15);
  }

  .lg\:ring-brand-300\/20 {
    --tw-ring-color: rgb(183 154 255 / 0.2);
  }

  .lg\:ring-brand-300\/25 {
    --tw-ring-color: rgb(183 154 255 / 0.25);
  }

  .lg\:ring-brand-300\/30 {
    --tw-ring-color: rgb(183 154 255 / 0.3);
  }

  .lg\:ring-brand-300\/35 {
    --tw-ring-color: rgb(183 154 255 / 0.35);
  }

  .lg\:ring-brand-300\/40 {
    --tw-ring-color: rgb(183 154 255 / 0.4);
  }

  .lg\:ring-brand-300\/45 {
    --tw-ring-color: rgb(183 154 255 / 0.45);
  }

  .lg\:ring-brand-300\/5 {
    --tw-ring-color: rgb(183 154 255 / 0.05);
  }

  .lg\:ring-brand-300\/50 {
    --tw-ring-color: rgb(183 154 255 / 0.5);
  }

  .lg\:ring-brand-300\/55 {
    --tw-ring-color: rgb(183 154 255 / 0.55);
  }

  .lg\:ring-brand-300\/60 {
    --tw-ring-color: rgb(183 154 255 / 0.6);
  }

  .lg\:ring-brand-300\/65 {
    --tw-ring-color: rgb(183 154 255 / 0.65);
  }

  .lg\:ring-brand-300\/70 {
    --tw-ring-color: rgb(183 154 255 / 0.7);
  }

  .lg\:ring-brand-300\/75 {
    --tw-ring-color: rgb(183 154 255 / 0.75);
  }

  .lg\:ring-brand-300\/80 {
    --tw-ring-color: rgb(183 154 255 / 0.8);
  }

  .lg\:ring-brand-300\/85 {
    --tw-ring-color: rgb(183 154 255 / 0.85);
  }

  .lg\:ring-brand-300\/90 {
    --tw-ring-color: rgb(183 154 255 / 0.9);
  }

  .lg\:ring-brand-300\/95 {
    --tw-ring-color: rgb(183 154 255 / 0.95);
  }

  .lg\:ring-brand-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(149 98 255 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-400\/0 {
    --tw-ring-color: rgb(149 98 255 / 0);
  }

  .lg\:ring-brand-400\/10 {
    --tw-ring-color: rgb(149 98 255 / 0.1);
  }

  .lg\:ring-brand-400\/100 {
    --tw-ring-color: rgb(149 98 255 / 1);
  }

  .lg\:ring-brand-400\/15 {
    --tw-ring-color: rgb(149 98 255 / 0.15);
  }

  .lg\:ring-brand-400\/20 {
    --tw-ring-color: rgb(149 98 255 / 0.2);
  }

  .lg\:ring-brand-400\/25 {
    --tw-ring-color: rgb(149 98 255 / 0.25);
  }

  .lg\:ring-brand-400\/30 {
    --tw-ring-color: rgb(149 98 255 / 0.3);
  }

  .lg\:ring-brand-400\/35 {
    --tw-ring-color: rgb(149 98 255 / 0.35);
  }

  .lg\:ring-brand-400\/40 {
    --tw-ring-color: rgb(149 98 255 / 0.4);
  }

  .lg\:ring-brand-400\/45 {
    --tw-ring-color: rgb(149 98 255 / 0.45);
  }

  .lg\:ring-brand-400\/5 {
    --tw-ring-color: rgb(149 98 255 / 0.05);
  }

  .lg\:ring-brand-400\/50 {
    --tw-ring-color: rgb(149 98 255 / 0.5);
  }

  .lg\:ring-brand-400\/55 {
    --tw-ring-color: rgb(149 98 255 / 0.55);
  }

  .lg\:ring-brand-400\/60 {
    --tw-ring-color: rgb(149 98 255 / 0.6);
  }

  .lg\:ring-brand-400\/65 {
    --tw-ring-color: rgb(149 98 255 / 0.65);
  }

  .lg\:ring-brand-400\/70 {
    --tw-ring-color: rgb(149 98 255 / 0.7);
  }

  .lg\:ring-brand-400\/75 {
    --tw-ring-color: rgb(149 98 255 / 0.75);
  }

  .lg\:ring-brand-400\/80 {
    --tw-ring-color: rgb(149 98 255 / 0.8);
  }

  .lg\:ring-brand-400\/85 {
    --tw-ring-color: rgb(149 98 255 / 0.85);
  }

  .lg\:ring-brand-400\/90 {
    --tw-ring-color: rgb(149 98 255 / 0.9);
  }

  .lg\:ring-brand-400\/95 {
    --tw-ring-color: rgb(149 98 255 / 0.95);
  }

  .lg\:ring-brand-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(244 241 255 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-50\/0 {
    --tw-ring-color: rgb(244 241 255 / 0);
  }

  .lg\:ring-brand-50\/10 {
    --tw-ring-color: rgb(244 241 255 / 0.1);
  }

  .lg\:ring-brand-50\/100 {
    --tw-ring-color: rgb(244 241 255 / 1);
  }

  .lg\:ring-brand-50\/15 {
    --tw-ring-color: rgb(244 241 255 / 0.15);
  }

  .lg\:ring-brand-50\/20 {
    --tw-ring-color: rgb(244 241 255 / 0.2);
  }

  .lg\:ring-brand-50\/25 {
    --tw-ring-color: rgb(244 241 255 / 0.25);
  }

  .lg\:ring-brand-50\/30 {
    --tw-ring-color: rgb(244 241 255 / 0.3);
  }

  .lg\:ring-brand-50\/35 {
    --tw-ring-color: rgb(244 241 255 / 0.35);
  }

  .lg\:ring-brand-50\/40 {
    --tw-ring-color: rgb(244 241 255 / 0.4);
  }

  .lg\:ring-brand-50\/45 {
    --tw-ring-color: rgb(244 241 255 / 0.45);
  }

  .lg\:ring-brand-50\/5 {
    --tw-ring-color: rgb(244 241 255 / 0.05);
  }

  .lg\:ring-brand-50\/50 {
    --tw-ring-color: rgb(244 241 255 / 0.5);
  }

  .lg\:ring-brand-50\/55 {
    --tw-ring-color: rgb(244 241 255 / 0.55);
  }

  .lg\:ring-brand-50\/60 {
    --tw-ring-color: rgb(244 241 255 / 0.6);
  }

  .lg\:ring-brand-50\/65 {
    --tw-ring-color: rgb(244 241 255 / 0.65);
  }

  .lg\:ring-brand-50\/70 {
    --tw-ring-color: rgb(244 241 255 / 0.7);
  }

  .lg\:ring-brand-50\/75 {
    --tw-ring-color: rgb(244 241 255 / 0.75);
  }

  .lg\:ring-brand-50\/80 {
    --tw-ring-color: rgb(244 241 255 / 0.8);
  }

  .lg\:ring-brand-50\/85 {
    --tw-ring-color: rgb(244 241 255 / 0.85);
  }

  .lg\:ring-brand-50\/90 {
    --tw-ring-color: rgb(244 241 255 / 0.9);
  }

  .lg\:ring-brand-50\/95 {
    --tw-ring-color: rgb(244 241 255 / 0.95);
  }

  .lg\:ring-brand-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(78 28 209 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-500\/0 {
    --tw-ring-color: rgb(78 28 209 / 0);
  }

  .lg\:ring-brand-500\/10 {
    --tw-ring-color: rgb(78 28 209 / 0.1);
  }

  .lg\:ring-brand-500\/100 {
    --tw-ring-color: rgb(78 28 209 / 1);
  }

  .lg\:ring-brand-500\/15 {
    --tw-ring-color: rgb(78 28 209 / 0.15);
  }

  .lg\:ring-brand-500\/20 {
    --tw-ring-color: rgb(78 28 209 / 0.2);
  }

  .lg\:ring-brand-500\/25 {
    --tw-ring-color: rgb(78 28 209 / 0.25);
  }

  .lg\:ring-brand-500\/30 {
    --tw-ring-color: rgb(78 28 209 / 0.3);
  }

  .lg\:ring-brand-500\/35 {
    --tw-ring-color: rgb(78 28 209 / 0.35);
  }

  .lg\:ring-brand-500\/40 {
    --tw-ring-color: rgb(78 28 209 / 0.4);
  }

  .lg\:ring-brand-500\/45 {
    --tw-ring-color: rgb(78 28 209 / 0.45);
  }

  .lg\:ring-brand-500\/5 {
    --tw-ring-color: rgb(78 28 209 / 0.05);
  }

  .lg\:ring-brand-500\/50 {
    --tw-ring-color: rgb(78 28 209 / 0.5);
  }

  .lg\:ring-brand-500\/55 {
    --tw-ring-color: rgb(78 28 209 / 0.55);
  }

  .lg\:ring-brand-500\/60 {
    --tw-ring-color: rgb(78 28 209 / 0.6);
  }

  .lg\:ring-brand-500\/65 {
    --tw-ring-color: rgb(78 28 209 / 0.65);
  }

  .lg\:ring-brand-500\/70 {
    --tw-ring-color: rgb(78 28 209 / 0.7);
  }

  .lg\:ring-brand-500\/75 {
    --tw-ring-color: rgb(78 28 209 / 0.75);
  }

  .lg\:ring-brand-500\/80 {
    --tw-ring-color: rgb(78 28 209 / 0.8);
  }

  .lg\:ring-brand-500\/85 {
    --tw-ring-color: rgb(78 28 209 / 0.85);
  }

  .lg\:ring-brand-500\/90 {
    --tw-ring-color: rgb(78 28 209 / 0.9);
  }

  .lg\:ring-brand-500\/95 {
    --tw-ring-color: rgb(78 28 209 / 0.95);
  }

  .lg\:ring-brand-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(65 21 181 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-600\/0 {
    --tw-ring-color: rgb(65 21 181 / 0);
  }

  .lg\:ring-brand-600\/10 {
    --tw-ring-color: rgb(65 21 181 / 0.1);
  }

  .lg\:ring-brand-600\/100 {
    --tw-ring-color: rgb(65 21 181 / 1);
  }

  .lg\:ring-brand-600\/15 {
    --tw-ring-color: rgb(65 21 181 / 0.15);
  }

  .lg\:ring-brand-600\/20 {
    --tw-ring-color: rgb(65 21 181 / 0.2);
  }

  .lg\:ring-brand-600\/25 {
    --tw-ring-color: rgb(65 21 181 / 0.25);
  }

  .lg\:ring-brand-600\/30 {
    --tw-ring-color: rgb(65 21 181 / 0.3);
  }

  .lg\:ring-brand-600\/35 {
    --tw-ring-color: rgb(65 21 181 / 0.35);
  }

  .lg\:ring-brand-600\/40 {
    --tw-ring-color: rgb(65 21 181 / 0.4);
  }

  .lg\:ring-brand-600\/45 {
    --tw-ring-color: rgb(65 21 181 / 0.45);
  }

  .lg\:ring-brand-600\/5 {
    --tw-ring-color: rgb(65 21 181 / 0.05);
  }

  .lg\:ring-brand-600\/50 {
    --tw-ring-color: rgb(65 21 181 / 0.5);
  }

  .lg\:ring-brand-600\/55 {
    --tw-ring-color: rgb(65 21 181 / 0.55);
  }

  .lg\:ring-brand-600\/60 {
    --tw-ring-color: rgb(65 21 181 / 0.6);
  }

  .lg\:ring-brand-600\/65 {
    --tw-ring-color: rgb(65 21 181 / 0.65);
  }

  .lg\:ring-brand-600\/70 {
    --tw-ring-color: rgb(65 21 181 / 0.7);
  }

  .lg\:ring-brand-600\/75 {
    --tw-ring-color: rgb(65 21 181 / 0.75);
  }

  .lg\:ring-brand-600\/80 {
    --tw-ring-color: rgb(65 21 181 / 0.8);
  }

  .lg\:ring-brand-600\/85 {
    --tw-ring-color: rgb(65 21 181 / 0.85);
  }

  .lg\:ring-brand-600\/90 {
    --tw-ring-color: rgb(65 21 181 / 0.9);
  }

  .lg\:ring-brand-600\/95 {
    --tw-ring-color: rgb(65 21 181 / 0.95);
  }

  .lg\:ring-brand-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(54 16 150 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-700\/0 {
    --tw-ring-color: rgb(54 16 150 / 0);
  }

  .lg\:ring-brand-700\/10 {
    --tw-ring-color: rgb(54 16 150 / 0.1);
  }

  .lg\:ring-brand-700\/100 {
    --tw-ring-color: rgb(54 16 150 / 1);
  }

  .lg\:ring-brand-700\/15 {
    --tw-ring-color: rgb(54 16 150 / 0.15);
  }

  .lg\:ring-brand-700\/20 {
    --tw-ring-color: rgb(54 16 150 / 0.2);
  }

  .lg\:ring-brand-700\/25 {
    --tw-ring-color: rgb(54 16 150 / 0.25);
  }

  .lg\:ring-brand-700\/30 {
    --tw-ring-color: rgb(54 16 150 / 0.3);
  }

  .lg\:ring-brand-700\/35 {
    --tw-ring-color: rgb(54 16 150 / 0.35);
  }

  .lg\:ring-brand-700\/40 {
    --tw-ring-color: rgb(54 16 150 / 0.4);
  }

  .lg\:ring-brand-700\/45 {
    --tw-ring-color: rgb(54 16 150 / 0.45);
  }

  .lg\:ring-brand-700\/5 {
    --tw-ring-color: rgb(54 16 150 / 0.05);
  }

  .lg\:ring-brand-700\/50 {
    --tw-ring-color: rgb(54 16 150 / 0.5);
  }

  .lg\:ring-brand-700\/55 {
    --tw-ring-color: rgb(54 16 150 / 0.55);
  }

  .lg\:ring-brand-700\/60 {
    --tw-ring-color: rgb(54 16 150 / 0.6);
  }

  .lg\:ring-brand-700\/65 {
    --tw-ring-color: rgb(54 16 150 / 0.65);
  }

  .lg\:ring-brand-700\/70 {
    --tw-ring-color: rgb(54 16 150 / 0.7);
  }

  .lg\:ring-brand-700\/75 {
    --tw-ring-color: rgb(54 16 150 / 0.75);
  }

  .lg\:ring-brand-700\/80 {
    --tw-ring-color: rgb(54 16 150 / 0.8);
  }

  .lg\:ring-brand-700\/85 {
    --tw-ring-color: rgb(54 16 150 / 0.85);
  }

  .lg\:ring-brand-700\/90 {
    --tw-ring-color: rgb(54 16 150 / 0.9);
  }

  .lg\:ring-brand-700\/95 {
    --tw-ring-color: rgb(54 16 150 / 0.95);
  }

  .lg\:ring-brand-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(46 16 120 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-800\/0 {
    --tw-ring-color: rgb(46 16 120 / 0);
  }

  .lg\:ring-brand-800\/10 {
    --tw-ring-color: rgb(46 16 120 / 0.1);
  }

  .lg\:ring-brand-800\/100 {
    --tw-ring-color: rgb(46 16 120 / 1);
  }

  .lg\:ring-brand-800\/15 {
    --tw-ring-color: rgb(46 16 120 / 0.15);
  }

  .lg\:ring-brand-800\/20 {
    --tw-ring-color: rgb(46 16 120 / 0.2);
  }

  .lg\:ring-brand-800\/25 {
    --tw-ring-color: rgb(46 16 120 / 0.25);
  }

  .lg\:ring-brand-800\/30 {
    --tw-ring-color: rgb(46 16 120 / 0.3);
  }

  .lg\:ring-brand-800\/35 {
    --tw-ring-color: rgb(46 16 120 / 0.35);
  }

  .lg\:ring-brand-800\/40 {
    --tw-ring-color: rgb(46 16 120 / 0.4);
  }

  .lg\:ring-brand-800\/45 {
    --tw-ring-color: rgb(46 16 120 / 0.45);
  }

  .lg\:ring-brand-800\/5 {
    --tw-ring-color: rgb(46 16 120 / 0.05);
  }

  .lg\:ring-brand-800\/50 {
    --tw-ring-color: rgb(46 16 120 / 0.5);
  }

  .lg\:ring-brand-800\/55 {
    --tw-ring-color: rgb(46 16 120 / 0.55);
  }

  .lg\:ring-brand-800\/60 {
    --tw-ring-color: rgb(46 16 120 / 0.6);
  }

  .lg\:ring-brand-800\/65 {
    --tw-ring-color: rgb(46 16 120 / 0.65);
  }

  .lg\:ring-brand-800\/70 {
    --tw-ring-color: rgb(46 16 120 / 0.7);
  }

  .lg\:ring-brand-800\/75 {
    --tw-ring-color: rgb(46 16 120 / 0.75);
  }

  .lg\:ring-brand-800\/80 {
    --tw-ring-color: rgb(46 16 120 / 0.8);
  }

  .lg\:ring-brand-800\/85 {
    --tw-ring-color: rgb(46 16 120 / 0.85);
  }

  .lg\:ring-brand-800\/90 {
    --tw-ring-color: rgb(46 16 120 / 0.9);
  }

  .lg\:ring-brand-800\/95 {
    --tw-ring-color: rgb(46 16 120 / 0.95);
  }

  .lg\:ring-brand-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(39 15 98 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-900\/0 {
    --tw-ring-color: rgb(39 15 98 / 0);
  }

  .lg\:ring-brand-900\/10 {
    --tw-ring-color: rgb(39 15 98 / 0.1);
  }

  .lg\:ring-brand-900\/100 {
    --tw-ring-color: rgb(39 15 98 / 1);
  }

  .lg\:ring-brand-900\/15 {
    --tw-ring-color: rgb(39 15 98 / 0.15);
  }

  .lg\:ring-brand-900\/20 {
    --tw-ring-color: rgb(39 15 98 / 0.2);
  }

  .lg\:ring-brand-900\/25 {
    --tw-ring-color: rgb(39 15 98 / 0.25);
  }

  .lg\:ring-brand-900\/30 {
    --tw-ring-color: rgb(39 15 98 / 0.3);
  }

  .lg\:ring-brand-900\/35 {
    --tw-ring-color: rgb(39 15 98 / 0.35);
  }

  .lg\:ring-brand-900\/40 {
    --tw-ring-color: rgb(39 15 98 / 0.4);
  }

  .lg\:ring-brand-900\/45 {
    --tw-ring-color: rgb(39 15 98 / 0.45);
  }

  .lg\:ring-brand-900\/5 {
    --tw-ring-color: rgb(39 15 98 / 0.05);
  }

  .lg\:ring-brand-900\/50 {
    --tw-ring-color: rgb(39 15 98 / 0.5);
  }

  .lg\:ring-brand-900\/55 {
    --tw-ring-color: rgb(39 15 98 / 0.55);
  }

  .lg\:ring-brand-900\/60 {
    --tw-ring-color: rgb(39 15 98 / 0.6);
  }

  .lg\:ring-brand-900\/65 {
    --tw-ring-color: rgb(39 15 98 / 0.65);
  }

  .lg\:ring-brand-900\/70 {
    --tw-ring-color: rgb(39 15 98 / 0.7);
  }

  .lg\:ring-brand-900\/75 {
    --tw-ring-color: rgb(39 15 98 / 0.75);
  }

  .lg\:ring-brand-900\/80 {
    --tw-ring-color: rgb(39 15 98 / 0.8);
  }

  .lg\:ring-brand-900\/85 {
    --tw-ring-color: rgb(39 15 98 / 0.85);
  }

  .lg\:ring-brand-900\/90 {
    --tw-ring-color: rgb(39 15 98 / 0.9);
  }

  .lg\:ring-brand-900\/95 {
    --tw-ring-color: rgb(39 15 98 / 0.95);
  }

  .lg\:ring-brand-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(22 5 58 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-brand-950\/0 {
    --tw-ring-color: rgb(22 5 58 / 0);
  }

  .lg\:ring-brand-950\/10 {
    --tw-ring-color: rgb(22 5 58 / 0.1);
  }

  .lg\:ring-brand-950\/100 {
    --tw-ring-color: rgb(22 5 58 / 1);
  }

  .lg\:ring-brand-950\/15 {
    --tw-ring-color: rgb(22 5 58 / 0.15);
  }

  .lg\:ring-brand-950\/20 {
    --tw-ring-color: rgb(22 5 58 / 0.2);
  }

  .lg\:ring-brand-950\/25 {
    --tw-ring-color: rgb(22 5 58 / 0.25);
  }

  .lg\:ring-brand-950\/30 {
    --tw-ring-color: rgb(22 5 58 / 0.3);
  }

  .lg\:ring-brand-950\/35 {
    --tw-ring-color: rgb(22 5 58 / 0.35);
  }

  .lg\:ring-brand-950\/40 {
    --tw-ring-color: rgb(22 5 58 / 0.4);
  }

  .lg\:ring-brand-950\/45 {
    --tw-ring-color: rgb(22 5 58 / 0.45);
  }

  .lg\:ring-brand-950\/5 {
    --tw-ring-color: rgb(22 5 58 / 0.05);
  }

  .lg\:ring-brand-950\/50 {
    --tw-ring-color: rgb(22 5 58 / 0.5);
  }

  .lg\:ring-brand-950\/55 {
    --tw-ring-color: rgb(22 5 58 / 0.55);
  }

  .lg\:ring-brand-950\/60 {
    --tw-ring-color: rgb(22 5 58 / 0.6);
  }

  .lg\:ring-brand-950\/65 {
    --tw-ring-color: rgb(22 5 58 / 0.65);
  }

  .lg\:ring-brand-950\/70 {
    --tw-ring-color: rgb(22 5 58 / 0.7);
  }

  .lg\:ring-brand-950\/75 {
    --tw-ring-color: rgb(22 5 58 / 0.75);
  }

  .lg\:ring-brand-950\/80 {
    --tw-ring-color: rgb(22 5 58 / 0.8);
  }

  .lg\:ring-brand-950\/85 {
    --tw-ring-color: rgb(22 5 58 / 0.85);
  }

  .lg\:ring-brand-950\/90 {
    --tw-ring-color: rgb(22 5 58 / 0.9);
  }

  .lg\:ring-brand-950\/95 {
    --tw-ring-color: rgb(22 5 58 / 0.95);
  }

  .lg\:ring-neutral-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(246 245 244 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-100\/0 {
    --tw-ring-color: rgb(246 245 244 / 0);
  }

  .lg\:ring-neutral-100\/10 {
    --tw-ring-color: rgb(246 245 244 / 0.1);
  }

  .lg\:ring-neutral-100\/100 {
    --tw-ring-color: rgb(246 245 244 / 1);
  }

  .lg\:ring-neutral-100\/15 {
    --tw-ring-color: rgb(246 245 244 / 0.15);
  }

  .lg\:ring-neutral-100\/20 {
    --tw-ring-color: rgb(246 245 244 / 0.2);
  }

  .lg\:ring-neutral-100\/25 {
    --tw-ring-color: rgb(246 245 244 / 0.25);
  }

  .lg\:ring-neutral-100\/30 {
    --tw-ring-color: rgb(246 245 244 / 0.3);
  }

  .lg\:ring-neutral-100\/35 {
    --tw-ring-color: rgb(246 245 244 / 0.35);
  }

  .lg\:ring-neutral-100\/40 {
    --tw-ring-color: rgb(246 245 244 / 0.4);
  }

  .lg\:ring-neutral-100\/45 {
    --tw-ring-color: rgb(246 245 244 / 0.45);
  }

  .lg\:ring-neutral-100\/5 {
    --tw-ring-color: rgb(246 245 244 / 0.05);
  }

  .lg\:ring-neutral-100\/50 {
    --tw-ring-color: rgb(246 245 244 / 0.5);
  }

  .lg\:ring-neutral-100\/55 {
    --tw-ring-color: rgb(246 245 244 / 0.55);
  }

  .lg\:ring-neutral-100\/60 {
    --tw-ring-color: rgb(246 245 244 / 0.6);
  }

  .lg\:ring-neutral-100\/65 {
    --tw-ring-color: rgb(246 245 244 / 0.65);
  }

  .lg\:ring-neutral-100\/70 {
    --tw-ring-color: rgb(246 245 244 / 0.7);
  }

  .lg\:ring-neutral-100\/75 {
    --tw-ring-color: rgb(246 245 244 / 0.75);
  }

  .lg\:ring-neutral-100\/80 {
    --tw-ring-color: rgb(246 245 244 / 0.8);
  }

  .lg\:ring-neutral-100\/85 {
    --tw-ring-color: rgb(246 245 244 / 0.85);
  }

  .lg\:ring-neutral-100\/90 {
    --tw-ring-color: rgb(246 245 244 / 0.9);
  }

  .lg\:ring-neutral-100\/95 {
    --tw-ring-color: rgb(246 245 244 / 0.95);
  }

  .lg\:ring-neutral-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 230 227 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-200\/0 {
    --tw-ring-color: rgb(233 230 227 / 0);
  }

  .lg\:ring-neutral-200\/10 {
    --tw-ring-color: rgb(233 230 227 / 0.1);
  }

  .lg\:ring-neutral-200\/100 {
    --tw-ring-color: rgb(233 230 227 / 1);
  }

  .lg\:ring-neutral-200\/15 {
    --tw-ring-color: rgb(233 230 227 / 0.15);
  }

  .lg\:ring-neutral-200\/20 {
    --tw-ring-color: rgb(233 230 227 / 0.2);
  }

  .lg\:ring-neutral-200\/25 {
    --tw-ring-color: rgb(233 230 227 / 0.25);
  }

  .lg\:ring-neutral-200\/30 {
    --tw-ring-color: rgb(233 230 227 / 0.3);
  }

  .lg\:ring-neutral-200\/35 {
    --tw-ring-color: rgb(233 230 227 / 0.35);
  }

  .lg\:ring-neutral-200\/40 {
    --tw-ring-color: rgb(233 230 227 / 0.4);
  }

  .lg\:ring-neutral-200\/45 {
    --tw-ring-color: rgb(233 230 227 / 0.45);
  }

  .lg\:ring-neutral-200\/5 {
    --tw-ring-color: rgb(233 230 227 / 0.05);
  }

  .lg\:ring-neutral-200\/50 {
    --tw-ring-color: rgb(233 230 227 / 0.5);
  }

  .lg\:ring-neutral-200\/55 {
    --tw-ring-color: rgb(233 230 227 / 0.55);
  }

  .lg\:ring-neutral-200\/60 {
    --tw-ring-color: rgb(233 230 227 / 0.6);
  }

  .lg\:ring-neutral-200\/65 {
    --tw-ring-color: rgb(233 230 227 / 0.65);
  }

  .lg\:ring-neutral-200\/70 {
    --tw-ring-color: rgb(233 230 227 / 0.7);
  }

  .lg\:ring-neutral-200\/75 {
    --tw-ring-color: rgb(233 230 227 / 0.75);
  }

  .lg\:ring-neutral-200\/80 {
    --tw-ring-color: rgb(233 230 227 / 0.8);
  }

  .lg\:ring-neutral-200\/85 {
    --tw-ring-color: rgb(233 230 227 / 0.85);
  }

  .lg\:ring-neutral-200\/90 {
    --tw-ring-color: rgb(233 230 227 / 0.9);
  }

  .lg\:ring-neutral-200\/95 {
    --tw-ring-color: rgb(233 230 227 / 0.95);
  }

  .lg\:ring-neutral-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(215 210 205 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-300\/0 {
    --tw-ring-color: rgb(215 210 205 / 0);
  }

  .lg\:ring-neutral-300\/10 {
    --tw-ring-color: rgb(215 210 205 / 0.1);
  }

  .lg\:ring-neutral-300\/100 {
    --tw-ring-color: rgb(215 210 205 / 1);
  }

  .lg\:ring-neutral-300\/15 {
    --tw-ring-color: rgb(215 210 205 / 0.15);
  }

  .lg\:ring-neutral-300\/20 {
    --tw-ring-color: rgb(215 210 205 / 0.2);
  }

  .lg\:ring-neutral-300\/25 {
    --tw-ring-color: rgb(215 210 205 / 0.25);
  }

  .lg\:ring-neutral-300\/30 {
    --tw-ring-color: rgb(215 210 205 / 0.3);
  }

  .lg\:ring-neutral-300\/35 {
    --tw-ring-color: rgb(215 210 205 / 0.35);
  }

  .lg\:ring-neutral-300\/40 {
    --tw-ring-color: rgb(215 210 205 / 0.4);
  }

  .lg\:ring-neutral-300\/45 {
    --tw-ring-color: rgb(215 210 205 / 0.45);
  }

  .lg\:ring-neutral-300\/5 {
    --tw-ring-color: rgb(215 210 205 / 0.05);
  }

  .lg\:ring-neutral-300\/50 {
    --tw-ring-color: rgb(215 210 205 / 0.5);
  }

  .lg\:ring-neutral-300\/55 {
    --tw-ring-color: rgb(215 210 205 / 0.55);
  }

  .lg\:ring-neutral-300\/60 {
    --tw-ring-color: rgb(215 210 205 / 0.6);
  }

  .lg\:ring-neutral-300\/65 {
    --tw-ring-color: rgb(215 210 205 / 0.65);
  }

  .lg\:ring-neutral-300\/70 {
    --tw-ring-color: rgb(215 210 205 / 0.7);
  }

  .lg\:ring-neutral-300\/75 {
    --tw-ring-color: rgb(215 210 205 / 0.75);
  }

  .lg\:ring-neutral-300\/80 {
    --tw-ring-color: rgb(215 210 205 / 0.8);
  }

  .lg\:ring-neutral-300\/85 {
    --tw-ring-color: rgb(215 210 205 / 0.85);
  }

  .lg\:ring-neutral-300\/90 {
    --tw-ring-color: rgb(215 210 205 / 0.9);
  }

  .lg\:ring-neutral-300\/95 {
    --tw-ring-color: rgb(215 210 205 / 0.95);
  }

  .lg\:ring-neutral-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(175 168 161 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-400\/0 {
    --tw-ring-color: rgb(175 168 161 / 0);
  }

  .lg\:ring-neutral-400\/10 {
    --tw-ring-color: rgb(175 168 161 / 0.1);
  }

  .lg\:ring-neutral-400\/100 {
    --tw-ring-color: rgb(175 168 161 / 1);
  }

  .lg\:ring-neutral-400\/15 {
    --tw-ring-color: rgb(175 168 161 / 0.15);
  }

  .lg\:ring-neutral-400\/20 {
    --tw-ring-color: rgb(175 168 161 / 0.2);
  }

  .lg\:ring-neutral-400\/25 {
    --tw-ring-color: rgb(175 168 161 / 0.25);
  }

  .lg\:ring-neutral-400\/30 {
    --tw-ring-color: rgb(175 168 161 / 0.3);
  }

  .lg\:ring-neutral-400\/35 {
    --tw-ring-color: rgb(175 168 161 / 0.35);
  }

  .lg\:ring-neutral-400\/40 {
    --tw-ring-color: rgb(175 168 161 / 0.4);
  }

  .lg\:ring-neutral-400\/45 {
    --tw-ring-color: rgb(175 168 161 / 0.45);
  }

  .lg\:ring-neutral-400\/5 {
    --tw-ring-color: rgb(175 168 161 / 0.05);
  }

  .lg\:ring-neutral-400\/50 {
    --tw-ring-color: rgb(175 168 161 / 0.5);
  }

  .lg\:ring-neutral-400\/55 {
    --tw-ring-color: rgb(175 168 161 / 0.55);
  }

  .lg\:ring-neutral-400\/60 {
    --tw-ring-color: rgb(175 168 161 / 0.6);
  }

  .lg\:ring-neutral-400\/65 {
    --tw-ring-color: rgb(175 168 161 / 0.65);
  }

  .lg\:ring-neutral-400\/70 {
    --tw-ring-color: rgb(175 168 161 / 0.7);
  }

  .lg\:ring-neutral-400\/75 {
    --tw-ring-color: rgb(175 168 161 / 0.75);
  }

  .lg\:ring-neutral-400\/80 {
    --tw-ring-color: rgb(175 168 161 / 0.8);
  }

  .lg\:ring-neutral-400\/85 {
    --tw-ring-color: rgb(175 168 161 / 0.85);
  }

  .lg\:ring-neutral-400\/90 {
    --tw-ring-color: rgb(175 168 161 / 0.9);
  }

  .lg\:ring-neutral-400\/95 {
    --tw-ring-color: rgb(175 168 161 / 0.95);
  }

  .lg\:ring-neutral-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(251 250 249 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-50\/0 {
    --tw-ring-color: rgb(251 250 249 / 0);
  }

  .lg\:ring-neutral-50\/10 {
    --tw-ring-color: rgb(251 250 249 / 0.1);
  }

  .lg\:ring-neutral-50\/100 {
    --tw-ring-color: rgb(251 250 249 / 1);
  }

  .lg\:ring-neutral-50\/15 {
    --tw-ring-color: rgb(251 250 249 / 0.15);
  }

  .lg\:ring-neutral-50\/20 {
    --tw-ring-color: rgb(251 250 249 / 0.2);
  }

  .lg\:ring-neutral-50\/25 {
    --tw-ring-color: rgb(251 250 249 / 0.25);
  }

  .lg\:ring-neutral-50\/30 {
    --tw-ring-color: rgb(251 250 249 / 0.3);
  }

  .lg\:ring-neutral-50\/35 {
    --tw-ring-color: rgb(251 250 249 / 0.35);
  }

  .lg\:ring-neutral-50\/40 {
    --tw-ring-color: rgb(251 250 249 / 0.4);
  }

  .lg\:ring-neutral-50\/45 {
    --tw-ring-color: rgb(251 250 249 / 0.45);
  }

  .lg\:ring-neutral-50\/5 {
    --tw-ring-color: rgb(251 250 249 / 0.05);
  }

  .lg\:ring-neutral-50\/50 {
    --tw-ring-color: rgb(251 250 249 / 0.5);
  }

  .lg\:ring-neutral-50\/55 {
    --tw-ring-color: rgb(251 250 249 / 0.55);
  }

  .lg\:ring-neutral-50\/60 {
    --tw-ring-color: rgb(251 250 249 / 0.6);
  }

  .lg\:ring-neutral-50\/65 {
    --tw-ring-color: rgb(251 250 249 / 0.65);
  }

  .lg\:ring-neutral-50\/70 {
    --tw-ring-color: rgb(251 250 249 / 0.7);
  }

  .lg\:ring-neutral-50\/75 {
    --tw-ring-color: rgb(251 250 249 / 0.75);
  }

  .lg\:ring-neutral-50\/80 {
    --tw-ring-color: rgb(251 250 249 / 0.8);
  }

  .lg\:ring-neutral-50\/85 {
    --tw-ring-color: rgb(251 250 249 / 0.85);
  }

  .lg\:ring-neutral-50\/90 {
    --tw-ring-color: rgb(251 250 249 / 0.9);
  }

  .lg\:ring-neutral-50\/95 {
    --tw-ring-color: rgb(251 250 249 / 0.95);
  }

  .lg\:ring-neutral-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(129 121 113 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-500\/0 {
    --tw-ring-color: rgb(129 121 113 / 0);
  }

  .lg\:ring-neutral-500\/10 {
    --tw-ring-color: rgb(129 121 113 / 0.1);
  }

  .lg\:ring-neutral-500\/100 {
    --tw-ring-color: rgb(129 121 113 / 1);
  }

  .lg\:ring-neutral-500\/15 {
    --tw-ring-color: rgb(129 121 113 / 0.15);
  }

  .lg\:ring-neutral-500\/20 {
    --tw-ring-color: rgb(129 121 113 / 0.2);
  }

  .lg\:ring-neutral-500\/25 {
    --tw-ring-color: rgb(129 121 113 / 0.25);
  }

  .lg\:ring-neutral-500\/30 {
    --tw-ring-color: rgb(129 121 113 / 0.3);
  }

  .lg\:ring-neutral-500\/35 {
    --tw-ring-color: rgb(129 121 113 / 0.35);
  }

  .lg\:ring-neutral-500\/40 {
    --tw-ring-color: rgb(129 121 113 / 0.4);
  }

  .lg\:ring-neutral-500\/45 {
    --tw-ring-color: rgb(129 121 113 / 0.45);
  }

  .lg\:ring-neutral-500\/5 {
    --tw-ring-color: rgb(129 121 113 / 0.05);
  }

  .lg\:ring-neutral-500\/50 {
    --tw-ring-color: rgb(129 121 113 / 0.5);
  }

  .lg\:ring-neutral-500\/55 {
    --tw-ring-color: rgb(129 121 113 / 0.55);
  }

  .lg\:ring-neutral-500\/60 {
    --tw-ring-color: rgb(129 121 113 / 0.6);
  }

  .lg\:ring-neutral-500\/65 {
    --tw-ring-color: rgb(129 121 113 / 0.65);
  }

  .lg\:ring-neutral-500\/70 {
    --tw-ring-color: rgb(129 121 113 / 0.7);
  }

  .lg\:ring-neutral-500\/75 {
    --tw-ring-color: rgb(129 121 113 / 0.75);
  }

  .lg\:ring-neutral-500\/80 {
    --tw-ring-color: rgb(129 121 113 / 0.8);
  }

  .lg\:ring-neutral-500\/85 {
    --tw-ring-color: rgb(129 121 113 / 0.85);
  }

  .lg\:ring-neutral-500\/90 {
    --tw-ring-color: rgb(129 121 113 / 0.9);
  }

  .lg\:ring-neutral-500\/95 {
    --tw-ring-color: rgb(129 121 113 / 0.95);
  }

  .lg\:ring-neutral-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(96 89 82 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-600\/0 {
    --tw-ring-color: rgb(96 89 82 / 0);
  }

  .lg\:ring-neutral-600\/10 {
    --tw-ring-color: rgb(96 89 82 / 0.1);
  }

  .lg\:ring-neutral-600\/100 {
    --tw-ring-color: rgb(96 89 82 / 1);
  }

  .lg\:ring-neutral-600\/15 {
    --tw-ring-color: rgb(96 89 82 / 0.15);
  }

  .lg\:ring-neutral-600\/20 {
    --tw-ring-color: rgb(96 89 82 / 0.2);
  }

  .lg\:ring-neutral-600\/25 {
    --tw-ring-color: rgb(96 89 82 / 0.25);
  }

  .lg\:ring-neutral-600\/30 {
    --tw-ring-color: rgb(96 89 82 / 0.3);
  }

  .lg\:ring-neutral-600\/35 {
    --tw-ring-color: rgb(96 89 82 / 0.35);
  }

  .lg\:ring-neutral-600\/40 {
    --tw-ring-color: rgb(96 89 82 / 0.4);
  }

  .lg\:ring-neutral-600\/45 {
    --tw-ring-color: rgb(96 89 82 / 0.45);
  }

  .lg\:ring-neutral-600\/5 {
    --tw-ring-color: rgb(96 89 82 / 0.05);
  }

  .lg\:ring-neutral-600\/50 {
    --tw-ring-color: rgb(96 89 82 / 0.5);
  }

  .lg\:ring-neutral-600\/55 {
    --tw-ring-color: rgb(96 89 82 / 0.55);
  }

  .lg\:ring-neutral-600\/60 {
    --tw-ring-color: rgb(96 89 82 / 0.6);
  }

  .lg\:ring-neutral-600\/65 {
    --tw-ring-color: rgb(96 89 82 / 0.65);
  }

  .lg\:ring-neutral-600\/70 {
    --tw-ring-color: rgb(96 89 82 / 0.7);
  }

  .lg\:ring-neutral-600\/75 {
    --tw-ring-color: rgb(96 89 82 / 0.75);
  }

  .lg\:ring-neutral-600\/80 {
    --tw-ring-color: rgb(96 89 82 / 0.8);
  }

  .lg\:ring-neutral-600\/85 {
    --tw-ring-color: rgb(96 89 82 / 0.85);
  }

  .lg\:ring-neutral-600\/90 {
    --tw-ring-color: rgb(96 89 82 / 0.9);
  }

  .lg\:ring-neutral-600\/95 {
    --tw-ring-color: rgb(96 89 82 / 0.95);
  }

  .lg\:ring-neutral-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(73 68 63 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-700\/0 {
    --tw-ring-color: rgb(73 68 63 / 0);
  }

  .lg\:ring-neutral-700\/10 {
    --tw-ring-color: rgb(73 68 63 / 0.1);
  }

  .lg\:ring-neutral-700\/100 {
    --tw-ring-color: rgb(73 68 63 / 1);
  }

  .lg\:ring-neutral-700\/15 {
    --tw-ring-color: rgb(73 68 63 / 0.15);
  }

  .lg\:ring-neutral-700\/20 {
    --tw-ring-color: rgb(73 68 63 / 0.2);
  }

  .lg\:ring-neutral-700\/25 {
    --tw-ring-color: rgb(73 68 63 / 0.25);
  }

  .lg\:ring-neutral-700\/30 {
    --tw-ring-color: rgb(73 68 63 / 0.3);
  }

  .lg\:ring-neutral-700\/35 {
    --tw-ring-color: rgb(73 68 63 / 0.35);
  }

  .lg\:ring-neutral-700\/40 {
    --tw-ring-color: rgb(73 68 63 / 0.4);
  }

  .lg\:ring-neutral-700\/45 {
    --tw-ring-color: rgb(73 68 63 / 0.45);
  }

  .lg\:ring-neutral-700\/5 {
    --tw-ring-color: rgb(73 68 63 / 0.05);
  }

  .lg\:ring-neutral-700\/50 {
    --tw-ring-color: rgb(73 68 63 / 0.5);
  }

  .lg\:ring-neutral-700\/55 {
    --tw-ring-color: rgb(73 68 63 / 0.55);
  }

  .lg\:ring-neutral-700\/60 {
    --tw-ring-color: rgb(73 68 63 / 0.6);
  }

  .lg\:ring-neutral-700\/65 {
    --tw-ring-color: rgb(73 68 63 / 0.65);
  }

  .lg\:ring-neutral-700\/70 {
    --tw-ring-color: rgb(73 68 63 / 0.7);
  }

  .lg\:ring-neutral-700\/75 {
    --tw-ring-color: rgb(73 68 63 / 0.75);
  }

  .lg\:ring-neutral-700\/80 {
    --tw-ring-color: rgb(73 68 63 / 0.8);
  }

  .lg\:ring-neutral-700\/85 {
    --tw-ring-color: rgb(73 68 63 / 0.85);
  }

  .lg\:ring-neutral-700\/90 {
    --tw-ring-color: rgb(73 68 63 / 0.9);
  }

  .lg\:ring-neutral-700\/95 {
    --tw-ring-color: rgb(73 68 63 / 0.95);
  }

  .lg\:ring-neutral-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(48 45 42 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-800\/0 {
    --tw-ring-color: rgb(48 45 42 / 0);
  }

  .lg\:ring-neutral-800\/10 {
    --tw-ring-color: rgb(48 45 42 / 0.1);
  }

  .lg\:ring-neutral-800\/100 {
    --tw-ring-color: rgb(48 45 42 / 1);
  }

  .lg\:ring-neutral-800\/15 {
    --tw-ring-color: rgb(48 45 42 / 0.15);
  }

  .lg\:ring-neutral-800\/20 {
    --tw-ring-color: rgb(48 45 42 / 0.2);
  }

  .lg\:ring-neutral-800\/25 {
    --tw-ring-color: rgb(48 45 42 / 0.25);
  }

  .lg\:ring-neutral-800\/30 {
    --tw-ring-color: rgb(48 45 42 / 0.3);
  }

  .lg\:ring-neutral-800\/35 {
    --tw-ring-color: rgb(48 45 42 / 0.35);
  }

  .lg\:ring-neutral-800\/40 {
    --tw-ring-color: rgb(48 45 42 / 0.4);
  }

  .lg\:ring-neutral-800\/45 {
    --tw-ring-color: rgb(48 45 42 / 0.45);
  }

  .lg\:ring-neutral-800\/5 {
    --tw-ring-color: rgb(48 45 42 / 0.05);
  }

  .lg\:ring-neutral-800\/50 {
    --tw-ring-color: rgb(48 45 42 / 0.5);
  }

  .lg\:ring-neutral-800\/55 {
    --tw-ring-color: rgb(48 45 42 / 0.55);
  }

  .lg\:ring-neutral-800\/60 {
    --tw-ring-color: rgb(48 45 42 / 0.6);
  }

  .lg\:ring-neutral-800\/65 {
    --tw-ring-color: rgb(48 45 42 / 0.65);
  }

  .lg\:ring-neutral-800\/70 {
    --tw-ring-color: rgb(48 45 42 / 0.7);
  }

  .lg\:ring-neutral-800\/75 {
    --tw-ring-color: rgb(48 45 42 / 0.75);
  }

  .lg\:ring-neutral-800\/80 {
    --tw-ring-color: rgb(48 45 42 / 0.8);
  }

  .lg\:ring-neutral-800\/85 {
    --tw-ring-color: rgb(48 45 42 / 0.85);
  }

  .lg\:ring-neutral-800\/90 {
    --tw-ring-color: rgb(48 45 42 / 0.9);
  }

  .lg\:ring-neutral-800\/95 {
    --tw-ring-color: rgb(48 45 42 / 0.95);
  }

  .lg\:ring-neutral-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(33 31 29 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-900\/0 {
    --tw-ring-color: rgb(33 31 29 / 0);
  }

  .lg\:ring-neutral-900\/10 {
    --tw-ring-color: rgb(33 31 29 / 0.1);
  }

  .lg\:ring-neutral-900\/100 {
    --tw-ring-color: rgb(33 31 29 / 1);
  }

  .lg\:ring-neutral-900\/15 {
    --tw-ring-color: rgb(33 31 29 / 0.15);
  }

  .lg\:ring-neutral-900\/20 {
    --tw-ring-color: rgb(33 31 29 / 0.2);
  }

  .lg\:ring-neutral-900\/25 {
    --tw-ring-color: rgb(33 31 29 / 0.25);
  }

  .lg\:ring-neutral-900\/30 {
    --tw-ring-color: rgb(33 31 29 / 0.3);
  }

  .lg\:ring-neutral-900\/35 {
    --tw-ring-color: rgb(33 31 29 / 0.35);
  }

  .lg\:ring-neutral-900\/40 {
    --tw-ring-color: rgb(33 31 29 / 0.4);
  }

  .lg\:ring-neutral-900\/45 {
    --tw-ring-color: rgb(33 31 29 / 0.45);
  }

  .lg\:ring-neutral-900\/5 {
    --tw-ring-color: rgb(33 31 29 / 0.05);
  }

  .lg\:ring-neutral-900\/50 {
    --tw-ring-color: rgb(33 31 29 / 0.5);
  }

  .lg\:ring-neutral-900\/55 {
    --tw-ring-color: rgb(33 31 29 / 0.55);
  }

  .lg\:ring-neutral-900\/60 {
    --tw-ring-color: rgb(33 31 29 / 0.6);
  }

  .lg\:ring-neutral-900\/65 {
    --tw-ring-color: rgb(33 31 29 / 0.65);
  }

  .lg\:ring-neutral-900\/70 {
    --tw-ring-color: rgb(33 31 29 / 0.7);
  }

  .lg\:ring-neutral-900\/75 {
    --tw-ring-color: rgb(33 31 29 / 0.75);
  }

  .lg\:ring-neutral-900\/80 {
    --tw-ring-color: rgb(33 31 29 / 0.8);
  }

  .lg\:ring-neutral-900\/85 {
    --tw-ring-color: rgb(33 31 29 / 0.85);
  }

  .lg\:ring-neutral-900\/90 {
    --tw-ring-color: rgb(33 31 29 / 0.9);
  }

  .lg\:ring-neutral-900\/95 {
    --tw-ring-color: rgb(33 31 29 / 0.95);
  }

  .lg\:ring-neutral-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(18 17 16 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-neutral-950\/0 {
    --tw-ring-color: rgb(18 17 16 / 0);
  }

  .lg\:ring-neutral-950\/10 {
    --tw-ring-color: rgb(18 17 16 / 0.1);
  }

  .lg\:ring-neutral-950\/100 {
    --tw-ring-color: rgb(18 17 16 / 1);
  }

  .lg\:ring-neutral-950\/15 {
    --tw-ring-color: rgb(18 17 16 / 0.15);
  }

  .lg\:ring-neutral-950\/20 {
    --tw-ring-color: rgb(18 17 16 / 0.2);
  }

  .lg\:ring-neutral-950\/25 {
    --tw-ring-color: rgb(18 17 16 / 0.25);
  }

  .lg\:ring-neutral-950\/30 {
    --tw-ring-color: rgb(18 17 16 / 0.3);
  }

  .lg\:ring-neutral-950\/35 {
    --tw-ring-color: rgb(18 17 16 / 0.35);
  }

  .lg\:ring-neutral-950\/40 {
    --tw-ring-color: rgb(18 17 16 / 0.4);
  }

  .lg\:ring-neutral-950\/45 {
    --tw-ring-color: rgb(18 17 16 / 0.45);
  }

  .lg\:ring-neutral-950\/5 {
    --tw-ring-color: rgb(18 17 16 / 0.05);
  }

  .lg\:ring-neutral-950\/50 {
    --tw-ring-color: rgb(18 17 16 / 0.5);
  }

  .lg\:ring-neutral-950\/55 {
    --tw-ring-color: rgb(18 17 16 / 0.55);
  }

  .lg\:ring-neutral-950\/60 {
    --tw-ring-color: rgb(18 17 16 / 0.6);
  }

  .lg\:ring-neutral-950\/65 {
    --tw-ring-color: rgb(18 17 16 / 0.65);
  }

  .lg\:ring-neutral-950\/70 {
    --tw-ring-color: rgb(18 17 16 / 0.7);
  }

  .lg\:ring-neutral-950\/75 {
    --tw-ring-color: rgb(18 17 16 / 0.75);
  }

  .lg\:ring-neutral-950\/80 {
    --tw-ring-color: rgb(18 17 16 / 0.8);
  }

  .lg\:ring-neutral-950\/85 {
    --tw-ring-color: rgb(18 17 16 / 0.85);
  }

  .lg\:ring-neutral-950\/90 {
    --tw-ring-color: rgb(18 17 16 / 0.9);
  }

  .lg\:ring-neutral-950\/95 {
    --tw-ring-color: rgb(18 17 16 / 0.95);
  }

  .lg\:ring-primary-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 234 222 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-100\/0 {
    --tw-ring-color: rgb(254 234 222 / 0);
  }

  .lg\:ring-primary-100\/10 {
    --tw-ring-color: rgb(254 234 222 / 0.1);
  }

  .lg\:ring-primary-100\/100 {
    --tw-ring-color: rgb(254 234 222 / 1);
  }

  .lg\:ring-primary-100\/15 {
    --tw-ring-color: rgb(254 234 222 / 0.15);
  }

  .lg\:ring-primary-100\/20 {
    --tw-ring-color: rgb(254 234 222 / 0.2);
  }

  .lg\:ring-primary-100\/25 {
    --tw-ring-color: rgb(254 234 222 / 0.25);
  }

  .lg\:ring-primary-100\/30 {
    --tw-ring-color: rgb(254 234 222 / 0.3);
  }

  .lg\:ring-primary-100\/35 {
    --tw-ring-color: rgb(254 234 222 / 0.35);
  }

  .lg\:ring-primary-100\/40 {
    --tw-ring-color: rgb(254 234 222 / 0.4);
  }

  .lg\:ring-primary-100\/45 {
    --tw-ring-color: rgb(254 234 222 / 0.45);
  }

  .lg\:ring-primary-100\/5 {
    --tw-ring-color: rgb(254 234 222 / 0.05);
  }

  .lg\:ring-primary-100\/50 {
    --tw-ring-color: rgb(254 234 222 / 0.5);
  }

  .lg\:ring-primary-100\/55 {
    --tw-ring-color: rgb(254 234 222 / 0.55);
  }

  .lg\:ring-primary-100\/60 {
    --tw-ring-color: rgb(254 234 222 / 0.6);
  }

  .lg\:ring-primary-100\/65 {
    --tw-ring-color: rgb(254 234 222 / 0.65);
  }

  .lg\:ring-primary-100\/70 {
    --tw-ring-color: rgb(254 234 222 / 0.7);
  }

  .lg\:ring-primary-100\/75 {
    --tw-ring-color: rgb(254 234 222 / 0.75);
  }

  .lg\:ring-primary-100\/80 {
    --tw-ring-color: rgb(254 234 222 / 0.8);
  }

  .lg\:ring-primary-100\/85 {
    --tw-ring-color: rgb(254 234 222 / 0.85);
  }

  .lg\:ring-primary-100\/90 {
    --tw-ring-color: rgb(254 234 222 / 0.9);
  }

  .lg\:ring-primary-100\/95 {
    --tw-ring-color: rgb(254 234 222 / 0.95);
  }

  .lg\:ring-primary-200 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(252 211 189 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-200\/0 {
    --tw-ring-color: rgb(252 211 189 / 0);
  }

  .lg\:ring-primary-200\/10 {
    --tw-ring-color: rgb(252 211 189 / 0.1);
  }

  .lg\:ring-primary-200\/100 {
    --tw-ring-color: rgb(252 211 189 / 1);
  }

  .lg\:ring-primary-200\/15 {
    --tw-ring-color: rgb(252 211 189 / 0.15);
  }

  .lg\:ring-primary-200\/20 {
    --tw-ring-color: rgb(252 211 189 / 0.2);
  }

  .lg\:ring-primary-200\/25 {
    --tw-ring-color: rgb(252 211 189 / 0.25);
  }

  .lg\:ring-primary-200\/30 {
    --tw-ring-color: rgb(252 211 189 / 0.3);
  }

  .lg\:ring-primary-200\/35 {
    --tw-ring-color: rgb(252 211 189 / 0.35);
  }

  .lg\:ring-primary-200\/40 {
    --tw-ring-color: rgb(252 211 189 / 0.4);
  }

  .lg\:ring-primary-200\/45 {
    --tw-ring-color: rgb(252 211 189 / 0.45);
  }

  .lg\:ring-primary-200\/5 {
    --tw-ring-color: rgb(252 211 189 / 0.05);
  }

  .lg\:ring-primary-200\/50 {
    --tw-ring-color: rgb(252 211 189 / 0.5);
  }

  .lg\:ring-primary-200\/55 {
    --tw-ring-color: rgb(252 211 189 / 0.55);
  }

  .lg\:ring-primary-200\/60 {
    --tw-ring-color: rgb(252 211 189 / 0.6);
  }

  .lg\:ring-primary-200\/65 {
    --tw-ring-color: rgb(252 211 189 / 0.65);
  }

  .lg\:ring-primary-200\/70 {
    --tw-ring-color: rgb(252 211 189 / 0.7);
  }

  .lg\:ring-primary-200\/75 {
    --tw-ring-color: rgb(252 211 189 / 0.75);
  }

  .lg\:ring-primary-200\/80 {
    --tw-ring-color: rgb(252 211 189 / 0.8);
  }

  .lg\:ring-primary-200\/85 {
    --tw-ring-color: rgb(252 211 189 / 0.85);
  }

  .lg\:ring-primary-200\/90 {
    --tw-ring-color: rgb(252 211 189 / 0.9);
  }

  .lg\:ring-primary-200\/95 {
    --tw-ring-color: rgb(252 211 189 / 0.95);
  }

  .lg\:ring-primary-300 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 179 143 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-300\/0 {
    --tw-ring-color: rgb(250 179 143 / 0);
  }

  .lg\:ring-primary-300\/10 {
    --tw-ring-color: rgb(250 179 143 / 0.1);
  }

  .lg\:ring-primary-300\/100 {
    --tw-ring-color: rgb(250 179 143 / 1);
  }

  .lg\:ring-primary-300\/15 {
    --tw-ring-color: rgb(250 179 143 / 0.15);
  }

  .lg\:ring-primary-300\/20 {
    --tw-ring-color: rgb(250 179 143 / 0.2);
  }

  .lg\:ring-primary-300\/25 {
    --tw-ring-color: rgb(250 179 143 / 0.25);
  }

  .lg\:ring-primary-300\/30 {
    --tw-ring-color: rgb(250 179 143 / 0.3);
  }

  .lg\:ring-primary-300\/35 {
    --tw-ring-color: rgb(250 179 143 / 0.35);
  }

  .lg\:ring-primary-300\/40 {
    --tw-ring-color: rgb(250 179 143 / 0.4);
  }

  .lg\:ring-primary-300\/45 {
    --tw-ring-color: rgb(250 179 143 / 0.45);
  }

  .lg\:ring-primary-300\/5 {
    --tw-ring-color: rgb(250 179 143 / 0.05);
  }

  .lg\:ring-primary-300\/50 {
    --tw-ring-color: rgb(250 179 143 / 0.5);
  }

  .lg\:ring-primary-300\/55 {
    --tw-ring-color: rgb(250 179 143 / 0.55);
  }

  .lg\:ring-primary-300\/60 {
    --tw-ring-color: rgb(250 179 143 / 0.6);
  }

  .lg\:ring-primary-300\/65 {
    --tw-ring-color: rgb(250 179 143 / 0.65);
  }

  .lg\:ring-primary-300\/70 {
    --tw-ring-color: rgb(250 179 143 / 0.7);
  }

  .lg\:ring-primary-300\/75 {
    --tw-ring-color: rgb(250 179 143 / 0.75);
  }

  .lg\:ring-primary-300\/80 {
    --tw-ring-color: rgb(250 179 143 / 0.8);
  }

  .lg\:ring-primary-300\/85 {
    --tw-ring-color: rgb(250 179 143 / 0.85);
  }

  .lg\:ring-primary-300\/90 {
    --tw-ring-color: rgb(250 179 143 / 0.9);
  }

  .lg\:ring-primary-300\/95 {
    --tw-ring-color: rgb(250 179 143 / 0.95);
  }

  .lg\:ring-primary-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(249 151 102 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-400\/0 {
    --tw-ring-color: rgb(249 151 102 / 0);
  }

  .lg\:ring-primary-400\/10 {
    --tw-ring-color: rgb(249 151 102 / 0.1);
  }

  .lg\:ring-primary-400\/100 {
    --tw-ring-color: rgb(249 151 102 / 1);
  }

  .lg\:ring-primary-400\/15 {
    --tw-ring-color: rgb(249 151 102 / 0.15);
  }

  .lg\:ring-primary-400\/20 {
    --tw-ring-color: rgb(249 151 102 / 0.2);
  }

  .lg\:ring-primary-400\/25 {
    --tw-ring-color: rgb(249 151 102 / 0.25);
  }

  .lg\:ring-primary-400\/30 {
    --tw-ring-color: rgb(249 151 102 / 0.3);
  }

  .lg\:ring-primary-400\/35 {
    --tw-ring-color: rgb(249 151 102 / 0.35);
  }

  .lg\:ring-primary-400\/40 {
    --tw-ring-color: rgb(249 151 102 / 0.4);
  }

  .lg\:ring-primary-400\/45 {
    --tw-ring-color: rgb(249 151 102 / 0.45);
  }

  .lg\:ring-primary-400\/5 {
    --tw-ring-color: rgb(249 151 102 / 0.05);
  }

  .lg\:ring-primary-400\/50 {
    --tw-ring-color: rgb(249 151 102 / 0.5);
  }

  .lg\:ring-primary-400\/55 {
    --tw-ring-color: rgb(249 151 102 / 0.55);
  }

  .lg\:ring-primary-400\/60 {
    --tw-ring-color: rgb(249 151 102 / 0.6);
  }

  .lg\:ring-primary-400\/65 {
    --tw-ring-color: rgb(249 151 102 / 0.65);
  }

  .lg\:ring-primary-400\/70 {
    --tw-ring-color: rgb(249 151 102 / 0.7);
  }

  .lg\:ring-primary-400\/75 {
    --tw-ring-color: rgb(249 151 102 / 0.75);
  }

  .lg\:ring-primary-400\/80 {
    --tw-ring-color: rgb(249 151 102 / 0.8);
  }

  .lg\:ring-primary-400\/85 {
    --tw-ring-color: rgb(249 151 102 / 0.85);
  }

  .lg\:ring-primary-400\/90 {
    --tw-ring-color: rgb(249 151 102 / 0.9);
  }

  .lg\:ring-primary-400\/95 {
    --tw-ring-color: rgb(249 151 102 / 0.95);
  }

  .lg\:ring-primary-50 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 247 242 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-50\/0 {
    --tw-ring-color: rgb(255 247 242 / 0);
  }

  .lg\:ring-primary-50\/10 {
    --tw-ring-color: rgb(255 247 242 / 0.1);
  }

  .lg\:ring-primary-50\/100 {
    --tw-ring-color: rgb(255 247 242 / 1);
  }

  .lg\:ring-primary-50\/15 {
    --tw-ring-color: rgb(255 247 242 / 0.15);
  }

  .lg\:ring-primary-50\/20 {
    --tw-ring-color: rgb(255 247 242 / 0.2);
  }

  .lg\:ring-primary-50\/25 {
    --tw-ring-color: rgb(255 247 242 / 0.25);
  }

  .lg\:ring-primary-50\/30 {
    --tw-ring-color: rgb(255 247 242 / 0.3);
  }

  .lg\:ring-primary-50\/35 {
    --tw-ring-color: rgb(255 247 242 / 0.35);
  }

  .lg\:ring-primary-50\/40 {
    --tw-ring-color: rgb(255 247 242 / 0.4);
  }

  .lg\:ring-primary-50\/45 {
    --tw-ring-color: rgb(255 247 242 / 0.45);
  }

  .lg\:ring-primary-50\/5 {
    --tw-ring-color: rgb(255 247 242 / 0.05);
  }

  .lg\:ring-primary-50\/50 {
    --tw-ring-color: rgb(255 247 242 / 0.5);
  }

  .lg\:ring-primary-50\/55 {
    --tw-ring-color: rgb(255 247 242 / 0.55);
  }

  .lg\:ring-primary-50\/60 {
    --tw-ring-color: rgb(255 247 242 / 0.6);
  }

  .lg\:ring-primary-50\/65 {
    --tw-ring-color: rgb(255 247 242 / 0.65);
  }

  .lg\:ring-primary-50\/70 {
    --tw-ring-color: rgb(255 247 242 / 0.7);
  }

  .lg\:ring-primary-50\/75 {
    --tw-ring-color: rgb(255 247 242 / 0.75);
  }

  .lg\:ring-primary-50\/80 {
    --tw-ring-color: rgb(255 247 242 / 0.8);
  }

  .lg\:ring-primary-50\/85 {
    --tw-ring-color: rgb(255 247 242 / 0.85);
  }

  .lg\:ring-primary-50\/90 {
    --tw-ring-color: rgb(255 247 242 / 0.9);
  }

  .lg\:ring-primary-50\/95 {
    --tw-ring-color: rgb(255 247 242 / 0.95);
  }

  .lg\:ring-primary-500 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(247 141 77 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-500\/0 {
    --tw-ring-color: rgb(247 141 77 / 0);
  }

  .lg\:ring-primary-500\/10 {
    --tw-ring-color: rgb(247 141 77 / 0.1);
  }

  .lg\:ring-primary-500\/100 {
    --tw-ring-color: rgb(247 141 77 / 1);
  }

  .lg\:ring-primary-500\/15 {
    --tw-ring-color: rgb(247 141 77 / 0.15);
  }

  .lg\:ring-primary-500\/20 {
    --tw-ring-color: rgb(247 141 77 / 0.2);
  }

  .lg\:ring-primary-500\/25 {
    --tw-ring-color: rgb(247 141 77 / 0.25);
  }

  .lg\:ring-primary-500\/30 {
    --tw-ring-color: rgb(247 141 77 / 0.3);
  }

  .lg\:ring-primary-500\/35 {
    --tw-ring-color: rgb(247 141 77 / 0.35);
  }

  .lg\:ring-primary-500\/40 {
    --tw-ring-color: rgb(247 141 77 / 0.4);
  }

  .lg\:ring-primary-500\/45 {
    --tw-ring-color: rgb(247 141 77 / 0.45);
  }

  .lg\:ring-primary-500\/5 {
    --tw-ring-color: rgb(247 141 77 / 0.05);
  }

  .lg\:ring-primary-500\/50 {
    --tw-ring-color: rgb(247 141 77 / 0.5);
  }

  .lg\:ring-primary-500\/55 {
    --tw-ring-color: rgb(247 141 77 / 0.55);
  }

  .lg\:ring-primary-500\/60 {
    --tw-ring-color: rgb(247 141 77 / 0.6);
  }

  .lg\:ring-primary-500\/65 {
    --tw-ring-color: rgb(247 141 77 / 0.65);
  }

  .lg\:ring-primary-500\/70 {
    --tw-ring-color: rgb(247 141 77 / 0.7);
  }

  .lg\:ring-primary-500\/75 {
    --tw-ring-color: rgb(247 141 77 / 0.75);
  }

  .lg\:ring-primary-500\/80 {
    --tw-ring-color: rgb(247 141 77 / 0.8);
  }

  .lg\:ring-primary-500\/85 {
    --tw-ring-color: rgb(247 141 77 / 0.85);
  }

  .lg\:ring-primary-500\/90 {
    --tw-ring-color: rgb(247 141 77 / 0.9);
  }

  .lg\:ring-primary-500\/95 {
    --tw-ring-color: rgb(247 141 77 / 0.95);
  }

  .lg\:ring-primary-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(233 99 37 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-600\/0 {
    --tw-ring-color: rgb(233 99 37 / 0);
  }

  .lg\:ring-primary-600\/10 {
    --tw-ring-color: rgb(233 99 37 / 0.1);
  }

  .lg\:ring-primary-600\/100 {
    --tw-ring-color: rgb(233 99 37 / 1);
  }

  .lg\:ring-primary-600\/15 {
    --tw-ring-color: rgb(233 99 37 / 0.15);
  }

  .lg\:ring-primary-600\/20 {
    --tw-ring-color: rgb(233 99 37 / 0.2);
  }

  .lg\:ring-primary-600\/25 {
    --tw-ring-color: rgb(233 99 37 / 0.25);
  }

  .lg\:ring-primary-600\/30 {
    --tw-ring-color: rgb(233 99 37 / 0.3);
  }

  .lg\:ring-primary-600\/35 {
    --tw-ring-color: rgb(233 99 37 / 0.35);
  }

  .lg\:ring-primary-600\/40 {
    --tw-ring-color: rgb(233 99 37 / 0.4);
  }

  .lg\:ring-primary-600\/45 {
    --tw-ring-color: rgb(233 99 37 / 0.45);
  }

  .lg\:ring-primary-600\/5 {
    --tw-ring-color: rgb(233 99 37 / 0.05);
  }

  .lg\:ring-primary-600\/50 {
    --tw-ring-color: rgb(233 99 37 / 0.5);
  }

  .lg\:ring-primary-600\/55 {
    --tw-ring-color: rgb(233 99 37 / 0.55);
  }

  .lg\:ring-primary-600\/60 {
    --tw-ring-color: rgb(233 99 37 / 0.6);
  }

  .lg\:ring-primary-600\/65 {
    --tw-ring-color: rgb(233 99 37 / 0.65);
  }

  .lg\:ring-primary-600\/70 {
    --tw-ring-color: rgb(233 99 37 / 0.7);
  }

  .lg\:ring-primary-600\/75 {
    --tw-ring-color: rgb(233 99 37 / 0.75);
  }

  .lg\:ring-primary-600\/80 {
    --tw-ring-color: rgb(233 99 37 / 0.8);
  }

  .lg\:ring-primary-600\/85 {
    --tw-ring-color: rgb(233 99 37 / 0.85);
  }

  .lg\:ring-primary-600\/90 {
    --tw-ring-color: rgb(233 99 37 / 0.9);
  }

  .lg\:ring-primary-600\/95 {
    --tw-ring-color: rgb(233 99 37 / 0.95);
  }

  .lg\:ring-primary-700 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(201 74 22 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-700\/0 {
    --tw-ring-color: rgb(201 74 22 / 0);
  }

  .lg\:ring-primary-700\/10 {
    --tw-ring-color: rgb(201 74 22 / 0.1);
  }

  .lg\:ring-primary-700\/100 {
    --tw-ring-color: rgb(201 74 22 / 1);
  }

  .lg\:ring-primary-700\/15 {
    --tw-ring-color: rgb(201 74 22 / 0.15);
  }

  .lg\:ring-primary-700\/20 {
    --tw-ring-color: rgb(201 74 22 / 0.2);
  }

  .lg\:ring-primary-700\/25 {
    --tw-ring-color: rgb(201 74 22 / 0.25);
  }

  .lg\:ring-primary-700\/30 {
    --tw-ring-color: rgb(201 74 22 / 0.3);
  }

  .lg\:ring-primary-700\/35 {
    --tw-ring-color: rgb(201 74 22 / 0.35);
  }

  .lg\:ring-primary-700\/40 {
    --tw-ring-color: rgb(201 74 22 / 0.4);
  }

  .lg\:ring-primary-700\/45 {
    --tw-ring-color: rgb(201 74 22 / 0.45);
  }

  .lg\:ring-primary-700\/5 {
    --tw-ring-color: rgb(201 74 22 / 0.05);
  }

  .lg\:ring-primary-700\/50 {
    --tw-ring-color: rgb(201 74 22 / 0.5);
  }

  .lg\:ring-primary-700\/55 {
    --tw-ring-color: rgb(201 74 22 / 0.55);
  }

  .lg\:ring-primary-700\/60 {
    --tw-ring-color: rgb(201 74 22 / 0.6);
  }

  .lg\:ring-primary-700\/65 {
    --tw-ring-color: rgb(201 74 22 / 0.65);
  }

  .lg\:ring-primary-700\/70 {
    --tw-ring-color: rgb(201 74 22 / 0.7);
  }

  .lg\:ring-primary-700\/75 {
    --tw-ring-color: rgb(201 74 22 / 0.75);
  }

  .lg\:ring-primary-700\/80 {
    --tw-ring-color: rgb(201 74 22 / 0.8);
  }

  .lg\:ring-primary-700\/85 {
    --tw-ring-color: rgb(201 74 22 / 0.85);
  }

  .lg\:ring-primary-700\/90 {
    --tw-ring-color: rgb(201 74 22 / 0.9);
  }

  .lg\:ring-primary-700\/95 {
    --tw-ring-color: rgb(201 74 22 / 0.95);
  }

  .lg\:ring-primary-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(161 59 24 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-800\/0 {
    --tw-ring-color: rgb(161 59 24 / 0);
  }

  .lg\:ring-primary-800\/10 {
    --tw-ring-color: rgb(161 59 24 / 0.1);
  }

  .lg\:ring-primary-800\/100 {
    --tw-ring-color: rgb(161 59 24 / 1);
  }

  .lg\:ring-primary-800\/15 {
    --tw-ring-color: rgb(161 59 24 / 0.15);
  }

  .lg\:ring-primary-800\/20 {
    --tw-ring-color: rgb(161 59 24 / 0.2);
  }

  .lg\:ring-primary-800\/25 {
    --tw-ring-color: rgb(161 59 24 / 0.25);
  }

  .lg\:ring-primary-800\/30 {
    --tw-ring-color: rgb(161 59 24 / 0.3);
  }

  .lg\:ring-primary-800\/35 {
    --tw-ring-color: rgb(161 59 24 / 0.35);
  }

  .lg\:ring-primary-800\/40 {
    --tw-ring-color: rgb(161 59 24 / 0.4);
  }

  .lg\:ring-primary-800\/45 {
    --tw-ring-color: rgb(161 59 24 / 0.45);
  }

  .lg\:ring-primary-800\/5 {
    --tw-ring-color: rgb(161 59 24 / 0.05);
  }

  .lg\:ring-primary-800\/50 {
    --tw-ring-color: rgb(161 59 24 / 0.5);
  }

  .lg\:ring-primary-800\/55 {
    --tw-ring-color: rgb(161 59 24 / 0.55);
  }

  .lg\:ring-primary-800\/60 {
    --tw-ring-color: rgb(161 59 24 / 0.6);
  }

  .lg\:ring-primary-800\/65 {
    --tw-ring-color: rgb(161 59 24 / 0.65);
  }

  .lg\:ring-primary-800\/70 {
    --tw-ring-color: rgb(161 59 24 / 0.7);
  }

  .lg\:ring-primary-800\/75 {
    --tw-ring-color: rgb(161 59 24 / 0.75);
  }

  .lg\:ring-primary-800\/80 {
    --tw-ring-color: rgb(161 59 24 / 0.8);
  }

  .lg\:ring-primary-800\/85 {
    --tw-ring-color: rgb(161 59 24 / 0.85);
  }

  .lg\:ring-primary-800\/90 {
    --tw-ring-color: rgb(161 59 24 / 0.9);
  }

  .lg\:ring-primary-800\/95 {
    --tw-ring-color: rgb(161 59 24 / 0.95);
  }

  .lg\:ring-primary-900 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(130 51 24 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-900\/0 {
    --tw-ring-color: rgb(130 51 24 / 0);
  }

  .lg\:ring-primary-900\/10 {
    --tw-ring-color: rgb(130 51 24 / 0.1);
  }

  .lg\:ring-primary-900\/100 {
    --tw-ring-color: rgb(130 51 24 / 1);
  }

  .lg\:ring-primary-900\/15 {
    --tw-ring-color: rgb(130 51 24 / 0.15);
  }

  .lg\:ring-primary-900\/20 {
    --tw-ring-color: rgb(130 51 24 / 0.2);
  }

  .lg\:ring-primary-900\/25 {
    --tw-ring-color: rgb(130 51 24 / 0.25);
  }

  .lg\:ring-primary-900\/30 {
    --tw-ring-color: rgb(130 51 24 / 0.3);
  }

  .lg\:ring-primary-900\/35 {
    --tw-ring-color: rgb(130 51 24 / 0.35);
  }

  .lg\:ring-primary-900\/40 {
    --tw-ring-color: rgb(130 51 24 / 0.4);
  }

  .lg\:ring-primary-900\/45 {
    --tw-ring-color: rgb(130 51 24 / 0.45);
  }

  .lg\:ring-primary-900\/5 {
    --tw-ring-color: rgb(130 51 24 / 0.05);
  }

  .lg\:ring-primary-900\/50 {
    --tw-ring-color: rgb(130 51 24 / 0.5);
  }

  .lg\:ring-primary-900\/55 {
    --tw-ring-color: rgb(130 51 24 / 0.55);
  }

  .lg\:ring-primary-900\/60 {
    --tw-ring-color: rgb(130 51 24 / 0.6);
  }

  .lg\:ring-primary-900\/65 {
    --tw-ring-color: rgb(130 51 24 / 0.65);
  }

  .lg\:ring-primary-900\/70 {
    --tw-ring-color: rgb(130 51 24 / 0.7);
  }

  .lg\:ring-primary-900\/75 {
    --tw-ring-color: rgb(130 51 24 / 0.75);
  }

  .lg\:ring-primary-900\/80 {
    --tw-ring-color: rgb(130 51 24 / 0.8);
  }

  .lg\:ring-primary-900\/85 {
    --tw-ring-color: rgb(130 51 24 / 0.85);
  }

  .lg\:ring-primary-900\/90 {
    --tw-ring-color: rgb(130 51 24 / 0.9);
  }

  .lg\:ring-primary-900\/95 {
    --tw-ring-color: rgb(130 51 24 / 0.95);
  }

  .lg\:ring-primary-950 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(70 23 8 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-primary-950\/0 {
    --tw-ring-color: rgb(70 23 8 / 0);
  }

  .lg\:ring-primary-950\/10 {
    --tw-ring-color: rgb(70 23 8 / 0.1);
  }

  .lg\:ring-primary-950\/100 {
    --tw-ring-color: rgb(70 23 8 / 1);
  }

  .lg\:ring-primary-950\/15 {
    --tw-ring-color: rgb(70 23 8 / 0.15);
  }

  .lg\:ring-primary-950\/20 {
    --tw-ring-color: rgb(70 23 8 / 0.2);
  }

  .lg\:ring-primary-950\/25 {
    --tw-ring-color: rgb(70 23 8 / 0.25);
  }

  .lg\:ring-primary-950\/30 {
    --tw-ring-color: rgb(70 23 8 / 0.3);
  }

  .lg\:ring-primary-950\/35 {
    --tw-ring-color: rgb(70 23 8 / 0.35);
  }

  .lg\:ring-primary-950\/40 {
    --tw-ring-color: rgb(70 23 8 / 0.4);
  }

  .lg\:ring-primary-950\/45 {
    --tw-ring-color: rgb(70 23 8 / 0.45);
  }

  .lg\:ring-primary-950\/5 {
    --tw-ring-color: rgb(70 23 8 / 0.05);
  }

  .lg\:ring-primary-950\/50 {
    --tw-ring-color: rgb(70 23 8 / 0.5);
  }

  .lg\:ring-primary-950\/55 {
    --tw-ring-color: rgb(70 23 8 / 0.55);
  }

  .lg\:ring-primary-950\/60 {
    --tw-ring-color: rgb(70 23 8 / 0.6);
  }

  .lg\:ring-primary-950\/65 {
    --tw-ring-color: rgb(70 23 8 / 0.65);
  }

  .lg\:ring-primary-950\/70 {
    --tw-ring-color: rgb(70 23 8 / 0.7);
  }

  .lg\:ring-primary-950\/75 {
    --tw-ring-color: rgb(70 23 8 / 0.75);
  }

  .lg\:ring-primary-950\/80 {
    --tw-ring-color: rgb(70 23 8 / 0.8);
  }

  .lg\:ring-primary-950\/85 {
    --tw-ring-color: rgb(70 23 8 / 0.85);
  }

  .lg\:ring-primary-950\/90 {
    --tw-ring-color: rgb(70 23 8 / 0.9);
  }

  .lg\:ring-primary-950\/95 {
    --tw-ring-color: rgb(70 23 8 / 0.95);
  }

  .lg\:ring-transparent {
    --tw-ring-color: transparent;
  }

  .lg\:ring-transparent\/0 {
    --tw-ring-color: rgb(0 0 0 / 0);
  }

  .lg\:ring-transparent\/10 {
    --tw-ring-color: rgb(0 0 0 / 0.1);
  }

  .lg\:ring-transparent\/100 {
    --tw-ring-color: rgb(0 0 0 / 1);
  }

  .lg\:ring-transparent\/15 {
    --tw-ring-color: rgb(0 0 0 / 0.15);
  }

  .lg\:ring-transparent\/20 {
    --tw-ring-color: rgb(0 0 0 / 0.2);
  }

  .lg\:ring-transparent\/25 {
    --tw-ring-color: rgb(0 0 0 / 0.25);
  }

  .lg\:ring-transparent\/30 {
    --tw-ring-color: rgb(0 0 0 / 0.3);
  }

  .lg\:ring-transparent\/35 {
    --tw-ring-color: rgb(0 0 0 / 0.35);
  }

  .lg\:ring-transparent\/40 {
    --tw-ring-color: rgb(0 0 0 / 0.4);
  }

  .lg\:ring-transparent\/45 {
    --tw-ring-color: rgb(0 0 0 / 0.45);
  }

  .lg\:ring-transparent\/5 {
    --tw-ring-color: rgb(0 0 0 / 0.05);
  }

  .lg\:ring-transparent\/50 {
    --tw-ring-color: rgb(0 0 0 / 0.5);
  }

  .lg\:ring-transparent\/55 {
    --tw-ring-color: rgb(0 0 0 / 0.55);
  }

  .lg\:ring-transparent\/60 {
    --tw-ring-color: rgb(0 0 0 / 0.6);
  }

  .lg\:ring-transparent\/65 {
    --tw-ring-color: rgb(0 0 0 / 0.65);
  }

  .lg\:ring-transparent\/70 {
    --tw-ring-color: rgb(0 0 0 / 0.7);
  }

  .lg\:ring-transparent\/75 {
    --tw-ring-color: rgb(0 0 0 / 0.75);
  }

  .lg\:ring-transparent\/80 {
    --tw-ring-color: rgb(0 0 0 / 0.8);
  }

  .lg\:ring-transparent\/85 {
    --tw-ring-color: rgb(0 0 0 / 0.85);
  }

  .lg\:ring-transparent\/90 {
    --tw-ring-color: rgb(0 0 0 / 0.9);
  }

  .lg\:ring-transparent\/95 {
    --tw-ring-color: rgb(0 0 0 / 0.95);
  }

  .lg\:ring-white {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity, 1));
  }

  .lg\:ring-white\/0 {
    --tw-ring-color: rgb(255 255 255 / 0);
  }

  .lg\:ring-white\/10 {
    --tw-ring-color: rgb(255 255 255 / 0.1);
  }

  .lg\:ring-white\/100 {
    --tw-ring-color: rgb(255 255 255 / 1);
  }

  .lg\:ring-white\/15 {
    --tw-ring-color: rgb(255 255 255 / 0.15);
  }

  .lg\:ring-white\/20 {
    --tw-ring-color: rgb(255 255 255 / 0.2);
  }

  .lg\:ring-white\/25 {
    --tw-ring-color: rgb(255 255 255 / 0.25);
  }

  .lg\:ring-white\/30 {
    --tw-ring-color: rgb(255 255 255 / 0.3);
  }

  .lg\:ring-white\/35 {
    --tw-ring-color: rgb(255 255 255 / 0.35);
  }

  .lg\:ring-white\/40 {
    --tw-ring-color: rgb(255 255 255 / 0.4);
  }

  .lg\:ring-white\/45 {
    --tw-ring-color: rgb(255 255 255 / 0.45);
  }

  .lg\:ring-white\/5 {
    --tw-ring-color: rgb(255 255 255 / 0.05);
  }

  .lg\:ring-white\/50 {
    --tw-ring-color: rgb(255 255 255 / 0.5);
  }

  .lg\:ring-white\/55 {
    --tw-ring-color: rgb(255 255 255 / 0.55);
  }

  .lg\:ring-white\/60 {
    --tw-ring-color: rgb(255 255 255 / 0.6);
  }

  .lg\:ring-white\/65 {
    --tw-ring-color: rgb(255 255 255 / 0.65);
  }

  .lg\:ring-white\/70 {
    --tw-ring-color: rgb(255 255 255 / 0.7);
  }

  .lg\:ring-white\/75 {
    --tw-ring-color: rgb(255 255 255 / 0.75);
  }

  .lg\:ring-white\/80 {
    --tw-ring-color: rgb(255 255 255 / 0.8);
  }

  .lg\:ring-white\/85 {
    --tw-ring-color: rgb(255 255 255 / 0.85);
  }

  .lg\:ring-white\/90 {
    --tw-ring-color: rgb(255 255 255 / 0.9);
  }

  .lg\:ring-white\/95 {
    --tw-ring-color: rgb(255 255 255 / 0.95);
  }

  .lg\:ring-yellow-100 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(254 249 195 / var(--tw-ring-opacity, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(254 249 195 / 0.35);
  }

  .lg\:ring-yellow-100\/40 {
    --tw-ring-color: rgb(254 249 195 / 0.4);
  }

  .lg\:ring-yellow-100\/45 {
    --tw-ring-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(254 249 195 / 0.55);
  }

  .lg\:ring-yellow-100\/60 {
    --tw-ring-color: rgb(254 249 195 / 0.6);
  }

  .lg\:ring-yellow-100\/65 {
    --tw-ring-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(254 249 195 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(254 240 138 / 0.35);
  }

  .lg\:ring-yellow-200\/40 {
    --tw-ring-color: rgb(254 240 138 / 0.4);
  }

  .lg\:ring-yellow-200\/45 {
    --tw-ring-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(254 240 138 / 0.55);
  }

  .lg\:ring-yellow-200\/60 {
    --tw-ring-color: rgb(254 240 138 / 0.6);
  }

  .lg\:ring-yellow-200\/65 {
    --tw-ring-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(254 240 138 / 0.85);
  }

  .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-400 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(250 204 21 / var(--tw-ring-opacity, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(250 204 21 / 0.35);
  }

  .lg\:ring-yellow-400\/40 {
    --tw-ring-color: rgb(250 204 21 / 0.4);
  }

  .lg\:ring-yellow-400\/45 {
    --tw-ring-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(250 204 21 / 0.55);
  }

  .lg\:ring-yellow-400\/60 {
    --tw-ring-color: rgb(250 204 21 / 0.6);
  }

  .lg\:ring-yellow-400\/65 {
    --tw-ring-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(250 204 21 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(254 252 232 / 0.35);
  }

  .lg\:ring-yellow-50\/40 {
    --tw-ring-color: rgb(254 252 232 / 0.4);
  }

  .lg\:ring-yellow-50\/45 {
    --tw-ring-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(254 252 232 / 0.55);
  }

  .lg\:ring-yellow-50\/60 {
    --tw-ring-color: rgb(254 252 232 / 0.6);
  }

  .lg\:ring-yellow-50\/65 {
    --tw-ring-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(254 252 232 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(234 179 8 / 0.35);
  }

  .lg\:ring-yellow-500\/40 {
    --tw-ring-color: rgb(234 179 8 / 0.4);
  }

  .lg\:ring-yellow-500\/45 {
    --tw-ring-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(234 179 8 / 0.55);
  }

  .lg\:ring-yellow-500\/60 {
    --tw-ring-color: rgb(234 179 8 / 0.6);
  }

  .lg\:ring-yellow-500\/65 {
    --tw-ring-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(234 179 8 / 0.85);
  }

  .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, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(202 138 4 / 0.35);
  }

  .lg\:ring-yellow-600\/40 {
    --tw-ring-color: rgb(202 138 4 / 0.4);
  }

  .lg\:ring-yellow-600\/45 {
    --tw-ring-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(202 138 4 / 0.55);
  }

  .lg\:ring-yellow-600\/60 {
    --tw-ring-color: rgb(202 138 4 / 0.6);
  }

  .lg\:ring-yellow-600\/65 {
    --tw-ring-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(202 138 4 / 0.85);
  }

  .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-800 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(133 77 14 / var(--tw-ring-opacity, 1));
  }

  .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\/15 {
    --tw-ring-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    --tw-ring-color: rgb(133 77 14 / 0.35);
  }

  .lg\:ring-yellow-800\/40 {
    --tw-ring-color: rgb(133 77 14 / 0.4);
  }

  .lg\:ring-yellow-800\/45 {
    --tw-ring-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    --tw-ring-color: rgb(133 77 14 / 0.55);
  }

  .lg\:ring-yellow-800\/60 {
    --tw-ring-color: rgb(133 77 14 / 0.6);
  }

  .lg\:ring-yellow-800\/65 {
    --tw-ring-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    --tw-ring-color: rgb(133 77 14 / 0.85);
  }

  .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-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\/15 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.35);
  }

  .lg\:ring-offset-yellow-100\/40 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.4);
  }

  .lg\:ring-offset-yellow-100\/45 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.55);
  }

  .lg\:ring-offset-yellow-100\/60 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.6);
  }

  .lg\:ring-offset-yellow-100\/65 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(254 249 195 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.35);
  }

  .lg\:ring-offset-yellow-200\/40 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.4);
  }

  .lg\:ring-offset-yellow-200\/45 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.55);
  }

  .lg\:ring-offset-yellow-200\/60 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.6);
  }

  .lg\:ring-offset-yellow-200\/65 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(254 240 138 / 0.85);
  }

  .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-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\/15 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.35);
  }

  .lg\:ring-offset-yellow-400\/40 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.4);
  }

  .lg\:ring-offset-yellow-400\/45 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.55);
  }

  .lg\:ring-offset-yellow-400\/60 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.6);
  }

  .lg\:ring-offset-yellow-400\/65 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(250 204 21 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.35);
  }

  .lg\:ring-offset-yellow-50\/40 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.4);
  }

  .lg\:ring-offset-yellow-50\/45 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.55);
  }

  .lg\:ring-offset-yellow-50\/60 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.6);
  }

  .lg\:ring-offset-yellow-50\/65 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(254 252 232 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.35);
  }

  .lg\:ring-offset-yellow-500\/40 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.4);
  }

  .lg\:ring-offset-yellow-500\/45 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.55);
  }

  .lg\:ring-offset-yellow-500\/60 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.6);
  }

  .lg\:ring-offset-yellow-500\/65 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(234 179 8 / 0.85);
  }

  .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\/15 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.35);
  }

  .lg\:ring-offset-yellow-600\/40 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.4);
  }

  .lg\:ring-offset-yellow-600\/45 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.55);
  }

  .lg\:ring-offset-yellow-600\/60 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.6);
  }

  .lg\:ring-offset-yellow-600\/65 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(202 138 4 / 0.85);
  }

  .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-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\/15 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.15);
  }

  .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\/35 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.35);
  }

  .lg\:ring-offset-yellow-800\/40 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.4);
  }

  .lg\:ring-offset-yellow-800\/45 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.45);
  }

  .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\/55 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.55);
  }

  .lg\:ring-offset-yellow-800\/60 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.6);
  }

  .lg\:ring-offset-yellow-800\/65 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.65);
  }

  .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\/85 {
    --tw-ring-offset-color: rgb(133 77 14 / 0.85);
  }

  .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\:drop-shadow {
    --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .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\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-md {
    --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-none {
    --tw-drop-shadow: drop-shadow(0 0 #0000);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-sm {
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:drop-shadow-xl {
    --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }

  .lg\:grayscale-0 {
    --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);
  }

  .lg\:backdrop-grayscale-0 {
    --tw-backdrop-grayscale: grayscale(0);
    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);
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .lg\:\[writing-mode\:vertical-rl\] {
    writing-mode: vertical-rl;
  }
}

@media (min-width: 1280px) {
  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 1700px) {
  .wide\:block {
    display: block;
  }

  .wide\:hidden {
    display: none;
  }

  .wide\:pb-16 {
    padding-bottom: 4rem;
  }
}
